256304449f
(_initialize_i386bsd_nat) [KERN_PS_STRINGS]: Move FreeBSD-specific code to ... * i386fbsd-nat.c: ... here. New file. * config/i386/fbsd.mh (NATDEPFILES): Add i386-fbsd.o. * config/i386/nm-fbsd.h (CHILD_RESUME): Define. * Makefile.in (ALLDEPFILES): Add i386fbsd-nat.c. (i386fbsd-nat.o): Add dependencies.
6 lines
329 B
Text
6 lines
329 B
Text
# Host: Intel 386 running FreeBSD
|
|
XDEPFILES=
|
|
# NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
|
|
NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i386-nat.o i387-nat.o i386bsd-nat.o i386fbsd-nat.o
|
|
XM_FILE= xm-fbsd.h
|
|
NAT_FILE= nm-fbsd.h
|