aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index d4abb3b..7987129 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,15 @@
+2018-10-04 Martin Liska <mliska@suse.cz>
+
+ PR gcov-profile/84107
+ * libgcov-profiler.c (__gcov_indirect_call):
+ Change type to indirect_call_tuple.
+ (struct indirect_call_tuple): New struct.
+ (__gcov_indirect_call_topn_profiler): Change type.
+ (__gcov_indirect_call_profiler_v2): Use the new
+ variables.
+ * libgcov.h (struct indirect_call_tuple): New struct
+ definition.
+
2018-10-03 Uros Bizjak <ubizjak@gmail.com>
* libgcc2.c (isnan): Use __builtin_isnan.