elf: Report property change when merging properties
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 630f7342a95d075680bdc7bf5db1281daac506c1..d66188e6ee586d45b6ddfbec605cde011dfbf280 100644 (file)
@@ -506,6 +506,9 @@ struct bfd_link_info
   /* TRUE if common symbols should be treated as undefined.  */
   unsigned int inhibit_common_definition : 1;
 
+  /* TRUE if "-Map map" is passed to linker.  */
+  unsigned int has_map_file : 1;
+
   /* The 1-byte NOP for x86 call instruction.  */
   char call_nop_byte;
 
This page took 0.040162 seconds and 4 git commands to generate.