OSDN Git Service

gas/
authorKazu Hirata <kazu@codesourcery.com>
Thu, 4 May 2006 15:41:00 +0000 (15:41 +0000)
committerKazu Hirata <kazu@codesourcery.com>
Thu, 4 May 2006 15:41:00 +0000 (15:41 +0000)
commite518853312d11ede8f7e59899c7be2dbc5d899ce
tree02e1a16afec66054df63cf49f88a14959e32703f
parentba3b7f158bec65044d16bf6cd12edb35dba3f374
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]