diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 13:15:17 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-07-23 13:15:17 -0700 |
commit | d28797e426aa7e4e380a7ae10faf4aa3c4767e0b (patch) | |
tree | f3219b54a090a6252edd85cd30af80ba81ae556a /ChangeLog | |
parent | 666a9871f7afc40aebcc28eab8890ab99ee01a47 (diff) | |
download | glibc-d28797e426aa7e4e380a7ae10faf4aa3c4767e0b.tar glibc-d28797e426aa7e4e380a7ae10faf4aa3c4767e0b.tar.gz glibc-d28797e426aa7e4e380a7ae10faf4aa3c4767e0b.tar.bz2 glibc-d28797e426aa7e4e380a7ae10faf4aa3c4767e0b.zip |
Perform test for Arom x86-64 in central place and handle it.
There will be more than one function which, in multiarch mode, wants
to use SSSE3. We should not test in each of them for Atoms with
slow SSSE3. Instead, disable the SSSE3 bit in the startup code for
such machines.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-07-23 Ulrich Drepper <drepper@redhat.com> + * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Reset + SSSE3 bit for Atoms. + * sysdeps/x86_64/multiarch/strcpy.S: New need to perform Atom test + here anymore. + * posix/tst-rfc3484.c (do_test): Initialize entire sockaddr_in structure before copying it to avoid warning. * posix/tst-rfc3484-2.c (do_test): Likewise. |