diff options
author | Jeff Law <law@redhat.com> | 1995-08-13 06:41:18 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-13 06:41:18 +0000 |
commit | e62fb525904e1c0010ebf1ccb8f38a6943c36dd7 (patch) | |
tree | efc9fef297600701d4b76b91c35088373319dc02 /gas/testsuite | |
parent | 5ae218df2a586ed4fd07c8249e4fdb5913c1e093 (diff) | |
download | gdb-e62fb525904e1c0010ebf1ccb8f38a6943c36dd7.zip gdb-e62fb525904e1c0010ebf1ccb8f38a6943c36dd7.tar.gz gdb-e62fb525904e1c0010ebf1ccb8f38a6943c36dd7.tar.bz2 |
* gas/sh/basic.exp: Update now that we know the right
bit patters for the new sts instructions.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rwxr-xr-x | gas/testsuite/gas/sh/basic.exp | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 468b17f..2f7b234 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index 5cbb9af..869246e 100755 --- a/gas/testsuite/gas/sh/basic.exp +++ b/gas/testsuite/gas/sh/basic.exp @@ -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 } |