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