diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-07 17:06:25 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-07 17:06:25 +0000 |
commit | 1197924d2b6814fdf2f3d6b90432824ccef43855 (patch) | |
tree | f54429b22bfb05d0bed71370eb461b2075989eaf /gcc/config/pa/pa.h | |
parent | 883899eef1b7e2a8ed46ef954569459809c8a60f (diff) | |
download | gcc-1197924d2b6814fdf2f3d6b90432824ccef43855.zip gcc-1197924d2b6814fdf2f3d6b90432824ccef43855.tar.gz gcc-1197924d2b6814fdf2f3d6b90432824ccef43855.tar.bz2 |
config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
* config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
* system.h (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Poison.
* config/avr/avr.h, config/h8300/h8300.h, config/i386/i386.h,
config/ia64/ia64.h, config/ip2k/ip2k.h,
config/iq2000/iq2000.h, config/mips/iris5.h,
config/mips/mips.h, config/pa/pa-64.h, config/pa/pa.h,
config/rs6000/aix51.h, config/rs6000/aix52.h,
config/rs6000/darwin.h, config/rs6000/rs6000.h,
config/s390/s390.h, config/sh/sh.h, config/sparc/freebsd.h,
config/sparc/linux.h, config/sparc/linux64.h,
config/sparc/netbsd-elf.h, config/sparc/sparc.h,
config/xtensa/xtensa.h: Remove the definitions of
MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE, and/or
MAX_WCHAR_TYPE_SIZE.
* doc/tm.texi (MAX_LONG_TYPE_SIZE, MAX_LONG_DOUBLE_TYPE_SIZE,
MAX_WCHAR_TYPE_SIZE, GCOV_TYPE_SIZE): Remove.
From-SVN: r77460
Diffstat (limited to 'gcc/config/pa/pa.h')
-rw-r--r-- | gcc/config/pa/pa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 944917f..62b670c 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -449,7 +449,6 @@ do { \ #define WORDS_BIG_ENDIAN 1 #define MAX_BITS_PER_WORD 64 -#define MAX_LONG_TYPE_SIZE 32 /* Width of a word, in units (bytes). */ #define UNITS_PER_WORD (TARGET_64BIT ? 8 : 4) |