diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2010-04-15 07:50:47 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-04-15 07:50:47 -0700 |
commit | 1cdb2151fbad6bff650e85a0476972881bbc027b (patch) | |
tree | 2806823968143afbdb268d5ee0c3adc464aeae28 | |
parent | 6cc2b8a6dfc93212ce8437a2fb734a9225a4ba1c (diff) | |
download | glibc-1cdb2151fbad6bff650e85a0476972881bbc027b.zip glibc-1cdb2151fbad6bff650e85a0476972881bbc027b.tar.gz glibc-1cdb2151fbad6bff650e85a0476972881bbc027b.tar.bz2 |
Missing CL.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2010-04-15 H.J. Lu <hongjiu.lu@intel.com> + + * string/test-strncmp.c (check_result): New function. + (do_one_test): Use it. + (check1): New function. + (test_main): Use it. + * sysdeps/i386/i686/multiarch/strcmp-sse4.S (crosspage): Properly + update source and destination. + * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (gobble_ashr_12): + Properly check and update counter. + 2010-04-14 H.J. Lu <hongjiu.lu@intel.com> * sysdeps/x86_64/elf/configure.in: Move AVX test to .... |