Commit 36579192 by Richard Sandiford Committed by Richard Sandiford

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

From-SVN: r87537
parent 7c2f2b41
2004-09-15 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.h (POINTERS_EXTEND_UNSIGNED): Delete.
2004-09-15 Eric Botcazou <ebotcazou@libertysurf.fr> 2004-09-15 Eric Botcazou <ebotcazou@libertysurf.fr>
* doc/install.texi (sparc-sun-solaris2*): Properly format warning. * doc/install.texi (sparc-sun-solaris2*): Properly format warning.
......
...@@ -1291,8 +1291,6 @@ extern const struct mips_cpu_info *mips_tune_info; ...@@ -1291,8 +1291,6 @@ extern const struct mips_cpu_info *mips_tune_info;
#define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32) #define POINTER_SIZE ((TARGET_LONG64 && TARGET_64BIT) ? 64 : 32)
#endif #endif
#define POINTERS_EXTEND_UNSIGNED 0
/* Allocation boundary (in *bits*) for storing arguments in argument list. */ /* Allocation boundary (in *bits*) for storing arguments in argument list. */
#define PARM_BOUNDARY ((mips_abi == ABI_O64 \ #define PARM_BOUNDARY ((mips_abi == ABI_O64 \
|| TARGET_NEWABI \ || TARGET_NEWABI \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment