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
43ac2623
Commit
43ac2623
authored
Sep 29, 2003
by
Jan Hubicka
Committed by
Jan Hubicka
Sep 29, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcov.c (gcov_exit): Fix two pastos.
From-SVN: r71906
parent
681a664b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/libgcov.c
+2
-2
No files found.
gcc/ChangeLog
View file @
43ac2623
Mon Sep 29 19:05:46 CEST 2003 Jan Hubicka <jh@suse.cz>
* libgcov.c (gcov_exit): Fix two pastos.
2003-09-29 Kazu Hirata <kazu@cs.umass.edu>
2003-09-29 Kazu Hirata <kazu@cs.umass.edu>
* config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
* config/h8300/h8300.md (*tst_extzv_1_n): Combine with the
...
...
gcc/libgcov.c
View file @
43ac2623
...
@@ -174,7 +174,7 @@ gcov_exit (void)
...
@@ -174,7 +174,7 @@ gcov_exit (void)
if
(
!
((
1
<<
t_ix
)
&
gi_ptr
->
ctr_mask
))
if
(
!
((
1
<<
t_ix
)
&
gi_ptr
->
ctr_mask
))
continue
;
continue
;
cs_ptr
=
&
this_
program
.
ctrs
[
t_ix
];
cs_ptr
=
&
this_
object
.
ctrs
[
t_ix
];
cs_ptr
->
num
+=
ci_ptr
->
num
;
cs_ptr
->
num
+=
ci_ptr
->
num
;
for
(
c_num
=
0
;
c_num
<
ci_ptr
->
num
;
c_num
++
)
for
(
c_num
=
0
;
c_num
<
ci_ptr
->
num
;
c_num
++
)
{
{
...
@@ -324,7 +324,7 @@ gcov_exit (void)
...
@@ -324,7 +324,7 @@ gcov_exit (void)
cs_obj
=
&
object
.
ctrs
[
t_ix
];
cs_obj
=
&
object
.
ctrs
[
t_ix
];
cs_tobj
=
&
this_object
.
ctrs
[
t_ix
];
cs_tobj
=
&
this_object
.
ctrs
[
t_ix
];
cs_prg
=
&
program
.
ctrs
[
t_ix
];
cs_prg
=
&
program
.
ctrs
[
t_ix
];
cs_tprg
=
&
program
.
ctrs
[
t_ix
];
cs_tprg
=
&
this_
program
.
ctrs
[
t_ix
];
cs_all
=
&
all
.
ctrs
[
t_ix
];
cs_all
=
&
all
.
ctrs
[
t_ix
];
if
((
1
<<
t_ix
)
&
gi_ptr
->
ctr_mask
)
if
((
1
<<
t_ix
)
&
gi_ptr
->
ctr_mask
)
...
...
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