diff options
author | Nick Clifton <nickc@redhat.com> | 2015-06-05 16:48:01 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-06-05 16:48:01 +0100 |
commit | e00a2fbc249c540593baef120eb13ea2ca7891f3 (patch) | |
tree | f63c3516e37d3490f063dd43c39435c1f579d478 /ld | |
parent | 1ade71756948cad279f9b01d88ae762d144643e3 (diff) | |
download | gdb-e00a2fbc249c540593baef120eb13ea2ca7891f3.zip gdb-e00a2fbc249c540593baef120eb13ea2ca7891f3.tar.gz gdb-e00a2fbc249c540593baef120eb13ea2ca7891f3.tar.bz2 |
Fixes a typo in the list of targets that should not run the compressed1d test.
* ld-elf/compressed1d.d: Fix typo: iq200 -> iq2000.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/compressed1d.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index e51f16b..ab94a78 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2015-06-05 Nick Clifton <nickc@redhat.com> + + * ld-elf/compressed1d.d: Fix typo: iq200 -> iq2000. + 2015-06-05 Alan Modra <amodra@gmail.com> * ld-powerpc/ppc476-shared.s, diff --git a/ld/testsuite/ld-elf/compressed1d.d b/ld/testsuite/ld-elf/compressed1d.d index 7f91bb1..5c07046 100644 --- a/ld/testsuite/ld-elf/compressed1d.d +++ b/ld/testsuite/ld-elf/compressed1d.d @@ -2,7 +2,7 @@ #as: --compress-debug-sections=none #ld: -r --compress-debug-sections=zlib-gnu #readelf: -SW -#notarget: arc-*-* d30v-*-* dlx-*-* fr30-*-* frv-*-* i370-*-* i860-*-* iq200-*-* mn10200-*-* msp430-*-* mt-*-* or1k-*-* pj-*-* +#notarget: arc-*-* d30v-*-* dlx-*-* fr30-*-* frv-*-* i370-*-* i860-*-* iq2000-*-* mn10200-*-* moxie-*-* msp430-*-* mt-*-* or1k-*-* pj-*-* # Not all ELF targets use the elf.em emulation... #failif |