diff options
Diffstat (limited to 'gcc/config/sparc/sun4o3.h')
-rw-r--r-- | gcc/config/sparc/sun4o3.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/sparc/sun4o3.h b/gcc/config/sparc/sun4o3.h index 17869d2fb54..5fcb72f4a63 100644 --- a/gcc/config/sparc/sun4o3.h +++ b/gcc/config/sparc/sun4o3.h @@ -1,9 +1,5 @@ #include "sparc/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", \ |