aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sun4o3.h
blob: 68ddc632794a8c6413cc3fc0b80cf37cbda88588 (plain)
1
2
3
4
5
6
7
8
9
10
#include "sparc/sparc.h"

#undef FUNCTION_PROFILER
#define FUNCTION_PROFILER(FILE, LABELNO)  \
  fprintf (FILE, "\tsethi %%hi(LP%d),%%o0\n\tcall .mcount\n\tor %%lo(LP%d),%%o0,%%o0\n", \
	   (LABELNO), (LABELNO))

/* LINK_SPEC is needed only for SunOS 4.  */

#undef LINK_SPEC