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 Sandiford <rsandifo at redhat dot com>
- To: Kazu Hirata <kazu at cs dot umass dot edu>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 07 Feb 2004 09:38:00 +0000
- Subject: Re: Macros that are defined under config but not used anywhere.
- References: <20040205.165531.34150723.kazu@cs.umass.edu>
Thanks for doing this.
Kazu Hirata <kazu@cs.umass.edu> writes:
> mips:
> BIGGEST_MAX_ARGS_IN_REGISTERS
> DFMODE_NAN
> PIC_OFFSET_TABLE_MASK
> SFMODE_NAN
> SINGLE_WORD_MODE_P
> TARGET_DEBUG_F_MODE
> TARGET_DEBUG_I_MODE
Yeah, it looks like all these can go. Will come up with a patch soon.
In the long run, it would be nice to get rid of all the TARGET_DEBUG*
stuff...
> TARGET_MIPS4100
> TARGET_MIPS4300
> TARGET_MIPS4KC
> TARGET_MIPS5KC
> TARGET_SB1
> TUNE_SB1
> TUNE_SR71K
It looks like these were added on a see-one, play-one basis. Not sure
whether it's worth getting rid of them or not.
Richard