https://sourceware.org/bugzilla/show_bug.cgi?id=33401
--- Comment #8 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Claudiu Zissulescu <[email protected]>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=db5b3831be576aee7df6f32a3fdc64bd7667686e commit db5b3831be576aee7df6f32a3fdc64bd7667686e Author: Indu Bhagat <[email protected]> Date: Fri Dec 12 17:02:32 2025 +0200 bfd: ld: sframe: skip R_*_NONE relocations from input bfds Fix PR ld/33401 - SFrame assertion when linking gav-0.9.1 As the issue demonstrates, R_*_NONE relocations are not necessarily at the end of .sframe section (previously thought so with PR ld/33127). Skip over R_*_NONE relocs when they are strewn intermittently inside the .rela.sframe section. bfd/ PR ld/33401 * elf-sframe.c (sframe_decoder_init_func_bfdinfo): Skip over R_*_NONE relocations. -- You are receiving this mail because: You are on the CC list for the bug.
