diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2002-03-12 05:28:21 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2002-03-12 05:28:21 +0000 |
commit | 2465bf7657aee12ef1237014054619cdfd549684 (patch) | |
tree | c38377a305fc2977fb82d0f436a05bfc165dba0d /gcc/config/mcore | |
parent | 53f3e9ca98434523c57787c6f4d67216b1093525 (diff) | |
download | gcc-2465bf7657aee12ef1237014054619cdfd549684.zip gcc-2465bf7657aee12ef1237014054619cdfd549684.tar.gz gcc-2465bf7657aee12ef1237014054619cdfd549684.tar.bz2 |
1750a.h, [...] (POINTER_SIZE): Delete.
* 1750a.h, a29k.h, arc.h, arm.h, c4x.h, clipper.h, cris.h, d30v.h,
dsp16xx.h, fr30.h, h8300.h, i370.h, i386.h, i860.h, i960.h,
m32r.h, m68hc11.h, m68k.h, m88k.h, mcore.h, mmix.h, mn10300.h,
ns32k.h, pa.h, pdp11.h, pj.h, romp.h, s390.h, stormy16.h,
v850.h, vax.h, we32k.h, xtensa.h (POINTER_SIZE): Delete.
* defaults.h (POINTER_SIZE): Define.
* doc/tm.texi (POINTER_SIZE): Document default.
From-SVN: r50634
Diffstat (limited to 'gcc/config/mcore')
-rw-r--r-- | gcc/config/mcore/mcore.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/mcore/mcore.h b/gcc/config/mcore/mcore.h index 1de6fbc..40f0ab2 100644 --- a/gcc/config/mcore/mcore.h +++ b/gcc/config/mcore/mcore.h @@ -248,10 +248,6 @@ extern const char * mcore_stack_increment_string; /* Width of a word, in units (bytes). */ #define UNITS_PER_WORD 4 -/* Width in bits of a pointer. - See also the macro `Pmode' defined below. */ -#define POINTER_SIZE 32 - /* A C expression for the size in bits of the type `long long' on the target machine. If you don't define this, the default is two words. */ |