8sa1-gcc/gcc/config/sparc/sun4o3.h
Jim Wilson a33dfecdb7 entered into RCS
From-SVN: r346
1992-02-18 17:04:17 -08:00

15 lines
398 B
C

#include "sparc.h"
/* Define the Sun-asm flag, which is necessary for Sun 4 with os version 3. */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT 7
#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