From ced469bc0c480d3bda63e32f3755752c1808834c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Sun, 16 Apr 2006 11:53:00 +0000 Subject: [PATCH] Skip ELF specific tests on non-ELF ARM targets --- gas/testsuite/ChangeLog | 8 ++++++++ gas/testsuite/gas/arm/arch7.d | 1 + gas/testsuite/gas/arm/blx-local.d | 1 + gas/testsuite/gas/arm/svc.d | 1 + gas/testsuite/gas/arm/thumb2_bcond.d | 1 + gas/testsuite/gas/arm/thumb2_it_bad.d | 1 + 6 files changed, 13 insertions(+) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0172771a3d..bbc6ee8d16 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2006-04-16 Nick Clifton + + * 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 * gas/arm/blx-local.d: New test. diff --git a/gas/testsuite/gas/arm/arch7.d b/gas/testsuite/gas/arm/arch7.d index f656340828..992948b833 100644 --- a/gas/testsuite/gas/arm/arch7.d +++ b/gas/testsuite/gas/arm/arch7.d @@ -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.* diff --git a/gas/testsuite/gas/arm/blx-local.d b/gas/testsuite/gas/arm/blx-local.d index 5c868ff093..e187536b36 100644 --- a/gas/testsuite/gas/arm/blx-local.d +++ b/gas/testsuite/gas/arm/blx-local.d @@ -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. diff --git a/gas/testsuite/gas/arm/svc.d b/gas/testsuite/gas/arm/svc.d index 697756c796..fdeb930208 100644 --- a/gas/testsuite/gas/arm/svc.d +++ b/gas/testsuite/gas/arm/svc.d @@ -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.* diff --git a/gas/testsuite/gas/arm/thumb2_bcond.d b/gas/testsuite/gas/arm/thumb2_bcond.d index 90b8e2096d..8ab75320e1 100644 --- a/gas/testsuite/gas/arm/thumb2_bcond.d +++ b/gas/testsuite/gas/arm/thumb2_bcond.d @@ -1,5 +1,6 @@ # as: # objdump: -dr --prefix-addresses --show-raw-insn +# skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* .*: +file format .*arm.* diff --git a/gas/testsuite/gas/arm/thumb2_it_bad.d b/gas/testsuite/gas/arm/thumb2_it_bad.d index 1cca8b9650..f905c9f5e7 100644 --- a/gas/testsuite/gas/arm/thumb2_it_bad.d +++ b/gas/testsuite/gas/arm/thumb2_it_bad.d @@ -1,3 +1,4 @@ #name: Invalid IT instructions #as: +#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* #error-output: thumb2_it_bad.l -- 2.11.0