From: Andreas Schwab Date: Mon, 31 May 2010 14:40:07 +0000 (+0200) Subject: Merge remote branch 'origin/master' into fedora/master X-Git-Tag: fedora/glibc-2.12.90-2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e4f86066d211bea24b760ea74bbc6b26f66040b6;p=thirdparty%2Fglibc.git Merge remote branch 'origin/master' into fedora/master --- e4f86066d211bea24b760ea74bbc6b26f66040b6 diff --cc ChangeLog index 3c7e8246910,918f67511af..7eff3a83630 --- a/ChangeLog +++ b/ChangeLog @@@ -1,10 -1,48 +1,55 @@@ + 2010-05-28 Luis Machado + + * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi. + +2010-05-27 Andreas Schwab + + * 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 + + [BZ #11640] + * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): + Properly check family and model. + + 2010-05-26 Takashi Yoshii + + * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size. + + 2010-05-24 Luis Machado + + * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix. + + 2010-05-21 Ulrich Drepper + + * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak + symbol reference. + + 2010-05-19 Andreas Schwab + + * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak + symbol reference. + + 2010-05-21 Andreas Schwab + + * 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 + + * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH. + 2010-05-17 Luis Machado POWER7 optimizations.