summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-15 06:27:25 +0000
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>2004-09-15 06:27:25 +0000
commitf3f2201908d221018ecd006e210775505b57af63 (patch)
tree278b352626cc95ddcdf55e3838d083cf42a630b5
parentf2e5c8fd69e29757dd88d7356d944d6a14244e75 (diff)
downloadgcc-f3f2201908d221018ecd006e210775505b57af63.tar.gz
* config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@87537 138bc75d-0d04-0410-961f-82ee72b054a4
-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 56e4ed4981d..113cda714d2 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 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 \