GNU Binutils with patches for OS216
修訂 | 9f7393d8fc8b79a92b027cd8ac6fda9441d3fff9 (tree) |
---|---|
時間 | 2018-02-05 00:51:10 |
作者 | H.J. Lu <hjl.tools@gmai...> |
Commiter | H.J. Lu |
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.
@@ -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 | + | |
1 | 13 | 2018-02-03 Nick Clifton <nickc@redhat.com> |
2 | 14 | |
3 | 15 | PR 22762 |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --32 -mrelax-relocations=yes |
3 | 3 | #ld: -Bsymbolic -shared -melf_i386 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --32 -mrelax-relocations=yes |
3 | 3 | #ld: -pie -melf_i386 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --32 -mrelax-relocations=yes |
3 | 3 | #ld: -melf_i386 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --64 |
3 | 3 | #ld: -Bsymbolic -shared -melf_x86_64 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --64 |
3 | 3 | #ld: -pie -melf_x86_64 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --64 |
3 | 3 | #ld: -melf_x86_64 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --x32 |
3 | 3 | #ld: -Bsymbolic -shared -melf32_x86_64 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --x32 |
3 | 3 | #ld: -pie -melf32_x86_64 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |
@@ -1,7 +1,7 @@ | ||
1 | 1 | #source: lea1.s |
2 | 2 | #as: --x32 |
3 | 3 | #ld: -melf32_x86_64 |
4 | -#readelf: -Sw | |
4 | +#readelf: -SW | |
5 | 5 | |
6 | 6 | #failif |
7 | 7 | #... |