This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Skip the compressed1d test for targets which do not use the elf32.em linker emulation file.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=30d72bc3359e12d10b53310963d62dae0978cbe5

commit 30d72bc3359e12d10b53310963d62dae0978cbe5
Author: Nick Clifton <nickc@redhat.com>
Date:   Fri Apr 24 10:15:41 2015 +0100

    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.

Diff:
---
 ld/testsuite/ChangeLog             | 5 +++++
 ld/testsuite/ld-elf/compressed1d.d | 2 ++
 2 files changed, 7 insertions(+)

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
 #...


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]