diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 6 | ||||
-rw-r--r-- | gas/testsuite/gas/mri/mri.exp | 10 |
2 files changed, 16 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 8520433..912aa14 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,11 @@ Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com> + * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for + common test. + + * lib/gas-defs.exp (run_dump_test): Name the output file dump.o, + rather than using an implicit a.out. + * gas/mri/for.s: Add nop to round out to four byte boundary. * gas/mri/repeat.s: Likewise. * gas/mri/while.s: Likewise. diff --git a/gas/testsuite/gas/mri/mri.exp b/gas/testsuite/gas/mri/mri.exp index b97a7d1..0e18a41 100644 --- a/gas/testsuite/gas/mri/mri.exp +++ b/gas/testsuite/gas/mri/mri.exp @@ -19,4 +19,14 @@ run_dump_test expr setup_xfail "alpha*-*-*" setup_xfail "sparc*-*-*" +setup_xfail "i960*-*-vxworks" "i960-*-vxworks4*" "i960*-*-vxworks5.0" +setup_xfail "i960-*-bout*" i960-*-nindy*" run_dump_test common + +# The remaining tests assume an m68k target +if [istarget "m68*-*-*"] { + run_dump_test for + run_dump_test if + run_dump_test repeat + run_dump_test while +} |