aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@redhat.com>2004-09-15 06:27:25 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-09-15 06:27:25 +0000
commit3657919271af36945e7939b0fc8a5699960f215d (patch)
tree278b352626cc95ddcdf55e3838d083cf42a630b5 /gcc
parent7c2f2b41c2d7162c11d673f32181592997541158 (diff)
downloadgcc-3657919271af36945e7939b0fc8a5699960f215d.zip
gcc-3657919271af36945e7939b0fc8a5699960f215d.tar.gz
gcc-3657919271af36945e7939b0fc8a5699960f215d.tar.bz2
* config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.
From-SVN: r87537
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/mips/mips.h2
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 \