mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-26 18:53:29 +08:00
e299b3551e
These targets use the generic ELF support, so don't handle orphans well. The patch also updates the orphan doco to reflect this fact, and deletes some ELF details that don't really add anything. * ld.texinfo (Orphan Sections): Mention that not all targets handle orphans well. Delete ELF details. * testsuite/ld-elf/orphan-9.d: Don't run for i860 and i960. * testsuite/ld-elf/orphan-10.d: Likewise.
13 lines
344 B
Makefile
13 lines
344 B
Makefile
#source: orphan-9.s
|
|
#ld: -N -T orphan-9.ld
|
|
#objdump: -h
|
|
#notarget: d30v-* dlx-* fr30-* frv-* ft32-* i860-* i960-* iq2000-* mn10200-* moxie-* ms1-* msp430-* mt-* pj-*
|
|
|
|
#...
|
|
. \.text 0+(08|10) [0-9a-f]+ 0+200 .*
|
|
#...
|
|
. \.data 0+(08|10) [0-9a-f]+ 0+300 .*
|
|
#...
|
|
. \.data\.1 0+8 [0-9a-f]+ 0+3(0|1)[0-9a-f] .*
|
|
#pass
|