• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

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

GNU Binutils with patches for OS216


Commit MetaInfo

修訂06e78fc77dfcb8a63e44a790c9731db0eaebe87d (tree)
時間2015-06-26 02:14:13
作者H.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Log Message

Run ld-elf/strtab only on linux/gnu targets

Since not all ELF targets support -shared, we limit ld-elf/strtab to
linux and gnu targets.

* ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets.

Change Summary

差異

--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,9 @@
11 2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
22
3+ * ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets.
4+
5+2015-06-25 H.J. Lu <hongjiu.lu@intel.com>
6+
37 * ld-mmix/bspec1.d: Updated.
48 * ld-mmix/bspec2.d: Likewise.
59 * ld-mmix/undef-3.d: Likewise.
--- a/ld/testsuite/ld-elf/strtab.d
+++ b/ld/testsuite/ld-elf/strtab.d
@@ -1,5 +1,6 @@
11 #ld: -shared
22 #readelf: -W -x .strtab
3+#target: *-*-linux* *-*-gnu*
34
45 #failif
56 #...