OSDN Git Service

* shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
authoruweigand <uweigand>
Sun, 6 May 2007 14:29:58 +0000 (14:29 +0000)
committeruweigand <uweigand>
Sun, 6 May 2007 14:29:58 +0000 (14:29 +0000)
commit6cdb14de2ed46c804a5e9ac7149b5584e705ba36
treea431fc008217650f1ecb7066071280a6553ee06c
parent39118ee1ccd72c617ce363830b571c5113307a0c
* shnbsd-tdep.c (shnbsd_supply_reg): Add REGCACHE parameter, use it
instead of current_regcache.  Make REGS const.
(shnbsd_fill_reg): Add REGCACHE parameter; replace current_regcache.
* shnbsd-tdep.h (shnbsd_supply_reg, shnbsd_fill_reg): Update
prototypes.
* shnbsd-nat.c: Include "regcache.h".
(shnbsd_fetch_inferior_registers): Pass current_regcache to
shnbsd_supply_reg.
(shnbsd_store_inferior_registers): Pass current_regcache to
shnbsd_fill_reg.
* Makefile.in (shbsd-nat.o): Update dependencies.
gdb/ChangeLog
gdb/Makefile.in
gdb/shnbsd-nat.c
gdb/shnbsd-tdep.c
gdb/shnbsd-tdep.h