]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
PowerPC: Fix bzero definition for static libc for PPC64
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 10 Mar 2014 20:26:20 +0000 (15:26 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 11 Mar 2014 14:31:59 +0000 (09:31 -0500)
commit4facea473059914983b7da8dd654c06b8e3dcc41
tree520c9f3e14f1a1ad5d036b1561d6a02c29567982
parente65caf1f1df4ecc122da3d30689ee2e8e2bd354f
PowerPC: Fix bzero definition for static libc for PPC64

This patch fixes an issue for powerpc64[le] static build where __bzero
is definied in multiple places (memset-ppc64.o and bzero.o). It is now
defined only in bzero.o and memset-ppc64.o only defined __bzero_ppc for
both dynamic and static library.

Fixes BZ#16683.
ChangeLog
NEWS
sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S