]> git.ipfire.org Git - thirdparty/glibc.git/commit
PowerPC: Fix optimized strncat strlen call
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 6 Jun 2014 14:37:07 +0000 (09:37 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Fri, 6 Jun 2014 23:19:19 +0000 (18:19 -0500)
commit010c023685495f4cd907b7bf7d15375edcbe1ead
tree0bc2b0b9473033d8a95c80a98e1e401b78afb69b
parent6f0aba1acab171bd853905b66c551336aa0adcf9
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).

It is a backport of ed36bfa18faf9be457575568e64b8409e46caa22.
ChangeLog
sysdeps/powerpc/powerpc64/power7/strncat.S