options: Make --help= see overridden values
authorKewen Lin <linkw@linux.ibm.com>
Wed, 19 Aug 2020 02:37:39 +0000 (21:37 -0500)
committerKewen Lin <linkw@linux.ibm.com>
Wed, 19 Aug 2020 02:37:39 +0000 (21:37 -0500)
commita7bbb5b1b1eb09db8175130474e8da952f30404b
tree19c49eff8eb95aacd2fb71ca98672612a31d1e2a
parent623bc0276849d48ada5a7a2e3e94bd79de42c3db
options: Make --help= see overridden values

Options "-Q --help=params" don't show the final values after
target option overriding, instead it emits the default values
in params.opt (without any explicit param settings).

This patch makes it see overridden values.

gcc/ChangeLog:

* opts-global.c (decode_options): Call target_option_override_hook
before it prints for --help=*.
gcc/opts-global.c