* config/mips/xm-irix5.h: turn on CC_has_LONG_LONG and
authorKung Hsu <kung@cygnus>
Mon, 10 Apr 1995 23:53:52 +0000 (23:53 +0000)
committerKung Hsu <kung@cygnus>
Mon, 10 Apr 1995 23:53:52 +0000 (23:53 +0000)
PRINTF_HAS_LONG_LONG.
* config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.

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

index e7360a474fb4233f2a648b307c24ab2f00980927..a3fac0fbc08d48170b9de47cece3d245588c3d94 100644 (file)
@@ -1,3 +1,9 @@
+Mon Apr 10 16:47:57 1995  Kung Hsu  <kung@mexican.cygnus.com>
+
+       * config/mips/xm-irix5.h: turn on CC_has_LONG_LONG and 
+       PRINTF_HAS_LONG_LONG.
+       * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
+
 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
 
        * mdebugread.c (parse_symbol):  Use new variable 
index d85ffbce72e1a1b5482a0adc72268296e6728163..3e25bd4b7241137066b09d85df13056f1f466181 100644 (file)
@@ -19,6 +19,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "mips/tm-irix3.h"
 
+#define FORCE_LONG_LONG
+
 /* When calling functions on Irix 5 (or any MIPS SVR4 ABI compliant
    platform) $25 must hold the function address.  Dest_Reg is a macro
    used in CALL_DUMMY in tm-mips.h.  */
index 5cb341dbc42175db2012ac33e474e4fad1e04442..6ce311fb5f2acfd4754cdda2eb7e6fa13fa896af 100644 (file)
@@ -20,6 +20,8 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #include "xm-sysv4.h"
 
+#define CC_HAS_LONG_LONG 1
+#define PRINTF_HAS_LONG_LONG 1
 #define HOST_BYTE_ORDER BIG_ENDIAN
 
 /* Override register locations in upage for SGI machines */