mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 19:41:14 +08:00
(profile_function): Call function_section, not text_section.
From-SVN: r14076
This commit is contained in:
parent
954a5693c0
commit
499df3393d
@ -1046,7 +1046,7 @@ profile_function (file)
|
||||
ASM_OUTPUT_INTERNAL_LABEL (file, "LP", profile_label_no);
|
||||
assemble_integer (const0_rtx, LONG_TYPE_SIZE / BITS_PER_UNIT, 1);
|
||||
|
||||
text_section ();
|
||||
function_section (current_function_decl);
|
||||
|
||||
#if defined(STRUCT_VALUE_INCOMING_REGNUM) && defined(ASM_OUTPUT_REG_PUSH)
|
||||
if (sval)
|
||||
|
Loading…
x
Reference in New Issue
Block a user