summaryrefslogtreecommitdiffstats
path: root/core/gcov-profiling.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/gcov-profiling.c')
-rw-r--r--core/gcov-profiling.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/gcov-profiling.c b/core/gcov-profiling.c
index cf8b5096..70707011 100644
--- a/core/gcov-profiling.c
+++ b/core/gcov-profiling.c
@@ -57,6 +57,7 @@ void __gcov_merge_single(gcov_type *counters, unsigned int n_counters) __attrcon
void __gcov_merge_delta(gcov_type *counters, unsigned int n_counters) __attrconst;
void __gcov_merge_ior(gcov_type *counters, unsigned int n_counters) __attrconst;
void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters) __attrconst;
+void __gcov_exit(void) __attrconst;
void __gcov_init(struct gcov_info* f)
{
@@ -130,3 +131,7 @@ void __gcov_merge_time_profile(gcov_type *counters, unsigned int n_counters)
(void)counters;
(void)n_counters;
}
+
+void __gcov_exit(void)
+{
+}
OpenPOWER on IntegriCloud