summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/ppc/ppc.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/ppc/ppc.exp')
-rw-r--r--gas/testsuite/gas/ppc/ppc.exp21
1 files changed, 0 insertions, 21 deletions
diff --git a/gas/testsuite/gas/ppc/ppc.exp b/gas/testsuite/gas/ppc/ppc.exp
deleted file mode 100644
index 572fbc345b4..00000000000
--- a/gas/testsuite/gas/ppc/ppc.exp
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# Some PowerPC tests
-#
-
-# These tests are currently ELF specific, only because nobody has
-# converted them to look for XCOFF relocations.
-
-if { [istarget powerpc*-*-*bsd*] \
- || [istarget powerpc*-*-elf*] \
- || [istarget powerpc*-*-eabi*] \
- || [istarget powerpc*-*-sysv4*] \
- || [istarget powerpc*-*-linux*] \
- || [istarget powerpc*-*-solaris*] \
- || [istarget powerpc*-*-rtems*] } then {
- run_dump_test "astest"
- run_dump_test "astest2"
-}
-
-if { [istarget powerpc*-*-*] } then {
- run_dump_test "simpshft"
-}