* 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:
Jeff Law 1996-08-23 17:10:41 +00:00
parent c262d7d8f4
commit 4fc797ff5c
3 changed files with 9 additions and 6 deletions

View File

@ -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

View File

@ -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"

View File

@ -7,7 +7,7 @@ misc:
halt
nop
reti
# trap 0
# trap 31
trap 0
trap 31
# ldsr r5,r6
# stsr r6,r5