PowerPC: Fix optimized strncat strlen call
commited36bfa18faf9be457575568e64b8409e46caa22
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 6 Jun 2014 14:37:07 +0000 (6 09:37 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 6 Jun 2014 14:37:07 +0000 (6 09:37 -0500)
treedd816eac96eba42ade3daa103076b61edb81f23f
parentfc75bf464d128f6a722d6cca7012c996f1f73425
PowerPC: Fix optimized strncat strlen call

This patch fixes the optimized ppc64/power7 strncat strlen call for
static build without ifunc enabled.  The strlen symbol to call in such
situation is just strlen, instead of __GI_strlen (since the __GI_
alias is just created for shared objects).
ChangeLog
sysdeps/powerpc/powerpc64/power7/strncat.S