https://sourceware.org/bugzilla/show_bug.cgi?id=33146
--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef7a634dc01df3d78f208c93316b52937d3fe8f4 commit ef7a634dc01df3d78f208c93316b52937d3fe8f4 Author: H.J. Lu <hjl.to...@gmail.com> Date: Mon Jul 14 04:45:43 2025 +0800 gas: Move gas_sframe_check to binutils-common.exp Move gas_sframe_check to binutils-common.exp so that it can be used in linker tests to check if a target assembler supports --gsframe. binutils/ PR ld/33146 * testsuite/lib/binutils-common.exp (gas_sframe_check): Moved from cfi-sframe.exp. Replace gas_host_run with remote_exec. gas/ PR ld/33146 * testsuite/gas/cfi-sframe/cfi-sframe.exp (gas_sframe_check): Moved to binutils-common.exp. Signed-off-by: H.J. Lu <hjl.to...@gmail.com> -- You are receiving this mail because: You are on the CC list for the bug.