fix swapped files; stop marking p2425a.s as xfail
authorKen Raeburn <raeburn@cygnus>
Wed, 16 Nov 1994 21:41:15 +0000 (21:41 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 16 Nov 1994 21:41:15 +0000 (21:41 +0000)
gas/testsuite/gas/m68k-coff/confidential/gas.exp [new file with mode: 0644]
gas/testsuite/gas/m68k/confidential/gas.exp [new file with mode: 0644]

diff --git a/gas/testsuite/gas/m68k-coff/confidential/gas.exp b/gas/testsuite/gas/m68k-coff/confidential/gas.exp
new file mode 100644 (file)
index 0000000..96d734a
--- /dev/null
@@ -0,0 +1,3 @@
+if [istarget m68*-*-coff] then {
+    gas_test "p2411.s" "" $stdoptlist "PR 2411"
+}
diff --git a/gas/testsuite/gas/m68k/confidential/gas.exp b/gas/testsuite/gas/m68k/confidential/gas.exp
new file mode 100644 (file)
index 0000000..bc8205b
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Some generic m68k tests
+#
+if [istarget m68*-*-*] then {
+    #
+    # Operand size dependent on offset computed using operand size
+    #
+    gas_test "p2425a.s" "" "" "operand size derived from offset derived from op sz"
+    setup_xfail m68*-*-*
+    gas_test "p2425a.s" "-a" "" "operand size derived from offset derived from op sz, with listing"
+}