diff options
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index af477d2..208fff0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Thu Jun 5 20:51:09 CEST 2003 Jan Hubicka <jh@suse.cz> + + * sourcebuild.texi (Front End Directory): Document new hooks. + Fri Jun 6 11:02:35 CEST 2003 Jan Hubicka <jh@suse.cz> * function.c (FLOOR_ROUND, CEIL_ROUND): Fix. @@ -111,6 +115,8 @@ Thu Jun 5 18:32:46 CEST 2003 Jan Hubicka <jh@suse.cz> * install.tex: Document profiledbootstrap. + * configure.in: Add support for lang.stageprofile and + lang.stagefeedback * Makefile.in (clean, distclean): Kill new stages (POSTSTAGE1_FLAGS_TO_PASS): Break from ... (STAGE2_FLAGS_TO_PASS): ... this one. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 2b3612c..3710738 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -594,6 +594,8 @@ CVS, but should not delete anything checked into CVS@. @itemx stage2 @itemx stage3 @itemx stage4 +@itemx stageprofile +@itemx stagefeedback Move to the stage directory files not included in @code{stagestuff} in @file{config-lang.in} or otherwise moved by the main @file{Makefile}. @end table |