diff options
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/tm-linux.h | 6 | ||||
-rw-r--r-- | gdb/config/mips/tm-nbsd.h | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/gdb/config/mips/tm-linux.h b/gdb/config/mips/tm-linux.h index 8dc6c76..8682010 100644 --- a/gdb/config/mips/tm-linux.h +++ b/gdb/config/mips/tm-linux.h @@ -35,10 +35,4 @@ #define IN_SOLIB_DYNSYM_RESOLVE_CODE(PC) mips_linux_in_dynsym_resolve_code (PC) int mips_linux_in_dynsym_resolve_code (CORE_ADDR pc); -/* We don't want all of tm-sysv4.h's shared library trampoline code either. - Note that by undefining IN_SOLIB_CALL_TRAMPOLINE here we will use the - gdbarch vector's version instead. */ - -#undef IN_SOLIB_CALL_TRAMPOLINE - #endif /* TM_MIPSLINUX_H */ diff --git a/gdb/config/mips/tm-nbsd.h b/gdb/config/mips/tm-nbsd.h index f79c01f..c5da546 100644 --- a/gdb/config/mips/tm-nbsd.h +++ b/gdb/config/mips/tm-nbsd.h @@ -24,7 +24,6 @@ #include "solib.h" -#undef IN_SOLIB_CALL_TRAMPOLINE #undef SKIP_TRAMPOLINE_CODE #undef DEPRECATED_IGNORE_HELPER_CALL |