]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/ld.h
ELF: Strip section header in ELF objects
[thirdparty/binutils-gdb.git] / ld / ld.h
diff --git a/ld/ld.h b/ld/ld.h
index 1882a2820202200d4d371bb90194f5473f4f86f3..a0f8a15c7a997c4232c5db0bac6abb7c419474a8 100644 (file)
--- a/ld/ld.h
+++ b/ld/ld.h
@@ -280,6 +280,9 @@ typedef struct
   /* If set, code and non-code sections should never be in one segment.  */
   bool separate_code;
 
+  /* If set, generation of ELF section header should be suppressed.  */
+  bool no_section_header;
+
   /* The rpath separation character.  Usually ':'.  */
   char rpath_separator;