diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0320b0c87263..83c68ddd4f92 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-11-04 Joseph S. Myers + + * doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't + reference specific C parser files in examples. + 2004-11-04 Richard Sandiford PR target/15342 diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index c375e24042da..dafad02fa49c 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -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}! diff --git a/gcc/doc/makefile.texi b/gcc/doc/makefile.texi index 4e9121455d7a..9d2e1bce2bba 100644 --- a/gcc/doc/makefile.texi +++ b/gcc/doc/makefile.texi @@ -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 diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index dd5b22c00684..8d98d72b2b90 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -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