summaryrefslogtreecommitdiff
path: root/gas/testsuite/gas/m68k-coff/gas.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gas/testsuite/gas/m68k-coff/gas.exp')
-rw-r--r--gas/testsuite/gas/m68k-coff/gas.exp15
1 files changed, 0 insertions, 15 deletions
diff --git a/gas/testsuite/gas/m68k-coff/gas.exp b/gas/testsuite/gas/m68k-coff/gas.exp
deleted file mode 100644
index ab7eefa3a52..00000000000
--- a/gas/testsuite/gas/m68k-coff/gas.exp
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Some m68k-coff tests
-#
-if [istarget m68*-*-coff] then {
- gas_test "p2430.s" "" $stdoptlist "local branch not in text section"
-
- gas_test "p2430a.s" "" $stdoptlist "local branch not in text section"
-
- gas_test "t1.s" "" $stdoptlist "multiple .file directives"
-
- gas_test "p2389.s" "" $stdoptlist "bss fill"
-
- setup_xfail m68*-*-coff
- gas_test_error "p2389a.s" "" "detect bss fill with non-zero data"
-}