diff options
author | John Gilmore <gnu@cygnus> | 1992-11-05 08:26:15 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-11-05 08:26:15 +0000 |
commit | 61f55ca303c741851c46ae4d95c7b85ff84c569b (patch) | |
tree | 0a23ad5ab644671aee1f94c37348f65ed05c9b87 /gdb/ChangeLog | |
parent | 00539ee3b31d69677138be9f11ac0e3d422078d9 (diff) | |
download | gdb-61f55ca303c741851c46ae4d95c7b85ff84c569b.zip gdb-61f55ca303c741851c46ae4d95c7b85ff84c569b.tar.gz gdb-61f55ca303c741851c46ae4d95c7b85ff84c569b.tar.bz2 |
* README: Add remote-es1800.c and remote-st2000.c to table.
* go32-nat.c: Remove, there is no native go32 support.
* go32-xdep.c: Remove unused fork, fvork, wait, execlp, kill_inferior.
* infcmd.c (run_command): Avoid long calls to printf_filtered.
Bug fix courtesy of Alexander Klaiber.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8fe65bc..01778ca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Thu Nov 5 00:19:51 1992 John Gilmore (gnu@cygnus.com) + + * README: Add remote-es1800.c and remote-st2000.c to table. + * go32-nat.c: Remove, there is no native go32 support. + * go32-xdep.c: Remove unused fork, fvork, wait, execlp, kill_inferior. + Wed Nov 4 15:27:31 1992 Stu Grossman (grossman at cygnus.com) * inflow.c (pass_signal, set_sigint_trap, clear_sigint_trap): Add @@ -31,6 +37,11 @@ Fri Oct 30 16:33:02 1992 Fred Fish (fnf@cygnus.com) remapped to xmalloc/xrealloc, use only malloc/realloc in grammer file. Remove preprocessor defines that previously did remapping. +Fri Oct 30 00:58:18 1992 John Gilmore (gnu@cygnus.com) + + * infcmd.c (run_command): Avoid long calls to printf_filtered. + Bug fix courtesy of Alexander Klaiber. + Tue Oct 27 17:08:45 1992 K. Richard Pixley (rich@cygnus.com) hp300 native support (hp300hpux untested). |