diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-03-03 15:40:44 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-03-03 15:40:44 +0000 |
commit | e81dd3810b095e922795b16de27af819ee190ba8 (patch) | |
tree | 8c8c00f2cfc7e8998e2c678955be93f982798c1e /gcc/config/mcore | |
parent | 9a571cfd9db11887adbf8917aa1641047bcfd012 (diff) | |
download | gcc-e81dd3810b095e922795b16de27af819ee190ba8.zip gcc-e81dd3810b095e922795b16de27af819ee190ba8.tar.gz gcc-e81dd3810b095e922795b16de27af819ee190ba8.tar.bz2 |
1750a.h, [...] (BITS_PER_WORD): Delete.
* 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.
From-SVN: r50257
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r-- | gcc/config/mcore/mcore.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index 4899aa6..3da212e 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -247,11 +247,6 @@ extern const char * mcore_stack_increment_string; #define LIBGCC2_WORDS_BIG_ENDIAN 0 #endif -/* 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 #define MAX_BITS_PER_WORD 32 /* Width of a word, in units (bytes). */ |