https://sourceware.org/bugzilla/show_bug.cgi?id=32870
--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Earnshaw <rearn...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=da82701f3123b6cbf36758c06b00f25b62634d52 commit da82701f3123b6cbf36758c06b00f25b62634d52 Author: dongjianqiang (A) <dongjianqia...@huawei.com> Date: Tue Apr 15 09:14:08 2025 +0000 ld: arm32: fix segfault when linking foreign BFDs [PR32870] PR ld/32870 The linker may occasionally need to process a BFD that is from a non-Arm architecture. There will not be any Arm-specific tdata in that case, so skip such BFDs when looking for iplt information as the necessary tdata will not be present. -- You are receiving this mail because: You are on the CC list for the bug.