x86: correct "-Q" option handling
authorJan Beulich <jbeulich@suse.com>
Thu, 4 Jul 2019 08:36:41 +0000 (10:36 +0200)
committerJan Beulich <jbeulich@suse.com>
Thu, 4 Jul 2019 08:36:41 +0000 (10:36 +0200)
commitd4693039f950eefb983a66e3270209b738e4ce8a
tree700244e92aa2e8e3295d504cd9e3e0bd204e5ebb
parentf2d4ba38f5723a207c40a288036af2f38b70e837
x86: correct "-Q" option handling

For another patch I wanted to use a sufficiently benign option (simply
to be able to specify one, which certain test case invocations require),
and I stumbled across -Q in the --help output.  Before realizing that
this is x86-specific anyway, I've tried and and ran into a mysterious
testsuite failure, until I further realized that other than the help
text suggests the option requires an argument.  Correct the help text,
and make the implementation actually match what the comment there has
been describing (and what the help text now says).
gas/ChangeLog
gas/config/tc-i386.c
This page took 0.023979 seconds and 4 git commands to generate.