mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* gas/v850/basic.exp (jump_tests): Test instruction bit patterns,
but not displacements (yet).
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
start-sanitize-v850
|
start-sanitize-v850
|
||||||
Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
|
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 (compare_tests): Test instruction bit patterns.
|
||||||
|
|
||||||
* gas/v850/basic.exp (branch_tests): Test instruction bit patterns,
|
* gas/v850/basic.exp (branch_tests): Test instruction bit patterns,
|
||||||
|
@ -198,9 +198,9 @@ proc do_jumps {} {
|
|||||||
# of instructions (as these tests to).
|
# of instructions (as these tests to).
|
||||||
while 1 {
|
while 1 {
|
||||||
expect {
|
expect {
|
||||||
-re "^ +\[0-9\]+ 0000\[^\n\]*\n" { set x [expr $x+1] }
|
-re "^ +\[0-9\]+ 0000 802F0000\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re "^ +\[0-9\]+ 0004\[^\n\]*\n" { set x [expr $x+1] }
|
-re "^ +\[0-9\]+ 0004 6500\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re "^ +\[0-9\]+ 0006\[^\n\]*\n" { set x [expr $x+1] }
|
-re "^ +\[0-9\]+ 0006 80070000\[^\n\]*\n" { set x [expr $x+1] }
|
||||||
-re "\[^\n\]*\n" { }
|
-re "\[^\n\]*\n" { }
|
||||||
timeout { perror "timeout\n"; break }
|
timeout { perror "timeout\n"; break }
|
||||||
eof { break }
|
eof { break }
|
||||||
|
Reference in New Issue
Block a user