diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2006-05-04 15:41:00 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2006-05-04 15:41:00 +0000 |
commit | 088fa78ea05bf3a6da2a92a9c45b1b76cc59a127 (patch) | |
tree | 42b995c3576744a8c44148f196779b80c17f5000 /gas/ChangeLog | |
parent | 8b2f7496cc568efbb5057303bd180f663a8bcdde (diff) | |
download | gdb-088fa78ea05bf3a6da2a92a9c45b1b76cc59a127.zip gdb-088fa78ea05bf3a6da2a92a9c45b1b76cc59a127.tar.gz gdb-088fa78ea05bf3a6da2a92a9c45b1b76cc59a127.tar.bz2 |
gas/
* config/tc-arm.c (opcode_tag): Add OT_cinfix3_deprecated.
(opcode_lookup): Issue a warning for opcode with
OT_cinfix3_deprecated. Otherwise treat OT_cinfix3_deprecated
identical to OT_cinfix3.
(TxC3w, TC3w, tC3w): New.
(insns): Use tC3w and TC3w for comparison instructions with
's' suffix.
gas/testsuite
* gas/arm/armv1.d (error-output): New.
* gas/arm/armv1.l: New.
* gas/arm/thumb32.d (error-output): New.
* gas/arm/thumb32.l: New.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0d51e96..4091738 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,13 @@ +2006-05-04 Kazu Hirata <kazu@codesourcery.com> + + * config/tc-arm.c (opcode_tag): Add OT_cinfix3_deprecated. + (opcode_lookup): Issue a warning for opcode with + OT_cinfix3_deprecated. Otherwise treat OT_cinfix3_deprecated + identical to OT_cinfix3. + (TxC3w, TC3w, tC3w): New. + (insns): Use tC3w and TC3w for comparison instructions with + 's' suffix. + 2006-05-04 Alan Modra <amodra@bigpond.net.au> * subsegs.h (struct frchain): Delete frch_seg. |