summaryrefslogtreecommitdiff
path: root/gdb/config/powerpc
diff options
context:
space:
mode:
authorNathan J. Williams <nathanw@wasabisystems.com>2004-08-08 19:27:10 +0000
committerNathan J. Williams <nathanw@wasabisystems.com>2004-08-08 19:27:10 +0000
commit26dd61bd7bf5ce0265da5736a230c9b05697167a (patch)
treea51a128a226dcfb5f9f7e0468d66a0d670ac81cc /gdb/config/powerpc
parent147dc21021c29ee2c0547b3c3ace8d031424a592 (diff)
downloadgdb-26dd61bd7bf5ce0265da5736a230c9b05697167a.tar.gz
* ppcnbsd-nat.c: Include <machine/frame.h>, <machine/pcb.h>,
"gdbcore.h", "regcache.h", and "bsd-kvm.h". (ppcnbsd_supply_pcb): New function. (_initialize_ppcnbsd_nat): New prototype and function. * config/powerpc/nbsd.mh (NATDEPFILES): Add bsd-kvm.o. (LOADLIBES): New variable. * Makefile.in (ppcnbsd-nat.o): Update dependencies.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r--gdb/config/powerpc/nbsd.mh4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/powerpc/nbsd.mh b/gdb/config/powerpc/nbsd.mh
index 26ba24d9860..923b5f27c1b 100644
--- a/gdb/config/powerpc/nbsd.mh
+++ b/gdb/config/powerpc/nbsd.mh
@@ -1,3 +1,5 @@
# Host: PowerPC, running NetBSD
-NATDEPFILES= fork-child.o infptrace.o inftarg.o ppcnbsd-nat.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o ppcnbsd-nat.o bsd-kvm.o
NAT_FILE= nm-nbsd.h
+
+LOADLIBES= -lkvm