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

--- Comment #9 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The binutils-2_45-branch branch has been updated by Sam James
<sja...@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6c0b1a20b61396eb2ae1c19fcb8ac29d70b53440

commit 6c0b1a20b61396eb2ae1c19fcb8ac29d70b53440
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.

    (cherry picked from commit 8aad677a12832885acd5be1de8f41e740b8e713d)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to