aboutsummaryrefslogtreecommitdiff
path: root/libiberty/ChangeLog
diff options
context:
space:
mode:
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2018-08-21 00:01:50 +0000
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>2018-08-21 00:01:50 +0000
commita8375b99669518331f3985f430eb0ee5652f8d2f (patch)
tree6971600931bce9f69392811ac995b47717686d7d /libiberty/ChangeLog
parent758c5eacec0cce2cb8717dbd4b69283d18201b9a (diff)
[libiberty patch] PEX-unix forking
https://gcc.gnu.org/ml/gcc-patches/2018-08/msg01170.html * pex-unix.c (pex_child_error): Delete. (pex_unix_exec_child): Commonize error paths to single message & exit. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r--libiberty/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index 8293fa9ac56..22d995f8cfb 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,9 @@
+2018-08-20 Nathan Sidwell <nathan@acm.org>
+
+ * pex-unix.c (pex_child_error): Delete.
+ (pex_unix_exec_child): Commonize error paths to single message &
+ exit.
+
2018-07-30 Tom Tromey <tom@tromey.com>
* cplus-dem.c (remember_Btype): Don't call memcpy with LEN==0.