diff options
author | Jie Zhang <jie.zhang@analog.com> | 2006-11-29 14:52:31 +0000 |
---|---|---|
committer | Jie Zhang <jiez@gcc.gnu.org> | 2006-11-29 14:52:31 +0000 |
commit | 8b65a354f0a738cf9e1bfe507ce146ca56b518bc (patch) | |
tree | a84d447b1dc0b9c53fd2e3b7c502ac912e3b792b /gcc | |
parent | dc557046cf483336163ef64cec26db7a767e56a3 (diff) | |
download | gcc-8b65a354f0a738cf9e1bfe507ce146ca56b518bc.zip gcc-8b65a354f0a738cf9e1bfe507ce146ca56b518bc.tar.gz gcc-8b65a354f0a738cf9e1bfe507ce146ca56b518bc.tar.bz2 |
* doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately.
From-SVN: r119315
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/tm.texi | 9 |
2 files changed, 9 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d4e291c..30b8410 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 J"orn Rennecke <joern.rennecke@st.com> * sh.opt (minline-ic_invalidate): New option. diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 70e30ae..73c1e5b 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 |