aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2008-07-16 17:35:26 +0200
committerJakub Jelinek <jakub@gcc.gnu.org>2008-07-16 17:35:26 +0200
commit4db72361fe9c5fc148b529b6ba9af814150379d3 (patch)
tree0c0cc5fdd1c2567c317c9bba3233e37ed0b1f8d2 /libgomp/ChangeLog
parent9a8d7941eb2e948110501a387505d657e64a1f91 (diff)
downloadgcc-4db72361fe9c5fc148b529b6ba9af814150379d3.zip
gcc-4db72361fe9c5fc148b529b6ba9af814150379d3.tar.gz
gcc-4db72361fe9c5fc148b529b6ba9af814150379d3.tar.bz2
team.c (gomp_team_end): Free team immediately if it has just one thread.
* team.c (gomp_team_end): Free team immediately if it has just one thread. From-SVN: r137886
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 671b48b..ded506b 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-16 Jakub Jelinek <jakub@redhat.com>
+
+ * team.c (gomp_team_end): Free team immediately if it has
+ just one thread.
+
2008-07-08 David Edelsohn <edelsohn@gnu.org>
* testsuite/libgomp.c++/c++.exp: Append multilib library path.