mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-17 15:26:36 +08:00
elf: Adjust PR ld/30791 tests
Adjust PR ld/30791 tests: 1. Generic linker targets don't comply with all orhpan section merging rules. 2. z80 fails since a, b, c, d are registers for z80. 3. hppa fails since .text sections aren't merged for relocatable link. PR ld/30791 * testsuite/ld-elf/pr30791a.d: Xfail for generic and z80 targets. * testsuite/ld-elf/pr30791b.d: Xfail for hppa and z80 targets.
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
#source: pr30791b.s
|
||||
#ld: -r
|
||||
#readelf: -S --wide
|
||||
#xfail: [is_generic] fr30-*-* frv-*-elf ft32-*-* iq2000-*-* mn10200-*-*
|
||||
#xfail: msp430-* mt-*-* z80-*-*
|
||||
# Generic linker targets don't comply with all orhpan section merging
|
||||
# rules. z80 fails since a, b, c, d are registers for z80.
|
||||
|
||||
#...
|
||||
Section Headers:
|
||||
|
@ -2,6 +2,9 @@
|
||||
#source: pr30791d.s
|
||||
#ld: -r
|
||||
#readelf: -S --wide
|
||||
#xfail: hppa-*-* z80-*-*
|
||||
# hppa fails since .text sections aren't merged for relocatable link.
|
||||
# z80 fails since a, b, c, d are registers for z80.
|
||||
|
||||
#failif
|
||||
#...
|
||||
|
Reference in New Issue
Block a user