* gas/arm/iwmmxt-bad.s: New file.
* gas/arm/iwmmxt-bad.l: New file. * gas/arm/arm.exp: Run new test.
This commit is contained in:
parent
8db32d44ca
commit
8bfee9a109
4 changed files with 24 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2003-10-17 Ian Lance Taylor <ian@wasabisystems.com>
|
||||
|
||||
* gas/arm/iwmmxt-bad.s: New file.
|
||||
* gas/arm/iwmmxt-bad.l: New file.
|
||||
* gas/arm/arm.exp: Run new test.
|
||||
|
||||
2003-10-16 Ian Lance Taylor <ian@wasabisystems.com>
|
||||
|
||||
* gas/arm/iwmmxt.d: Add -miwmmxt to #objdump line, to get the
|
||||
|
|
|
@ -83,4 +83,5 @@ if [istarget arm-*-pe] {
|
|||
|
||||
if [istarget xscale-*] {
|
||||
run_dump_test "iwmmxt"
|
||||
run_errors_test "iwmmxt-bad" "-mcpu=iwmmxt" "iWMMXt errors"
|
||||
}
|
||||
|
|
9
gas/testsuite/gas/arm/iwmmxt-bad.l
Normal file
9
gas/testsuite/gas/arm/iwmmxt-bad.l
Normal file
|
@ -0,0 +1,9 @@
|
|||
[^:]*: Assembler messages:
|
||||
[^:]*:1: Error: conditional execution not supported with control register
|
||||
[^:]*:2: Error: non-word size not supported with control register
|
||||
[^:]*:3: Error: non-word size not supported with control register
|
||||
[^:]*:4: Error: non-word size not supported with control register
|
||||
[^:]*:5: Error: conditional execution not supported with control register
|
||||
[^:]*:6: Error: non-word size not supported with control register
|
||||
[^:]*:7: Error: non-word size not supported with control register
|
||||
[^:]*:8: Error: non-word size not supported with control register
|
8
gas/testsuite/gas/arm/iwmmxt-bad.s
Normal file
8
gas/testsuite/gas/arm/iwmmxt-bad.s
Normal file
|
@ -0,0 +1,8 @@
|
|||
wldrwgt wcgr0,[r1]
|
||||
wldrb wcgr0,[r1]
|
||||
wldrh wcgr0,[r1]
|
||||
wldrd wcgr0,[r1]
|
||||
wstrwgt wcgr0,[r1]
|
||||
wstrb wcgr0,[r1]
|
||||
wstrh wcgr0,[r1]
|
||||
wstrd wcgr0,[r1]
|
Loading…
Reference in a new issue