84c5b489a8
* i386nbsd-nat.c: Include "nbsd-nat.h". (_initialize_i386nbsd_nat): Update target vector to use nbsd_pid_to_exec_file. * config/i386/nbsdelf.mh (NATDEPFILES): Add nbsd-nat.o. * config/i386/nbsdaout.mh (NATDEPFILES): Add nbsd-nat.o. * nbsd-nat.c: New file. * nbsd-nat.h: New file. * Makefile.in (ALLDEPFILES): Add nbsd-nat.c. (nbsd_nat_h): New variable. (nbsd-nat.o): New dependency.
6 lines
134 B
Plaintext
6 lines
134 B
Plaintext
# Host: NetBSD/i386 ELF
|
|
NATDEPFILES= fork-child.o inf-ptrace.o \
|
|
nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o
|
|
|
|
LOADLIBES= -lkvm
|