fix swapped files; stop marking p2425a.s as xfail

This commit is contained in:
Ken Raeburn 1994-11-16 21:41:15 +00:00
parent 9db29b1747
commit 73951697c3
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,3 @@
if [istarget m68*-*-coff] then {
gas_test "p2411.s" "" $stdoptlist "PR 2411"
}

View file

@ -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"
}