https://sourceware.org/bugzilla/show_bug.cgi?id=34572
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d658ddcc389085970ac025414cae7ad908f40726 commit d658ddcc389085970ac025414cae7ad908f40726 Author: H.J. Lu <[email protected]> Date: Fri Aug 28 09:08:39 2026 +0800 lto: Don't check format of IR dummy file 1. Don't check format of IR dummy file in lang_check. 2. Allow empty DESTLIST in lang_list_remove_tail. PR ld/34572 * ldlang.c (lang_check): Don't check format of IR dummy file. (debug_file_chain): New. (debug_input_files): Use debug_file_chain. (lang_list_remove_tail): Also check empty DESTLIST. * testsuite/ld-plugin/dummy.s: Add .note.GNU-stack section. * testsuite/ld-plugin/lto.exp: Add PR ld/34572 tests. * testsuite/ld-plugin/pr34572.rd: New file. * testsuite/ld-plugin/pr34572a.c: Likewise. * testsuite/ld-plugin/pr34572b.c: Likewise. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
