diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-06-11 21:47:35 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-06-11 21:47:35 +0100 |
commit | 49a4e827ebd2f88660d26940cefa647249b6e028 (patch) | |
tree | c9211ac8831ba766058ed40f2f32de870b2c1276 /gcc | |
parent | 55f61a560234c69dcc3537b2a5fd2eabbff52e20 (diff) | |
download | gcc-49a4e827ebd2f88660d26940cefa647249b6e028.zip gcc-49a4e827ebd2f88660d26940cefa647249b6e028.tar.gz gcc-49a4e827ebd2f88660d26940cefa647249b6e028.tar.bz2 |
* doc/rtl.texi: Reference manual chapter about trees.
From-SVN: r43217
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/rtl.texi | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45092bd..0c6f22b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index e3dd607..e4f6006 100644 --- a/gcc/doc/rtl.texi +++ b/gcc/doc/rtl.texi @@ -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. |