From ee76ea6459dfa745ff9fec74e4ff1b148ae36cff Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 31 May 1996 11:58:34 -0700 Subject: (HOST_BITS_PER_LONG): Use _MIPS_SZLONG not 64. From-SVN: r12128 --- gcc/config/mips/xm-iris6.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/config/mips/xm-iris6.h b/gcc/config/mips/xm-iris6.h index 775497c..ed7dd31 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 -- cgit v1.1