This is the mail archive of the binutils@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]

Commit: Change ld personality test to use "target cfi"


Hi Guys,

  I am applying this small patch to update the personality test in
  the linker garbage collection test section to use the "target cfi"
  selector.

Cheers
  Nick

ld/ChangeLog
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.

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]