PowerPC: Fix bzero definition for static libc for PPC64
commitf510d35c58d16c32ce988d053c9a525b8e38fe47
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Mon, 10 Mar 2014 20:26:20 +0000 (10 15:26 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Tue, 11 Mar 2014 19:22:36 +0000 (11 14:22 -0500)
tree8f6643d18cdd3b5984f5d70d25fe688869f063e8
parentafd75351c2f3cae4a2daf88c50faad889e3a0f2b
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.

Backport of 4facea473059914983b7da8dd654c06b8e3dcc41
ChangeLog
NEWS
sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S