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] Restrict linker garbage collection personality test to cfi enabled targets.


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

commit 61d2d2b5492d892d804861225b45396fdaa0b404
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Jul 27 12:01:09 2016 +0100

    Restrict linker garbage collection personality test to cfi enabled targets.
    
    	* testsuite/ld-gc/personality.d: Use "target cfi" to restrict the
    	test to targets which support cfi.

Diff:
---
 ld/ChangeLog                     | 5 +++++
 ld/testsuite/ld-gc/personality.d | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 96486fb..8c4e5d4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2016-07-27  Nick Clifton  <nickc@redhat.com>
+
+	* testsuite/ld-gc/personality.d: Use "target cfi" to restrict the
+	test to targets which support cfi.
+
 2016-07-27  Igor Kudrin  <ikudrin@accesssoftek.com>
 
 	* ldbuildid.c (generate_build_id): Warning fix.
diff --git a/ld/testsuite/ld-gc/personality.d b/ld/testsuite/ld-gc/personality.d
index f3cf652..5f14183 100644
--- a/ld/testsuite/ld-gc/personality.d
+++ b/ld/testsuite/ld-gc/personality.d
@@ -1,8 +1,7 @@
 #name: --gc-sections with __gxx_personality
 #ld: --gc-sections -e main -L tmpdir -lpersonality
 #nm: -n
-#xfail: bfin-*-* cris*-*-* frv-*-* mn10300-*-* vax-*-* xtensa-*-* metag-*-*
-# above targets don't support cfi
+#target: cfi
 
 #failif
 #...


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