darling-gdb/gdb/config/arm
Daniel Jacobowitz cb587d836a * Makefile.in (arm_linux_tdep_h): New variable.
(arm-linux-nat.o, arm-linux-tdep.o): Update.
	* arm-linux-nat.c: Include "arm-linux-tdep.h".
	(typeNone, typeSingle, typeDouble, typeExtended)
	(FPWORDS, ARM_CPSR_REGNUM, FPREG, FPA11)
	(fetch_nwfpe_single, fetch_nwfpe_double, fetch_nwfpe_none)
	(fetch_nwfpe_extended, fetch_nwfpe_register, store_nwfpe_single)
	(store_nwfpe_double, store_nwfpe_extended, store_nwfpe_register):
	Delete.
	(fetch_fpregister, fetch_fpregs, store_fpregister, store_fpregs):
	Use gdb_byte buffers, NWFPE_FPSR_OFFSET, supply_nwfpe_register,
	and collect_nwfpe_register.
	(fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): Use
	new regset functions.
	* arm-linux-tdep.c: Include "regset.h" and "arm-linux-tdep.h".
	(arm_apcs_32): New declaration.
	(ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
	(arm_linux_collect_gregset, typeNone, typeSingle, typeDouble)
	(typeExtended, supply_nwfpe_register, collect_nwfpe_register)
	(arm_linux_supply_nwfpe, arm_linux_collect_nwfpe)
	(arm_linux_regset_from_core_section): New.
	(arm_linux_init_abi): Register arm_linux_regset_from_core_section.
	* arm-linux-tdep.h: New file.
	* arm-tdep.h (struct regset): Declare.
	(struct gdbarch_tdep): Add gregset, fpregset members.
	* config/arm/linux.mh (NATDEPFILES): Remove corelow.o and
	core-regset.o.
	* config/arm/linux.mt (TDEPFILES): Add corelow.o.
2006-07-12 20:46:33 +00:00
..
embed.mt * remote-rdp.c: Deleted. 2006-05-17 14:40:39 +00:00
linux.mh * Makefile.in (arm_linux_tdep_h): New variable. 2006-07-12 20:46:33 +00:00
linux.mt * Makefile.in (arm_linux_tdep_h): New variable. 2006-07-12 20:46:33 +00:00
nbsd.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00
nbsdaout.mh * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h". 2005-05-22 20:36:19 +00:00
nbsdelf.mh * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h". 2005-05-22 20:36:19 +00:00
nm-linux.h 2004-07-29 Andrew Cagney <cagney@gnu.org> 2004-07-29 20:22:50 +00:00
nm-nbsdaout.h 2004-09-03 Andrew Cagney <cagney@gnu.org> 2004-09-03 19:08:23 +00:00
tm-arm.h 2004-09-02 Andrew Cagney <cagney@gnu.org> 2004-09-02 14:17:44 +00:00
tm-embed.h 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 20:36:35 +00:00
tm-linux.h * arm-linux-tdep.c (ARM_SET_R7_SIGRETURN, ARM_SET_R7_RT_SIGRETURN) 2005-12-22 17:06:25 +00:00
tm-wince.h Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true. 2002-01-20 19:26:50 +00:00
wince.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00