Commit ff6e2d3e by Rodney Brown Committed by Zack Weinberg

i386.c (x86_function_profiler): Fix typo in format.

2003-02-04  Rodney Brown  <rbrown64@csc.com.au>

	* config/i386/i386.c (x86_function_profiler): Fix typo in format.

From-SVN: r62384
parent e7cc090e
2003-02-04 Rodney Brown <rbrown64@csc.com.au>
* config/i386/i386.c (x86_function_profiler): Fix typo in format.
2003-02-04 Phil Edwards <pme@gcc.gnu.org> 2003-02-04 Phil Edwards <pme@gcc.gnu.org>
* doc/install.texi (*-*-linux-gnu): Mention glibc requirements * doc/install.texi (*-*-linux-gnu): Mention glibc requirements
......
...@@ -15243,7 +15243,7 @@ x86_function_profiler (file, labelno) ...@@ -15243,7 +15243,7 @@ x86_function_profiler (file, labelno)
else else
{ {
#ifndef NO_PROFILE_COUNTERS #ifndef NO_PROFILE_COUNTERS
fprintf (file, "\tmovl\t$%sP%d,%%$%s\n", LPREFIX, labelno, fprintf (file, "\tmovl\t$%sP%d,%%%s\n", LPREFIX, labelno,
PROFILE_COUNT_REGISTER); PROFILE_COUNT_REGISTER);
#endif #endif
fprintf (file, "\tcall\t%s\n", MCOUNT_NAME); fprintf (file, "\tcall\t%s\n", MCOUNT_NAME);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment