diff options
author | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-20 15:36:45 +0000 |
---|---|---|
committer | jakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-20 15:36:45 +0000 |
commit | c3e85a5791bb5b6a4afb9748029b9f804666d0b2 (patch) | |
tree | 7440afed755684acfb2774ba45ae6709add2d3a0 /libgomp/ChangeLog | |
parent | 08843223915f937a606645b334d9743aee7d91d0 (diff) | |
download | gcc-c3e85a5791bb5b6a4afb9748029b9f804666d0b2.tar.gz |
PR libgomp/43569
* sections.c (gomp_sections_init): Initialize ws->mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158564 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r-- | libgomp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 5534cd6adaa..7756ac15a2e 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,8 @@ +2010-04-20 Jakub Jelinek <jakub@redhat.com> + + PR libgomp/43569 + * sections.c (gomp_sections_init): Initialize ws->mode. + 2010-04-14 Uros Bizjak <ubizjak@gmail.com> * acinclude.m4 (LIBGOMP_CHECK_SYNC_BUILTINS): Remove set but |