This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: adding GGC events for plugins.
On Wednesday 13 May 2009 03:35:04 am Basile STARYNKEVITCH wrote:
> 2009-05-12 Basile Starynkevitch <basile@starynkevitch.net>
>
> * doc/plugins.texi (Loading Plugins): Typo: -ldl instead of -ld
> (Plugin initialization): updated plugin_init description.
> (Plugin callbacks): updated plugin_event description, and added
> PLUGIN_INFO, PLUGIN_GGC_START, PLUGIN_GGC_MARKING, PLUGIN_GGC_END,
> PLUGIN_REGISTER_GGC_ROOTS. Documented the pseudo-events.
> (Interacting with the GCC Garbage Collector) Added section.
> (Giving information about a plugin) Added section.
Thanks for fixing the other plugin.texi issues too.
Brad