https://sourceware.org/bugzilla/show_bug.cgi?id=33401
--- Comment #9 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=f712f6c74f9b0ff721d9bd5278d2e50788aaf960 commit f712f6c74f9b0ff721d9bd5278d2e50788aaf960 Author: Claudiu Zissulescu <[email protected]> Date: Fri Dec 12 17:02:32 2025 +0200 ld: testsuite: Add sframe test for PR 33401 When linking for a relocable output file (-r), one or more R_*_NONE relocations may be generated for .sframe section. Two new tcl procedures are added to sframe.exp file. 'check-dump' is checking if an input bin file has the same relocation as specified in the second input argument. 'check_pr33401' is the main checking function for PR33401 which calls twice the ld tool to produce an relocable output file. ld: PR33401 * testsuite/ld-sframe/StateClient.cpp: New file. * testsuite/ld-sframe/StatePlaying.cpp: Likewise. * testsuite/ld-sframe/pr33401.rd: Likewise. * testsuite/ld-sframe/sframe.exp (check_pr33401): New procedure. Co-authored-by: Indu Bhagat <[email protected]> Reviewed-by: Indu Bhagat <[email protected]> -- You are receiving this mail because: You are on the CC list for the bug.
