Fix iov[] size in SH register_dump()
[glibc.git] / ChangeLog
blobe5866bf9041eace5b27a493e58978b1c00cc29f0
1 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
3         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
5 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
7         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
9 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
11         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
12         symbol reference.
14 2010-05-19  Andreas Schwab  <schwab@redhat.com>
16         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
17         symbol reference.
19 2010-05-21  Andreas Schwab  <schwab@redhat.com>
21         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
22         and internal_recvmmsg.
23         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
24         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
25         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
26         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
28         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
29         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
30         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
32 2010-05-20  Andreas Schwab  <schwab@redhat.com>
34         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
36 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
38         POWER7 optimizations.
39         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
40         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
42 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
44         * version.h: Update for 2.13 development version.
46 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
48         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49         exceptions.  Return 0.
51 2010-05-07  Roland McGrath  <roland@redhat.com>
53         * elf/ldconfig.c (main): Add a const.
55 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
57         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58         (args_options): Add no-idn option.
59         (ahosts_keys_int): Add idn_flags to ai_flags.
60         (parse_option): Handle 'i' option to clear idn_flags.
62         * malloc/malloc.c (_int_free): Possible race in the most recently
63         added check.  Only act on the data if no current modification
64         happened.
66 See ChangeLog.17 for earlier changes.