From d981c0aa7a6e3bd9d7b187320fb199c85774e649 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Fri, 5 Apr 1996 17:57:01 +0000 Subject: [PATCH] * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax. * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests. Fixes remaining unexpected failures. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/h8300/h8300.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 384d8f09627..1f50cdf463f 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 49e06e90c96..3b9f26b0390 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] } -- 2.30.2