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.
This commit is contained in:
parent
04651c084e
commit
30d72bc335
|
@ -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*-*-*
|
||||
|
|
|
@ -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
|
||||
#...
|
||||
|
|
Loading…
Reference in New Issue