https://sourceware.org/bugzilla/show_bug.cgi?id=33125
--- Comment #5 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sam James <sja...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8aad677a12832885acd5be1de8f41e740b8e713d commit 8aad677a12832885acd5be1de8f41e740b8e713d Author: Sam James <s...@gentoo.org> Date: Thu Jul 3 12:53:22 2025 +0100 gas: support --gsframe=no Being able to explicitly disable SFrames on the command line is useful, especially when looking at a gas that enables SFrames by default. The binutils testsuite will benefit from this as there's testcases that don't expect their presence. In summary: * Nothing is passed => no SFrames (no change from before) * --gsframe is passed => SFrames (no change from before) * --gsframe=yes is passed => SFrames (previously rejected) * --gsframe-no is passed => no SFrames (previously rejected) PR gas/33125 * gas/as.c (parse_args): Accept --gsframe=no, --gsframe=yes. -- You are receiving this mail because: You are on the CC list for the bug.