]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgomp/libgomp_g.h
[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'libgomp...
authorThomas Schwinge <thomas@codesourcery.com>
Wed, 11 Dec 2019 16:49:17 +0000 (17:49 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 11 Dec 2019 16:49:17 +0000 (17:49 +0100)
commit57963e3934de387ade6b314a5d72330c28f30806
tree4e7779a4a098160c39e5abcb0a2812c81984fec5
parentc5578b56b632bb21aac5dfdab09c3d24aba41c44
[OpenACC] Consolidate 'GOACC_enter_exit_data' and its helper functions in 'libgomp/oacc-mem.c'

libgomp/
* oacc-parallel.c (find_pointer, GOACC_enter_exit_data): Move...
* oacc-mem.c: ... here.
(gomp_acc_insert_pointer, gomp_acc_remove_pointer): Rename to
'goacc_insert_pointer', 'goacc_remove_pointer', and make 'static'.
* libgomp.h (gomp_acc_insert_pointer, gomp_acc_remove_pointer):
Remove.
* libgomp_g.h: Update.

From-SVN: r279233
libgomp/ChangeLog
libgomp/libgomp.h
libgomp/libgomp_g.h
libgomp/oacc-mem.c
libgomp/oacc-parallel.c