diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-14 16:52:07 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-06-14 16:52:07 -0400 |
commit | 1337d6507573eff53e0d0fd0ecea9e6763736cc6 (patch) | |
tree | 85dbb4d11e525c9da4bc31f884520bfb63931e78 /gcc | |
parent | b4d63183da16eeb24635d1314a4813d1a76a492c (diff) | |
download | gcc-1337d6507573eff53e0d0fd0ecea9e6763736cc6.zip gcc-1337d6507573eff53e0d0fd0ecea9e6763736cc6.tar.gz gcc-1337d6507573eff53e0d0fd0ecea9e6763736cc6.tar.bz2 |
(PCC_BITFIELD_TYPE_MATTERS): Defined.
From-SVN: r9949
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/mot3300.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/config/m68k/mot3300.h b/gcc/config/m68k/mot3300.h index c355519..20f7078 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. */ |