aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1995-04-10 23:53:52 +0000
committerKung Hsu <kung@cygnus>1995-04-10 23:53:52 +0000
commitc08c3640c74c1da315016d5a406261739dbec173 (patch)
tree1d6a82751658a909db2b293fe88b9622d50f1466 /gdb/config/mips
parent7a4f107d380c42b1b20bb85f8380de90ab771507 (diff)
downloadgdb-c08c3640c74c1da315016d5a406261739dbec173.zip
gdb-c08c3640c74c1da315016d5a406261739dbec173.tar.gz
gdb-c08c3640c74c1da315016d5a406261739dbec173.tar.bz2
* 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.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-irix5.h2
-rw-r--r--gdb/config/mips/xm-irix5.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-irix5.h b/gdb/config/mips/tm-irix5.h
index d85ffbc..3e25bd4 100644
--- a/gdb/config/mips/tm-irix5.h
+++ b/gdb/config/mips/tm-irix5.h
@@ -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. */
diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h
index 5cb341d..6ce311f 100644
--- a/gdb/config/mips/xm-irix5.h
+++ b/gdb/config/mips/xm-irix5.h
@@ -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 */