https://sourceware.org/bugzilla/show_bug.cgi?id=27259
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=def97fb945a98544938087eff3111e16ce58da6d commit def97fb945a98544938087eff3111e16ce58da6d Author: Alan Modra <amo...@gmail.com> Date: Thu Jan 28 10:30:36 2021 +1030 PR27259, SHF_LINK_ORDER self-link This stops ld from endless looping on SHF_LINK_ORDER sh_link loops. bfd/ PR 27259 * elflink.c (_bfd_elf_gc_mark_extra_sections): Use linker_mark to prevent endless looping of linked-to sections. ld/ PR 27259 * ldelf.c (ldelf_before_place_orphans): Use linker_mark to prevent endless looping of linked-to sections. -- You are receiving this mail because: You are on the CC list for the bug.