From 1337d6507573eff53e0d0fd0ecea9e6763736cc6 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 14 Jun 1995 16:52:07 -0400 Subject: [PATCH] (PCC_BITFIELD_TYPE_MATTERS): Defined. From-SVN: r9949 --- gcc/config/m68k/mot3300.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c355519c091..20f70786f81 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. */ -- 2.30.2