add directory gnu
This commit is contained in:
14
gnu/gcc/gcc-2.2.2/config/sun4o3.h
Normal file
14
gnu/gcc/gcc-2.2.2/config/sun4o3.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user