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
175a62b7
Commit
175a62b7
authored
Aug 10, 2010
by
Nathan Froyd
Committed by
Nathan Froyd
Aug 10, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* coverage.c (ctr_labels): Delete.
From-SVN: r163078
parent
8f4c6e28
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/coverage.c
+0
-4
No files found.
gcc/ChangeLog
View file @
175a62b7
2010-08-10 Nathan Froyd <froydnj@codesourcery.com>
* coverage.c (ctr_labels): Delete.
2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
2010-08-10 Bernd Schmidt <bernds@codesourcery.com>
PR bootstrap/45177
PR bootstrap/45177
...
...
gcc/coverage.c
View file @
175a62b7
...
@@ -104,10 +104,6 @@ static htab_t counts_hash = NULL;
...
@@ -104,10 +104,6 @@ static htab_t counts_hash = NULL;
/* Trees representing the counter table arrays. */
/* Trees representing the counter table arrays. */
static
GTY
(())
tree
tree_ctr_tables
[
GCOV_COUNTERS
];
static
GTY
(())
tree
tree_ctr_tables
[
GCOV_COUNTERS
];
/* The names of the counter tables. Not used if we're
generating counters at tree level. */
static
GTY
(())
rtx
ctr_labels
[
GCOV_COUNTERS
];
/* The names of merge functions for counters. */
/* The names of merge functions for counters. */
static
const
char
*
const
ctr_merge_functions
[
GCOV_COUNTERS
]
=
GCOV_MERGE_FUNCTIONS
;
static
const
char
*
const
ctr_merge_functions
[
GCOV_COUNTERS
]
=
GCOV_MERGE_FUNCTIONS
;
static
const
char
*
const
ctr_names
[
GCOV_COUNTERS
]
=
GCOV_COUNTER_NAMES
;
static
const
char
*
const
ctr_names
[
GCOV_COUNTERS
]
=
GCOV_COUNTER_NAMES
;
...
...
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