Don't needlessly clear xmemdup allocated memory.
commit051154a1f6be0f597b7da235d6fe13463e7629be
authorAlan Modra <amodra@gmail.com>
Tue, 31 May 2016 11:08:54 +0000 (31 20:38 +0930)
committerAlan Modra <amodra@gcc.gnu.org>
Tue, 31 May 2016 11:08:54 +0000 (31 20:38 +0930)
treef758ddd570f167d4bb72b1a7dd142bde79ce4ec9
parentcd78b3dd1824d0c7a77891365c756d67a9d5c1dc
Don't needlessly clear xmemdup allocated memory.

* xmemdup.c (xmemdup): Use xmalloc rather than xcalloc.

From-SVN: r236917
libiberty/ChangeLog
libiberty/xmemdup.c