https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82598
--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Oct 18 09:20:31 2017 New Revision: 253851 URL: https://gcc.gnu.org/viewcvs?rev=253851&root=gcc&view=rev Log: PR lto/82598 * simple-object.c (handle_lto_debug_sections): Copy over also .note.GNU-stack section with unchanged name. * simple-object-elf.c (SHF_EXECINSTR): Define. (simple_object_elf_copy_lto_debug_section): Drop SHF_EXECINSTR bit on .note.GNU-stack section. Modified: trunk/libiberty/ChangeLog trunk/libiberty/simple-object-elf.c trunk/libiberty/simple-object.c