diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-26 13:37:45 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-26 13:37:45 -0700 |
commit | dc8e5eb6edc936647b8135e7176df5455e5ff112 (patch) | |
tree | 7d55de0ea759926067055c11a81cb1754244635b | |
parent | 7956a3d27c6552f57c8b1c3893d55e501fe30e14 (diff) | |
download | glibc-dc8e5eb6edc936647b8135e7176df5455e5ff112.tar glibc-dc8e5eb6edc936647b8135e7176df5455e5ff112.tar.gz glibc-dc8e5eb6edc936647b8135e7176df5455e5ff112.tar.bz2 glibc-dc8e5eb6edc936647b8135e7176df5455e5ff112.zip |
Add missing ChangeLog entry for last checkin.
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ +2009-07-26 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove + strncmp-c. + * sysdeps/x86_64/multiarch/strcmp.S (aftertail): Removed. + (exit): Likewise. + (Byte1): Likewise. + (Byte2): Likewise. + (Byte3): Likewise. + (Byte4): Likewise. + (Byte5): Likewise. + (Byte6): Likewise. + (next_8_bytes): Likewise. + (Byte0): Remove commented out codes. + (unaligned_table): Align jump table at 8 bytes. + Add _sse4_2 to all labels. Always include "../strcmp.S". + * sysdeps/x86_64/multiarch/strncmp-c.c: Removed. + * sysdeps/x86_64/strcmp.S: Add SSE2 support. + * sysdeps/x86_64/strncmp.S: New file. + 2009-07-26 Ulrich Drepper <drepper@redhat.com> [BZ #10422] |