(HOST_BITS_PER_LONG): Use _MIPS_SZLONG not 64.
authorJim Wilson <wilson@gcc.gnu.org>
Fri, 31 May 1996 18:58:34 +0000 (11:58 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Fri, 31 May 1996 18:58:34 +0000 (11:58 -0700)
From-SVN: r12128

gcc/config/mips/xm-iris6.h

index 775497cc80faed39c141e7b3e68a5b2b16f733a8..ed7dd316b5b6d4307831c8ecbe5bd7176ff4ec30 100644 (file)
@@ -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