* gas/v850/basic.exp (jump_tests): Test instruction bit patterns,

but not displacements (yet).
This commit is contained in:
Jeff Law 1996-08-23 19:05:52 +00:00
parent c9f1b2d9c7
commit 5bd7d77946
2 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,9 @@
start-sanitize-v850
Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
* gas/v850/basic.exp (jump_tests): Test instruction bit patterns,
but not displacements (yet).
* gas/v850/basic.exp (compare_tests): Test instruction bit patterns.
* gas/v850/basic.exp (branch_tests): Test instruction bit patterns,

View File

@ -198,9 +198,9 @@ proc do_jumps {} {
# of instructions (as these tests to).
while 1 {
expect {
-re "^ +\[0-9\]+ 0000\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0004\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0006\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0000 802F0000\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0004 6500\[^\n\]*\n" { set x [expr $x+1] }
-re "^ +\[0-9\]+ 0006 80070000\[^\n\]*\n" { set x [expr $x+1] }
-re "\[^\n\]*\n" { }
timeout { perror "timeout\n"; break }
eof { break }