(profile_function): Call function_section, not text_section.

From-SVN: r14076
This commit is contained in:
Richard Kenner 1997-05-17 16:26:47 -04:00
parent 954a5693c0
commit 499df3393d
1 changed files with 1 additions and 1 deletions

View File

@ -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)