aboutsummaryrefslogtreecommitdiff
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
commit69e9e646da0e5602742734053eb60f7082368210 (patch)
treeafffe066f8dc715305aeaff96234308a14f30d3a /gdb/config/powerpc
parent5ef2d0aac2c4d4f24104d79669f833b05b80252f (diff)
downloadgdb-69e9e646da0e5602742734053eb60f7082368210.zip
gdb-69e9e646da0e5602742734053eb60f7082368210.tar.gz
gdb-69e9e646da0e5602742734053eb60f7082368210.tar.bz2
* 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 26ba24d..923b5f2 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