diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b3db6360a8ed4497c12696cb175e2f753b0cf68..892c3b7584b831beda7c9a95b84955f65c6edc31 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-25 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * doc/passes.texi (Passes): Mention pretty-printing and + diagnostic files. + 2003-07-25 Nathan Sidwell <nathan@codesourcery.com> * doc/extend.texi (Function Attributes): GNU C++ does now allow diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 57a065bdf1729d38d6ebe6d6293bb7ad6d8a46da..ed32827238ae33ae216b716d838c2cc7c3426705 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -12,7 +12,10 @@ @cindex top level of compiler The overall control structure of the compiler is in @file{toplev.c}. This file is responsible for initialization, decoding arguments, opening and -closing files, and sequencing the passes. +closing files, and sequencing the passes. Routines for emitting +diagnostic messages are defined in @file{diagnostic.c}. The files +@file{pretty-print.h} and @file{pretty-print.c} provide basic support +for language-independent pretty-printing. @cindex parsing pass The parsing pass is invoked only once, to parse the entire input. A