diff options
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/m68k/all.exp | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 90967d137e6..568043ddcf7 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2002-08-26 Alan Modra <amodra@bigpond.net.au> + * gas/m68k/all.exp: xfail non-ELF targets on pcrel test. + * gas/m68hc11/insns.d: Quote dots. * gas/m68hc11/opers12.d: Likewise. diff --git a/gas/testsuite/gas/m68k/all.exp b/gas/testsuite/gas/m68k/all.exp index d5261708be5..fb310835bda 100644 --- a/gas/testsuite/gas/m68k/all.exp +++ b/gas/testsuite/gas/m68k/all.exp @@ -25,6 +25,9 @@ if [istarget m68*-*-*] then { gas_test_error "p2410.s" "" "out-of-range 'bras'" + # Reloc types etc. need changing for aout and coff to pass. + setup_xfail "*-*" + clear_xfail "*-*-*elf*" "*-*-sysv4*" "*-*-rtems" "*-*-*gnu*" "*-*-psos*" run_dump_test pcrel run_dump_test operands run_dump_test cas |