mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-07 13:39:43 +08:00
"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.
6 lines
142 B
Plaintext
6 lines
142 B
Plaintext
# Host: PowerPC, running NetBSD
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o ppcnbsd-nat.o bsd-kvm.o
|
|
NAT_FILE= nm-nbsd.h
|
|
|
|
LOADLIBES= -lkvm
|