]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/opts-global.c
Support again multiple --help options (PR other/90315).
authorMartin Liska <mliska@suse.cz>
Tue, 28 May 2019 12:05:50 +0000 (14:05 +0200)
committerMartin Liska <marxin@gcc.gnu.org>
Tue, 28 May 2019 12:05:50 +0000 (12:05 +0000)
commitbc405869c272442b8d39caf1aebc74f90ed2d8c2
treec58ae5a68e9bdbca68c6897f5d70c6e553ff6108
parent392d2ff3bd6fc66a6683540fc33910ddef9bf6f1
Support again multiple --help options (PR other/90315).

2019-05-28  Martin Liska  <mliska@suse.cz>

PR other/90315
* opts-global.c (decode_options): Print help for all
help_option_arguments.
* opts.c (print_help): Add new argument.
(common_handle_option): Remember all values into
help_option_arguments.
* opts.h (print_help): Add new argument.

From-SVN: r271700
gcc/ChangeLog
gcc/opts-global.c
gcc/opts.c
gcc/opts.h