--target-help: align with --help=target
authorMartin Liska <mliska@suse.cz>
Thu, 31 Mar 2022 06:45:58 +0000 (08:45 +0200)
committerMartin Liska <mliska@suse.cz>
Wed, 6 Apr 2022 15:38:15 +0000 (17:38 +0200)
commit717b2d4191e80dc8aae3847675de73ed3f611fb7
tree3df6620cdde941f1f5ca2e0b56d57f433ec586f9
parentc65d15d40738f3691ff1a39907a4b93e9fe5c5ae
--target-help: align with --help=target

PR driver/105096

gcc/ChangeLog:

* common.opt: Document properly based on what it does.
* gcc.cc (display_help): Unify with what we have in common.opt.
* opts.cc (common_handle_option): Do not print undocumented
options.
gcc/common.opt
gcc/gcc.cc
gcc/opts.cc