Author: amodra Date: Tue May 31 11:08:54 2016 New Revision: 236917 URL: https://gcc.gnu.org/viewcvs?rev=236917&root=gcc&view=rev Log: Don't needlessly clear xmemdup allocated memory. * xmemdup.c (xmemdup): Use xmalloc rather than xcalloc. Modified: trunk/libiberty/ChangeLog trunk/libiberty/xmemdup.c