* config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.

From-SVN: r87537
This commit is contained in:
Richard Sandiford 2004-09-15 06:27:25 +00:00 committed by Richard Sandiford
parent 7c2f2b41c2
commit 3657919271
2 changed files with 4 additions and 2 deletions

View File

@ -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.

View File

@ -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 \