From: Gerald Pfeifer Date: Mon, 13 Apr 2015 23:31:10 +0000 (+0000) Subject: * doc/plugins.texi: Rewrite first introductory paragraph. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=da3831fdea26c2ab1c719f44c3ad7bc940abec8f;p=gcc.git * doc/plugins.texi: Rewrite first introductory paragraph. From-SVN: r222065 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index fe22835447e..9205c136361 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2015-04-13 Gerald Pfeifer + + * doc/plugins.texi: Rewrite first introductory paragraph. + 2015-04-12 Jan Hubicka * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero. diff --git a/gcc/doc/plugins.texi b/gcc/doc/plugins.texi index 637a00edf55..c6caa19eb15 100644 --- a/gcc/doc/plugins.texi +++ b/gcc/doc/plugins.texi @@ -7,9 +7,9 @@ @chapter Plugins @cindex Plugins -GCC plugin is a loadable module that provides extra -features to the compiler, which they can further pass -around as a shareable module. +GCC plugins are loadable modules that provide extra features to the +compiler. Like GCC itself they can be distributed in source and +binary forms. GCC plugins provide developers with a rich subset of the GCC API to allow them to extend GCC as they see fit.