(output_function_profiler): When TARGET_MINIMAL_TOC,
emit .long instead of .tc. From-SVN: r6116
This commit is contained in:
parent
9d85330726
commit
35fc1624ac
@ -1973,6 +1973,9 @@ output_function_profiler (file, labelno)
|
||||
|
||||
/* Set up a TOC entry for the profiler label. */
|
||||
toc_section ();
|
||||
if (TARGET_MINIMAL_TOC)
|
||||
fprintf (file, "LPC..%d:\n\t.long LP..%d\n", labelno, labelno);
|
||||
else
|
||||
fprintf (file, "LPC..%d:\n\t.tc\tLP..%d[TC],LP..%d\n",
|
||||
labelno, labelno, labelno);
|
||||
text_section ();
|
||||
|
Loading…
Reference in New Issue
Block a user