home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fish 7
/
FreshFishVol7.bin
/
bbs
/
gnu
/
gcc-2.3.3-src.lha
/
GNU
/
src
/
amiga
/
gcc-2.3.3
/
config
/
sun4o3.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-02-06
|
398b
|
15 lines
#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