GNU Binutils with patches for OS216
リビジョン | 1133012c60bf2a6fe66dc5d8d923e03a001e3813 (tree) |
---|---|
日時 | 2016-06-08 00:05:49 |
作者 | Maciej W. Rozycki <macro@imgt...> |
コミッター | Maciej W. Rozycki |
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.
@@ -1,3 +1,7 @@ | ||
1 | +2016-06-07 Maciej W. Rozycki <macro@imgtec.com> | |
2 | + | |
3 | + * testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail. | |
4 | + | |
1 | 5 | 2016-06-07 Andreas Krebbel <krebbel@linux.vnet.ibm.com> |
2 | 6 | |
3 | 7 | * testsuite/ld-s390/pltoffset-1.dd: New test. |
@@ -1,9 +1,9 @@ | ||
1 | 1 | #source: init-fini-arrays.s |
2 | 2 | #ld: -r |
3 | 3 | #readelf: -S --wide |
4 | -#xfail: cr16-*-* crx-*-* ft32-*-* msp430-*-* | |
4 | +#xfail: cr16-*-* crx-*-* msp430-*-* | |
5 | 5 | # msp430 puts the init_array and fini_array inside the .rodata section. |
6 | -# cr16, crx and ft32 use non-standard scripts with memory regions, which don't play | |
6 | +# cr16 and crx use non-standard scripts with memory regions, which don't play | |
7 | 7 | # well with unique group sections under ld -r. |
8 | 8 | |
9 | 9 | #... |