binutils-gdb/gdb/config
Andrew Cagney a4b8ebc89d 2003-06-21 Andrew Cagney <cagney@redhat.com>
* mips-tdep.c: Include "reggroups.h" and "sim-regno.h".
	(mips_register_name): Return names for NUM_REGS..2*NUM_REGS
	instead of 0..NUM_REGS.
	(mips_register_reggroup_p): New function.
	(mips_pseudo_register_write): New function.
	(mips_pseudo_register_read): New function.
	(mips_register_raw_size): For NUM_REGS..2*NUM_REGS return the size
	based on the register's type.
	(read_next_frame_reg): Simplify.  Assert that REGNO is a pseudo /
	cooked.
	(mips_get_saved_register): Simplify.  Assert that REGNO is a
	pseudo / cooked.
	(mips_register_byte): New function.  Use MIPS_REGISTER_BYTE.
	(mips_register_type): Replace mips_register_virtual_type.  Map
	NUM_REGS..2*NUM_REGS onto 0..NUM_REGS.  Use MIPS_REGISTER_TYPE
	when available.
	(read_next_frame_reg): Simplify, but handle SP_REGNUM.  Assert
	that the register is cooked / virtual.
	(mips_frame_saved_pc): Fetch the cooked PC, and not the raw PC.
	Only get the extra info when needed.
	(set_reg_offset): Save the offset in NUM_REGS..2*NUM_REGS as well.
	(mips32_heuristic_proc_desc): Fetch the cooked register.
	(heuristic_proc_desc, mips_pop_frame, get_frame_pointer): Ditto.
	(mips_init_extra_frame_info, get_frame_pointer): Ditto.
	(mips_print_register): Use gdbarch_register_type, instead of
	REGISTER_VIRTUAL_TYPE.
	(print_gp_register_row): Use gdbarch_register_type, instead of
	REGISTER_VIRTUAL_TYPE.  Allow for a pseudo / cooked REGNUM.
	(mips_print_registers_info): Assert REGNO is pseodo / cooked.
	Print the pseudo / cooked registers.
	(mips_print_registers_info): Assert REGNO is pseodo / cooked.
	Print the pseudo / cooked registers.
	(mips_xfer_register): Use regcache_cooked_read_part.  Assert that
	REG_NUM is pseudo / cooked.
	(mips_o32_xfer_return_value): Xfer the pseudo / cooked register.
	(mips_n32n64_xfer_return_value): Ditto.
	(mips_stab_reg_to_regnum): Map onto NUM_REGS..2*NUM_REGS.
	(mips_dwarf_dwarf2_ecoff_reg_to_regnum): Ditto.
	(mips_register_sim_regno): New function.
	(mips_gdbarch_init): Set deprecated_register_byte,
	register_group_p, pseudo_register_write, pseudo_register_read,
	register_sim_regno, and num_pseudo_regs.  Set register_type,
	instead of register_virtual_type.
	* Makefile.in (mips-tdep.o): Update dependencies.
	* config/mips/tm-mips64.h (MIPS_REGISTER_TYPE): Rename
	REGISTER_VIRTUAL_TYPE.
	* config/mips/tm-mips.h	(MIPS_REGISTER_TYPE): Ditto.
	* config/mips/tm-irix5.h (MIPS_REGISTER_TYPE): Ditto.
	* config/mips/tm-mips.h (MIPS_REGISTER_BYTE): Rename REGISTER_BYTE.
	* config/mips/tm-irix6.h (MIPS_REGISTER_BYTE): Ditto.
	* config/mips/tm-irix5.h (MIPS_REGISTER_BYTE): Ditto.
2003-06-21 23:14:44 +00:00
..
alpha * Makefile.in (linux-nat.o): Add rule. 2003-06-15 20:56:48 +00:00
arm * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
avr * Makefile.in: Add support for AVR target. 2002-04-25 20:34:56 +00:00
cris 2001-12-21 Orjan Friberg <orjanf@axis.com> 2001-12-21 09:53:58 +00:00
d10v * configure.tgt: Mark d10v as pure multi-arch. 2001-07-11 17:58:15 +00:00
djgpp 2003-06-14 Andrew Cagney <cagney@redhat.com> 2003-06-14 23:43:15 +00:00
frv 2002-06-21 Dave Brolley <brolley@redhat.com> 2002-06-21 21:19:58 +00:00
h8300 2003-06-08 Andrew Cagney <cagney@redhat.com> 2003-06-08 22:51:49 +00:00
h8500 2003-02-04 Andrew Cagney <ac131313@redhat.com> 2003-02-04 22:04:08 +00:00
i386 * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
ia64 * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
m32r 2003-02-04 Andrew Cagney <ac131313@redhat.com> 2003-02-04 23:26:43 +00:00
m68hc11 From 2000-06-25 Stephane Carrez <Stephane.Carrez@worldnet.fr>: 2000-07-27 07:18:32 +00:00
m68k * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
m88k 2002-12-16 Andrew Cagney <ac131313@redhat.com> 2002-12-16 20:39:23 +00:00
mcore * config/mcore/tm-mcore.h: Remove file. 2002-07-05 15:09:49 +00:00
mips 2003-06-21 Andrew Cagney <cagney@redhat.com> 2003-06-21 23:14:44 +00:00
mn10200 2003-02-04 Andrew Cagney <ac131313@redhat.com> 2003-02-04 22:49:19 +00:00
mn10300 * config/mn10300/mn10300.mt (TM_FILE): Delete. 2001-08-12 03:39:11 +00:00
none Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
ns32k 2003-02-01 Andrew Cagney <ac131313@redhat.com> 2003-02-01 17:28:41 +00:00
pa * arch-utils.c (default_prepare_to_proceed): Remove. 2003-06-19 15:04:58 +00:00
powerpc * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
rs6000 2003-04-12 Andrew Cagney <cagney@redhat.com> 2003-04-12 17:41:26 +00:00
s390 * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
sh * config/arm/linux.mt: Remove code protected by GDBSERVER define. 2003-06-20 13:57:30 +00:00
sparc * Makefile.in (linux-nat.o): Add rule. 2003-06-15 20:56:48 +00:00
v850 * configure.tgt: Mark v850 as multi-arched. 2002-05-16 12:11:38 +00:00
vax 2003-06-08 Andrew Cagney <cagney@redhat.com> 2003-06-09 02:10:35 +00:00
xstormy16 * Makefile.in: Add support for xstormy16. 2001-12-13 13:34:41 +00:00
z8k 2003-02-04 Andrew Cagney <ac131313@redhat.com> 2003-02-04 23:22:25 +00:00
nm-gnu.h 2003-05-16 Andrew Cagney <cagney@redhat.com> 2003-05-17 06:00:01 +00:00
nm-linux.h 2003-06-19 Michael Snyder <msnyder@redhat.com> 2003-06-19 22:52:04 +00:00
nm-lynx.h 2003-04-12 Andrew Cagney <cagney@redhat.com> 2003-04-12 17:41:26 +00:00
nm-m3.h 2003-04-09 Andrew Cagney <cagney@redhat.com> 2003-04-09 16:10:06 +00:00
nm-nbsd.h * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and 2002-05-22 03:59:55 +00:00
nm-nbsdaout.h * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and 2002-05-22 03:59:55 +00:00
nm-sysv4.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
tm-linux.h * config/alpha/nm-linux.h: Add "config/" prefix to tm, nm and xm 2002-06-05 19:18:29 +00:00
tm-lynx.h Update/correct copyright notices. 2001-03-06 08:22:02 +00:00
tm-nto.h Added i386 QNX Neutrino support. 2003-05-05 13:57:21 +00:00
tm-sunos.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
tm-sysv4.h * c-exp.y (THIS): Delete token and grammar rule. 2002-10-11 14:02:39 +00:00
tm-vxworks.h import gdb-1999-07-07 post reformat 1999-07-07 20:19:36 +00:00
xm-aix4.h Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
xm-nbsd.h Delete HOST_BYTE_ORDER. 2001-12-02 02:57:18 +00:00
xm-sysv4.h * config/xm-lynx.h, config/xm-nbsd.h, config/xm-sysv4.h, 2001-08-24 12:19:59 +00:00