On 05/29/2018 06:08 AM, Martin Liška wrote:
libgcc/ChangeLog:
2018-05-18 Martin Liska
* libgcov-driver.c (gcov_compute_histogram): Remove usage
of gcov_ctr_summary.
(compute_summary): Do it just for a single summary.
(merge_one_data): Likewise.
(merge_
Installed as r261189.
Martin
Hi.
As we use GCOV histogram just for ARCS type of counters, I would like
to simplify:
/* Cumulative counter data. */
struct gcov_ctr_summary
{
gcov_unsigned_t num; /* number of counters. */
gcov_unsigned_t runs; /* number of program runs */
gcov_type sum_all;