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

froydnj@gcc.gnu.org froydnj@gcc.gnu.org
Fri Nov 9 17:41:00 GMT 2007


Author: froydnj
Date: Fri Nov  9 17:41:39 2007
New Revision: 130053

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130053
Log:
	* dwarf2out.h (dwarf2_generate_frame_info_p): Rename this...
	(dwarf2_called_from_lto_p): ...to this.
	* dwarf2out.c (dwarf2_generate_frame_info): Rename this...
	(dwarf2_called_from_lto_p): ...to this.
	(gen_subprogram_die): Use dwarf2_called_from_lto_p and invert sense.
	(add_high_low_attributes): Disable generation of the attributes if
	we are generating information for LTO.
	* lto-function-out.c (output_function): Use push_cfun and pop_cfun.
	(lto_output): Use dwarf2_called_from_lto_p and invert sense.

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



More information about the Gcc-cvs mailing list