mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-18 12:24:38 +08:00
* gas/v850/basic.exp (misc_tests): No longer expect failures
assembling "trap" opcodes. * gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
This commit is contained in:
parent
c262d7d8f4
commit
4fc797ff5c
@ -1,6 +1,10 @@
|
||||
start-sanitize-v850
|
||||
Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* gas/v850/basic.exp (misc_tests): No longer expect failures
|
||||
assembling "trap" opcodes.
|
||||
* gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
|
||||
|
||||
* gas/v850: New directory with v850 tests.
|
||||
|
||||
end-sanitize-v850
|
||||
|
@ -300,6 +300,8 @@ proc do_misc {} {
|
||||
-re "^ +\[0-9\]+ 0008\[^\n\]*\n" { set x [expr $x+1] }
|
||||
-re "^ +\[0-9\]+ 000c\[^\n\]*\n" { set x [expr $x+1] }
|
||||
-re "^ +\[0-9\]+ 000e\[^\n\]*\n" { set x [expr $x+1] }
|
||||
-re "^ +\[0-9\]+ 0012\[^\n\]*\n" { set x [expr $x+1] }
|
||||
-re "^ +\[0-9\]+ 0016\[^\n\]*\n" { set x [expr $x+1] }
|
||||
-re "\[^\n\]*\n" { }
|
||||
timeout { perror "timeout\n"; break }
|
||||
eof { break }
|
||||
@ -311,10 +313,7 @@ proc do_misc {} {
|
||||
gas_finish
|
||||
|
||||
# Did we find what we were looking for? If not, flunk it.
|
||||
if [expr $x==5] then { pass $testname } else { fail $testname }
|
||||
|
||||
setup_xfail "*-*-*"
|
||||
fail "misc.s: trap tests"
|
||||
if [expr $x==7] then { pass $testname } else { fail $testname }
|
||||
|
||||
setup_xfail "*-*-*"
|
||||
fail "misc.s: ldsr and stsr tests"
|
||||
|
@ -7,7 +7,7 @@ misc:
|
||||
halt
|
||||
nop
|
||||
reti
|
||||
# trap 0
|
||||
# trap 31
|
||||
trap 0
|
||||
trap 31
|
||||
# ldsr r5,r6
|
||||
# stsr r6,r5
|
||||
|
Loading…
Reference in New Issue
Block a user