https://sourceware.org/bugzilla/show_bug.cgi?id=26406
--- Comment #5 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=44466e45c51b1c68ed2f95f86bcdb1f18f08b380 commit 44466e45c51b1c68ed2f95f86bcdb1f18f08b380 Author: Nick Clifton <ni...@redhat.com> Date: Thu Aug 20 10:19:47 2020 +0100 Apply a workaround to mitigate a quadratic performance hit in the linker when writing out secondary reloc sections. PR 26406 * elf-bfd.h (struct bfd_elf_section_data): Add has_secondary_relocs field. * elf.c (_bfd_elf_copy_special_section_fields): Set the has_secondary_relocs field for sections which have associated secondary relocs. * elfcode.h (elf_write_relocs): Only call write_secondary_relocs on sections which have associated secondary relocs. -- You are receiving this mail because: You are on the CC list for the bug.