]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Use gdbarch methods for solib stuff on PowerPC Linux.
authorJim Blandy <jimb@codesourcery.com>
Thu, 5 Jun 2003 22:51:47 +0000 (22:51 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 5 Jun 2003 22:51:47 +0000 (22:51 +0000)
commit7b936a257a7228bfeb77ab453ff1e299f82e61d8
treeadf687f288b7547962c116fd5fe0be5aac355d42
parent7866c93e1dffe08aa652127d16532ad93a6475cc
Use gdbarch methods for solib stuff on PowerPC Linux.
* config/powerpc/tm-linux.h (IN_SOLIB_CALL_TRAMPOLINE,
SKIP_TRAMPOLINE_CODE): #undef these, so the gdbarch methods will
show through.  Remove later #definition of SKIP_TRAMPOLINE_CODE.
(ppc_linux_skip_trampoline_code): Delete declaration.
* ppc-linux-tdep.c (ppc_linux_init_abi): Register
IN_SOLIB_CALL_TRAMPOLINE and SKIP_TRAMPOLINE_CODE methods here,
giving the same effect as the #definitions above.
(ppc_linux_skip_trampoline_code): Make this static.
gdb/ChangeLog
gdb/config/powerpc/tm-linux.h
gdb/ppc-linux-tdep.c