OSDN Git Service

Use gdbarch methods for solib stuff on PowerPC Linux.
authorjimb <jimb>
Fri, 30 May 2003 03:44:04 +0000 (03:44 +0000)
committerjimb <jimb>
Fri, 30 May 2003 03:44:04 +0000 (03:44 +0000)
commitbdc42d6916bd59c888f3f0df21f9e1e8cf0dc269
tree1a5501fcea7bd030993bfb5e37c3da3bc7eabab7
parentf9675d1f330a28a7a7f7bc126067a8198efdeb8e
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