OSDN Git Service

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)
commit60299dadac9b469a67fa3323da480015ae9115ac
tree70ee8391f7e1f983b85184f3d39ad36038805e36
parent97446800c1b15d1878bb0ad41e7e446665f1f364
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