sparc.h (FUNCTION_PROFILER): Fix format string when TARGET_MEDANY.

* sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
	TARGET_MEDANY.

From-SVN: r15974
This commit is contained in:
David S. Miller 1997-10-17 21:35:20 +00:00 committed by Doug Evans
parent 64562cc84e
commit da2a90f71a
2 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Fri Oct 17 17:13:42 1997 David S. Miller <davem@tanya.rutgers.edu>
* sparc/linux64.h (LINK_SPEC): Dynamic linker is ld-linux64.so.2.
* sparc/sparc.c (dwarf2out_cfi_label): Extern no longer needed.
* sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
TARGET_MEDANY.
Fri Oct 17 13:39:56 1997 Doug Evans <dje@canuck.cygnus.com>

View File

@ -1656,7 +1656,7 @@ extern int leaf_function;
assemble_name (FILE, buf); \
fputs ("),%o0\n", FILE); \
if (TARGET_MEDANY) \
fprintf (FILE, "\tadd %o0,%s,%o0\n", MEDANY_BASE_REG); \
fprintf (FILE, "\tadd %%o0,%s,%%o0\n", MEDANY_BASE_REG); \
fputs ("\tcall mcount\n\tadd %o0,%lo(", FILE); \
assemble_name (FILE, buf); \
fputs ("),%o0\n", FILE); \