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-13-10-gbc31219


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  bc3121927886e4f2e5dc282ebf62add00f32026e (commit)
       via  359bd850c51f77f434224b9b2f2baffe5617f4b4 (commit)
       via  5abc599d9ea29b8f43dfe67a6409f9cde6a869b4 (commit)
       via  e2f4aa547a997922d960876671fb35ea101295f8 (commit)
       via  82acaacb9c7689c479c3426743ae66d0ad466a1d (commit)
       via  bbf70ae9ce646540576f2b0cbc66b90da1511b0b (commit)
       via  34a407de9661ff8e938d152445b750becb247f7c (commit)
       via  2daff75bab89a597b2a29bc6f3c7f88e12352355 (commit)
       via  5c866a8b9be0bd8dff97dd8143e55dd228617c23 (commit)
       via  1d204bf2945617be272f88ee233adbceeffd5315 (commit)
      from  8404561b1998d867d6631643780c72ba03e48390 (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=bc3121927886e4f2e5dc282ebf62add00f32026e

commit bc3121927886e4f2e5dc282ebf62add00f32026e
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Feb 23 13:25:45 2010 +0100

    2.11.90-14

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index d2a9cdc..7b90998 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: 13
+Release: 14
 # 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
@@ -1027,6 +1027,11 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Tue Feb 23 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-14
+- Update from master
+  - Sparc updates
+- Fix SSSE3 memcpy (#556584)
+
 * Mon Feb 22 2010 Andreas Schwab <schwab@redhat.com> - 2.11.90-13
 - Update from master
   - Use CPUID_OFFSET instead of FEATURE_OFFSET

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

commit 359bd850c51f77f434224b9b2f2baffe5617f4b4
Merge: 5abc599 e2f4aa5
Author: Andreas Schwab <schwab@redhat.com>
Date:   Tue Feb 23 13:20:00 2010 +0100

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

diff --cc ChangeLog
index a4bb213,d541766..62dcc8c
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,8 -1,35 +1,40 @@@
+ 2010-02-22  Jim Meyering  <meyering@redhat.com>
+ 
+ 	* manual/math.texi (BSD Random): Fix a typo: s/are/is/
+ 
+ 	* manual/charset.texi: Adjust grammar.
+ 
+ 	* manual/errno.texi (Error Messages): Fix doubled-words and typos.
+ 	* manual/charset.texi (Selecting the Conversion): Likewise.
+ 	* manual/getopt.texi (Getopt Long Options): Likewise.
+ 	* manual/memory.texi (Resizing the Data Segment): Likewise.
+ 	* manual/message.texi (GUI program problems): Likewise.
+ 	* manual/resource.texi (CPU Affinity): Likewise.
+ 	* manual/stdio.texi (Streams and Threads): Likewise.
+ 	* manual/time.texi (High Accuracy Clock): Likewise.
+ 
+ 2009-02-20  David S. Miller  <davem@davemloft.net>
+ 
+ 	* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_runtime_setup):
+ 	Adjust rela->r_offset by l->l_addr when rewriting PLT.
+ 
+ 	* sysdeps/sparc/sparc64/memchr.S: Use unsigned branch on greater to
+ 	test end of buffer.
+ 
+ 	* sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c
+ 	(__makecontext): Adjust arg counter properly when copying arg
+ 	stack slots.
+ 
+ 2009-02-20  Joseph Myers  <joseph@codesourcery.com>
+ 
+ 	* sysdeps/sparc/sparc64/dl-machine.h (elf_machine_runtime_setup):
+ 	Adjust rela->r_offset by l->l_addr when rewriting PLT.
+ 
 +2010-02-21  H.J. Lu  <hongjiu.lu@intel.com>
 +
 +	* sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Properly
 +	decrement ECX when jumping to copy_page_by_rep.
 +
  2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
  
  	* hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of

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

commit 5abc599d9ea29b8f43dfe67a6409f9cde6a869b4
Author: H.J. Lu <hongjiu.lu@intel.com>
Date:   Tue Feb 23 13:14:37 2010 +0100

    Fix SSSE3 memcpy

diff --git a/ChangeLog b/ChangeLog
index d5b67e8..a4bb213 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-02-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Properly
+	decrement ECX when jumping to copy_page_by_rep.
+
 2010-02-19  Carl Fredrik Hammar  <hammy.lite@gmail.com>
 
 	* hurd/hurdioctl.c (tiocsctty): Call `do_tiocsctty' instead of
diff --git a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
index f850491..0547b56 100644
--- a/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
+++ b/sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S
@@ -1249,11 +1249,12 @@ L(large_page):
 	movdqu	%xmm0, (%esi)
 	movntdq	%xmm1, (%edx)
 	lea	16(%edx), %edx
+	lea	-16(%ecx), %ecx
 	cmp	%al, %dl
 	je	L(copy_page_by_rep)
 L(large_page_loop_init):
 	POP (%esi)
-	lea	-0x90(%ecx), %ecx
+	lea	-0x80(%ecx), %ecx
 	POP (%edi)
 L(large_page_loop):
 	prefetchnta	0x1c0(%eax)

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

Summary of changes:
 ChangeLog                                          |   37 ++++++++++++++++++++
 fedora/glibc.spec.in                               |    7 +++-
 manual/charset.texi                                |   10 +++---
 manual/errno.texi                                  |    2 +-
 manual/getopt.texi                                 |    2 +-
 manual/math.texi                                   |    2 +-
 manual/memory.texi                                 |    2 +-
 manual/message.texi                                |    2 +-
 manual/resource.texi                               |    2 +-
 manual/stdio.texi                                  |    2 +-
 manual/time.texi                                   |    2 +-
 sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S     |    3 +-
 sysdeps/sparc/sparc32/dl-machine.h                 |   16 +++++---
 sysdeps/sparc/sparc64/dl-machine.h                 |   25 +++++++------
 sysdeps/sparc/sparc64/memchr.S                     |    2 +-
 .../unix/sysv/linux/sparc/sparc32/makecontext.c    |    2 +-
 16 files changed, 84 insertions(+), 34 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]