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