• 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

修訂9f7393d8fc8b79a92b027cd8ac6fda9441d3fff9 (tree)
時間2018-02-05 00:51:10
作者H.J. Lu <hjl.tools@gmai...>
CommiterH.J. Lu

Log Message

ld/testsuite: Replace -Sw with -SW for readelf

-Sw is a typo. It should be -SW for readelf.

* testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
* testsuite/ld-i386/lea1e.d: Likewise.
* testsuite/ld-i386/lea1f.d: Likewise.
* testsuite/ld-x86-64/lea1g.d: Likewise.
* testsuite/ld-x86-64/lea1h.d: Likewise.
* testsuite/ld-x86-64/lea1i.d: Likewise.
* testsuite/ld-x86-64/lea1j.d: Likewise.
* testsuite/ld-x86-64/lea1k.d: Likewise.
* testsuite/ld-x86-64/lea1l.d: Likewise.

Change Summary

差異

--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,15 @@
1+2018-02-04 H.J. Lu <hongjiu.lu@intel.com>
2+
3+ * testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
4+ * testsuite/ld-i386/lea1e.d: Likewise.
5+ * testsuite/ld-i386/lea1f.d: Likewise.
6+ * testsuite/ld-x86-64/lea1g.d: Likewise.
7+ * testsuite/ld-x86-64/lea1h.d: Likewise.
8+ * testsuite/ld-x86-64/lea1i.d: Likewise.
9+ * testsuite/ld-x86-64/lea1j.d: Likewise.
10+ * testsuite/ld-x86-64/lea1k.d: Likewise.
11+ * testsuite/ld-x86-64/lea1l.d: Likewise.
12+
113 2018-02-03 Nick Clifton <nickc@redhat.com>
214
315 PR 22762
--- a/ld/testsuite/ld-i386/lea1d.d
+++ b/ld/testsuite/ld-i386/lea1d.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --32 -mrelax-relocations=yes
33 #ld: -Bsymbolic -shared -melf_i386
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-i386/lea1e.d
+++ b/ld/testsuite/ld-i386/lea1e.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --32 -mrelax-relocations=yes
33 #ld: -pie -melf_i386
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-i386/lea1f.d
+++ b/ld/testsuite/ld-i386/lea1f.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --32 -mrelax-relocations=yes
33 #ld: -melf_i386
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-x86-64/lea1g.d
+++ b/ld/testsuite/ld-x86-64/lea1g.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --64
33 #ld: -Bsymbolic -shared -melf_x86_64
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-x86-64/lea1h.d
+++ b/ld/testsuite/ld-x86-64/lea1h.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --64
33 #ld: -pie -melf_x86_64
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-x86-64/lea1i.d
+++ b/ld/testsuite/ld-x86-64/lea1i.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --64
33 #ld: -melf_x86_64
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-x86-64/lea1j.d
+++ b/ld/testsuite/ld-x86-64/lea1j.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --x32
33 #ld: -Bsymbolic -shared -melf32_x86_64
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-x86-64/lea1k.d
+++ b/ld/testsuite/ld-x86-64/lea1k.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --x32
33 #ld: -pie -melf32_x86_64
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...
--- a/ld/testsuite/ld-x86-64/lea1l.d
+++ b/ld/testsuite/ld-x86-64/lea1l.d
@@ -1,7 +1,7 @@
11 #source: lea1.s
22 #as: --x32
33 #ld: -melf32_x86_64
4-#readelf: -Sw
4+#readelf: -SW
55
66 #failif
77 #...