From 5213ab06927fc0c8cc3d461c641a56e35eb50e6d Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Mon, 12 Jun 2000 04:35:39 +0000 Subject: Multi-arch GDB_TARGET_IS_MIPS64. --- gdb/config/mips/tm-mips.h | 4 ---- gdb/config/mips/tm-mips64.h | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) (limited to 'gdb/config/mips') 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 -- cgit v1.1