diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-03-16 15:58:41 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-03-16 15:58:41 +0000 |
commit | 9b265ec209d7dd38bd411cdd3bac4d705a244398 (patch) | |
tree | 9688b1dc3fbaaeb3353daade8bddf9ac448bd583 /gdb/ChangeLog | |
parent | a5324a3e50c3f59e7d547aec300819c07b026979 (diff) | |
download | gdb-9b265ec209d7dd38bd411cdd3bac4d705a244398.zip gdb-9b265ec209d7dd38bd411cdd3bac4d705a244398.tar.gz gdb-9b265ec209d7dd38bd411cdd3bac4d705a244398.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 07d7fb8..fc9f632 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +2005-03-15 Mark Mitchell <mark@codesourcery.com> + + * 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. + 2005-03-14 Ben Elliston <bje@au.ibm.com> * Makefile.in (CLIBS): Link libbfd after libopcodes, as it is a |