summaryrefslogtreecommitdiff
path: root/gcc/doc/gty.texi
diff options
context:
space:
mode:
authorespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-29 18:26:33 +0000
committerespindola <espindola@138bc75d-0d04-0410-961f-82ee72b054a4>2009-09-29 18:26:33 +0000
commitae8a3b9260d2ce58983963ec815c9c539fa35bda (patch)
tree02fcfbb7538bcafd8570080f04f2e1e299e0e426 /gcc/doc/gty.texi
parent44279caa4de6676d634edee88c00fedbe68a9ee6 (diff)
downloadgcc-ae8a3b9260d2ce58983963ec815c9c539fa35bda.tar.gz
2009-09-29 Basile Starynkevitch <basile@starynkevitch.net>
Rafael Avila de Espindola <espindola@google.com> * gengtype.c (plugin_output): New. (get_output_file_with_visibility): Return plugin_output for plugins. (main): Parse and use the -P option. * gty.texi: Update the command line format. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152286 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r--gcc/doc/gty.texi7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi
index b59d5f3d35e..56da9b55fc9 100644
--- a/gcc/doc/gty.texi
+++ b/gcc/doc/gty.texi
@@ -451,11 +451,10 @@ somewhere. It will be called @file{gtype-@var{lang}.h}, where
@var{lang} is the name of the subdirectory the language is contained in.
Plugins can add additional root tables. Run the @code{gengtype}
-utility in plugin mode as @code{gengtype -p @var{source-dir}
+utility in plugin mode as @code{gengtype -P pluginout.h @var{source-dir}
@var{file-list} @var{plugin*.c}} with your plugin files
-@var{plugin*.c} using @code{GTY} to generate the corresponding
-@var{gt-plugin*.h} files. The GCC build tree is needed to be present in
-that mode.
+@var{plugin*.c} using @code{GTY} to generate the @var{pluginout.h} file.
+The GCC build tree is needed to be present in that mode.
@node Invoking the garbage collector