]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libgomp/libgomp.map
Regenerate libgomp/configure for copyright year update
[thirdparty/gcc.git] / libgomp / libgomp.map
index 69aa69562b83068bdb7bba237a2b7981e52b727e..65901dff235920b2849a4ba09ab37f43c5d3942b 100644 (file)
@@ -199,12 +199,46 @@ OMP_5.0.1 {
        omp_fulfill_event_;
 } OMP_5.0;
 
+OMP_5.0.2 {
+  global:
+       omp_get_device_num;
+       omp_get_device_num_;
+       omp_aligned_alloc;
+       omp_calloc;
+       omp_aligned_calloc;
+       omp_realloc;
+} OMP_5.0.1;
+
 OMP_5.1 {
   global:
        omp_display_env;
        omp_display_env_;
        omp_display_env_8_;
-} OMP_5.0.1;
+       omp_set_num_teams;
+       omp_set_num_teams_;
+       omp_set_num_teams_8_;
+       omp_get_max_teams;
+       omp_get_max_teams_;
+       omp_set_teams_thread_limit;
+       omp_set_teams_thread_limit_;
+       omp_set_teams_thread_limit_8_;
+       omp_get_teams_thread_limit;
+       omp_get_teams_thread_limit_;
+} OMP_5.0.2;
+
+OMP_5.1.1 {
+  global:
+       omp_get_mapped_ptr;
+       omp_target_is_accessible;
+       omp_target_memcpy_async;
+       omp_target_memcpy_rect_async;
+} OMP_5.1;
+
+OMP_5.2 {
+  global:
+       omp_in_explicit_task;
+       omp_in_explicit_task_;
+} OMP_5.1.1;
 
 GOMP_1.0 {
   global:
@@ -374,6 +408,26 @@ GOMP_5.0.1 {
        GOMP_free;
 } GOMP_5.0;
 
+GOMP_5.1 {
+  global:
+       GOMP_error;
+       GOMP_scope_start;
+       GOMP_warning;
+       GOMP_teams4;
+} GOMP_5.0.1;
+
+GOMP_5.1.1 {
+  global:
+       GOMP_taskwait_depend_nowait;
+} GOMP_5.1;
+
+GOMP_5.1.2 {
+  global:
+       GOMP_add_alloc;
+       GOMP_is_alloc;
+       GOMP_target_map_indirect_ptr;
+} GOMP_5.1.1;
+
 OACC_2.0 {
   global:
        acc_get_num_devices;
@@ -581,3 +635,8 @@ GOMP_PLUGIN_1.3 {
        GOMP_PLUGIN_goacc_profiling_dispatch;
        GOMP_PLUGIN_goacc_thread;
 } GOMP_PLUGIN_1.2;
+
+GOMP_PLUGIN_1.4 {
+  global:
+       GOMP_PLUGIN_target_rev;
+} GOMP_PLUGIN_1.3;