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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 1617d2b..88b6511 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +2005-09-30 Paul Brook <paul@codesourcery.com> + + * 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. + 2005-09-30 Matthias Kurz <mk@baerlap.north.de> * asintl.h: Prevent the inclusion of <libintl.h> from the Solaris |