diff options
author | shinwell <shinwell@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-02 14:36:45 +0000 |
---|---|---|
committer | shinwell <shinwell@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-06-02 14:36:45 +0000 |
commit | ee2abea27f8239583e8e271e253609083a37e3c4 (patch) | |
tree | de8644f135ce2bbe41b3f3b45272e60f254a25f9 /libiberty/ChangeLog | |
parent | 6613266fcb3192c7605f3966ab47bacf9fa02d21 (diff) | |
download | ppe42-gcc-ee2abea27f8239583e8e271e253609083a37e3c4.tar.gz ppe42-gcc-ee2abea27f8239583e8e271e253609083a37e3c4.zip |
* pex-unix.c (pex_unix_exec_child): Insert cast when assigning
to environ.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@114326 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index e2899c0ae09..93f8449f65b 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2006-06-02 Mark Shinwell <shinwell@codesourcery.com> + + * pex-unix.c (pex_unix_exec_child): Insert cast when assigning + to environ. + 2006-06-01 Mark Shinwell <shinwell@codesourcery.com> * pex-common.c: New function pex_run_in_environment. |