This is the mail archive of the gcc-patches@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]

Re: Mention of gcc 4.5 as first version with plugin support


Thank you Dave for this documentation patch that looks OK to my casual
eyes.  Let's CC the documentation maintainers.

Dave Johansen <davejohansen@gmail.com> a Ãcrit:

> Currently, the plugin documentation doesn't mention that it requires
> gcc 4.5 or later. The patch to add this statement is attached and
> here's the ChangeLog:
>
> 2013-01-10  Dave Johansen  <davejohansen@gmail.com>
>
>         * gcc/doc/plugins.texi: Added gcc.4.5.0 or later note to
> Plugins documentation.
>
> Index: gcc/doc/plugins.texi
> ===================================================================
> --- gcc/doc/plugins.texi	(revision 195102)
> +++ gcc/doc/plugins.texi	(working copy)
> @@ -17,6 +17,9 @@
>  transforming code, or analyzing information, plugins
>  can be quite useful.
>  
> +GCC plugin support is available in GCC version 4.5.0 and
> +later.
> +
>  @menu
>  * Plugins loading::      How can we load plugins.
>  * Plugin API::           The APIs for plugins.

-- 
		Dodji


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