diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-09-25 16:32:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-09-25 16:32:51 +0000 |
commit | 1f5397cad33b02b508c7d1cf4b0793d56b623b1a (patch) | |
tree | e0079525c3fd4a225f467f611da49296073794cf /gas | |
parent | 800172405ae35bcb95c1e38cece688e0ee53678f (diff) | |
download | gdb-1f5397cad33b02b508c7d1cf4b0793d56b623b1a.zip gdb-1f5397cad33b02b508c7d1cf4b0793d56b623b1a.tar.gz gdb-1f5397cad33b02b508c7d1cf4b0793d56b623b1a.tar.bz2 |
* gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
test.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 | ||||
-rw-r--r-- | gas/testsuite/gas/mri/mri.exp | 3 |
2 files changed, 14 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 3a863f5..19cd50c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Mon Sep 25 12:31:46 1995 Ian Lance Taylor <ian@cygnus.com> + + * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants + test. + +start-sanitize-sh3e +Thu Sep 21 01:26:08 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/sh/fp.s (fmac): Update for new assembly syntax. + +end-sanitize-sh3e Mon Sep 18 14:04:34 1995 Ian Lance Taylor <ian@cygnus.com> * lib/gas-defs.exp (gas_run): Call prune_system_crud. diff --git a/gas/testsuite/gas/mri/mri.exp b/gas/testsuite/gas/mri/mri.exp index 5dffbaf..65391e1 100644 --- a/gas/testsuite/gas/mri/mri.exp +++ b/gas/testsuite/gas/mri/mri.exp @@ -8,6 +8,7 @@ run_dump_test equ setup_xfail "hppa*-*-osf*" "hppa*-*-hpux*" "hppa*-*-bsd*" "hppa-*-hiux*" setup_xfail "a29k*-*-*" +setup_xfail "arm*-*-*" run_dump_test constants run_dump_test float @@ -26,6 +27,8 @@ run_dump_test common setup_xfail "hppa*-*-osf*" "hppa*-*-hpux*" "hppa*-*-bsd*" "hppa-*-hiux*" run_dump_test comment +gas_test "empty.s" "-M" "" "MRI empty macro" + # The remaining tests assume an m68k target if [istarget "m68*-*-*"] { run_dump_test for |