r222473 - in /trunk/gcc: ChangeLog final.c test...

ctice@gcc.gnu.org ctice@gcc.gnu.org
Mon Apr 27 16:44:00 GMT 2015


Author: ctice
Date: Mon Apr 27 16:44:35 2015
New Revision: 222473

URL: https://gcc.gnu.org/viewcvs?rev=222473&root=gcc&view=rev
Log:
Give proper type and size to named cold partitions.

2015-04-27  Caroline Tice  <cmtice@google.com>

	* final.c (final_scan_insn):  Output cold_function_nmae as function
	type.
	* varasm.c (cold_function_name):  Make gloval.
	(assemble_start_function):  Re-set cold_function_name.
	(assemble_end_function): Output cold partition size.
	* varasm.h (cold_fun ction_name):  Declare global.

2015-04-27  Caroline Tice  <cmtice@google.com>

	* gcc.dg/tree-prof/cold_partition_label.c (main): Check for cold
	partition size.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/final.c
    trunk/gcc/testsuite/ChangeLog
    trunk/gcc/testsuite/gcc.dg/tree-prof/cold_partition_label.c
    trunk/gcc/varasm.c
    trunk/gcc/varasm.h



More information about the Gcc-cvs mailing list