OSDN Git Service

General cleanup of feature definitions.
authorrearnsha <rearnsha>
Wed, 31 Oct 2001 14:48:18 +0000 (14:48 +0000)
committerrearnsha <rearnsha>
Wed, 31 Oct 2001 14:48:18 +0000 (14:48 +0000)
commit37ce0e3059d1d91db337f8fbb6b83ee8d59c0bd1
tree9fb2b95d8554c77d756df5ea0af6688d7c58038d
parentcdc45e26df02d32fa4d3b37eb185b6b00b24e692
General cleanup of feature definitions.
* tc-arm.c (ARM_EXT_LONGMUL, ARM_EXT_HALFWORD, ARM_EXT_THUMB): Delete.
(ARM_2UP, ARM_ALL, ARM_3UP, ARM_6UP): Delete.
(FPU_CORE, FPU_FPA10, FPA_FPA11, FPU_ALL, FPA_MEMMULTI): Delete.
(ARM_EXT_V{1,2,2S,3,3M,4,4T,5T,5ExP}): New defines.
(ARM_EXT_V{5,5E}): Synchronize with above.
(ARM_ARCH_V*): Define a complete set in terms of above features.
(ARM_{1,2,3,250,6,7,8,9,STRONG}): Define in terms of architecture.
(FPU_FPA_EXT_V[12]): Define.
(FPU_ARCH_FPE, FPU_ARCH_FPA): Define in terms of above.
(FPU_ANY): Define.
(FPU_DEFAULT): Default to FPA.
(CPU_DEFAULT): For XScale, this is now just ARM_ARCH_XSCALE; for
Thumb, this is now ARM_ARCH_V5T.
(insns): Rework for new feature defines.
(tinsns): Likewise.
(opcode_select, do_ldst, md_begin, md_parse_option): Likewise.
gas/ChangeLog
gas/config/tc-arm.c