summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/elf/elf.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/elf/elf.exp')
-rw-r--r--gas/testsuite/gas/elf/elf.exp23
1 files changed, 0 insertions, 23 deletions
diff --git a/gas/testsuite/gas/elf/elf.exp b/gas/testsuite/gas/elf/elf.exp
deleted file mode 100644
index db06d96f308..00000000000
--- a/gas/testsuite/gas/elf/elf.exp
+++ /dev/null
@@ -1,23 +0,0 @@
-#
-# elf tests
-#
-
-# We're testing bits in obj-elf -- don't run on anything else.
-if { ([istarget "*-*-elf*"]
- || [istarget "*-*-linux*"]
- || [istarget "sparc*-*-solaris*"]
- || [istarget "mips*-*-irix6*"])
- && ![istarget *-*-linux*aout*]
- && ![istarget *-*-linux*oldld*]
-} then {
-
- # FIXME: This doesn't work for MIPS and alpha targets because of
- # the .reginfo and .mdebug sections.
- setup_xfail mips*-*-*
- setup_xfail alpha*-*-*
- run_dump_test "section0"
-
- setup_xfail mips*-*-*
- setup_xfail alpha*-*-*
- run_dump_test "section1"
-}