Fix msr-bsd test

This commit is contained in:
Nick Clifton 2001-01-02 19:39:15 +00:00
parent ee91ed7972
commit ab32098a86
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-01-02 Nick Clifton <nickc@redhat.com>
* gas/arm/arm.exp: Pass -marmv3 to msr-bad test, since the
instruction is legal in v5. Also fix expected error message.
2001-01-01 Philip Blundell <philb@gnu.org>
* gas/arm/adrl.s, gas/arm/pic.s, gas/arm/msr-bad.s: New tests.

View File

@ -7,7 +7,7 @@ if {[istarget *arm*-*-*] || [istarget "xscale-*-*"]} then {
gas_test "arm3.s" "" $stdoptlist "Arm 3 instructions"
gas_test "arm6.s" "" $stdoptlist "Arm 6 instructions"
gas_test_error "msr-bad.s" "" "MSR with bad immediate operand"
gas_test_error "msr-bad.s" "-marmv3" "immediate value cannot be used to set this field"
gas_test "arm7dm.s" "" $stdoptlist "Arm 7DM instructions"