This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
small fix for sparc64
- To: egcs at cygnus dot com
- Subject: small fix for sparc64
- From: "David S. Miller" <davem at jenolan dot rutgers dot edu>
- Date: Tue, 7 Oct 1997 14:37:39 -0400
- CC: dje at cygnus dot com
Tue Oct 7 14:34:53 1997 David S. Miller <davem@tanya.rutgers.edu>
* config/sparc/sparc.h (FUNCTION_PROFILER): Fix format string when
TARGET_MEDANY.
--- config/sparc/sparc.h.~1~ Wed Sep 24 21:14:03 1997
+++ config/sparc/sparc.h Tue Oct 7 14:34:42 1997
@@ -1724,7 +1724,7 @@
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); \