diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-03-12 12:49:13 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-03-12 12:49:13 -0700 |
commit | e6b5a29364551637c6f43e6c41b06cd8dd3a129b (patch) | |
tree | d5b49d0372e122e6a97505815b010e138b246cad | |
parent | 4fdd5ec1257f6a5a7bc629febaaef0209c17ea05 (diff) | |
download | glibc-e6b5a29364551637c6f43e6c41b06cd8dd3a129b.zip glibc-e6b5a29364551637c6f43e6c41b06cd8dd3a129b.tar.gz glibc-e6b5a29364551637c6f43e6c41b06cd8dd3a129b.tar.bz2 |
Fix up log entry.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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. |