* doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately.

From-SVN: r119316
This commit is contained in:
Jie Zhang
2006-11-29 14:55:06 +00:00
committed by Jie Zhang
parent ccb10ccb61
commit 2718cf4fb3
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2006-11-29 Jie Zhang <jie.zhang@analog.com>
* doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately.
2006-11-29 Jim Tison <jtison@us.ibm.com>
* gthr-tpf.h (__GTHREAD_RECURSIVE_MUTEX_INIT_FUNCTION,

View File

@@ -4535,10 +4535,11 @@ not support profiling.
@end defmac
@defmac NO_PROFILE_COUNTERS
Define this macro if the @code{mcount} subroutine on your system does
not need a counter variable allocated for each function. This is true
for almost all modern implementations. If you define this macro, you
must not use the @var{labelno} argument to @code{FUNCTION_PROFILER}.
Define this macro to be an expression with a nonzero value if the
@code{mcount} subroutine on your system does not need a counter variable
allocated for each function. This is true for almost all modern
implementations. If you define this macro, you must not use the
@var{labelno} argument to @code{FUNCTION_PROFILER}.
@end defmac
@defmac PROFILE_BEFORE_PROLOGUE