https://sourceware.org/bugzilla/show_bug.cgi?id=34449
--- Comment #1 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=7322e9bc30cb282575a701c307851fd3d66fee68 commit 7322e9bc30cb282575a701c307851fd3d66fee68 Author: H.J. Lu <[email protected]> Date: Thu Jul 30 15:47:05 2026 +0800 x86-64: Return SHN_COMMON on non-ELF input elf_x86_64_common_definition segfaults on PE/x86-64 input. Return SHN_COMMON on non-ELF input. Linker now gets assertion fail at bfd/coffgen.c:575, instead of getting segfault. PR ld/34449 * elf64-x86-64.c (elf_x86_64_common_definition): Return SHN_COMMON on non-ELF input. Signed-off-by: H.J. Lu <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
