2004-05-07 Randolph Chung <tausq@debian.org>

* Makefile.in (ALLDEPFILES): Add hppa-linux-tdep.c and
	hppa-linux-nat.c.
	(hppa-linux-tdep.o, hppa-linux-nat.o): Define rules.
	* hppa-linux-nat.c (fetch_register, store_register): Define.
	(fetch_inferior_registers, store_inferior_registers): Define.
	(supply_gregset): Add comment and clean up some unneeded code.
	(fill_gregset): Add comment and fix so that it saves registers in
	the right place in the gregset.
	(fill_fpregset): Fix buffer overrun problem.
	* config/pa/nm-linux.h (FETCH_INFERIOR_REGISTERS): Define.
This commit is contained in:
Randolph Chung
2004-05-08 03:27:24 +00:00
parent 0da28f8a58
commit 959464ff2c
4 changed files with 134 additions and 21 deletions

View File

@@ -25,5 +25,8 @@
#define U_REGS_OFFSET 0
/* Override copies of {fetch,store}_inferior_registers in `infptrace.c'. */
#define FETCH_INFERIOR_REGISTERS
#endif