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.12-79-g02b7ace


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  02b7acedbb6e98113571eb9f06a5b8683b20e942 (commit)
       via  880113d91ef4bb74b722d63bc2d3290e5afb5fbb (commit)
      from  deb9cabbf475da0b65d7acdb364987c4a15b4214 (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=02b7acedbb6e98113571eb9f06a5b8683b20e942

commit 02b7acedbb6e98113571eb9f06a5b8683b20e942
Merge: 880113d deb9cab
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Tue Jul 27 21:15:07 2010 -0700

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

diff --cc ChangeLog
index 994655e,a5baf6c..97044ae
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,8 +1,13 @@@
 +2010-07-27  Ulrich Drepper  <drepper@redhat.com>
 +
 +	* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
 +	for ld.so.
 +
+ 2010-07-27  Andreas Schwab  <schwab@redhat.com>
+ 
+ 	* manual/memory.texi (Malloc Tunable Parameters): Document
+ 	M_PERTURB.
+ 
  2010-07-26  Roland McGrath  <roland@redhat.com>
  
  	[BZ #11840]

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

commit 880113d91ef4bb74b722d63bc2d3290e5afb5fbb
Author: Ulrich Drepper <drepper@redhat.com>
Date:   Tue Jul 27 21:12:59 2010 -0700

    Avoid compiling unneeded file in ld.so.

diff --git a/ChangeLog b/ChangeLog
index 6603a56..994655e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-07-27  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
+	for ld.so.
+
 2010-07-26  Roland McGrath  <roland@redhat.com>
 
 	[BZ #11840]
diff --git a/sysdeps/x86_64/multiarch/strcmp-ssse3.S b/sysdeps/x86_64/multiarch/strcmp-ssse3.S
index 98cecb8..43b3f30 100644
--- a/sysdeps/x86_64/multiarch/strcmp-ssse3.S
+++ b/sysdeps/x86_64/multiarch/strcmp-ssse3.S
@@ -1,3 +1,5 @@
-#define USE_SSSE3 1
-#define STRCMP __strcmp_ssse3
-#include "../strcmp.S"
+#ifndef NOT_IN_libc
+# define USE_SSSE3 1
+# define STRCMP __strcmp_ssse3
+# include "../strcmp.S"
+#endif

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

Summary of changes:
 ChangeLog                               |    5 +++++
 sysdeps/x86_64/multiarch/strcmp-ssse3.S |    8 +++++---
 2 files changed, 10 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]