Update file name in x86_64 ifunc list

File name update missed in commit 584b18eb.
This commit is contained in:
Allan McRae 2013-12-16 12:44:14 +10:00
parent 8894bad34c
commit 6f8e37ebf8
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2013-12-16 Allan McRae <allan@archlinux.org>
* sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
[BZ #14120]
* configure.ac: Added --enable-maintainer-mode. Check for
autoconf when enabled.

View file

@ -180,7 +180,7 @@ __libc_ifunc_impl_list (const char *name, struct libc_ifunc_impl *array,
IFUNC_IMPL_ADD (array, i, strspn, HAS_SSE4_2, __strspn_sse42)
IFUNC_IMPL_ADD (array, i, strspn, 1, __strspn_sse2))
/* Support sysdeps/x86_64/multiarch/strstr-c.c. */
/* Support sysdeps/x86_64/multiarch/strstr.c. */
IFUNC_IMPL (i, name, strstr,
IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2_unaligned)
IFUNC_IMPL_ADD (array, i, strstr, 1, __strstr_sse2))