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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 536ddcf..7e0285d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,16 @@ +Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com) + + * 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. + Sun Feb 6 13:26:21 1994 Per Bothner (bothner@kalessin.cygnus.com) * printcmd.c (printf_command): Add missing single-letter |