From: Ulrich Drepper Date: Sat, 23 Jul 2011 19:18:13 +0000 (-0400) Subject: One more typo in AVX test X-Git-Tag: upstream/2.30~12197 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bba33c289b1b24e1bb3075b7fce5b56c9d01ce2f;p=external%2Fglibc.git One more typo in AVX test --- diff --git a/ChangeLog b/ChangeLog index d149838..9ae8c04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-07-23 Ulrich Drepper + + * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more + typo. + (_dl_x86_64_save_sse): Likewise. + 2011-07-22 Ulrich Drepper * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for diff --git a/sysdeps/x86_64/dl-trampoline.S b/sysdeps/x86_64/dl-trampoline.S index 4aa63ee..45a2dc2 100644 --- a/sysdeps/x86_64/dl-trampoline.S +++ b/sysdeps/x86_64/dl-trampoline.S @@ -143,7 +143,7 @@ L(have_avx): // AVX and XSAVE supported? andl $((1 << 28) | (1 << 27)), %ecx cmpl $((1 << 28) | (1 << 27)), %ecx - je 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 - je 2f + jne 2f xorl %ecx, %ecx // Get XFEATURE_ENABLED_MASK xgetbv