libgomp: GOMP_OFFLOAD_* are part of the libgomp/plugin interface.
commit5932be162d00a1a8c27ec612255c01a57327a942
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 16:47:08 +0000 (22 16:47 +0000)
committertschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 22 Dec 2014 16:47:08 +0000 (22 16:47 +0000)
tree465d1682ef73ae97e566db0f87c7d35c1ed98ba9
parent56e092991a343484fe3d26b4506587d9bb99c1a9
libgomp: GOMP_OFFLOAD_* are part of the libgomp/plugin interface.

libgomp/
* libgomp.h (TARGET_CAP_SHARED_MEM, TARGET_CAP_NATIVE_EXEC)
(TARGET_CAP_OPENMP_400, TARGET_CAP_OPENACC_200): Remove, and
instead...
* libgomp_target.h (GOMP_OFFLOAD_CAP_SHARED_MEM)
(GOMP_OFFLOAD_CAP_NATIVE_EXEC, GOMP_OFFLOAD_CAP_OPENMP_400)
(GOMP_OFFLOAD_CAP_OPENACC_200): ... add these new definitions.
Change all users.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gomp-4_0-branch@219020 138bc75d-0d04-0410-961f-82ee72b054a4
libgomp/ChangeLog.gomp
libgomp/libgomp.h
libgomp/libgomp_target.h
libgomp/oacc-host.c
libgomp/oacc-mem.c
libgomp/oacc-parallel.c
libgomp/plugin/plugin-host.c
libgomp/plugin/plugin-nvptx.c
libgomp/target.c