Actually finish the job started by my change of 2003-05-29.
[deliverable/binutils-gdb.git] / gdb / config / powerpc / tm-linux.h
index eba57c0f41132f774cef12ed5fe714861a5cf437..34d95cadca47aee78b231806a8638734afb9efed 100644 (file)
@@ -48,10 +48,6 @@ extern int at_subroutine_call_instruction_target();
    in symfile.c) */
 #undef IBM6000_TARGET
 
-extern CORE_ADDR ppc_linux_skip_trampoline_code (CORE_ADDR pc);
-#undef SKIP_TRAMPOLINE_CODE
-#define        SKIP_TRAMPOLINE_CODE(pc) ppc_linux_skip_trampoline_code (pc)
-
 extern int ppc_linux_in_sigtramp (CORE_ADDR pc, char *func_name);
 #undef IN_SIGTRAMP
 #define IN_SIGTRAMP(pc,func_name) ppc_linux_in_sigtramp (pc,func_name)
This page took 0.026009 seconds and 4 git commands to generate.