https://sourceware.org/bugzilla/show_bug.cgi?id=33125

--- Comment #4 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=e6b2368b9556ea6298a1f0de97baeabf1b5b18fd

commit e6b2368b9556ea6298a1f0de97baeabf1b5b18fd
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.

Reply via email to