OSDN Git Service

* ld-elf/eh-group.exp: Only run these tests for ELF based
authorNick Clifton <nickc@redhat.com>
Thu, 7 May 2009 13:44:43 +0000 (13:44 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 7 May 2009 13:44:43 +0000 (13:44 +0000)
        targets.

ld/testsuite/ChangeLog
ld/testsuite/ld-elf/eh-group.exp

index 5631ca2..aec6698 100644 (file)
@@ -1,3 +1,8 @@
+2009-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * ld-elf/eh-group.exp: Only run these tests for ELF based
+       targets.
+
 2009-05-05  Paul Brook  <paul@codesourcery.com>
 
        * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
index 7ac15f3..59e77c4 100644 (file)
 # executable trying to create .eh_frame_hdr.  It needs a separate .exp file due
 # to the requirement of two `ld' runs.
 
+# Exclude non-ELF targets.
+
+if ![is_elf_format] {
+    return
+}
+
 # Exclude non-CFI (such as ia64) targets.
 
 if {![check_as_cfi]} {