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
5037f87e
Commit
5037f87e
authored
Jul 22, 2018
by
Gerald Pfeifer
Committed by
Gerald Pfeifer
Jul 22, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* doc/gcov.texi (Invoking Gcov): Editorial changes.
From-SVN: r262922
parent
cf1499d2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/doc/gcov.texi
+3
-3
No files found.
gcc/ChangeLog
View file @
5037f87e
2018-07-22 Gerald Pfeifer <gerald@pfeifer.com>
* doc/gcov.texi (Invoking Gcov): Editorial changes.
2018-07-20 David Malcolm <dmalcolm@redhat.com>
2018-07-20 David Malcolm <dmalcolm@redhat.com>
* pretty-print.c (text_info::set_location): Remove redundant
* pretty-print.c (text_info::set_location): Remove redundant
...
...
gcc/doc/gcov.texi
View file @
5037f87e
...
@@ -378,12 +378,12 @@ command line option. The @var{execution_count} is @samp{-} for lines
...
@@ -378,12 +378,12 @@ command line option. The @var{execution_count} is @samp{-} for lines
containing
no
code
.
Unexecuted
lines
are
marked
@samp
{
#####
}
or
containing
no
code
.
Unexecuted
lines
are
marked
@samp
{
#####
}
or
@samp
{
=====
},
depending
on
whether
they
are
reachable
by
@samp
{
=====
},
depending
on
whether
they
are
reachable
by
non
-
exceptional
paths
or
only
exceptional
paths
such
as
C
++
exception
non
-
exceptional
paths
or
only
exceptional
paths
such
as
C
++
exception
handlers
,
respectively
.
Given
@samp
{
-
a
}
option
,
unexecuted
blocks
are
handlers
,
respectively
.
Given
the
@samp
{
-
a
}
option
,
unexecuted
blocks
are
marked
@samp
{
$$$$$
}
or
@samp
{
%%%%%
},
depending
on
whether
a
basic
block
marked
@samp
{
$$$$$
}
or
@samp
{
%%%%%
},
depending
on
whether
a
basic
block
is
reachable
via
non
-
exceptional
or
exceptional
paths
.
is
reachable
via
non
-
exceptional
or
exceptional
paths
.
Executed
basic
blocks
having
a
statement
with
zero
@var
{
execution_count
}
Executed
basic
blocks
having
a
statement
with
zero
@var
{
execution_count
}
end
with
@samp
{
*
}
character
and
are
colored
with
magenta
color
with
@option
{
-
k
}
end
with
@samp
{
*
}
character
and
are
colored
with
magenta
color
with
option
.
The
functionality
is
not
supported
in
Ada
.
the
@option
{
-
k
}
option
.
This
functionality
is
not
supported
in
Ada
.
Note
that
GCC
can
completely
remove
the
bodies
of
functions
that
are
Note
that
GCC
can
completely
remove
the
bodies
of
functions
that
are
not
needed
--
for
instance
if
they
are
inlined
everywhere
.
Such
functions
not
needed
--
for
instance
if
they
are
inlined
everywhere
.
Such
functions
...
...
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