glibc/sysdeps/powerpc/powerpc64/power8
Wainer dos Santos Moschetta f0748b70a8 powerpc: refactor strcasestr and strstr IFUNC.
Clean up the IFUNC implementations for powerpc in order to remove
unneeded macro definitions.

Tested on ppc64le with and without --disable-multi-arch flag.

	* sysdeps/powerpc/powerpc64/multiarch/strcasestr-power8.S: Define the
	strcasestr implementation name and remove unneeded macros definition.
	* sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Define
	strstr implementation name and remove unneeded macros definition.
	* sysdeps/powerpc/powerpc64/power7/strstr.S: Set a default function
	name if not defined and pass as parameter to macros accordingly.
	* sysdeps/powerpc/powerpc64/power8/strcasestr.S: Likewise.
2017-04-11 17:13:55 -03:00
..
fpu Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
multiarch
Implies
Makefile powerpc: strcasestr optmization for power8 2016-04-22 19:23:13 +05:30
memset.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpcpy.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpncpy.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasecmp.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasestr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasestr.S powerpc: refactor strcasestr and strstr IFUNC. 2017-04-11 17:13:55 -03:00
strchr.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchrnul.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcmp.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strcpy.S powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. 2017-04-11 17:13:31 -03:00
strcspn.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strlen.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strncase.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncmp.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncpy.S powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. 2017-04-11 17:13:31 -03:00
strnlen.S powerpc64: Add POWER8 strnlen 2017-04-05 10:26:58 -03:00
strspn.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00