aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/tm-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/config/mips/tm-linux.h')
-rw-r--r--gdb/config/mips/tm-linux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h
index 4227cd3..7b10e4e 100644
--- a/gdb/config/mips/tm-linux.h
+++ b/gdb/config/mips/tm-linux.h
@@ -44,11 +44,6 @@
#define SOFTWARE_SINGLE_STEP_P() 1
#define SOFTWARE_SINGLE_STEP(sig,bp_p) mips_software_single_step (sig, bp_p)
-/* FIXME: This still needs to be implemented. */
-
-#undef DEPRECATED_IN_SIGTRAMP
-#define DEPRECATED_IN_SIGTRAMP(pc, name) (0)
-
#undef IN_SOLIB_DYNSYM_RESOLVE_CODE
#define IN_SOLIB_DYNSYM_RESOLVE_CODE(PC) mips_linux_in_dynsym_resolve_code (PC)
int mips_linux_in_dynsym_resolve_code (CORE_ADDR pc);