> The proper fix is to change bfd_section_already_linked_table_insert to > return a pass/fail status. Check the status in > _bfd_elf_section_already_linked, _bfd_generic_section_already_linked, > and on failure call info->einfo with a fatal error message. OK. How about the attached? > This part is OK. Committed, thanks.