This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: make profiledbootstrap patch installed


> > On Thu, 5 Jun 2003, Jan Hubicka wrote:
> > 
> > > DJ has kindly approved the attached patch off-line.  It can make your
> > > bootstrap even slower than it been ever before!
> > > I would be interested to hear about bugs/speedups reached by this trick.
> > 
> > Your ChangeLog entry is incomplete; you fail to mention configure.in.
> > 
> > Your patch is not OK without documentation for the new Make-lang.in hooks
> > in sourcebuild.texi.
> 
> I will send this shortly (and update ChangeLog).  Didn't noticed that
> these are documented.
Hi,
does this look fine?

Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.18065
diff -c -3 -p -r1.18065 ChangeLog
*** ChangeLog	5 Jun 2003 18:08:03 -0000	1.18065
--- ChangeLog	5 Jun 2003 18:53:15 -0000
***************
*** 1,3 ****
--- 1,9 ----
+ Thu Jun  5 20:51:09 CEST 2003  Jan Hubicka  <jh@suse.cz>
+ 
+ 	* configure.in:  Add support for lang.stageprofile and
+ 	lang.stagefeedback
+ 	* sourcebuild.texi (Front End Directory): Document new hooks.
+ 
  2003-05-06  Richard Henderson  <rth@redhat.com>
  
  	* dwarf2out.c (loc_descriptor_from_tree): Return 0 for 
Index: doc/sourcebuild.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/sourcebuild.texi,v
retrieving revision 1.20
diff -c -3 -p -r1.20 sourcebuild.texi
*** doc/sourcebuild.texi	31 May 2003 23:09:11 -0000	1.20
--- doc/sourcebuild.texi	5 Jun 2003 18:53:15 -0000
*************** CVS, but should not delete anything chec
*** 594,599 ****
--- 594,601 ----
  @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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]