aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-08-23 17:42:00 +0000
committerJeff Law <law@redhat.com>1996-08-23 17:42:00 +0000
commit827b80748b84ec13d5201e333707f2b38392d9a6 (patch)
treeb2f71a0fcb49ba0bf72a16e918c356863c857cda /gas/testsuite
parent0e8f9bd15e1ddb8f2635c653572374ed5305ee5a (diff)
downloadgdb-827b80748b84ec13d5201e333707f2b38392d9a6.zip
gdb-827b80748b84ec13d5201e333707f2b38392d9a6.tar.gz
gdb-827b80748b84ec13d5201e333707f2b38392d9a6.tar.bz2
* gas/v850/basic.exp (misc_tests): No longer expect failures
assembling "ldsr" and "stsr" opcodes. * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr" opcodes.
Diffstat (limited to 'gas/testsuite')
-rw-r--r--gas/testsuite/ChangeLog5
-rwxr-xr-xgas/testsuite/gas/v850/basic.exp7
2 files changed, 8 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 0be78a5..fd41b7a 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -2,6 +2,11 @@ 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 "ldsr" and "stsr" opcodes.
+ * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr"
+ opcodes.
+
+ * gas/v850/basic.exp (misc_tests): No longer expect failures
assembling "trap" opcodes.
* gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
diff --git a/gas/testsuite/gas/v850/basic.exp b/gas/testsuite/gas/v850/basic.exp
index f428c89..c478298 100755
--- a/gas/testsuite/gas/v850/basic.exp
+++ b/gas/testsuite/gas/v850/basic.exp
@@ -302,6 +302,8 @@ proc do_misc {} {
-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 "^ +\[0-9\]+ 001a\[^\n\]*\n" { set x [expr $x+1] }
+ -re "^ +\[0-9\]+ 001e\[^\n\]*\n" { set x [expr $x+1] }
-re "\[^\n\]*\n" { }
timeout { perror "timeout\n"; break }
eof { break }
@@ -313,10 +315,7 @@ proc do_misc {} {
gas_finish
# Did we find what we were looking for? If not, flunk it.
- if [expr $x==7] then { pass $testname } else { fail $testname }
-
- setup_xfail "*-*-*"
- fail "misc.s: ldsr and stsr tests"
+ if [expr $x==9] then { pass $testname } else { fail $testname }
}
proc do_move {} {