ld: Allow section groups to be resolved as part of a relocatable link
[deliverable/binutils-gdb.git] / bfd / ChangeLog
index 7dfc62fe896287731deafec8c449f7fcf570209d..99329c84428cf667724938c679c8b41b680312d2 100644 (file)
@@ -1,3 +1,17 @@
+2017-06-06  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * elf.c (_bfd_elf_make_section_from_shdr): Don't initially mark
+       SEC_GROUP sections as SEC_EXCLUDE.
+       (bfd_elf_set_group_contents): Replace use of abort with an assert.
+       (assign_section_numbers): Use resolve_section_groups flag instead
+       of relocatable link type.
+       (_bfd_elf_init_private_section_data): Use resolve_section_groups
+       flag instead of checking the final_link flag for part of the
+       checks in here.  Fix white space as a result.
+       * elflink.c (elf_link_input_bfd): Use resolve_section_groups flag
+       instead of relocatable link type.
+       (bfd_elf_final_link): Likewise.
+
 2017-06-06  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
        * elfxx-mips.c (_bfd_mips_elf_relocate_section): Remove unused
This page took 0.024731 seconds and 4 git commands to generate.