* gas/sh/basic.exp: Update now that we know the right
authorJeff Law <law@redhat.com>
Sun, 13 Aug 1995 06:41:18 +0000 (06:41 +0000)
committerJeff Law <law@redhat.com>
Sun, 13 Aug 1995 06:41:18 +0000 (06:41 +0000)
bit patters for the new sts instructions.

gas/testsuite/ChangeLog
gas/testsuite/gas/sh/basic.exp

index 468b17f0ebf36c680157b6feb77245edae76aeb8..2f7b23474f40b6c4342b447386b29c9be1898488 100644 (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.
index 5cbb9af09d9da7c7f29ec4c83928c03165bfcf06..869246e80c579a3e2a856a0834528f2b51716d84 100755 (executable)
@@ -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 }