]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Merge remote branch 'origin/master' into fedora/master
authorAndreas Schwab <schwab@redhat.com>
Mon, 31 May 2010 14:40:07 +0000 (16:40 +0200)
committerAndreas Schwab <schwab@redhat.com>
Mon, 31 May 2010 14:40:37 +0000 (16:40 +0200)
1  2 
ChangeLog

diff --cc ChangeLog
index 3c7e8246910a214927674eb02a21c29e01f2260d,918f67511af44ef45ba62326c1f703a9cafdede4..7eff3a8363051d4e3c4cf6b0dae5dd2202596ab1
+++ b/ChangeLog
@@@ -1,10 -1,48 +1,55 @@@
+ 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
+       * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
 +2010-05-27  Andreas Schwab  <schwab@redhat.com>
 +
 +      * elf/Makefile ($(objpfx)tst-tls10): Depend on
 +      $(objpfx)tst-tlsmod7.so.
 +      ($(objpfx)tst-tls11): Depend on $(objpfx)tst-tlsmod9.so.
 +      ($(objpfx)tst-tls12): Depend on $(objpfx)tst-tlsmod11.so.
 +
+ 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
+       [BZ #11640]
+       * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
+       Properly check family and model.
+ 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
+       * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
+ 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
+       * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
+ 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
+       * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
+       symbol reference.
+ 2010-05-19  Andreas Schwab  <schwab@redhat.com>
+       * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
+       symbol reference.
+ 2010-05-21  Andreas Schwab  <schwab@redhat.com>
+       * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
+       and internal_recvmmsg.
+       * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
+       * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
+       * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
+       * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
+       * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
+       * sunrpc/clnt_udp.c (clntudp_control): Likewise.
+       * sunrpc/clnt_unix.c (clntunix_control): Likewise.
+ 2010-05-20  Andreas Schwab  <schwab@redhat.com>
+       * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
  2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
  
        POWER7 optimizations.