From: Richard Kenner Date: Wed, 14 Jun 1995 20:52:07 +0000 (-0400) Subject: (PCC_BITFIELD_TYPE_MATTERS): Defined. X-Git-Tag: misc/cutover-egcs-0~4009 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1337d6507573eff53e0d0fd0ecea9e6763736cc6;p=thirdparty%2Fgcc.git (PCC_BITFIELD_TYPE_MATTERS): Defined. From-SVN: r9949 --- diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c355519c091e..20f70786f816 100644 --- a/gcc/config/m68k/mot3300.h +++ b/gcc/config/m68k/mot3300.h @@ -73,6 +73,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Every structure or union's size must be a multiple of 2 bytes. */ #define STRUCTURE_SIZE_BOUNDARY 16 + +/* Follow sysV68 cc regarding alignment imposed by char:0; */ + +#define PCC_BITFIELD_TYPE_MATTERS 1 /* Allocation boundary (in *bits*) for storing arguments in argument list. */ /* Be compatible with native compiler. */