diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-07-23 10:33:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-07-23 10:33:37 +0000 |
commit | 330cfae99d9f9ad820044a974941709bdd99d55e (patch) | |
tree | 6acbe8fe25aba1ea248dd9fb9e9d2e7e95566566 /gdb/ChangeLog | |
parent | 57c0cfcd51b43c962e12493fbeb48263d779fbea (diff) | |
download | gdb-330cfae99d9f9ad820044a974941709bdd99d55e.tar.gz |
* sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>,
<machine/pcb.h> and "bsd-kvm.h".
(sparc64nbsd_supply_pcb): New function.
(_initialize_sparc64nbsd_nat): Renamed from
_initialize_sparcnbsd_nat. Enable libkvm interface.
* Makefile.in (sparc64nbsd-nat.o): Update dependencies.
* config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o
(LOADLIBES): New variable.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68ebc66bfa3..d434c5651a7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2004-07-23 Mark Kettenis <kettenis@gnu.org> + * sparc64nbsd-nat.c: Include "regcache.h", <sys/types.h>, + <machine/pcb.h> and "bsd-kvm.h". + (sparc64nbsd_supply_pcb): New function. + (_initialize_sparc64nbsd_nat): Renamed from + _initialize_sparcnbsd_nat. Enable libkvm interface. + * Makefile.in (sparc64nbsd-nat.o): Update dependencies. + * config/sparc/nbsd64.mh (NATDEPFILES): Add bsd-kvm.o + (LOADLIBES): New variable. + * config/sparc/obsd64.mt (TDEPFILES): Add sparcobsd-tdep.o. * sparcnbsd-nat.c (sparc32nbsd_supply_pcb): Fix typo in comment. |