diff options
author | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-26 23:18:47 +0000 |
---|---|---|
committer | sandra <sandra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2012-07-26 23:18:47 +0000 |
commit | 893a47950b656141df770b274637bc1f0beb9fda (patch) | |
tree | 5bb79d01d34e0a177c2f1d1b9375c4447d077918 /libiberty/ChangeLog | |
parent | 4a1f6fe28080dc278b80860019dd04605c4830ee (diff) | |
download | ppe42-gcc-893a47950b656141df770b274637bc1f0beb9fda.tar.gz ppe42-gcc-893a47950b656141df770b274637bc1f0beb9fda.zip |
2012-07-26 Kazu Hirata <kazu@codesourcery.com>
Sandra Loosemore <sandra@codesourcery.com>
libiberty/
* pex-win32.c (pex_win32_exec_child): Only close original file
descriptors if child is launched successfully.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@189901 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 716a2ce9d23..349dc98eb06 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,9 @@ +2012-07-26 Kazu Hirata <kazu@codesourcery.com> + Sandra Loosemore <sandra@codesourcery.com> + + * pex-win32.c (pex_win32_exec_child): Only close original file + descriptors if child is launched successfully. + 2012-07-18 Jason Merrill <jason@redhat.com> * cp-demangle.c (cplus_demangle_operators): Add *_cast. |