binutils-gdb/gdb/config/powerpc
Mark Kettenis def18405fb * ppcnbsd-tdep.h: Update copyright year. Include <stddef.h>
(ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
(ppcnbsd_fill_fpreg): Remove prototypes.
(struct regset): Add forward declaration.
(ppcnbsd_gregset, ppcnbsd_fpregset): Extern declarations.
* ppcnbsd-tdep.c: Update copyright year.  Include "gdbtypes.h",
"regset.h" and "gdb_string.h".  Don't include "breakpoint.h",
"value.h", target.h and nbsd-tdep.h".  Reorder includes.
(REG_FIXREG_OFFSET, REG_LR_OFFSET, REG_CR_OFFSET, REG_XER_OFFSET)
(REG_CTR_OFFSET, REG_PC_OFFSET, SIZEOF_STRUCT_REG)
(FPREG_FPR_OFFSET, FPREG_FPSCR_OFFSET, SIZEOF_STRUCT_FPREG):
Remove macros.
(ppcnbsd_supply_reg, ppcnbsd_fill_reg, ppcnbsd_supply_fpreg)
(ppcnbsd_fill_fpreg): Remove functions.
(fetch_core_registers, fetch_elfcore_registers): Remove functions.
(ppcnbsd_core_fns, ppcnbsd_elfcore_fns): Remove variables.
(ppcnbsd_reg_offsets): New variable.
(ppcnbsd_gregset, ppcnbsd_fpregset): New variables.
(ppcnbsd_sigtramp_cache_init): Deal with new signal trampoline
introduced in NetBSD 2.0.
(ppcnbsd_sigtramp): Provide complete signal trampoline.
(ppcnbsd2_sigtramp): New variable.
(ppcnbsd_init_abi): Set svr4_fetch_link_map_offsets to
svr4_ilp32_fetch_link_map_offsets.  Set regset_from_core_section.
Add ppcnbs2_sigtramp unwinder.
(_initialize_ppcnbsd_tdep): Don't use deprecated_add_core_fns.
Initialize ppcnbsd_reg_offsets.
* ppcnbsd-nat.c: Update copyright year.  Reorder includes.
(getregs_supplies): Use regnum instead of regno.
(getfpregs_supplies): Likewise.
(ppcnbsd_fetch_inferior_registers): Likewise.  Call
ppc_supply_gregset and ppc_suppply_fpregset instead of
ppcnbsd_supply_reg and ppcnbsd_supply_fpreg
(ppcnbsd_store_inferior_registers): Likewise.  Call
ppc_collect_gregset and ppc_collect_fpregset instead of
ppcnbsd_fill_reg and ppcnbsd_fill_fpreg.
(ppcnbsd_supply_pcb): Use `gdb_byte *' instead of `char *'.
(_initialize_ppcnbsd_nat): Add some whitespace.
* Makefile.in (ppcnbsd-nat.o, ppcnbsd-tdep.o): Update dependencies.
* config/powerpc/nbsd.mh (NATDEPFILES): Remove infptrace.o.
(NAT_FILE): Remove.
* config/powerpc/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
2006-05-12 20:53:15 +00:00
..
aix.mh * config/powerpc/aix.mh: Add comment. 2004-09-01 00:02:15 +00:00
aix.mt * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX. 2006-02-10 20:56:15 +00:00
linux.mh 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
linux.mt 2005-02-09 Andrew Cagney <cagney@gnu.org> 2005-02-09 15:58:51 +00:00
nbsd.mh * ppcnbsd-tdep.h: Update copyright year. Include <stddef.h> 2006-05-12 20:53:15 +00:00
nbsd.mt * ppcnbsd-tdep.h: Update copyright year. Include <stddef.h> 2006-05-12 20:53:15 +00:00
nm-aix.h * config/alpha/nm-osf.h (PTRACE_ARG3_TYPE): Remove define. 2004-09-04 23:46:48 +00:00
nm-linux.h 2004-07-29 Andrew Cagney <cagney@gnu.org> 2004-07-29 20:22:50 +00:00
nm-ppc64-linux.h * configure.host, configure.tgt: Add entries for 2003-06-12 23:30:39 +00:00
obsd.mh * config/powerpc/obsd.mh (NATDEPFILES): Add bsd-kvm.o. 2005-06-24 21:15:38 +00:00
obsd.mt * config/powerpc/obsd.mt (DEPRECATED_TM_FILE): Set to 2005-01-07 23:43:37 +00:00
ppc-eabi.mt 2004-11-13 Andrew Cagney <cagney@gnu.org> 2004-11-14 01:11:07 +00:00
ppc-sim.mt 2004-11-13 Andrew Cagney <cagney@gnu.org> 2004-11-14 01:11:07 +00:00
ppc64-linux.mh 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
tm-linux.h 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 20:36:35 +00:00
tm-ppc-eabi.h 2003-10-09 Andrew Cagney <cagney@redhat.com> 2003-10-10 02:40:19 +00:00