diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-12-27 13:17:06 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2004-12-27 13:17:06 +0000 |
commit | 2ed3fb102e82ad2127a78a905dce5acf55afc729 (patch) | |
tree | b55832f88f0f339bfb56693aead72749739d66df /gnu/usr.bin/binutils/gdb/config/mips/tm-linux.h | |
parent | bafd719ae34a32376be8ae2ddd673e95254092b4 (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.h | 5 |
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); |