diff options
author | Alan Modra <amodra@gmail.com> | 2002-08-26 11:42:12 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-08-26 11:42:12 +0000 |
commit | 4fa0e86f6ad2f796d92a9480f7004b09f691e912 (patch) | |
tree | cdbdd308707987e9b7020aff9290f2ba7b566b16 /gas | |
parent | 98b37a6b3d23d2819b95615270f08eaa5b0ec205 (diff) | |
download | gdb-4fa0e86f6ad2f796d92a9480f7004b09f691e912.zip gdb-4fa0e86f6ad2f796d92a9480f7004b09f691e912.tar.gz gdb-4fa0e86f6ad2f796d92a9480f7004b09f691e912.tar.bz2 |
* gas/m68k/all.exp: xfail non-ELF targets on pcrel test.
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 90967d1..568043d 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 d526170..fb31083 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 |