ld: Allow section groups to be resolved as part of a relocatable link
[deliverable/binutils-gdb.git] / include / bfdlink.h
index 371822c5fc6a9f3bcd405442c4f5ec21f1175e95..2e3f0b15aea88fde6e8a30941c4c500328328a2a 100644 (file)
@@ -348,6 +348,9 @@ struct bfd_link_info
   /* TRUE if all data symbols should be dynamic.  */
   unsigned int dynamic_data: 1;
 
+  /* TRUE if section groups should be resolved.  */
+  unsigned int resolve_section_groups: 1;
+
   /* Which symbols to strip.  */
   ENUM_BITFIELD (bfd_link_strip) strip : 2;
 
This page took 0.027592 seconds and 4 git commands to generate.