ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / bfd / section.c
index 0c15a0d646fd94e6a112de8995669e27eccdcfcf..7de0a2d7a858b9b7e3b9948484886b9174bed388 100644 (file)
@@ -544,10 +544,12 @@ CODE_FRAGMENT
 .  {* Early in the link process, map_head and map_tail are used to build
 .     a list of input sections attached to an output section.  Later,
 .     output sections use these fields for a list of bfd_link_order
-.     structs.  *}
+.     structs.  The linked_to_symbol_name field is for ELF assembler
+.     internal use.  *}
 .  union {
 .    struct bfd_link_order *link_order;
 .    struct bfd_section *s;
+.    const char *linked_to_symbol_name;
 .  } map_head, map_tail;
 .} asection;
 .
This page took 0.02563 seconds and 4 git commands to generate.