aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2002-08-20 22:44:55 +0000
committerMichael Snyder <msnyder@vmware.com>2002-08-20 22:44:55 +0000
commit757a7cc676c8decbdc2fd9f6b9d5289bf3fe54da (patch)
tree64b634146991b6734de32cf21242469b21b4678d /gdb/config/mips
parentc8001721f331445b9f9139facc8f742491868b18 (diff)
downloadgdb-757a7cc676c8decbdc2fd9f6b9d5289bf3fe54da.zip
gdb-757a7cc676c8decbdc2fd9f6b9d5289bf3fe54da.tar.gz
gdb-757a7cc676c8decbdc2fd9f6b9d5289bf3fe54da.tar.bz2
2002-08-20 Michael Snyder <msnyder@redhat.com>
* mips-tdep.c (mips_skip_stub, mips_in_call_stub): Make static. (mips_gdbarch_init): Set skip_trampoline_code, in_solib_call_trampoline. * config/mips/tm-mips.h (REGISTER_NAME): Delete. (IN_SOLIB_CALL_TRAMPOLINE, SKIP_TRAMPOLINE_CODE): Delete.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-mips.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h
index 4417bf9..b3015e3 100644
--- a/gdb/config/mips/tm-mips.h
+++ b/gdb/config/mips/tm-mips.h
@@ -77,11 +77,6 @@ extern int mips_step_skips_delay (CORE_ADDR);
#define NUM_REGS 90
#endif
-/* Given the register index, return the name of the corresponding
- register. */
-extern const char *mips_register_name (int regnr);
-#define REGISTER_NAME(i) mips_register_name (i)
-
/* Initializer for an array of names of registers.
There should be NUM_REGS strings in this initializer. */
@@ -223,9 +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_CALL_TRAMPOLINE(pc, name) mips_in_call_stub (pc, name)
#define IN_SOLIB_RETURN_TRAMPOLINE(pc, name) mips_in_return_stub (pc, name)
-#define SKIP_TRAMPOLINE_CODE(pc) mips_skip_stub (pc)
#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);