diff options
author | Michael Snyder <msnyder@specifix.com> | 2002-08-20 23:07:43 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2002-08-20 23:07:43 +0000 |
commit | 4505ba986efc486da99e02c3d02f41199b838aae (patch) | |
tree | 27a6e3f65dcca8d4ed63dedeb095baccbf8a4155 /gdb/config | |
parent | a77f0732f4be092c76f85fbfafb291256bfe127b (diff) | |
download | gdb-4505ba986efc486da99e02c3d02f41199b838aae.tar.gz |
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')
-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 b3015e344e6..89784fe97c8 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 |