https://sourceware.org/bugzilla/show_bug.cgi?id=26406
Alan Modra <amodra at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amodra at gmail dot com
--- Comment #1 from Alan Modra <amodra at gmail dot com> ---
We're quadratic in number of sections.
_bfd_elf_write_object_contents
bfd_map_over_sections (abfd, bed->s->write_relocs, &failed);
elf_write_relocs:
if (!bed->write_secondary_relocs (abfd, sec))
_bfd_elf_write_secondary_reloc_section:
for (relsec = abfd->sections; relsec != NULL; relsec = relsec->next)
--
You are receiving this mail because:
You are on the CC list for the bug.