8sa1-gcc/gcc/config/sparc/sun4o3.h
Jim Wilson 10a78a0a2a (TARGET_DEFAULT): Delete.
From-SVN: r6439
1994-01-31 12:34:29 -08:00

11 lines
276 B
C

#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