From: Jie Zhang Date: Wed, 29 Nov 2006 14:52:31 +0000 (+0000) Subject: * doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately. X-Git-Tag: releases/gcc-4.3.0~8232 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b65a354f0a738cf9e1bfe507ce146ca56b518bc;p=thirdparty%2Fgcc.git * doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately. From-SVN: r119315 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4e291ce407b..30b8410269ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-29 Jie Zhang + + * doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately. + 2006-11-29 J"orn Rennecke * sh.opt (minline-ic_invalidate): New option. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 70e30ae3ac30..73c1e5b2c30a 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -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