From 49a4e827ebd2f88660d26940cefa647249b6e028 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Mon, 11 Jun 2001 21:47:35 +0100 Subject: [PATCH] * doc/rtl.texi: Reference manual chapter about trees. From-SVN: r43217 --- gcc/ChangeLog | 4 ++++ gcc/doc/rtl.texi | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 45092bd0a52..0c6f22b36af 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2001-06-11 Joseph S. Myers + + * doc/rtl.texi: Reference manual chapter about trees. + 2001-06-11 Rainer Orth * config/mips/iris6.h (NO_BUILTIN_WINT_TYPE): Define. diff --git a/gcc/doc/rtl.texi b/gcc/doc/rtl.texi index e3dd607717e..e4f60066ed1 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. -- 2.30.2