This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

small fix for sparc64



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);					\


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]