OSDN Git Service

gas/
authorkazu <kazu>
Thu, 4 May 2006 15:40:59 +0000 (15:40 +0000)
committerkazu <kazu>
Thu, 4 May 2006 15:40:59 +0000 (15:40 +0000)
commit9218c69e0ad2148a27edce75760273cd741462e9
tree8a937257d3a255133dea16f88e8e95abc94e0a66
parent9467a0eec6dee43283489dfc475205d6c69001b5
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.
gas/ChangeLog
gas/config/tc-arm.c
gas/testsuite/ChangeLog
gas/testsuite/gas/arm/armv1.d
gas/testsuite/gas/arm/armv1.l [new file with mode: 0644]
gas/testsuite/gas/arm/thumb32.d
gas/testsuite/gas/arm/thumb32.l [new file with mode: 0644]