From: Jim Blandy Date: Thu, 12 Jun 2003 23:36:21 +0000 (+0000) Subject: * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd918c830c1f22b8bc1dafbc402b285a6645a898;p=binutils-gdb.git * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is 'long' on ppc64-*-linux*. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d7029fa7f76..81bd2079ef7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,17 @@ 2003-06-12 Jim Blandy + 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. + + * config/powerpc/nm-ppc64-linux.h (PTRACE_XFER_TYPE): This is + 'long' on ppc64-*-linux*. + * ppc-linux-nat.c (ppc_register_u_addr, fill_gregset): If PT_MQ isn't #defined, assume the register doesn't exist: act as if tdep->ppc_mq_regnum were -1.