libgomp, nvptx plugin: Make "nvptx_exec" static
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 2 Feb 2017 14:35:30 +0000 (15:35 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 2 Feb 2017 14:35:30 +0000 (15:35 +0100)
libgomp/
* plugin/plugin-nvptx.c (nvptx_exec): Make it static.

From-SVN: r245127

libgomp/ChangeLog
libgomp/plugin/plugin-nvptx.c

index 5f05cdb9b4665380c247c970ef6dace8cbc71332..56dc5bbde877f282d5ca913f647c7ce318fb6b7c 100644 (file)
@@ -1,5 +1,7 @@
 2017-02-02  Thomas Schwinge  <thomas@codesourcery.com>
 
+       * 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
index 0284c7ff6049054a5924f51a5067a654cc0a58ba..36d447cfed20a59c14511a24daac288b66ecdc6f 100644 (file)
@@ -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)
 {