* doc/rtl.texi: Reference manual chapter about trees.
From-SVN: r43217
This commit is contained in:
parent
55f61a5602
commit
49a4e827eb
2 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-06-11 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* doc/rtl.texi: Reference manual chapter about trees.
|
||||
|
||||
2001-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||
|
||||
* config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define.
|
||||
|
|
|
@ -3193,6 +3193,6 @@ program is very dependent on the particular target machine. And the RTL
|
|||
does not contain all the information about the program.
|
||||
|
||||
The proper way to interface GNU CC to a new language front end is with
|
||||
the ``tree'' data structure. There is no manual for this data
|
||||
structure, but it is described in the files @file{tree.h} and
|
||||
@file{tree.def}.
|
||||
the ``tree'' data structure, described in the files @file{tree.h} and
|
||||
@file{tree.def}. The documentation for this structure (@pxref{Trees})
|
||||
is incomplete.
|
||||
|
|
Loading…
Add table
Reference in a new issue