aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-10-31 20:36:35 +0000
committerAndrew Cagney <cagney@redhat.com>2004-10-31 20:36:35 +0000
commit19d718a3ac83b076a53698e1956685c5beee15ba (patch)
treede8be82461990e2868503b40c0d9fe52cafadc01 /gdb/config/mips
parente8ce19c0cdf50f1e6caf4f1fe3ceffc765e80439 (diff)
downloadgdb-19d718a3ac83b076a53698e1956685c5beee15ba.zip
gdb-19d718a3ac83b076a53698e1956685c5beee15ba.tar.gz
gdb-19d718a3ac83b076a53698e1956685c5beee15ba.tar.bz2
2004-10-31 Andrew Cagney <cagney@gnu.org>
* xstormy16-tdep.c (xstormy16_in_solib_call_trampoline) (xstormy16_gdbarch_init): Do not set in_solib_call_trampoline, delete corresponding unused function. * armnbsd-tdep.c (arm_netbsd_aout_init_abi): Really do not set in_solib_call_trampoline. * config/arm/tm-embed.h (IN_SOLIB_CALL_TRAMPOLINE): Delete. * config/powerpc/tm-linux.h: Delete #undef IN_SOLIB_CALL_TRAMPOLINE. * config/mips/tm-nbsd.h: Ditto. * config/arm/tm-linux.h: Ditto. * config/mips/tm-linux.h: Ditto.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r--gdb/config/mips/tm-linux.h6
-rw-r--r--gdb/config/mips/tm-nbsd.h1
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