From 9ebddeb045135d827eb59bfa822a0b026ea39f04 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Tue, 4 Aug 2015 00:40:18 +0000 Subject: 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 --- libgomp/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'libgomp/ChangeLog') 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 + + * 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 * testsuite/libgomp.c/uns-outer-4.c: New test. -- cgit v1.1