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]
Other format: [Raw text]

gcc/gcc ChangeLog c-common.c c-common.h c-lang ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	compile-server-branch
Changes by:	mrs@gcc.gnu.org	2003-12-03 02:53:39

Modified files:
	gcc            : ChangeLog c-common.c c-common.h c-lang.c 
	                 c-objc-common.c cppfiles.c cpplib.h 
	                 langhooks-def.h langhooks.h opts.c toplev.c 
	gcc/config     : darwin-c.c 

Log message:
	* config/darwin-c.c: struct cpp_dir -> cpp_dir.
	
	* c-lang.c: Add LANG_HOOKS_FINISH_SERVER.
	* langhooks-def.h: Add LANG_HOOKS_FINISH_SERVER.
	* langhooks.h (struct lang_hooks): Add finish_server.
	* c-common.h (report_fragmemt_statistics): Add.
	
	* cppfiles.c (delete_fragment): Add.
	* cpplib.h (delete_fragment): Add.
	
	* c-common.c (create_builtins_fragment): Free builtins_fragment.
	(reset_hashnode): Handle resetting assertions.
	(cb_enter_fragment): currently_nested < 0 means we are not nested as well.
	(cb_exit_fragment): currently_nested < 0 means we are not nested as well.
	(init_output_fragment): Don't need to clear output_fragment anymore.
	(end_output_fragment): Clear output_fragment here instead.
	
	* toplev.c (get_request_from_load_balancer): Default load balancer
	for C++ to on and for C, to off.
	(get_job): Exit gracfully if the load balnacer disappears.
	(server_argv): constify.
	(server_loop): constify argv.  Use a hook to print statistics so
	that other non-C languages work better.
	
	* opts.c (common_handle_option): Free asm_file_name, and allocate with xstrdup.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=2.618.2.67&r2=2.618.2.68
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.438.2.14&r2=1.438.2.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-common.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.194.2.9&r2=1.194.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-lang.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.110.2.5&r2=1.110.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-objc-common.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.29.2.6&r2=1.29.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cppfiles.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.177.2.11&r2=1.177.2.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cpplib.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.261.2.9&r2=1.261.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks-def.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.57.2.4&r2=1.57.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/langhooks.h.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.66.2.4&r2=1.66.2.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/opts.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.31.4.5&r2=1.31.4.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/toplev.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.813.2.12&r2=1.813.2.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/darwin-c.c.diff?cvsroot=gcc&only_with_tag=compile-server-branch&r1=1.5.6.1&r2=1.5.6.2


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