diff options
author | Paul Brook <paul@codesourcery.com> | 2006-04-20 12:39:51 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2006-04-20 12:39:51 +0000 |
commit | 8463be011baecb494680659580c1cfa3013a2e78 (patch) | |
tree | 24eef850c31adfb6bc38f89b4dccd4f42fe07f53 /gas/testsuite | |
parent | c9f2a989ad6af82c02d6bcd643880e343840ee55 (diff) | |
download | gdb-8463be011baecb494680659580c1cfa3013a2e78.zip gdb-8463be011baecb494680659580c1cfa3013a2e78.tar.gz gdb-8463be011baecb494680659580c1cfa3013a2e78.tar.bz2 |
2005-04-20 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (s_arm_arch, s_arm_cpu, s_arm_fpu): Enable for
all targets.
(md_pseudo_table): Enable .arch, .cpu and .fpu for all targets.
gas/testsuite/
* gas/arm/arch7.d: Remove skip.
* gas/arm/svc.d: Ditto.
* gas/arm/thumb2_bcond.d: Ditto.
* gas/arm/thumb2_it_bad.d: Ditto.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/arch7.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 |
5 files changed, 7 insertions, 4 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4ab8470..438b307 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-04-20 Paul Brook <paul@codesourcery.com> + + * gas/arm/arch7.d: Remove skip. + * gas/arm/svc.d: Ditto. + * gas/arm/thumb2_bcond.d: Ditto. + * gas/arm/thumb2_it_bad.d: Ditto. + 2006-04-18 H.J. Lu <hongjiu.lu@intel.com> PR gas/2533 diff --git a/gas/testsuite/gas/arm/arch7.d b/gas/testsuite/gas/arm/arch7.d index 992948b..f656340 100644 --- a/gas/testsuite/gas/arm/arch7.d +++ b/gas/testsuite/gas/arm/arch7.d @@ -1,6 +1,5 @@ #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/svc.d b/gas/testsuite/gas/arm/svc.d index fdeb930..697756c 100644 --- a/gas/testsuite/gas/arm/svc.d +++ b/gas/testsuite/gas/arm/svc.d @@ -1,6 +1,5 @@ # 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 8ab7532..90b8e20 100644 --- a/gas/testsuite/gas/arm/thumb2_bcond.d +++ b/gas/testsuite/gas/arm/thumb2_bcond.d @@ -1,6 +1,5 @@ # 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 f905c9f..1cca8b9 100644 --- a/gas/testsuite/gas/arm/thumb2_it_bad.d +++ b/gas/testsuite/gas/arm/thumb2_it_bad.d @@ -1,4 +1,3 @@ #name: Invalid IT instructions #as: -#skip: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* #error-output: thumb2_it_bad.l |