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.14-246-ga450513


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  a450513e1d51cb8fe46ba5ebd92399247060b980 (commit)
       via  08a300c956feeca7ccb9081f88701229da8e25c5 (commit)
      from  59178ef977d3c8392eff263d40a16d7c741edca4 (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=a450513e1d51cb8fe46ba5ebd92399247060b980

commit a450513e1d51cb8fe46ba5ebd92399247060b980
Merge: 08a300c 59178ef
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Wed Sep 7 21:52:39 2011 -0400

    Merge branch 'master' of ssh://sourceware.org/git/glibc
    
    Conflicts:
    	ChangeLog

diff --cc ChangeLog
index 0eb1acc,e0678f2..c90f2c7
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,9 +1,14 @@@
 +2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
 +
 +	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
 +	AVX check.
 +
+ 2011-09-07  Andreas Schwab  <schwab@redhat.com>
+ 
+ 	[BZ #13144]
+ 	* sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
+ 	last change.
+ 
  2011-09-07  Ulrich Drepper  <drepper@gmail.com>
  
  	* sysdeps/unix/sysv/linux/x86_64/init-first.c

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=08a300c956feeca7ccb9081f88701229da8e25c5

commit 08a300c956feeca7ccb9081f88701229da8e25c5
Author: H.J. Lu <hongjiu.lu@intel.com>
Date:   Wed Sep 7 21:38:23 2011 -0400

    Simplify AVX check

diff --git a/ChangeLog b/ChangeLog
index 3011a5a..0eb1acc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
+	AVX check.
+
 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
 
 	* sysdeps/unix/sysv/linux/x86_64/init-first.c
diff --git a/sysdeps/x86_64/dl-trampoline.S b/sysdeps/x86_64/dl-trampoline.S
index 258c609..6523c92 100644
--- a/sysdeps/x86_64/dl-trampoline.S
+++ b/sysdeps/x86_64/dl-trampoline.S
@@ -149,10 +149,7 @@ L(have_avx):
 	// Get XFEATURE_ENABLED_MASK
 	xgetbv
 	andl	$0x6, %eax
-	cmpl	$0x6, %eax
-	// Nonzero if SSE and AVX state saving is enabled.
-	sete	%al
-2:	leal	-1(%eax,%eax), %eax
+2:	subl	$0x5, %eax
 	movl	%eax, L(have_avx)(%rip)
 	cmpl	$0, %eax
 

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

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