summaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-05-31 00:19:02 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-05-31 00:19:02 +0000
commita4ae11d935c839abbeb5c79b4122524a02db14f8 (patch)
treeb703ed268f290a2cd1d30ffd9c8807372c57035d /libgomp
parent081c472589329fc6c58c4dfed70f1fbc029083a5 (diff)
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 6c313ee4080..30ee29672b7 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,16 @@
+2022-05-30 Jakub Jelinek <jakub@redhat.com>
+
+ Backported from master:
+ 2022-05-28 Jakub Jelinek <jakub@redhat.com>
+
+ PR libgomp/105745
+ * libgomp.h (GOMP_HAVE_EFFICIENT_ALIGNED_ALLOC): Don't define for
+ defined(HAVE__ALIGNED_MALLOC) case.
+ * alloc.c (gomp_aligned_alloc): Move defined(HAVE__ALIGNED_MALLOC)
+ handling as last option before fallback instead of first.
+ (gomp_aligned_free): For defined(HAVE__ALIGNED_MALLOC) call
+ _aligned_free.
+
2022-05-17 Jakub Jelinek <jakub@redhat.com>
Backported from master: