diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 12:34:29 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-01-31 12:34:29 -0800 |
commit | 10a78a0a2aa98632bc19607f1c2e52f955d7de80 (patch) | |
tree | dff3f33499cfb184dfb10c4b99c082310e168528 /gcc | |
parent | 6cef330c377b50e0d510801ebbe94cbf16656b3f (diff) | |
download | gcc-10a78a0a2aa98632bc19607f1c2e52f955d7de80.tar.gz |
(TARGET_DEFAULT): Delete.
From-SVN: r6439
Diffstat (limited to 'gcc')
-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", \ |