gcc/gcc ChangeLog bb-reorder.c dwarf2out.c fun ...

ctice@gcc.gnu.org ctice@gcc.gnu.org
Mon May 16 21:37:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ctice@gcc.gnu.org	2005-05-16 21:37:05

Modified files:
	gcc            : ChangeLog bb-reorder.c dwarf2out.c function.h 
	                 varasm.c 

Log message:
	2005-05-16  Caroline Tice  <ctice@apple.com>
	
	* bb-reorder.c (verify_hot_cold_block_grouping):  Replace
	internal_error with gcc_assert.
	* dwarf2out.c (dwarf2out_switch_text_section):  Likewise.
	* function.h (struct function): Remove space between "*" and
	struct field names.
	* varasm.c (initialize_cold_section_name):   Add gcc_assert;
	modify to use alloca.
	(unlikely_text_section): Add check for flag_function_sections.
	(assemble_start_function):  Move call to resolve_section, so it
	comes before first call to unlikely_text_section.
	(assemble_end_function):  Add test and call to function_section
	if appropriate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.8805&r2=2.8806
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/bb-reorder.c.diff?cvsroot=gcc&r1=1.102&r2=1.103
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.594&r2=1.595
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/function.h.diff?cvsroot=gcc&r1=1.150&r2=1.151
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.509&r2=1.510



More information about the Gcc-cvs mailing list