From: Richard Sandiford Date: Wed, 15 Sep 2004 06:27:25 +0000 (+0000) Subject: * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3657919271af36945e7939b0fc8a5699960f215d;p=gcc.git * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete. From-SVN: r87537 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56e4ed4981d..113cda714d2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Richard Sandiford + + * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete. + 2004-09-15 Eric Botcazou * doc/install.texi (sparc-sun-solaris2*): Properly format warning. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index ddca621abfc..37c82a9e38e 100644 --- a/gcc/config/mips/mips.h +++ b/gcc/config/mips/mips.h @@ -1291,8 +1291,6 @@ extern const struct mips_cpu_info *mips_tune_info; #define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32) #endif -#define POINTERS_EXTEND_UNSIGNED 0 - /* Allocation boundary (in *bits*) for storing arguments in argument list. */ #define PARM_BOUNDARY ((mips_abi == ABI_O64 \ || TARGET_NEWABI \