* doc/plugins.texi: Rewrite first introductory paragraph.
authorGerald Pfeifer <gerald@pfeifer.com>
Mon, 13 Apr 2015 23:31:10 +0000 (23:31 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 13 Apr 2015 23:31:10 +0000 (23:31 +0000)
From-SVN: r222065

gcc/ChangeLog
gcc/doc/plugins.texi

index fe22835447ea63506ac13bf1f08b26f816c236a3..9205c136361b061fcc9659c8b45924f8c3cb3b27 100644 (file)
@@ -1,3 +1,7 @@
+2015-04-13  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/plugins.texi: Rewrite first introductory paragraph.
+
 2015-04-12  Jan Hubicka  <hubicka@ucw.cz>
 
        * tree-vrp.c (nonnull_arg_p): THIS pointers and references are non-zero.
index 637a00edf555e998c59075d5c0dad7fdaaa76a1b..c6caa19eb1563ec25fa20ba45274358ca676773a 100644 (file)
@@ -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.