summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2004-12-27 13:17:06 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2004-12-27 13:17:06 +0000
commit2ed3fb102e82ad2127a78a905dce5acf55afc729 (patch)
treeb55832f88f0f339bfb56693aead72749739d66df /gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h
parentbafd719ae34a32376be8ae2ddd673e95254092b4 (diff)
GDB 6.3 (excluding .info files)
Diffstat (limited to 'gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h')
-rw-r--r--gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h b/gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h
index fc3270779d7..7b10e4e6d54 100644
--- a/gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h
+++ b/gnu/usr.bin/binutils/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 IN_SIGTRAMP
-#define 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);