From: Paul Brook Date: Fri, 5 Mar 2004 16:59:54 +0000 (+0000) Subject: arm.h (ARM_FLAG_VFP): Remove. X-Git-Tag: releases/gcc-4.0.0~9598 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2eb83715ced8b81ee05372f987163f0af084da4f;p=thirdparty%2Fgcc.git arm.h (ARM_FLAG_VFP): Remove. * arm.h (ARM_FLAG_VFP): Remove. (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber. * netbsd-elf.h (ARM_FLAG_VFP): Remove. From-SVN: r78974 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 7e4af9331ecc..5f8a9fe9b910 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2004-03-05 Paul Brook + + * arm.h (ARM_FLAG_VFP): Remove. + (ARM_FLAG_ATPCS, CIRRUS_FIX_INVALID_INSNS): Renumber. + * netbsd-elf.h (ARM_FLAG_VFP): Remove. + 2004-03-05 Paul Brook * function.c (assign_parms): Include pretend alignment offset. diff --git a/gcc/config/arm/arm.h b/gcc/config/arm/arm.h index 5b85e75cdbfc..4ca25a62dcbd 100644 --- a/gcc/config/arm/arm.h +++ b/gcc/config/arm/arm.h @@ -433,14 +433,11 @@ extern GTY(()) rtx aof_pic_label; destination is non-Thumb aware. */ #define THUMB_FLAG_CALLER_SUPER_INTERWORKING (1 << 20) -/* Nonzero means target uses VFP FP. */ -#define ARM_FLAG_VFP (1 << 21) - /* Nonzero means to use ARM/Thumb Procedure Call Standard conventions. */ -#define ARM_FLAG_ATPCS (1 << 22) +#define ARM_FLAG_ATPCS (1 << 21) /* Fix invalid Cirrus instruction combinations by inserting NOPs. */ -#define CIRRUS_FIX_INVALID_INSNS (1 << 23) +#define CIRRUS_FIX_INVALID_INSNS (1 << 22) #define TARGET_APCS_FRAME (target_flags & ARM_FLAG_APCS_FRAME) #define TARGET_POKE_FUNCTION_NAME (target_flags & ARM_FLAG_POKE) diff --git a/gcc/config/arm/netbsd-elf.h b/gcc/config/arm/netbsd-elf.h index e39af2578a60..c626c9e1299e 100644 --- a/gcc/config/arm/netbsd-elf.h +++ b/gcc/config/arm/netbsd-elf.h @@ -39,7 +39,6 @@ | ARM_FLAG_SOFT_FLOAT \ | ARM_FLAG_APCS_FRAME \ | ARM_FLAG_ATPCS \ - | ARM_FLAG_VFP \ | ARM_FLAG_MMU_TRAPS \ | TARGET_ENDIAN_DEFAULT)