diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-11-10 03:05:37 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2010-11-10 03:05:37 -0500 |
commit | 8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f (patch) | |
tree | fd2ff61641c3c584b23952682253c4065c82088c /ChangeLog | |
parent | 69da074d7adfab7b57004a0dea9403a928e310a5 (diff) | |
download | glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.tar glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.tar.gz glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.tar.bz2 glibc-8ca52c6e3b2dc44a46c32d6a8e6a7f608915998f.zip |
Fix one exit path in x86-64 SSE4.2 str{,n}casecmp.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2010-11-09 H.J. Lu <hongjiu.lu@intel.com> + + [BZ #12205] + * string/test-strncasecmp.c (check_result): New function. + (do_one_test): Use it. + (check1): New function. + (test_main): Use it. + * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit): + Support strcasecmp and strncasecmp. + 2010-11-08 Ulrich Drepper <drepper@gmail.com> [BZ #12194] |