diff options
author | Nick Clifton <nickc@redhat.com> | 2015-04-24 10:15:41 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-04-24 10:15:41 +0100 |
commit | 30d72bc3359e12d10b53310963d62dae0978cbe5 (patch) | |
tree | 43f9afcebdd8e2d045136a0b241a24899626a4b8 | |
parent | 04651c084ee01f1889553d81f62bfe3d26e1df0c (diff) | |
download | binutils-30d72bc3359e12d10b53310963d62dae0978cbe5.zip binutils-30d72bc3359e12d10b53310963d62dae0978cbe5.tar.gz binutils-30d72bc3359e12d10b53310963d62dae0978cbe5.tar.bz2 |
Skip the compressed1d test for targets which do not use the elf32.em linker emulation file.
* ld-elf/compressed1d.d: Add notarget for ELF based targets that
do not use elf.em.
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/compressed1d.d | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 764e33b..eaa4edb 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-04-24 Nick Clifton <nickc@redhat.com> + + * ld-elf/compressed1d.d: Add notarget for ELF based targets that + do not use elf.em. + 2015-04-24 Hans-Peter Nilsson <hp@axis.com> * ld-elf/compressed1e.d: Correct xfail to notarget and cris*-*-* diff --git a/ld/testsuite/ld-elf/compressed1d.d b/ld/testsuite/ld-elf/compressed1d.d index cd6042c..7f91bb1 100644 --- a/ld/testsuite/ld-elf/compressed1d.d +++ b/ld/testsuite/ld-elf/compressed1d.d @@ -2,6 +2,8 @@ #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-*-* +# Not all ELF targets use the elf.em emulation... #failif #... |