diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-02-04 07:51:10 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-02-04 07:51:10 -0800 |
commit | 9f7393d8fc8b79a92b027cd8ac6fda9441d3fff9 (patch) | |
tree | 74b86633c7d0f42235adc167bbd272ab8579f345 /ld/testsuite/ld-i386 | |
parent | c5b47a421ef9829ab45bed248c6be320f11de00e (diff) | |
download | gdb-9f7393d8fc8b79a92b027cd8ac6fda9441d3fff9.zip gdb-9f7393d8fc8b79a92b027cd8ac6fda9441d3fff9.tar.gz gdb-9f7393d8fc8b79a92b027cd8ac6fda9441d3fff9.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r-- | ld/testsuite/ld-i386/lea1d.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/lea1e.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/lea1f.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/ld/testsuite/ld-i386/lea1d.d b/ld/testsuite/ld-i386/lea1d.d index 0b583d2..ba5f7e2 100644 --- a/ld/testsuite/ld-i386/lea1d.d +++ b/ld/testsuite/ld-i386/lea1d.d @@ -1,7 +1,7 @@ #source: lea1.s #as: --32 -mrelax-relocations=yes #ld: -Bsymbolic -shared -melf_i386 -#readelf: -Sw +#readelf: -SW #failif #... diff --git a/ld/testsuite/ld-i386/lea1e.d b/ld/testsuite/ld-i386/lea1e.d index 253943d..643931b 100644 --- a/ld/testsuite/ld-i386/lea1e.d +++ b/ld/testsuite/ld-i386/lea1e.d @@ -1,7 +1,7 @@ #source: lea1.s #as: --32 -mrelax-relocations=yes #ld: -pie -melf_i386 -#readelf: -Sw +#readelf: -SW #failif #... diff --git a/ld/testsuite/ld-i386/lea1f.d b/ld/testsuite/ld-i386/lea1f.d index 1b77318..a4a2098 100644 --- a/ld/testsuite/ld-i386/lea1f.d +++ b/ld/testsuite/ld-i386/lea1f.d @@ -1,7 +1,7 @@ #source: lea1.s #as: --32 -mrelax-relocations=yes #ld: -melf_i386 -#readelf: -Sw +#readelf: -SW #failif #... |