https://sourceware.org/bugzilla/show_bug.cgi?id=26406
--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The binutils-2_35-branch branch has been updated by Nick Clifton <ni...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=790244d25897928fd5c950ee4e4ef84e3e9fd6ed commit 790244d25897928fd5c950ee4e4ef84e3e9fd6ed Author: Nick Clifton <ni...@redhat.com> Date: Thu Sep 3 16:00:48 2020 +0100 Partially fix a quadratic slowdown when processing secondary relocations for inputs with lots of 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.