diff options
author | Tim Josling <tej@melbpc.org.au> | 2002-06-09 22:40:14 +0000 |
---|---|---|
committer | Tim Josling <timjosling@gcc.gnu.org> | 2002-06-09 22:40:14 +0000 |
commit | b38b97c4392f9b2eca7a0edef7f10f1471b23ff0 (patch) | |
tree | 02bf49f5c74b9ea5cb2b89fbfdb13db85da1b7ca /gcc/doc/frontends.texi | |
parent | ae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b (diff) | |
download | gcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.tar.gz |
Doc fixes for treelang, in gcc/doc directory.
From-SVN: r54415
Diffstat (limited to 'gcc/doc/frontends.texi')
-rw-r--r-- | gcc/doc/frontends.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/doc/frontends.texi b/gcc/doc/frontends.texi index a5efb63b1fd..1ee56856df3 100644 --- a/gcc/doc/frontends.texi +++ b/gcc/doc/frontends.texi @@ -4,16 +4,17 @@ @c For copying conditions, see the file gcc.texi. @node G++ and GCC -@chapter Compile C, C++, Objective-C, Ada, Fortran, or Java +@chapter Compile C, C++, Objective-C, Ada, Fortran, Java, or treelang @cindex Objective-C @cindex Fortran @cindex Java @cindex Ada +@cindex treelang Several versions of the compiler (C, C++, Objective-C, Ada, -Fortran, and Java) are integrated; this is why we use the name +Fortran, Java and treelang) are integrated; this is why we use the name ``GNU Compiler Collection''. GCC can compile programs written in any of these -languages. The Ada, Fortran, and Java compilers are described in +languages. The Ada, Fortran, Java and treelang compilers are described in separate manuals. @cindex GCC |