glibc/sysdeps/i386/i686/multiarch
Adhemerval Zanella 65687ac76c Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)
Since the removal of bits/string.h, _HAVE_STRING_ARCH_* are no
longer used.  This patch removes the unused macros from i686
and x86_64 sysdeps folder.

Checked on x86_64-linux-gnu and i686-linux-gnu.

	* sysdeps/i386/i686/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
	Remove define.
	* sysdeps/x86_64/multiarch/stpcpy.c (_HAVE_STRING_ARCH_stpcpy):
	Likewise.
	* sysdeps/x86_64/multiarch/strcspn.c (_HAVE_STRING_ARCH_strcspn):
	Likewise.
	* sysdeps/x86_64/multiarch/strncat.c (_HAVE_STRING_ARCH_strncat):
	Likewise.
	* sysdeps/x86_64/multiarch/strncpy.c (_HAVE_STRING_ARCH_strncpy):
	Likewise.
	* sysdeps/x86_64/multiarch/strpbrk.c (_HAVE_STRING_ARCH_strpbrk):
	Likewise.
	* sysdeps/x86_64/multiarch/strspn.c (_HAVE_STRING_ARCH_strspn):
	Likewise.
2017-09-06 14:35:23 -03:00
..
Makefile i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
bcopy-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
bcopy-sse2-unaligned.S i386: memcpy functions with SSE2 unaligned load/store 2014-12-30 07:19:38 -08:00
bcopy-ssse3-rep.S
bcopy-ssse3.S
bcopy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
bzero-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
bzero-sse2-rep.S
bzero-sse2.S
bzero.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-impl-list.c i386: Test memmove_chk and memset_chk only in libc.so [BZ #21741] 2017-07-19 08:39:18 -07:00
ifunc-memmove.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-memset.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-sse2-bsf.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-sse2-ssse3.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-sse2.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-sse4_2.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
ifunc-ssse3-sse4_2.h i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
locale-defines.sym
memchr-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memchr-sse2-bsf.S Fix i686 memchr for large input sizes 2017-01-02 17:52:51 -02:00
memchr-sse2.S x86: Optimize SSE2 memchr overflow calculation 2017-05-19 10:48:45 -07:00
memchr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memcmp-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memcmp-sse4.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
memcmp-ssse3.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memcmp.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memcpy-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memcpy-sse2-unaligned.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
memcpy-ssse3-rep.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
memcpy-ssse3.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
memcpy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memcpy_chk-nonshared.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memcpy_chk.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memmove-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memmove-sse2-unaligned.S i386: memcpy functions with SSE2 unaligned load/store 2014-12-30 07:19:38 -08:00
memmove-ssse3-rep.S
memmove-ssse3.S
memmove.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memmove_chk-nonshared.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memmove_chk.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
mempcpy-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
mempcpy-sse2-unaligned.S i386: memcpy functions with SSE2 unaligned load/store 2014-12-30 07:19:38 -08:00
mempcpy-ssse3-rep.S
mempcpy-ssse3.S
mempcpy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
mempcpy_chk-nonshared.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
mempcpy_chk.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memrchr-c.c Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
memrchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memrchr-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
memrchr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memset-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memset-sse2-rep.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
memset-sse2.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
memset.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memset_chk-nonshared.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
memset_chk.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
rawmemchr-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
rawmemchr-sse2-bsf.S
rawmemchr-sse2.S
rawmemchr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
rtld-strnlen.c
s_fma-fma.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
s_fma.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
s_fmaf-fma.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
s_fmaf.c Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
sched_cpucount.c
stpcpy-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
stpcpy-sse2.S
stpcpy-ssse3.S
stpcpy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
stpncpy-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
stpncpy-sse2.S
stpncpy-ssse3.S
stpncpy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcasecmp-c.c
strcasecmp.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcasecmp_l-c.c
strcasecmp_l-sse4.S
strcasecmp_l-ssse3.S
strcasecmp_l.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcat-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcat-sse2.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
strcat-ssse3.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcat.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strchr-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strchr-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strchr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcmp-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcmp-sse4.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcmp-ssse3.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcmp.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcpy-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcpy-sse2.S i386: Check PIC to enable PIC setups in multiarch functions 2017-08-02 10:25:25 -07:00
strcpy-ssse3.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strcpy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcspn-c.c i686: Add missing IS_IN (libc) guards to vectorized strcspn 2017-06-14 14:50:11 +02:00
strcspn-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strcspn.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strlen-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strlen-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strlen-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strlen.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strncase-c.c
strncase.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strncase_l-c.c
strncase_l-sse4.S
strncase_l-ssse3.S
strncase_l.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strncat-c.c Remove bits/string.h. 2017-06-20 08:21:24 -04:00
strncat-sse2.S
strncat-ssse3.S
strncat.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strncmp-c.c
strncmp-sse4.S
strncmp-ssse3.S
strncmp.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strncpy-c.c
strncpy-sse2.S
strncpy-ssse3.S
strncpy.c Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858) 2017-09-06 14:35:23 -03:00
strnlen-c.c Use libc_hidden_proto / libc_hidden_def with __strnlen. 2015-06-02 20:24:25 +00:00
strnlen-sse2.S
strnlen.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strpbrk-c.c
strpbrk-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strpbrk.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strrchr-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strrchr-sse2-bsf.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strrchr-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
strrchr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strspn-c.c
strspn-ia32.S i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
strspn.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
test-multiarch.c
varshift.c i686: Add missing IS_IN (libc) guards to vectorized strcspn 2017-06-14 14:50:11 +02:00
varshift.h
wcschr-c.c powerpc: Fix __wcschr static build 2015-04-15 16:01:48 -03:00
wcschr-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcschr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
wcscmp-c.c Fix regcomp wcscoll, wcscmp namespace (bug 18497). 2015-06-09 21:07:30 +00:00
wcscmp-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcscmp.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
wcscpy-c.c Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
wcscpy-ssse3.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcscpy.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
wcslen-c.c Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
wcslen-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcslen.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
wcsrchr-c.c Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
wcsrchr-sse2.S Update copyright dates with scripts/update-copyrights. 2017-01-01 00:14:16 +00:00
wcsrchr.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00
wmemcmp-c.c Remove NOT_IN_libc 2014-11-24 15:03:45 +05:30
wmemcmp-sse4.S
wmemcmp-ssse3.S
wmemcmp.c i686: Implement IFUNC selectors in C 2017-08-04 13:29:38 -07:00