diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-06-06 09:37:07 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-06-06 09:37:07 -0500 |
commit | ed36bfa18faf9be457575568e64b8409e46caa22 (patch) | |
tree | dd816eac96eba42ade3daa103076b61edb81f23f /ChangeLog | |
parent | fc75bf464d128f6a722d6cca7012c996f1f73425 (diff) | |
download | glibc-ed36bfa18faf9be457575568e64b8409e46caa22.tar.gz glibc-ed36bfa18faf9be457575568e64b8409e46caa22.tar.xz glibc-ed36bfa18faf9be457575568e64b8409e46caa22.zip |
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).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8fe1ad08d8..1b1f398c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com> + + * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as + strlen for non SHARED builds. + 2014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com> * nptl/allocatestack.c (check_list): Inlined function... |