diff options
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/tm-irix5.h | 2 | ||||
-rw-r--r-- | gdb/config/mips/tm-mips64.h | 5 | ||||
-rw-r--r-- | gdb/config/mips/tm-vr4300.h | 5 | ||||
-rw-r--r-- | gdb/config/mips/tm-vr4300el.h | 5 | ||||
-rw-r--r-- | gdb/config/mips/xm-irix5.h | 4 |
5 files changed, 4 insertions, 17 deletions
diff --git a/gdb/config/mips/tm-irix5.h b/gdb/config/mips/tm-irix5.h index 3cda7b7..c8c6a49 100644 --- a/gdb/config/mips/tm-irix5.h +++ b/gdb/config/mips/tm-irix5.h @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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/tm-mips64.h b/gdb/config/mips/tm-mips64.h index 4265ab6..41472e9 100644 --- a/gdb/config/mips/tm-mips64.h +++ b/gdb/config/mips/tm-mips64.h @@ -1,5 +1,5 @@ /* Target machine parameters for MIPS r4000 - Copyright 1994 Free Software Foundation, Inc. + Copyright 1994, 1996 Free Software Foundation, Inc. Contributed by Ian Lance Taylor (ian@cygnus.com) This file is part of GDB. @@ -20,9 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define GDB_TARGET_IS_MIPS64 1 -/* force LONGEST to be long long in gdb */ -#define FORCE_LONG_LONG - /* Use eight byte registers. */ #define MIPS_REGSIZE 8 diff --git a/gdb/config/mips/tm-vr4300.h b/gdb/config/mips/tm-vr4300.h index 201174a..e531f98 100644 --- a/gdb/config/mips/tm-vr4300.h +++ b/gdb/config/mips/tm-vr4300.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1996 Free Software Foundation, Inc. This file is part of GDB. @@ -19,7 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_BYTE_ORDER_SELECTABLE #define TARGET_MONITOR_PROMPT "<RISQ> " -/* Hack to allow 64bit register reads, from 32bit BFD world */ -#define CC_HAS_LONG_LONG 1 - #include "mips/tm-bigmips64.h" diff --git a/gdb/config/mips/tm-vr4300el.h b/gdb/config/mips/tm-vr4300el.h index 3148f9f..8fca4c5 100644 --- a/gdb/config/mips/tm-vr4300el.h +++ b/gdb/config/mips/tm-vr4300el.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1993 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1996 Free Software Foundation, Inc. This file is part of GDB. @@ -19,7 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define TARGET_BYTE_ORDER_SELECTABLE #define TARGET_MONITOR_PROMPT "<RISQ> " -/* Hack to allow 64bit register reads, from 32bit BFD world */ -#define CC_HAS_LONG_LONG 1 - #include "mips/tm-mips64.h" diff --git a/gdb/config/mips/xm-irix5.h b/gdb/config/mips/xm-irix5.h index c3d339b..a64277b 100644 --- a/gdb/config/mips/xm-irix5.h +++ b/gdb/config/mips/xm-irix5.h @@ -1,6 +1,6 @@ /* Definitions for irix5 hosting support. -Copyright (C) 1993 Free Software Foundation, Inc. +Copyright (C) 1993, 1996 Free Software Foundation, Inc. This file is part of GDB. @@ -20,8 +20,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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 */ |