libctf, link: add CTF_LINK_OMIT_VARIABLES_SECTION
[deliverable/binutils-gdb.git] / include / ctf-api.h
index c3683db0996371522969515b7621739a180ae6ff..f034f9859dd2632cc97b86f584672e0df76c7f6a 100644 (file)
@@ -90,6 +90,9 @@ typedef struct ctf_link_sym
    emitted into them.  */
 #define CTF_LINK_EMPTY_CU_MAPPINGS 0x4
 
+/* Omit the content of the variables section.  */
+#define CTF_LINK_OMIT_VARIABLES_SECTION 0x8
+
 /* Symbolic names for CTF sections.  */
 
 typedef enum ctf_sect_names
This page took 0.030007 seconds and 4 git commands to generate.