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 | |
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')
-rw-r--r-- | gcc/doc/contrib.texi | 4 | ||||
-rw-r--r-- | gcc/doc/frontends.texi | 7 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 1 | ||||
-rw-r--r-- | gcc/doc/standards.texi | 7 |
4 files changed, 16 insertions, 3 deletions
diff --git a/gcc/doc/contrib.texi b/gcc/doc/contrib.texi index 307e9141e0c..465f15e2a4c 100644 --- a/gcc/doc/contrib.texi +++ b/gcc/doc/contrib.texi @@ -232,6 +232,10 @@ sidetracks. J. Kean Johnston for OpenServer support. @item +Tim Josling for the sample language treelang based originally on Richard +Kenner's "``toy'' language". + +@item Klaus Kaempf for his ongoing work to make alpha-vms a viable target. @item 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 diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 0b58d11fa8f..38e03b1c098 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -814,6 +814,7 @@ assembler assembler-with-cpp ada f77 f77-cpp-input ratfor java +treelang @end example @item -x none diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 78ba0725ee1..12176e5dc38 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -167,6 +167,13 @@ recent version, while @uref{http://www.toodarkpark.org/computers/objc/} is an older example. @uref{http://www.gnustep.org} includes useful information as well. +@cindex treelang +There is no standard for treelang, which is a sample language front end +for GCC. Its only purpose is as a sample for people wishing to write a +new language for GCC. The language is documented in +@file{gcc/treelang/treelang.texi} which can be turned into info or +HTML format. + @xref{Top, GNAT Reference Manual, About This Guide, gnat_rm, GNAT Reference Manual}, for information on standard conformance and compatibility of the Ada compiler. |