diff options
author | timjosling <timjosling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-09 22:40:14 +0000 |
---|---|---|
committer | timjosling <timjosling@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-06-09 22:40:14 +0000 |
commit | 908789075252be38150d5bb7c89c84b81a830e2b (patch) | |
tree | 02bf49f5c74b9ea5cb2b89fbfdb13db85da1b7ca /gcc/doc/frontends.texi | |
parent | d98f844ab3db6e8b21476be64ff6eb177f67edf6 (diff) | |
download | gcc-908789075252be38150d5bb7c89c84b81a830e2b.tar.gz |
Doc fixes for treelang, in gcc/doc directory.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54415 138bc75d-0d04-0410-961f-82ee72b054a4
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 |