https://sourceware.org/bugzilla/show_bug.cgi?id=27590
--- Comment #13 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=15407e7e0d42a46de5534df22eec933fc45178a3 commit 15407e7e0d42a46de5534df22eec933fc45178a3 Author: Alan Modra <amo...@gmail.com> Date: Sat Mar 20 10:22:37 2021 +1030 DWARF LTO debug sections vs. .stabstr The exception for debug sections in clearing SEC_EXCLUDE when relocatable was really for one specific debug section, so let's make it do just that. bfd/ PR 27590 * elf.c (_bfd_elf_make_section_from_shdr): Remove SHF_EXCLUDE test for .gnu.debuglto*. ld/ PR 27590 * ldlang.c (lang_gc_sections): Clear SEC_EXCLUDE when relocatable for all sections except .stabstr. -- You are receiving this mail because: You are on the CC list for the bug.