This is the mail archive of the gcc-cvs@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]

egcs/gcc ChangeLog acconfig.h configure.in con ...


CVSROOT:	/cvs/egcs
Module name:	egcs
Changes by:	zack@egcs.cygnus.com	99/09/13 12:16:25

Modified files:
	gcc            : ChangeLog acconfig.h configure.in config.in 
	                 configure gcc.c invoke.texi 

Log message:
	1999-09-13 12:13 -0700  Zack Weinberg  <zack@bitmover.com>
	
	* gcc.c: Include sys/resource.h.
	(report_times): New flag.
	(execute):  If report_times is set, calculate and report the
	CPU time consumed by each subprocess.
	
	(rus, prus): New globals.
	(option_map): Add --time.
	(display_help): Document -time.
	(process_command): Set report_times if -time is given.
	Turn off -pipe if -time is given.
	
	* invoke.texi: Document new option -time.
	
	* configure.in: Check for getrusage.  Check if we have to
	prototype getrusage.
	* acconfig.h: Add NEED_DECLARATION_GETRUSAGE.
	* configure: Regenerate.
	* config.in: Regenerate.


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