This fixes part of the issue described in PR gcov-profile/54487 where there...
authorTeresa Johnson <tejohnson@google.com>
Fri, 7 Sep 2012 13:49:47 +0000 (13:49 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Fri, 7 Sep 2012 13:49:47 +0000 (13:49 +0000)
commitc6c36e7310e6b67f2c37f0dabc6852c2b50c7a3c
treec39d7334f52a5e6331db1c4a7f53a91d5887df86
parent48d3d75d39df4bd391c3e89f9e31df505c672151
This fixes part of the issue described in PR gcov-profile/54487 where there...

This fixes part of the issue described in PR gcov-profile/54487 where
there were warnings about mismatches due to slight differences in the
merged histograms in different object files. This can happen due to
the truncating integer division in the merge routine, which could result
in slightly different histograms when summaries are merged in different
orders.

2012-09-07  Teresa Johnson  <tejohnson@google.com>

        PR gcov-profile/54487
* libgcc/libgcov.c (gcov_exit): Avoid warning on histogram
        differences.

From-SVN: r191074
libgcc/ChangeLog
libgcc/libgcov.c