]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Small fix to POWER7 32-bit memcpy
[thirdparty/glibc.git] / ChangeLog
CommitLineData
eb5ad2eb
LM
12010-05-28 Luis Machado <luisgpm@br.ibm.com>
2
3 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
4
3c88fe1e
L
52010-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
d2f73151
TY
112010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
12
13 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
14
ebd2e13d
LM
152010-05-24 Luis Machado <luisgpm@br.ibm.com>
16
17 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
18
b32b8b45
UD
192010-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
9acbe24d
AS
242010-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
f0ccf6ea
AS
292010-05-21 Andreas Schwab <schwab@redhat.com>
30
3d04ff3a
AS
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
f0ccf6ea
AS
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
5b08ac57
AS
422010-05-20 Andreas Schwab <schwab@redhat.com>
43
44 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
45
4828935d
LM
462010-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
373d545e
UD
522010-05-19 Ulrich Drepper <drepper@redhat.com>
53
54 * version.h: Update for 2.13 development version.
55
21a2b1ae
AS
562010-05-12 Andrew Stubbs <ams@codesourcery.com>
57
58 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
59 exceptions. Return 0.
60
3f7dcb2b
RM
612010-05-07 Roland McGrath <roland@redhat.com>
62
63 * elf/ldconfig.c (main): Add a const.
64
5f24d53a 652010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 66
a160f8d8
UD
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
5f24d53a
UD
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.
265bb1ce
UD
75
76See ChangeLog.17 for earlier changes.