]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/ChangeLog
2009-04-16 Rafael Avila de Espindola <espindola@google.com>
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 2009 14:31:45 +0000 (14:31 +0000)
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 16 Apr 2009 14:31:45 +0000 (14:31 +0000)
commit2dfeb300f788760c436633d99e144ab97192d63c
treec6fbd7f9013fa3335143a10692c790200c87a198
parent0b35ccd7157213cf19130941a2644ed76ab4304b
2009-04-16  Rafael Avila de Espindola  <espindola@google.com>

* common.opt (fhelp): Add Var(help_flag).
* gcc-plugin.h (plugin_info): Add help.
* plugin.c (plugin_name_args): Add help.
(register_plugin_info): Set plugin->help.
(print_help_one_plugin): New.
(print_plugins_help): New.
* plugin.h (print_plugins_help): New.
* toplev.c (toplev_main): Call print_plugins_help if needed.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146195 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/common.opt
gcc/gcc-plugin.h
gcc/plugin.c
gcc/plugin.h
gcc/toplev.c