* gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
* gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests. Fixes remaining unexpected failures.
This commit is contained in:
parent
1a9951a942
commit
d981c0aa7a
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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] }
|
||||
|
|
Loading…
Reference in a new issue