Use gdbarch methods for solib stuff on PowerPC Linux.
authorJim Blandy <jimb@codesourcery.com>
Fri, 30 May 2003 03:44:05 +0000 (03:44 +0000)
committerJim Blandy <jimb@codesourcery.com>
Fri, 30 May 2003 03:44:05 +0000 (03:44 +0000)
commitbfe51b1e3243254cb8636401d9cbc7afdc30c2d1
tree00a108b04aceb44cf3d12f60cfb3ef9af70b73d7
parentf37f01cff7bc48542f62a22e47c3e7453b591f13
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.
* 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.
gdb/ChangeLog
gdb/config/powerpc/tm-linux.h
gdb/ppc-linux-tdep.c