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/go32-xdep.c | |
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/go32-xdep.c')
-rw-r--r-- | gdb/go32-xdep.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/go32-xdep.c b/gdb/go32-xdep.c index ec15588..9814c9c 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()");} |