]> git.ipfire.org Git - thirdparty/gcc.git/commit
diagnostic.c: Don't include plugin.h.
authorJoseph Myers <joseph@codesourcery.com>
Tue, 25 May 2010 13:01:45 +0000 (14:01 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Tue, 25 May 2010 13:01:45 +0000 (14:01 +0100)
commita13812e2c83b6cc3fcc324ca3c855af68d31daa6
tree013d843f2cba975bbb1d9e3277b722a21d0aec70
parent791bddee093414f72f673e0fefb405c8eca32e23
diagnostic.c: Don't include plugin.h.

* diagnostic.c: Don't include plugin.h.
(diagnostic_report_diagnostic): Don't handle plugins specially
here.  Pass context to internal_error callback.
* diagnostic.h (struct diagnostic_context): Add context parameter
to internal_error callback.
* plugin.c (warn_if_plugins, plugins_internal_error_function):
New.
* plugin.h (struct diagnostic_context): Declare.
(warn_if_plugins, plugins_internal_error_function): Declare.
* toplev.c (general_init): Set global_dc->internal_error.
* Makefile.in (diagnostic.o): Update dependencies.

ada:
* gcc-interface/misc.c (internal_error_function): Add context
parameter.  Use it to access show_column flag and instead of using
global_dc.  Call warn_if_plugins.
* gcc-interface/Make-lang.in (ada/misc.o): Update dependencies.

From-SVN: r159819
gcc/ChangeLog
gcc/Makefile.in
gcc/ada/ChangeLog
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/gcc-interface/misc.c
gcc/diagnostic.c
gcc/diagnostic.h
gcc/plugin.c
gcc/plugin.h
gcc/toplev.c