diff options
author | Jim Blandy <jimb@codesourcery.com> | 2003-06-12 23:58:07 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2003-06-12 23:58:07 +0000 |
commit | 6974274f54a973c0479eb15335073512f0b26c3f (patch) | |
tree | ff0cdbc42aa43241fb664549a31745e2c8e40b7b /gdb/config | |
parent | bd918c830c1f22b8bc1dafbc402b285a6645a898 (diff) | |
download | gdb-6974274f54a973c0479eb15335073512f0b26c3f.zip gdb-6974274f54a973c0479eb15335073512f0b26c3f.tar.gz gdb-6974274f54a973c0479eb15335073512f0b26c3f.tar.bz2 |
Actually finish the job started by my change of 2003-05-29.
* config/powerpc/tm-linux.h (SKIP_TRAMPOLINE_CODE): Remove the
other #definition of this.
(ppc_linux_skip_trampoline_code): Remove declaration.
* ppc-linux-tdep.c (ppc_linux_skip_trampoline_code): Make this
static.
(ppc_linux_init_abi): Register it as the skip_trampoline_code
method for GDBARCH.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/powerpc/tm-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/powerpc/tm-linux.h b/gdb/config/powerpc/tm-linux.h index eba57c0..34d95ca 100644 --- a/gdb/config/powerpc/tm-linux.h +++ b/gdb/config/powerpc/tm-linux.h @@ -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) |