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: Skip eh-frame-hdr test for arc-elf


Hi Guys,

  The recent addition of CFI support to the ARC gas port has lead to a
  new linker testsuite failure: ld-elf/eh-frame-hdr.  This test needs
  the --eh-frame-hdr option to be enabled in the linker, but arc-elf
  targets do not do this.  (On the other hand arc-linux-uclibc targets
  do support this option).  So I am checking in the patch below to fix
  this.

Cheers
  Nick

ld/ChangeLog
2016-02-17  Nick Clifton  <nickc@redhat.com>

	* testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.

diff --git a/ld/testsuite/ld-elf/eh-frame-hdr.d b/ld/testsuite/ld-elf/eh-frame-hdr.d
index e981dff..7e466c3 100644
--- a/ld/testsuite/ld-elf/eh-frame-hdr.d
+++ b/ld/testsuite/ld-elf/eh-frame-hdr.d
@@ -2,8 +2,8 @@
 #ld: -e _start --eh-frame-hdr
 #objdump: -hw
 #target: cfi
-#xfail: avr*-*-* or1k*-*-elf or1k*-*-rtems* visium-*-*
-# avr doesn't support shared libraries.
+#xfail: arc-*-elf* avr*-*-* or1k*-*-elf or1k*-*-rtems* visium-*-*
+# These targets support CFI generation but not shared libraries.
 #...
   [0-9] .eh_frame_hdr 0*[12][048c] .*
 #pass


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