aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc/frontends.texi
diff options
context:
space:
mode:
authorTim Josling <tej@melbpc.org.au>2002-06-09 22:40:14 +0000
committerTim Josling <timjosling@gcc.gnu.org>2002-06-09 22:40:14 +0000
commitb38b97c4392f9b2eca7a0edef7f10f1471b23ff0 (patch)
tree02bf49f5c74b9ea5cb2b89fbfdb13db85da1b7ca /gcc/doc/frontends.texi
parentae9dbf1f2e3669c55527a5dfcfb77dbdaf7fa96b (diff)
downloadgcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.zip
gcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.tar.gz
gcc-b38b97c4392f9b2eca7a0edef7f10f1471b23ff0.tar.bz2
Doc fixes for treelang, in gcc/doc directory.
From-SVN: r54415
Diffstat (limited to 'gcc/doc/frontends.texi')
-rw-r--r--gcc/doc/frontends.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/gcc/doc/frontends.texi b/gcc/doc/frontends.texi
index a5efb63..1ee5685 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