Fri Mar 13 15:43:53 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
authorJason Molenda <jmolenda@apple.com>
Fri, 13 Mar 1998 23:45:51 +0000 (23:45 +0000)
committerJason Molenda <jmolenda@apple.com>
Fri, 13 Mar 1998 23:45:51 +0000 (23:45 +0000)
        * config/mips/xm-mips.h (CC_HAS_LONG_LONG):  Undefine for Ultrix
        when compiling with native cc, the compiler has broken long long
        support.

gdb/ChangeLog
gdb/config/mips/xm-mips.h

index 924c96e996360e2fe6209ca26eaac639ab16787d..5f58a54dbbfe650f953c8afb1c5732f8a0da06d2 100644 (file)
@@ -1,3 +1,9 @@
+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.
+
 Fri Mar 13 15:37:02 1998  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
         * config/m68k/xm-sun3os4.h:  Remove malloc declarations, they
index 3bbc72e95120e3b556988c9375db5f24fa463ddf..a2e9a5099150bcb4506868171b3884d2ec78250f 100644 (file)
@@ -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)
This page took 0.025007 seconds and 4 git commands to generate.