diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 22:42:53 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 22:42:53 +0000 |
commit | 492cf391e36017aca823e106e1613e93cb4f0870 (patch) | |
tree | a5479d757f7726c4e2d690186a514316a7a189ba /gdb/config/i386 | |
parent | a770d4eca642f4ae0d2e2e8d04a76933afed7b78 (diff) | |
download | gdb-492cf391e36017aca823e106e1613e93cb4f0870.zip gdb-492cf391e36017aca823e106e1613e93cb4f0870.tar.gz gdb-492cf391e36017aca823e106e1613e93cb4f0870.tar.bz2 |
* amd64obsd-nat.c: Include "gdbcore.h", "regcache.h",
<sys/types.h>, <machine/frame.h>, <machine/pcb.h> and "bsd-kvm.h".
(amd64obsd_supply_pcb): New function.
(_initialize_amd64obsd_nat): Enable libkvm interface.
* Makefile.in (amd64obsd-nat.o): Update dependencies.
* config/i386/obsd64.mh (NATDEPFILES): Add bsd-kvm.o
(LOADLIBES): New variable.
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/obsd64.mh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/i386/obsd64.mh b/gdb/config/i386/obsd64.mh index 99ccfa2..3e0a0e7 100644 --- a/gdb/config/i386/obsd64.mh +++ b/gdb/config/i386/obsd64.mh @@ -1,5 +1,7 @@ # Host: OpenBSD/amd64 NATDEPFILES= fork-child.o infptrace.o inftarg.o \ - amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o + amd64-nat.o amd64bsd-nat.o amd64obsd-nat.o bsd-kvm.o NAT_FILE= nm-nbsd.h XM_FILE= xm-i386.h + +LOADLIBES= -lkvm |