aboutsummaryrefslogtreecommitdiff
path: root/libgcc/ChangeLog
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2018-10-24 10:47:59 +0200
committerMartin Liska <marxin@gcc.gnu.org>2018-10-24 08:47:59 +0000
commit19b5595858162b8a77b84db93b21b39a48dc2d0e (patch)
tree1ad536f2b3227e638ea02d3fafa0f66853a92a39 /libgcc/ChangeLog
parentbf32992748c9849c38c089477d04b546e43ccdd1 (diff)
Remove reduntant dumps and make tp_first_run dump more compact.
2018-10-24 Martin Liska <mliska@suse.cz> * cgraph.c (cgraph_node::dump): Remove reduntant dumps and make tp_first_run dump more compact. 2018-10-24 Martin Liska <mliska@suse.cz> * libgcov-profiler.c: Start from 1 in order to distinguish functions which were seen and these that were not. From-SVN: r265454
Diffstat (limited to 'libgcc/ChangeLog')
-rw-r--r--libgcc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 722cf48e8c1..73c6f59ae1e 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2018-10-24 Martin Liska <mliska@suse.cz>
+
+ * libgcov-profiler.c: Start from 1 in order to distinguish
+ functions which were seen and these that were not.
+
2018-10-18 Paul Koning <ni1d@arrl.net>
* udivmodsi4.c (__udivmodsi4): Rename to conform to coding