This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: MS bitfield layout support for w32 targets
- From: Richard Henderson <rth at redhat dot com>
- To: Danny Smith <danny_r_smith_2001 at yahoo dot co dot nz>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Wed, 27 Mar 2002 02:52:22 -0800
- Subject: Re: PATCH: MS bitfield layout support for w32 targets
- References: <20020327104609.85791.qmail@web14503.mail.yahoo.com>
On Wed, Mar 27, 2002 at 09:46:09PM +1100, Danny Smith wrote:
> * config/i386/cygwin.h (MASK_MS_BITFIELD_LAYOUT): New mask for
> target switch -mms-bitfields.
> (TARGET_USE_MS_BITFIELD_LAYOUT): New define, using mask.
> (SUBTARGET_SWITCHES): Set mask, document -mms-bitfield switch.
> * config/i386/i386.c (ix86_ms_bitfield_layout_p): Add new hook
> function for TARGET_MS_BITFIELD_LAYOUT_P returning ...
> (TARGET_USE_MS_BITFIELD_LAYOUT): Define to 0 if not defined
> by subtarget.
Ok.
r~