aboutsummaryrefslogtreecommitdiff
path: root/libgomp/ChangeLog
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2015-08-04 00:40:18 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2015-08-04 00:40:18 +0000
commit9ebddeb045135d827eb59bfa822a0b026ea39f04 (patch)
treeef907361297008e9bd56fb6cf66e8c06f712ff3e /libgomp/ChangeLog
parent1f1833cce0c1c0eb9cf6e1f4720b4a80c5d2e430 (diff)
downloadgcc-9ebddeb045135d827eb59bfa822a0b026ea39f04.zip
gcc-9ebddeb045135d827eb59bfa822a0b026ea39f04.tar.gz
gcc-9ebddeb045135d827eb59bfa822a0b026ea39f04.tar.bz2
plugin-nvptx.c: Don't include dlfcn.h.
* plugin/plugin-nvptx.c: Don't include dlfcn.h. (cuda_errlist): Constify. (errmsg): Move into ... (cuda_error): ... here. Make smaller. (_XSTR, _STR): Delete. (cuda_synames): Delete. (verify_device_library): Delete. (nvptx_init): Don't call it. From-SVN: r226539
Diffstat (limited to 'libgomp/ChangeLog')
-rw-r--r--libgomp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog
index 4c9f690..ccdeaa7 100644
--- a/libgomp/ChangeLog
+++ b/libgomp/ChangeLog
@@ -1,3 +1,14 @@
+2015-08-03 Nathan Sidwell <nathan@codesourcery.com>
+
+ * plugin/plugin-nvptx.c: Don't include dlfcn.h.
+ (cuda_errlist): Constify.
+ (errmsg): Move into ...
+ (cuda_error): ... here. Make smaller.
+ (_XSTR, _STR): Delete.
+ (cuda_synames): Delete.
+ (verify_device_library): Delete.
+ (nvptx_init): Don't call it.
+
2015-07-28 Tom de Vries <tom@codesourcery.com>
* testsuite/libgomp.c/uns-outer-4.c: New test.