From: Jim Wilson Date: Fri, 31 May 1996 18:58:34 +0000 (-0700) Subject: (HOST_BITS_PER_LONG): Use _MIPS_SZLONG not 64. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ee76ea6459dfa745ff9fec74e4ff1b148ae36cff;p=gcc.git (HOST_BITS_PER_LONG): Use _MIPS_SZLONG not 64. From-SVN: r12128 --- diff --git a/gcc/config/mips/xm-iris6.h b/gcc/config/mips/xm-iris6.h index 775497cc80f..ed7dd316b5b 100644 --- a/gcc/config/mips/xm-iris6.h +++ b/gcc/config/mips/xm-iris6.h @@ -8,7 +8,7 @@ extern void *alloca (); #include "mips/xm-iris5.h" #undef HOST_BITS_PER_LONG -#define HOST_BITS_PER_LONG 64 +#define HOST_BITS_PER_LONG _MIPS_SZLONG /* Declare some functions needed for this machine. We don't want to include these in the sources since other machines might define them