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]

r128824 - in /branches/lto/gcc: ChangeLog.lto d...


Author: froydnj
Date: Wed Sep 26 18:53:00 2007
New Revision: 128824

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128824
Log:
	* dwarf2out.h (dwarf2_generate_frame_info_p): Declare.
	* dwarf2out.c (dwarf2_generate_frame_info_p): Define it.
	(gen_subprogram_die): Consult it to determine whether to generate
	frame information.
	(lto_type_ref): Remove sorry call.
	* lto-function-out.c (generate_early_dwarf_information): New function.
	(output_function): Call it.  Set current_function_decl and cfun to
	facilitate DWARF generation.

Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/dwarf2out.c
    branches/lto/gcc/dwarf2out.h
    branches/lto/gcc/lto-function-out.c


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