Skip ELF specific tests on non-ELF ARM targets
This commit is contained in:
parent
7e59fed008
commit
10d1573802
@ -1,3 +1,11 @@
|
||||
2006-04-16 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/arm/arch7.d: Skip test for non-ELF targets.
|
||||
* gas/arm/blx-local.d: Likewise.
|
||||
* gas/arm/svc.d: Likewise.
|
||||
* gas/arm/thumb2_bcond.d: Likewise.
|
||||
* gas/arm/thumb2_it_bad.d: Likewise.
|
||||
|
||||
2006-04-07 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gas/arm/blx-local.d: New test.
|
||||
|
@ -1,5 +1,6 @@
|
||||
#name: ARM V7 instructions
|
||||
#as: -march=armv7r
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
@ -1,5 +1,6 @@
|
||||
#name: Local BLX instructions
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#as:
|
||||
|
||||
# Test assembler resolution of blx instructions.
|
||||
|
@ -1,5 +1,6 @@
|
||||
# name: SWI/SVC instructions
|
||||
# objdump: -dr --prefix-addresses --show-raw-insn
|
||||
# skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
# as:
|
||||
# objdump: -dr --prefix-addresses --show-raw-insn
|
||||
# skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
|
||||
.*: +file format .*arm.*
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
#name: Invalid IT instructions
|
||||
#as:
|
||||
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||
#error-output: thumb2_it_bad.l
|
||||
|
Loading…
Reference in New Issue
Block a user