diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-05-27 17:53:01 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-06-07 16:05:49 +0100 |
commit | 1133012c60bf2a6fe66dc5d8d923e03a001e3813 (patch) | |
tree | 7a7ff09b50b2de88c6bc925830de877ae525f47d /ld/testsuite | |
parent | 161db2790500827b74ef835ebe515dce04021316 (diff) | |
download | binutils-1133012c60bf2a6fe66dc5d8d923e03a001e3813.zip binutils-1133012c60bf2a6fe66dc5d8d923e03a001e3813.tar.gz binutils-1133012c60bf2a6fe66dc5d8d923e03a001e3813.tar.bz2 |
ld/testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail
Revert the addition of `ft32-*-*' to this test case made with commit
d1f70bdcab6c ("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.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-elf/init-fini-arrays.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-elf/init-fini-arrays.d b/ld/testsuite/ld-elf/init-fini-arrays.d index 9729518..46b536c 100644 --- a/ld/testsuite/ld-elf/init-fini-arrays.d +++ b/ld/testsuite/ld-elf/init-fini-arrays.d @@ -1,9 +1,9 @@ #source: init-fini-arrays.s #ld: -r #readelf: -S --wide -#xfail: cr16-*-* crx-*-* ft32-*-* msp430-*-* +#xfail: cr16-*-* crx-*-* msp430-*-* # msp430 puts the init_array and fini_array inside the .rodata section. -# cr16, crx and ft32 use non-standard scripts with memory regions, which don't play +# cr16 and crx use non-standard scripts with memory regions, which don't play # well with unique group sections under ld -r. #... |