Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
8b65a354
Commit
8b65a354
authored
Nov 29, 2006
by
Jie Zhang
Committed by
Jie Zhang
Nov 29, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/tm.texi (NO_PROFILE_COUNTERS): Document more accurately.
From-SVN: r119315
parent
dc557046
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
4 deletions
+9
-4
gcc/ChangeLog
+4
-0
gcc/doc/tm.texi
+5
-4
No files found.
gcc/ChangeLog
View file @
8b65a354
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.
...
...
gcc/doc/tm.texi
View file @
8b65a354
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment