old-cross-binutils/gdb/config/i386/i386m3.mh
Jim Kingdon 01cd70b985 * config/mips/mipsm3.mh, config/i386/i386m3.mh,
config/ns32k/ns32km3.mh: Define NAT_FILE.
	* config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H
	(it was inconsistent and namespace-wrong) to NM_M3_H.
	* m3-nat.c (mach_really_wait): Change parameter name to ourstatus.
	(m3_open): New function.
	(m3_ops): Use it.
	* TODO: Update Mach section.

	* Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
1994-02-06 22:38:28 +00:00

10 lines
227 B
Text

# Host: Intel 386 running Mach3
XDEPFILES= i387-tdep.o coredep.o
NATDEPFILES= i386m3-nat.o m3-nat.o
XM_FILE= xm-i386m3.h
NAT_FILE= nm-m3.h
# Don't use the mmalloc library in Mach 3.
MMALLOC =
MMALLOC_DISABLE = -DNO_MMALLOC