From 18f8152171f99de62076ca888f2903e70796b474 Mon Sep 17 00:00:00 2001 From: Michael Snyder Date: Wed, 21 Aug 2002 22:39:26 +0000 Subject: 2002-08-21 Michael Snyder * mips-tdep.c (DEFAULT_MIPS_TYPE): Delete unused macro. * config/mips/tm-mips.h (DEFAULT_MIPS_TYPE): Delete unused macro. * config/mips/tm-embed.h (DEFAULT_MIPS_TYPE): Delete unused macro. --- gdb/config/mips/tm-embed.h | 3 --- gdb/config/mips/tm-mips.h | 5 ----- 2 files changed, 8 deletions(-) (limited to 'gdb/config/mips') diff --git a/gdb/config/mips/tm-embed.h b/gdb/config/mips/tm-embed.h index 300e549..7482a77 100644 --- a/gdb/config/mips/tm-embed.h +++ b/gdb/config/mips/tm-embed.h @@ -19,9 +19,6 @@ #include "mips/tm-bigmips.h" -#undef DEFAULT_MIPS_TYPE -#define DEFAULT_MIPS_TYPE "r3051" - /* Watchpoint support */ #define TARGET_HAS_HARDWARE_WATCHPOINTS diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 9ce43c8..d87c4a7 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -46,11 +46,6 @@ struct value; #define GDB_TARGET_UNMASK_DISAS_PC(addr) MAKE_MIPS16_ADDR(addr) #endif -/* The name of the usual type of MIPS processor that is in the target - system. */ - -#define DEFAULT_MIPS_TYPE "generic" - /* Return non-zero if PC points to an instruction which will cause a step to execute both the instruction at PC and an instruction at PC+4. */ extern int mips_step_skips_delay (CORE_ADDR); -- cgit v1.1