aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJim Wilson <wilson@gcc.gnu.org>1996-05-31 11:58:34 -0700
committerJim Wilson <wilson@gcc.gnu.org>1996-05-31 11:58:34 -0700
commitee76ea6459dfa745ff9fec74e4ff1b148ae36cff (patch)
tree3355044579499558231e3ab69af015a2eb281311 /gcc
parenta4a3f053b7352c763f8c2ad5df4d082f0ad6c1f8 (diff)
downloadgcc-ee76ea6459dfa745ff9fec74e4ff1b148ae36cff.zip
gcc-ee76ea6459dfa745ff9fec74e4ff1b148ae36cff.tar.gz
gcc-ee76ea6459dfa745ff9fec74e4ff1b148ae36cff.tar.bz2
(HOST_BITS_PER_LONG): Use _MIPS_SZLONG not 64.
From-SVN: r12128
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/xm-iris6.h2
1 files changed, 1 insertions, 1 deletions
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