libgcov: replace malloc and calloc.
authorMartin Liska <mliska@suse.cz>
Tue, 2 Jun 2020 11:57:31 +0000 (13:57 +0200)
committerMartin Liska <mliska@suse.cz>
Tue, 2 Jun 2020 11:57:31 +0000 (13:57 +0200)
commita04b7410d305800b747963ab940d2b1a602b5ddf
treef73b805bd4329b4c65677ef7d9de604426e539f1
parent0bd4508f86889995f6864bf50773bd6859951007
libgcov: replace malloc and calloc.

The calloc was in the original tested version of the patch
and I made accidental last minute change.

Installed to master as obvious.

libgcc/ChangeLog:

* libgcov.h (gcov_topn_add_value): Use xcalloc instead
of xmalloc.
libgcc/libgcov.h