diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-11-15 14:02:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-11-15 14:02:58 +0000 |
commit | bb41a796b6ca26a28ef309814aba7f723ff3b345 (patch) | |
tree | 11855a8ea7d4defcca32362d293408d3660c576b /gdb/config/arm | |
parent | 9eda08897d7407366660f7f9972eff9b6c158bbd (diff) | |
download | gdb-bb41a796b6ca26a28ef309814aba7f723ff3b345.zip gdb-bb41a796b6ca26a28ef309814aba7f723ff3b345.tar.gz gdb-bb41a796b6ca26a28ef309814aba7f723ff3b345.tar.bz2 |
* glibc-tdep.h (struct gdbarch): Declare opaque.
(glibc_skip_solib_resolver): Adjust prototype.
* glibc-tdep.c (glibc_skip_solib_resolver): Adjust.
* arm-linux-tdep.c (arm_linux_skip_solib_resolver): Remove.
(arm_linux_init_abi): Set skip_solib_resolver.
* i386-linux-tdep.c (i386_linux_skip_solib_resolver): Remove.
(i386_linux_init_abi): Set skip_solib_resolver.
* config/arm/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
(arm_linux_skip_solib_resolver): Remove prototype.
* config/i386/tm-linux.h (SKIP_SOLIB_RESOLVER): Remove.
(i386_linux_skip_solib_resolver): Remove prototype.
Diffstat (limited to 'gdb/config/arm')
-rw-r--r-- | gdb/config/arm/tm-linux.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/config/arm/tm-linux.h b/gdb/config/arm/tm-linux.h index 995ba73..dd41540 100644 --- a/gdb/config/arm/tm-linux.h +++ b/gdb/config/arm/tm-linux.h @@ -44,14 +44,6 @@ need to skip over the dynamic linker call. This function decides when to skip, and where to skip to. See the comments for SKIP_SOLIB_RESOLVER at the top of infrun.c. */ -extern CORE_ADDR arm_linux_skip_solib_resolver (CORE_ADDR pc); -#define SKIP_SOLIB_RESOLVER arm_linux_skip_solib_resolver - -/* When we call a function in a shared library, and the PLT sends us - into the dynamic linker to find the function's real address, we - need to skip over the dynamic linker call. This function decides - when to skip, and where to skip to. See the comments for - SKIP_SOLIB_RESOLVER at the top of infrun.c. */ #if 0 #undef IN_SOLIB_DYNSYM_RESOLVE_CODE extern CORE_ADDR arm_in_solib_dynsym_resolve_code (CORE_ADDR pc, char *name); |