diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-10-31 20:36:35 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-10-31 20:36:35 +0000 |
commit | 19d718a3ac83b076a53698e1956685c5beee15ba (patch) | |
tree | de8be82461990e2868503b40c0d9fe52cafadc01 /gdb/config/arm | |
parent | e8ce19c0cdf50f1e6caf4f1fe3ceffc765e80439 (diff) | |
download | gdb-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/arm')
-rw-r--r-- | gdb/config/arm/tm-embed.h | 1 | ||||
-rw-r--r-- | gdb/config/arm/tm-linux.h | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/arm/tm-embed.h b/gdb/config/arm/tm-embed.h index 6a8c87a..f72b30a 100644 --- a/gdb/config/arm/tm-embed.h +++ b/gdb/config/arm/tm-embed.h @@ -41,7 +41,6 @@ #define THUMB_BE_BREAKPOINT {0xbe,0xbe} /* Functions for dealing with Thumb call thunks. */ -#define IN_SOLIB_CALL_TRAMPOLINE(pc, name) arm_in_call_stub (pc, name) #define SKIP_TRAMPOLINE_CODE(pc) arm_skip_stub (pc) extern int arm_in_call_stub (CORE_ADDR pc, char *name); extern CORE_ADDR arm_skip_stub (CORE_ADDR pc); diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 3cc4692..108a720 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -27,9 +27,6 @@ #include "config/tm-linux.h" /* We've multi-arched this. */ -#undef IN_SOLIB_CALL_TRAMPOLINE - -/* We've multi-arched this. */ #undef SKIP_TRAMPOLINE_CODE /* When we call a function in a shared library, and the PLT sends us |