https://sourceware.org/bugzilla/show_bug.cgi?id=33199
--- Comment #15 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Indu Bhagat <ibha...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=cfebee1869110153f943e7e18de0013e649e420c commit cfebee1869110153f943e7e18de0013e649e420c Author: Indu Bhagat <indu.bha...@oracle.com> Date: Thu Aug 14 09:08:31 2025 -0700 bfd: sframe: fix PR ld/33199 Fix PR ld/33199 SEGV in _bfd_x86_elf_create_sframe_plt Currently, the selection for sframe_plt was not being done (and simply set to NULL) for the case when !normal_target, causing SEGV on Solaris. Initialize sframe_plt to init_table->sframe_lazy_plt when lazy_plt is true, and NULL otherwise. This is in line with htab->non_lazy_plt being set to NULL for !normal_target. bfd/ PR ld/33199 * elfxx-x86.c (_bfd_x86_elf_link_setup_gnu_properties): Setup sframe_plt for !normal_target. -- You are receiving this mail because: You are on the CC list for the bug.