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.11.90-19-15-g3087d4a


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  3087d4a5dea53c30fe9ec80f845383c8d519b36c (commit)
       via  54627f3c15f4a6e2ff02e60afacdb5f8008d399a (commit)
       via  1cdb2151fbad6bff650e85a0476972881bbc027b (commit)
       via  6cc2b8a6dfc93212ce8437a2fb734a9225a4ba1c (commit)
       via  94a27fabebf851f4722654aa118a7d5f29a9c2ee (commit)
       via  a11ec63713ea3903c482dc907a108be404191a02 (commit)
       via  df87f54923da6cb94e1a7d65c3f2349c95d49700 (commit)
       via  18a26b301b6ab0d68474fbfffb0d17adf69e8824 (commit)
       via  2645b8e5cc44efe4856b1dad351414e50d91dfad (commit)
       via  dd37cd1a1243fad34d67ea54ebc36fc412da6e88 (commit)
       via  404a6e32012cfef041709639e13d200ae0b2c0c6 (commit)
       via  bbbdd7780916358c65e8bc98c989126a7db2f43e (commit)
       via  3d1020f0cc2adc408211ef163e71184e6084192b (commit)
       via  0dabf204ef2efaff8fa01a8d5d0f17eb8c0db796 (commit)
       via  ef634a94c7126bcd6ac02de495b598fb99ac544d (commit)
      from  1ef17274decb5381a50a2146cb3444630f67b527 (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=3087d4a5dea53c30fe9ec80f845383c8d519b36c

commit 3087d4a5dea53c30fe9ec80f845383c8d519b36c
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Apr 16 12:54:32 2010 +0200

    2.11.90-20

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 70aeea5..4c6fd2c 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -20,7 +20,7 @@
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 19
+Release: 20
 # 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
@@ -1026,6 +1026,14 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Fri Apr 16 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-20
+- Update from master
+  - Fix bugs in x86-32 strcmp-sse4.S and strcmp-ssse3.S
+  - Add x86-32 FMA support
+  - Don't crash in trace mode when dependencies are missing
+  - x86-64 SSE4 optimized memcmp
+  - Fix makecontext on s390/s390x
+
 * Tue Apr 13 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-19
 - Avoid multiarch memcmp in tzdata-update (#581677)
 

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

commit 54627f3c15f4a6e2ff02e60afacdb5f8008d399a
Merge: 1ef1727 1cdb215
Author: Andreas Schwab <schwab@redhat.com>
Date:   Fri Apr 16 12:49:09 2010 +0200

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


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

Summary of changes:
 ChangeLog                                          |   66 +
 elf/dl-version.c                                   |   12 +-
 elf/elf.h                                          |   24 +
 fedora/glibc.spec.in                               |   10 +-
 stdlib/tst-makecontext3.c                          |   62 +-
 string/test-strncmp.c                              |   39 +-
 sysdeps/i386/configure                             |   25 +
 sysdeps/i386/configure.in                          |   11 +
 sysdeps/i386/i686/multiarch/Makefile               |    6 +
 sysdeps/{x86_64 => i386/i686}/multiarch/Versions   |    0
 sysdeps/i386/i686/multiarch/s_fma-fma.c            |   30 +
 sysdeps/i386/i686/multiarch/s_fma.c                |   36 +
 sysdeps/i386/i686/multiarch/s_fmaf-fma.c           |   30 +
 sysdeps/i386/i686/multiarch/s_fmaf.c               |   36 +
 sysdeps/i386/i686/multiarch/strcmp-sse4.S          |    4 +-
 sysdeps/i386/i686/multiarch/strcmp-ssse3.S         |   11 +-
 sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c |   64 +-
 sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c |   62 +-
 sysdeps/x86_64/elf/configure                       |   26 -
 sysdeps/x86_64/elf/configure.in                    |   11 -
 sysdeps/x86_64/multiarch/Makefile                  |    2 +-
 sysdeps/x86_64/multiarch/init-arch.h               |   38 +-
 sysdeps/x86_64/multiarch/memcmp-sse4.S             | 1635 ++++++++++++++++++++
 sysdeps/x86_64/multiarch/memcmp.S                  |   59 +
 sysdeps/x86_64/multiarch/rtld-memcmp.c             |    1 +
 25 files changed, 2137 insertions(+), 163 deletions(-)
 copy sysdeps/{x86_64 => i386/i686}/multiarch/Versions (100%)
 create mode 100644 sysdeps/i386/i686/multiarch/s_fma-fma.c
 create mode 100644 sysdeps/i386/i686/multiarch/s_fma.c
 create mode 100644 sysdeps/i386/i686/multiarch/s_fmaf-fma.c
 create mode 100644 sysdeps/i386/i686/multiarch/s_fmaf.c
 create mode 100644 sysdeps/x86_64/multiarch/memcmp-sse4.S
 create mode 100644 sysdeps/x86_64/multiarch/memcmp.S
 create mode 100644 sysdeps/x86_64/multiarch/rtld-memcmp.c


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]