diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 22:34:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-05-22 22:34:44 +0000 |
commit | a770d4eca642f4ae0d2e2e8d04a76933afed7b78 (patch) | |
tree | bb28c848354e7e511bb38594165a601e0a017ce2 /gdb/config | |
parent | 2e0c35398db447a1fbe111c52507afe4eb313971 (diff) | |
download | gdb-a770d4eca642f4ae0d2e2e8d04a76933afed7b78.zip gdb-a770d4eca642f4ae0d2e2e8d04a76933afed7b78.tar.gz gdb-a770d4eca642f4ae0d2e2e8d04a76933afed7b78.tar.bz2 |
* sparcnbsd-nat.c: Include "gdbcore.h", "regcache.h",
<sys/types.h>, <machine/pcb.h> and "bsd-kvm.h".
(sparc32nbsd_supply_pcb): New function.
(_initialize_sparcnbsd_nat): Enable libkvm interface.
* Makefile.in (sparcnbsd-nat.o): Update dependencies.
* config/sparc/nbsdelf.mh (NATDEPFILES): Add bsd-kvm.o.
(LOADLIBES): New variable.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/sparc/nbsdelf.mh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gdb/config/sparc/nbsdelf.mh b/gdb/config/sparc/nbsdelf.mh index 45309ec..611a6a4 100644 --- a/gdb/config/sparc/nbsdelf.mh +++ b/gdb/config/sparc/nbsdelf.mh @@ -1,4 +1,6 @@ # Host: NetBSD/sparc ELF -NATDEPFILES= sparc-nat.o sparcnbsd-nat.o \ +NATDEPFILES= sparc-nat.o sparcnbsd-nat.o bsd-kvm.o \ fork-child.o infptrace.o inftarg.o NAT_FILE= nm-nbsd.h + +LOADLIBES= -lkvm |