r129504 - in /branches/incremental-compiler/gcc...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Sat Oct 20 00:52:00 GMT 2007


Author: tromey
Date: Sat Oct 20 00:52:18 2007
New Revision: 129504

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129504
Log:
	* dbxout.c (dbx_debug_hooks): Update.
	* varasm.c (assemble_external): Remove assert.
	* dwarf2out.c (dw_asm_out_file): New global.
	Changed all users of asm_out_file to use dw_asm_out_file.
	(dwarf2out_init): Update.
	(dwarf2out_set_output_file): New function.
	* debug.h (struct gcc_debug_hooks) <set_output_file>: New hook.
	(debug_nothing_filestar): Declare.
	* debug.c (do_nothing_debug_hooks): Update.
	(debug_nothing_filestar): New.
	* toplev.c (server_asm_out_file): New global.
	(compile_file): Don't flush asm_out_file.  Call init_asm_output in
	server mode.  Call set_output_file debug hook.
	(lang_dependent_init): Conditionally call init_asm_output and
	set_output_file debug hook.
	(finalize): Close server_asm_out_file.
	(start_as): Set server_asm_out_file, not asm_out_file.

Modified:
    branches/incremental-compiler/gcc/ChangeLog
    branches/incremental-compiler/gcc/dbxout.c
    branches/incremental-compiler/gcc/debug.c
    branches/incremental-compiler/gcc/debug.h
    branches/incremental-compiler/gcc/dwarf2out.c
    branches/incremental-compiler/gcc/toplev.c
    branches/incremental-compiler/gcc/varasm.c



More information about the Gcc-cvs mailing list