aboutsummaryrefslogtreecommitdiff
path: root/libgomp/libgomp.map
diff options
context:
space:
mode:
authorMarcel Vollweiler <marcel@codesourcery.com>2022-05-06 07:28:26 -0700
committerMarcel Vollweiler <marcel@codesourcery.com>2022-05-06 07:28:26 -0700
commit4043f53cb4a3541f7a6e4f4132419f78ab7ec4f7 (patch)
tree9ef3279dec3be0ec7bcfa521b60274ee6dab9814 /libgomp/libgomp.map
parentaa8bdfee1db818b9a56908ab0197ff02c54bf281 (diff)
downloadgcc-4043f53cb4a3541f7a6e4f4132419f78ab7ec4f7.zip
gcc-4043f53cb4a3541f7a6e4f4132419f78ab7ec4f7.tar.gz
gcc-4043f53cb4a3541f7a6e4f4132419f78ab7ec4f7.tar.bz2
OpenMP, libgomp: Add new runtime routine omp_target_is_accessible.
gcc/ChangeLog: * omp-low.cc (omp_runtime_api_call): Added target_is_accessible to omp_runtime_apis array. libgomp/ChangeLog: * libgomp.map: Added omp_target_is_accessible. * libgomp.texi: Tagged omp_target_is_accessible as supported. * omp.h.in: Added omp_target_is_accessible. * omp_lib.f90.in: Added interface for omp_target_is_accessible. * omp_lib.h.in: Likewise. * target.c (omp_target_is_accessible): Added implementation of omp_target_is_accessible. * testsuite/libgomp.c-c++-common/target-is-accessible-1.c: New test. * testsuite/libgomp.fortran/target-is-accessible-1.f90: New test.
Diffstat (limited to 'libgomp/libgomp.map')
-rw-r--r--libgomp/libgomp.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgomp/libgomp.map b/libgomp/libgomp.map
index 608a54c..d631a77 100644
--- a/libgomp/libgomp.map
+++ b/libgomp/libgomp.map
@@ -229,6 +229,7 @@ OMP_5.1 {
OMP_5.1.1 {
global:
omp_get_mapped_ptr;
+ omp_target_is_accessible;
} OMP_5.1;
GOMP_1.0 {