diff options
author | Richard Henderson <rth@redhat.com> | 2010-11-04 16:37:04 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2010-11-04 16:37:04 -0700 |
commit | 3b63ca7ea2853d3b8ed35e604b2e0d254669466d (patch) | |
tree | a8e47bd7b81ca30b70a929fe67d0b89f47e6963b /libiberty/ChangeLog | |
parent | 9690aa8eff9815594b2eaa176c4dccb390baf452 (diff) | |
download | gcc-3b63ca7ea2853d3b8ed35e604b2e0d254669466d.zip gcc-3b63ca7ea2853d3b8ed35e604b2e0d254669466d.tar.gz gcc-3b63ca7ea2853d3b8ed35e604b2e0d254669466d.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.
From-SVN: r166339
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> |