aboutsummaryrefslogtreecommitdiff
path: root/libgomp
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-06-11 00:16:21 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-06-11 00:16:21 +0000
commitef1e4d80dd30e7c46849fbb8b1ac49e672df1bbd (patch)
tree4c690c1efdab306e7f4919d5098e16ab84bfe2d1 /libgomp
parent343d83c7a89d0c7a78139e685395228115a28f6e (diff)
downloadgcc-ef1e4d80dd30e7c46849fbb8b1ac49e672df1bbd.zip
gcc-ef1e4d80dd30e7c46849fbb8b1ac49e672df1bbd.tar.gz
gcc-ef1e4d80dd30e7c46849fbb8b1ac49e672df1bbd.tar.bz2
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r--libgomp/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 46a747d..79db01d 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,23 @@
+2022-06-10 Jakub Jelinek <jakub@redhat.com>
+
+ * allocator.c (gomp_init_memkind): Call dlopen with "libmemkind.so.0"
+ rather than "libmemkind.so".
+
+2022-06-10 Thomas Schwinge <thomas@codesourcery.com>
+
+ * plugin/Makefrag.am: Evaluate 'if PLUGIN_NVPTX_DYNAMIC' to true.
+ * plugin/configfrag.ac (--with-cuda-driver)
+ (--with-cuda-driver-include, --with-cuda-driver-lib)
+ (CUDA_DRIVER_INCLUDE, CUDA_DRIVER_LIB, PLUGIN_NVPTX_CPPFLAGS)
+ (PLUGIN_NVPTX_LDFLAGS, PLUGIN_NVPTX_LIBS, PLUGIN_NVPTX_DYNAMIC):
+ Remove.
+ * testsuite/libgomp-test-support.exp.in (cuda_driver_include)
+ (cuda_driver_lib): Remove.
+ * testsuite/lib/libgomp.exp (libgomp_init): Don't consider these.
+ * Makefile.in: Regenerate.
+ * configure: Likewise.
+ * testsuite/Makefile.in: Likewise.
+
2022-06-09 Jakub Jelinek <jakub@redhat.com>
* config/linux/allocator.c: Fix up #include directive.