binutils-gdb/gdb/config/arm
Ulrich Weigand 190dce0965 * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h.
* config/arm/tm-embed.h: Delete file.

	* arm-tdep.h (arm_software_single_step): Declare.
	* arm-tdep.c (arm_software_single_step): Make global.
	(arm_gdbarch_init): Move set_gdbarch_software_single_step call
	from here to ...
	* arm-linux-tdep.c (arm_linux_init_abi): ... here ...
	* armnbsd-tdep.c (arm_netbsd_init_abi_common): ... here ...
	* armobsd-tdep.c (armobsd_init_abi): ... here ...
	* arm-wince-tdep.c (arm_wince_init_abi): ... and here.

	* arm-tdep.c (ARM_LE_BREAKPOINT, ARM_BE_BREAKPOINT): No longer
	allow defines to be overriden by TM file.
	(THUMB_LE_BREAKPOINT, THUMB_BE_BREAKPOINT): Likewise.  Also,
	change default to {0xbe,0xbe}.
	* armobsd-tdep.c (arm_obsd_thumb_le_breakpoint,
	arm_obsd_thumb_be_breakpoint): New global variables.
	(armobsd_init_abi): Override tdep->thumb_breakpoint and
	tdep->thumb_breakpoint_size.
	* arm-wince-tdep.c (arm_wince_thumb_le_breakpoint): New variable.
	(arm_wince_init_abi): Override tdep->thumb_breakpoint and
	tdep->thumb_breakpoint_size.

	* arm-tdep.c (arm_gdbarch_init): Add set_gdbarch_skip_trampoline_code.
2007-05-16 15:31:12 +00:00
..
embed.mt * config/arm/embed.mt (DEPRECATED_TM_FILE): Set to tm-arm.h. 2007-05-16 15:31:12 +00:00
linux.mh * linux-nat.c (linux_register_u_offset): Remove. 2007-04-25 22:17:48 +00:00
linux.mt * config/tm-linux.h: Delete file. 2006-11-28 21:41:03 +00:00
nbsd.mt * armnbsd-tdep.c: Don't include "nbsd-tdep.h". 2006-07-15 21:22:51 +00:00
nbsdaout.mh * Makefile.in (mips-linux-tdep.o) Add $(solib_h) dependency. 2006-11-24 18:23:34 +00:00
nbsdelf.mh * armnbsd-nat.c: Include "gdb_string.h" and "inf_ptrace.h". 2005-05-22 20:36:19 +00:00
nm-nbsdaout.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
obsd.mt * arm-tdep.h: Add multiple inclusion protection. 2006-08-02 21:32:37 +00:00
tm-arm.h Copyright updates for 2007. 2007-01-09 17:59:20 +00:00
wince.mt gdb/ 2007-03-29 01:06:48 +00:00