diff --git a/ld/ChangeLog b/ld/ChangeLog index 623194c0b9..1a2eb49b70 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-06-07 Maciej W. Rozycki + + * testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail. + 2016-06-07 Andreas Krebbel * testsuite/ld-s390/pltoffset-1.dd: New test. diff --git a/ld/testsuite/ld-elf/init-fini-arrays.d b/ld/testsuite/ld-elf/init-fini-arrays.d index 97295184bc..46b536c9c5 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. #...