Commit da543234 by Joseph Myers Committed by Joseph Myers

gty.texi, [...]: Don't reference specific C parser files in examples.

	* doc/gty.texi, doc/makefile.texi, doc/sourcebuild.texi: Don't
	reference specific C parser files in examples.

From-SVN: r90065
parent 04466541
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> 2004-11-04 Richard Sandiford <rsandifo@redhat.com>
PR target/15342 PR target/15342
......
...@@ -424,7 +424,7 @@ header file that should be included in the source file you just changed. ...@@ -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 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 pathname relative to the @file{gcc} directory with slashes replaced by
@verb{|-|}, so for example the header file to be included in @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 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 source file. Don't forget to mention this file as a dependency in the
@file{Makefile}! @file{Makefile}!
......
...@@ -41,8 +41,8 @@ build gcc. ...@@ -41,8 +41,8 @@ build gcc.
@item srcextra @item srcextra
Generates files in the source directory that do not exist in CVS but 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} should go into a release tarball. One example is @file{gcc/java/parse.c}
which is generated from the CVS source file @file{gcc/c-parse.in}. which is generated from the CVS source file @file{gcc/java/parse.y}.
@item srcinfo @item srcinfo
@itemx srcman @itemx srcman
......
...@@ -612,7 +612,7 @@ Install man pages for the front end. This target should ignore ...@@ -612,7 +612,7 @@ Install man pages for the front end. This target should ignore
errors. errors.
@item srcextra @item srcextra
Copies its dependencies into the source directory. This generally should 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 present in CVS, but should be included in any release tarballs. This
target will be executed during a bootstrap if target will be executed during a bootstrap if
@samp{--enable-generated-files-in-srcdir} was specified as a @samp{--enable-generated-files-in-srcdir} was specified as a
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment