https://sourceware.org/bugzilla/show_bug.cgi?id=34448
--- Comment #6 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=0a84e5602163e9f95a6f137ced28aff0507ce790 commit 0a84e5602163e9f95a6f137ced28aff0507ce790 Author: H.J. Lu <[email protected]> Date: Sat Aug 1 11:23:39 2026 +0800 x86: Check if needed dynamic relocation section is created Since elf_link_read_relocs_from_section aborts for bad relocation, further relocations won't be processed and needed dynamic relocation section won't be created. Skip dynamic relocation count if needed dynamic relocation section hasn't been created. PR ld/34448 * elfxx-x86.c (_bfd_x86_elf_late_size_sections): Skip dynamic relocation count if needed dynamic relocation section hasn't been created. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
