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