* README: Add remote-es1800.c and remote-st2000.c to table.
authorJohn Gilmore <gnu@cygnus>
Thu, 5 Nov 1992 08:26:15 +0000 (08:26 +0000)
committerJohn Gilmore <gnu@cygnus>
Thu, 5 Nov 1992 08:26:15 +0000 (08:26 +0000)
* 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
gdb/go32-xdep.c

index 8fe65bc49b3a08db6e87e858f732edb317b94bc6..01778cac0f5adfcbf371fb44043167f216401b0b 100644 (file)
@@ -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).
index ec1558866faf2dd48c67c04982a80db3b6aabaec..9814c9cef875fe34f6b31b37b2c08a60cb9e91d5 100644 (file)
@@ -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()");}