diff options
author | Richard Henderson <rth@redhat.com> | 2010-11-04 23:41:21 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2010-11-04 23:41:21 +0000 |
commit | 9c55e0647658a618fb8fbaf8feb5c5737e28bf20 (patch) | |
tree | b9817c1e178eed6cb0f9f800eb29852102ea59bd /libiberty/ChangeLog | |
parent | f445451a1f3478f43f5a08cf2487ee66cec3bcf3 (diff) | |
download | gdb-9c55e0647658a618fb8fbaf8feb5c5737e28bf20.zip gdb-9c55e0647658a618fb8fbaf8feb5c5737e28bf20.tar.gz gdb-9c55e0647658a618fb8fbaf8feb5c5737e28bf20.tar.bz2 |
Use spawnve on cygwin.
* configure.ac (AC_CHECK_HEADERS): Add process.h.
(checkfuncs): Add dup3, spawnve, spawnvpe; sort the list.
(AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe.
* configure, config.in: Rebuild.
* pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function.
[HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions.
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index fa38b09..62c60bd 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,12 @@ +2010-11-04 Richard Henderson <rth@redhat.com> + + * configure.ac (AC_CHECK_HEADERS): Add process.h. + (checkfuncs): Add dup3, spawnve, spawnvpe; sort the list. + (AC_CHECK_FUNCS): Add dup3, spawnve, spawnvpe. + * configure, config.in: Rebuild. + * pex-unix.c [HAVE_SPAWNVE] (pex_unix_exec_child): New function. + [HAVE_SPAWNVE] (save_and_install_fd, restore_fd): New functions. + 2010-11-02 Ian Lance Taylor <iant@google.com> Dave Korn <dave.korn.cygwin@gmail.com> Iain Sandoe <iains@gcc.gnu.org> |