diff options
author | Paul Brook <paul@codesourcery.com> | 2005-09-30 13:34:17 +0000 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2005-09-30 13:34:17 +0000 |
commit | e3cb604ed85466b487eda890109b2bdea0dfa96b (patch) | |
tree | fa4a4392da938e5305dc7b9ffad6dc309b9cc3d1 /gas/testsuite | |
parent | a70c240376fbfde088944325cc58a0e9edba6cc5 (diff) | |
download | gdb-e3cb604ed85466b487eda890109b2bdea0dfa96b.zip gdb-e3cb604ed85466b487eda890109b2bdea0dfa96b.tar.gz gdb-e3cb604ed85466b487eda890109b2bdea0dfa96b.tar.bz2 |
2005-09-30 Paul Brook <paul@codesourcery.com>
gas/
* config/tc-arm.c (opcode_tag): Add OT_cinfix3_legacy.
(opcode_lookup): Handle OT_cinfix3_legacy. Revert earlier change for
normal infix conditions.
(C3E): Include Thumb-2 definition.
(CL, cCL): Define.
(insns): Use them for legacy mnemonics.
gas/testsuite/
* gas/arm/fpa-mem.s: Remove incorrect comments.
* gas/arm/fpa-mem.d: Update expected results.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/fpa-mem.d | 2 | ||||
-rw-r--r-- | gas/testsuite/gas/arm/fpa-mem.s | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 9e69088..381148c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-09-30 Paul Brook <paul@codesourcery.com> + + * gas/arm/fpa-mem.s: Remove incorrect comments. + * gas/arm/fpa-mem.d: Update expected results. + 2005-09-29 Jan Beulich <jbeulich@novell.com> * gas/ia64/alloc.[sl]: New. diff --git a/gas/testsuite/gas/arm/fpa-mem.d b/gas/testsuite/gas/arm/fpa-mem.d index a94c742..9b3a656 100644 --- a/gas/testsuite/gas/arm/fpa-mem.d +++ b/gas/testsuite/gas/arm/fpa-mem.d @@ -31,4 +31,4 @@ Disassembly of section .text: 0+50 <[^>]*> ed00020c ? sfm f0, 4, \[r0, #-48\] 0+54 <[^>]*> ed800200 ? sfm f0, 4, \[r0\] 0+58 <[^>]*> 5d800100 ? stfpls f0, \[r0\] -0+5c <[^>]*> 9dc08100 ? stflsp f0, \[r0\] +0+5c <[^>]*> 5d800100 ? stfpls f0, \[r0\] diff --git a/gas/testsuite/gas/arm/fpa-mem.s b/gas/testsuite/gas/arm/fpa-mem.s index efbbbd8..bcb4ae3 100644 --- a/gas/testsuite/gas/arm/fpa-mem.s +++ b/gas/testsuite/gas/arm/fpa-mem.s @@ -27,8 +27,6 @@ F: # Test mnemonic that is ambiguous between infix and suffic # condition codes - # sfts condition code pl stfpls f0, [r0] .syntax unified - # stfp condition code ls stfpls f0, [r0] |