Change the registers used in ldmac and stmac tests.

This commit is contained in:
Nick Clifton 2000-06-29 23:44:41 +00:00
parent 6aa4f5169f
commit fbe1e41fe2
3 changed files with 17 additions and 11 deletions

View File

@ -1,3 +1,9 @@
2000-06-29 Kazu Hirata <kazu@hxi.com>=0A=
* gas/h8300/h8300.exp (do_h8300s_mac): Change the registers used
in ldmac and stmac.
* gas/h8300/macs.s: Likewise.
2000-06-27 Nick Clifton <nickc@cygnus.com>
* gas/d30v/bittest.l: Edit to match new warning messages produced

View File

@ -2036,12 +2036,12 @@ proc do_h8300s_mac {} {
# assembled correctly.
while 1 {
expect {
-re " +\[0-9\]+ 0000 01A0\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0002 0320\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0004 0331\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0006 01606D01\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 000a 0220\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 000c 0231\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0000 01A0\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0002 0324\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0004 0335\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 0006 01606D45\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 000a 0224\[^\n\]*\n" { set x [expr $x+1] }
-re " +\[0-9\]+ 000c 0235\[^\n\]*\n" { set x [expr $x+1] }
eof { break }
}
}

View File

@ -2,10 +2,10 @@
.text
h8300s_mac:
clrmac
ldmac er0,mach
ldmac er1,macl
mac @er0+,@er1+
stmac mach,er0
stmac macl,er1
ldmac er4,mach
ldmac er5,macl
mac @er4+,@er5+
stmac mach,er4
stmac macl,er5