From c7544ff7aee3a0a4f190d61738b9087d9fe371ef Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Wed, 22 Sep 1993 02:33:56 +0000 Subject: [PATCH] (L_bb): Test inhibit_libc. From-SVN: r5383 --- gcc/libgcc2.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gcc/libgcc2.c b/gcc/libgcc2.c index d020e97b748..04fb10cb405 100644 --- a/gcc/libgcc2.c +++ b/gcc/libgcc2.c @@ -1313,6 +1313,7 @@ struct bb #ifdef BLOCK_PROFILER_CODE BLOCK_PROFILER_CODE #else +#ifndef inhibit_libc /* Simple minded basic block profiling output dumper for systems that don't provde tcov support. At present, @@ -1483,8 +1484,9 @@ __bb_init_func (struct bb *blocks) bb_head = blocks; } -#endif /* !BLOCK_PROFILER_CODE */ -#endif /* L_bb */ +#endif /* not inhibit_libc */ +#endif /* not BLOCK_PROFILER_CODE */ +#endif /* L_bb */ /* frills for C++ */ -- 2.30.2