From ed36bfa18faf9be457575568e64b8409e46caa22 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Fri, 6 Jun 2014 09:37:07 -0500 Subject: 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 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8fe1ad08d8..1b1f398c39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-06-06 Adhemerval Zanella + + * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as + strlen for non SHARED builds. + 2014-06-05 Siddhesh Poyarekar * nptl/allocatestack.c (check_list): Inlined function... -- cgit 1.4.1