* glibc-tdep.h (struct gdbarch): Declare opaque.
[deliverable/binutils-gdb.git] / gdb / config / arm / tm-linux.h
index 995ba7312fb24e6826439e801b44375709d68e93..dd41540786bc4eaf20f18b36ec6cd5f75cf28c22 100644 (file)
 /* We've multi-arched this.  */
 #undef SKIP_TRAMPOLINE_CODE
 
-/* 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.  */
-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
This page took 0.030516 seconds and 4 git commands to generate.