https://sourceware.org/bugzilla/show_bug.cgi?id=32153
--- Comment #3 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The binutils-2_43-branch branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f307db3d8b755e7f6f6efc3157aad592a6d9ed80 commit f307db3d8b755e7f6f6efc3157aad592a6d9ed80 Author: H.J. Lu <hjl.to...@gmail.com> Date: Sun Sep 8 17:27:00 2024 -0700 bfd: Pass true to ld_plugin_object_p Since linker calls bfd_plugin_object_p, which calls ld_plugin_object_p, only for command-line input objects, pass true to ld_plugin_object_p so that the same input IR file won't be included twice if the new LTO hook, LDPT_REGISTER_CLAIM_FILE_HOOK_V2 isn't used. PR ld/32153 * plugin.c (bfd_plugin_object_p): Pass true to ld_plugin_object_p. Signed-off-by: H.J. Lu <hjl.to...@gmail.com> (cherry picked from commit c839a44c39161c9932d58c28c2949ab3bb94ea6f) -- You are receiving this mail because: You are on the CC list for the bug.