Arm: Skip new binary decode tests on pe targets
The two new test I added require the use of the ".inst" directive which the PE targets don't support. Because of that I excluded *-unknown-pe but the mask needs to be wider. I am now excluding *-*-pe. gas/ChangeLog: * testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip. * testsuite/gas/arm/undefined-insn-thumb.d: Likewise.
This commit is contained in:
parent
74b3c71318
commit
bacb77d018
@ -1,3 +1,8 @@
|
||||
2018-10-19 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* testsuite/gas/arm/undefined-insn-arm.d: Widen pe skip.
|
||||
* testsuite/gas/arm/undefined-insn-thumb.d: Likewise.
|
||||
|
||||
2018-10-19 Tamar Christina <tamar.christina@arm.com>
|
||||
|
||||
* testsuite/gas/arm/undefined-insn-arm.d: New test.
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: Undefined binary printing in arm mode
|
||||
#skip: *-unknown-pe *-*-vxworks
|
||||
#skip: *-*-pe *-*-vxworks
|
||||
#source: undefined-insn.s
|
||||
#objdump: -D -b binary -m armv7e-m
|
||||
#...
|
||||
|
@ -1,5 +1,5 @@
|
||||
#name: Undefined binary printing in thumb mode
|
||||
#skip: *-unknown-pe *-*-vxworks
|
||||
#skip: *-*-pe *-*-vxworks
|
||||
#source: undefined-insn.s
|
||||
#objdump: -D -b binary -m armv7e-m -M force-thumb
|
||||
#...
|
||||
|
Loading…
x
Reference in New Issue
Block a user