* 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 468b17f..2f7b234 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 5cbb9af..869246e 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 }