diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-16 10:45:52 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-16 10:45:52 +0000 |
commit | 5d0fc17b31c25fa1c33b7808db13220871a72ded (patch) | |
tree | cfa2686e396e36b957e13ba6a5aaa435f05f51fc /gdb/ChangeLog | |
parent | 37e28b926c25a3ab6c4afc1fe123227243ab906c (diff) | |
download | gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.zip gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.tar.gz gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.tar.bz2 |
* i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h",
<machine/frame.h>, <machine/pcb.h>, "i386bsd-nat.h" and
"bsd-kvm.h".
(i386obsd_supply_pcb): New function.
(_initialize_i386obsd_nat): Construct and add target
vector. Enable libkvm interface.
* Makefile.in (i386obsd-nat.o): Update dependencies.
* config/i386/obsd.mh (NATDEPFILES): Remove i386nbsd-nat.c
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 9c88cb1..1eb6baf 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,14 @@ 2006-12-16 Mark Kettenis <kettenis@gnu.org> + * i386obsd-nat.c: Include "gdbcore.h", "regcache.h", "target.h", + <machine/frame.h>, <machine/pcb.h>, "i386bsd-nat.h" and + "bsd-kvm.h". + (i386obsd_supply_pcb): New function. + (_initialize_i386obsd_nat): Construct and add target + vector. Enable libkvm interface. + * Makefile.in (i386obsd-nat.o): Update dependencies. + * config/i386/obsd.mh (NATDEPFILES): Remove i386nbsd-nat.c + * sparcobsd-tdep.c: Fix typo. Add OpenBSD/sh native support. |