glibc/sysdeps/powerpc/powerpc64/multiarch
Alan Modra d5b411854f PowerPC64 ENTRY_TOCLESS
A number of functions in the sysdeps/powerpc/powerpc64/ tree don't use
or change r2, yet declare a global entry that sets up r2.  This patch
fixes that problem, and consolidates the ENTRY and EALIGN macros.

	* sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
	(NOPS, ENTRY_3): New macros.
	(ENTRY): Rewrite.
	(ENTRY_TOCLESS): Define.
	(EALIGN, EALIGN_W_0, EALIGN_W_1, EALIGN_W_2, EALIGN_W_4, EALIGN_W_5,
	EALIGN_W_6, EALIGN_W_7, EALIGN_W_8): Delete.
	* sysdeps/powerpc/powerpc64/a2/memcpy.S: Replace EALIGN with ENTRY.
	* sysdeps/powerpc/powerpc64/dl-trampoline.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
	* sysdeps/powerpc/powerpc64/memset.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strstr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/e_expf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_cosf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_sinf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strcasestr.S: Likewise.
	* sysdeps/powerpc/powerpc64/addmul_1.S: Use ENTRY_TOCLESS.
	* sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_fabsl.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
	* sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
	* sysdeps/powerpc/powerpc64/lshift.S: Likewise.
	* sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/mul_1.S: Likewise.
	* sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
	* sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_ceil.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_ceilf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_floor.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_floorf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_round.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_roundf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_trunc.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5+/fpu/s_truncf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
	* sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/add_n.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/memmove.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strcasecmp.S (strcasecmp_l):
	Likewise.
	* sysdeps/powerpc/powerpc64/power7/strchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strchrnul.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strlen.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strncpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strnlen.S: Likewise.
	* sysdeps/powerpc/powerpc64/power7/strrchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/memcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/memset.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strcpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strlen.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strncmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strncpy.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strnlen.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strrchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/power8/strspn.S: Likewise.
	* sysdeps/powerpc/powerpc64/power9/strcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/power9/strncmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/strchr.S: Likewise.
	* sysdeps/powerpc/powerpc64/strcmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/strlen.S: Likewise.
	* sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
	* sysdeps/powerpc/powerpc64/ppc-mcount.S: Store LR earlier.  Don't
	add nop when SHARED.
	* sysdeps/powerpc/powerpc64/start.S: Fix comment.
	* sysdeps/powerpc/powerpc64/multiarch/strrchr-power8.S (ENTRY): Don't
	define.
	(ENTRY_TOCLESS): Define.
	* sysdeps/powerpc/powerpc32/sysdep.h (ENTRY_TOCLESS): Define.
	* sysdeps/powerpc/fpu/s_fma.S: Use ENTRY_TOCLESS.
	* sysdeps/powerpc/fpu/s_fmaf.S: Likewise.
2017-06-14 10:45:50 +09:30
..
bcopy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
bcopy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
bzero.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
ifunc-impl-list.c powerpc: Improve memcmp performance for POWER8 2017-05-18 11:21:20 +05:30
init-arch.h Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
Makefile powerpc: Improve memcmp performance for POWER8 2017-05-18 11:21:20 +05:30
memchr-power7.S powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. 2017-04-11 17:13:55 -03:00
memchr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memchr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memcmp-power4.S powerpc: refactor memcmp and memmove IFUNC. 2017-04-11 17:13:56 -03:00
memcmp-power7.S powerpc: refactor memcmp and memmove IFUNC. 2017-04-11 17:13:56 -03:00
memcmp-power8.S powerpc: Improve memcmp performance for POWER8 2017-05-18 11:21:20 +05:30
memcmp-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memcmp.c powerpc: Improve memcmp performance for POWER8 2017-05-18 11:21:20 +05:30
memcpy-a2.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memcpy-cell.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memcpy-power4.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memcpy-power6.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memcpy-power7.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memcpy-ppc64.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
memcpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memmove-power7.S powerpc: refactor memcmp and memmove IFUNC. 2017-04-11 17:13:56 -03:00
memmove-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memmove.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
mempcpy-power7.S powerpc: refactor memcpy and mempcpy IFUNC. 2017-04-11 17:13:56 -03:00
mempcpy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
mempcpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memrchr-power7.S powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. 2017-04-11 17:13:55 -03:00
memrchr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memrchr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memset-power4.S powerpc: refactor memset IFUNC. 2017-04-11 17:13:55 -03:00
memset-power6.S powerpc: refactor memset IFUNC. 2017-04-11 17:13:55 -03:00
memset-power7.S powerpc: refactor memset IFUNC. 2017-04-11 17:13:55 -03:00
memset-power8.S powerpc: refactor memset IFUNC. 2017-04-11 17:13:55 -03:00
memset-ppc64.S powerpc: refactor memset IFUNC. 2017-04-11 17:13:55 -03:00
memset.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
rawmemchr-power7.S powerpc: refactor memchr, memrchr, and rawmemchr IFUNC. 2017-04-11 17:13:55 -03:00
rawmemchr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
rawmemchr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
rtld-memset.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
rtld-strchr.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpcpy-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpcpy-power8.S powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. 2017-04-11 17:13:31 -03:00
stpcpy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpcpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpncpy-power7.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
stpncpy-power8.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
stpncpy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
stpncpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasecmp_l-power7.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strcasecmp_l.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasecmp-power7.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasecmp-power8.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasecmp-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasecmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasestr-power8.S powerpc: refactor strcasestr and strstr IFUNC. 2017-04-11 17:13:55 -03:00
strcasestr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcasestr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcat-power7.c Remove duplicate strcat implementations 2017-01-03 17:48:03 -02:00
strcat-power8.c powerpc: Use latest optimizations for internal function calls 2017-02-07 10:42:06 +05:30
strcat-ppc64.c Remove duplicate strcat implementations 2017-01-03 17:48:03 -02:00
strcat.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strchr-power7.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchr-power8.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchr-ppc64.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strchrnul-power7.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchrnul-power8.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strchrnul-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strchrnul.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcmp-power7.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strcmp-power8.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strcmp-power9.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strcmp-ppc64.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strcmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcpy-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcpy-power8.S powerpc: refactor stpcpy, stpncpy, strcpy, and strncpy IFUNC. 2017-04-11 17:13:31 -03:00
strcpy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcspn-power8.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcspn-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcspn.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strlen-power7.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strlen-power8.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strlen-ppc64.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strlen.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncase_l-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncase_l.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncase-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncase-power8.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncase-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncase.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncat-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncat-power8.c powerpc: Optimized strncat for POWER8 2017-04-13 11:29:20 +05:30
strncat-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncat.c powerpc: Fix strncat ifunc selection 2017-05-04 12:35:56 +05:30
strncmp-power4.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncmp-power7.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncmp-power8.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncmp-power9.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncmp-ppc64.S powerpc: refactor strcasecmp, strcmp, and strncmp IFUNC. 2017-04-11 17:13:54 -03:00
strncmp.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncpy-power7.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
strncpy-power8.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
strncpy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strncpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strnlen-power7.S powerpc: refactor strnlen and strlen IFUNC. 2017-04-11 17:13:54 -03:00
strnlen-power8.S powerpc64: Add POWER8 strnlen 2017-04-05 10:26:58 -03:00
strnlen-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strnlen.c powerpc64: Add POWER8 strnlen 2017-04-05 10:26:58 -03:00
strrchr-power7.S powerpc: refactor strchr, strchrnul, and strrchr IFUNC. 2017-04-11 17:13:54 -03:00
strrchr-power8.S PowerPC64 ENTRY_TOCLESS 2017-06-14 10:45:50 +09:30
strrchr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strrchr.c powerpc64: strrchr optimization for power8 2017-04-18 11:28:56 +05:30
strspn-power8.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strspn-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strspn.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strstr-power7.S PowerPC64 strncpy, stpncpy and strstr fixes 2017-06-14 10:44:59 +09:30
strstr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strstr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcschr-power6.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcschr-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcschr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcschr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcscpy-power6.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcscpy-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcscpy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcscpy.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcsrchr-power6.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcsrchr-power7.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcsrchr-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcsrchr.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wordcopy-ppc64.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00