Fix up log entry.

This commit is contained in:
Roland McGrath 2013-03-12 12:49:13 -07:00
parent 4fdd5ec125
commit e6b5a29364

View File

@ -1,20 +1,16 @@
2013-03-13 Ondřej Bílka <neleai@seznam.cz>
2013-03-11 Ondřej Bílka <neleai@seznam.cz>
* sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
definining bcopy.
* sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
Remove Prefer_SSE_for_memop.
* sysdeps/x86_64/multiarch/init-arch.h: Remove
bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
HAS_PREFER_SSE_FOR_MEMOP.
* sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
memset-x86-64.
* sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
Remove zero, memset ifunc support.
Remove bzero, memset ifunc support.
* sysdeps/x86_64/multiarch/bzero.S: Remove file.
* sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
* sysdeps/x86_64/multiarch/memset.S: Likewise.