diff options
author | Sam James <sam@gentoo.org> | 2025-07-03 12:53:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-07-15 01:30:01 +0100 |
commit | 8aad677a12832885acd5be1de8f41e740b8e713d (patch) | |
tree | c282f332925fd5c3edb9cfd380f21525335c6a5d /sim/testsuite/pru | |
parent | 62bc378b0bdbe36e6f2a947c3c3e4dabdf348f0f (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
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 'sim/testsuite/pru')
0 files changed, 0 insertions, 0 deletions