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-250-g5e49c52


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  5e49c52efdb37eb0aa315156f39056f25ff9ddaa (commit)
       via  60522a5f4798c65ac4dbe895c986f690cd69a3fd (commit)
      from  f57e41a5b8e88186c67ec0410d61a751b274340c (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=5e49c52efdb37eb0aa315156f39056f25ff9ddaa

commit 5e49c52efdb37eb0aa315156f39056f25ff9ddaa
Author: Ulrich Drepper <gmail@redhat.com>
Date:   Wed Jan 12 20:59:32 2011 -0500

    Fix alignment in x86 destructor calls.

diff --git a/ChangeLog b/ChangeLog
index 769b785..b969183 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
+	alignment for SSE2.
+
 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
 
 	[BZ #12394]
diff --git a/sysdeps/i386/Makefile b/sysdeps/i386/Makefile
index ef45ce6..3d9f3fc 100644
--- a/sysdeps/i386/Makefile
+++ b/sysdeps/i386/Makefile
@@ -47,6 +47,7 @@ endif
 # And a couple of other routines
 ifeq ($(subdir),stdlib)
 CFLAGS-exit.c += -mpreferred-stack-boundary=4
+CFLAGS-cxa_finalize.c += -mpreferred-stack-boundary=4
 endif
 ifeq ($(subdir),elf)
 CFLAGS-dl-init.c += -mpreferred-stack-boundary=4

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

commit 60522a5f4798c65ac4dbe895c986f690cd69a3fd
Author: Ulrich Drepper <gmail@redhat.com>
Date:   Wed Jan 12 20:58:21 2011 -0500

    Add missing CL entry.

diff --git a/ChangeLog b/ChangeLog
index 0d73576..769b785 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-01-12  Ulrich Drepper  <drepper@gmail.com>
+
+	[BZ #12394]
+	* stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
+	characters.  When rounding increased number of integer digits recompute
+	number of groups.
+	* stdio-common/tst-grouping.c: New file.
+	* stdio-common/Makefile: Add rules to build and run tst-grouping.
+
 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
 
 	* sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,

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

Summary of changes:
 ChangeLog             |   14 ++++++++++++++
 sysdeps/i386/Makefile |    1 +
 2 files changed, 15 insertions(+), 0 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]