From 10a78a0a2aa98632bc19607f1c2e52f955d7de80 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 31 Jan 1994 12:34:29 -0800 Subject: [PATCH] (TARGET_DEFAULT): Delete. From-SVN: r6439 --- gcc/config/sparc/sun4o3.h | 4 ---- 1 file changed, 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", \ -- 2.30.2