aboutsummaryrefslogtreecommitdiff
path: root/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libomptarget/plugins/generic-elf-64bit/src/rtl.cpp')
-rw-r--r--libomptarget/plugins/generic-elf-64bit/src/rtl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp b/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
index 4648e51..00e58d8 100644
--- a/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
+++ b/libomptarget/plugins/generic-elf-64bit/src/rtl.cpp
@@ -50,7 +50,7 @@ static int DebugLevel = 0;
#include "../../common/elf_common.c"
#define NUMBER_OF_DEVICES 4
-#define OFFLOADSECTIONNAME ".omp_offloading.entries"
+#define OFFLOADSECTIONNAME "omp_offloading_entries"
/// Array of Dynamic libraries loaded for this target.
struct DynLibTy {