PowerPC: Fix bzero definition for static libc for PPC32
commitdd3946c615184e1957a0cb09352cac72be5d6d5b
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 12 Mar 2014 13:55:50 +0000 (12 08:55 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 12 Mar 2014 14:03:22 +0000 (12 09:03 -0500)
tree4ff621b441f436fbc37faa2f532a271ce0f1dad6
parentc44496df2f090a56d3bf75df930592dac6bba46f
PowerPC: Fix bzero definition for static libc for PPC32

This patch fixes an issue for powerpc32-fpu static build which fails
with an 'bzero' undefined reference. This patch adds bzero ifunc selector
for static builds and fixes the '__bzero_ppc' reference to default
memset symbol (since static memset build does not provide ifunc
selector).

Fixes BZ#16689.
ChangeLog
NEWS
sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c