mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-25 10:52:00 +08:00
Skip ELF specific tests on non-ELF ARM targets
This commit is contained in:
@ -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>
|
2006-04-07 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/blx-local.d: New test.
|
* gas/arm/blx-local.d: New test.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#name: ARM V7 instructions
|
#name: ARM V7 instructions
|
||||||
#as: -march=armv7r
|
#as: -march=armv7r
|
||||||
|
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||||
|
|
||||||
.*: +file format .*arm.*
|
.*: +file format .*arm.*
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#name: Local BLX instructions
|
#name: Local BLX instructions
|
||||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||||
|
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||||
#as:
|
#as:
|
||||||
|
|
||||||
# Test assembler resolution of blx instructions.
|
# Test assembler resolution of blx instructions.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# name: SWI/SVC instructions
|
# name: SWI/SVC instructions
|
||||||
# objdump: -dr --prefix-addresses --show-raw-insn
|
# objdump: -dr --prefix-addresses --show-raw-insn
|
||||||
|
# skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||||
|
|
||||||
.*: +file format .*arm.*
|
.*: +file format .*arm.*
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# as:
|
# as:
|
||||||
# objdump: -dr --prefix-addresses --show-raw-insn
|
# objdump: -dr --prefix-addresses --show-raw-insn
|
||||||
|
# skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||||
|
|
||||||
.*: +file format .*arm.*
|
.*: +file format .*arm.*
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
#name: Invalid IT instructions
|
#name: Invalid IT instructions
|
||||||
#as:
|
#as:
|
||||||
|
#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix*
|
||||||
#error-output: thumb2_it_bad.l
|
#error-output: thumb2_it_bad.l
|
||||||
|
Reference in New Issue
Block a user