PowerPC: strcat optimization for PPC64/POWER7
commitbc8ea38590070604006399e42469087e943fc8ec
authorVidya Ranganathan <vidya@linux.vnet.ibm.com>
Thu, 12 Jun 2014 03:21:20 +0000 (11 22:21 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 2 Jul 2014 19:04:21 +0000 (2 14:04 -0500)
treeb8aff1d26a239a650adf55f12e1b297db3af04af
parentfe5f34e47092e4a3ebb41fae4aaf382c53aaaaea
PowerPC: strcat optimization for PPC64/POWER7

This patch adds an ifunc power7 strcat symbol that uses the logic on
sysdeps/powerpc/strcat.c but call power7 strlen/strcpy symbols instead
of default ones.
ChangeLog
sysdeps/powerpc/powerpc64/multiarch/Makefile
sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c [copied from sysdeps/powerpc/strcat.c with 61% similarity]
sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c [copied from sysdeps/powerpc/strcat.c with 59% similarity]
sysdeps/powerpc/powerpc64/multiarch/strcat.c [copied from sysdeps/powerpc/strcat.c with 62% similarity]
sysdeps/powerpc/strcat.c