From 6852ad783e4de52f0913f1682e3e19caef308f7f Mon Sep 17 00:00:00 2001 From: ghazi Date: Sun, 3 Mar 2002 15:40:44 +0000 Subject: * 1750a.h, a29k.h, alpha.h, arc.h, arm.h, avr.h, c4x.h, clipper.h, convex.h, cris.h, d30v.h, dsp16xx.h, elxsi.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h, ia64.h, m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mips.h, mmix.h, mn10200.h, mn10300.h, ns32k.h, pa.h, pdp11.h, pj.h, romp.h, rs6000.h, s390.h, sh.h, sparc.h, stormy16.h, v850.h, vax.h, we32k.h, xtensa.h (BITS_PER_WORD): Delete. * defaults.h (BITS_PER_WORD): Define. * doc/tm.texi (BITS_PER_WORD): Document default value. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50257 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/config/m88k/m88k.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'gcc/config/m88k') diff --git a/gcc/config/m88k/m88k.h b/gcc/config/m88k/m88k.h index d486ec64919..8e82c5c8eaa 100644 --- a/gcc/config/m88k/m88k.h +++ b/gcc/config/m88k/m88k.h @@ -335,12 +335,6 @@ extern int flag_pic; /* -fpic */ instructions for them. */ #define WORDS_BIG_ENDIAN 1 -/* Width in bits of a "word", which is the contents of a machine register. - Note that this is not necessarily the width of data type `int'; - if using 16-bit ints on a 68000, this would still be 32. - But on a machine with 16-bit registers, this would be 16. */ -#define BITS_PER_WORD 32 - /* Width of a word, in units (bytes). */ #define UNITS_PER_WORD 4 -- cgit v1.2.1