libgomp: Normalize the names of a few functions of the libgomp plugin API
commit345a8c1712df339941e1b61425f0aa02e55ed364
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 2 Feb 2017 14:13:57 +0000 (2 15:13 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 2 Feb 2017 14:13:57 +0000 (2 15:13 +0100)
treefaf0068f952501848e4ff07c39f38134178020b5
parentda75ca93f8f17847f75ff50d00796e98ccf8509d
libgomp: Normalize the names of a few functions of the libgomp plugin API

libgomp/
* 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
GOMP_OFFLOAD_openacc_cuda_get_current_device.  Adjust all users.
(GOMP_OFFLOAD_openacc_get_current_cuda_context): Rename to
GOMP_OFFLOAD_openacc_cuda_get_current_context.  Adjust all users.
(GOMP_OFFLOAD_openacc_get_cuda_stream): Rename to
GOMP_OFFLOAD_openacc_cuda_get_stream.  Adjust all users.
(GOMP_OFFLOAD_openacc_set_cuda_stream): Rename to
GOMP_OFFLOAD_openacc_cuda_set_stream.  Adjust all users.

From-SVN: r245125
libgomp/ChangeLog
libgomp/libgomp-plugin.h
libgomp/libgomp.h
libgomp/plugin/plugin-nvptx.c
libgomp/target.c