diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-06-12 04:35:39 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-06-12 04:35:39 +0000 |
commit | 5213ab06927fc0c8cc3d461c641a56e35eb50e6d (patch) | |
tree | 399c55623438573de45bc296bc603132fec20085 /gdb/config/mips | |
parent | 2475bac3914ee16caab2bd17ecf151ba911eb852 (diff) | |
download | gdb-5213ab06927fc0c8cc3d461c641a56e35eb50e6d.zip gdb-5213ab06927fc0c8cc3d461c641a56e35eb50e6d.tar.gz gdb-5213ab06927fc0c8cc3d461c641a56e35eb50e6d.tar.bz2 |
Multi-arch GDB_TARGET_IS_MIPS64.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 4 | ||||
-rw-r--r-- | gdb/config/mips/tm-mips64.h | 4 |
2 files changed, 1 insertions, 7 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 3f007cd..220e242 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -35,10 +35,6 @@ struct value; #include "coff/sym.h" /* Needed for PDR below. */ #include "coff/symconst.h" -#if !defined (GDB_TARGET_IS_MIPS64) -#define GDB_TARGET_IS_MIPS64 0 -#endif - #if !defined (MIPS_EABI) #define MIPS_EABI 0 #endif diff --git a/gdb/config/mips/tm-mips64.h b/gdb/config/mips/tm-mips64.h index f13fa7a..cb193e6 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, 1996 Free Software Foundation, Inc. + Copyright 1994, 1996, 2000 Free Software Foundation, Inc. Contributed by Ian Lance Taylor (ian@cygnus.com) This file is part of GDB. @@ -19,8 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#define GDB_TARGET_IS_MIPS64 1 - /* Use eight byte registers. */ #define MIPS_REGSIZE 8 |