aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorGavin Romig-Koch <gavin@cygnus.com>1998-09-09 12:19:17 +0000
committerGavin Romig-Koch <gavin@gcc.gnu.org>1998-09-09 12:19:17 +0000
commit45197bb1b1888bae9d07d22a61721013d08b7a77 (patch)
tree1394f059ce398f6a887965f0d79a9802719c4426 /gcc
parentf012a9fdf2d64c27e16181f034bd5fca70b155e5 (diff)
downloadgcc-45197bb1b1888bae9d07d22a61721013d08b7a77.zip
gcc-45197bb1b1888bae9d07d22a61721013d08b7a77.tar.gz
gcc-45197bb1b1888bae9d07d22a61721013d08b7a77.tar.bz2
abi64.h (LONG_MAX_SPEC): Don't set LONG_MAX for mips1 or mips2 either.
* mips/abi64.h (LONG_MAX_SPEC): Don't set LONG_MAX for mips1 or mips2 either. From-SVN: r22356
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/mips/abi64.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 72fb86a..852b677 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 9 15:16:58 1998 Gavin Romig-Koch <gavin@cygnus.com>
+
+ * mips/abi64.h (LONG_MAX_SPEC): Don't set LONG_MAX for
+ mips1 or mips2 either.
+
Wed Sep 9 12:31:35 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (profile.o): Depend on insn-config.h
diff --git a/gcc/config/mips/abi64.h b/gcc/config/mips/abi64.h
index 1889394..ea3f28c 100644
--- a/gcc/config/mips/abi64.h
+++ b/gcc/config/mips/abi64.h
@@ -217,7 +217,7 @@ extern struct rtx_def *mips_function_value ();
#undef LONG_MAX_SPEC
#if ((MIPS_ABI_DEFAULT == ABI_64) || ((MIPS_ABI_DEFAULT == ABI_EABI) && ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & MASK_64BIT)))
#define LONG_MAX_SPEC \
- "%{!mabi=n32:%{!mno-long64:%{!mgp32:-D__LONG_MAX__=9223372036854775807L}}}"
+ "%{!mabi=n32:%{!mno-long64:%{!mgp32:%{!mips1:%{!mips2:-D__LONG_MAX__=9223372036854775807L}}}}}"
#else
#define LONG_MAX_SPEC \
"%{mabi=64:-D__LONG_MAX__=9223372036854775807L} \