Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b38b97c4
Commit
b38b97c4
authored
Jun 09, 2002
by
Tim Josling
Committed by
Tim Josling
Jun 09, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Doc fixes for treelang, in gcc/doc directory.
From-SVN: r54415
parent
ae9dbf1f
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
30 additions
and
3 deletions
+30
-3
gcc/ChangeLog
+14
-0
gcc/doc/contrib.texi
+4
-0
gcc/doc/frontends.texi
+4
-3
gcc/doc/invoke.texi
+1
-0
gcc/doc/standards.texi
+7
-0
No files found.
gcc/ChangeLog
View file @
b38b97c4
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>
2002-06-09 Hans-Peter Nilsson <hp@axis.com>
* config/cris/cris.c: Include ggc.h
* config/cris/cris.c: Include ggc.h
...
...
gcc/doc/contrib.texi
View file @
b38b97c4
...
@@ -232,6 +232,10 @@ sidetracks.
...
@@ -232,6 +232,10 @@ sidetracks.
J
.
Kean
Johnston
for
OpenServer
support
.
J
.
Kean
Johnston
for
OpenServer
support
.
@item
@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
.
Klaus
Kaempf
for
his
ongoing
work
to
make
alpha
-
vms
a
viable
target
.
@item
@item
...
...
gcc/doc/frontends.texi
View file @
b38b97c4
...
@@ -4,16 +4,17 @@
...
@@ -4,16 +4,17 @@
@c For copying conditions, see the file gcc.texi.
@c For copying conditions, see the file gcc.texi.
@node G++ and GCC
@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 Objective-C
@cindex Fortran
@cindex Fortran
@cindex Java
@cindex Java
@cindex Ada
@cindex Ada
@cindex treelang
Several versions of the compiler (C, C++, Objective-C, Ada,
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
``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.
separate manuals.
@cindex GCC
@cindex GCC
...
...
gcc/doc/invoke.texi
View file @
b38b97c4
...
@@ -814,6 +814,7 @@ assembler assembler-with-cpp
...
@@ -814,6 +814,7 @@ assembler assembler-with-cpp
ada
ada
f77
f77
-
cpp
-
input
ratfor
f77
f77
-
cpp
-
input
ratfor
java
java
treelang
@
end
example
@
end
example
@
item
-
x
none
@
item
-
x
none
...
...
gcc/doc/standards.texi
View file @
b38b97c4
...
@@ -167,6 +167,13 @@ recent version, while @uref{http://www.toodarkpark.org/computers/objc/}
...
@@ -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
is an older example. @uref{http://www.gnustep.org} includes useful
information as well.
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,
@xref{Top, GNAT Reference Manual, About This Guide, gnat_rm,
GNAT Reference Manual}, for information on standard
GNAT Reference Manual}, for information on standard
conformance and compatibility of the Ada compiler.
conformance and compatibility of the Ada compiler.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment