]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/lto-section-names.h
[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.
[thirdparty/gcc.git] / gcc / lto-section-names.h
index f5dbed26bad5d52471b4e41ae87204478ffbdcd1..d84deac84d0026eb4cb764581f2dc78cb1ff2dc5 100644 (file)
@@ -35,4 +35,7 @@ extern const char *section_name_prefix;
 
 #define LTO_SEGMENT_NAME "__GNU_LTO"
 
+#define OFFLOAD_VAR_TABLE_SECTION_NAME ".gnu.offload_vars"
+#define OFFLOAD_FUNC_TABLE_SECTION_NAME ".gnu.offload_funcs"
+
 #endif /* GCC_LTO_SECTION_NAMES_H */