gty.texi, [...]: Don't reference specific C parser files in examples.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 4 Nov 2004 16:11:30 +0000 (16:11 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 4 Nov 2004 16:11:30 +0000 (16:11 +0000)
* doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't
reference specific C parser files in examples.

From-SVN: r90065

gcc/ChangeLog
gcc/doc/gty.texi
gcc/doc/makefile.texi
gcc/doc/sourcebuild.texi

index 0320b0c..83c68dd 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-04  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't
+       reference specific C parser files in examples.
+
 2004-11-04  Richard Sandiford  <rsandifo@redhat.com>
 
        PR target/15342
index c375e24..dafad02 100644 (file)
@@ -424,7 +424,7 @@ header file that should be included in the source file you just changed.
 The file will be called @file{gt-@var{path}.h} where @var{path} is the
 pathname relative to the @file{gcc} directory with slashes replaced by
 @verb{|-|}, so for example the header file to be included in
-@file{objc/objc-parse.c} is called @file{gt-objc-objc-parse.c}.  The
+@file{cp/parser.c} is called @file{gt-cp-parser.c}.  The
 generated header file should be included after everything else in the
 source file.  Don't forget to mention this file as a dependency in the
 @file{Makefile}!
index 4e91214..9d2e1bc 100644 (file)
@@ -41,8 +41,8 @@ build gcc.
 
 @item srcextra
 Generates files in the source directory that do not exist in CVS but
-should go into a release tarball.  One example is @file{gcc/c-parse.c}
-which is generated from the CVS source file @file{gcc/c-parse.in}.
+should go into a release tarball.  One example is @file{gcc/java/parse.c}
+which is generated from the CVS source file @file{gcc/java/parse.y}.
 
 @item srcinfo
 @itemx srcman
index dd5b22c..8d98d72 100644 (file)
@@ -612,7 +612,7 @@ Install man pages for the front end.  This target should ignore
 errors.
 @item srcextra
 Copies its dependencies into the source directory.  This generally should
-be used for generated files such as @file{gcc/c-parse.c} which are not
+be used for generated files such as Bison output files which are not
 present in CVS, but should be included in any release tarballs.  This
 target will be executed during a bootstrap if
 @samp{--enable-generated-files-in-srcdir} was specified as a