diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 27af00d..0830342 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -44,8 +44,4 @@ extern int mips_step_skips_delay (CORE_ADDR); #define MDEBUG_EFI_SYMBOL_NAME "__GDB_EFI_INFO__" -/* Functions for dealing with MIPS16 call and return stubs. */ -#define DEPRECATED_IGNORE_HELPER_CALL(pc) mips_ignore_helper (pc) -extern int mips_ignore_helper (CORE_ADDR pc); - #endif /* TM_MIPS_H */ |