home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 4 / FreshFish_May-June1994.bin / bbs / gnu / gcc-2.5.8-src.lha / src / amiga / gcc-2.5.8 / config / sparc / sun4o3.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-04-29  |  404 b   |  15 lines

  1. #include "sparc/sparc.h"
  2.  
  3. /* Define the Sun-asm flag, which is necessary for Sun 4 with os version 3.  */
  4. #undef TARGET_DEFAULT
  5. #define TARGET_DEFAULT 7
  6.  
  7. #undef FUNCTION_PROFILER
  8. #define FUNCTION_PROFILER(FILE, LABELNO)  \
  9.   fprintf (FILE, "\tsethi %%hi(LP%d),%%o0\n\tcall .mcount\n\tor %%lo(LP%d),%%o0,%%o0\n", \
  10.        (LABELNO), (LABELNO))
  11.  
  12. /* LINK_SPEC is needed only for Sunos 4.  */
  13.  
  14. #undef LINK_SPEC
  15.