glibc/sysdeps/powerpc/powerpc64/power7
Alan Modra de7ee73d6f PowerPC64 strncpy, stpncpy and strstr fixes
Makes __stpncpy_power8 call __memset_power8 directly rather than via an
IFUNC.  Fixes a missing _mcount, and removes some redundant NOPS.  The
*_is_local defines are also used in a followup patch.

	* sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: Define
	MEMSET_is_local.
	* sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: Likewise.
	* sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: Likewise.
	* sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: Likewise.
	Define MEMSET.
	* sysdeps/powerpc/powerpc64/multiarch/strstr-power7.S: Define
	STRLEN_is_local, STRNLEN_is_local, and STRCHR_is_local.
	* sysdeps/powerpc/powerpc64/power7/strstr.S: Likewise.  Don't add
	nop after local calls.
	* sysdeps/powerpc/powerpc64/power7/strncpy.S: Define MEMSET_is_local.
	Don't add nop after local call.
	* sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.  Add missing
	CALL_MCOUNT.
2017-06-14 10:44:59 +09:30
..
fpu
multiarch
add_n.S
bcopy.c
Implies
Makefile
memchr.S powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. 2017-04-11 17:13:55 -03:00
memcmp.S powerpc: refactor memcmp and memmove IFUNC. 2017-04-11 17:13:56 -03:00
memcpy.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memmove.S powerpc: refactor memcmp and memmove IFUNC. 2017-04-11 17:13:56 -03:00
mempcpy.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memrchr.S powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. 2017-04-11 17:13:55 -03:00
memset.S powerpc: refactor memset IFUNC. 2017-04-11 17:13:55 -03:00
rawmemchr.S powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. 2017-04-11 17:13:55 -03:00
stpncpy.S
strcasecmp_l.S
strcasecmp.S
strchr.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchrnul.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strcmp.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strlen.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strncmp.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncpy.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
strnlen.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strrchr.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strstr-ppc64.c
strstr.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
sub_n.S