From 35a88fa501ff2e2fe133e7c0f38768ae703a43b7 Mon Sep 17 00:00:00 2001 From: Iain Sandoe Date: Sat, 28 Nov 2015 16:39:30 +0000 Subject: Fix PR63758 by using the _NSGetEnviron() API on Darwin include/ Roland McGrath PR other/63758 * environ.h: New file. libiberty/ Roland McGrath Iain Sandoe PR other/63758 * pex-unix.c: Obtain the environment interface from settings in environ.h rather than in-line code. Update copyright date. * setenv.c: Likewise. * xmalloc.c: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@228942 138bc75d-0d04-0410-961f-82ee72b054a4 --- libiberty/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libiberty/ChangeLog') diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 3cd0374..3025e99 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -32,6 +32,15 @@ Android hosts. * configure: Regenerate. +2015-10-18 Roland McGrath + Iain Sandoe + + PR other/63758 + * pex-unix.c: Obtain the environment interface from settings in + environ.h rather than in-line code. Update copyright date. + * setenv.c: Likewise. + * xmalloc.c: Likewise. + 2015-09-30 Jason Merrill * cp-demangle.c (d_cv_qualifiers): Dx means transaction_safe. -- cgit v1.1