aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2006-12-16 10:45:52 +0000
committerMark Kettenis <kettenis@gnu.org>2006-12-16 10:45:52 +0000
commit5d0fc17b31c25fa1c33b7808db13220871a72ded (patch)
treecfa2686e396e36b957e13ba6a5aaa435f05f51fc /gdb/config
parent37e28b926c25a3ab6c4afc1fe123227243ab906c (diff)
downloadfsf-binutils-gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.zip
fsf-binutils-gdb-5d0fc17b31c25fa1c33b7808db13220871a72ded.tar.gz
fsf-binutils-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/config')
-rw-r--r--gdb/config/i386/obsd.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/obsd.mh b/gdb/config/i386/obsd.mh
index d1e96be..5d691b3 100644
--- a/gdb/config/i386/obsd.mh
+++ b/gdb/config/i386/obsd.mh
@@ -1,5 +1,5 @@
# Host: OpenBSD/i386 ELF
NATDEPFILES= fork-child.o inf-ptrace.o \
- i386bsd-nat.o i386obsd-nat.o i386nbsd-nat.o bsd-kvm.o
+ i386bsd-nat.o i386obsd-nat.o bsd-kvm.o
LOADLIBES= -lkvm