Change the registers used in ldmac and stmac tests.
This commit is contained in:
parent
6aa4f5169f
commit
fbe1e41fe2
@ -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>
|
2000-06-27 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
* gas/d30v/bittest.l: Edit to match new warning messages produced
|
* gas/d30v/bittest.l: Edit to match new warning messages produced
|
||||||
|
@ -2037,11 +2037,11 @@ proc do_h8300s_mac {} {
|
|||||||
while 1 {
|
while 1 {
|
||||||
expect {
|
expect {
|
||||||
-re " +\[0-9\]+ 0000 01A0\[^\n\]*\n" { set x [expr $x+1] }
|
-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\]+ 0002 0324\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re " +\[0-9\]+ 0004 0331\[^\n\]*\n" { set x [expr $x+1] }
|
-re " +\[0-9\]+ 0004 0335\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re " +\[0-9\]+ 0006 01606D01\[^\n\]*\n" { set x [expr $x+1] }
|
-re " +\[0-9\]+ 0006 01606D45\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re " +\[0-9\]+ 000a 0220\[^\n\]*\n" { set x [expr $x+1] }
|
-re " +\[0-9\]+ 000a 0224\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re " +\[0-9\]+ 000c 0231\[^\n\]*\n" { set x [expr $x+1] }
|
-re " +\[0-9\]+ 000c 0235\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
eof { break }
|
eof { break }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
.text
|
.text
|
||||||
h8300s_mac:
|
h8300s_mac:
|
||||||
clrmac
|
clrmac
|
||||||
ldmac er0,mach
|
ldmac er4,mach
|
||||||
ldmac er1,macl
|
ldmac er5,macl
|
||||||
mac @er0+,@er1+
|
mac @er4+,@er5+
|
||||||
stmac mach,er0
|
stmac mach,er4
|
||||||
stmac macl,er1
|
stmac macl,er5
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user