* 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.
This commit is contained in:
John Gilmore 1992-11-05 08:26:15 +00:00
parent 00539ee3b3
commit 61f55ca303
2 changed files with 11 additions and 5 deletions

View 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).

View 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()");}