plugins.texi (Building GCC plugins): gengtype needs its gtype.state.
authorBasile Starynkevitch <basile@starynkevitch.net>
Fri, 15 Jul 2011 20:05:51 +0000 (20:05 +0000)
committerBasile Starynkevitch <bstarynk@gcc.gnu.org>
Fri, 15 Jul 2011 20:05:51 +0000 (20:05 +0000)
2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>

* doc/plugins.texi (Building GCC plugins): gengtype needs its
gtype.state.

From-SVN: r176329

gcc/ChangeLog
gcc/doc/plugins.texi

index ed47e19a7f32e662bc7f2a2a19fde834a78d3846..a49896a16ad13bad9353e4132e2f5c302cfec424 100644 (file)
@@ -1,3 +1,8 @@
+2011-07-15  Basile Starynkevitch  <basile@starynkevitch.net>
+
+       * doc/plugins.texi (Building GCC plugins): gengtype needs its
+       gtype.state.
+
 2011-07-15  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
 
        PR target/49723
index 1ff14474ccc62791aa61dad443df3dbf2f33b05c..faee13e391898df045f7a95fdd96539dbb6e9de6 100644 (file)
@@ -446,6 +446,6 @@ A single source file plugin may be built with @code{gcc -I`gcc
 plugin.so}, using backquote shell syntax to query the @file{plugin}
 directory.
 
-Plugins needing to use @command{gengtype} require a GCC build
-directory for the same version of GCC that they will be linked
-against.
+When a plugin needs to use @command{gengtype}, be sure that both
+@file{gengtype} and @file{gtype.state} have the same version as the
+GCC for which the plugin is built.