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 hjl/wcslen/master updated. glibc-2.25-362-g8fb7213


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, hjl/wcslen/master has been updated
       via  8fb7213db8c06d760ad49e0574e94a61b51dc4df (commit)
      from  dd72a28e8bf51d1c1957a5745df1f892fc7e171c (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=8fb7213db8c06d760ad49e0574e94a61b51dc4df

commit 8fb7213db8c06d760ad49e0574e94a61b51dc4df
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun May 21 11:26:18 2017 -0700

    Fix weak bzero

diff --git a/sysdeps/x86_64/multiarch/memset.S b/sysdeps/x86_64/multiarch/memset.S
index 2b10869..11f2737 100644
--- a/sysdeps/x86_64/multiarch/memset.S
+++ b/sysdeps/x86_64/multiarch/memset.S
@@ -71,11 +71,12 @@ END(memset)
 	.globl __GI___wmemset; __GI___wmemset = __wmemset_sse2_unaligned
 # endif
 
+# undef weak_alias
+# define weak_alias(original, alias) \
+	.weak bzero; bzero = __bzero
+
 # undef strong_alias
 # define strong_alias(original, alias)
-
-# undef weak_alias
-# define weak_alias(original, alias)
 #endif
 
 #include "../memset.S"

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

Summary of changes:
 sysdeps/x86_64/multiarch/memset.S |    7 ++++---
 1 files changed, 4 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]