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
3e72a66f
Commit
3e72a66f
authored
Jul 01, 2006
by
Martin Michlmayr
Committed by
Gerald Pfeifer
Jul 01, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/gcov.texi (Invoking Gcov): Add a missing word.
From-SVN: r115113
parent
4118e2b8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/doc/gcov.texi
+1
-1
No files found.
gcc/ChangeLog
View file @
3e72a66f
2006
-
07
-
01
Martin
Michlmayr
<
tbm
@cyrius
.
com
>
*
doc
/
gcov
.
texi
(
Invoking
Gcov
)
:
Add
a
missing
word
.
2006
-
06
-
30
Kazu
Hirata
<
kazu
@codesourcery
.
com
>
*
cfgexpand
.
c
,
config
/
i386
/
i386
.
c
,
genpreds
.
c
,
tree
-
cfg
.
c
:
Fix
...
...
gcc/doc/gcov.texi
View file @
3e72a66f
...
...
@@ -428,7 +428,7 @@ message ``never executed'' is printed.
For
a
call
,
if
it
was
executed
at
least
once
,
then
a
percentage
indicating
the
number
of
times
the
call
returned
divided
by
the
number
of
times
the
call
was
executed
will
be
printed
.
This
will
usually
be
100
%
,
but
may
be
less
for
functions
call
@code{
exit
}
or
@code{
longjmp
}
,
100
%
,
but
may
be
less
for
functions
that
call
@code{
exit
}
or
@code{
longjmp
}
,
and
thus
may
not
return
every
time
they
are
called
.
The
execution
counts
are
cumulative
.
If
the
example
program
were
...
...
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