fix swapped files; stop marking p2425a.s as xfail
This commit is contained in:
parent
9db29b1747
commit
73951697c3
2 changed files with 14 additions and 0 deletions
3
gas/testsuite/gas/m68k-coff/confidential/gas.exp
Normal file
3
gas/testsuite/gas/m68k-coff/confidential/gas.exp
Normal file
|
@ -0,0 +1,3 @@
|
|||
if [istarget m68*-*-coff] then {
|
||||
gas_test "p2411.s" "" $stdoptlist "PR 2411"
|
||||
}
|
11
gas/testsuite/gas/m68k/confidential/gas.exp
Normal file
11
gas/testsuite/gas/m68k/confidential/gas.exp
Normal 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"
|
||||
}
|
Loading…
Reference in a new issue