Commit da2a90f7 by David S. Miller Committed by Doug Evans

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

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

From-SVN: r15974
parent 64562cc8
......@@ -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>
......
......@@ -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); \
......
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