aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1992-12-16 03:03:56 +0000
committerRichard Stallman <rms@gnu.org>1992-12-16 03:03:56 +0000
commite063ca5c2deafde44a0e25892d3fff3dcdcdc43c (patch)
tree49f7a2f9c9adac466cc602bcbbe8946176ded603
parent4d411872e32166719e75538a644af0aa82555f03 (diff)
downloadgcc-e063ca5c2deafde44a0e25892d3fff3dcdcdc43c.zip
gcc-e063ca5c2deafde44a0e25892d3fff3dcdcdc43c.tar.gz
gcc-e063ca5c2deafde44a0e25892d3fff3dcdcdc43c.tar.bz2
(FUNCTION_PROFILER): Add missing . to label name.
From-SVN: r2878
-rw-r--r--gcc/config/i386/sequent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/sequent.h b/gcc/config/i386/sequent.h
index 5a8dd6e..0787eb2 100644
--- a/gcc/config/i386/sequent.h
+++ b/gcc/config/i386/sequent.h
@@ -76,7 +76,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef FUNCTION_PROFILER
#define FUNCTION_PROFILER(FILE, LABELNO) \
- fprintf (FILE, "\tmovl $LP%d,%%eax\n\tcall mcount\n", (LABELNO));
+ fprintf (FILE, "\tmovl $.LP%d,%%eax\n\tcall mcount\n", (LABELNO));
/* Assembler pseudo-op for shared data segment. */
#define SHARED_SECTION_ASM_OP ".shdata"