]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote-fileio.c
* utils.c (internal_vproblem): Guard call to fork with
authorMark Mitchell <mark@codesourcery.com>
Wed, 16 Mar 2005 15:58:41 +0000 (15:58 +0000)
committerMark Mitchell <mark@codesourcery.com>
Wed, 16 Mar 2005 15:58:41 +0000 (15:58 +0000)
commit9b265ec209d7dd38bd411cdd3bac4d705a244398
tree9688b1dc3fbaaeb3353daade8bddf9ac448bd583
parenta5324a3e50c3f59e7d547aec300819c07b026979
* utils.c (internal_vproblem): Guard call to fork with
HAVE_WORKING_FORK.
* cli/cli-cmds.c (shell_escape): Guard call to vfork with
HAVE_WORKING_VFORK and HAVE_WORKING_FORK.

* remote-fileo.c (remote_fileio_mode_to_host): Accomodate lack of
S_IRGRP and related macros.
(remote_fileio_mode_to_target): Likewise.
gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/remote-fileio.c
gdb/utils.c