This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: proposal: extend TARGET_OPTIONS structure
- From: Richard Henderson <rth at redhat dot com>
- To: DJ Delorie <dj at redhat dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Sat, 15 Dec 2001 17:21:12 -0800
- Subject: Re: proposal: extend TARGET_OPTIONS structure
- References: <200112142003.fBEK33524121@greed.delorie.com>
On Fri, Dec 14, 2001 at 03:03:03PM -0500, DJ Delorie wrote:
> Given that multiple targets are now running short of mask bits in
> TARGET_SWITCHES, I propose we extend the TARGET_OPTIONS structure to
> allow it to be used as a replacement.
I'd prefer that we create a different form of TARGET_SWITCHES
that contains pointers to booleans. I think that the concept
of on/off switches is common enough to warrant special handling.
r~