aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/python.c
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-07-03 12:53:22 +0100
committerSam James <sam@gentoo.org>2025-07-15 01:17:09 +0100
commite6b2368b9556ea6298a1f0de97baeabf1b5b18fd (patch)
tree9531b03cfae343a8c6a35506de0d622cc619f72c /gdb/python/python.c
parent387efef5fef727cbe52099dcd5012905c4205be3 (diff)
downloadbinutils-e6b2368b9556ea6298a1f0de97baeabf1b5b18fd.zip
binutils-e6b2368b9556ea6298a1f0de97baeabf1b5b18fd.tar.gz
binutils-e6b2368b9556ea6298a1f0de97baeabf1b5b18fd.tar.bz2
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.
Diffstat (limited to 'gdb/python/python.c')
0 files changed, 0 insertions, 0 deletions