diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 22:38:28 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-02-06 22:38:28 +0000 |
commit | 01cd70b98538cd45dbfa04f85afdb0ae25a40992 (patch) | |
tree | 564bf88ce443cc69baff2a479fd5382c16b8f505 /gdb/config/mips | |
parent | d41b3eed26bf734c2989f9d282542be152714e3b (diff) | |
download | gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.zip gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.tar.gz gdb-01cd70b98538cd45dbfa04f85afdb0ae25a40992.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/mipsm3.mh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/mips/mipsm3.mh b/gdb/config/mips/mipsm3.mh index 5b40b4b..08c8392 100644 --- a/gdb/config/mips/mipsm3.mh +++ b/gdb/config/mips/mipsm3.mh @@ -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 = |