This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Macros that are defined under config but not used anywhere.
- From: Richard Earnshaw <rearnsha at arm dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc at gcc dot gnu dot org, Richard dot Earnshaw at arm dot com
- Date: Fri, 06 Feb 2004 11:44:19 +0000
- Subject: Re: Macros that are defined under config but not used anywhere.
- Organization: ARM Ltd.
- Reply-to: Richard dot Earnshaw at arm dot com
ARM_INDEX_REGISTER_RTX_P
Probably dead (I think this is now a function), but I'll check.
FIRST_LO_REGNUM
FL_VFPV2
TARGET_CPU_arm250
TARGET_CPU_arm3
TARGET_CPU_arm600
TARGET_CPU_arm7
TARGET_CPU_arm700
TARGET_CPU_arm7100
TARGET_CPU_arm7500
TARGET_CPU_arm7dm
TARGET_CPU_arm7dmi
Completeness
TARGET_FPE
Probably a bug, it's used to check a command line option, but seems to be
ignored at present.
TARGET_SOFT_FLOAT_ABI
Completeness