This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r145819 - in /branches/plugins/gcc: ChangeLog.p...


Author: espindola
Date: Thu Apr  9 10:18:22 2009
New Revision: 145819

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145819
Log:
2009-04-09  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.


Modified:
    branches/plugins/gcc/ChangeLog.plugins
    branches/plugins/gcc/common.opt
    branches/plugins/gcc/gcc-plugin.h
    branches/plugins/gcc/plugin.c
    branches/plugins/gcc/plugin.h
    branches/plugins/gcc/testsuite/g++.dg/plugin/selfassign.c
    branches/plugins/gcc/testsuite/gcc.dg/plugin/selfassign.c
    branches/plugins/gcc/toplev.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]