Commit c7544ff7 by Richard Stallman

(L_bb): Test inhibit_libc.

From-SVN: r5383
parent 0defb1d5
...@@ -1313,6 +1313,7 @@ struct bb ...@@ -1313,6 +1313,7 @@ struct bb
#ifdef BLOCK_PROFILER_CODE #ifdef BLOCK_PROFILER_CODE
BLOCK_PROFILER_CODE BLOCK_PROFILER_CODE
#else #else
#ifndef inhibit_libc
/* Simple minded basic block profiling output dumper for /* Simple minded basic block profiling output dumper for
systems that don't provde tcov support. At present, systems that don't provde tcov support. At present,
...@@ -1483,8 +1484,9 @@ __bb_init_func (struct bb *blocks) ...@@ -1483,8 +1484,9 @@ __bb_init_func (struct bb *blocks)
bb_head = blocks; bb_head = blocks;
} }
#endif /* !BLOCK_PROFILER_CODE */ #endif /* not inhibit_libc */
#endif /* L_bb */ #endif /* not BLOCK_PROFILER_CODE */
#endif /* L_bb */
/* frills for C++ */ /* frills for C++ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment