aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1998-03-13 23:45:51 +0000
committerJason Molenda <jmolenda@apple.com>1998-03-13 23:45:51 +0000
commitc7ab546c0e4593e6fdf5da59e2b3455e7ba8307c (patch)
tree3a93634f5ec77ebdc0249c48e113395ace8dea74 /gdb/config/mips
parent60c7c37625c1319676afd4f8aba8b1b092024c5f (diff)
downloadgdb-c7ab546c0e4593e6fdf5da59e2b3455e7ba8307c.zip
gdb-c7ab546c0e4593e6fdf5da59e2b3455e7ba8307c.tar.gz
gdb-c7ab546c0e4593e6fdf5da59e2b3455e7ba8307c.tar.bz2
Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
* config/mips/xm-mips.h (CC_HAS_LONG_LONG): Undefine for Ultrix when compiling with native cc, the compiler has broken long long support.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/xm-mips.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/config/mips/xm-mips.h b/gdb/config/mips/xm-mips.h
index 3bbc72e..a2e9a50 100644
--- a/gdb/config/mips/xm-mips.h
+++ b/gdb/config/mips/xm-mips.h
@@ -27,6 +27,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* Needed for DECstation core files. */
#include <machine/param.h>
#define KERNEL_U_ADDR UADDR
+
+/* Native Ultrix cc has broken long long support. */
+#ifndef __GNUC__
+#undef CC_HAS_LONG_LONG
+#endif
#endif
#if ! defined (__STDC__) && ! defined (offsetof)