+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.
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.