diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-05-31 11:08:54 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2016-05-31 11:08:54 +0000 |
commit | 4f3b47d3bcf42f5cdc90a8842463cb63e31a3707 (patch) | |
tree | f758ddd570f167d4bb72b1a7dd142bde79ce4ec9 /libiberty/ChangeLog | |
parent | 3b10066e666e934fd58945db1d1e8840bd4c89c5 (diff) | |
download | gcc-4f3b47d3bcf42f5cdc90a8842463cb63e31a3707.tar.gz |
Don't needlessly clear xmemdup allocated memory.
* xmemdup.c (xmemdup): Use xmalloc rather than xcalloc.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@236917 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 289617b2690..d6b200e0ef2 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2016-05-31 Alan Modra <amodra@gmail.com> + + * xmemdup.c (xmemdup): Use xmalloc rather than xcalloc. + 2016-05-19 Jakub Jelinek <jakub@redhat.com> PR c++/70498 |