diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 56e4ed49..113cda7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-09-15 Richard Sandiford <rsandifo@redhat.com> + + * config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete. + 2004-09-15 Eric Botcazou <ebotcazou@libertysurf.fr> * doc/install.texi (sparc-sun-solaris2*): Properly format warning. diff --git a/gcc/config/mips/mips.h b/gcc/config/mips/mips.h index ddca621..37c82a9 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 \ |
