From: Ken Raeburn Date: Wed, 16 Nov 1994 21:41:15 +0000 (+0000) Subject: fix swapped files; stop marking p2425a.s as xfail X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=73951697c3ea8bd670f7395da055e05ae1eb5688;p=binutils-gdb.git fix swapped files; stop marking p2425a.s as xfail --- diff --git a/gas/testsuite/gas/m68k-coff/confidential/gas.exp b/gas/testsuite/gas/m68k-coff/confidential/gas.exp new file mode 100644 index 00000000000..96d734a343c --- /dev/null +++ b/gas/testsuite/gas/m68k-coff/confidential/gas.exp @@ -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 index 00000000000..bc8205b229b --- /dev/null +++ b/gas/testsuite/gas/m68k/confidential/gas.exp @@ -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" +}