diff options
author | Jan Beulich <jbeulich@suse.com> | 2019-07-04 10:36:41 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2019-07-04 10:36:41 +0200 |
commit | d4693039f950eefb983a66e3270209b738e4ce8a (patch) | |
tree | 700244e92aa2e8e3295d504cd9e3e0bd204e5ebb /gas/ChangeLog | |
parent | f2d4ba38f5723a207c40a288036af2f38b70e837 (diff) | |
download | gdb-d4693039f950eefb983a66e3270209b738e4ce8a.zip gdb-d4693039f950eefb983a66e3270209b738e4ce8a.tar.gz gdb-d4693039f950eefb983a66e3270209b738e4ce8a.tar.bz2 |
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).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index ab00f14..c8eb546 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,11 @@ 2019-07-04 Jan Beulich <jbeulich@suse.com> + * config/tc-i386.c (md_parse_option): Don't blindly accept all + -Q options. + (md_show_usage): Correctly name the ignored -Q option flavors. + +2019-07-04 Jan Beulich <jbeulich@suse.com> + * config/obj-elf.c (obj_elf_type): Check for conflicts between old and new types. * config/tc-hppa.h (md_elf_symbol_type_change): New. |