diff options
author | Jeff Law <law@redhat.com> | 1996-04-05 17:57:01 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-04-05 17:57:01 +0000 |
commit | d981c0aa7a6e3bd9d7b187320fb199c85774e649 (patch) | |
tree | 007d5e15fde2b49b2708f7d5ccba8fcddaee262a /gas | |
parent | 1a9951a942817b810b55340e84b419e00196a45c (diff) | |
download | gdb-d981c0aa7a6e3bd9d7b187320fb199c85774e649.zip gdb-d981c0aa7a6e3bd9d7b187320fb199c85774e649.tar.gz gdb-d981c0aa7a6e3bd9d7b187320fb199c85774e649.tar.bz2 |
* gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
* gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests.
Fixes remaining unexpected failures.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/h8300/h8300.exp | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 384d8f0..1f50cdf 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ Fri Apr 5 10:13:28 1996 Jeffrey A Law (law@cygnus.com) + * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax. + + * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests. + * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests. * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests. * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests. diff --git a/gas/testsuite/gas/h8300/h8300.exp b/gas/testsuite/gas/h8300/h8300.exp index 49e06e9..3b9f26b 100644 --- a/gas/testsuite/gas/h8300/h8300.exp +++ b/gas/testsuite/gas/h8300/h8300.exp @@ -439,7 +439,7 @@ proc do_h8300_movb {} { -re " +\[0-9\]+ 000c 2810\[^\n\]*\n" { set x [expr $x+1] } -re " +\[0-9\]+ 000e 6A080000\[^\n\]*\n" { set x [expr $x+1] } -re " +\[0-9\]+ 0012 6898\[^\n\]*\n" { set x [expr $x+1] } - -re " +\[0-9\]+ 0014 6E980000\[^\n\]*\n" { set x [expr $x+1] } + -re " +\[0-9\]+ 0014 6E980010\[^\n\]*\n" { set x [expr $x+1] } -re " +\[0-9\]+ 0018 6C98\[^\n\]*\n" { set x [expr $x+1] } -re " +\[0-9\]+ 001a 3810\[^\n\]*\n" { set x [expr $x+1] } -re " +\[0-9\]+ 001c 6A880000\[^\n\]*\n" { set x [expr $x+1] } |