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.11-206-gd22ae6c


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  d22ae6cf50dfb60e5f13fef8be5a3c8636733947 (commit)
      from  6bb74d9f86e543c418f94a7732e8ee47c9e8225f (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=d22ae6cf50dfb60e5f13fef8be5a3c8636733947

commit d22ae6cf50dfb60e5f13fef8be5a3c8636733947
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Mon Feb 15 18:47:02 2010 -0800

    Remove commented-out code.

diff --git a/sysdeps/i386/i686/multiarch/strcmp-sse4.S b/sysdeps/i386/i686/multiarch/strcmp-sse4.S
index 4b47851..e26f434 100644
--- a/sysdeps/i386/i686/multiarch/strcmp-sse4.S
+++ b/sysdeps/i386/i686/multiarch/strcmp-sse4.S
@@ -379,13 +379,7 @@ L(more4bytes):
 	movzbl	7(%eax), %ecx
 	cmpb	%cl, 7(%edx)
 	jne	L(neq)
-#if 0
-	// XXX bug in original code.  It had a fallthru without any code
-	cmpl	$0, %ecx
-	je	L(eq)
-#else
 	jmp	L(eq)
-#endif
 
 END (STRCMP)
 

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

Summary of changes:
 sysdeps/i386/i686/multiarch/strcmp-sse4.S |    6 ------
 1 files changed, 0 insertions(+), 6 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]