aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2003-06-06 13:24:47 +0200
committerJan Hubicka <hubicka@gcc.gnu.org>2003-06-06 11:24:47 +0000
commit295e823c5ff7e9f12fb5ec31ae3c66a41f209e56 (patch)
tree933b57756d9f0e23fe3a8cc2e44e7ee0278f0f3c /gcc
parent67bf5d019ad5940d73ced6f2d1318477cca3a8ee (diff)
downloadgcc-295e823c5ff7e9f12fb5ec31ae3c66a41f209e56.zip
gcc-295e823c5ff7e9f12fb5ec31ae3c66a41f209e56.tar.gz
gcc-295e823c5ff7e9f12fb5ec31ae3c66a41f209e56.tar.bz2
* sourcebuild.texi (Front End Directory): Document new hooks.
From-SVN: r67539
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/doc/sourcebuild.texi2
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