glibc/sysdeps/powerpc/powerpc32/power4/multiarch
Adhemerval Zanella 6bd4d02ee9 powerpc: Fix linknamespace introduced by 4d8015639a
This patch fixes the linknamespace issues add on wcscpy refactor
for powerpc-linux-gnu-power4 as shown by the tests:

FAIL: conform/POSIX/fnmatch.h/linknamespace
FAIL: conform/POSIX/glob.h/linknamespace
FAIL: conform/POSIX/wordexp.h/linknamespace
FAIL: conform/XPG4/fnmatch.h/linknamespace
FAIL: conform/XPG4/glob.h/linknamespace
FAIL: conform/XPG4/wordexp.h/linknamespace
FAIL: conform/XPG42/fnmatch.h/linknamespace
FAIL: conform/XPG42/glob.h/linknamespace
FAIL: conform/XPG42/wordexp.h/linknamespace

[initial] wordexp -> [libc.a(wordexp.o)] fnmatch -> [libc.a(fnmatch.o)] __wcscat -> [libc.a(wcscat.o)] __wcscpy -> [libc.a(wcscpy.o)] wcscpy

Checked on powerpc-linux-gnu-power4.

	* sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Define ifunc
	symbol as __wcspcy instead of wcscpy.
2019-02-27 15:56:58 -03:00
..
Makefile
bzero-power6.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bzero-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bzero-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
bzero.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
ifunc-impl-list.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
init-arch.h Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memchr-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memchr-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memchr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcmp-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcmp-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcmp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcpy-a2.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcpy-cell.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcpy-power6.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcpy-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcpy-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memcpy.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memmove-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memmove-ppc.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memmove.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mempcpy-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mempcpy-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
mempcpy.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memrchr-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memrchr-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memrchr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memset-power6.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memset-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memset-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
memset.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rawmemchr-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rawmemchr-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rawmemchr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rtld-memcmp.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rtld-memset.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rtld-strchr.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
rtld-strnlen.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strcasecmp-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strcasecmp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strcasecmp_l-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strcasecmp_l.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strchr-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strchr-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strchr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strchrnul-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strchrnul-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strchrnul.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strlen-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strlen-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strlen.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncase-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncase.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncase_l-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncase_l.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncmp-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncmp-ppc32.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strncmp.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strnlen-power7.S Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strnlen-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
strnlen.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcschr-power6.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcschr-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcschr-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcschr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcscpy-power6.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcscpy-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcscpy-ppc32.c wcsmbs: optimize wcscat 2019-02-27 10:00:37 -03:00
wcscpy.c powerpc: Fix linknamespace introduced by 4d8015639a 2019-02-27 15:56:58 -03:00
wcsrchr-power6.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcsrchr-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcsrchr-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wcsrchr.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wordcopy-power7.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00
wordcopy-ppc32.c Update copyright dates with scripts/update-copyrights. 2019-01-01 00:11:28 +00:00