* gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
authorJeff Law <law@redhat.com>
Fri, 5 Apr 1996 17:57:01 +0000 (17:57 +0000)
committerJeff Law <law@redhat.com>
Fri, 5 Apr 1996 17:57:01 +0000 (17:57 +0000)
        * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests.
Fixes remaining unexpected failures.

gas/testsuite/ChangeLog
gas/testsuite/gas/h8300/h8300.exp

index 384d8f0..1f50cdf 100644 (file)
@@ -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.
index 49e06e9..3b9f26b 100644 (file)
@@ -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] }