]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - include/bfdlink.h
Treat common symbol as undefined for --no-define-common
[thirdparty/binutils-gdb.git] / include / bfdlink.h
index e7c7836f7fa3fc8fb7017f71fb2b808f7d515468..2370c0d45a3cec5d50bb2050069fadd645b52342 100644 (file)
@@ -489,6 +489,9 @@ struct bfd_link_info
   /* TRUE if generate a 1-byte NOP as suffix for x86 call instruction.  */
   unsigned int call_nop_as_suffix : 1;
 
+  /* TRUE if common symbols should be treated as undefined.  */
+  unsigned int inhibit_common_definition : 1;
+
   /* The 1-byte NOP for x86 call instruction.  */
   char call_nop_byte;