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/i960 | |
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/i960')
-rw-r--r-- | gcc/config/i960/i960.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/i960/i960.h b/gcc/config/i960/i960.h index a9f7e25..794b3c9 100644 --- a/gcc/config/i960/i960.h +++ b/gcc/config/i960/i960.h @@ -399,9 +399,6 @@ extern int target_flags; /* 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 - /* Width in bits of a long double. Define to 96, and let ROUND_TYPE_ALIGN adjust the alignment for speed. */ #define LONG_DOUBLE_TYPE_SIZE (TARGET_LONG_DOUBLE_64 ? 64 : 96) |