aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 16:14:01 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 16:14:01 +0000
commit0a5e8d987a2fa6b582d665ec582f327d9ec9e397 (patch)
tree657d07ec859a92b4f92905835cd941cd10613a0c /gdb/config
parent56a2fed53319d12591e3d5f200ae777dbccf7a76 (diff)
downloadfsf-binutils-gdb-0a5e8d987a2fa6b582d665ec582f327d9ec9e397.zip
fsf-binutils-gdb-0a5e8d987a2fa6b582d665ec582f327d9ec9e397.tar.gz
fsf-binutils-gdb-0a5e8d987a2fa6b582d665ec582f327d9ec9e397.tar.bz2
2004-10-31 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (mips_ignore_helper): Delete. * config/mips/tm-mips.h (DEPRECATED_IGNORE_HELPER_CALL): Delete. * infrun.c (handle_inferior_event): Delete #ifdef DEPRECATED_IGNORE_HELPER_CALL code.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/tm-mips.h4
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 */