OSDN Git Service

Doc fixes for treelang, in gcc/doc directory.
authortimjosling <timjosling@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jun 2002 22:40:14 +0000 (22:40 +0000)
committertimjosling <timjosling@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 9 Jun 2002 22:40:14 +0000 (22:40 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54415 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/contrib.texi
gcc/doc/frontends.texi
gcc/doc/invoke.texi
gcc/doc/standards.texi

index 229b8d3..670c818 100644 (file)
@@ -1,3 +1,17 @@
+2002-06-10  Tim Josling  <tej@melbpc.org.au>
+         First steps to making treelang documentation compliant, based on
+        instructions in sourcebuild.texi. Also add to gcc.c list of
+        default languages.
+       
+       * doc/contrib.texi: Add self as contributor of treelang.
+
+       * doc/frontends.texi: Add mention of treelang.
+
+       * doc/invoke.texi (Overall Options): Add mention of treelang.
+
+       * doc/standards.texi:  Add mention of treelang.
+
 2002-06-09  Hans-Peter Nilsson  <hp@axis.com>
 
        * config/cris/cris.c: Include ggc.h
index 307e914..465f15e 100644 (file)
@@ -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
index a5efb63..1ee5685 100644 (file)
@@ -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
index 0b58d11..38e03b1 100644 (file)
@@ -814,6 +814,7 @@ assembler  assembler-with-cpp
 ada
 f77  f77-cpp-input  ratfor
 java
+treelang
 @end example
 
 @item -x none
index 78ba072..12176e5 100644 (file)
@@ -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.