]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
One more typo in AVX test
authorUlrich Drepper <drepper@gmail.com>
Sat, 23 Jul 2011 19:18:13 +0000 (15:18 -0400)
committerAndreas Schwab <schwab@redhat.com>
Mon, 25 Jul 2011 08:05:45 +0000 (10:05 +0200)
(cherry picked from commit bba33c289b1b24e1bb3075b7fce5b56c9d01ce2f)

ChangeLog
sysdeps/x86_64/dl-trampoline.S

index d654f21edfd1e56f46efa8b9a525dbe6bdb825dd..1c034b67921a2f49dc30b438560e7eaa88d807b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-07-23  Ulrich Drepper  <drepper@gmail.com>
+
+       * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
+       typo.
+       (_dl_x86_64_save_sse): Likewise.
+
 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
 
        * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
index 4aa63ee8d57567fbf12dc4576497943242a14054..45a2dc20c886f5d5b830cf5d2e7c791e1529f2a0 100644 (file)
@@ -143,7 +143,7 @@ L(have_avx):
        // AVX and XSAVE supported?
        andl    $((1 << 28) | (1 << 27)), %ecx
        cmpl    $((1 << 28) | (1 << 27)), %ecx
-       j     2f
+       jne     2f
        xorl    %ecx, %ecx
        // Get XFEATURE_ENABLED_MASK
        xgetbv
@@ -189,7 +189,7 @@ _dl_x86_64_save_sse:
        // AVX and XSAVE supported?
        andl    $((1 << 28) | (1 << 27)), %ecx
        cmpl    $((1 << 28) | (1 << 27)), %ecx
-       j     2f
+       jne     2f
        xorl    %ecx, %ecx
        // Get XFEATURE_ENABLED_MASK
        xgetbv