opts.h (finish_options): Remove lang_mask argument.
authorJakub Jelinek <jakub@redhat.com>
Fri, 3 May 2019 07:33:04 +0000 (09:33 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Fri, 3 May 2019 07:33:04 +0000 (09:33 +0200)
commitf66409e0b15afc9575885e51485c4e4dac9c6f16
tree07e6b03904c43c8a4893d8f7321dc78a6f01c34c
parentd1700aa1407c188165eb8e06f40bf059a9b81b16
opts.h (finish_options): Remove lang_mask argument.

* opts.h (finish_options): Remove lang_mask argument.
(print_help, help_option_argument): Declare.
* opts.c (print_help): Remove forward declaration, no longer static.
(finish_options): Remove lang_mask argument, don't call print_help
here.
* opts-global.c (decode_options): Adjust finish_option caller, call
print_help here.

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