diff options
author | Liu Hao <lh_mouse@126.com> | 2024-11-27 14:27:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2024-11-27 14:27:53 +0000 |
commit | db00f6c3aceabbf03acdb69e74b59b2d2b043cd7 (patch) | |
tree | 1accbfb657109194d4e3c4a2a8a73efed53b72b8 /ld/testsuite/ld-pe/orphan.d | |
parent | fe217087a4b8aa214a221ca9f033c5fcdbcee90e (diff) | |
download | fsf-binutils-gdb-db00f6c3aceabbf03acdb69e74b59b2d2b043cd7.zip fsf-binutils-gdb-db00f6c3aceabbf03acdb69e74b59b2d2b043cd7.tar.gz fsf-binutils-gdb-db00f6c3aceabbf03acdb69e74b59b2d2b043cd7.tar.bz2 |
PE LD: Merge .CRT .ctors and .dtors into .rdata
PR 32264
Diffstat (limited to 'ld/testsuite/ld-pe/orphan.d')
-rw-r--r-- | ld/testsuite/ld-pe/orphan.d | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ld/testsuite/ld-pe/orphan.d b/ld/testsuite/ld-pe/orphan.d index 4047a6a..6a2d9f0 100644 --- a/ld/testsuite/ld-pe/orphan.d +++ b/ld/testsuite/ld-pe/orphan.d @@ -4,10 +4,11 @@ #source: orphane.s #ld: --file-align 1 --section-align 1 #objdump: -h --wide +#xfail: mcore-*-* #... - +0 +\.text .* - +1 +\.foo +0+20 .* - +2 +\.foo +0+20 .* - +3 +\.idata .* + +. +\.foo .* + +. +\.rdata .* + +. +\.foo +0+20 .* + +. +\.idata .* #pass |