This fixes part of the issue described in PR gcov-profile/54487 where
authortejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Sep 2012 13:49:47 +0000 (13:49 +0000)
committertejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 7 Sep 2012 13:49:47 +0000 (13:49 +0000)
commit7995ce5f5a7afcbc98d7c0fc23218d039b12d463
treec39d7334f52a5e6331db1c4a7f53a91d5887df86
parentdd1d981f2684109fad33454b9231a33db4bbb141
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@191074 138bc75d-0d04-0410-961f-82ee72b054a4
libgcc/ChangeLog
libgcc/libgcov.c