aboutsummaryrefslogtreecommitdiff
path: root/gdb/go32-xdep.c
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1992-11-05 08:26:15 +0000
committerJohn Gilmore <gnu@cygnus>1992-11-05 08:26:15 +0000
commit61f55ca303c741851c46ae4d95c7b85ff84c569b (patch)
tree0a23ad5ab644671aee1f94c37348f65ed05c9b87 /gdb/go32-xdep.c
parent00539ee3b31d69677138be9f11ac0e3d422078d9 (diff)
downloadfsf-binutils-gdb-61f55ca303c741851c46ae4d95c7b85ff84c569b.zip
fsf-binutils-gdb-61f55ca303c741851c46ae4d95c7b85ff84c569b.tar.gz
fsf-binutils-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.c5
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()");}