mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
1133012c60
Revert the addition of `ft32-*-*' to this test case made with commit
d1f70bdcab
("Fix lots of linker testsuite failures for the FT32
target.") as this case scores an XPASS now.
ld/
* testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail.
14 lines
437 B
Makefile
14 lines
437 B
Makefile
#source: init-fini-arrays.s
|
|
#ld: -r
|
|
#readelf: -S --wide
|
|
#xfail: cr16-*-* crx-*-* msp430-*-*
|
|
# msp430 puts the init_array and fini_array inside the .rodata section.
|
|
# cr16 and crx use non-standard scripts with memory regions, which don't play
|
|
# well with unique group sections under ld -r.
|
|
|
|
#...
|
|
\[[ 0-9]+\] \.init_array\.01000[ \t]+PROGBITS[ \t0-9a-f]+WA?.*
|
|
#...
|
|
\[[ 0-9]+\] \.fini_array\.01000[ \t]+PROGBITS[ \t0-9a-f]+WA?.*
|
|
#pass
|