This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.22-679-g214a44f


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  214a44f3949624623bd9f5ced82a47915259324e (commit)
      from  3f2c97261b487a95c94a9544023fb7c0a696b4a9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=214a44f3949624623bd9f5ced82a47915259324e

commit 214a44f3949624623bd9f5ced82a47915259324e
Author: Andrew Senkevich <andrew.senkevich@intel.com>
Date:   Sat Jan 16 14:42:26 2016 +0300

    Fixed typos in __memcpy_chk.
    
        * sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.

diff --git a/ChangeLog b/ChangeLog
index caf588b..16c008a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-01-16  Andrew Senkevich  <andrew.senkevich@intel.com>
+
+	* sysdeps/x86_64/multiarch/memcpy_chk.S: Fixed typos.
+
 2016-01-16  Mike Frysinger  <vapier@gentoo.org>
 
 	* sysdeps/unix/sysv/linux/sparc/bits/mman.h (MCL_ONFAULT): Move
diff --git a/sysdeps/x86_64/multiarch/memcpy_chk.S b/sysdeps/x86_64/multiarch/memcpy_chk.S
index a0d56d4..648217e 100644
--- a/sysdeps/x86_64/multiarch/memcpy_chk.S
+++ b/sysdeps/x86_64/multiarch/memcpy_chk.S
@@ -33,9 +33,9 @@ ENTRY(__memcpy_chk)
 #ifdef HAVE_AVX512_ASM_SUPPORT
 	HAS_ARCH_FEATURE (AVX512F_Usable)
 	jz      1f
-#	HAS_ARCH_FEATURE (Prefer_No_VZEROUPPER)
-#	jz      1f
-	leaq    __memcpy_avx512_no_vzeroupper(%rip), %rax
+	HAS_ARCH_FEATURE (Prefer_No_VZEROUPPER)
+	jz      1f
+	leaq    __memcpy_chk_avx512_no_vzeroupper(%rip), %rax
 	ret
 #endif
 1:	leaq	__memcpy_chk_sse2(%rip), %rax

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                             |    4 ++++
 sysdeps/x86_64/multiarch/memcpy_chk.S |    6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]