OSDN Git Service

2004-05-07 Randolph Chung <tausq@debian.org>
authortausq <tausq>
Sat, 8 May 2004 03:27:23 +0000 (03:27 +0000)
committertausq <tausq>
Sat, 8 May 2004 03:27:23 +0000 (03:27 +0000)
commitc278a3d599e0b758e39bb812129967f7ef1a9391
treea7fc72b2cda444a30809439eccf6997d326f624f
parentdc8f937cc01a008e3edde41129ca0d837a850b53
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.
gdb/ChangeLog
gdb/Makefile.in
gdb/config/pa/nm-linux.h
gdb/hppa-linux-nat.c