From 61f55ca303c741851c46ae4d95c7b85ff84c569b Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Thu, 5 Nov 1992 08:26:15 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 11 +++++++++++ gdb/go32-xdep.c | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8fe65bc49b3..01778cac0f5 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). diff --git a/gdb/go32-xdep.c b/gdb/go32-xdep.c index ec1558866fa..9814c9cef87 100644 --- a/gdb/go32-xdep.c +++ b/gdb/go32-xdep.c @@ -25,10 +25,5 @@ static void uerror(char *s) exit(1); } -fork(){uerror("attempt to call fork()");} -vfork(){uerror("attempt to call vfork()");} -wait(){uerror("attempt to call wait()");} -execlp(){uerror("attempt to call execlp()");} -kill_inferior(){uerror("attempt to call kill_inferior()");} re_comp(){uerror("attempt to call re_comp()");} re_exec(){uerror("attempt to call re_exec()");} -- 2.30.2