diff options
author | Nick Clifton <nickc@redhat.com> | 2006-04-16 11:53:00 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2006-04-16 11:53:00 +0000 |
commit | 10d1573802c96cd85f44744e5ec95da2c1229862 (patch) | |
tree | a91dd82a852a2871e85da748192cfe4f4b7fa107 | |
parent | 7e59fed008811d7d74ec5b90e45f8ba0361b680d (diff) | |
download | gdb-10d1573802c96cd85f44744e5ec95da2c1229862.zip gdb-10d1573802c96cd85f44744e5ec95da2c1229862.tar.gz gdb-10d1573802c96cd85f44744e5ec95da2c1229862.tar.bz2 |
Skip ELF specific tests on non-ELF ARM targets
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/arch7.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/blx-local.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/svc.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/thumb2_bcond.d | 1 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/thumb2_it_bad.d | 1 |
6 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 0172771..bbc6ee8 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/arm/arch7.d b/gas/testsuite/gas/arm/arch7.d index f656340..992948b 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 5c868ff..e187536 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 697756c..fdeb930 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 90b8e20..8ab7532 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 1cca8b9..f905c9f 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 |