gcc/gcc ChangeLog varasm.c

ctice@gcc.gnu.org ctice@gcc.gnu.org
Tue Aug 10 21:49:00 GMT 2004


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	ctice@gcc.gnu.org	2004-08-10 21:49:50

Modified files:
	gcc            : ChangeLog varasm.c 

Log message:
	Hot/cold partitioning update, sub-patch: fix alignment problems
	
	2004-08-10  Caroline Tice  <ctice@apple.com
	
	* varasm.c (unlikely_section_label): New global variable.
	(unlikely_text_section_name): New global variable.
	(text_section):  Remove alignment statement.
	(unlikely_text_section): Remove alignment statement; use
	unlikely_section_label rather than hard-coded string.
	(assemble_start_function): Initialize unlikely_section_label and
	unlikely_text_section_name;  make sure cold section is properly
	aligned at start of function; output unlikely_section_label if
	appropriate.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.4855&r2=2.4856
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/varasm.c.diff?cvsroot=gcc&r1=1.437&r2=1.438



More information about the Gcc-cvs mailing list