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-12-25-g4af7f59


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  4af7f59a26e334d1fb5f0f10af00feaefc53a1b0 (commit)
       via  859300345b2632aa6c27f8c270356d8cc2e3c55f (commit)
       via  efa0569d2bfdbb7367fce42b1c99821b85d2d3ba (commit)
       via  5d368296eafdf38a81228d118e772134734d6bb3 (commit)
       via  4bc1b8961150a018f67197c903526cc87b8708e7 (commit)
       via  4e1e2f42472744569f1540dd8410d23180e24bf9 (commit)
       via  fc1870e6a484ad3211648c9ae51bc076913518aa (commit)
       via  a3d4298d8354f4ea232f027ba2ebfd560afecc1b (commit)
       via  49eea97b00d367aa3eac3dfd047c259e7bd04732 (commit)
       via  8e436522e108229eeb96d8921c659c5a19eaf455 (commit)
       via  9d36a6c410ca5b653cece179e5979240577da8d5 (commit)
       via  0fda545d5f9253d7b2b7832c37cd8f57c5619da4 (commit)
       via  9083bcc5dc747eeec24c2bb8bf5b7055b3bd4dbf (commit)
       via  57b378ac895c346d74758b54f9e388ed3ca30751 (commit)
       via  2d2f482e480519f627fb58b163a2d7668b579e69 (commit)
       via  0eca608d0568e7d7cab670b5ba77c641ca0d547d (commit)
       via  7bc513cf188fe50e21ad88439f294100ffa20f72 (commit)
       via  3aa2588d4a533686d677eb3f6c00c202849df72b (commit)
       via  a546baa9cd2e5176e9851811d5df6f23e35d3bb8 (commit)
       via  77c84aeb81808c3109665949448dba59965c391e (commit)
       via  0eb258d291d826d854a12ef0d95c7ca6c359cffa (commit)
       via  9b26179acf35751146b18ef1ed24a79bbea73276 (commit)
       via  2c709c6f05ed5cbcf30df89d3aa63b78a38bf968 (commit)
       via  02cea47161c00969afa985e641f4ac376f84d35f (commit)
       via  421665c40ae002f74130eb4e0b19cb22d97860cf (commit)
      from  3c16fc6d6e8fbde9c57e50ded94e8c0213ec22de (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=4af7f59a26e334d1fb5f0f10af00feaefc53a1b0

commit 4af7f59a26e334d1fb5f0f10af00feaefc53a1b0
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 10 10:15:44 2009 +0200

    2.10.90-13

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 79513d1..65637fb 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: 12
+Release: 13
 # 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
@@ -871,7 +871,7 @@ mkdir -p $RPM_BUILD_ROOT/var/cache/ldconfig
 %triggerin common -p /usr/sbin/tzdata-update -- tzdata
 
 %post devel
-/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir || :
+/sbin/install-info %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
 
 %pre headers
 # this used to be a link and it is causing nightmares now
@@ -881,7 +881,7 @@ fi
 
 %preun devel
 if [ "$1" = 0 ]; then
-  /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir || :
+  /sbin/install-info --delete %{_infodir}/libc.info.gz %{_infodir}/dir > /dev/null 2>&1 || :
 fi
 
 %post utils -p /sbin/ldconfig
@@ -1023,6 +1023,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Mon Aug 10 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-13
+- Update from master.
+  - fix rehashing of unique symbols (#515677)
+- Fix spurious messages with --excludedocs (#515948)
+
 * Mon Aug  3 2009 Andreas Schwab <schwab@redhat.com> - 2.10.90-12
 - Update from master.
   - fix fortify failure with longjmp from alternate stack (#512103)

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

commit 859300345b2632aa6c27f8c270356d8cc2e3c55f
Merge: 9b26179 efa0569
Author: Andreas Schwab <schwab@redhat.com>
Date:   Mon Aug 10 10:11:14 2009 +0200

    Merge commit 'origin/master' into fedora/master


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

commit 9b26179acf35751146b18ef1ed24a79bbea73276
Author: Andreas Schwab <schwab@redhat.com>
Date:   Wed Aug 5 12:01:02 2009 +0200

    Don't strip static archives.
    
    This is already done by brp-strip-static-archive.

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 2c34936..79513d1 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -530,17 +530,6 @@ mkdir -p $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}
 cp -a $RPM_BUILD_ROOT%{_prefix}/%{_lib}/*.a \
   $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/
 rm -f $RPM_BUILD_ROOT%{_prefix}/lib/debug%{_prefix}/%{_lib}/*_p.a
-# Now strip debugging info from static libraries
-pushd $RPM_BUILD_ROOT%{_prefix}/%{_lib}/
-for i in *.a; do
-  if [ -f $i ]; then
-    case "$i" in
-    *_p.a) ;;
-    *) strip -g -R .comment $i ;;
-    esac
-  fi
-done
-popd
 
 # rquota.x and rquota.h are now provided by quota
 rm -f $RPM_BUILD_ROOT%{_prefix}/include/rpcsvc/rquota.[hx]

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

Summary of changes:
 .gitignore                                         |    1 +
 ChangeLog                                          |  107 ++++
 Makefile                                           |    4 +-
 NEWS                                               |   24 +-
 elf/Makefile                                       |   21 +-
 elf/dl-lookup.c                                    |    2 +-
 elf/tst-audit6.c                                   |   28 +
 elf/tst-audit7.c                                   |    1 +
 elf/tst-auditmod6a.c                               |   46 ++
 elf/tst-auditmod6b.c                               |  220 ++++++++
 elf/tst-auditmod6c.c                               |  225 ++++++++
 elf/tst-auditmod7a.c                               |    1 +
 elf/tst-auditmod7b.c                               |  218 ++++++++
 fedora/glibc.spec.in                               |   22 +-
 nptl/ChangeLog                                     |   30 ++
 nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S |  115 ++++
 .../unix/sysv/linux/x86_64/libc-cancellation.S     |   22 +
 .../unix/sysv/linux/x86_64/librt-cancellation.S    |   22 +
 .../sysv/linux/x86_64/pthread_cond_timedwait.S     |    2 -
 .../unix/sysv/linux/x86_64/pthread_cond_wait.S     |   50 +--
 .../sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S |  210 +++++---
 nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S     |   58 +--
 .../sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h |   55 +--
 nptl/sysdeps/x86_64/tcb-offsets.sym                |   10 +
 sysdeps/i386/configure                             |  550 +++++++++++++++++++-
 sysdeps/i386/configure.in                          |    8 +-
 sysdeps/i386/i686/multiarch/Makefile               |   11 +
 sysdeps/i386/i686/multiarch/strcasestr-c.c         |    2 +
 sysdeps/i386/i686/multiarch/strcasestr.c           |    1 +
 sysdeps/i386/i686/multiarch/strcspn-c.c            |    2 +
 sysdeps/i386/i686/multiarch/strcspn.S              |  114 ++++
 sysdeps/i386/i686/multiarch/strlen.S               |  154 ++++++
 sysdeps/i386/i686/multiarch/strpbrk-c.c            |    2 +
 sysdeps/{x86_64 => i386/i686}/multiarch/strpbrk.S  |    0
 sysdeps/i386/i686/multiarch/strspn-c.c             |    2 +
 sysdeps/i386/i686/multiarch/strspn.S               |   95 ++++
 sysdeps/i386/i686/multiarch/strstr-c.c             |   12 +
 sysdeps/i386/i686/multiarch/strstr.c               |    1 +
 sysdeps/x86_64/cacheinfo.c                         |   42 ++-
 sysdeps/x86_64/dl-trampoline.S                     |  244 +---------
 sysdeps/x86_64/dl-trampoline.h                     |  269 ++++++++++
 sysdeps/x86_64/multiarch/Makefile                  |    2 +-
 sysdeps/x86_64/multiarch/rawmemchr.S               |    1 +
 sysdeps/x86_64/multiarch/strcmp-ssse3.S            |    3 +
 sysdeps/x86_64/multiarch/strcmp.S                  |   12 +-
 sysdeps/x86_64/multiarch/strcspn-c.c               |    6 +-
 sysdeps/x86_64/multiarch/strlen.S                  |    1 +
 sysdeps/x86_64/multiarch/strncmp-ssse3.S           |    4 +
 sysdeps/x86_64/multiarch/strspn-c.c                |    4 +-
 sysdeps/x86_64/strcmp.S                            |  211 ++++++--
 50 files changed, 2740 insertions(+), 507 deletions(-)
 create mode 100644 elf/tst-audit6.c
 create mode 100644 elf/tst-audit7.c
 create mode 100644 elf/tst-auditmod6a.c
 create mode 100644 elf/tst-auditmod6b.c
 create mode 100644 elf/tst-auditmod6c.c
 create mode 100644 elf/tst-auditmod7a.c
 create mode 100644 elf/tst-auditmod7b.c
 create mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S
 create mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S
 create mode 100644 nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S
 create mode 100644 sysdeps/i386/i686/multiarch/strcasestr-c.c
 create mode 100644 sysdeps/i386/i686/multiarch/strcasestr.c
 create mode 100644 sysdeps/i386/i686/multiarch/strcspn-c.c
 create mode 100644 sysdeps/i386/i686/multiarch/strcspn.S
 create mode 100644 sysdeps/i386/i686/multiarch/strlen.S
 create mode 100644 sysdeps/i386/i686/multiarch/strpbrk-c.c
 copy sysdeps/{x86_64 => i386/i686}/multiarch/strpbrk.S (100%)
 create mode 100644 sysdeps/i386/i686/multiarch/strspn-c.c
 create mode 100644 sysdeps/i386/i686/multiarch/strspn.S
 create mode 100644 sysdeps/i386/i686/multiarch/strstr-c.c
 create mode 100644 sysdeps/i386/i686/multiarch/strstr.c
 create mode 100644 sysdeps/x86_64/dl-trampoline.h
 create mode 100644 sysdeps/x86_64/multiarch/strcmp-ssse3.S
 create mode 100644 sysdeps/x86_64/multiarch/strncmp-ssse3.S


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]