dlfcn/Makefile cleanup
[glibc.git] / ChangeLog
blob863a76271a7486a8ba1e5e95c7cb7ce7c04e4d9f
1 2010-06-07  Andreas Schwab  <schwab@redhat.com>
3         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
4         libc_nonshared.a from targets in modules-names.
6 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
8         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
9         requires it.
11 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
13         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
14         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
15         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
16         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
18 2010-06-02  Andreas Schwab  <schwab@redhat.com>
20         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
22 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
24         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
25         and F_GETPIPE_SZ.
26         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
27         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
28         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
30         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
31         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
33 2010-06-14  Roland McGrath  <roland@redhat.com>
35         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
37 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
39         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
40         __REDIRECT followed by __THROW.
41         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
42         * posix/getopt.h (getopt): Likewise.
44 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
46         * hurd/lookup-at.c (__file_name_lookup_at): Accept
47         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
48         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49         in AT_FLAGS.
50         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
51         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
53 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
55         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
57 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
59         [BZ #11640]
60         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
61         Properly check family and model.
63 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
65         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
67 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
69         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
71 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
73         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
74         symbol reference.
76 2010-05-19  Andreas Schwab  <schwab@redhat.com>
78         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
79         symbol reference.
81 2010-05-21  Andreas Schwab  <schwab@redhat.com>
83         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
84         and internal_recvmmsg.
85         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
86         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
87         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
88         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
90         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
91         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
92         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
94 2010-05-20  Andreas Schwab  <schwab@redhat.com>
96         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
98 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
100         POWER7 optimizations.
101         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
102         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
104 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
106         * version.h: Update for 2.13 development version.
108 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
110         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
111         exceptions.  Return 0.
113 2010-05-07  Roland McGrath  <roland@redhat.com>
115         * elf/ldconfig.c (main): Add a const.
117 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
119         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
120         (args_options): Add no-idn option.
121         (ahosts_keys_int): Add idn_flags to ai_flags.
122         (parse_option): Handle 'i' option to clear idn_flags.
124         * malloc/malloc.c (_int_free): Possible race in the most recently
125         added check.  Only act on the data if no current modification
126         happened.
128 See ChangeLog.17 for earlier changes.