aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m68k/sun3.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/m68k/sun3.h')
-rw-r--r--gcc/config/m68k/sun3.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/gcc/config/m68k/sun3.h b/gcc/config/m68k/sun3.h
index 0bee8234687..277e90f52d2 100644
--- a/gcc/config/m68k/sun3.h
+++ b/gcc/config/m68k/sun3.h
@@ -235,21 +235,3 @@ Boston, MA 02111-1307, USA. */
asm_fprintf (FILE, "%I0r%s", dstr); \
} \
} while (0)
-
-#if 0
-/* This was turned off as it caused linking errors on sunos4.1.
- `gcc -a' links in /usr/lib/bb_link.o which does not provide __bb_link
- but its own version of __bb_init_func. */
-#undef BLOCK_PROFILER_CODE
-#define BLOCK_PROFILER_CODE \
-extern int ___tcov_init; \
- \
-__bb_init_func (blocks) \
- struct bb *blocks; \
-{ \
- if (! ___tcov_init) \
- ___tcov_init_func (); \
- \
- ___bb_link (blocks->filename, blocks->counts, blocks->ncounts); \
-}
-#endif