aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/sparc/sun4o3.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/sparc/sun4o3.h')
-rw-r--r--gcc/config/sparc/sun4o3.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/gcc/config/sparc/sun4o3.h b/gcc/config/sparc/sun4o3.h
deleted file mode 100644
index 5fcb72f4a63..00000000000
--- a/gcc/config/sparc/sun4o3.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "sparc/sparc.h"
-
-#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