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
0d7b3e47
Commit
0d7b3e47
authored
Jun 11, 2019
by
Jakub Jelinek
Committed by
Jakub Jelinek
Jun 11, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* libgcov-merge.c (__gcov_merge_single): Revert previous change.
From-SVN: r272143
parent
c36d06eb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
+6
-3
libgcc/ChangeLog
+4
-0
libgcc/libgcov-merge.c
+2
-3
No files found.
libgcc/ChangeLog
View file @
0d7b3e47
2019
-
06
-
11
Jakub
Jelinek
<
jakub
@
redhat
.
com
>
*
libgcov
-
merge
.
c
(
__gcov_merge_single
):
Revert
previous
change
.
2019
-
06
-
10
Martin
Liska
<
mliska
@
suse
.
cz
>
PR
bootstrap
/
90808
...
...
libgcc/libgcov-merge.c
View file @
0d7b3e47
...
...
@@ -34,9 +34,8 @@ void __gcov_merge_add (gcov_type *counters __attribute__ ((unused)),
#endif
#ifdef L_gcov_merge_single
void
__gcov_merge_single
(
gcov_type
*
counters
__attribute__
((
unused
)))
{
}
void
__gcov_merge_single
(
gcov_type
*
counters
__attribute__
((
unused
)),
unsigned
n_counters
__attribute__
((
unused
)))
{}
#endif
#else
...
...
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