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, fedora/master, updated. fedora/glibc-2.10.90-21-8-g77b2bdd


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, fedora/master has been updated
       via  77b2bdde6534eefe919d3c32bfc79b62eeecb466 (commit)
       via  a31519cef9edea573edeb58ddd85417380cc5712 (commit)
       via  02bf610ca82f4b5660dadcfff04124e73f8ef2ff (commit)
       via  0549ce8ec1f66a41c59815e50dd48ffd74fabb52 (commit)
       via  6dfeb5245bca9f2ef94815ed9a7b979a9e0be744 (commit)
       via  3d60eb17340768688bd287580c32365c1e925487 (commit)
       via  7a7e49c020125d444fec7fded51bd5f82bfc8c49 (commit)
      from  85cf3748c6c1f8f7484a35aa17616390a621382a (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=77b2bdde6534eefe919d3c32bfc79b62eeecb466

commit 77b2bdde6534eefe919d3c32bfc79b62eeecb466
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Sep 14 11:07:21 2009 +0200

    2.10.90-22

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 44300d5..7ff9a31 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -21,7 +21,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 21
+Release: 22
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -317,6 +317,8 @@ GXX="g++ -m64"
 %endif
 
 BuildFlags="$BuildFlags -fasynchronous-unwind-tables"
+# gcc is a memory hog without that (#523172).
+BuildFlags="$BuildFlags -fno-var-tracking-assignments"
 # Add -DNDEBUG unless using a prerelease
 case %{version} in
   *.*.9[0-9]*) ;;
@@ -1026,6 +1028,13 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Sep 14 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-22
+- Update from master.
+  - Fix endless loop in localedef.
+  - Fix __longjmp_chk on s390/s390x.
+- Fix exit codes in nscd start script (#521848).
+- Build with -fno-var-tracking-assignments for now (#523172).
+
 * Mon Sep  7 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-21
 - Update from master.
   - Fix strstr/strcasestr on i386 (#519226).

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

commit a31519cef9edea573edeb58ddd85417380cc5712
Merge: 85cf374 02bf610
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Sep 14 11:05:01 2009 +0200

    Merge remote branch 'origin/master' into fedora/master


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

Summary of changes:
 ChangeLog                                          |   19 +++++
 configure                                          |    4 +-
 configure.in                                       |    4 +-
 fedora/glibc.spec.in                               |   11 +++-
 locale/programs/ld-collate.c                       |   59 +++++++++--------
 nptl/ChangeLog                                     |    4 +
 nptl/sysdeps/pthread/bits/libc-lock.h              |    2 +-
 posix/getconf.c                                    |   72 ++++++++++---------
 .../sysv/linux}/s390/s390-32/____longjmp_chk.c     |   16 ++++-
 .../sysv/linux}/s390/s390-64/____longjmp_chk.c     |   16 ++++-
 10 files changed, 137 insertions(+), 70 deletions(-)
 rename sysdeps/{ => unix/sysv/linux}/s390/s390-32/____longjmp_chk.c (73%)
 rename sysdeps/{ => unix/sysv/linux}/s390/s390-64/____longjmp_chk.c (73%)


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]