From e70ab10d5c8559d072f2a94374ee530fafdf3aef Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 2 Feb 2017 15:35:30 +0100 Subject: [PATCH] libgomp, nvptx plugin: Make "nvptx_exec" static libgomp/ * plugin/plugin-nvptx.c (nvptx_exec): Make it static. From-SVN: r245127 --- libgomp/ChangeLog | 2 ++ libgomp/plugin/plugin-nvptx.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 5f05cdb9b46..56dc5bbde87 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,5 +1,7 @@ 2017-02-02 Thomas Schwinge + * plugin/plugin-nvptx.c (nvptx_exec): Make it static. + * libgomp-plugin.h (GOMP_OFFLOAD_openacc_parallel): Rename to GOMP_OFFLOAD_openacc_exec. Adjust all users. (GOMP_OFFLOAD_openacc_get_current_cuda_device): Rename to diff --git a/libgomp/plugin/plugin-nvptx.c b/libgomp/plugin/plugin-nvptx.c index 0284c7ff604..36d447cfed2 100644 --- a/libgomp/plugin/plugin-nvptx.c +++ b/libgomp/plugin/plugin-nvptx.c @@ -1041,7 +1041,7 @@ event_add (enum ptx_event_type type, CUevent *e, void *h, int val) pthread_mutex_unlock (&ptx_event_lock); } -void +static void nvptx_exec (void (*fn), size_t mapnum, void **hostaddrs, void **devaddrs, int async, unsigned *dims, void *targ_mem_desc) { -- 2.30.2