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] Correct ld-elf/compressed1e.d to use notarget and for cris-elf, not cris-*.


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

commit 04651c084ee01f1889553d81f62bfe3d26e1df0c
Author: Hans-Peter Nilsson <hp@bitrange.com>
Date:   Fri Apr 24 06:10:19 2015 +0200

    Correct ld-elf/compressed1e.d to use notarget and for cris-elf, not cris-*.
    
    Don't XPASS cris-linux which *does* support -shared.
    And xfail is for bugs, notarget is for not-applicable.

Diff:
---
 ld/testsuite/ChangeLog             | 5 +++++
 ld/testsuite/ld-elf/compressed1e.d | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 6549453..764e33b 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-24  Hans-Peter Nilsson  <hp@axis.com>
+
+	* ld-elf/compressed1e.d: Correct xfail to notarget and cris*-*-*
+	to cris*-*-elf.
+
 2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* ld-elf/compressed1e.d: Only run for Linux/gnu.  Xfail cris and
diff --git a/ld/testsuite/ld-elf/compressed1e.d b/ld/testsuite/ld-elf/compressed1e.d
index 6e46381..fa2c93b 100644
--- a/ld/testsuite/ld-elf/compressed1e.d
+++ b/ld/testsuite/ld-elf/compressed1e.d
@@ -3,7 +3,7 @@
 #ld: -shared --compress-debug-sections=zlib-gnu
 #readelf: -SW
 #target: *-*-linux* *-*-gnu*
-#xfail: cris*-*-* frv-*-*
+#notarget: cris*-*-elf frv-*-*
 
 #failif
 #...


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