summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2006-03-21 07:54:30 +0000
committerMark Mitchell <mark@codesourcery.com>2006-03-21 07:54:30 +0000
commit165bcbac3ded4d433b496b406da801333e7a2f4b (patch)
treebf6aff2e6b7a892f93d72eb835a9ee3fdc4bcf55
parentd64c2dd42a706968547f4db509583b6cd7bcd532 (diff)
downloadcygnal-165bcbac3ded4d433b496b406da801333e7a2f4b.tar.gz
cygnal-165bcbac3ded4d433b496b406da801333e7a2f4b.tar.bz2
cygnal-165bcbac3ded4d433b496b406da801333e7a2f4b.zip
* libiberty/pex-common.c (pex_run): Close the write end of the
pipe after starting the child.
-rw-r--r--ChangeLog.csl3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.csl b/ChangeLog.csl
index e55efd234..95a2ea8a1 100644
--- a/ChangeLog.csl
+++ b/ChangeLog.csl
@@ -1,5 +1,8 @@
2006-03-20 Mark Mitchell <mark@codesourcery.com>
+ * libiberty/pex-common.c (pex_run): Close the write end of the
+ pipe after starting the child.
+
* gdb/config/arm/armv7m.mt (TDEPFILES): Add prologue-value.o.
2006-03-21 Paul Brook <paul@codesourcery.com>