From: Ulrich Drepper Date: Sun, 26 Jul 2009 20:37:45 +0000 (-0700) Subject: Add missing ChangeLog entry for last checkin. X-Git-Tag: fedora/glibc-2.10.90-9~1^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc8e5eb6edc936647b8135e7176df5455e5ff112;p=thirdparty%2Fglibc.git Add missing ChangeLog entry for last checkin. --- diff --git a/ChangeLog b/ChangeLog index d32f15b08a1..7adbf1f7a88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2009-07-26 H.J. Lu + + * 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 [BZ #10422]