+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.
@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.