* gas/sh/basic.exp: Update now that we know the right

bit patters for the new sts instructions.
This commit is contained in:
Jeff Law 1995-08-13 06:41:18 +00:00
parent 5ae218df2a
commit e62fb52590
2 changed files with 11 additions and 4 deletions

View File

@ -1,3 +1,10 @@
start-sanitize-sh3e
Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu)
* gas/sh/basic.exp: Update now that we know the right
bit patters for the new sts instructions.
end-sanitize-sh3e
Thu Aug 10 00:46:21 1995 Ian Lance Taylor <ian@cygnus.com>
* gas/mri/char.d: Fix for little endian machines.

View File

@ -62,10 +62,10 @@ proc do_fp {} {
-re "^ +\[0-9\]+ 0032 4356\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0034 436A\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0036 4366\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0038 435A\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 003a 4356\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 003c 436A\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 003e 4366\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0038 035A\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 003a 4352\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 003c 036A\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 003e 4362\[^\n\]*\n" { set x [expr $x+1] }
-re "\[^\n\]*\n" { }
timeout { perror "timeout\n"; break }
eof { break }