]> 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 012e3d645fe0d6f18945a45af82df2c0a816ad18..65901dff235920b2849a4ba09ab37f43c5d3942b 100644 (file)
@@ -183,13 +183,63 @@ OMP_5.0 {
 OMP_5.0.1 {
   global:
        omp_set_default_allocator;
+       omp_set_default_allocator_;
        omp_get_default_allocator;
+       omp_get_default_allocator_;
        omp_init_allocator;
+       omp_init_allocator_;
+       omp_init_allocator_8_;
        omp_destroy_allocator;
+       omp_destroy_allocator_;
        omp_alloc;
        omp_free;
+       omp_get_supported_active_levels;
+       omp_get_supported_active_levels_;
+       omp_fulfill_event;
+       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_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:
        GOMP_atomic_end;
@@ -352,6 +402,32 @@ GOMP_5.0 {
        GOMP_workshare_task_reduction_unregister;
 } GOMP_4.5;
 
+GOMP_5.0.1 {
+  global:
+       GOMP_alloc;
+       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;
@@ -526,6 +602,12 @@ GOACC_2.0.1 {
        GOACC_parallel_keyed;
 } GOACC_2.0;
 
+GOACC_2.0.2 {
+  global:
+       GOACC_enter_data;
+       GOACC_exit_data;
+} GOACC_2.0.1;
+
 GOMP_PLUGIN_1.0 {
   global:
        GOMP_PLUGIN_malloc;
@@ -553,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;