• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

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.

変更サマリ

差分

--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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+
15 2016-06-07 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
26
37 * testsuite/ld-s390/pltoffset-1.dd: New test.
--- a/ld/testsuite/ld-elf/init-fini-arrays.d
+++ b/ld/testsuite/ld-elf/init-fini-arrays.d
@@ -1,9 +1,9 @@
11 #source: init-fini-arrays.s
22 #ld: -r
33 #readelf: -S --wide
4-#xfail: cr16-*-* crx-*-* ft32-*-* msp430-*-*
4+#xfail: cr16-*-* crx-*-* msp430-*-*
55 # 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
77 # well with unique group sections under ld -r.
88
99 #...