aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-08-20 23:07:43 +0000
committerMichael Snyder <msnyder@vmware.com>2002-08-20 23:07:43 +0000
commite41b17f0dcb46b70568f1cff56d9f3d091cc427b (patch)
treec911937651ac0e159e38b4fd3a157e9294658dc5 /gdb/config/mips
parentd50355b63cf93537c82e0eeb1b680acf493e7e73 (diff)
downloadgdb-e41b17f0dcb46b70568f1cff56d9f3d091cc427b.zip
gdb-e41b17f0dcb46b70568f1cff56d9f3d091cc427b.tar.gz
gdb-e41b17f0dcb46b70568f1cff56d9f3d091cc427b.tar.bz2
2002-08-20 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (mips_in_return_stub): Make static. (mips_gdbarch_init): Set in_solib_return_trampoline. * config/mips/tm-mips.h (IN_SOLIB_RETURN_TRAMPOLINE): Delete.
Diffstat (limited to 'gdb/config/mips')
-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 b3015e3..89784fe 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -218,11 +218,7 @@ extern void fixup_sigtramp (void);
extern char *mips_read_processor_type (void);
/* Functions for dealing with MIPS16 call and return stubs. */
-#define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) mips_in_return_stub (pc, name)
#define IGNORE_HELPER_CALL(pc) mips_ignore_helper (pc)
-extern int mips_in_call_stub (CORE_ADDR pc, char *name);
-extern int mips_in_return_stub (CORE_ADDR pc, char *name);
-extern CORE_ADDR mips_skip_stub (CORE_ADDR pc);
extern int mips_ignore_helper (CORE_ADDR pc);
#ifndef TARGET_MIPS