https://sourceware.org/bugzilla/show_bug.cgi?id=33146
--- Comment #10 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=939eb467b21de5d18ee703755fb9704a525cfe21 commit 939eb467b21de5d18ee703755fb9704a525cfe21 Author: H.J. Lu <hjl.to...@gmail.com> Date: Mon Jul 14 05:21:32 2025 +0800 ld: Clear map_head_is_link_order for .gnu_object_only Clear map_head_is_link_order when generating .gnu_object_only section so that lang_add_section can add new sections and .sframe sections will be properly merged by _bfd_elf_merge_section_sframe. PR ld/33146 * ldlang.c (cmdline_emit_object_only_section): Clear map_head_is_link_order. * testsuite/ld-plugin/lto.exp (as_gsframe): New. (lto_link_tests): Add $as_gsframe to compile lto-4b.o and lto-4c.o. Signed-off-by: H.J. Lu <hjl.to...@gmail.com> -- You are receiving this mail because: You are on the CC list for the bug.