mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-20 11:00:57 +08:00
* gcov-io.h (__gcov_merge_ior, __gcov_fork): Mark hidden.
From-SVN: r133312
This commit is contained in:
parent
c8ae0bec3e
commit
52f1c7ed4d
@ -1,3 +1,7 @@
|
||||
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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user