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.25-356-g1f655be


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  1f655beb087a4ade30a0299d6f92b9916fbf7cc7 (commit)
      from  81cb7a0b2b6b905a504b8b56fe3c1634adf8fb71 (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=1f655beb087a4ade30a0299d6f92b9916fbf7cc7

commit 1f655beb087a4ade30a0299d6f92b9916fbf7cc7
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat May 20 06:13:38 2017 -0700

    x86_64: Remove L(return_null) from rawmemchr.S
    
    L(return_null) is unused.
    
    	* sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed.

diff --git a/ChangeLog b/ChangeLog
index 97b80aa..5e7b766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-05-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/rawmemchr.S (L(return_null)): Removed.
+
 2017-05-20  Zack Weinberg  <zackw@panix.com>
 
 	* sysdeps/arm/sysdep.h
diff --git a/sysdeps/x86_64/rawmemchr.S b/sysdeps/x86_64/rawmemchr.S
index 021a0ae..0405c7b 100644
--- a/sysdeps/x86_64/rawmemchr.S
+++ b/sysdeps/x86_64/rawmemchr.S
@@ -196,11 +196,6 @@ L(matches32):
 	lea	32(%rax, %rdi), %rax
 	ret
 
-	.p2align 4
-L(return_null):
-	xor	%rax, %rax
-	ret
-
 END (__rawmemchr)
 
 weak_alias (__rawmemchr, rawmemchr)

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

Summary of changes:
 ChangeLog                  |    4 ++++
 sysdeps/x86_64/rawmemchr.S |    5 -----
 2 files changed, 4 insertions(+), 5 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]