]> git.ipfire.org Git - thirdparty/glibc.git/blame - ChangeLog
Don't crash on unresolved weak symbol reference
[thirdparty/glibc.git] / ChangeLog
CommitLineData
9acbe24d
AS
12010-05-19 Andreas Schwab <schwab@redhat.com>
2
3 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
4 symbol reference.
5
f0ccf6ea
AS
62010-05-21 Andreas Schwab <schwab@redhat.com>
7
3d04ff3a
AS
8 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
9 and internal_recvmmsg.
10 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
11 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
12 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
13 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
14
f0ccf6ea
AS
15 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
16 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
17 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
18
5b08ac57
AS
192010-05-20 Andreas Schwab <schwab@redhat.com>
20
21 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
22
4828935d
LM
232010-05-17 Luis Machado <luisgpm@br.ibm.com>
24
25 POWER7 optimizations.
26 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
27 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
28
373d545e
UD
292010-05-19 Ulrich Drepper <drepper@redhat.com>
30
31 * version.h: Update for 2.13 development version.
32
21a2b1ae
AS
332010-05-12 Andrew Stubbs <ams@codesourcery.com>
34
35 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
36 exceptions. Return 0.
37
3f7dcb2b
RM
382010-05-07 Roland McGrath <roland@redhat.com>
39
40 * elf/ldconfig.c (main): Add a const.
41
5f24d53a 422010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 43
a160f8d8
UD
44 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
45 (args_options): Add no-idn option.
46 (ahosts_keys_int): Add idn_flags to ai_flags.
47 (parse_option): Handle 'i' option to clear idn_flags.
48
5f24d53a
UD
49 * malloc/malloc.c (_int_free): Possible race in the most recently
50 added check. Only act on the data if no current modification
51 happened.
265bb1ce
UD
52
53See ChangeLog.17 for earlier changes.