summaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-25 14:55:18 +0000
committerbstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4>2011-02-25 14:55:18 +0000
commita371787ffaccdbce41b2dd1399cea7f86ba22220 (patch)
tree4c6384f9dbef1cf8c6a9ce5a5b6ea4d2b1fe221d /libgomp/ChangeLog
parenta73a02d4abe0f60de65430a0a424523328183dac (diff)
downloadgcc-a371787ffaccdbce41b2dd1399cea7f86ba22220.tar.gz
2011-02-25 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk rev 170492 using svnmerge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@170496 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index fad7c77727b..33b4e2c9139 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,13 @@
+2011-02-24 Tobias Burnus <burnus@net-b.de>
+
+ * libgomp.texi (GOMP_STACKSIZE): Fix @ref to OMP_STACKSIZE.
+
+2011-02-23 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgomp/47854
+ * libgomp.texi (omp_get_wtime): Don't say time in the past
+ must be Unix Epoch.
+
2011-02-18 Jakub Jelinek <jakub@redhat.com>
PR libgomp/47804