* 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.
This commit is contained in:
parent
d41b3eed26
commit
01cd70b985
8 changed files with 33 additions and 26 deletions
|
@ -4,6 +4,7 @@
|
|||
XDEPFILES= coredep.o
|
||||
NATDEPFILES= mipsm3-nat.o m3-nat.o
|
||||
XM_FILE= xm-mipsm3.h
|
||||
NAT_FILE= nm-m3.h
|
||||
|
||||
# Don't use the mmalloc library in Mach 3.
|
||||
MMALLOC =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue