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
52f1c7ed
Commit
52f1c7ed
authored
Mar 18, 2008
by
Michael Matz
Committed by
Michael Matz
Mar 18, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
From-SVN: r133312
parent
c8ae0bec
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
gcc/ChangeLog
+4
-0
gcc/gcov-io.h
+4
-2
No files found.
gcc/ChangeLog
View file @
52f1c7ed
2008-03-18 Michael Matz <matz@suse.de>
* gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
2008-03-18 Richard Guenther <rguenther@suse.de>
* tree-gimple.h (is_gimple_invariant_address): Declare.
...
...
gcc/gcov-io.h
View file @
52f1c7ed
...
...
@@ -467,6 +467,9 @@ extern void __gcov_merge_single (gcov_type *, unsigned) ATTRIBUTE_HIDDEN;
consecutive values. */
extern
void
__gcov_merge_delta
(
gcov_type
*
,
unsigned
)
ATTRIBUTE_HIDDEN
;
/* The merge function that just ors the counters together. */
extern
void
__gcov_merge_ior
(
gcov_type
*
,
unsigned
)
ATTRIBUTE_HIDDEN
;
/* The profiler functions. */
extern
void
__gcov_interval_profiler
(
gcov_type
*
,
gcov_type
,
int
,
unsigned
);
extern
void
__gcov_pow2_profiler
(
gcov_type
*
,
gcov_type
);
...
...
@@ -474,11 +477,10 @@ extern void __gcov_one_value_profiler (gcov_type *, gcov_type);
extern
void
__gcov_indirect_call_profiler
(
gcov_type
*
,
gcov_type
,
void
*
,
void
*
);
extern
void
__gcov_average_profiler
(
gcov_type
*
,
gcov_type
);
extern
void
__gcov_ior_profiler
(
gcov_type
*
,
gcov_type
);
extern
void
__gcov_merge_ior
(
gcov_type
*
,
unsigned
);
#ifndef inhibit_libc
/* The wrappers around some library functions.. */
extern
pid_t
__gcov_fork
(
void
);
extern
pid_t
__gcov_fork
(
void
)
ATTRIBUTE_HIDDEN
;
extern
int
__gcov_execl
(
const
char
*
,
const
char
*
,
...)
ATTRIBUTE_HIDDEN
;
extern
int
__gcov_execlp
(
const
char
*
,
const
char
*
,
...)
ATTRIBUTE_HIDDEN
;
extern
int
__gcov_execle
(
const
char
*
,
const
char
*
,
...)
ATTRIBUTE_HIDDEN
;
...
...
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