Skip to content
  • Alan Modra's avatar
    Correct removal of .gnu.attributes · b8a6ced7
    Alan Modra authored
    Setting SEC_EXCLUDE for empty .gnu.attributes is too late in the link
    process for the linker to remove the section.  That must be done in
    bfd_elf_final_link, as we do for removed group sections.
    
    	* elflink.c (bfd_elf_final_link): Remove zero size .gnu.attributes
    	sections.
    b8a6ced7