IA64: Move NPTL public headers to sysdeps/ia64/nptl/.
[platform/upstream/glibc.git] / ChangeLog
1 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2
3         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
4         * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
5         * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
6         * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
7         * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8         * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
9
10 2014-08-04  Roland McGrath  <roland@hack.frob.com>
11
12         * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
13         * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
14         * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
15         * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
16
17 2014-08-04  Roland McGrath  <roland@hack.frob.com>
18
19         * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
20         * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
21         (__libc_vfork): Define function under this name.
22         (__vfork): Define as an alias.
23         * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
24         * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
25
26 2014-08-04  Roland McGrath  <roland@hack.frob.com>
27
28         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
29         that was previously under [RESET_PID].
30         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
31
32 2014-08-04  Andreas Schwab  <schwab@suse.de>
33
34         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
35
36 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
37
38         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
39         (main): Likewise.
40
41 2014-08-01  Roland McGrath  <roland@hack.frob.com>
42
43         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
44
45 2014-08-01  Richard Henderon  <rth@redhat.com>
46
47         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
48         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
49         typo in exact zero test.
50         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
51         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
52         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
53
54 2014-08-01  Roland McGrath  <roland@hack.frob.com>
55
56         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
57         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
58         * sysdeps/arm/sysdep.h: ... here.
59         [!__ASSEMBLER__]: Include <stdint.h>.
60
61 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
62
63         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
64         (HAVE_WCTYPE_H): Likewise.
65         (HAVE_ISWCTYPE): Likewise.
66         (ENABLE_NLS): Likewise.
67         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
68         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
69
70         * posix/regex_internal.c: Check if DEBUG is defined and is
71         set.
72
73         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
74         (HAVE_MBSRTOWCS): Likewise.
75         * posix/fnmatch.c: Include string.h unconditionally.
76
77 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
78
79         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
80         reversal.
81
82 2014-07-31  Roland McGrath  <roland@hack.frob.com>
83
84         * sysdeps/generic/safe-fatal.h: New file.
85         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
86         * nptl/forward.c: Include it.
87         (__pthread_unwind): Use __safe_fatal as default action, rather
88         than a bogus use of INTERNAL_SYSCALL that could never work.
89
90         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
91         * configure.ac (libc_cv_builtin_trap): New test.
92         * configure: Regenerated.
93         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
94         (ABORT_INSTRUCTION): Define using __builtin_trap.
95
96         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
97         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
98         * sysdeps/nptl/nptl-signals.h: New file.
99         * nptl/pthreadP.h: Include <nptl-signals.h>.
100
101 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
102
103         * sysdeps/s390/s390-64/utf16-utf32-z9.c
104         (ONE_DIRECTION): Define.
105         * sysdeps/s390/s390-64/utf8-utf16-z9.c
106         (ONE_DIRECTION): Define.
107         * sysdeps/s390/s390-64/utf8-utf32-z9.c
108         (ONE_DIRECTION): Define.
109
110 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
111
112         * sysdeps/s390/Makefile: Delete file.
113         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
114         * sysdeps/s390/__longjmp.c: Delete file.
115         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
116         Remove fields __flags and __reserved.
117         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
118         and add versioning.
119         * sysdeps/s390/rtld-__longjmp.c: Delete file.
120         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
121         * sysdeps/s390/rtld-setjmp.S: Likewise.
122         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
123         * sysdeps/s390/s390-32/__longjmp.c: ... here.
124         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
125         * sysdeps/s390/s390-32/setjmp.S: ... here.
126         Add versioning.
127         (__sigsetjmp): Remove setting __flags field.
128         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
129         * sysdeps/s390/s390-64/__longjmp.c: ... here.
130         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
131         * sysdeps/s390/s390-64/setjmp.S: ... here.
132         Add versioning.
133         (__sigsetjmp): Remove setting __flags field.
134         * sysdeps/s390/setjmp.S: Delete file.
135         * sysdeps/s390/sigjmp.c: Likewise.
136         * sysdeps/s390/v1-longjmp.c: Likewise.
137         * sysdeps/s390/v1-setjmp.h: Likewise.
138         * sysdeps/s390/v1-sigjmp.c: Likewise.
139         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
140         Remove v1-longjmp_chk.
141         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
142         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
143         Include debug/longjmp_chk.c and add versioning.
144         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
145         Include nptl/pt-longjmp.c and add versioning.
146         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
147         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
148         Include __longjmp.c.
149         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
150         Move to ...
151         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
152         (__getcontext): Remove setting __flags field.
153         Add versioning.
154         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
155         Don't restore upper high grps.
156         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
157         Likewise.
158         (__swapcontext): Remove setting uc_flags field.
159         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
160         Delete file.
161         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
162         Include __longjmp.c.
163         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
164         Move to ...
165         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
166         (__getcontext): Remove setting __flags field.
167         Add versioning.
168         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
169         (__swapcontext): Remove setting uc_flags field.
170         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
171         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
172         Remove fields uc_high_gprs and __reserved.
173         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
174         New file with reverted content.
175         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
176         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
177         Regenerated.
178         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
179         Regenerated.
180
181 2014-07-31  Andreas Schwab  <schwab@suse.de>
182
183         * config.h.in (HAVE_IFUNC): Define to 0.
184         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
185         definedness.
186
187 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
188
189         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
190         memmove-avx-unaligned, memcpy-avx-unaligned and
191         mempcpy-avx-unaligned.
192         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
193         Add tests for AVX memcpy functions.
194         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
195         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
196         memcpy_chk.
197         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
198         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
199         memmove_chk.
200         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
201         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
202         mempcpy_chk.
203         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
204         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
205         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
206
207 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
208
209         [BZ #17213]
210         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
211         powerpc64le.
212
213 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
214
215         [BZ #16839]
216         * manual/llio.texi: Add section about open file description locks.
217         * manual/examples/ofdlocks.c: Example of open file description
218         lock usage.
219         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
220         F_OFD_SETLK, and F_OFD_SETLKW.
221
222 2014-07-23  Allan McRae  <allan@archlinux.org>
223
224         * po/es.po: Update Spanish translation from translation project.
225
226 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
227
228         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
229
230 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
231
232         [BZ #17078]
233         * sysdeps/arm/dl-machine.h (elf_machine_rela)
234         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
235         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
236
237 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
238
239         [BZ #17088]
240         * math/fesetenv.c (__fesetenv)
241         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
242         * math/feupdateenv.c (__feupdateenv)
243         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
244
245         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
246         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
247         (__ASSUME_SOCKETCALL): Do not define.
248
249         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
250         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
251         (__ASSUME_SOCKETCALL): Do not define.
252         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
253         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
254         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
255         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
256         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
257         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
258         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
259         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
260
261         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
262         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
263         (__ASSUME_SOCKETCALL): Do not define.
264         (__ASSUME_IPC64): Define unconditionally.
265         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
266         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
267         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
268         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
269         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
270         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
271         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
272         Likewise.
273
274         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
275         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
276         (__ASSUME_SOCKETCALL): Do not define.
277         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
278         (__ASSUME_FUTEX_LOCK_PI): Likewise.
279         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
280         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
281         (__ASSUME_REQUEUE_PI): Define unconditionally.
282         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
283         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
284         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
285         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
286         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
287         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
288
289         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
290         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
291         (__ASSUME_SOCKETCALL): Do not define.
292         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
293         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
294         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
295         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
296         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
297         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
298
299         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
300         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
301         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
302         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
303         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
304         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
305         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
306         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
307         (__ASSUME_GETCPU_SYSCALL): Likewise.
308
309         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
310         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
311         cases for individual architectures.
312         * sysdeps/gnu/configure: Regenerated.
313         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
314         LIBC_SLIBDIR_RTLDDIR.
315         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
316         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
317         LIBC_SLIBDIR_RTLDDIR.
318         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
320         LIBC_SLIBDIR_RTLDDIR.
321         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
322         Regenerated.
323         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
324         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
325         file.
326         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
327         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
328         file.
329         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
330         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
331         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
332         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
333
334         * sysdeps/aarch64/shlib-versions: Move to ...
335         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
336         * sysdeps/alpha/shlib-versions: Move to ...
337         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
338         * sysdeps/arm/shlib-versions: Move to ...
339         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
340         * sysdeps/hppa/shlib-versions: Move all contents except for
341         libgcc_s entry to ...
342         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
343         entry from ...
344         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
345         * sysdeps/ia64/shlib-versions: Move to ...
346         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
347         entry from ...
348         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
349         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
350         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
351         * sysdeps/microblaze/shlib-versions: Move to ...
352         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
353         * sysdeps/mips/shlib-versions: Move to ...
354         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
355         entry from ...
356         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
357         * sysdeps/tile/shlib-versions: Move to ...
358         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
359         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
360         from ...
361         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
362         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
363         entry from ...
364         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
365
366 2014-07-17  Will Newton  <will.newton@linaro.org>
367
368         * sysdeps/arm/bits/atomic.h
369         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
370         (__arch_compare_and_exchange_bool_16_int): Likewise.
371         (__arch_compare_and_exchange_bool_64_int): Likewise.
372
373         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
374         into an #else block.
375
376 2014-07-16  Roland McGrath  <roland@hack.frob.com>
377
378         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
379         just Linux configurations.  Test empirically that the compiler sets
380         __ARM_EABI__, rather than using the tuple to decide.
381         * sysdeps/arm/preconfigure: Regenerated.
382         * sysdeps/unix/sysv/linux/arm/configure: File removed.
383         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
384         contents appended ...
385         * sysdeps/arm/configure.ac: ... here.
386         * sysdeps/arm/configure: Regenerated.
387
388 2014-07-15  Roland McGrath  <roland@hack.frob.com>
389
390         * nptl/pthread_kill.c: New file.
391         * nptl/pthread_sigmask.c: New file.
392         * nptl/pthread_sigqueue.c: New file.
393
394         * sysdeps/nptl/lowlevellock.h: New file.
395         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
396         * sysdeps/nptl/lowlevellock-futex.h: New file.
397
398         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
399         Remove dead declarations.
400
401 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
402
403         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
404         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
405         config-cflags-avx2.
406         * sysdeps/x86_64/configure.ac: Likewise.
407         * sysdeps/i386/configure: Regenerated.
408         * sysdeps/x86_64/configure: Likewise.
409         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
410         memset-avx2 only if config-cflags-avx2 is yes.
411         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
412         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
413         defined.
414         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
415         only if HAVE_AVX2_SUPPORT is defined.
416         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
417
418 2014-07-14  Alan Modra  <amodra@gmail.com>
419
420         [BZ #17153]
421         * elf/elf.h (DT_PPC64_NUM): Correct value.
422         * NEWS: Add to fixed bug list.
423
424 2014-07-13  Jim Meyering  <meyering@fb.com>
425
426         [BZ 17150]
427         regex: don't deref NULL upon heap allocation failure
428         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
429         failure in one more place.
430         To trigger the segfault, configure grep -with-included-regex,
431         build it, and run these commands:
432         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
433
434 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
435
436         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
437
438 2014-07-11  Richard Henderson  <rth@redhat.com>
439
440         * sysdeps/aarch64/libm-test-ulps: Update.
441
442 2014-07-10  Florian Weimer  <fweimer@redhat.com>
443
444         [BZ #17135]
445         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
446         * nptl/allocatestack.c (__nptl_setxid_error): New function.
447         (__nptl_setxid): Initialize error member.  Call
448         __nptl_setxid_error.
449         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
450         * nptl/descr.h (struct xid_command): Add error member.
451         * nptl/tst-setuid3.c: New file.
452         * nptl/Makefile (tests): Add it.
453
454 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
455
456         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
457         New define.
458         (__lll_trylock): Use __lll_base_trylock.
459         (__lll_cond_trylock): Likewise.
460
461 2014-07-10  Roland McGrath  <roland@hack.frob.com>
462
463         * nptl/pthread_create.c (start_thread): Use atomic_or and
464         lll_futex_wake directly rather than lll_robust_dead.
465         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
466         (lll_robust_dead): Macro removed.
467         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
468         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
469         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
470         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
471         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
472         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
473         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
474         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
475         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
476         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
477         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
478         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
479         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
480         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
481         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
482
483         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
484         Use atomic_compare_and_exchange_val_acq directly rather than
485         lll_robust_trylock.
486         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
487         (__lll_robust_trylock, lll_robust_trylock): Removed.
488         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
489         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
490         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
491         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
492         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
493         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
494         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
495         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
496         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
497         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
498         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
499         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
500         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
501         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
502
503 2014-07-02  Florian Weimer  <fweimer@redhat.com>
504
505         * manual/locale.texi (Locale Names): New section documenting
506         locale name syntax.  Adjust menu and node chaining accordingly.
507         (Choosing Locale): Reference Locale Names, Locale Categories.
508         Mention setting LC_ALL=C.  Reflect that name syntax is now
509         documented.
510         (Locale Categories): New section title.  Reference Locale Names.
511         LC_ALL is an environment variable, but not a category.
512         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
513         description, now in Locale Name.  Reference that section.  Locale
514         name syntax is now documented.
515
516 2014-07-02  Florian Weimer  <fweimer@redhat.com>
517
518         [BZ #17137]
519         * locale/findlocale.c (name_present, valid_locale_name): New
520         functions.
521         (_nl_find_locale): Use the loc_name variable to store name
522         candidates.  Call name_present and valid_locale_name to check and
523         validate locale names.  Return an error if the locale is invalid.
524
525 2014-07-02  Florian Weimer  <fweimer@redhat.com>
526
527         * locale/setlocale.c (setlocale): Use strdup for allocating
528         composite name copy.
529
530 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
531
532         Sync up with gnulib.
533         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
534         [!_LIBC && ENABLE_NLS]: Include gettext.h.
535         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
536         and _GL_ARG_NONNULL.
537         [USE_UNLOCKED_IO]: Include unlocked-io.h.
538         [!_LIBC]: Include code for Windows and Cygwin.
539         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
540         Include prototype for int strerror_r.
541         [!_LIBC] (is_open): New function.
542         (flush_stdout): New function.
543         (print_errno_message): Use it.
544         (error): Likewise.
545         (error_at_line): Likewise.
546         (error_tail) Add function attribute macros.  Use
547         __builtin_expect.
548
549         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
550
551         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
552
553         * io/ftw.c: Include sys/param.h unconditionally.
554
555         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
556
557         [BZ #17125]
558         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
559         libc_freeres_ptr.
560         (freecache): New function to free CACHE on exit.
561
562         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
563         initialization.
564
565 2014-07-09  David S. Miller  <davem@davemloft.net>
566
567         * sysdeps/sparc/fpu/libm-test-ulps: Update.
568
569         * sysdeps/sparc/nptl/internaltypes.h: Delete.
570         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
571         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
572         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
573         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
574         * sysdeps/sparc/nptl/sem_init.c: Likewise.
575         * sysdeps/sparc/nptl/sem_post.c: Likewise.
576         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
577         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
578         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
579         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
580         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
581         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
582
583 2014-07-09  Andreas Schwab  <schwab@suse.de>
584
585         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
586         output.
587         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
588         (do_test): Likewise.
589
590         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
591
592 2014-07-09  Will Newton  <will.newton@linaro.org>
593
594         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
595         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
596         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
597         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
598         * sysdeps/hppa/start.S (_start): Likewise.
599
600 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
601
602         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
603
604         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
605         defined.
606
607 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
608
609         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
610         after checking that it is non-NULL.
611
612         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
613
614 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
615
616         * sysdeps/powerpc/memmove.c: Remove file.
617         * sysdeps/powerpc/powerpc32/power4/memcopy.h
618         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
619         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
620         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
621         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
622         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
623         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
624         string memmove instead of removed powerpc one.
625
626         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
627         [weak_alias]: Fix compiler warning due trailing data.
628         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
629         [weak_alias]: Likewise.
630         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
631         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
632
633         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
634         (__libc_ifunc_impl_list): Add memmove functions.
635
636 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
637
638         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
639         Remove code.
640         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
641         Likewise
642         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
643         Likewise
644         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
645         Likewise
646         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
647         Likewise
648         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
649         Likewise
650         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
651         Likewise
652         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
653         Likewise
654         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
655         Likewise
656         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
657         Likewise
658         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
659         Likewise
660         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
661         Likewise
662         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
663         Likewise
664         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
665         Likewise
666         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
667         Likewise
668         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
669         Likewise
670         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
671         Likewise
672
673 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
674
675         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
676         to avoid alignment traps in non-cacheable memory.
677         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
678
679         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
680         multiarch objects.
681         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
682         file: multiarch power7 memmove.
683         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
684         multiarch default memmove.
685         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
686         multiarch memove for powerpc32/power4.
687
688         * string/bcopy.c: Use full path to include memmove.c.
689         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
690         multiarch objects.
691         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
692         bcopy for powerpc64.
693         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
694         bcopy for powerpc64.
695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
696         and memmove implementations.
697         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
698         optimized multiarch memmove for POWER7/powerpc64.
699         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
700         default multiarch memmove for powerpc64.
701         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
702         multiarch for powerpc64.
703         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
704         for POWER7/powerpc64.
705         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
706         memmove for POWER7/powerpc64.
707
708         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
709         glibc default one.
710
711         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
712         __ELF_NATIVE_CLASS equal to 64.
713
714 2014-07-07  Roland McGrath  <roland@hack.frob.com>
715
716         * sysdeps/nptl/lowlevellock.h: File removed.
717
718         * NEWS: NPTL is no longer an add-on!
719         * nptl/internaltypes.h: Moved ...
720         * sysdeps/nptl/internaltypes.h: ... here.
721         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
722         * sysdeps/nptl/fork.c: Likewise.
723         * sysdeps/nptl/gai_misc.h: Likewise.
724         * sysdeps/nptl/librt-cancellation.c: Likewise.
725         * sysdeps/nptl/jmp-unwind.c: Likewise.
726         * sysdeps/nptl/setxid.h: Likewise.
727         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
728         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
729         * sysdeps/unix/sysv/linux/arm/Implies: New file.
730         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
731         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
732         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
733         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
734         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
735         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
736         * sysdeps/unix/sysv/linux/mips/Implies: New file.
737         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
738         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
739         * sysdeps/unix/sysv/linux/sh/Implies: New file.
740         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
741         * sysdeps/unix/sysv/linux/tile/Implies: New file.
742         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
743         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
744         * nptl/Makeconfig: Moved ...
745         * sysdeps/nptl/Makeconfig: ... here.
746         * nptl/configure: File removed.
747         * nptl/ANNOUNCE: File removed.
748         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
749         * sysdeps/unix/sysv/linux/configure: Regenerated.
750
751         * nptl/Makefile (routines): Add libc_pthread_init,
752         libc_multiple_threads, register-atfork and unregister-atfork.
753         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
754         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
755         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
756         pthread-pi-defines.sym, structsem.sym.
757         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
758         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
759         [$(subdir) = nptl] (tests): Add tst-setgetname.
760         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
761         * sysdeps/unix/sysv/linux/sigaction.c: Just include
762         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
763         [!LIBC_SIGACTION]: Remove aliases.
764         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
765         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
766         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
767         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
768         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
769         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
770         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
771         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
772         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
773         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
774         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
775         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
776         __libc_allocate_rtsig_private.
777         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
778         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
779         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
780         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
781         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
782         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
783         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
784         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
785         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
786         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
787         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
788         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
789         * nptl/internaltypes.h: ... here.
790         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
791         * sysdeps/nptl/jmp-unwind.c: ... here.
792         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
793         * nptl/libc-lowlevellock.c: ... here.
794         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
795         * nptl/libc_multiple_threads.c: ... here.
796         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
797         * nptl/libc_pthread_init.c: ... here.
798         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
799         * nptl/lowlevelbarrier.sym: ... here.
800         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
801         * nptl/lowlevelcond.sym: ... here.
802         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
803         * nptl/lowlevellock.c: ... here.
804         * nptl/lowlevellock.h: Moved ...
805         * sysdeps/nptl/lowlevellock.h: ... here.
806         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
807         * nptl/lowlevelrobustlock.c: ... here.
808         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
809         * nptl/lowlevelrobustlock.sym: ... here.
810         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
811         * nptl/lowlevelrwlock.sym: ... here.
812         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
813         * nptl/pt-fork.c: ... here.
814         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
815         * nptl/pthread-pi-defines.sym: ... here.
816         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
817         * nptl/pthread_attr_getaffinity.c: ... here.
818         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
819         * nptl/pthread_attr_setaffinity.c: ... here.
820         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
821         * nptl/pthread_mutex_cond_lock.c: ... here.
822         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
823         Update #include.
824         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
825         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
826         * nptl/pthread_once.c: ... here, replacing old file.
827         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
828         * nptl/pthread_yield.c: ... here.
829         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
830         * nptl/register-atfork.c: ... here.
831         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
832         * nptl/sem_post.c: ... here.
833         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
834         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
835         * nptl/sem_timedwait.c: ... here.
836         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
837         * nptl/sem_trywait.c: ... here.
838         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
839         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
840         * nptl/sem_wait.c: ... here.
841         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
842         * nptl/structsem.sym: ... here.
843         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
844         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
845         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
846         * nptl/unregister-atfork.c: ... here.
847         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
848         * nptl/unwindbuf.sym: ... here.
849         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
850         * sysdeps/nptl/fork.c: ... here.
851         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
852         * sysdeps/nptl/fork.h: ... here.
853         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
854         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
855         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
856         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
857         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
858         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
859         * sysdeps/unix/sysv/linux/getpid.c: ... here.
860         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
861         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
862         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
863         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
864         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
865         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
866         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
867         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
868         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
869         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
870         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
871         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
872         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
873         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
874         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
875         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
876         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
877         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
878         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
879         * sysdeps/unix/sysv/linux/raise.c: ... here.
880         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
881         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
882         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
883         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
884         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
885         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
886         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
887         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
888         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
889         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
890         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
891         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
892         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
893         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
894         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
895
896 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
897
898         * sysdeps/generic/memcopy.h: Add comment for
899         MEMCPY_OK_FOR_FWD_MEMMOVE.
900
901 2014-07-04  Will Newton  <will.newton@linaro.org>
902
903         * string/memchr.c: Merge from gnulib.
904         [_LIBC]: Remove conditionals.
905         (__ptr_t): Remove define.
906         (LONG_MAX_32_BITS): Likewise.
907         (LONG_MAX): Likewise.
908         (MEMCHR): Use ANSI prototype and optimize algorithm.
909
910         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
911
912 2014-07-03  Roland McGrath  <roland@hack.frob.com>
913
914         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
915         (lll_futex_timed_wait_bitset): Fix syscall argument count.
916
917         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
918         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
919         in a bare environment with no <stdlib.h> installed.
920         * sysdeps/nptl/configure: Regenerated.
921
922         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
923
924         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
925         AC_EGREP_CPP for kernel header checks, so they only succeed if
926         including <linux/version.h> actually works right.
927         * sysdeps/unix/sysv/linux/configure: Regenerated.
928
929         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
930         value so it's not diagnosed as unused.
931
932         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
933         thing) with "ifeq ($(subdir),rt)".
934
935 2014-07-03  Richard Henderson  <rth@redhat.com>
936
937         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
938         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
939         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
940
941         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
942         (math_force_eval): New.
943
944         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
945         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
946
947         * sysdeps/alpha/fpu/s_round.c: Remove file.
948         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
949
950         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
951         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
952         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
953         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
954         (_dl_start, print_statistics): Likewise.
955         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
956         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
957
958         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
959         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
960         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
961         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
962         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
963         (HP_SMALL_TIMING_AVAIL): Define.
964         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
965         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
966         (HP_SMALL_TIMING_AVAIL): Define.
967         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
968         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
969
970         * sysdeps/aarch64/hp-timing.h: New file.
971
972         * sysdeps/generic/hp-timing.h: Remove dead comment.
973         * sysdeps/generic/hp-timing-common.h: New file.
974         * sysdeps/alpha/hp-timing.h: Include it.
975         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
976         * sysdeps/i386/i686/hp-timing.h: Likewise.
977         * sysdeps/ia64/hp-timing.h: Likewise.
978         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
979         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
980         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
981         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
982         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
983         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
984         (hp_timing_t): New.
985
986         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
987         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
988         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
989         * elf/rtld.c (_dl_start_final): Likewise.
990         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
991         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
992         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
993         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
994         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
995         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
996         (HP_TIMING_DIFF_INIT): Remove.
997         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
998         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
999         (HP_TIMING_DIFF_INIT): Remove.
1000         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
1001         * sysdeps/i386/i686/hp-timing.c: Remove file.
1002         * sysdeps/x86_64/hp-timing.c: Remove file.
1003         * sysdeps/ia64/hp-timing.c: Remove file.
1004         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
1005         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
1006         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
1007         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
1008
1009         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
1010         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
1011         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
1012         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1013         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
1014         (HP_TIMING_ACCUM): Remove.
1015         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1016         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
1017         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
1018
1019         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
1020         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
1021         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
1022         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
1023         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
1024         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1025         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1026         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1027
1028         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1029
1030 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1031
1032         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1033
1034 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1035
1036         Sync up with gettext.
1037         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1038         [_MSC_VER]: Include malloc.h
1039         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1040         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1041         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1042         TEMP_FAILURE_RETRY.  Cast return of alloca.
1043         [!_LIBC] Call gl_rwlock_init.
1044         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1045
1046 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1047
1048         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1049         before checking its value.
1050
1051 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1052
1053         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1054
1055         * debug/memcpy_chk.c: Don't include pagecopy.h.
1056         * debug/mempcpy_chk.c: Likewise.
1057         * string/memcpy.c: Likewise.
1058         * string/memmove.c: Likewise.
1059         * sysdeps/powerpc/memmove.c: Likewise.
1060         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1061         definition of PAGE_COPY_FWD_MAYBE here...
1062         * sysdeps/generic/pagecopy.h: ... from here.
1063         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1064
1065 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1066             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1067
1068         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1069         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1070         optimizations.
1071         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1072         (__libc_ifunc_impl_list): Likewise.
1073         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1074         multiarch strcat for PPC64.
1075         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1076         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1077
1078 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1079
1080         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1081
1082 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1083
1084         * intl/loadmsgcat.c: Remove declaration of
1085         get_sysdep_segment_value.
1086         (get_sysdep_segment_value): Use ISO C style.
1087         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1088         semicolon.  Fix typo and formatting in comment.
1089         (_nl_unload_domain): Use ISO C style.
1090
1091         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1092
1093 2014-07-02  Will Newton  <will.newton@linaro.org>
1094
1095         * malloc/obstack.c: Merge from gnulib master.
1096         [HAVE_CONFIG_H]: Remove conditional code.
1097         [!_LIBC]: Include config.h.
1098         [!ELIDE_CODE]: Don't include inttypes.h, include
1099         stdint.h unconditionally.
1100         (print_and_abort): Mark as _Noreturn.
1101         (_obstack_allocated_p): Mark as __attribute_pure__.
1102         (obstack_free): Rename to __obstack_free.
1103         [!__attribute__]: Remove conditional code.
1104         * malloc/obstack.h: Merge from gnulib master.
1105         [__cplusplus]: Move conditional down.
1106         [!__attribute_pure__]: Define __attribute_pure__ here
1107         if it is not already defined.
1108         (_obstack_memory_used): Mark as __attribute_pure__.
1109         [!__obstack_free]: Define as obstack_free.
1110         [__GNUC__]: Remove check for ancient NeXT gcc.
1111
1112 2014-07-02  Will Newton  <will.newton@linaro.org>
1113             Paul Eggert  <eggert@cs.ucla.edu>
1114
1115         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1116
1117 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1118
1119         * resolv/gethnamaddr.c: Add comment warning that the file is
1120         not maintained.
1121
1122 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1123
1124         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1125         entries.
1126
1127         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1128         entry for aio_cancel and aio_cancel64.
1129         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1130         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1131         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1132         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1133         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1134         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1135         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1136         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1137         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1138         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1139         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1140         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1141         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1142
1143 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1144
1145         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1146         * nptl/pthread_mutex_lock.c: Likewise.
1147         * nptl/pthread_mutex_timedlock.c: Likewise.
1148         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1149
1150 2014-07-01  Richard henderson  <rth@redhat.com>
1151
1152         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1153         (__isnan, __isnanl): Remove.
1154         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1155
1156         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1157
1158 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1159
1160         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1161
1162 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1163
1164         * resolv/nss_dns/dns-host.c (getanswer_r)
1165         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1166
1167 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1168
1169         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1170         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1171         undefine.
1172         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1173         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1174
1175 2014-07-01  Roland McGrath <roland@hack.frob.com>
1176
1177         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1178         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1179
1180         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1181         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1182
1183         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1184         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1185         ... here.
1186         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1187         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1188
1189         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1190         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1191         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1192         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1193
1194         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1195         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1196         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1197         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1198         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1199         Moved ...
1200         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1201         ... here.
1202         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1203         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1204         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1205         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1206         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1207         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1208         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1209         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1210         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1211         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1212         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1213         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1214         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1215         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1216         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1217         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1218         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1219         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1220         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1221         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1222         ... here.
1223         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1224         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1225         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1226         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1227         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1228         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1229         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1230         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1231
1232 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1233
1234         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1235         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1236         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1237         Add sysdep.
1238
1239 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1240
1241         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1242
1243 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1244
1245         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1246         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1247
1248         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1249
1250         * sysdeps/arm/libm-test-ulps: Regenerated.
1251
1252 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1253             Roland McGrath <roland@hack.frob.com>
1254
1255         * test-skeleton.c (signal_handler): Kill the whole process group
1256         before killing the child individually.
1257         (main): Report any failure on `setpgid'.
1258
1259 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1260
1261         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1262         from _TLS_H to _ARM_NPTL_TLS_H.
1263         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1264         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1265
1266 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1267
1268         [BZ #16539]
1269         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1270         (__expm1l): Return argument unchanged when small but not
1271         subnormal.
1272
1273         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1274         include macro name.
1275         (_FP_UNPACK_RAW_1_P): Likewise.
1276         (_FP_PACK_RAW_1): Likewise.
1277         (_FP_PACK_RAW_1_P): Likewise.
1278         (_FP_MUL_MEAT_1_wide): Likewise.
1279         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1280         (_FP_MUL_MEAT_1_hard): Likewise.
1281         (_FP_DIV_MEAT_1_imm): Likewise.
1282         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1283         (_FP_DIV_MEAT_1_udiv): Likewise.
1284         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1285         (_FP_UNPACK_RAW_2): Likewise.
1286         (_FP_UNPACK_RAW_2_P): Likewise.
1287         (_FP_PACK_RAW_2): Likewise.
1288         (_FP_PACK_RAW_2_P): Likewise.
1289         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1290         (_FP_MUL_MEAT_2_wide): Likewise.
1291         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1292         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1293         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1294         (_FP_MUL_MEAT_2_gmp): Likewise.
1295         (_FP_DIV_MEAT_2_udiv): Likewise.
1296         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1297         (_FP_FRAC_SRL_4): Likewise.
1298         (_FP_FRAC_SRST_4): Likewise.
1299         (_FP_FRAC_SRS_4): Likewise.
1300         (_FP_UNPACK_RAW_4): Likewise.
1301         (_FP_UNPACK_RAW_4_P): Likewise.
1302         (_FP_PACK_RAW_4): Likewise.
1303         (_FP_PACK_RAW_4_P): Likewise.
1304         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1305         (_FP_MUL_MEAT_4_wide): Likewise.
1306         (_FP_MUL_MEAT_4_gmp): Likewise.
1307         (umul_ppppmnnn): Likewise.
1308         (_FP_DIV_MEAT_4_udiv): Likewise.
1309         (__FP_FRAC_ADD_4): Likewise.
1310         (__FP_FRAC_SUB_3): Likewise.
1311         (__FP_FRAC_SUB_4): Likewise.
1312         (__FP_FRAC_DEC_3): Likewise.
1313         (__FP_FRAC_DEC_4): Likewise.
1314         (__FP_FRAC_ADDI_4): Likewise.
1315         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1316         (_FP_FRAC_SRL_8): Likewise.
1317         (_FP_FRAC_SRS_8): Likewise.
1318
1319         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1320         include macro name.
1321         (FP_UNPACK_RAW_EP): Likewise.
1322         (FP_PACK_RAW_E): Likewise.
1323         (FP_PACK_RAW_EP): Likewise.
1324         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1325         (_FP_ISSIGNAN): Likewise.
1326         (_FP_ADD_INTERNAL): Likewise.
1327         (_FP_FMA): Likewise.
1328         (_FP_CMP): Likewise.
1329         (_FP_SQRT): Likewise.
1330         (_FP_TO_INT): Likewise.
1331         (_FP_FROM_INT): Likewise.
1332         (FP_EXTEND): Likewise.
1333         (_FP_DIV_MEAT_N_loop): Likewise.
1334
1335 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1336
1337         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1338         throughout.
1339
1340 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1341
1342         [BZ #17097]
1343         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1344         result with correct sign in case of exponents that produce
1345         overflow except for X very close to 1.
1346
1347 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1348
1349         mktime: merge #if/#ifdef usage from glibc
1350         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1351         as that works with both Glibc's and Gnulib's style.
1352         See thread starting at Siddhesh Poyarekar's bug report at:
1353         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1354
1355 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1356
1357         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1358         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1359         * sysdeps/tile/tilegx/memmove.c: Remove file.
1360
1361 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1362
1363         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1364         abi-name definition.
1365         * scripts/soversions.awk: Do not handle or generate ABI lines.
1366         * shlib-versions: Remove ABI entries.
1367         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1368         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1369
1370 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1371
1372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1373         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1374         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1375         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1377         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1379         Moved ...
1380         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1381         ... here.
1382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1383         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1384         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1385         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1386         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1387         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1388         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1389         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1390         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1391         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1392         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1393         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1394         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1395         Moved ...
1396         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1397         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1398         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1399         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1400         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1401         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1402         Moved ...
1403         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1404         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1405         Moved ...
1406         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1407         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1408         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1409         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1410         Moved ...
1411         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1412         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1413         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1414         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1415         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1416         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1417         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1418         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1419         Moved ...
1420         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1421         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1422         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1423         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1424         Moved ...
1425         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1427         Moved ...
1428         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1429         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1430         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1431         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1432         Moved ...
1433         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1434         ... here.
1435         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1436         Identical file removed.
1437         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1438         Moved ...
1439         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1440         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1441         Identical file removed.
1442         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1443         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1444         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1445         Moved ...
1446         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1447         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1448         Identical file removed.
1449         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1450         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1451         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1452         Identical file removed.
1453         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1454         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1455         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1456         Identical file removed.
1457         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1458         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1459         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1460         Identical file removed.
1461         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1462         Moved ...
1463         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1464         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1465         Identical file removed.
1466         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1467         Moved ...
1468         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1469         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1470         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1471         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1472         Identical file removed.
1473         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1474         Moved ...
1475         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1476         ... here.
1477         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1478         Identical file removed.
1479         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1480         Moved ...
1481         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1482         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1483         Identical file removed.
1484         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1485         Moved ...
1486         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1487         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1488         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1489         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1490         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1491         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1492         Moved ...
1493         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1494         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1495         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1496
1497         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1498         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1499         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1500         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1501         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1502
1503 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1504
1505         [BZ #17092]
1506         * nscd/nscd.c (monitor_child): Return exit status of child
1507         instead of return value from wait syscall.
1508
1509 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1510
1511         * configure.ac (libc_commonpagesize): Remove variable.
1512         (libc_relro_required): Likewise.
1513         (libc_cv_z_relro): Remove configure test.
1514         * configure: Regenerated.
1515         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1516         variable.
1517         (libc_relro_required): Likewise.
1518         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1519         (libc_relro_required): Likewise.
1520         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1521         (libc_relro_required): Likewise.
1522         * sysdeps/arm/preconfigure: Regenerated.
1523         * sysdeps/ia64/preconfigure: Remove file.
1524         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1525         variable.
1526         (libc_relro_required): Likewise.
1527
1528         [BZ #16561]
1529         [BZ #16562]
1530         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1531         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1532         recompute overflowing results in original rounding mode.
1533         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1534         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1535         recompute overflowing results in original rounding mode.
1536         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1537         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1538         recompute overflowing results in original rounding mode.
1539         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1540         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1541         recompute overflowing results in original rounding mode.
1542         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1543         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1544         recompute overflowing results in original rounding mode.
1545         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1546         (libc_feholdsetround_ctx): New macro.
1547         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1548         * sysdeps/i386/fpu/libm-test-ulps: Update.
1549         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1550
1551 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1552
1553         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1554         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1555         corresponding .cpsetup call.
1556
1557 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1558
1559         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1560         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1561         * sysdeps/arm/Makefile [$(subdir) = csu]
1562         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1563         (static-only-routines): Add aeabi_read_tp here.
1564         (shared-only-routines): Add libc-aeabi_read_tp here.
1565         (CFLAGS-libc-start.c): Add -fexceptions here.
1566         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1567         (sysdep_routines, static-only-routines, shared-only-routines):
1568         Don't add to these here.
1569         (CFLAGS-libc-start.c): Likewise.
1570
1571         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1572         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1573         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1574         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1575         * sysdeps/arm/Makefile [$(subdir) = rt]
1576         (librt-sysdep_routines, librt-shared-only-routines):
1577         Append rt-aeabi_unwind_cpp_pr1 here.
1578         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1579         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1580         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1581         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1582         Append nptl-aeabi_unwind_cpp_pr1 here.
1583         (tests): Filter out tst-cleanupx4 here.
1584         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1585         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1586         Don't do those here.
1587
1588 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1589
1590         * scripts/list-sources.sh: Do not handle ports specially.
1591
1592 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1593
1594         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1595         * sysdeps/arm/feupdateenv.c: Likewise.
1596
1597         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1598
1599 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1600
1601         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1602         trailing whitespace removed.
1603         * scripts/config.guess: Update to version 2014-03-23.
1604         * scripts/config.sub: Update to version 2014-05-01
1605         * scripts/install-sh: Update to version 2013-12-25.23.
1606         * scripts/move-if-change: Update from gnulib.
1607
1608 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1609
1610         * debug/memmove_chk.c: Remove pagecopy.h include.
1611
1612 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1613
1614         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1615         identical to gnulib mktime.
1616
1617 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1618
1619         * configure.ac: Do not test for machine being rs6000.  Do not test
1620         for powerpc*-*soft.
1621         * configure: Regenerated.
1622
1623         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1624         test.
1625         * configure: Regenerated.
1626         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1627         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1628         Remove configure test.
1629         * sysdeps/arm/configure: Regenerated.
1630         * sysdeps/nptl/configure.ac: Do not check
1631         libc_cv_asm_cfi_directives.
1632         * sysdeps/nptl/configure: Regenerated.
1633         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1634         * sysdeps/x86_64/nptl/configure: Remove generated file.
1635         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1636         unconditional.
1637         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1638
1639 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1640
1641         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1642         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1643         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1644         it is defined.
1645
1646         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1647         instead of whether it is defined.
1648         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1649         * sysdeps/hppa/dl-machine.h: Likewise.
1650         * sysdeps/ia64/dl-machine.h: Likewise.
1651         * sysdeps/m68k/dl-machine.h: Likewise.
1652         * sysdeps/microblaze/dl-machine.h: Likewise.
1653         * sysdeps/mips/dl-machine.: Likewise.
1654         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1655         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1656         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1657         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1658         * sysdeps/sh/dl-machine.h: Likewise.
1659         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1660         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1661         * sysdeps/tile/dl-machine.h: Likewise.
1662         * sysdeps/x86_64/dl-machine.h: Likewise.
1663
1664         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1665         code.
1666         (verify_persistent_db): Likewise.
1667
1668 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1669
1670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1671         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1673         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1674         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1675         Moved ...
1676         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1677         ... here.
1678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1679         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1681         Identical file removed.
1682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1683         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1684         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1685         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1686         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1687         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1688         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1689         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1690         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1691         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1692         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1693         Moved ...
1694         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1695         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1696         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1697         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1698         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1699         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1700         Moved ...
1701         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1702         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1703         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1704         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1705         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1706         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1707         Identical file removed.
1708         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1709         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1710         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1711         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1713         Moved ...
1714         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1715         ... here.
1716         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1717         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1718         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1719         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1720         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1721         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1722         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1723         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1724         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1725         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1726         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1727         Moved ...
1728         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1729         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1730         Moved ...
1731         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1732         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1733         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1734         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1735         Moved ...
1736         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1737         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1738         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1739
1740         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1741         folded into ...
1742         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1743         * sysdeps/unix/sysv/linux/s390/Versions
1744         (libpthread: GLIBC_2.19): New version set.
1745         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1746         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1747         (librt: GLIBC_2.3.3): New version set.
1748         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1749         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1750         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1751         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1752         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1753         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1754         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1755         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1756         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1757         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1758         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1759         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1760         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1761         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1762         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1763         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1764         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1765         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1766         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1767         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1768         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1769         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1770         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1771         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1772         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1773         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1774         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1775         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1776         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1777         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1778         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1779         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1780         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1781         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1782         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1783         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1784         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1785         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1786         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1787         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1788         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1789         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1790         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1791         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1792         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1793
1794         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1795         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
1796         (__libc_vfork): Define the function under this name.
1797         [!NOT_IN_libc] (__vfork): Make this an alias.
1798         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1799         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1800         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1801         (__libc_vfork): Define the function under this name.
1802         [!NOT_IN_libc] (__vfork): Make this an alias.
1803         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1804         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1805         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1806         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1807         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1808         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1809
1810         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1811         code that was previously under [RESET_PID].
1812         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1813         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1814         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1815
1816         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1817         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1818         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1819         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1820         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1821         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1822         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1823         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1824         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1825         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1826         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1827         Moved ...
1828         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1829         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1830         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1831         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1832         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1833         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1834         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1835         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1836         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1837         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1838         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1839         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1840         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1841         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1842         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1843         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1844         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1845         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1846         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1847         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1848         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1849         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1850         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1851         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1852         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1853         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1854         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1855         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1856         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1857
1858 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1859
1860         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1861         that was previously under [RESET_PID].
1862         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1863
1864 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1865
1866         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1867         not undefine and redefine.
1868         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1869         [O_CLOEXEC]: Make code unconditional.
1870         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1871         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1872         <kernel-features.h>.
1873         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1874         conditional variable definition.
1875         (shm_open) [O_CLOEXEC]: Make code unconditional.
1876         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1877         code.
1878
1879         * configure.ac (USE_REGPARMS): Don't define here.
1880         * configure: Regenerated.
1881         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1882         * sysdeps/i386/configure: Regenerated.
1883
1884         * nptl/createthread.c: Don't include kernel-features.h.
1885         * nptl/pthread_cancel.c: Likewise.
1886         * nptl/pthread_condattr_setclock.c: Likewise.
1887         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1888         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1889         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1890         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1891         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1892         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1893         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1894         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1895         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1896         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1897         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1898         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1899         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1900         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1901         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1902         * nscd/gai.c: Likewise.
1903         * nss/nss_db/db-open.c: Likewise.
1904         * sysdeps/generic/ldsodefs.h: Likewise.
1905         * sysdeps/sh/nptl/tls.h: Likewise.
1906         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1907         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1908         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1909         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1910         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1911         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1912         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1913         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1914         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1915         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1916         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1917         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1918         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1919         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1920         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1921         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1922         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1923         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1924         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1925         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1926         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1927         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1928         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1929         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1930         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1931         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1932         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1933         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1934         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1935         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1936         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1937         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1938         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1939         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1940         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1941         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1942         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1943         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1944         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1945         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1946         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1947         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1948         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1949         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1950         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1951         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1952         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1953         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1954         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1955         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1956         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1957         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1958         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1959         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1960         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1961         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1962         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1963         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1967         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1969         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1971         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1972         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1974         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1976         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1978         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1980         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1986         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1987         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1988         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1989         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1990         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1991         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1992         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1993         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1994         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1995         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1996         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1997         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1998         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1999         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
2000         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
2001         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
2002         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
2003         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
2004         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
2005         * sysdeps/unix/sysv/linux/system.c: Likewise.
2006         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
2007         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
2008         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
2009         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
2010         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
2011         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
2012         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
2013
2014         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
2015         * configure: Regenerated.
2016         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
2017
2018         * configure.ac (base_machine): Do not set specially for particular
2019         machines here.
2020         * configure: Regenerated.
2021         * sysdeps/powerpc/preconfigure: Move machine and base_machine
2022         settings from configure.ac.
2023         * sysdeps/i386/preconfigure: New file.
2024         * sysdeps/s390/preconfigure: Likewise.
2025         * sysdeps/sh/preconfigure: Likewise.
2026         * sysdeps/sparc/preconfigure: Likewise.
2027
2028 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2029
2030         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2031         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2032         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2033         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2034         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2035         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2036         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2037         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2038         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2039         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2040         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2041         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2042         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2043         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2044         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2045         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2046         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2047         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2048         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2049
2050         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2051         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2052         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2053         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2054         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2055         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2056         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2057         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2058         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2059         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2060         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2061         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2062         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2063         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2064         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2065         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2066         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2067         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2068         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2069         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2070         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2071         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2072         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2073         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2074         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2075         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2076         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2077         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2078         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2079         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2080         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2081         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2082         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2083         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2084         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2085         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2086         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2087         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2088
2089         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2090         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2092         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2094         Moved ...
2095         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2096         ... here.
2097         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2098         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2099         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2100         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2101         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2102         Moved ...
2103         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2104         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2105         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2106         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2107         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2108         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2109         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2110         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2111         Moved ...
2112         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2113         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2114         Moved ...
2115         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2116         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2117         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2118         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2119         Moved ...
2120         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2121         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2122         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2123         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2124         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2125         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2126         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2127         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2128         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2129         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2130         Moved ...
2131         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2132         ... here.
2133         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2134         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2135         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2136         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2137         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2138         Moved ...
2139         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2140         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2141         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2142         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2143         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2144         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2145         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2146         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2147         Moved ...
2148         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2149         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2150         Moved ...
2151         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2152         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2153         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2154         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2155         Moved ...
2156         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2157         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2158         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2159         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2160         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2161
2162 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2163
2164         * timezone/checktab.awk: Update from tzcode 2014e.
2165         * timezone/private.h: Likewise.
2166         * timezone/tzfile.h: Likewise.
2167         * timezone/zdump.c: Likewise.
2168         * timezone/zic.c: Likewise.
2169
2170         * sysdeps/unix/sysv/linux/kernel-features.h
2171         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2172         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2173         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2174         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2175         Remove conditional code.
2176
2177 2014-06-25  Will Newton  <will.newton@linaro.org>
2178
2179         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2180         (_dl_arm_cap_flags): Add HWCAP2 values.
2181         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2182         (_DL_HWCAP_COUNT): Increase to 37.
2183         (_DL_HWCAP_LAST): New define.
2184         (_DL_HWCAP2_LAST): New define.
2185         (_dl_procinfo): Add support for printing
2186         AT_HWCAP2 entries.
2187         (_dl_string_hwcap): Use _dl_hwcap_string.
2188
2189 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2190
2191         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2192
2193 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2194
2195         * README: Do not mention ports directory.
2196
2197         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2198         Remove macro.
2199         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2200         <kernel-features.h>.
2201         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2202         conditional variable definition.
2203         (__futimes): Update comment.
2204         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2205         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2206
2207         [BZ #16560]
2208         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2209         arguments close to 0.
2210         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2211         Likewise.
2212         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2213         Likewise.
2214         * math/auto-libm-test-in: Add more tests of exp10.
2215         * math/auto-libm-test-out: Regenerated.
2216         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2217
2218         * sysdeps/unix/sysv/linux/kernel-features.h
2219         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2220         * sysdeps/unix/sysv/linux/readv.c: Do not include
2221         <kernel-features.h>.
2222         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2223         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2224         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2225         unconditional.
2226         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2227         conditional code.
2228         * sysdeps/unix/sysv/linux/writev.c: Do not include
2229         <kernel-features.h>.
2230         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2231         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2232         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2233         unconditional.
2234         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2235         conditional code.
2236
2237 2014-06-25  Will Newton  <will.newton@linaro.org>
2238
2239         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2240         comment changes throughout the file.  Remove checks
2241         for HAVE_*_H definitions that are not required.
2242         (__gen_tempname): Call abort if an unknown kind value is
2243         passed.
2244
2245 2014-06-25  Andreas Schwab  <schwab@suse.de>
2246
2247         [BZ #17086]
2248         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2249         scalbln, scalblnf, scalblnl in libc.
2250
2251 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2252
2253         [BZ #17086]
2254         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2255         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2256         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2257
2258 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2259
2260         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2261         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2262         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2263         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2264         Update #include.
2265         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2266         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2267         Update #include.
2268         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2269         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2270         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2271         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2272         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2273         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2274         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2275         * sysdeps/x86/bits/semaphore.h: ... here.
2276         * sysdeps/x86/nptl/elide.h: Moved ...
2277         * sysdeps/x86/elide.h: ... here.
2278         * sysdeps/x86_64/nptl/Implies: File removed.
2279         * sysdeps/i386/nptl/Implies: File removed.
2280
2281 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2282
2283         [BZ #16539]
2284         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2285         return the argument for normal arguments with exponent below -64.
2286         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2287         Likewise.
2288         * math/auto-libm-test-in: Add another test of expm1.
2289         * math/auto-libm-test-out: Regenerated.
2290
2291         [BZ #16287]
2292         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2293         calling __erfcl for arguments at least 16.
2294         * math/auto-libm-test-in: Add more tests of erf.
2295         * math/auto-libm-test-out: Regenerated.
2296
2297         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2298         individual architectures.
2299         * sysdeps/unix/sysv/linux/configure: Regenerated.
2300         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2301         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2302         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2303         (ldd_rewrite_script): Define variable.
2304         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2305         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2306         file.
2307         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2308         generated file.
2309         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2310         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2311         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2312         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2313         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2314         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2315         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2316         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2317
2318 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2319
2320         [BZ #17084]
2321         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2322         Rename member __data.d to __data.__elision_data.
2323
2324 2014-06-24  Wilco  <wdijkstr@arm.com>
2325
2326         * NEWS: Add 16918 to fixed bug list.
2327
2328 2014-06-24  Wilco  <wdijkstr@arm.com>
2329
2330         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2331
2332 2014-06-24  Wilco  <wdijkstr@arm.com>
2333
2334         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2335         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2336         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2337         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2338         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2339         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2340         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2341         Use _FPU_MASK_RM.
2342
2343 2014-06-24  Wilco  <wdijkstr@arm.com>
2344
2345         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2346
2347 2014-06-24  Wilco  <wdijkstr@arm.com>
2348
2349         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2350         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2351         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2352         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2353
2354 2014-06-24  Wilco  <wdijkstr@arm.com>
2355
2356         [BZ #16918]
2357         * sysdeps/arm/feupdateenv.c (feupdateenv):
2358         Rewrite to reduce FPSCR accesses and fix return value.
2359
2360 2014-06-24  Wilco  <wdijkstr@arm.com>
2361
2362         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2363         Optimize to avoid unnecessary FPSCR writes.
2364         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2365         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2366         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2367         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2368
2369 2014-06-24  Wilco  <wdijkstr@arm.com>
2370
2371         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2372         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2373         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2374         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2375         Call libc_fetestexcept_vfp.
2376         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2377         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2378         __SOFTFP__ ifdef so that they can be built for softfp.
2379
2380 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2381
2382         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2383         argument type signed char.
2384
2385         * Makerules (check-abi): Dump diff of symlist if the test
2386         fails.
2387
2388 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2389
2390         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2391         using abort.
2392
2393         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2394         Remove unused variable ST.
2395
2396 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2397
2398         [BZ #16354]
2399         [BZ #17061]
2400         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2401         small arguments before calling __expm1.
2402         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2403         small arguments before calling __expm1f.
2404         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2405         small arguments before calling __expm1l.
2406         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2407         Likewise.
2408         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2409         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2410         spurious underflow for some cosh tests.
2411         * math/auto-libm-test-out: Regenerated.
2412         * sysdeps/i386/fpu/libm-test-ulps: Update.
2413
2414         [BZ #17050]
2415         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2416         (__ieee754_y1): Set errno if return value overflows.
2417         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2418         (__ieee754_y1f): Set errno if return value overflows.
2419         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2420         (__ieee754_y1l): Set errno if return value overflows.
2421         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2422         (__ieee754_y1l): Set errno if return value overflows.
2423         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2424         * math/auto-libm-test-out: Regenerated.
2425
2426         * math/gen-auto-libm-tests.c: Document use of
2427         ignore-zero-inf-sign.
2428         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2429         (input_flags): Add ignore-zero-inf-sign.
2430         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2431         * math/gen-libm-test.pl (generate_testfile): Handle
2432         ignore-zero-inf-sign.
2433         * math/auto-libm-test-in: Mark some cpow tests with
2434         ignore-zero-inf-sign and some with xfail-rounding.
2435         * math/auto-libm-test-out: Regenerated.
2436         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2437         * sysdeps/i386/fpu/libm-test-ulps: Update.
2438         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2439
2440         [BZ #16315]
2441         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2442         overflowing or underflowing operations take place with sign of
2443         result.
2444         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2445         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2446         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2447         (__ieee754_pow): Recompute overflowing and underflowing results in
2448         original rounding mode.
2449         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2450         (__powl_helper): Allow negative argument X and scale negated value
2451         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2452         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2453         overflowing or underflowing operations take place with sign of
2454         result.
2455         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2456         Include <math.h>.
2457         * math/auto-libm-test-in: Add more tests of pow.
2458         * math/auto-libm-test-out: Regenerated.
2459         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2460         (pow_tonearest_test_data): Remove.
2461         (pow_test_tonearest): Likewise.
2462         (pow_towardzero_test_data): Likewise.
2463         (pow_test_towardzero): Likewise.
2464         (pow_downward_test_data): Likewise.
2465         (pow_test_downward): Likewise.
2466         (pow_upward_test_data): Likewise.
2467         (pow_test_upward): Likewise.
2468         (main): Don't call removed functions.
2469         * sysdeps/i386/fpu/libm-test-ulps: Update.
2470         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2471
2472 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2473
2474         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2475         Moved ...
2476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2478         Moved ...
2479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2481         Moved ...
2482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2484         Moved ...
2485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2487         File removed.
2488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2489         File removed.
2490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2491         File removed.
2492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2493         File removed.
2494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2495         File removed.
2496         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2497         File removed.
2498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2499         File removed.
2500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2501         File removed.
2502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2503         File removed.
2504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2505         File removed.
2506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2507         File removed.
2508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2509         File removed.
2510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2511         Moved ...
2512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2514         Moved ...
2515         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2516         ... here.
2517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2518         Moved ...
2519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2520         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2521         Moved ...
2522         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2524         Moved ...
2525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2526         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2527         Moved ...
2528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2530         Moved ...
2531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2533         Moved ...
2534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2536         Moved ...
2537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2538         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2540         ... here.
2541         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2542         Moved ...
2543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2544         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2545         Moved ...
2546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2547         ... here.
2548         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2549         Moved ...
2550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2551         ... here.
2552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2553         Moved ...
2554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2555         ... here.
2556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2557         Moved ...
2558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2560         Moved ...
2561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2565         Moved ...
2566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2567         ... here.
2568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2569         Moved ...
2570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2571         ... here.
2572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2573         Moved ...
2574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2576         Moved ...
2577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2579         Moved ...
2580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2581         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2582         Moved ...
2583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2584         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2585         Moved ...
2586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2587         ... here.
2588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2589         Moved ...
2590         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2592         Moved ...
2593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2595         Moved ...
2596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2598         Moved ...
2599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2603         Moved ...
2604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2605         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2606         Moved ...
2607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2609         Moved ...
2610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2611         ... here.
2612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2613         Moved ...
2614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2615         ... here.
2616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2617         Moved ...
2618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2619         ... here.
2620         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2621         Moved ...
2622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2624         Moved ...
2625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2627         Moved ...
2628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2630         Moved ...
2631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2632         ... here.
2633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2634         Moved ...
2635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2636         ... here.
2637         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2638         Moved ...
2639         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2640         ... here.
2641         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2642         Moved ...
2643         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2644         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2645         Moved ...
2646         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2647
2648 2014-06-23  Will Newton  <will.newton@linaro.org>
2649             Wilco  <wdijkstr@arm.com>
2650
2651         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2652         implementation.  Include get-rounding-mode.h.
2653         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2654         [!libc_feholdsetround_noex_ctx]: Define
2655         libc_feholdsetround_noex_ctx.
2656         [!libc_feholdsetround_noexf_ctx]: Define
2657         libc_feholdsetround_noexf_ctx.
2658         [!libc_feholdsetround_noexl_ctx]: Define
2659         libc_feholdsetround_noexl_ctx.
2660         (libc_feholdsetround_ctx): New function.
2661         (libc_feresetround_ctx): New function.
2662         (libc_feholdsetround_noex_ctx): New function.
2663         (libc_feresetround_noex_ctx): New function.
2664
2665 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2666
2667         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2668         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2669         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2670         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2671         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2672         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2673
2674         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2675         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2676         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2677         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2678         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2679         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2680         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2681         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2682         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2683         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2684         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2685         Moved ...
2686         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2687         ... here.
2688         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2689         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2690         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2691         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2692         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2693         Moved ...
2694         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2695         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2696         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2697         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2698         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2699         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2700         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2701         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2702         Moved ...
2703         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2704         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2705         Moved ...
2706         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2707         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2708         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2709         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2710         Moved ...
2711         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2712         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2713         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2714         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2715         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2716         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2717         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2718         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2719         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2720         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2721         Moved ...
2722         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2723         ... here.
2724         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2725         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2726         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2727         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2728         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2729         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2730         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2731         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2732         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2733         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2734         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2735         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2736         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2737         Moved ...
2738         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2739         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2740         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2741         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2742         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2743         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2744         Moved ...
2745         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2746         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2747         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2749         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2750
2751         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2752         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2753         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2754         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2755         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2756         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2757         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2758         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2759         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2760         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2761         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2762         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2763         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2764         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2765         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2766         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2767         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2768         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2769         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2770         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2771         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2772         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2773         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2774         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2775         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2776         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2777         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2778         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2779
2780 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2781
2782         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2783         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2784         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2785         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2786         (IPV6_PMTUDISC_INTERFACE): Likewise.
2787         (IPV6_PMTUDISC_OMIT): Likewise.
2788
2789 2014-06-23  Andreas Schwab  <schwab@suse.de>
2790
2791         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2792         Remove unused errout label.
2793
2794 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2795
2796         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2797         macro: hardware supports Vector Crypto instructions.
2798
2799 2014-06-23  Will Newton  <will.newton@linaro.org>
2800
2801         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2802         rather than __builtin_expect.
2803
2804         * elf/dl-lookup.c (undefined_msg): Remove variable.
2805         (_dl_lookup_symbol_x): Replace undefined_msg with string
2806         literal.
2807
2808         * elf/dl-lookup.c (do_lookup_unique): New function.
2809         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2810         to a separate function.
2811
2812 2014-06-23  Andreas Schwab  <schwab@suse.de>
2813
2814         [BZ #17079]
2815         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2816         before reading the next line.
2817
2818 2014-06-23  Will Newton  <will.newton@linaro.org>
2819
2820         * test-skeleton.c (signal_handler): Use printf and %m
2821         rather than perror.  Use printf rather than fprintf to
2822         stderr.  Use puts rather than fputs to stderr.
2823         (main): Likewise.
2824
2825 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2826
2827         * nscd/nscd.c (thread_info_t): Remove typedef.
2828         (thread_info): Remove variable.
2829
2830 2014-06-21  Allan McRae  <allan@archlinux.org>
2831
2832         * NEWS: Mention CVE-2014-4043.
2833
2834 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2835
2836         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2837         * nptl/smp.h: ... here.
2838
2839         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2840
2841         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2842         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2843         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2844         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2845
2846         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2847         * nptl/stack-aliasing.h: New file.
2848         * sysdeps/i386/i686/stack-aliasing.h: New file.
2849         * sysdeps/i386/i686/nptl/Makefile: File removed.
2850         * sysdeps/x86_64/stack-aliasing.h: New file.
2851         * sysdeps/x86_64/nptl/Makefile
2852         (CFLAGS-pthread_create.c): Variable removed.
2853
2854         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2855         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2856         old file.
2857         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2858         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2859         old file.
2860
2861 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2862
2863         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2864         (__ASSUME_SIGFRAME_V2): Remove macro.
2865         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2866         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2867         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2868         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2869         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2870         Declare as function.  Remove conditional macro definitions.
2871         (__default_rt_sa_restorer): Likewise.
2872         (__default_sa_restorer_v1): Remove declaration.
2873         (__default_sa_restorer_v2): Likewise.
2874         (__default_rt_sa_restorer_v1): Likewise.
2875         (__default_rt_sa_restorer_v2): Likewise.
2876         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2877         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2878         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2879
2880 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2881
2882         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2883         (libpthread-routines): Add sysdep.
2884         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2885         * sysdeps/unix/sysv/linux/sparc/Versions
2886         (libpthread: GLIBC_2.3.3): New version set.
2887         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2888         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2889         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2890         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2891         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2892         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2893         Moved ...
2894         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2895         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2896         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2897         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2898         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2899         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2900         * sysdeps/sparc/nptl/sem_init.c: ... here.
2901         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2902         * sysdeps/sparc/nptl/sem_post.c: ... here.
2903         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2904         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2905         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2906         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2907         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2908         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2909         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2910         (libpthread-routines): Add cpu_relax.
2911         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2912         File removed.
2913         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2914         (librt: GLIBC_2.3.3): New version set.
2915         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2916         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2917         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2918         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2921         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2922         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2923         Moved ...
2924         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2926         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2928         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2929         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2930         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2931         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2932         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2933         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2934         Moved ...
2935         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2936         Update #include.
2937         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2938         Moved ...
2939         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2940         Update #include.
2941         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2942         Moved ...
2943         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2944         Update #include.
2945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2946         Moved ...
2947         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2948         Update #include.
2949         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2950         Moved ...
2951         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2952         Update #include.
2953         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2954         Moved ...
2955         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2956         Update #include.
2957         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2958         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2959         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2960         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2961         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2962         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2963         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2964         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2965         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2966         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2967         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2968         Moved ...
2969         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2970         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2971         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2972         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2973         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2974
2975 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2976
2977         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2978         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2979         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2980         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2981         * nscd/nscd.c: Likewise.
2982         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2983         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2984         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2985         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2986
2987         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2988         <kernel-features.h>.
2989         (init_mq_netlink): Remove conditional have_sock_cloexec
2990         definitions.  Remove code conditional on have_sock_cloexec < 0.
2991         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2992         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2993         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2994         <kernel-features.h>.
2995         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2996         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2997
2998 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2999
3000         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
3001         Add tests for memset_chk and memset.
3002
3003         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
3004         with AVX2_Usable.
3005
3006 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3007
3008         [BZ #16046]
3009         * elf/tst-dl-iter-static.c: New file.
3010         * elf/Makefile (tests-static): Add tst-dl-iter-static.
3011
3012         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
3013         error.
3014
3015 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3016
3017         * sysdeps/unix/sysv/linux/kernel-features.h
3018         (__ASSUME_F_GETOWN_EX): Remove macro.
3019         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
3020         <kernel-features.h>.
3021         (miss_F_GETOWN_EX): Remove variable or macro.
3022         (do_fcntl): Do not check miss_F_GETOWN_EX.
3023         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
3024
3025         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3026         Remove macro.
3027         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3028         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3029         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3030
3031         * sysdeps/unix/sysv/linux/kernel-features.h
3032         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3033         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3034         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3035         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3036
3037 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3038
3039         [BZ #17075]
3040         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3041         Fix calculation of the symbol's value.
3042         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3043         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3044         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3045         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3046         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3047         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3048         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3049         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3050         (modules-names): Add `tst-armtlsdescmod',
3051         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3052         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3053         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3054         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3055         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3056         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3057         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3058         ($(objpfx)tst-armtlsdescloc): New dependency.
3059         ($(objpfx)tst-armtlsdescextnow): Likewise.
3060         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3061         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3062         TLS scheme support.
3063         * sysdeps/arm/configure: Regenerate.
3064
3065 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3066
3067         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3068         (__atfct_seterrno_2): Likewise.
3069         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3070         <kernel-features.h>.
3071         (__ASSUME_ATFCTS): Do not undefine and redefine.
3072         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3073         (__have_atfcts): Remove conditional definition.
3074         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3075         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3076         unreachable if [__ASSUME_ATFCTS].
3077         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3078         not undefine and redefine.
3079         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3080         <kernel-features.h>.
3081         (faccessat) [__NR_faccessat]: Make code unconditional.
3082         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3083         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3084         <kernel-features.h>.
3085         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3086         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3087         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3088         <kernel-features.h>.
3089         (fchownat) [__NR_fchownat]: Make code unconditional.
3090         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3091         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3092         <kernel-features.h>.
3093         (futimesat) [__NR_futimesat]: Make code unconditional.
3094         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3095         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3096         <kernel-features.h>.
3097         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3098         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3099         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3100         <kernel-features.h>.
3101         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3102         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3103         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3104         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3105         <kernel-features.h>.
3106         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3107         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3108         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3109         <kernel-features.h>.
3110         (linkat) [__NR_linkat]: Make code unconditional.
3111         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3112         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3113         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3114         <kernel-features.h>.
3115         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3116         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3117         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3118         <kernel-features.h>.
3119         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3120         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3121         * sysdeps/unix/sysv/linux/openat.c: Do not include
3122         <kernel-features.h>.
3123         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3124         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3125         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3126         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3127         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3128         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3129         <kernel-features.h>.
3130         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3131         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3132         result of INLINE_SYSCALL directly, not via int variable.
3133         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3134         <kernel-features.h>.
3135         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3136         (renameat) [__NR_renameat]: Make code unconditional.
3137         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3138         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3139         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3140         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3141         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3142         (__ASSUME_ATFCTS): Do not undefine and redefine.
3143         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3144         <kernel-features.h>.
3145         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3146         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3147         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3148         <kernel-features.h>.
3149         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3150         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3151         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3152         (__ASSUME_ATFCTS): Do not undefine and redefine.
3153         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3154         <kernel-features.h>.
3155         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3156         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3157         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3158         <kernel-features.h>.
3159         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3160         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3161
3162 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3163
3164         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3165
3166 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3167
3168         [BZ #17069]
3169         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3170         constructed tree before returning error.
3171         * posix/bug-regexp36.c: Expand test case.
3172
3173 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3174
3175         [BZ #6803]
3176         * math/libm-test.inc (scalbln_test_date):
3177         Add errno expectations.
3178         * math/w_scalblnf.c: New File.
3179         Add wrapper which checks for setting errno to ERANGE.
3180         Add weak_alias for corresponding scalbln function.
3181         * math/w_scalbln.c: Likewise.
3182         * math/w_scalblnl.c: Likewise.
3183         * math/Makefile (libm-calls): Add w_scalbln.
3184         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3185         Remove weak_alias for corresponding scalbln function.
3186         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3187         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3188         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3189         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3190         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3191         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3192         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3193         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3194         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3195         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3196         Remove long_double_symbol for scalblnl function in libm, libc.
3197         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3198         Add wrapper which checks for setting errno to ERANGE.
3199         Add long_double_symbol for scalblnl function in libm, libc.
3200         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3201         Remove long_double_symbol for scalblnl in libm.
3202         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3203         Add wrapper which checks for setting errno to ERANGE.
3204         Add long_double_symbol for scalblnl function in libm.
3205         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3206         Do not use wrapper because of own implementation.
3207
3208 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3209
3210         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3211         3 bytes for __pad1 for x32.
3212         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3213
3214 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3215             H.J. Lu  <hongjiu.lu@intel.com>
3216
3217         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3218         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3219         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3220         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3221         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3222
3223 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3224
3225         [BZ #17069]
3226         * posix/regcomp.c (parse_expression): Deallocate partially
3227         constructed tree before returning error.
3228         * posix/Makefile.c (tests): Add bug-regex36.
3229         (generated): Add bug-regex36.mtrace.
3230         (tests-special): Add $(objpfx)bug-regex36-mem.out
3231         (bug-regex36-ENV): New variable.
3232         ($(objpfx)bug-regex36-mem.out): New rule.
3233         * posix/bug-regex36.c: New file.
3234
3235 2014-06-19  Will Newton  <will.newton@linaro.org>
3236
3237         * malloc/malloc.c (systrim): If extra is zero then return
3238         early.
3239
3240 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3241
3242         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3243
3244 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3245
3246         * sysdeps/aarch64/strchr.S: New file.
3247
3248 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3249
3250         [BZ #17022]
3251         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3252         from arguments -2 or below.
3253         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3254         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3255
3256 2014-06-18  Andreas Schwab  <schwab@suse.de>
3257
3258         [BZ #17062]
3259         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3260         of a bracket expr not to run off the end of the string.
3261         * posix/Makefile (tests): Add tst-fnmatch3.
3262         * posix/tst-fnmatch3.c: New file.
3263
3264 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3265
3266         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3267         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3268         [$(cross-compiling) = no]: Likewise.
3269         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3270         [$(cross-compiling) = no]: Likewise.
3271
3272 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3273
3274         [BZ #17031]
3275         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3276         double, adjusted for any remainder from the high double.
3277         * math/libm-test.inc (nearbyint): Add tests.
3278         (rint): Likewise.
3279
3280 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3281
3282         * nptl/sysdeps/powerpc/Makefile: Moved ...
3283         * sysdeps/powerpc/nptl/Makefile: ... here.
3284         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3285         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3286         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3287         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3288         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3289         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3290         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3291         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3292         * nptl/sysdeps/powerpc/tls.h: Moved ...
3293         * sysdeps/powerpc/nptl/tls.h: ... here.
3294
3295 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3296
3297         [BZ #16681]
3298         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3299         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3300         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3301         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3302         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3303         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3304         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3305         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3306         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3307
3308 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3309
3310         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3311
3312 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3313
3314         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3315         defined operator.
3316
3317         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3318         $TIMEOUTFACTOR.
3319
3320 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3321
3322         [BZ #17058]
3323         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3324         non-executed part of the test.
3325
3326 2014-06-16  Andreas Schwab  <schwab@suse.de>
3327
3328         * string/bits/string2.h (strdup, strndup): Update feature guard.
3329
3330 2014-06-14  David S. Miller  <davem@davemloft.net>
3331
3332         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3333
3334 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3335
3336         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3337         that was previously under [RESET_PID].
3338         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3339
3340         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3341         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3342         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3343         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3344         (__libc_vfork): New strong alias.
3345         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3346
3347 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3348
3349         * sysdeps/generic/elide.h: New file.
3350
3351 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3352
3353         * Makefile (installed-headers): Adjust path of pthread.h header.
3354
3355 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3356
3357         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3358         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3359         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3360         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3361
3362         * nptl/sysdeps/s390/Makefile: Moved ...
3363         * sysdeps/s390/nptl/Makefile: ... here.
3364         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3365         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3366         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3367         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3368         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3369         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3370         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3371         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3372         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3373         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3374         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3375         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3376         * nptl/sysdeps/s390/tls.h: Moved ...
3377         * sysdeps/s390/nptl/tls.h: ... here.
3378
3379         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3380         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3381
3382 2014-06-13  David S. Miller  <davem@davemloft.net>
3383
3384         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3385         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3386         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3387         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3388         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3389         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3390         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3391         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3392         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3393         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3394         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3395         Remove RESET_PID cpp guards.
3396         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3397         Remove RESET_PID cpp guards.
3398         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3399
3400 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3401
3402         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3403         __sp to uintptr_t.
3404
3405 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3406
3407         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3408         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3409         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3410         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3411         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3412         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3413         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3414         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3415         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3416         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3417         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3418         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3419         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3420         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3421         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3422         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3423         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3424         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3425         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3426         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3427
3428         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3429         (pthread_rwlock_rdlock): Add elision.
3430         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3431         (pthread_rwlock_wrlock): Add elision.
3432         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3433         (pthread_rwlock_trywrlock): Add elision.
3434         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3435         (pthread_rwlock_tryrdlock): Add elision.
3436         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3437         (pthread_rwlock_tryrdlock): Add elision unlock.
3438         * nptl/sysdeps/pthread/pthread.h:
3439         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3440         (PTHREAD_RWLOCK_INITIALIZER,
3441         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3442         Handle new elision field.
3443         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3444         * sysdeps/arm/nptl/bits/pthreadtypes.h
3445         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3446         * sysdeps/sh/nptl/bits/pthreadtypes.h
3447         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3448         * sysdeps/tile/nptl/bits/pthreadtypes.h
3449         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3450         * sysdeps/a/nptl/bits/pthreadtypes.h
3451         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3452         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3453         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3454         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3455         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3456         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3457         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3458         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3459         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3460         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3461         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3462         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3463         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3464         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3465         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3466         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3467         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3468         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3469         (elision_init): Set try_xbegin to zero when no RTM.
3470         * sysdeps/x86/nptl/bits/pthreadtypes.h
3471         (pthread_rwlock_t): Change __pad1 to __rwelision.
3472         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3473
3474 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3475
3476         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3477         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3478         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3479         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3480
3481 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3482
3483         [BZ #16996]
3484         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3485         that the cached result has been set before returning it.
3486
3487 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3488
3489         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3490         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3491         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3492         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3493         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3494         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3495
3496         * nptl/sysdeps/sparc/Makefile: Moved ...
3497         * sysdeps/sparc/nptl/Makefile: ... here.
3498         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3499         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3500         * nptl/sysdeps/sparc/tls.h: Moved ...
3501         * sysdeps/sparc/nptl/tls.h: ... here.
3502         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3503         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3504         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3505         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3506         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3507         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3508         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3509         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3510         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3511         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3512         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3513         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3514         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3515         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3516         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3517         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3518         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3519         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3520         Update #include.
3521         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3522         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3523         Update #include.
3524         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3525         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3526         Update #include.
3527         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3528         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3529         Update #include.
3530
3531         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3532
3533         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3534         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3535
3536         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3537         (struct list_links): Type removed.
3538         (struct thread_node, struct timer_node): Replace struct list_links
3539         with struct list_head.
3540         (list_unlink_ip): Likewise.
3541         * sysdeps/pthread/timer_routines.c
3542         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3543         (list_append, list_insbefore): Likewise.
3544         (list_init): Function removed.
3545         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3546         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3547         * sysdeps/pthread/Makefile: ... here, new file.
3548
3549         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3550         * sysdeps/nptl/Implies: ... here.
3551         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3552         * nptl/sysdeps/pthread/list.h: Moved ...
3553         * include/list.h: ... here.
3554         * nptl/sysdeps/pthread/createthread.c: Moved ...
3555         * nptl/createthread.c: ... here.
3556         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3557         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3558         * nptl/pt-longjmp.c: ... here.
3559         * nptl/sysdeps/pthread/Makefile: Moved ...
3560         * sysdeps/nptl/Makefile: ... here.
3561         * nptl/sysdeps/pthread/Subdirs: Moved ...
3562         * sysdeps/nptl/Subdirs: ... here.
3563         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3564         * sysdeps/nptl/aio_misc.h: ... here.
3565         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3566         * sysdeps/nptl/bits/libc-lock.h: ... here.
3567         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3568         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3569         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3570         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3571         * nptl/sysdeps/pthread/configure: Moved ...
3572         * sysdeps/nptl/configure: ... here.
3573         * nptl/sysdeps/pthread/configure.ac: Moved ...
3574         * sysdeps/nptl/configure.ac: ... here.
3575         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3576         * sysdeps/nptl/gai_misc.h: ... here.
3577         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3578         * sysdeps/nptl/librt-cancellation.c: ... here.
3579         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3580         * sysdeps/nptl/malloc-machine.h: ... here.
3581         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3582         * sysdeps/nptl/pthread-functions.h: ... here.
3583         * nptl/sysdeps/pthread/pthread.h: Moved ...
3584         * sysdeps/nptl/pthread.h: ... here.
3585         * nptl/sysdeps/pthread/setxid.h: Moved ...
3586         * sysdeps/nptl/setxid.h: ... here.
3587         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3588         * sysdeps/nptl/sigfillset.c: ... here.
3589         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3590         * sysdeps/nptl/tcb-offsets.h: ... here.
3591         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3592         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3593         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3594         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3595         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3596         * sysdeps/pthread/allocalim.h: ... here.
3597         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3598         * sysdeps/pthread/bits/sigthread.h: ... here.
3599         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3600         * sysdeps/pthread/flockfile.c: ... here.
3601         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3602         * sysdeps/pthread/ftrylockfile.c: ... here.
3603         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3604         * sysdeps/pthread/funlockfile.c: ... here.
3605         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3606         * sysdeps/pthread/posix-timer.h: ... here.
3607         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3608         * sysdeps/pthread/timer_create.c: ... here.
3609         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3610         * sysdeps/pthread/timer_delete.c: ... here.
3611         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3612         * sysdeps/pthread/timer_getoverr.c: ... here.
3613         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3614         * sysdeps/pthread/timer_gettime.c: ... here.
3615         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3616         * sysdeps/pthread/timer_routines.c: ... here.
3617         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3618         * sysdeps/pthread/timer_settime.c: ... here.
3619         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3620         * sysdeps/pthread/tst-timer.c: ... here.
3621         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3622         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3623
3624         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3625         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3626
3627         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3628         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3629         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3630         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3631         Update #include target.
3632         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3633         * sysdeps/i386/i686/nptl/Makefile: ... here.
3634         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3635         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3636         Update #include target.
3637         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3638         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3639         * nptl/sysdeps/i386/Makefile: Moved ...
3640         * sysdeps/i386/nptl/Makefile: ... here.
3641         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3642         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3643         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3644         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3645         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3646         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3647         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3648         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3649         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3650         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3651         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3652         * nptl/sysdeps/i386/tls.h: Moved ...
3653         * sysdeps/i386/nptl/tls.h: ... here.
3654
3655         * sysdeps/sh/Makefile [$(subdir) = csu]
3656         (gen-as-const-headers): Add tcb-offsets.sym.
3657         * nptl/sysdeps/sh/Makefile: File removed.
3658         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3659         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3660         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3661         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3662         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3663         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3664         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3665         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3666         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3667         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3668         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3669         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3670         * nptl/sysdeps/sh/tls.h: Moved ...
3671         * sysdeps/sh/nptl/tls.h: ... here.
3672         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3673         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3674         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3675         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3676         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3677         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3678         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3679         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3680         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3681         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3682         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3683         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3684         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3685         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3686         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3687         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3688         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3689         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3690         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3691         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3692         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3693         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3694         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3695         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3696         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3697         Moved ...
3698         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3699         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3700         Moved ...
3701         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3702         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3703         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3704         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3705         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3706         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3707         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3708         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3709         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3710         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3711         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3712         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3713         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3714         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3715         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3716         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3717         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3718         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3719         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3720
3721 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3722
3723         * posix/spawn_faction_addopen.c: Include string.h.
3724
3725 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3726
3727         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3728         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3729         * nptl/sysdeps/x86_64/Makefile: Moved ...
3730         * sysdeps/x86_64/nptl/Makefile: ... here.
3731         * nptl/sysdeps/x86_64/configure: Moved ...
3732         * sysdeps/x86_64/nptl/configure: ... here.
3733         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3734         * sysdeps/x86_64/nptl/configure.ac: ... here.
3735         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3736         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3737         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3738         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3739         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3740         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3741         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3742         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3743         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3744         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3745         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3746         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3747         * nptl/sysdeps/x86_64/tls.h: Moved ...
3748         * sysdeps/x86_64/nptl/tls.h: ... here.
3749         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3750         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3751         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3752         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3753
3754         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3755
3756 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3757
3758         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3759
3760 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3761
3762         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3763         type.
3764         [POSIX] (off_t): Likewise.
3765         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3766         [POSIX] (S_ISBLK): Require macro.
3767         [POSIX] (S_ISCHR): Likewise.
3768         [POSIX] (S_ISDIR): Likewise.
3769         [POSIX] (S_ISFIFO): Likewise.
3770         [POSIX] (S_ISREG): Likewise.
3771         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3772         optional-macro.
3773         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3774         type.
3775         [POSIX] (time_t): Likewise.
3776         [POSIX] (timer_t): Likewise.
3777
3778 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3779
3780         [BZ #17048]
3781         * posix/spawn_int.h (struct __spawn_action): Make the path string
3782         non-const to support deallocation.
3783         * posix/spawn_faction_addopen.c
3784         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3785         * posix/spawn_faction_destroy.c
3786         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3787         path in all spawn_do_open actions.
3788         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3789         posix_spawn_file_actions_addopen.
3790
3791 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3792
3793         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3794         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3795         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3796         conditional code always true.
3797         (__libc_vfork): New alias.
3798
3799 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3800
3801         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3802         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3803
3804         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3805
3806         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3807         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3808
3809         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3810         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3811
3812         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3813         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3814
3815 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3816
3817         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3818         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3819         multiarch strcmp for PPC64.
3820         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3821         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3822         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3823         multiarch optimizations.
3824         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3825         (__libc_ifunc_impl_list): Likewise.
3826
3827 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3828
3829         * benchtests/scripts/validate_benchout.py: New script.
3830         * benchtests/Makefile (bench-func): Call it.
3831         * benchtests/scripts/benchout.schema.json: New file.
3832
3833 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3834
3835         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3836         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3837         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3838         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3839         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3840         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3841         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3842         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3843         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3844         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3845         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3846         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3847         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3848         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3849         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3850         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3851         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3852         Moved ...
3853         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3854         ... here.
3855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3856         Moved ...
3857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3858         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3859         Moved ...
3860         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3861         ... here.
3862         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3863         Moved ...
3864         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3865         ... here.
3866         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3867         Moved ...
3868         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3870         Moved ...
3871         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3872         ... here.
3873         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3874         Moved ...
3875         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3876         ... here.
3877         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3878         Moved ...
3879         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3881         Moved ...
3882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3883         ... here.
3884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3885         Moved ...
3886         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3887         ... here.
3888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3889         Moved ...
3890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3891         ... here.
3892         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3893         Moved ...
3894         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3896         Moved ...
3897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3898         ... here.
3899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3900         Moved ...
3901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3902         ... here.
3903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3904         Moved ...
3905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3906         ... here.
3907         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3908         Moved ...
3909         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3911         Moved ...
3912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3913         ... here.
3914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3915         Moved ...
3916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3917         ... here.
3918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3919         Moved ...
3920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3921         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3922         Moved ...
3923         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3924         ... here.
3925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3926         Moved ...
3927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3928         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3929         Moved ...
3930         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3931         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3932         Moved ...
3933         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3934         ... here.
3935         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3936         Moved ...
3937         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3938         ... here.
3939         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3940         Moved ...
3941         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3942         ... here.
3943         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3944         Moved ...
3945         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3946         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3947         Moved ...
3948         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3949         ... here.
3950         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3951         Moved ...
3952         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3953         ... here.
3954         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3955         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3956         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3957         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3958         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3959         Moved ...
3960         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3961         ... here.
3962         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3963         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3964         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3965         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3966         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3967         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3968         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3969         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3970         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3971         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3972         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3973         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3974         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3975         Moved ...
3976         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3977         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3978         Moved ...
3979         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3980         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3981         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3982         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3983         Moved ...
3984         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3985         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3986         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3987         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3988         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3989         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3990         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3991
3992 2014-06-10  Wilco  <wdijkstr@arm.com>
3993
3994         * math/test-fenv-return.c: New file.
3995         * math/Makefile: Add new test test-fenv-return.
3996
3997 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3998
3999         [BZ #17042]
4000         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
4001         when x - 1 is zero.
4002         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
4003         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
4004         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
4005         0.0L for an argument of 1.0L.
4006         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
4007         Likewise.
4008         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
4009         value when x - 1 is zero.
4010         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
4011         * sysdeps/i386/fpu/libm-test-ulps: Update.
4012         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4013
4014 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
4015
4016         [BZ #15119]
4017         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
4018
4019 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4020
4021         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
4022         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
4023
4024 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4025
4026         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4027         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4028
4029         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4030         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4031
4032         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4033         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4034
4035         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4036         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4037
4038         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4039         if not already defined.
4040         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4041         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4042         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4043         (TLS_INIT_TP): Use it.
4044         (TLS_DEFINE_INIT_TP): New macro.
4045         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4046
4047 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4048
4049         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4050         constant.
4051         [POSIX] (IXANY): Likewise.
4052         [POSIX] (OLCUC): Likewise.
4053         [POSIX || POSIX2008] (CBAUD): Do not allow.
4054         [POSIX || POSIX2008] (DEFECHO): Likewise.
4055         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4056         [POSIX || POSIX2008] (ECHOKE): Likewise.
4057         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4058         [POSIX || POSIX2008] (EXTA): Likewise.
4059         [POSIX || POSIX2008] (EXTB): Likewise.
4060         [POSIX || POSIX2008] (FLUSHO): Likewise.
4061         [POSIX || POSIX2008] (LOBLK): Likewise.
4062         [POSIX || POSIX2008] (PENDIN): Likewise.
4063         [POSIX || POSIX2008] (SWTCH): Likewise.
4064         [POSIX || POSIX2008] (VDISCARD): Likewise.
4065         [POSIX || POSIX2008] (VDSUSP): Likewise.
4066         [POSIX || POSIX2008] (VLNEXT): Likewise.
4067         [POSIX || POSIX2008] (VREPRINT): Likewise.
4068         [POSIX || POSIX2008] (VSTATUS): Likewise.
4069         [POSIX || POSIX2008] (VWERASE): Likewise.
4070         (B*): Change to B[0123456789]*.
4071         * conform/data/time.h-data [POSIX || UNIX98]
4072         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4073         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4074         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4075         [POSIX] (tm_*): Do not allow.
4076
4077 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4078
4079         * Makefile (install): Don't set LANGUAGE.
4080         * Makefile.in (install): Likewise.
4081         * assert/Makefile (test-assert-ENV): Remove variable.
4082         (test-assert-perr-ENV): Likewise.
4083         * elf/Makefile (neededtest4-ENV): Likewise.
4084         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4085         [$(cross-compiling) = no]: Don't set LANGUAGE.
4086         * io/ftwtest-sh (LANG): Remove variable.
4087         * libio/Makefile (tst-widetext-ENV): Likewise.
4088         * manual/install.texi (Running make install): Don't refer to
4089         environment settings for make install.
4090         * INSTALL: Regenerated.
4091         * nptl/tst-tls6.sh: Don't set LANG.
4092         * posix/globtest.sh (LANG): Remove variable.
4093         * string/Makefile (tester-ENV): Likewise.
4094         (inl-tester-ENV): Likewise.
4095         (noinl-tester-ENV): Likewise.
4096         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4097         [$(cross-compiling) = no]: Don't set LANGUAGE.
4098         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4099         without explicit environment settings.
4100
4101 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4102
4103         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4104         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4105         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4106         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4107
4108 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4109
4110         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4111         other files in the crypt directory.
4112         * crypt/crypt.c: Remove duplicate includes.
4113         * crypt/crypt-entry.c: Likewise.
4114         * crypt/crypt_util.c: Likewise.
4115
4116 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4117
4118         * Makeconfig (run-program-env): New variable.
4119         (run-program-prefix-before-env): Likewise.
4120         (run-program-prefix-after-env): Likewise.
4121         (run-program-prefix): Define in terms of new variables.
4122         (built-program-cmd-before-env): New variable.
4123         (built-program-cmd-after-env): Likewise.
4124         (built-program-cmd): Define in terms of new variables.
4125         (test-program-prefix-before-env): New variable.
4126         (test-program-prefix-after-env): Likewise.
4127         (test-program-prefix): Define in terms of new variables.
4128         (test-program-cmd-before-env): New variable.
4129         (test-program-cmd-after-env): Likewise.
4130         (test-program-cmd): Define in terms of new variables.
4131         * Rules (make-test-out): Use $(run-program-env).
4132         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4133         (help): Do not mention environment variables.  Mention
4134         --timeoutfactor option.
4135         (timeoutfactor): New variable.
4136         (blacklist_exports): Remove function.
4137         (exports): Remove variable.
4138         (command): Do not include ${exports}.
4139         * manual/install.texi (Configuring and compiling): Do not mention
4140         test wrappers preserving environment variables.  Mention that last
4141         assignment to a variable must take precedence.
4142         * INSTALL: Regenerated.
4143         * benchtests/Makefile (run-bench): Use $(run-program-env).
4144         * catgets/Makefile ($(objpfx)test1.cat): Use
4145         $(built-program-cmd-before-env), $(run-program-env) and
4146         $(built-program-cmd-after-env).
4147         ($(objpfx)test2.cat): Do not specify environment variables
4148         explicitly.
4149         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4150         $(run-program-env) and $(built-program-cmd-after-env).
4151         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4152         $(run-program-env) and $(test-program-cmd-after-env).
4153         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4154         explicitly.
4155         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4156         run_program_env and test_program_cmd_after_env arguments.
4157         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4158         * elf/tst-pathopt.sh: Use run_program_env argument.
4159         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4160         $(test-wrapper-env) and $(run-program-env).
4161         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4162         run_program_env arguments.
4163         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4164         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4165         $(test-program-prefix-before-env), $(run-program-env) and
4166         $(test-program-prefix-after-env).
4167         ($(objpfx)tst-gettext2.out): Likewise.
4168         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4169         run_program_env and test_program_prefix_after_env arguments.
4170         * intl/tst-gettext2.sh: Likewise.
4171         * intl/tst-gettext4.sh: Do not set environment variables
4172         explicitly.
4173         * intl/tst-gettext6.sh: Likewise.
4174         * intl/tst-translit.sh: Likewise.
4175         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4176         $(test-program-prefix-before-env), $(run-program-env) and
4177         $(test-program-prefix-after-env).
4178         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4179         run_program_env and test_program_prefix_after_env arguments.
4180         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4181         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4182         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4183         explicitly with each use of ${test_wrapper_env}.
4184         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4185         $(test-program-prefix-before-env), $(run-program-env) and
4186         $(test-program-prefix-after-env).
4187         * posix/tst-getconf.sh: Do not set environment variables
4188         explicitly.
4189         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4190         run_program_env and test_program_prefix_after_env arguments.
4191         * stdio-common/tst-printf.sh: Do not set environment variables
4192         explicitly.
4193         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4194         $(test-program-prefix-before-env), $(run-program-env) and
4195         $(test-program-prefix-after-env).
4196         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4197         run_program_env and test_program_prefix_after_env arguments.
4198         Split $test calls into $test_pre and $test.
4199         * timezone/Makefile (build-testdata): Use
4200         $(built-program-cmd-before-env), $(run-program-env) and
4201         $(built-program-cmd-after-env).
4202
4203 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4204
4205         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4206         strlen for non SHARED builds.
4207
4208 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4209
4210         * nptl/allocatestack.c (check_list): Inlined function...
4211         (__reclaim_stacks): ... here.
4212
4213 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4214
4215         [BZ #15698]
4216         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4217         memory overrun.
4218
4219 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4220
4221         * Rules (make-test-out): Include
4222         LOCPATH=$(common-objpfx)localedata in default environment.
4223         * debug/Makefile (tst-chk1-ENV): Remove variable.
4224         (tst-chk2-ENV): Likewise.
4225         (tst-chk3-ENV): Likewise.
4226         (tst-chk4-ENV): Likewise.
4227         (tst-chk5-ENV): Likewise.
4228         (tst-chk6-ENV): Likewise.
4229         (tst-lfschk1-ENV): Likewise.
4230         (tst-lfschk2-ENV): Likewise.
4231         (tst-lfschk3-ENV): Likewise.
4232         (tst-lfschk4-ENV): Likewise.
4233         (tst-lfschk5-ENV): Likewise.
4234         (tst-lfschk6-ENV): Likewise.
4235         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4236         (tst-iconv7-ENV): Likewise.
4237         * intl/Makefile (LOCPATH-ENV): Likewise.
4238         (tst-codeset-ENV): Likewise.
4239         (tst-gettext3-ENV): Likewise.
4240         (tst-gettext5-ENV): Likewise.
4241         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4242         (tst-fopenloc-ENV): Likewise.
4243         (tst-fgetws-ENV): Remove variable.
4244         (tst-ungetwc1-ENV): Likewise.
4245         (tst-ungetwc2-ENV): Likewise.
4246         (bug-ungetwc2-ENV): Likewise.
4247         (tst-swscanf-ENV): Likewise.
4248         (bug-ftell-ENV): Likewise.
4249         (tst-fgetwc-ENV): Likewise.
4250         (tst-fseek-ENV): Likewise.
4251         (tst-ftell-partial-wide-ENV): Likewise.
4252         (tst-ftell-active-handler-ENV): Likewise.
4253         (tst-ftell-append-ENV): Likewise.
4254         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4255         (tst-regexloc-ENV): Likewise.
4256         (bug-regex1-ENV): Likewise.
4257         (tst-regex-ENV): Likewise.
4258         (tst-regex2-ENV): Likewise.
4259         (bug-regex5-ENV): Likewise.
4260         (bug-regex6-ENV): Likewise.
4261         (bug-regex17-ENV): Likewise.
4262         (bug-regex18-ENV): Likewise.
4263         (bug-regex19-ENV): Likewise.
4264         (bug-regex20-ENV): Likewise.
4265         (bug-regex22-ENV): Likewise.
4266         (bug-regex23-ENV): Likewise.
4267         (bug-regex25-ENV): Likewise.
4268         (bug-regex26-ENV): Likewise.
4269         (bug-regex30-ENV): Likewise.
4270         (bug-regex32-ENV): Likewise.
4271         (bug-regex33-ENV): Likewise.
4272         (bug-regex34-ENV): Likewise.
4273         (bug-regex35-ENV): Likewise.
4274         (tst-rxspencer-ENV): Likewise.
4275         (tst-rxspencer-no-utf8-ENV): Likewise.
4276         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4277         (tst-sscanf-ENV): Likewise.
4278         (tst-swprintf-ENV): Likewise.
4279         (tst-swscanf-ENV): Likewise.
4280         (test-vfprintf-ENV): Likewise.
4281         (scanf13-ENV): Likewise.
4282         (bug14-ENV): Likewise.
4283         (tst-grouping-ENV): Likewise.
4284         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4285         (tst-strtod3-ENV): Likewise.
4286         (tst-strtod4-ENV): Likewise.
4287         (tst-strtod5-ENV): Likewise.
4288         (testmb2-ENV): Likewise./
4289         * string/Makefile (tst-strxfrm-ENV): Likewise.
4290         (tst-strxfrm2-ENV): Likewise.
4291         (bug-strcoll1-ENV): Likewise.
4292         (test-strcasecmp-ENV): Likewise.
4293         (test-strncasecmp-ENV): Likewise.
4294         * time/Makefile (tst-strptime-ENV): Likewise.
4295         (tst-ftime_l-ENV): Likewise.
4296         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4297         (tst-mbrtowc-ENV): Likewise.
4298         (tst-wcrtomb-ENV): Likewise.
4299         (tst-mbrtowc2-ENV): Likewise.
4300         (tst-c16c32-1-ENV): Likewise.
4301         (tst-mbsnrtowcs-ENV): Likewise.
4302
4303 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4304
4305         * manual/resource.texi (How to get information about the memory
4306         subsystem?): Fix typo.
4307         Reported by Peon de la Parra Ivan <peon@keba.com>
4308
4309 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4310
4311         [BZ #16882]
4312         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4313         (pthread_spin_lock): Branch out of spin loop to proper location.
4314         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4315         (pthread_spin_lock): Likewise.
4316
4317         * nptl/tst-spin4.c: New test.
4318         * nptl/Makefile (tests): Add tst-spin4.
4319
4320 2014-06-03  Andreas Schwab  <schwab@suse.de>
4321
4322         [BZ #15946]
4323         * resolv/res_send.c (send_dg): Reload file descriptor after
4324         calling reopen.
4325
4326 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4327
4328         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4329
4330 2014-06-03  Richard Henderson  <rth@redhat.com>
4331
4332         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4333         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4334         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4335         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4336         in the SAVE_PID block.
4337         (__libc_vfork): New alias.
4338         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4339
4340         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4341         child in registers, not on the stack.  Remove RESET_PID conditionals.
4342         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4343
4344 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4345
4346         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4347
4348 2014-06-03  Wilco  <wdijkstr@arm.com>
4349
4350         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4351         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4352         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4353         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4354         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4355         Likewise.
4356
4357 2014-06-03  Wilco  <wdijkstr@arm.com>
4358
4359         * sysdeps/aarch64/fpu/math_private.h
4360         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4361         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4362         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4363         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4364         Fix declarations.
4365
4366 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4367
4368         * crypt/crypt-private.h: Include ufc-crypt.h.
4369         (__b64_from_24bit): Declare extern.
4370         * crypt/crypt_util.c(__b64_from_24bit): New function.
4371         (b64t): New static const variable.
4372         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4373         (b64t): Remove variable.
4374         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4375         * crypt/sha256-crypt.c: Include crypt-private.h.
4376         (b64t): Remove variable.
4377         (__sha256_crypt_r): Remove b64_from_24bit and replace
4378         with __b64_from_24bit.
4379         * crypt/sha512-crypt.c: Likewise.
4380
4381 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4382
4383         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4384         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4385         Label the code __libc_vfork rather than __vfork.
4386         [!NOT_IN_libc] (vfork): Define as weak alias.
4387         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4388         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4389         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4390
4391 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4392
4393         * malloc/malloc.c (malloc_info): Fix format specifier for
4394         n_mmaps.
4395
4396 2014-06-02  Wilco  <wdijkstr@arm.com>
4397
4398         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4399         FPCR write.
4400
4401 2014-06-02  Wilco  <wdijkstr@arm.com>
4402
4403         [BZ #17009]
4404         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4405         Rewrite to reduce FPCR/FPSR accesses.
4406
4407 2014-06-01  David S. Miller  <davem@davemloft.net>
4408
4409         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4410
4411 2014-05-31  David S. Miller  <davem@davemloft.net>
4412
4413         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4414         to occur in round to nearest mode when |x| >= 2.0
4415
4416 2014-05-30  Richard Henderson  <rth@twiddle.net>
4417
4418         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4419         (PSEUDO_RET_NOERRNO): Remove.
4420         (ret): Don't redefine.
4421         (ret_NOERRNO): Define in terms of ret.
4422         (ret_ERRVAL): Likewise.
4423
4424         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4425         use of PSEUDO_RET; perform the error check directly.
4426
4427 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4428
4429         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4430         with __int128_t.
4431
4432 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4433
4434         * malloc/malloc (malloc_info): Fix formatting.
4435
4436 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4437             Roland McGrath  <roland@hack.frob.com>
4438
4439         * malloc/malloc (malloc_info): Also print mmapped statistics.
4440
4441 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4442
4443         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4444         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4445
4446 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4447
4448         * malloc/malloc.c (malloc_info): Inline mi_arena.
4449
4450 2014-05-29  Richard Henderson  <rth@twiddle.net>
4451
4452         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4453         Remove comma before expanding ASM_ARGS_##nr.
4454         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4455         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4456         of ASM_ARGS_##nr.
4457         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4458         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4459         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4460         (ASM_ARGS_1): Add leading comma.
4461
4462         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4463         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4464         to __errno_location.
4465         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4466         Remove the expected plt for __errno_location.
4467
4468         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4469         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4470         call to __read_tp.
4471
4472         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4473         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4474         it and break it down.
4475         (DOCARGS_0, DOCARGS_1): Do nothing.
4476         (DOCARGS_2): Update to store into the new stack frame.
4477         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4478         (UNDOCARGS_1): Update to restore from the new stack frame.
4479         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4480         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4481
4482         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4483         (SINGLE_THREAD_P): New parameter for result regno.
4484         (PSEUDO): Update to match; use cbz instead of beq.
4485
4486         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4487         Use ENTRY to define the _nocancel entry point.  Share the syscall
4488         and syscall error check paths with the cancel path.
4489         (PSEUDO_END): New.
4490
4491         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4492         whitespace; tabs before and after asm mnemonics.
4493
4494 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4495
4496         [BZ #15132]
4497         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4498         Call fstat64 or stat64 internally, depending on arguments passed.
4499         Replace stat buffer argument with file descriptor argument.
4500         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4501         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4502         Pass fd to __internal_statvfs instead of calling fstat64.
4503         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4504         Pass fd to __internal_statvfs64 instead of calling fstat64.
4505         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4506         Pass -1 to __internal_statvfs instead of calling stat64.
4507         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4508         Pass -1 to __internal_statvfs64 instead of calling stat64.
4509
4510 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4511
4512         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4513         that was previously under [RESET_PID].
4514         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4515
4516         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4517         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4518
4519 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4520
4521         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4522
4523         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4524         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4525
4526 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4527
4528         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4529
4530 2014-05-27  Andreas Schwab  <schwab@suse.de>
4531
4532         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4533         TLS_INIT_TP macro.
4534         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4535         * elf/rtld.c (init_tls, dl_main): Likewise.
4536         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4537         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4538         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4539         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4540         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4541         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4542         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4543         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4544         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4545         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4546         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4547         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4548         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4549         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4550         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4551         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4552         * sysdeps/generic/tls.h: Update description.
4553
4554 2014-05-27  Will Newton  <will.newton@linaro.org>
4555
4556         [BZ #16990]
4557         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4558         and restore r2 rather than just restoring.
4559
4560 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4561
4562         [BZ #16724]
4563         * libio/tst-ftell-append.c: New test case.
4564         * libio/Makefile (tests): Add test case.
4565         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4566         append mode.
4567         * libio/wfileops.c (do_ftell_wide): Likewise.
4568
4569 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4570
4571         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4572
4573         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4574         ...
4575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4577         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4578         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4579         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4580         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4581         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4582         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4583         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4584         Moved ...
4585         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4586         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4587         Moved ...
4588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4589         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4590         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4591         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4592         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4593         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4594         ...
4595         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4596         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4597         Moved ...
4598         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4599         here.
4600         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4601         ...
4602         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4603         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4604         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4605
4606         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4607         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4608         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4609         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4610
4611         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4612         merge into ...
4613         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4614         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4615         ...
4616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4617         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4618         ...
4619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4620         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4621         Moved ...
4622         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4623         here.
4624         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4625         Moved ...
4626         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4627         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4628         Moved ...
4629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4630
4631         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4632         conditional [RESET_PID].
4633         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4634         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4635         removed.
4636         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4637         removed.
4638
4639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4640         <tcb-offsets.h>.
4641         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4642         (__libc_vfork): New strong alias.
4643         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4644         removed.
4645         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4646         Removed.
4647
4648         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4649         <tcb-offsets.h>.
4650         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4651         (__libc_vfork): New strong alias.
4652         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4653         removed.
4654         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4655         removed.
4656
4657 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4658
4659         * malloc/malloc.c (mi_arena): New function.
4660         (malloc_info): Remove nested function mi_arena. Call non-nosted
4661         function mi_arena.
4662
4663 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4664
4665         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4666         by insrwi.
4667         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4668         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4669         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4670         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4671         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4672         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4673         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4674
4675 2014-05-26  Andreas Schwab  <schwab@suse.de>
4676
4677         [BZ #16984]
4678         * locale/programs/repertoire.c (repertoire_read): Add slash
4679         between I18NPATH element and file name.
4680         * locale/programs/locfile.c (locfile_read): Likewise.
4681
4682 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4683
4684         * nptl/pthread_mutexattr_settype.c
4685         (__pthread_mutexattr_settype):
4686         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4687
4688 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4689
4690         * nptl/tst-mutex5 (do_test):
4691         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4692
4693 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4694
4695         * benchtests/README: Document 'init' directive.
4696         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4697         BENCH_INIT.
4698         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4699         (parse_file): Recognize 'init' directive.
4700
4701 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4702
4703         [BZ #16796]
4704         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4705         alignment of struct pthread.
4706
4707 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4708
4709         [BZ #16878]
4710         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4711         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4712         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4713         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4714
4715 2014-05-25  Richard Henderson  <rth@twiddle.net>
4716
4717         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4718         (SINGLE_THREAD_P_PIC): Remove.
4719         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4720         (SINGLE_THREAD_P_PIC): Remove.
4721
4722         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4723         branch to syscall error ...
4724         (PSEUDO): ... here.
4725         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4726         from __local_syscall_error to .Lsyscall_error.
4727         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4728         (SYSCALL_ERROR): Update label name.
4729
4730         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4731         Do not use DOARGS/UNDOARGS.
4732         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4733         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4734         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4735         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4736         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4737
4738         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4739         block comment.
4740
4741         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4742         define if !NOT_IN_libc.
4743         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4744         define with non-default symbol versions.
4745
4746 2014-05-23  Richard Henderson  <rth@twiddle.net>
4747
4748         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4749         (vfork, __vfork): Define via compat_symbol.
4750
4751         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4752         [!HAVE_IFUNC] (vfork_compat): Remove.
4753         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4754
4755 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4756
4757         [BZ #16978]
4758         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4759         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4760         variable.
4761
4762 2014-05-23  Richard Henderson  <rth@twiddle.net>
4763
4764         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4765         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4766         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4767         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4768
4769         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4770         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4771         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4772         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4773         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4774         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4775         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4776         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4777         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4778         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4779         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4780         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4781         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4782         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4783         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4784         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4785         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4786         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4787         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4788         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4789         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4790         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4791         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4792         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4793         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4794         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4795         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4796         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4797         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4798         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4799         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4800         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4801         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4802         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4803         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4804         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4805         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4806         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4807         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4808         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4809         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4810         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4811         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4812         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4813         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4814         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4815         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4816         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4817         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4818         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4819         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4820         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4821         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4822         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4823         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4824         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4825
4826         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4827         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4828         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4829         before exiting on error.
4830         (__libc_vfork): New strong alias.
4831         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4832         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4833
4834         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4835         that was previously under [RESET_PID].
4836         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4837
4838         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4839
4840 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4841
4842         [BZ #16977]
4843         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4844         value when x - 1 is zero.
4845         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4846         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4847         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4848         0.0L for an argument of 1.0L.
4849         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4850         Likewise.
4851         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4852         value when x - 1 is zero.
4853         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4854         * sysdeps/i386/fpu/libm-test-ulps: Update.
4855         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4856
4857 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4858
4859         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4860         alphasort and versionsort.
4861
4862 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4863
4864         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4865         macro.
4866         [copysignf]: Likewise.
4867
4868 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4869
4870         * crypt/md5-crypt.c: Fix formatting.
4871
4872 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4873
4874         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4875         (b64_from_24bit): New function.
4876
4877 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4878
4879         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4880         libc_hidden_builtin_def to ifunc.
4881         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4882         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4883
4884 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4885
4886         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4887         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4888
4889 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4890
4891         * nscd/Depend (linuxthreads): Remove.
4892         (nptl): Add.
4893         * resolv/Depend (linuxthreads): Remove.
4894         * rt/Depend (linuxthreads): Remove.
4895
4896         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4897         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4898         $(common-objpfx)elf/.
4899         (link-libc-before-gnulib): Likewise.
4900         (elfobjdir): Remove variable.
4901         * Makefile (install): Use $(elf-objpfx) instead of
4902         $(common-objpfx)elf/.
4903         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4904         $(elfobjdir)/.
4905         (link-libc-deps): Likewise.
4906         ($(common-objpfx)libc.so): Likewise.
4907         ($(common-objpfx)linkobj/libc.so): Likewise.
4908         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4909         instead of $(common-objpfx)elf/.
4910         (symbolic-link-list): Likewise.
4911         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4912         [$(cross-compiling) = no]: Likewise.
4913         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4914         $(elfobjdir)/.
4915         (static-gnulib-arch): Likewise.
4916         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4917         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4918         $(common-objpfx)elf/.
4919
4920 2014-05-21  Richard Henderson  <rth@redhat.com>
4921
4922         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4923         (SINGLE_THREAD_P): Use the correct width load.  Fold
4924         into the ldr offset.
4925
4926         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4927         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4928
4929 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4930
4931         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4932         (libgcc_s_resume): Use __attribute_used__.
4933         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4934         Likewise.
4935
4936 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4937
4938         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4939         optimization when used with float constants.
4940
4941         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4942
4943 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4944
4945         [BZ #16915]
4946         * locale/nl_langinfo_l.c: Make direct reference to every
4947         _nl_current_CATEGORY symbol.
4948         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4949         (tests-static): Add tst-langinfo-static.
4950         (tests-special): Add tst-langinfo-static.out.
4951         ($(objpfx)tst-langinfo.out): Redirect output.
4952         ($(objpfx)tst-langinfo-static.out): New.
4953         * localedata/tst-langinfo.sh: Send output to stdout.
4954         * localedata/tst-langinfo-static.c: New file.
4955
4956         [BZ #16965]
4957         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4958         when the shift amount is modulo the limb size.
4959
4960 2014-05-20  Richard Henderson  <rth@redhat.com>
4961
4962         [BZ #16967]
4963         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4964         Change type of sa_flags from unsigned int to int.
4965
4966         [BZ #16966]
4967         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4968
4969         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4970
4971 2014-05-20  Will Newton  <will.newton@linaro.org>
4972
4973         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4974         Test the return value of the system call in the nocancel case.
4975
4976 2014-05-20  Will Newton  <will.newton@linaro.org>
4977             Yvan Roux  <yvan.roux@linaro.org>
4978
4979         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4980         #include of asm/ptrace.h.
4981         (PTRACE_GET_THREAD_AREA): Remove #undef.
4982         (PTRACE_GETHBPREGS): Likewise.
4983         (PTRACE_SETHBPREGS): Likewise.
4984         (struct user_regs_struct): New structure.
4985         (struct user_fpsimd_struct): New structure.
4986         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4987         #include of asm/ptrace.h and second #include of sys/user.h.
4988         (PTRACE_GET_THREAD_AREA): Remove #undef.
4989         (PTRACE_GETHBPREGS): Likewise.
4990         (PTRACE_SETHBPREGS): Likewise.
4991         (ELF_NGREG): Use new struct user_regs_struct.
4992         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4993
4994 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4995
4996         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4997         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4998
4999 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
5000
5001         [BZ #16958]
5002         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
5003         membar to avoid block loads/stores to overlap previous stores.
5004
5005 2014-05-17  Richard Henderson  <rth@redhat.com>
5006
5007         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
5008         Create the __##syscall_name##_nocancel entry point.
5009         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
5010         Remove; let the sysdep-cancel.h code create it.
5011
5012 2014-05-17  David S. Miller  <davem@davemloft.net>
5013
5014         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
5015         Protect with __USE_GNU.
5016         (TIOCSET_TEMPT): Likewise.
5017         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
5018         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
5019         these are already provided in bits/ioctl-types.h
5020
5021 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5022
5023         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
5024         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5025
5026         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5027         Use wait4 regardless of [__NR_waitpid].
5028
5029 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5030
5031         PR libgcc/60166
5032         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5033         (_FP_NANSIGN_Q): Set the quiet bit.
5034
5035 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5036
5037         * benchtests/Makefile
5038         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5039         not $(common-objpfx)math/libm.so.
5040         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5041         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5042         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5043         $(common-objpfx)dlfcn/libdl.so.
5044         ($(objpfx)tst-audit8): Depend on $(libm), not
5045         $(common-objpfx)math/libm.so.
5046         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5047         not $(common-objpfx)dlfcn/libdl.so.
5048         * math/Makefile
5049         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5050         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5051         [$(build-shared) = yes].
5052         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5053         $(common-objpfx)nptl/libpthread.so.
5054         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5055         $(common-objpfx)math/libm.so$(libm.so-version) or
5056         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5057         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5058         $(common-objpfx)dlfcn/libdl.so.
5059         * setjmp/Makefile (link-libm): Remove variable.
5060         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5061         * stdio-common/Makefile (link-libm): Remove variable.
5062         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5063         * stdlib/Makefile (link-libm): Remove variable.
5064         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5065         ($(objpfx)tst-strtod-round): Likewise.
5066         ($(objpfx)tst-tininess): Likewise.
5067         ($(objpfx)tst-strtod-underflow): Likewise.
5068         ($(objpfx)tst-strtod6): Likewise.
5069         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5070         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5071         $(common-objpfx)dlfcn/libdl.so.
5072
5073 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5074
5075         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5076         BSD terminal modes definitions.
5077
5078 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5079
5080         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5081         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5082
5083         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5084         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5085         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5086         Don't do #include_next.
5087         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5088         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5089         Don't do #include_next.
5090         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5091         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5092         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5093         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5094
5095 2014-05-16  Allan McRae  <allan@archlinux.org>
5096
5097         * po/sv.po: Update Swedish translation from translation project.
5098
5099         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5100         in sed expression.
5101
5102 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5103
5104         [BZ #16917]
5105         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5106         errno if the TIOCGPTN ioctl fails with an error different than
5107         EINVAL.
5108         * login/tst-ptsname.c: New file.
5109         * login/Makefile (tests): Add tst-ptsname.
5110
5111         [BZ #16943]
5112         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5113         and prlimit64.
5114
5115 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5116
5117         [BZ #16849]
5118         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5119         herrno to return EAI_AGAIN.
5120
5121 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5122
5123         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5124         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5125         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5126         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5127         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5128         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5129         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5130         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5131         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5132         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5133         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5134         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5135         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5136         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5137         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5138         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5139         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5140         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5141         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5142         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5143         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5144         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5145         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5146         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5147         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5148         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5149         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5150         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5151         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5152         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5154         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5155         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5156         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5157         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5158         Moved ...
5159         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5160         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5161         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5162         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5163         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5164         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5165         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5166         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5167         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5168         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5169         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5170         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5171         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5172         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5173         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5174         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5175         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5176         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5177         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5178         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5179         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5180         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5181         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5182         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5183         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5184         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5185         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5186         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5187         Moved ...
5188         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5189         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5190         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5191         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5192         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5193         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5194         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5195         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5196         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5197         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5198         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5199         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5200         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5201         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5202         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5203         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5204         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5205         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5206         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5207         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5208         Moved ...
5209         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5210         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5211         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5212
5213         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5214         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5215         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5216         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5217         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5218         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5219         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5220         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5221         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5222         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5223         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5224         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5225         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5226         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5227         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5228         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5229         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5230         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5231         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5232         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5233         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5234         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5235         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5236         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5237         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5238         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5239         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5240         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5241         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5242         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5243         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5244
5245         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5246         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5247
5248         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5249         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5250         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5251         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5252         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5253         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5254         Moved ...
5255         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5256         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5257         Moved ...
5258         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5259         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5260         Moved ...
5261         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5262         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5263         Moved ...
5264         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5265         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5266         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5267         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5268         Moved ...
5269         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5270         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5271         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5272         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5273         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5274         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5275         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5276         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5277         Moved ...
5278         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5279         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5280         Moved ...
5281         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5282         ... here.
5283         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5284         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5285         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5286         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5287         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5288         Moved ...
5289         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5290         ... here.
5291         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5292         Moved ...
5293         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5294         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5295         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5296         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5297         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5298         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5299         Moved ...
5300         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5301         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5302         Moved ...
5303         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5304         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5305         Moved ...
5306         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5307         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5308         Moved ...
5309         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5310         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5311         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5312         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5313         Moved ...
5314         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5315         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5316         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5317         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5318         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5319         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5320         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5321         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5322         Moved ...
5323         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5324         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5325         Moved ...
5326         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5327         ... here.
5328         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5329         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5330         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5331         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5332         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5333         Moved ...
5334         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5335         ... here.
5336         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5337         Moved ...
5338         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5339         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5340         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5341         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5342         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5343         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5344         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5345         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5346         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5347         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5348         Moved ...
5349         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5350         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5351         Moved ...
5352         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5353         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5354         Moved ...
5355         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5356         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5357         Moved ...
5358         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5359         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5360         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5361         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5362         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5363         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5364         Moved ...
5365         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5366         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5367         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5368         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5369         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5370         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5371         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5372         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5373         Moved ...
5374         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5375         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5376         Moved ...
5377         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5378         ... here.
5379         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5380         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5381         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5382         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5383         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5384         Moved ...
5385         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5386         ... here.
5387         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5388         Moved ...
5389         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5390         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5391         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5392         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5393         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5394         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5395         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5396         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5397         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5398         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5399         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5400
5401         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5402         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5403
5404         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5405         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5406
5407         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5408         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5409         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5410         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5411         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5412         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5413         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5414         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5415         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5416         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5417         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5418         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5419         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5420         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5421         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5422         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5423         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5424         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5425         Moved ...
5426         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5427         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5428         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5429         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5430         Moved ...
5431         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5432         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5433         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5434         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5435         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5436         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5437         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5438         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5439         Moved ...
5440         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5441         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5442         Moved ...
5443         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5444         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5445         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5446         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5447         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5448         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5449         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5450         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5451         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5452         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5453         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5454         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5455         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5456         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5457         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5458         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5459         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5460
5461         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5462         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5463         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5464         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5465         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5466
5467         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5468         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5469         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5470         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5471         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5472         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5473         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5474         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5475         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5476         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5477
5478         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5479         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5480
5481         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5482         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5483         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5484         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5485         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5486         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5487         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5488         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5489         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5490         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5491         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5492         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5493         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5494         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5495         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5496         Update #include.
5497         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5498         Likewise.
5499         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5500         Likewise.
5501         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5502         Likewise.
5503         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5504         Likewise.
5505         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5506         Likewise.
5507         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5508         Likewise.
5509         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5510         Likewise.
5511         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5512         Likewise.
5513         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5514         Likewise.
5515         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5516         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5517         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5518         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5519         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5520         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5521         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5522         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5523         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5524         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5525         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5526         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5527         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5528         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5529         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5530
5531         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5532         that was previously under [RESET_PID].
5533         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5534         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5535         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5536
5537         * sysdeps/i386/nptl/Implies: New file.
5538         * sysdeps/x86_64/nptl/Implies: New file.
5539         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5540         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5541         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5542         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5543
5544         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5545         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5546         (__libc_vfork): New strong alias.
5547         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5548         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5549
5550         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5551         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5552         (__libc_vfork): New strong alias.
5553         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5554         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5555
5556         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5557         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5558         (__libc_vfork): New strong alias.
5559         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5560         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5561         * nptl/pt-vfork.c: New file.
5562         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5563         (libpthread: GLIBC_2.20): New version set (empty).
5564
5565 2014-05-14  Will Newton  <will.newton@linaro.org>
5566
5567         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5568         rather than #if.
5569
5570 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5571
5572         [BZ #16564]
5573         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5574         arguments with exponent 65 or above.
5575         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5576         arguments 0x1p113L or above.
5577         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5578         to arguments 0x1p107L or above.
5579         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5580         positive arguments with exponent 65 or above.
5581         * math/auto-libm-test-in: Add more tests of log1p.
5582         * math/auto-libm-test-out: Regenerated.
5583
5584         [BZ #16928]
5585         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5586         non-finite arguments is +0.
5587         * math/s_cacosf.c (__cacosf): Likewise.
5588         * math/s_cacosl.c (__cacosl): Likewise.
5589         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5590         * sysdeps/i386/fpu/libm-test-ulps: Update.
5591         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5592
5593         [BZ #16927]
5594         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5595         value.
5596         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5597         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5598         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5599         for explicit high bit of mantissa when testing for argument equal
5600         to 1.
5601         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5602         * sysdeps/i386/fpu/libm-test-ulps: Update.
5603         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5604
5605         [BZ #16516]
5606         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5607         (__erf): Scale by 16 instead of 8 in potentially underflowing
5608         case.  Ensure exception if result actually underflows.
5609         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5610         (__erff): Scale by 16 instead of 8 in potentially underflowing
5611         case.  Ensure exception if result actually underflows.
5612         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5613         (efx8): Remove variable.
5614         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5615         case.  Ensure exception if result actually underflows.
5616         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5617         (efx8): Remove variable.
5618         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5619         case.  Ensure exception if result actually underflows.
5620         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5621         (efx8): Remove variable.
5622         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5623         case.  Ensure exception if result actually underflows.
5624         * math/auto-libm-test-in: Add more tests of erf.
5625         * math/auto-libm-test-out: Regenerated.
5626
5627 2014-05-14  Andreas Schwab  <schwab@suse.de>
5628
5629         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5630         Remove code conditionalized on USE___THREAD.
5631
5632         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5633         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5634         not definedness.
5635
5636 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5637
5638         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5639         Define unconditionally.
5640         (__ASSUME_O_CLOEXEC): Likewise.
5641         (__ASSUME_SOCK_CLOEXEC): Likewise.
5642         (__ASSUME_IN_NONBLOCK): Likewise.
5643         (__ASSUME_PIPE2): Likewise.
5644         (__ASSUME_EVENTFD2): Likewise.
5645         (__ASSUME_SIGNALFD4): Likewise.
5646         (__ASSUME_DUP3): Likewise.
5647         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5648         (__ASSUME_DUP3): Do not define.
5649         (__ASSUME_EVENTFD2): Likewise.
5650         (__ASSUME_IN_NONBLOCK): Likewise.
5651         (__ASSUME_O_CLOEXEC): Likewise.
5652         (__ASSUME_PIPE2): Likewise.
5653         (__ASSUME_SIGNALFD4): Likewise.
5654         (__ASSUME_SOCK_CLOEXEC): Likewise.
5655         (__ASSUME_UTIMES): Undefine.
5656         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5657         (__ASSUME_UTIMES): Do not define.
5658         (__ASSUME_O_CLOEXEC): Likewise.
5659         (__ASSUME_SOCK_CLOEXEC): Likewise.
5660         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5661         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5662         0x020621].
5663         (__ASSUME_PIPE2): Likewise.
5664         (__ASSUME_EVENTFD2): Likewise.
5665         (__ASSUME_SIGNALFD4): Likewise.
5666         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5667         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5668         Do not define.
5669         (__ASSUME_EVENTFD2): Likewise.
5670         (__ASSUME_SIGNALFD4): Likewise.
5671         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5672         (__ASSUME_32BITUIDS): Likewise.
5673         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5674         (__ASSUME_IPC64): Likewise.
5675         (__ASSUME_ST_INO_64_BIT): Likewise.
5676         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5677         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5678         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5679         (__ASSUME_UTIMES): Do not define.
5680         (__ASSUME_PSELECT): Likewise.
5681         (__ASSUME_PPOLL): Likewise.
5682         (__ASSUME_O_CLOEXEC): Likewise.
5683         (__ASSUME_SOCK_CLOEXEC): Likewise.
5684         (__ASSUME_IN_NONBLOCK): Likewise.
5685         (__ASSUME_PIPE2): Likewise.
5686         (__ASSUME_EVENTFD2): Likewise.
5687         (__ASSUME_SIGNALFD4): Likewise.
5688         (__ASSUME_DUP3): Likewise.
5689         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5690         (__ASSUME_UTIMES): Likewise.
5691         (__ASSUME_O_CLOEXEC): Likewise.
5692         (__ASSUME_SOCK_CLOEXEC): Likewise.
5693         (__ASSUME_IN_NONBLOCK): Likewise.
5694         (__ASSUME_PIPE2): Likewise.
5695         (__ASSUME_EVENTFD2): Likewise.
5696         (__ASSUME_SIGNALFD4): Likewise.
5697         (__ASSUME_DUP3): Likewise.
5698         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5699         (__ASSUME_UTIMES): Likewise.
5700         (__ASSUME_O_CLOEXEC): Likewise.
5701         (__ASSUME_SOCK_CLOEXEC): Likewise.
5702         (__ASSUME_IN_NONBLOCK): Likewise.
5703         (__ASSUME_PIPE2): Likewise.
5704         (__ASSUME_EVENTFD2): Likewise.
5705         (__ASSUME_SIGNALFD4): Likewise.
5706         (__ASSUME_DUP3): Likewise.
5707         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5708         Likewise.
5709         (__ASSUME_UTIMES): Likewise.
5710         (__ASSUME_EVENTFD2): Likewise.
5711         (__ASSUME_SIGNALFD4): Likewise.
5712         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5713         (__ASSUME_O_CLOEXEC): Likewise.
5714         (__ASSUME_SOCK_CLOEXEC): Likewise.
5715         (__ASSUME_IN_NONBLOCK): Likewise.
5716         (__ASSUME_PIPE2): Likewise.
5717         (__ASSUME_EVENTFD2): Likewise.
5718         (__ASSUME_SIGNALFD4): Likewise.
5719         (__ASSUME_DUP3): Likewise.
5720         (__ASSUME_UTIMES): Undefine.
5721
5722         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5723         feclearexcept.  Remove symbol versioning code.
5724         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5725         symbol versioning code.
5726         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5727         symbol versioning code.
5728         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5729         feupdateenv.  Remove symbol versioning code.
5730         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5731         fegetexceptflag.  Remove symbol versioning code.
5732         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5733         fesetexceptflag.  Remove symbol versioning code.
5734         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5735         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5736         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5737         (__posix_fadvise64_l32): Remove prototype.
5738         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5739         code.
5740
5741 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5742
5743         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5744         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5745         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5746         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5747
5748 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5749
5750         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5751         current working directory
5752
5753 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5754
5755         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5756         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5757         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5758         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5759         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5760         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5761         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5762         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5763         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5764         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5765         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5766         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5767         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5768         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5769         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5770         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5771         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5772         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5773         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5774         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5775         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5776         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5777         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5778         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5779         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5780         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5781         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5782         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5783         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5784         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5785         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5786         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5787         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5788         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5789         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5790         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5791         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5792         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5793         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5794         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5795         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5796         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5797
5798         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5799         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5800
5801         * sysdeps/unix/sysv/linux/arm/Makefile
5802         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5803         Add rt-aeabi_unwind_cpp_pr1.
5804         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5805         Add nptl-aeabi_unwind_cpp_pr1.
5806         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5807         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5808         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5809         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5810         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5811         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5812
5813         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5814         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5815         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5816         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5817
5818         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5819         Deconditionalize the code that was previously under [RESET_PID].
5820         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5821
5822         * sysdeps/generic/exit-thread.h: New file.
5823         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5824         * include/unistd.h (__exit_thread): Remove declaration.
5825         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5826         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5827         * csu/libc-start.c: Include <exit-thread.h>.
5828         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5829         * nptl/pthread_create.c: Include <exit-thread.h>.
5830         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5831         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5832         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5833         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5834         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5835         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5836         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5837         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5838         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5839         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5840         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5841         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5842         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5843         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5844         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5845         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5846         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5847
5848 2014-05-13  Andreas Schwab  <schwab@suse.de>
5849
5850         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5851
5852 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5853
5854         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5855         (__ASSUME_UTIMES): Do not condition on kernel version.
5856         (__ASSUME_PSELECT): Define unconditionally.
5857         (__ASSUME_PPOLL): Likewise.
5858         (__ASSUME_ATFCTS): Likewise.
5859         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5860         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5861         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5862         (__ASSUME_UTIMENSAT): Define unconditionally.
5863         (__ASSUME_PRIVATE_FUTEX): Likewise.
5864         (__ASSUME_FALLOCATE): Likewise.
5865         (__ASSUME_O_CLOEXEC): Likewise.
5866         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5867         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5868         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5869         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5870         (__ASSUME_IN_NONBLOCK): Likewise.
5871         (__ASSUME_PIPE2): Likewise.
5872         (__ASSUME_EVENTFD2): Likewise.
5873         (__ASSUME_SIGNALFD4): Likewise.
5874         (__ASSUME_DUP3): Likewise.
5875         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5876         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5877         (__ASSUME_AT_RANDOM): Likewise.
5878         (__ASSUME_PREADV): Likewise.
5879         (__ASSUME_PWRITEV): Likewise.
5880         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5881         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5882         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5883         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5884         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5885         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5886         (__ASSUME_O_CLOEXEC): Define unconditionally.
5887         (__ASSUME_PSELECT): Do not undefine conditionally.
5888         (__ASSUME_PPOLL): Likewise.
5889         (__ASSUME_ATFCTS): Likewise.
5890         (__ASSUME_SET_ROBUST_LIST): Likewise.
5891         (__ASSUME_UTIMENSAT): Likewise.
5892         (__ASSUME_FDATASYNC): Define unconditionally.
5893         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5894         (__ASSUME_SIGFRAME_V2): Likewise.
5895         )__ASSUME_EVENTFD2): Likewise.
5896         (__ASSUME_SIGNALFD4): Likewise.
5897         (__ASSUME_PSELECT): Do not undefine conditionally.
5898         (__ASSUME_PPOLL): Likewise.
5899         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5900         (__ASSUME_PSELECT): Define unconditionally.
5901         (__ASSUME_PPOLL): Likewise.
5902         (__ASSUME_O_CLOEXEC): Likewise.
5903         (__ASSUME_SOCK_CLOEXEC): Likewise.
5904         (__ASSUME_IN_NONBLOCK): Likewise.
5905         (__ASSUME_PIPE2): Likewise.
5906         (__ASSUME_EVENTFD2): Likewise.
5907         (__ASSUME_SIGNALFD4): Likewise.
5908         (__ASSUME_DUP3): Likewise.
5909         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5910         (__ASSUME_O_CLOEXEC): Likewise.
5911         (__ASSUME_SOCK_CLOEXEC): Likewise.
5912         (__ASSUME_IN_NONBLOCK): Likewise.
5913         (__ASSUME_PIPE2): Likewise.
5914         (__ASSUME_EVENTFD2): Likewise.
5915         (__ASSUME_SIGNALFD4): Likewise.
5916         (__ASSUME_DUP3): Likewise.
5917         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5918         (__ASSUME_EVENTFD2): Likewise.
5919         (__ASSUME_SIGNALFD4): Likewise.
5920         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5921
5922 2014-05-12  Andreas Schwab  <schwab@suse.de>
5923
5924         [BZ #16932]
5925         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5926         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5927         than maximum RPC packet size.
5928         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5929         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5930         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5931         (_nss_nis_getservbyport_r): Likewise.
5932
5933 2014-05-12  Will Newton  <will.newton@linaro.org>
5934
5935         * malloc/Makefile (tests): Add tst-mallopt.
5936         * malloc/tst-mallopt.c: New file.
5937
5938 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5939
5940         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5941         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5942
5943 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5944
5945         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5946         (tst-tlsmod6.so): Likewise.
5947
5948 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5949
5950         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5951
5952 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5953
5954         [BZ #16064]
5955         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5956         and <dl-procinfo.h>.
5957         (__fegetenv): Save SSE state in envp->__eip if supported.
5958         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5959         envp->__eip if supported.
5960         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5961         and <dl-procinfo.h>.
5962         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5963         __data_offset and __data_selector in environment to 0.  Set SSE
5964         state if supported.
5965         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5966         test-fenv-sse.
5967         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5968         -mfpmath=sse.
5969         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5970
5971 2014-05-09  Will Newton  <will.newton@linaro.org>
5972
5973         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5974         and libc_relro_required for ARM.
5975         * sysdeps/arm/preconfigure: Regenerate.
5976
5977 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5978             Stefan Liebler  <stli@linux.vnet.ibm.com>
5979
5980         * config.make.in (enable-lock-elision): New Makefile variable.
5981         * configure.ac: Likewise.
5982         * configure: Regenerate.
5983         * sysdeps/s390/configure.ac:
5984         Add check for gcc transactions support.
5985         * sysdeps/s390/configure: Regenerate.
5986         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5987         Build elision files if enabled.
5988         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5989         Add lock elision support for s390.
5990         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5991         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5992         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5993         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5994         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5995         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5996         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5997         Likewise.
5998         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5999         Likewise.
6000         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
6001         Likewise.
6002         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
6003         Likewise.
6004         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
6005         (__lll_timedlock_elision, __lll_lock_elision)
6006         (__lll_unlock_elision, __lll_trylock_elision)
6007         (lll_timedlock_elision, lll_lock_elision)
6008         (lll_unlock_elision, lll_trylock_elision): Add.
6009         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6010         (pthread_mutex_t): Add lock elision support for s390.
6011
6012 2014-05-14  Wilco  <wdijkstr@arm.com>
6013
6014         * sysdeps/arm/fclrexcpt.c: Cleanup.
6015         * sysdeps/arm/fedisblxcpt.c: Cleanup.
6016         * sysdeps/arm/feenablxcpt.c: Cleanup.
6017         * sysdeps/arm/fegetenv.c: Cleanup.
6018         * sysdeps/arm/fegetexcept.c: Cleanup.
6019         * sysdeps/arm/fegetround.c: Cleanup.
6020         * sysdeps/arm/feholdexcpt.c: Cleanup.
6021         * sysdeps/arm/fesetenv.c: Cleanup.
6022         * sysdeps/arm/fesetround.c: Cleanup.
6023         * sysdeps/arm/feupdateenv.c: Cleanup.
6024         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6025         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6026         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6027         * sysdeps/arm/ftestexcept.c: Cleanup.
6028         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6029         * sysdeps/arm/setfpucw.c: Cleanup.
6030
6031 2014-05-09  Will Newton  <will.newton@linaro.org>
6032
6033         * sysdeps/arm/armv7/strcmp.S: New file.
6034         * NEWS: Mention addition of ARMv7 optimized strcmp.
6035
6036 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6037
6038         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6039         look for %.ac rather than %.in.
6040
6041         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6042         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6043         * sysdeps/mach/hurd/configure: Regenerated.
6044         * sysdeps/unix/sysv/linux/configure: Regenerated.
6045
6046         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6047
6048 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6049
6050         [BZ# 16922]
6051         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6052         (LONG_SUB): Ditto.
6053         (PTR_SUB): Ditto.
6054
6055 2014-05-07  Andreas Schwab  <schwab@suse.de>
6056
6057         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6058         when skipping over non-matching result from nscd.
6059
6060 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6061
6062         [BZ #16876]
6063         * nptl/sockperf.c (client): Check socket return value.
6064
6065         [BZ #16877]
6066         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6067         nscd security class.
6068
6069 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6070
6071         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6072         * sysdeps/arm/unwind.h: ... here.
6073
6074 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6075
6076         [BZ# 16916]
6077         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6078         Define.
6079
6080 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6081
6082         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6083         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6084         multiarch strncpy for PPC64.
6085         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6086         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6087         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6088         multiarch optimizations.
6089         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6090         (__libc_ifunc_impl_list): Likewise.
6091         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6092         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6093         multiarch stpncpy for PPC64.
6094         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6095         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6096
6097 2014-05-06  Andreas Schwab  <schwab@suse.de>
6098
6099         [BZ #16912]
6100         * gmon/mcount.c (_MCOUNT_DECL): Use
6101         atomic_compare_and_exchange_bool_acq instead of
6102         catomic_compare_and_exchange_bool_acq.
6103
6104 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6105
6106         * elf/Makefile (others, install-bin): Remove pldd.
6107         (pldd-modules): Variable removed.
6108         ($(objpfx)pldd): Target removed.
6109         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6110         (others, install-bin): Append pldd here.
6111         ($(objpfx)pldd): New target.
6112
6113         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6114         to 0, so the first #if test emitted later doesn't see it undefined.
6115         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6116         * sysdeps/gnu/errlist.c: Regenerated.
6117
6118 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6119
6120         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6121         [libc_hidden_builtin_def]: Define to empty value.
6122         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6123         [libc_hidden_builtin_def]: Likewise.
6124         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6125         [libc_hidden_builtin_def]: Likewise.
6126         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6127         [libc_hidden_builtin_def]: Likewise.
6128         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6129         __redirect_memcpy and define ifunc as default hidden symbol.
6130         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6131         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6132
6133 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6134
6135         * locale/iso-4217.def: Reintroduce XDR currency.
6136
6137 2014-05-04  Allan McRae  <allan@archlinux.org>
6138
6139         * po/eo.po: Update Esperanto translation from translation project.
6140
6141 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6142
6143         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6144         and FEATURE_INDEX_MAX to 1.
6145         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6146
6147 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6148
6149         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6150         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6151         * iconvdata/big5.c (ONE_DIRECTION): Define.
6152         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6153         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6154         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6155         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6156         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6157         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6158         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6159         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6160         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6161         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6162         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6163         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6164         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6165         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6166         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6167         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6168         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6169         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6170         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6171         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6172         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6173         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6174         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6175         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6176         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6177         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6178         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6179         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6180         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6181         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6182         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6183         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6184         * iconvdata/johab.c (ONE_DIRECTION): Define.
6185         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6186         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6187         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6188         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6189         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6190         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6191         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6192         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6193         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6194         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6195
6196 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6197
6198         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6199         (_IO_JUMPS_OFFSET): Define to 0.
6200
6201         * nptl/sysdeps/pthread/bits/libc-lock.h
6202         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6203         (__libc_lock_define_initialized_recursive): Always define using
6204         initializer.  Modern compilers treat uninitialized (implicit zero) and
6205         explicit zero initializers the same (i.e. put the datum in bss).
6206
6207 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6208
6209         * nscd/nscd-client.h: Include <string.h>.
6210
6211 2014-05-01  David S. Miller  <davem@davemloft.net>
6212
6213         [BZ #16885]
6214         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6215         multiple zero bytes exist at the end of a string.
6216         Reported by Aurelien Jarno <aurelien@aurel32.net>
6217
6218         * string/test-strcmp.c (check): Add explicit test for situations where
6219         there are multiple zero bytes after the first.
6220
6221 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6222
6223         [BZ #16890]
6224         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6225         when compiling wprintf.
6226         * stdio-common/tstdiomisc.c (t3): New function.
6227         (main): Call it.
6228
6229 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6230
6231         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6232         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6233         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6234         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6235
6236 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6237
6238         * stdlib/longlong.h: Updated from GCC.
6239
6240 2014-05-01  Will Newton  <will.newton@linaro.org>
6241             Bernard Ogden  <bernie.ogden@linaro.org>
6242
6243         * NEWS: Update fixed bug list.
6244
6245         [BZ #15119]
6246         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6247
6248 2014-04-30  David S. Miller  <davem@davemloft.net>
6249
6250         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6251         (libc_feholdexcept_setround_sparc_ctx): New function.
6252         (libc_fesetenv_sparc_ctx): Likewise.
6253         (libc_feupdateenv_sparc_ctx): Likewise.
6254         (libc_feholdsetround_sparc_ctx): Likewise.
6255         (libc_feholdexcept_setround_ctx): Define.
6256         (libc_feholdexcept_setroundf_ctx): Likewise.
6257         (libc_feholdexcept_setroundl_ctx): Likewise.
6258         (libc_fesetenv_ctx): Likewise.
6259         (libc_fesetenvf_ctx): Likewise.
6260         (libc_fesetenvl_ctx): Likewise.
6261         (libc_feupdateenv_ctx): Likewise.
6262         (libc_feupdateenvf_ctx): Likewise.
6263         (libc_feupdateenvl_ctx): Likewise.
6264         (libc_feresetround_ctx): Likewise.
6265         (libc_feresetroundf_ctx): Likewise.
6266         (libc_feresetroundl_ctx): Likewise.
6267         (libc_feholdsetround_ctx): Likewise.
6268         (libc_feholdsetroundf_ctx): Likewise.
6269         (libc_feholdsetroundl_ctx): Likewise.
6270
6271         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6272         with __USE_GNU instead of XOPEN cpp guards.
6273
6274         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6275         0.
6276
6277         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6278         with XOPEN cpp guards.
6279
6280 2014-04-30  Julian Brown  <julian@codesourcery.com>
6281
6282         [BZ #16888]
6283         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6284         handling.
6285
6286 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6287
6288         [BZ #9894]
6289         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6290         Change to 2.6.32.
6291         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6292         * sysdeps/unix/sysv/linux/configure: Regenerated.
6293         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6294         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6295         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6296         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6297         * README: Update reference to required Linux kernel version.
6298         * manual/install.texi (Linux): Update reference to required Linux
6299         kernel headers version.
6300         * INSTALL: Regenerated.
6301
6302         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6303         header inclusion.
6304         [POSIX] (limits.h): Likewise.
6305         [POSIX] (math.h): Likewise.
6306         [POSIX] (sys/wait.h): Likewise.
6307         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6308         function.
6309         [POSIX] (stddef.h): Do not allow header inclusion.
6310
6311 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6312
6313         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6314
6315 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6316
6317         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6318         Return immediately after lll_futex_wake.
6319
6320 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6321
6322         [BZ #16791]
6323         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6324         structure.
6325         (datahead_init_pos): Call datahead_init_common early.
6326         (datahead_init_neg): Likewise.
6327
6328         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6329         datahead_init_neg): New functions.
6330         * nscd/aicache.c (addhstaiX): Use them.
6331         * nscd/grpcache.c (cache_addgr): Likewise.
6332         * nscd/hstcache.c (cache_addhst): Likewise.
6333         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6334         * nscd/netgroupcache.c (do_notfound): Likewise.
6335         (addgetnetgrentX): Likewise.
6336         (addinnetgrX): Likewise.
6337         * nscd/pwdcache.c (cache_addpw): Likewise.
6338         * nscd/servicescache.c (cache_addserv): Likewise.
6339
6340 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6341             Atsushi Onoe  <atsushi@onoe.org>
6342
6343         [BZ #14308]
6344         [BZ #12994]
6345         [BZ #13651]
6346         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6347         one response is valid.
6348         * resolv/res_send.c (send_dg): Check for validity of other
6349         response if the current response is a referral.
6350
6351 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6352
6353         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6354
6355 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6356
6357         [BZ #16823]
6358         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6359         Always divide by positive zero when computing -Inf result.
6360         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6361         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6362
6363 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6364
6365         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6366         FPSCR if value do not change.
6367         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6368         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6369         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6370         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6371         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6372         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6373         function.
6374
6375 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6376
6377         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6378         * sysdeps/unix/sysv/linux/hppa: Move directory from
6379         ports/systeps/unix/sysv/linux/hppa.
6380         * README: Update listing for hppa-*-linux-gnu.
6381
6382 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6383
6384         [BZ #16754]
6385         * manual/stdio.texi (Hook functions): Fix types of stream hook
6386         functions.
6387         [BZ #16854]
6388         * socket/sys/socket.h: Fix typo in comment.
6389
6390 2014-04-28  Wilco  <wdijkstr@arm.com>
6391
6392         * sysdeps/arm/fenv_private.h: New file.
6393         * sysdeps/arm/math_private.h: New file.
6394         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6395
6396 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6397
6398         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6399         with __int128_t.
6400         (La_x86_64_retval): Likewise.
6401
6402 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6403
6404         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6405         fpsr if value didn't change.
6406         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6407         to fpcr if value didn't change.
6408         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6409         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6410         fpsr or fpcr if value didn't change.
6411         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6412         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6413         fpcr if value didn't change.
6414         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6415         to fpsr if value didn't change.
6416
6417 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6418
6419         * nptl/tst-sem3.c: Use test-skeleton.c
6420         (main): Rename to do_test.  Use return instead of
6421         exit.
6422         * nptl/tst-sem4.c: Use test-skeleton.c
6423         (main): Rename to do_test.
6424
6425 2014-04-22  David S. Miller  <davem@davemloft.net>
6426
6427         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6428         (struct sigaction): New struct member __glibc_reserved0, change
6429         type of sa_flags to int.
6430
6431 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6432
6433         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6434         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6435
6436 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6437
6438         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6439         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6440
6441 2014-04-22  Will Newton  <will.newton@linaro.org>
6442             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6443
6444         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6445         (__longjmp): Add longjmp and longjmp_target SystemTap
6446         probes.
6447         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6448         (__sigsetjmp): Add setjmp SystemTap probe.
6449
6450 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6451
6452         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6453         match manual order.
6454
6455 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6456
6457         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6458
6459         * sysdeps/powerpc/fpu/fenv_private.h
6460         (libc_feholdexcept_setroundl_ctx): Define to
6461         libc_feholdexcept_setround_ppc_ctx.
6462         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6463         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6464         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6465         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6466
6467 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6468
6469         * sysdeps/aarch64/math-tests.h: New file.
6470
6471 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6472
6473         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6474         New.
6475         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6476         Check and set bit_AVX2_Usable.
6477         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6478         macro.
6479         (bit_AVX2): Likewise.
6480         (index_AVX2_Usable): Likewise.
6481         (CPUID_AVX2): Likewise.
6482         (HAS_AVX2): Likewise.
6483
6484 2014-04-17  Will Newton  <will.newton@linaro.org>
6485
6486         * manual/setjmp.texi (System V contexts): Add note that
6487         calling setcontext on a context created by a call to a
6488         signal handler is undefined.  Update text to note that
6489         setcontext from a signal handler is possible but not
6490         recommended.
6491
6492         [BZ #16629]
6493         * stdlib/tst-setcontext.c: Include signal.h.
6494         (main): Check that the signal stack before and
6495         after swapcontext is the same.
6496
6497         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6498         Re-implement to restore registers in user code and avoid
6499         rt_sigreturn system call.
6500
6501 2014-04-17  Wilco  <wdijkstr@arm.com>
6502
6503         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6504         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6505         * math/test-fenv.c: Skip exception trap tests on targets which only
6506         support non-stop mode.
6507
6508 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6509             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6510
6511         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6512         (libc_feholdsetround_aarch64_ctx)
6513         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6514         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6515         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6516         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6517         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6518         (libc_feresetround_noexl_ctx): Define.
6519
6520 2014-04-16  Richard Henderson  <rth@redhat.com>
6521
6522         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6523
6524         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6525         unwind tables.
6526
6527         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6528         const from the non-libc, non-ldso copy.
6529
6530         * sysdeps/alpha/libm-test-ulps: Regenerate.
6531
6532 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6533             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6534
6535         * sysdeps/aarch64/fpu/math_private.h: New file.
6536
6537 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6538
6539         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6540
6541 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6542
6543         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6544         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6545         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6546         Intel MPX bound registers before _dl_profile_fixup.
6547         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6548         registers after _dl_profile_fixup.  Save and restore bound
6549         registers bnd0/bnd1 when calling _dl_call_pltexit.
6550         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6551         (LR_BND_OFFSET): Likewise.
6552         (LRV_BND0_OFFSET): Likewise.
6553         (LRV_BND1_OFFSET): Likewise.
6554
6555 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6556
6557         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6558         to...
6559         * sysdeps/mach/hurd/i386/tls.h: ... here.
6560         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6561         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6562         fields.
6563
6564 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6565
6566         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6567
6568 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6569
6570         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6571
6572 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6573
6574         [BZ #14770]
6575         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6576         * sysdeps/s390/configure: Regenerate.
6577
6578         [BZ #16824]
6579         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6580         Set round-to-nearest internally to reduce error accumulation.
6581
6582 2014-04-16  Alan Modra  <amodra@gmail.com>
6583
6584         [BZ #16740]
6585         [BZ #16619]
6586         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6587         * math/libm-test.inc (frexp_test_data): Add tests.
6588         * NEWS: Update fixed bug list.
6589
6590 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6591
6592         * benchtests/Makefile: Depend on libraries in build directory.
6593         (bench-math): Separate out math tests.
6594         (bench-pthread): Separate out pthread tests.
6595         (bench): Include math and pthread tests.
6596
6597 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6598
6599         [BZ #16831]
6600         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6601         _dl_debug_initialize.
6602
6603         * configure.ac: Remove SELinux header check.
6604         * configure: Regenerate.
6605         * nscd/selinux.c (perms): Array of const char* to permission names.
6606         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6607         default policy. Call string_to_security_class and string_to_av_perm to
6608         translate strings. Enforce default policy and call avs_has_perm with
6609         results of translated strings.
6610
6611 2014-04-13  David S. Miller  <davem@davemloft.net>
6612
6613         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6614
6615 2014-04-12  Allan McRae  <allan@archlinux.org>
6616
6617         [BZ #16838]
6618         * manual/string.texi (Collation Functions): Fix qsort argument
6619         order in example.
6620         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6621
6622 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6623
6624         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6625         Make the test a no-op if there are no exceptions defined.
6626
6627 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6628
6629         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6630         enable-hardcoded-path-in-tests
6631
6632 2014-04-11  Will Newton  <will.newton@linaro.org>
6633
6634         * benchtests/Makefile (extra-objs): Add json-lib.o.
6635         (bench-func): Tidy up JSON output.
6636         * benchtests/bench-skeleton.c: Include json-lib.h.
6637         (main): Use JSON library functions to do output of
6638         benchmark results.
6639         * benchtests/bench-timing-type.c (main): Output the
6640         timing type simply, leaving formatting to the user.
6641         * benchtests/json-lib.c: New file.
6642         * benchtests/json-lib.h: Likewise.
6643
6644 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6645
6646         [BZ #15215]
6647         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6648         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6649         memory barriers.  Add comments.
6650         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6651         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6652         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6653         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6654         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6655         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6656
6657 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6658
6659         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6660         * sysdeps/s390/s390-64/configure.ac: ... this ...
6661         * sysdeps/s390/configure.ac: ... to here.
6662         * sysdeps/s390/s390-32/configure: Delete file.
6663         * sysdeps/s390/s390-64/configure: Delete file.
6664         * sysdeps/s390/configure: Regenerate.
6665
6666 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6667
6668         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6669
6670 2014-04-11  Will Newton  <will.newton@linaro.org>
6671
6672         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6673         to zero if it is not defined elsewhere.  (mtrim): Test
6674         the value of MALLOC_DEBUG with #if rather than #ifdef.
6675
6676 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6677
6678         * benchtests/pthread_once-inputs: New file.
6679         * benchtests/pthread_once-source.c: New file.
6680         * benchtests/README: Update documentation.
6681
6682 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6683             H.J. Lu  <hongjiu.lu@intel.com>
6684
6685         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6686         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6687         * sysdeps/x86_64/configure: Regenerated.
6688         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6689         macro.
6690         (REGISTER_SAVE_RAX): Likewise.
6691         (REGISTER_SAVE_RCX): Likewise.
6692         (REGISTER_SAVE_RDX): Likewise.
6693         (REGISTER_SAVE_RSI): Likewise.
6694         (REGISTER_SAVE_RDI): Likewise.
6695         (REGISTER_SAVE_R8): Likewise.
6696         (REGISTER_SAVE_R9): Likewise.
6697         (REGISTER_SAVE_BND0): Likewise.
6698         (REGISTER_SAVE_BND1): Likewise.
6699         (REGISTER_SAVE_BND2): Likewise.
6700         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6701         bound registers when calling _dl_fixup.
6702
6703 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6704
6705         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6706         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6707         of its definition.
6708         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6709         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6710         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6711         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6712         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6713         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6714         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6715
6716 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6717
6718         [BZ #15514]
6719         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6720         pathconf(_PC_NAME_MAX).
6721
6722 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6723
6724         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6725         Remove macro usage.
6726         (__PTHREAD_SPINS): Move definition to ...
6727         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6728         (__PTHREAD_SPINS): ... here.
6729         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6730         (__PTHREAD_SPIN): Likewise.
6731         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6732         (__PTHREAD_SPIN): Likewise.
6733         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6734         (__PTHREAD_SPIN): Likewise.
6735         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6736         (__PTHREAD_SPIN): Likewise.
6737         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6738         (__PTHREAD_SPIN): Likewise.
6739         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6740         (__PTHREAD_SPIN): Likewise.
6741         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6742         (__PTHREAD_SPIN): Likewise.
6743         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6744         (__PTHREAD_SPIN): Likewise.
6745         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6746         (__PTHREAD_SPIN): Likewise.
6747         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6748         (__PTHREAD_SPIN): Likewise.
6749         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6750         (__PTHREAD_SPIN): Likewise.
6751         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6752         (__PTHREAD_SPIN): Likewise.
6753
6754         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6755         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6756         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6757         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6758         imply folder.
6759         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6760         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6761         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6762         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6763         correct imply path.
6764         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6765         strlen symbol for non multi-arch builds.
6766         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6767         missing hidden_def and weak_alias.
6768
6769 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6770
6771         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6772
6773 2014-04-07  Will Newton  <will.newton@linaro.org>
6774
6775         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6776         and contents.  [!_LIBC] Remove #ifndef and contents.
6777         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6778         * string/memccpy.c (__memccpy): Use ANSI prototype.
6779         * string/memfrob.c (memfrob): Likewise.
6780         * string/strcoll.c (STRCOLL): Likewise.
6781         * string/strlen.c (strlen): Likewise.
6782         * string/strtok.c (STRTOK): Likewise.
6783         * string/strcat.c: Remove unused #include of memcopy.h.
6784         (strcat): Use ANSI prototype.
6785         * string/strchr.c: Remove unused #include of memcopy.h.
6786         (strchr): Use ANSI prototype.
6787         * string/strcmp.c: Remove unused #include of memcopy.h.
6788         (strcmp): Use ANSI prototype.
6789         * string/strcpy.c: Remove unused #include of memcopy.h.
6790         (strcpy): Use ANSI prototype.
6791
6792 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6793
6794         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6795         * config.make.in (config-extra-cppflags): Set it from
6796         libc_extra_cppflags.
6797         * configure.ac (libc_extra_cflags): Make it accumulate over
6798         configure fragments.
6799         (libc_extra_cppflags): New flag.
6800         * configure. Regenerate.
6801         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6802         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6803         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6804         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6805
6806         [BZ #16815]
6807         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6808         result for FE_DOWNWARD rounding mode.
6809         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6810         Likewise.
6811         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6812
6813 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6814
6815         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6816         in function argument name.
6817
6818 2014-04-03  David Svoboda  <svoboda@cert.org>
6819
6820         [BZ #5666]
6821         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6822         explicitly.
6823
6824 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6825
6826         * elf/dl-unmap-segments.h: New file.
6827         * sysdeps/generic/ldsodefs.h
6828         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6829         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6830         * elf/dl-fptr.c: Likewise.
6831         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6832         * sysdeps/aarch64/tlsdesc.c: Likewise.
6833         * sysdeps/arm/tlsdesc.c: Likewise.
6834         * sysdeps/i386/tlsdesc.c: Likewise.
6835         * sysdeps/tile/dl-runtime.c: Likewise.
6836         * sysdeps/x86_64/tlsdesc.c: Likewise.
6837         * elf/dl-load.h: New file.
6838         * elf/dl-load.c: Include it.
6839         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6840         Macros moved to dl-load.h.
6841         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6842         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6843         Use _dl_unmap_segments in place of __munmap.
6844         Break out segment-mapping loop into ...
6845         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6846
6847 2014-04-03  Will Newton  <will.newton@linaro.org>
6848
6849         * elf/dl-lookup.c (do_lookup_x): Remove comment
6850         referring to nested function and move variable
6851         declarations down to before first use.
6852
6853 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6854
6855         [BZ #16799]
6856         [BZ #16800]
6857         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6858         with 0 numerator.
6859         * math/s_catanf.c (__catanf): Likewise.
6860         * math/s_catanh.c (__catanh): Likewise.
6861         * math/s_catanhf.c (__catanhf): Likewise.
6862         * math/s_catanhl.c (__catanhl): Likewise.
6863         * math/s_catanl.c (__catanl): Likewise.
6864         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6865         by positive zero when computing -Inf result.
6866         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6867         (catanh_test): Likewise.
6868         * sysdeps/i386/fpu/libm-test-ulps: Update.
6869         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6870
6871         [BZ #16789]
6872         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6873         instead of using underflowing value in computing result.
6874         * math/s_clog10.c (__clog10): Likewise.
6875         * math/s_clog10f.c (__clog10f): Likewise.
6876         * math/s_clog10l.c (__clog10l): Likewise.
6877         * math/s_clogf.c (__clogf): Likewise.
6878         * math/s_clogl.c (__clogl): Likewise.
6879         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6880         (clog10_test): Likewise.
6881         * sysdeps/i386/fpu/libm-test-ulps: Update.
6882         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6883
6884 2014-04-02  Alan Modra  <amodra@gmail.com>
6885
6886         [BZ #16739]
6887         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6888         output when value is near a power of two.  Use int64_t for lx and
6889         remove casts.  Use decimal rather than hex exponent constants.
6890         Don't use long double multiplication when double will suffice.
6891         * math/libm-test.inc (nextafter_test_data): Add tests.
6892         * NEWS: Add 16739 and 16786 to bug list.
6893
6894         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6895
6896         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6897
6898 2014-04-01  Will Newton  <will.newton@linaro.org>
6899
6900         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6901         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6902
6903 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6904
6905         [BZ #13347]
6906         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6907         * nptl/tst-setuid2.c: New file.
6908         * nptl/Makefile (xtests): Add tst-setuid2.
6909
6910 2014-04-01  Alan Modra  <amodra@gmail.com>
6911
6912         [BZ #16786]
6913         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6914
6915 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6916
6917         [BZ #6803]
6918         [BZ #6804]
6919         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6920         set errno as appropriate.
6921         * math/w_scalbf.c (__scalbf): Likewise.
6922         * math/w_scalbl.c (__scalbl): Likewise.
6923         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6924         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6925         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6926         Add more NaN tests.
6927
6928         [BZ #16349]
6929         * math/w_atan2.c: Include <errno.h>.
6930         (__atan2): Set errno for result underflowing to zero.
6931         * math/w_atan2f.c: Include <errno.h>.
6932         (__atan2f): Set errno for result underflowing to zero.
6933         * math/w_atan2l.c: Include <errno.h>.
6934         (__atan2l): Set errno for result underflowing to zero.
6935         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6936         tests.
6937         * math/auto-libm-test-out: Regenerated.
6938
6939 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6940
6941         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6942         Encode instruction correctly in little endian.
6943         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6944         Likewise.
6945         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6946         Likewise.
6947         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6948         Likewise.
6949         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6950         Likewise.
6951
6952 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6953
6954         [BZ #9894]
6955         * sysdeps/unix/sysv/linux/kernel-features.h
6956         [__sparc__ && !__arch64__ && !__sparc_v9__]
6957         (__ASSUME_SET_ROBUST_LIST): Do not define.
6958         [__sparc__ && !__arch64__ && !__sparc_v9__]
6959         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6960         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6961         Likewise.
6962         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6963         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6964         (__ASSUME_REQUEUE_PI): Likewise.
6965         (__ASSUME_SET_ROBUST_LIST): Likewise.
6966         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6967         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6968         Undefine.
6969         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6970         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6971         Likewise.
6972         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6973         Likewise.
6974         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6975         Likewise.
6976         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6977         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6978         Undefine.
6979         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6980         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6981         Likewise.
6982
6983         [BZ #16648]
6984         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6985         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6986         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6987
6988 2014-03-31  Will Newton  <will.newton@linaro.org>
6989
6990         * benchtests/Makefile (bench): Add ffs and ffsll to list
6991         of tests.
6992         * benchtests/ffs-inputs: New file.
6993         * benchtests/ffsll-inputs: Likewise.
6994
6995 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6996
6997         [BZ #16770]
6998         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6999         too large before casting to int.
7000         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
7001         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
7002         * math/libm-test.inc (scalb_test_data): Add more tests.
7003
7004 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
7005
7006         * benchtests/Makefile (DETAILED_OPT): New make option.
7007         (bench-func): Run benchmark program with -d if DETAILED_OPT is
7008         set.
7009         * benchtests/bench-skeleton.c: Include stdbool.h.
7010         (main): Store and print timings per input.
7011         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
7012         member to each argument value.
7013         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
7014         (_print_arg_data): Initialize per-input timing to 0.
7015
7016         * benchtests/Makefile (timing-type): New binary.
7017         (bench-clean): Also remove bench-timing-type.
7018         (bench): New target for timing-type.
7019         (bench-func): Print output in JSON format.
7020         * benchtests/bench-skeleton.c (main): Print output in JSON
7021         format.
7022         * benchtests/bench-timing-type.c: New file.
7023         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
7024         (TIMING_PRINT_STATS): Remove.
7025         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7026         name separately.
7027
7028         * benchtests/bench-modf.c: Remove.
7029         * benchtests/modf-inputs: New inputs file.
7030
7031 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7032
7033         [BZ #16362]
7034         * math/s_clog10.c (M_PI_LOG10E): New macro.
7035         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7036         imaginary parts are 0.
7037         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7038         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7039         imaginary parts are 0.
7040         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7041         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7042         imaginary parts are 0.
7043         * math/libm-test.inc (clog10_test_data): Update expected results
7044         for when real and imaginary parts are 0.
7045
7046 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7047
7048         * elf/dl-load.c: Finish conversion of __builtin_expect into
7049         __glibc_{un}likely.
7050
7051 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7052
7053         [BZ #16348]
7054         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7055         1+x for argument with exponent below -67.
7056         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7057         Likewise.
7058         * math/auto-libm-test-in: Add more tests of exp.
7059         * math/auto-libm-test-out: Regenerated.
7060
7061 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7062
7063         [BZ #16759]
7064         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7065         (nscd_getnetgrent): Use it.
7066
7067         [BZ #16760]
7068         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7069         of stpcpy.
7070
7071 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7072
7073         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7074         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7075         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7076         (lll_robust_unlock): Remove out of line section. Use cfi
7077         intrinsics.
7078         (LLL_STUB_UNWIND_INFO*): Remove.
7079         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7080         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7081         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7082         (lll_robust_unlock): Remove out of line section. Use cfi
7083         intrinsics.
7084         (LLL_STUB_UNWIND_INFO*): Remove.
7085
7086 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7087
7088         [BZ #16758]
7089         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7090         blank values.
7091
7092 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7093
7094         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7095
7096 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7097
7098         [BZ #16198]
7099         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7100         fnstenv.
7101         * math/test-fenv-preserve.c: New file.
7102         * math/Makefile (tests): Add test-fenv-preserve.
7103
7104 2014-03-26  Will Newton <will.newton@linaro.org>
7105
7106         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7107
7108 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7109
7110         * scripts/versionlist.awk: Partition the version sets and emit all
7111         GLIBC_* (sorted) before all others (sorted).
7112
7113 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7114
7115         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7116         GLIBC_2.2.5 version.
7117
7118 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7119
7120         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7121         calls.
7122
7123         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7124         previous change.
7125
7126         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7127
7128 2014-03-25  Andreas Schwab  <schwab@suse.de>
7129
7130         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7131         label to be used after in6ailist is initialized.
7132
7133 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7134
7135         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7136         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7137
7138 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7139
7140         [BZ #16357]
7141         [BZ #16599]
7142         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7143         min_plus_half.
7144         (fp_formats): Update initializers.
7145         (init_fp_formats): Initialize new field.
7146         (output_for_one_input_case): Allow underflow for results up to
7147         min_plus_half.
7148         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7149         * math/auto-libm-test-in: Don't mark some underflows from asin and
7150         atanh as spurious.
7151         * math/auto-libm-test-out: Regenerated.
7152         * sysdeps/i386/fpu/libm-test-ulps: Update.
7153         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7154
7155 2014-03-25  Andreas Schwab  <schwab@suse.de>
7156
7157         * libio/Makefile (tst-ftell-partial-wide-ENV)
7158         (tst-ftell-active-handler-ENV): Define.
7159
7160 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7161
7162         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7163
7164 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7165
7166         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7167
7168 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7169
7170         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7171         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7172         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7173
7174 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7175
7176         [BZ #16634]
7177         * elf/dl-load.c (open_verify): Add mode parameter.
7178         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7179         (open_path): Change from boolean 'secure' to complete flag 'mode'
7180         (_dl_map_object): Adjust.
7181         * elf/Makefile (tests): Add tst-dlopen-aout.
7182         * elf/tst-dlopen-aout.c: New test.
7183
7184 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7185
7186         [BZ #16714]
7187         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7188         (struct stat): Rename member pad0 to __glibc_reserved0.
7189
7190         [BZ #16712]
7191         * sysdeps/s390/s390-32/bits/wordsize.h
7192         (__WORDSIZE32_SIZE_ULONG): New define.
7193         * sysdeps/s390/s390-64/bits/wordsize.h
7194         (__WORDSIZE32_SIZE_ULONG): Likewise.
7195         * sysdeps/generic/stdint.h (SIZE_MAX):
7196         Define as UL if __WORDSIZE32_SIZE_ULONG.
7197
7198         [BZ #16713]
7199         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7200         (__glibc_reserved0): New variable.
7201         (sa_flags): Change type to int.
7202
7203         * posix/Makefile (before-compile): Use += before-compile instead
7204         of a :=.
7205
7206         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7207         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7208
7209 2014-03-20  Andreas Schwab  <schwab@suse.de>
7210
7211         [BZ #16743]
7212         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7213         non-matching result from nscd.
7214
7215 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7216
7217         * scripts/bench.py: Moved to ...
7218         * benchtests/scripts/bench.py: ... here.
7219         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7220
7221 2014-03-24  Andreas Schwab  <schwab@suse.de>
7222
7223         [BZ #16002]
7224         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7225         alloca_account and account alloca use for struct in6ailist.
7226
7227 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7228
7229         [BZ #16284]
7230         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7231         rounding mode to recompute results that overflow to infinity or
7232         underflow to zero.
7233         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7234         bug 16284.
7235         * math/auto-libm-test-out: Regenerated.
7236         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7237         (ccosh_test): Likewise.
7238         (csin_test_data): Use plus_oflow.
7239         (csin_test): Use ALL_RM_TEST.
7240         (csinh_test_data): Use plus_oflow.
7241         (csinh_test): Use ALL_RM_TEST.
7242         * sysdeps/i386/fpu/libm-test-ulps: Update.
7243         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7244
7245 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7246
7247         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7248         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7249         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7250
7251         [BZ #16731]
7252         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7253         when x - 1 is zero.
7254         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7255         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7256         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7257         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7258         argument is 1.
7259         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7260         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7261         zero.
7262         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7263         * sysdeps/i386/fpu/libm-test-ulps: Update.
7264         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7265
7266 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7267
7268         * scripts/bench.pl: Remove file.
7269         * scripts/bench.py: New benchmark script.
7270         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7271         * benchtests/README: Mention python dependency.
7272         * scripts/pylintrc: New file.
7273         * scripts/pylint: New file.
7274
7275         * bits/mathdef.h: Use #ifdef instead of #if.
7276         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7277         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7278         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7279         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7280         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7281         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7282
7283 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7284             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7285
7286         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7287         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7288         and strpbrk-ppc64 objects.
7289         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7290         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7291         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7292         multiarch strpbrk for POWER7.
7293         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7294         multiarch strpbrk for PPC64.
7295         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7296         ifunc selector.
7297         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7298         strpbrk for POWER7.
7299
7300 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7301
7302         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7303         (atan_test): Likewise.
7304         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7305         (atanh_test): Use ALL_RM_TEST.
7306         (atan2_test_data): Likewise.
7307         (cabs_test): Likewise.
7308         (cacosh_test): Likewise.
7309         (carg_test): Likewise.
7310         (casin_test): Likewise.
7311         (casinh_test): Likewise.
7312         (cbrt_test): Likewise.
7313         (csqrt_test): Likewise.
7314         (erf_test): Likewise.
7315         (erfc_test): Likewise.
7316         (pow10_test): Likewise.
7317         (exp2_test): Likewise.
7318         (hypot_test): Likewise.
7319         (j0_test): Likewise.
7320         (j1_test): Likewise.
7321         (lgamma_test): Likewise.
7322         (gamma_test): Likewise.
7323         (sincos_test): Likewise.
7324         (tanh_test): Likewise.
7325         (y0_test): Likewise.
7326         (y1_test): Likewise.
7327         * sysdeps/i386/fpu/libm-test-ulps: Update.
7328         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7329
7330 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7331
7332         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7333         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7334         and strcspn-ppc64 objects.
7335         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7336         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7337         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7338         multiarch strcspn for POWER7.
7339         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7340         multiarch strcspn for PPC64.
7341         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7342         ifunc selector.
7343         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7344         strcspn for POWER7.
7345
7346 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7347
7348         * math/gen-libm-test.pl (generate_testfile): Expect only function
7349         name as argument to AUTO_TESTS_* and pass results for all rounding
7350         modes to parse_args.
7351         (parse_auto_input): Separate inputs of automatic tests from
7352         outputs before storing in %auto_tests.
7353         * math/libm-test.inc (acos_test_data): Update call to
7354         AUTO_TESTS_f_f.
7355         (acos_test): Use ALL_RM_TEST.
7356         (acos_tonearest_test_data): Remove.
7357         (acos_test_tonearest): Likewise.
7358         (acos_towardzero_test_data): Likewise.
7359         (acos_test_towardzero): Likewise.
7360         (acos_downward_test_data): Likewise.
7361         (acos_test_downward): Likewise.
7362         (acos_upward_test_data): Likewise.
7363         (acos_test_upward): Likewise.
7364         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7365         (asin_test_data): Likewise.
7366         (asin_test): Use ALL_RM_TEST.
7367         (asin_tonearest_test_data): Remove.
7368         (asin_test_tonearest): Likewise.
7369         (asin_towardzero_test_data): Likewise.
7370         (asin_test_towardzero): Likewise.
7371         (asin_downward_test_data): Likewise.
7372         (asin_test_downward): Likewise.
7373         (asin_upward_test_data): Likewise.
7374         (asin_test_upward): Likewise.
7375         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7376         (atan_test_data): Likewise.
7377         (atanh_test_data): Likewise.
7378         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7379         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7380         (carg_test_data): Likewise.
7381         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7382         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7383         (ccosh_test_data): Likewise.
7384         (cexp_test_data): Likewise.
7385         (clog_test_data): Likewise.
7386         (clog10_test_data): Likewise.
7387         (cos_test_data): Update call to AUTO_TESTS_f_f.
7388         (cos_test): Use ALL_RM_TEST.
7389         (cos_tonearest_test_data): Remove.
7390         (cos_test_tonearest): Likewise.
7391         (cos_towardzero_test_data): Likewise.
7392         (cos_test_towardzero): Likewise.
7393         (cos_downward_test_data): Likewise.
7394         (cos_test_downward): Likewise.
7395         (cos_upward_test_data): Likewise.
7396         (cos_test_upward): Likewise.
7397         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7398         (cosh_test): Use ALL_RM_TEST.
7399         (cosh_tonearest_test_data): Remove.
7400         (cosh_test_tonearest): Likewise.
7401         (cosh_towardzero_test_data): Likewise.
7402         (cosh_test_towardzero): Likewise.
7403         (cosh_downward_test_data): Likewise.
7404         (cosh_test_downward): Likewise.
7405         (cosh_upward_test_data): Likewise.
7406         (cosh_test_upward): Likewise.
7407         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7408         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7409         (ctan_test_data): Likewise.
7410         (ctan_test): Use ALL_RM_TEST.
7411         (ctan_tonearest_test_data): Remove.
7412         (ctan_test_tonearest): Likewise.
7413         (ctan_towardzero_test_data): Likewise.
7414         (ctan_test_towardzero): Likewise.
7415         (ctan_downward_test_data): Likewise.
7416         (ctan_test_downward): Likewise.
7417         (ctan_upward_test_data): Likewise.
7418         (ctan_test_upward): Likewise.
7419         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7420         (ctanh_test): Use ALL_RM_TEST.
7421         (ctanh_tonearest_test_data): Remove.
7422         (ctanh_test_tonearest): Likewise.
7423         (ctanh_towardzero_test_data): Likewise.
7424         (ctanh_test_towardzero): Likewise.
7425         (ctanh_downward_test_data): Likewise.
7426         (ctanh_test_downward): Likewise.
7427         (ctanh_upward_test_data): Likewise.
7428         (ctanh_test_upward): Likewise.
7429         (erf_test_data): Update call to AUTO_TESTS_f_f.
7430         (erfc_test_data): Likewise.
7431         (exp_test_data): Likewise.
7432         (exp_test): Use ALL_RM_TEST.
7433         (exp_tonearest_test_data): Remove.
7434         (exp_test_tonearest): Likewise.
7435         (exp_towardzero_test_data): Likewise.
7436         (exp_test_towardzero): Likewise.
7437         (exp_downward_test_data): Likewise.
7438         (exp_test_downward): Likewise.
7439         (exp_upward_test_data): Likewise.
7440         (exp_test_upward): Likewise.
7441         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7442         (exp10_test): Use ALL_RM_TEST.
7443         (exp10_tonearest_test_data): Remove.
7444         (exp10_test_tonearest): Likewise.
7445         (exp10_towardzero_test_data): Likewise.
7446         (exp10_test_towardzero): Likewise.
7447         (exp10_downward_test_data): Likewise.
7448         (exp10_test_downward): Likewise.
7449         (exp10_upward_test_data): Likewise.
7450         (exp10_test_upward): Likewise.
7451         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7452         (expm1_test_data): Likewise.
7453         (expm1_test): Use ALL_RM_TEST.
7454         (expm1_tonearest_test_data): Remove.
7455         (expm1_test_tonearest): Likewise.
7456         (expm1_towardzero_test_data): Likewise.
7457         (expm1_test_towardzero): Likewise.
7458         (expm1_downward_test_data): Likewise.
7459         (expm1_test_downward): Likewise.
7460         (expm1_upward_test_data): Likewise.
7461         (expm1_test_upward): Likewise.
7462         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7463         (fma_test): Use ALL_RM_TEST.
7464         (fma_towardzero_test_data): Remove.
7465         (fma_test_towardzero): Likewise.
7466         (fma_downward_test_data): Likewise.
7467         (fma_test_downward): Likewise.
7468         (fma_upward_test_data): Likewise.
7469         (fma_test_upward): Likewise.
7470         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7471         (j0_test_data): Update call to AUTO_TESTS_f_f.
7472         (j1_test_data): Likewise.
7473         (jn_test_data): Update call to AUTO_TESTS_if_f.
7474         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7475         (log_test_data): Update call to AUTO_TESTS_f_f.
7476         (log10_test_data): Likewise.
7477         (log1p_test_data): Likewise.
7478         (log2_test_data): Likewise.
7479         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7480         (pow_tonearest_test_data): Likewise.
7481         (sin_test_data): Update call to AUTO_TESTS_f_f.
7482         (sin_test): Use ALL_RM_TEST.
7483         (sin_tonearest_test_data): Remove.
7484         (sin_test_tonearest): Likewise.
7485         (sin_towardzero_test_data): Likewise.
7486         (sin_test_towardzero): Likewise.
7487         (sin_downward_test_data): Likewise.
7488         (sin_test_downward): Likewise.
7489         (sin_upward_test_data): Likewise.
7490         (sin_test_upward): Likewise.
7491         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7492         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7493         (sinh_test): Use ALL_RM_TEST.
7494         (sinh_tonearest_test_data): Remove.
7495         (sinh_test_tonearest): Likewise.
7496         (sinh_towardzero_test_data): Likewise.
7497         (sinh_test_towardzero): Likewise.
7498         (sinh_downward_test_data): Likewise.
7499         (sinh_test_downward): Likewise.
7500         (sinh_upward_test_data): Likewise.
7501         (sinh_test_upward): Likewise.
7502         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7503         (sqrt_test): Use ALL_RM_TEST.
7504         (sqrt_tonearest_test_data): Remove.
7505         (sqrt_test_tonearest): Likewise.
7506         (sqrt_towardzero_test_data): Likewise.
7507         (sqrt_test_towardzero): Likewise.
7508         (sqrt_downward_test_data): Likewise.
7509         (sqrt_test_downward): Likewise.
7510         (sqrt_upward_test_data): Likewise.
7511         (sqrt_test_upward): Likewise.
7512         (tan_test_data): Update call to AUTO_TESTS_f_f.
7513         (tan_test): Use ALL_RM_TEST.
7514         (tan_tonearest_test_data): Remove.
7515         (tan_test_tonearest): Likewise.
7516         (tan_towardzero_test_data): Likewise.
7517         (tan_test_towardzero): Likewise.
7518         (tan_downward_test_data): Likewise.
7519         (tan_test_downward): Likewise.
7520         (tan_upward_test_data): Likewise.
7521         (tan_test_upward): Likewise.
7522         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7523         (tgamma_test_data): Likewise.
7524         (y0_test_data): Likewise.
7525         (y1_test_data): Likewise.
7526         (yn_test_data): Update call to AUTO_TESTS_if_f.
7527         (main): Do not call removed functions.
7528
7529 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7530
7531         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7532         (ldexp_test_data): Remove.
7533         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7534         scalbn_test_data.
7535         (scalb_test): Use ALL_RM_TEST.
7536
7537 2014-03-19  Andreas Schwab  <schwab@suse.de>
7538
7539         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7540
7541 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7542
7543         [BZ #16649]
7544         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7545         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7546         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7547         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7548         (__ASSUME_PREADV): Undefine.
7549         (__ASSUME_PWRITEV): Likewise.
7550
7551 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7552
7553         * bits/mman-linux.h: Add comment about non-Linux use.
7554         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7555         bits/mman-linux.h resting place.
7556
7557         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7558         * bits/mman-linux.h: ... here.
7559
7560 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7561
7562         * conform/conformtest.pl: Add standard definition when calling C
7563         preprocessor on data files.
7564         (checknamespace): Remove unused variable.
7565
7566 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7567
7568         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7569         minus_oflow, plus_uflow and minus_uflow in expected results.
7570         * math/libm-test.inc (scalbn_test_data): Add more tests of
7571         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7572         minus_uflow.
7573         (scalbn_test): Use ALL_RM_TEST.
7574         (scalbln_test_data): Add more tests of negative arguments.  Use
7575         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7576         (scalbln_test): Use ALL_RM_TEST.
7577
7578 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7579
7580         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7581
7582 2014-03-18  Will Newton  <will.newton@linaro.org>
7583
7584         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7585         inaccurate comment.
7586
7587 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7588
7589         * Makerules [!subdir] (check-abi): Exit with error status if a
7590         test failed.
7591
7592 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7593
7594         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7595         for rint.  Include results for all rounding modes.
7596         (nearbyint_test): Use ALL_RM_TEST.
7597         (rint_test_data): Include all tests used for nearbyint.
7598
7599 2014-03-17  Will Newton  <will.newton@linaro.org>
7600
7601         * nptl/sysdeps/pthread/pthread.h: Revert previous
7602         change.
7603
7604         * sysdeps/generic/ldsodefs.h: Revert previous
7605         change.
7606
7607         * libio/genops.c: Revert previous change.
7608         * libio/libioP.h: Likewise.
7609         * stdio-common/vfprintf.c: Likewise.
7610
7611         * sysdeps/generic/math_private.h: Revert previous
7612         change.
7613
7614         * sysdeps/generic/math_private.h: Check whether
7615         HAVE_RM_CTX is defined with #ifdef rather
7616         than #if.
7617
7618         * argp/argp-fmtstream.h: Check whether
7619         __STRICT_ANSI__ is defined with #ifdef rather
7620         than #if.
7621         * argp/argp.h: Likewise.
7622
7623         * libio/genops.c: Check whether
7624         _IO_JUMPS_OFFSET is defined with #ifdef rather
7625         than #if.
7626         * libio/libioP.h: Likewise.
7627         * stdio-common/vfprintf.c: Likewise.
7628
7629         * sysdeps/generic/ldsodefs.h: Check whether
7630         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7631         than #if.
7632
7633         * nptl/sysdeps/pthread/pthread.h: Check
7634         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7635         its value.
7636
7637 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7638
7639         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7640         setting O_APPEND.
7641         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7642         test case.
7643
7644         [BZ #16680]
7645         * libio/fileops.c (_IO_file_open): Seek to end of file but
7646         don't cache the offset.
7647         (get_file_offset): Remove function.
7648         (do_ftell): Use cached offset when available.
7649         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7650         don't cache the offset.
7651         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7652         case.
7653         (do_one_test): Call it.
7654         (do_ftell_test): Fix up expected old offset for a+ mode.
7655         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7656         available.
7657
7658         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7659         up test status with function return status.
7660         (do_write_test): Likewise.
7661         (do_append_test): Likewise.
7662
7663         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7664         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7665         Remove.
7666
7667 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7668
7669         * math/gen-libm-test.pl (parse_args): Handle results specified for
7670         each rounding mode separately.
7671         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7672         tests and results from lrint_tonearest_test_data,
7673         lrint_towardzero_test_data, lrint_downward_test_data and
7674         lrint_upward_test_data.
7675         (lrint_test): Use ALL_RM_TEST.
7676         (lrint_tonearest_test_data): Remove.
7677         (lrint_test_tonearest): Likewise.
7678         (lrint_towardzero_test_data): Likewise.
7679         (lrint_test_towardzero): Likewise.
7680         (lrint_downward_test_data): Likewise.
7681         (lrint_test_downward): Likewise.
7682         (lrint_upward_test_data): Likewise.
7683         (lrint_test_upward): Likewise.
7684         (llrint_test_data): Merge in per-rounding-mode tests and results
7685         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7686         llrint_downward_test_data and llrint_upward_test_data.
7687         (llrint_test): Use ALL_RM_TEST.
7688         (llrint_tonearest_test_data): Remove.
7689         (llrint_test_tonearest): Likewise.
7690         (llrint_towardzero_test_data): Likewise.
7691         (llrint_test_towardzero): Likewise.
7692         (llrint_downward_test_data): Likewise.
7693         (llrint_test_downward): Likewise.
7694         (llrint_upward_test_data): Likewise.
7695         (llrint_test_upward): Likewise.
7696         (rint_test_data): Merge in per-rounding-mode tests and results
7697         from rint_tonearest_test_data, rint_towardzero_test_data,
7698         rint_downward_test_data and rint_upward_test_data.  Add
7699         per-rounding-mode results for tests not in those arrays.
7700         (rint_test): Use ALL_RM_TEST.
7701         (rint_tonearest_test_data): Remove.
7702         (rint_test_tonearest): Likewise.
7703         (rint_towardzero_test_data): Likewise.
7704         (rint_test_towardzero): Likewise.
7705         (rint_downward_test_data): Likewise.
7706         (rint_test_downward): Likewise.
7707         (rint_upward_test_data): Likewise.
7708         (rint_test_upward): Likewise.
7709         (main): Don't call removed functions.
7710
7711 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7712
7713         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7714         "Compiled on ..." crapola.  It is anti-useful.
7715
7716 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7717
7718         * scripts/evaluate-test.sh: Handle fourth argument to determine
7719         whether test run should stop on failure.
7720         * Makeconfig (stop-on-test-failure): New variable.
7721         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7722         $(stop-on-test-failure).
7723         * Makefile (tests): Give a summary of results from testing and
7724         exit with failure status if they include an ERROR or FAIL.
7725         (xtests): Likewise.
7726         * manual/install.texi (Configuring and compiling): Mention
7727         stop-on-test-failure=y.
7728         * INSTALL: Regenerated.
7729
7730 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7731
7732         * scripts/versionlist.awk: New file.
7733         * Makerules [$(build-shared) = yes]
7734         (postclean-generated): Add Versions.def, not Versions.def.v and
7735         Versions.def.v.i.
7736         ($(common-objpfx)Versions.def.v.i): Target removed.
7737         ($(common-objpfx)Versions.def): New target.
7738         ($(common-objpfx)Versions.all): Depend on that rather that
7739         $(common-objpfx)Versions.def.v.
7740         * Versions.def: File removed.
7741
7742         * Makeconfig (+gccwarn): Add -Wundef.
7743         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7744         a dl-sysdep.h breaking its contract.
7745         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7746         * include/stackinfo.h: New file.
7747         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7748         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7749         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7750         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7751         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7752         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7753         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7754         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7755         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7756         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7757         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7758         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7759         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7760         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7761         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7762
7763 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7764
7765         [BZ #16707]
7766         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7767         implementation.
7768         * math/libm-test.inc (round_test_data): Add more tests.
7769
7770         [BZ #16706]
7771         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7772         implementation.
7773         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7774
7775         [BZ #16701]
7776         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7777         implementation.
7778         * math/libm-test.inc (ceil_test_data): Add more tests.
7779
7780         * math/libm-test.inc (trunc_test_data): Add more tests related to
7781         BZ#16414.
7782
7783 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7784
7785         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7786         with #if rather than #ifdef.
7787         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7788
7789 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7790
7791         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7792         first.  Disable AVX-512 GCC support if assembler doesn't support
7793         it.
7794         * sysdeps/x86_64/configure: Regenerated.
7795
7796 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7797
7798         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7799         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7800         (__old_pthread_attr_setstack): Likewise.
7801         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7802         [!_STACK_GROWS_DOWN]: Likewise.
7803
7804 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7805
7806         * config.make.in (have-bash2): Delete.
7807         * configure.ac (libc_cv_have_bash2): Delete.
7808         * configure: Regenerate.
7809         * elf/Makefile (common-ldd-rewrite): Rename to ...
7810         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7811         (sh-ldd-rewrite): Delete.
7812         (bash-ldd-rewrite): Delete.
7813         (have-bash2): Delete checks.
7814         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7815         ldd-rewrite.
7816
7817         * config.make.in (have-ksh): Delete.
7818         (KSH): Delete.
7819         * configure.ac (libc_cv_have_ksh): Delete.
7820         * configure: Regenerate.
7821
7822         * elf/Makefile: Delete $(have-ksh) check.
7823         ($(objpfx)sotruss): Change KSH to BASH.
7824         * elf/sotruss.ksh: Rename to ...
7825         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7826         function style to match POSIX.  Drop ksh vim mode setting.
7827
7828         * manual/time.texi (Specifying the Time Zone with TZ): Change
7829         Tuesday to Thursday.
7830
7831         * debug/tst-longjmp_chk2.c: Update header comment.
7832         (stackoverflow_handler): Add comment.  Call assert on pass value.
7833
7834 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7835
7836         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7837         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7838         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7839         (La_x86_64_vector): Add zmm.
7840         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7841         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7842         ($(objpfx)tst-audit10): New target.
7843         ($(objpfx)tst-audit10.out): Likewise.
7844         (tst-audit10-ENV): New.
7845         (AVX512-CFLAGS): Likewise.
7846         (CFLAGS-tst-audit10.c): Likewise.
7847         (CFLAGS-tst-auditmod10a.c): Likewise.
7848         (CFLAGS-tst-auditmod10b.c): Likewise.
7849         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7850         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7851         * sysdeps/x86_64/configure: Regenerated.
7852         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7853         AVX-512 zmm register support.
7854         (_dl_x86_64_save_sse): Likewise.
7855         (_dl_x86_64_restore_sse): Likewise.
7856         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7857         size vector registers.
7858         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7859         (ZMM_SIZE): Likewise.
7860         * sysdeps/x86_64/tst-audit10.c: New file.
7861         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7862         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7863
7864 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7865
7866         * configure.ac (HAVE_EHDR_START): New check.
7867         * configure: Regenerated.
7868         * config.h.in (HAVE_EHDR_START): New #undef.
7869         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7870         assuming the lowest-addressed segment maps the start of the file.
7871
7872 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7873
7874         * INSTALL: Regenerated.
7875
7876 2014-03-13  Will Newton  <will.newton@linaro.org>
7877
7878         * manual/setjmp.texi (System V contexts): Improve
7879         clarity and grammar of documentation.
7880
7881 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7882
7883         [BZ #16381]
7884         * elf/Makefile (tests): Add tst-pie2.
7885         (tests-pie): Add tst-pie2.
7886         * elf/tst-pie2.c: New file.
7887         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7888         for ET_EXEC.
7889         * elf/rtld.c (map_doit): Load executable as lt_executable.
7890         (dl_main): Likewise.
7891
7892 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7893
7894         [BZ #16642]
7895         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7896         (__ASSUME_PSELECT): Undefine.
7897
7898 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7899
7900         [BZ #16689]
7901         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7902         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7903         static build.
7904         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7905         selector for static builds.
7906
7907 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7908
7909         [BZ #16695]
7910         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7911         key in the buffer.
7912
7913 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7914
7915         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7916         IFUNC selector for static builds.
7917
7918 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7919
7920         * sysdeps/mips/math_private.h [__mips_hard_float]
7921         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7922         libc_feresetround_mips_ctx.
7923         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7924         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7925         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7926
7927         [BZ #16677]
7928         * math/s_nextafter.c (__nextafter): Do not return value from
7929         overflowing computation.
7930         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7931         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7932         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7933         Likewise.
7934         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7935         Likewise.
7936         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7937         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7938
7939 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7940
7941         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7942         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7943         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7944         the new mov targetting sp.
7945
7946 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7947
7948         [BZ #16683]
7949         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7950         Define it for static builds as well.
7951         (NO_BZERO_IMPL): Likewise.
7952
7953 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7954
7955         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7956         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7957         multiarch strspn for PPC64.
7958         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7959         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7960         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7961         (__libc_ifunc_impl_list): Likewise.
7962         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7963         multiarch optimizations
7964         * string/strspn.c (strspn): Using macro to redefine symbol name.
7965
7966 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7967             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7968
7969         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7970         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7971         multiarch strncat for PPC64.
7972         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7973         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7974         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7975         (__libc_ifunc_impl_list): Likewise.
7976         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7977         multiarch optimizations
7978
7979 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7980
7981         [BZ #16639]
7982         * nscd/nscd.service: Make service type forking.
7983
7984 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7985
7986         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7987         sign in non default rounding modes.
7988         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7989
7990 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7991
7992         * math/libm-test.inc (ALL_RM_TEST): New macro.
7993         (ceil_test): Use ALL_RM_TEST.
7994         (cimag_test): Likewise.
7995         (conj_test): Likewise.
7996         (copysign_test): Likewise.
7997         (cproj_test): Likewise.
7998         (creal_test): Likewise.
7999         (fabs_test): Likewise.
8000         (floor_test): Likewise.
8001         (fmax_test): Likewise.
8002         (fmin_test): Likewise.
8003         (fmod_test): Likewise.
8004         (fpclassify_test): Likewise.
8005         (frexp_test): Likewise.
8006         (ilogb_test): Likewise.
8007         (isfinite_test): Likewise.
8008         (finite_test): Likewise.
8009         (isgreater_test): Likewise.
8010         (isgreaterequal_test): Likewise.
8011         (isinf_test): Likewise.
8012         (isless_test): Likewise.
8013         (islessequal_test): Likewise.
8014         (islessgreater_test): Likewise.
8015         (isnan_test): Likewise.
8016         (isnormal_test): Likewise.
8017         (issignaling_test): Likewise.
8018         (isunordered_test): Likewise.
8019         (logb_test): Likewise.
8020         (logb_downward_test_data): Remove.
8021         (logb_test_downward): Likewise.
8022         (lround_test): Use ALL_RM_TEST.
8023         (llround_test): Likewise.
8024         (modf_test): Likewise.
8025         (nexttoward_test): Likewise.
8026         (remainder_test): Likewise.
8027         (drem_test): Likewise.
8028         (remainder_tonearest_test_data): Likewise.
8029         (remainder_test_tonearest): Likewise.
8030         (drem_test_tonearest): Likewise.
8031         (remainder_towardzero_test_data): Likewise.
8032         (remainder_test_towardzero): Likewise.
8033         (drem_test_towardzero): Likewise.
8034         (remainder_downward_test_data): Likewise.
8035         (remainder_test_downward): Likewise.
8036         (drem_test_downward): Likewise.
8037         (remainder_upward_test_data): Likewise.
8038         (remainder_test_upward): Likewise.
8039         (drem_test_upward): Likewise.
8040         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8041         (round_test): Use ALL_RM_TEST.
8042         (signbit_test): Likewise.
8043         (trunc_test): Likewise.
8044         (significand_test): Likewise.
8045         (main): Don't call removed functions.
8046
8047 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8048
8049         [BZ #16674]
8050         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8051         || __USE_XOPEN2K8].
8052         (ILL_ILLOPN): Likewise.
8053         (ILL_ILLADR): Likewise.
8054         (ILL_ILLTRP): Likewise.
8055         (ILL_PRVOPC): Likewise.
8056         (ILL_PRVREG): Likewise.
8057         (ILL_COPROC): Likewise.
8058         (ILL_BADSTK): Likewise.
8059         (FPE_INTDIV): Likewise.
8060         (FPE_INTOVF): Likewise.
8061         (FPE_FLTDIV): Likewise.
8062         (FPE_FLTOVF): Likewise.
8063         (FPE_FLTUND): Likewise.
8064         (FPE_FLTRES): Likewise.
8065         (FPE_FLTINV): Likewise.
8066         (FPE_FLTSUB): Likewise.
8067         (SEGV_MAPERR): Likewise.
8068         (SEGV_ACCERR): Likewise.
8069         (BUS_ADRALN): Likewise.
8070         (BUS_ADRERR): Likewise.
8071         (BUS_OBJERR): Likewise.
8072         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8073         (TRAP_TRACE): Likewise.
8074         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8075         __USE_XOPEN2K8].
8076         (CLD_KILLED): Likewise.
8077         (CLD_DUMPED): Likewise.
8078         (CLD_TRAPPED): Likewise.
8079         (CLD_STOPPED): Likewise.
8080         (CLD_CONTINUED): Likewise.
8081         (POLL_IN): Likewise.
8082         (POLL_OUT): Likewise.
8083         (POLL_MSG): Likewise.
8084         (POLL_ERR): Likewise.
8085         (POLL_PRI): Likewise.
8086         (POLL_HUP): Likewise.
8087         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8088         Likewise.
8089         (ILL_ILLOPN): Likewise.
8090         (ILL_ILLADR): Likewise.
8091         (ILL_ILLTRP): Likewise.
8092         (ILL_PRVOPC): Likewise.
8093         (ILL_PRVREG): Likewise.
8094         (ILL_COPROC): Likewise.
8095         (ILL_BADSTK): Likewise.
8096         (FPE_INTDIV): Likewise.
8097         (FPE_INTOVF): Likewise.
8098         (FPE_FLTDIV): Likewise.
8099         (FPE_FLTOVF): Likewise.
8100         (FPE_FLTUND): Likewise.
8101         (FPE_FLTRES): Likewise.
8102         (FPE_FLTINV): Likewise.
8103         (FPE_FLTSUB): Likewise.
8104         (SEGV_MAPERR): Likewise.
8105         (SEGV_ACCERR): Likewise.
8106         (BUS_ADRALN): Likewise.
8107         (BUS_ADRERR): Likewise.
8108         (BUS_OBJERR): Likewise.
8109         (BUS_MCEERR_AR): Likewise.
8110         (BUS_MCEERR_AO): Likewise.
8111         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8112         (TRAP_TRACE): Likewise.
8113         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8114         __USE_XOPEN2K8].
8115         (CLD_KILLED): Likewise.
8116         (CLD_DUMPED): Likewise.
8117         (CLD_TRAPPED): Likewise.
8118         (CLD_STOPPED): Likewise.
8119         (CLD_CONTINUED): Likewise.
8120         (POLL_IN): Likewise.
8121         (POLL_OUT): Likewise.
8122         (POLL_MSG): Likewise.
8123         (POLL_ERR): Likewise.
8124         (POLL_PRI): Likewise.
8125         (POLL_HUP): Likewise.
8126         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8127         (ILL_ILLOPN): Likewise.
8128         (ILL_ILLADR): Likewise.
8129         (ILL_ILLTRP): Likewise.
8130         (ILL_PRVOPC): Likewise.
8131         (ILL_PRVREG): Likewise.
8132         (ILL_COPROC): Likewise.
8133         (ILL_BADSTK): Likewise.
8134         (FPE_INTDIV): Likewise.
8135         (FPE_INTOVF): Likewise.
8136         (FPE_FLTDIV): Likewise.
8137         (FPE_FLTOVF): Likewise.
8138         (FPE_FLTUND): Likewise.
8139         (FPE_FLTRES): Likewise.
8140         (FPE_FLTINV): Likewise.
8141         (FPE_FLTSUB): Likewise.
8142         (SEGV_MAPERR): Likewise.
8143         (SEGV_ACCERR): Likewise.
8144         (BUS_ADRALN): Likewise.
8145         (BUS_ADRERR): Likewise.
8146         (BUS_OBJERR): Likewise.
8147         (BUS_MCEERR_AR): Likewise.
8148         (BUS_MCEERR_AO): Likewise.
8149         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8150         (TRAP_TRACE): Likewise.
8151         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8152         __USE_XOPEN2K8].
8153         (CLD_KILLED): Likewise.
8154         (CLD_DUMPED): Likewise.
8155         (CLD_TRAPPED): Likewise.
8156         (CLD_STOPPED): Likewise.
8157         (CLD_CONTINUED): Likewise.
8158         (POLL_IN): Likewise.
8159         (POLL_OUT): Likewise.
8160         (POLL_MSG): Likewise.
8161         (POLL_ERR): Likewise.
8162         (POLL_PRI): Likewise.
8163         (POLL_HUP): Likewise.
8164         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8165         Likewise.
8166         (ILL_ILLOPN): Likewise.
8167         (ILL_ILLADR): Likewise.
8168         (ILL_ILLTRP): Likewise.
8169         (ILL_PRVOPC): Likewise.
8170         (ILL_PRVREG): Likewise.
8171         (ILL_COPROC): Likewise.
8172         (ILL_BADSTK): Likewise.
8173         (ILL_BADIADDR): Likewise.
8174         (ILL_BREAK): Likewise.
8175         (FPE_INTDIV): Likewise.
8176         (FPE_INTOVF): Likewise.
8177         (FPE_FLTDIV): Likewise.
8178         (FPE_FLTOVF): Likewise.
8179         (FPE_FLTUND): Likewise.
8180         (FPE_FLTRES): Likewise.
8181         (FPE_FLTINV): Likewise.
8182         (FPE_FLTSUB): Likewise.
8183         (FPE_DECOVF): Likewise.
8184         (FPE_DECDIV): Likewise.
8185         (FPE_DECERR): Likewise.
8186         (FPE_INVASC): Likewise.
8187         (FPE_INVDEC): Likewise.
8188         (SEGV_MAPERR): Likewise.
8189         (SEGV_ACCERR): Likewise.
8190         (SEGV_PSTKOVF): Likewise.
8191         (BUS_ADRALN): Likewise.
8192         (BUS_ADRERR): Likewise.
8193         (BUS_OBJERR): Likewise.
8194         (BUS_MCEERR_AR): Likewise.
8195         (BUS_MCEERR_AO): Likewise.
8196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8197         (TRAP_TRACE): Likewise.
8198         (TRAP_BRANCH): Likewise.
8199         (TRAP_HWBKPT): Likewise.
8200         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8201         __USE_XOPEN2K8].
8202         (CLD_KILLED): Likewise.
8203         (CLD_DUMPED): Likewise.
8204         (CLD_TRAPPED): Likewise.
8205         (CLD_STOPPED): Likewise.
8206         (CLD_CONTINUED): Likewise.
8207         (POLL_IN): Likewise.
8208         (POLL_OUT): Likewise.
8209         (POLL_MSG): Likewise.
8210         (POLL_ERR): Likewise.
8211         (POLL_PRI): Likewise.
8212         (POLL_HUP): Likewise.
8213         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8214         (ILL_ILLOPN): Likewise.
8215         (ILL_ILLADR): Likewise.
8216         (ILL_ILLTRP): Likewise.
8217         (ILL_PRVOPC): Likewise.
8218         (ILL_PRVREG): Likewise.
8219         (ILL_COPROC): Likewise.
8220         (ILL_BADSTK): Likewise.
8221         (FPE_INTDIV): Likewise.
8222         (FPE_INTOVF): Likewise.
8223         (FPE_FLTDIV): Likewise.
8224         (FPE_FLTOVF): Likewise.
8225         (FPE_FLTUND): Likewise.
8226         (FPE_FLTRES): Likewise.
8227         (FPE_FLTINV): Likewise.
8228         (FPE_FLTSUB): Likewise.
8229         (SEGV_MAPERR): Likewise.
8230         (SEGV_ACCERR): Likewise.
8231         (BUS_ADRALN): Likewise.
8232         (BUS_ADRERR): Likewise.
8233         (BUS_OBJERR): Likewise.
8234         (BUS_MCEERR_AR): Likewise.
8235         (BUS_MCEERR_AO): Likewise.
8236         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8237         (TRAP_TRACE): Likewise.
8238         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8239         __USE_XOPEN2K8].
8240         (CLD_KILLED): Likewise.
8241         (CLD_DUMPED): Likewise.
8242         (CLD_TRAPPED): Likewise.
8243         (CLD_STOPPED): Likewise.
8244         (CLD_CONTINUED): Likewise.
8245         (POLL_IN): Likewise.
8246         (POLL_OUT): Likewise.
8247         (POLL_MSG): Likewise.
8248         (POLL_ERR): Likewise.
8249         (POLL_PRI): Likewise.
8250         (POLL_HUP): Likewise.
8251         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8252         (ILL_ILLOPN): Likewise.
8253         (ILL_ILLADR): Likewise.
8254         (ILL_ILLTRP): Likewise.
8255         (ILL_PRVOPC): Likewise.
8256         (ILL_PRVREG): Likewise.
8257         (ILL_COPROC): Likewise.
8258         (ILL_BADSTK): Likewise.
8259         (FPE_INTDIV): Likewise.
8260         (FPE_INTOVF): Likewise.
8261         (FPE_FLTDIV): Likewise.
8262         (FPE_FLTOVF): Likewise.
8263         (FPE_FLTUND): Likewise.
8264         (FPE_FLTRES): Likewise.
8265         (FPE_FLTINV): Likewise.
8266         (FPE_FLTSUB): Likewise.
8267         (SEGV_MAPERR): Likewise.
8268         (SEGV_ACCERR): Likewise.
8269         (BUS_ADRALN): Likewise.
8270         (BUS_ADRERR): Likewise.
8271         (BUS_OBJERR): Likewise.
8272         (BUS_MCEERR_AR): Likewise.
8273         (BUS_MCEERR_AO): Likewise.
8274         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8275         (TRAP_TRACE): Likewise.
8276         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8277         __USE_XOPEN2K8].
8278         (CLD_KILLED): Likewise.
8279         (CLD_DUMPED): Likewise.
8280         (CLD_TRAPPED): Likewise.
8281         (CLD_STOPPED): Likewise.
8282         (CLD_CONTINUED): Likewise.
8283         (POLL_IN): Likewise.
8284         (POLL_OUT): Likewise.
8285         (POLL_MSG): Likewise.
8286         (POLL_ERR): Likewise.
8287         (POLL_PRI): Likewise.
8288         (POLL_HUP): Likewise.
8289         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8290         (ILL_ILLOPN): Likewise.
8291         (ILL_ILLADR): Likewise.
8292         (ILL_ILLTRP): Likewise.
8293         (ILL_PRVOPC): Likewise.
8294         (ILL_PRVREG): Likewise.
8295         (ILL_COPROC): Likewise.
8296         (ILL_BADSTK): Likewise.
8297         (FPE_INTDIV): Likewise.
8298         (FPE_INTOVF): Likewise.
8299         (FPE_FLTDIV): Likewise.
8300         (FPE_FLTOVF): Likewise.
8301         (FPE_FLTUND): Likewise.
8302         (FPE_FLTRES): Likewise.
8303         (FPE_FLTINV): Likewise.
8304         (FPE_FLTSUB): Likewise.
8305         (SEGV_MAPERR): Likewise.
8306         (SEGV_ACCERR): Likewise.
8307         (BUS_ADRALN): Likewise.
8308         (BUS_ADRERR): Likewise.
8309         (BUS_OBJERR): Likewise.
8310         (BUS_MCEERR_AR): Likewise.
8311         (BUS_MCEERR_AO): Likewise.
8312         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8313         (TRAP_TRACE): Likewise.
8314         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8315         __USE_XOPEN2K8].
8316         (CLD_KILLED): Likewise.
8317         (CLD_DUMPED): Likewise.
8318         (CLD_TRAPPED): Likewise.
8319         (CLD_STOPPED): Likewise.
8320         (CLD_CONTINUED): Likewise.
8321         (POLL_IN): Likewise.
8322         (POLL_OUT): Likewise.
8323         (POLL_MSG): Likewise.
8324         (POLL_ERR): Likewise.
8325         (POLL_PRI): Likewise.
8326         (POLL_HUP): Likewise.
8327         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8328         (ILL_ILLOPN): Likewise.
8329         (ILL_ILLADR): Likewise.
8330         (ILL_ILLTRP): Likewise.
8331         (ILL_PRVOPC): Likewise.
8332         (ILL_PRVREG): Likewise.
8333         (ILL_COPROC): Likewise.
8334         (ILL_BADSTK): Likewise.
8335         (ILL_DBLFLT): Likewise.
8336         (ILL_HARDWALL): Likewise.
8337         (FPE_INTDIV): Likewise.
8338         (FPE_INTOVF): Likewise.
8339         (FPE_FLTDIV): Likewise.
8340         (FPE_FLTOVF): Likewise.
8341         (FPE_FLTUND): Likewise.
8342         (FPE_FLTRES): Likewise.
8343         (FPE_FLTINV): Likewise.
8344         (FPE_FLTSUB): Likewise.
8345         (SEGV_MAPERR): Likewise.
8346         (SEGV_ACCERR): Likewise.
8347         (BUS_ADRALN): Likewise.
8348         (BUS_ADRERR): Likewise.
8349         (BUS_OBJERR): Likewise.
8350         (BUS_MCEERR_AR): Likewise.
8351         (BUS_MCEERR_AO): Likewise.
8352         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8353         (TRAP_TRACE): Likewise.
8354         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8355         __USE_XOPEN2K8].
8356         (CLD_KILLED): Likewise.
8357         (CLD_DUMPED): Likewise.
8358         (CLD_TRAPPED): Likewise.
8359         (CLD_STOPPED): Likewise.
8360         (CLD_CONTINUED): Likewise.
8361         (POLL_IN): Likewise.
8362         (POLL_OUT): Likewise.
8363         (POLL_MSG): Likewise.
8364         (POLL_ERR): Likewise.
8365         (POLL_PRI): Likewise.
8366         (POLL_HUP): Likewise.
8367         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8368         (ILL_ILLOPN): Likewise.
8369         (ILL_ILLADR): Likewise.
8370         (ILL_ILLTRP): Likewise.
8371         (ILL_PRVOPC): Likewise.
8372         (ILL_PRVREG): Likewise.
8373         (ILL_COPROC): Likewise.
8374         (ILL_BADSTK): Likewise.
8375         (FPE_INTDIV): Likewise.
8376         (FPE_INTOVF): Likewise.
8377         (FPE_FLTDIV): Likewise.
8378         (FPE_FLTOVF): Likewise.
8379         (FPE_FLTUND): Likewise.
8380         (FPE_FLTRES): Likewise.
8381         (FPE_FLTINV): Likewise.
8382         (FPE_FLTSUB): Likewise.
8383         (SEGV_MAPERR): Likewise.
8384         (SEGV_ACCERR): Likewise.
8385         (BUS_ADRALN): Likewise.
8386         (BUS_ADRERR): Likewise.
8387         (BUS_OBJERR): Likewise.
8388         (BUS_MCEERR_AR): Likewise.
8389         (BUS_MCEERR_AO): Likewise.
8390         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8391         (TRAP_TRACE): Likewise.
8392         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8393         __USE_XOPEN2K8].
8394         (CLD_KILLED): Likewise.
8395         (CLD_DUMPED): Likewise.
8396         (CLD_TRAPPED): Likewise.
8397         (CLD_STOPPED): Likewise.
8398         (CLD_CONTINUED): Likewise.
8399         (POLL_IN): Likewise.
8400         (POLL_OUT): Likewise.
8401         (POLL_MSG): Likewise.
8402         (POLL_ERR): Likewise.
8403         (POLL_PRI): Likewise.
8404         (POLL_HUP): Likewise.
8405         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8406         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8407
8408         [BZ #16670]
8409         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8410         before #include of <time.h>.
8411         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8412         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8413         (test-xfail-UNIX98/sched.h/conform): Likewise.
8414
8415 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8416
8417         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8418         error absence of trapping exception support.
8419         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8420
8421 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8422
8423         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8424         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8425         * timezone/Makefile (testdata): Move definition above include of
8426         Rules.
8427         (test-zones): New variable.
8428         (tests-special): Add zone files.
8429         (build-testdata): Use $(evaluate-test).
8430
8431         * elf/Makefile (tests-special): Rename tests to end with .out.
8432         ($(objpfx)noload-mem): Likewise.
8433         ($(objpfx)tst-leaks1-mem): Likewise.
8434         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8435         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8436         $(objpfx)test-iconvconfig.out.
8437         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8438         set -e inside subshell and redirect output to file.
8439         * iconvdata/Makefile (generated): Rename tests to end with .out.
8440         Correct type.
8441         (tests-special): Rename tests to end with .out.
8442         ($(objpfx)mtrace-tst-loading): Likewise.
8443         * intl/Makefile (generated): Likewise.
8444         (tests-special): Likewise.
8445         ($(objpfx)mtrace-tst-gettext): Likewise.
8446         * misc/Makefile (generated): Likewise.
8447         (tests-special): Likewise.
8448         ($(objpfx)tst-error1-mem): Likewise.
8449         * nptl/Makefile (tests-special): Likewise.
8450         ($(objpfx)tst-stack3-mem): Likewise.
8451         (generated): Likewise.
8452         * posix/Makefile (generated): Likewise.
8453         (tests-special): Likewise.
8454         (xtests-special): Likewise.
8455         ($(objpfx)tst-fnmatch-mem): Likewise.
8456         ($(objpfx)bug-regex2-mem): Likewise.
8457         ($(objpfx)bug-regex14-mem): Likewise.
8458         ($(objpfx)bug-regex21-mem): Likewise.
8459         ($(objpfx)bug-regex31-mem): Likewise.
8460         ($(objpfx)tst-vfork3-mem): Likewise.
8461         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8462         ($(objpfx)tst-pcre-mem): Likewise.
8463         ($(objpfx)tst-boost-mem): Likewise.
8464         ($(objpfx)bug-ga2-mem): Likewise.
8465         ($(objpfx)bug-glob2-mem): Likewise.
8466         * resolv/Makefile (generate): Likewise.
8467         (tests-special): Likewise.
8468         (xtests-special): Likewise.
8469         (generated): Likewise.
8470         ($(objpfx)mtrace-tst-leaks): Likewise.
8471         ($(objpfx)mtrace-tst-leaks2): Likewise.
8472
8473         * scripts/merge-test-results.sh: New file.
8474         * Makefile (tests-special-notdir): New variable.
8475         (tests): Run merge-test-results.sh.
8476         (xtests): Likewise.
8477         * Rules (tests-special-notdir): New variable.
8478         (xtests-special-notdir): Likewise.
8479         (tests): Run merge-test-results.sh
8480         (xtests): Likewise.
8481
8482         * Makeconfig (test-xfail-name): New variable.
8483         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8484         compute variable name for expected failures.
8485         * conform/Makefile (conformtest-headers-data): New variable.
8486         (conformtest-standards): Likewise.
8487         (conformtest-headers-ISO): Likewise.
8488         (conformtest-headers-ISO99): Likewise.
8489         (conformtest-headers-ISO11): Likewise.
8490         (conformtest-headers-POSIX): Likewise.
8491         (conformtest-headers-XPG3): Likewise.
8492         (conformtest-headers-XPG4): Likewise.
8493         (conformtest-headers-UNIX98): Likewise.
8494         (conformtest-headers-XOPEN2K): Likewise.
8495         (conformtest-headers-POSIX2008): Likewise.
8496         (conformtest-headers-XOPEN2K8): Likewise.
8497         (conformtest-header-list-base): Likewise.
8498         (conformtest-header-list-tests): Likewise.
8499         (conformtest-header-base): Likewise.
8500         (conformtest-header-tests): Likewise.
8501         (tests-special): Add $(conformtest-header-list-tests).  If
8502         [$(fast-check) && !$(cross-compiling)], add
8503         $(conformtest-header-tests) instead of
8504         $(objpfx)run-conformtest.out.
8505         (generated): Add $(conformtest-header-list-base).  If
8506         [$(fast-check) && !$(cross-compiling)], add
8507         $(conformtest-header-base).  Remove previous setting.
8508         ($(conformtest-header-list-tests)): New target.
8509         (test-xfail-run-conformtest): Remove variable.
8510         ($(objpfx)run-conformtest.out): Remove target.
8511         (test-xfail-ISO11/complex.h/conform): New variable.
8512         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8513         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8514         (test-xfail-XPG3/varargs.h/conform): Likewise.
8515         (test-xfail-XPG4/varargs.h/conform): Likewise.
8516         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8517         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8518         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8519         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8520         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8521         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8522         (test-xfail-XPG3/ftw.h/conform): Likewise.
8523         (test-xfail-XPG3/grp.h/conform): Likewise.
8524         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8525         (test-xfail-XPG3/limits.h/conform): Likewise.
8526         (test-xfail-XPG3/pwd.h/conform): Likewise.
8527         (test-xfail-XPG3/search.h/conform): Likewise.
8528         (test-xfail-XPG3/signal.h/conform): Likewise.
8529         (test-xfail-XPG3/stdio.h/conform): Likewise.
8530         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8531         (test-xfail-XPG3/string.h/conform): Likewise.
8532         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8533         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8534         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8535         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8536         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8537         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8538         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8539         (test-xfail-XPG3/termios.h/conform): Likewise.
8540         (test-xfail-XPG3/time.h/conform): Likewise.
8541         (test-xfail-XPG3/unistd.h/conform): Likewise.
8542         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8543         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8544         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8545         (test-xfail-XPG4/netdb.h/conform): Likewise.
8546         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8547         (test-xfail-XPG4/signal.h/conform): Likewise.
8548         (test-xfail-XPG4/stdio.h/conform): Likewise.
8549         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8550         (test-xfail-XPG4/stropts.h/conform): Likewise.
8551         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8552         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8553         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8554         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8555         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8556         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8557         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8558         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8559         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8560         (test-xfail-XPG4/termios.h/conform): Likewise.
8561         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8562         (test-xfail-XPG4/unistd.h/conform): Likewise.
8563         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8564         (test-xfail-POSIX/sched.h/conform): Likewise.
8565         (test-xfail-POSIX/signal.h/conform): Likewise.
8566         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8567         (test-xfail-POSIX/tar.h/conform): Likewise.
8568         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8569         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8570         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8571         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8572         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8573         (test-xfail-UNIX98/sched.h/conform): Likewise.
8574         (test-xfail-UNIX98/signal.h/conform): Likewise.
8575         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8576         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8577         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8578         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8579         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8580         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8581         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8582         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8583         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8584         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8585         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8586         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8587         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8588         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8589         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8590         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8591         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8592         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8593         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8594         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8595         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8596         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8597         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8598         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8599         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8600         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8601         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8602         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8603         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8604         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8605         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8606         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8607         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8608         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8609         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8610         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8611         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8612         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8613         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8614         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8615         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8616         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8617         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8618         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8619         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8620         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8621         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8622         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8623         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8624         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8625         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8626         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8627         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8628         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8629         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8630         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8631         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8632         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8633         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8634         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8635         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8636         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8637         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8638         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8639         (conformtest-cc-flags): Likewise.
8640         ($(conformtest-header-tests): New target.
8641         * conform/check-header-lists.sh: New file.
8642         * conform/run-conformtest.sh: Remove.
8643
8644         * conform/conformtest.pl: Allow ' and \ in values given for
8645         constants.
8646         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8647         inclusion.
8648         [POSIX] (sys/types.h): Likewise.
8649         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8650         inclusion.
8651         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8652         inclusion.
8653         * conform/data/signal.h-data (SIGIO): Remove expectation.
8654         [XPG3] (SIGBUS): Do not expect.
8655         [POSIX || XPG3] (SIGPOLL): Likewise.
8656         [POSIX || XPG3] (SIGPROF): Likewise.
8657         [POSIX || XPG3] (SIGSYS): Likewise.
8658         [XPG3] (SIGTRAP): Likewise.
8659         [POSIX || XPG3] (SIGURG): Likewise.
8660         [POSIX || XPG3] (SIGVTALRM): Likewise.
8661         [POSIX || XPG3] (SIGXCPU): Likewise.
8662         [POSIX || XPG3] (SIGXFSZ): Likewise.
8663         [POSIX] (SA_SIGINFO): Expect.
8664         [XPG3] (siginfo_t): Do not expect type or contents.
8665         [POSIX] (si_pid): Do not expect element.
8666         [POSIX] (si_uid): Likewise.
8667         [POSIX] (si_addr): Likewise.
8668         [POSIX] (si_status): Likewise.
8669         [POSIX] (si_band): Likewise.
8670         [XPG4] (si_value): Likewise.
8671         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8672         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8673         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8674         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8675         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8676         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8677         [POSIX || XPG3] (ILL_COPROC): Likewise.
8678         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8679         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8680         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8681         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8682         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8683         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8684         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8685         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8686         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8687         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8688         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8689         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8690         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8691         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8692         [POSIX || XPG3] (CLD_EXITED): Likewise.
8693         [POSIX || XPG3] (CLD_KILLED): Likewise.
8694         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8695         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8696         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8697         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8698         [POSIX || XPG3] (POLL_IN): Likewise.
8699         [POSIX || XPG3] (POLL_OUT): Likewise.
8700         [POSIX || XPG3] (POLL_MSG): Likewise.
8701         [POSIX || XPG3] (POLL_ERR): Likewise.
8702         [POSIX || XPG3] (POLL_PRI): Likewise.
8703         [POSIX || XPG3] (POLL_HUP): Likewise.
8704         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8705         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8706         (SIG*): Do not allow.
8707         [XPG3] (si_*): Likewise.
8708         [XPG3] (SI_*): Likewise.
8709         [XPG3 || XPG4] (sigev_*): Likewise.
8710         [XPG3 || XPG4] (SIGEV_*): Likewise.
8711         [XPG3 || XPG4] (sival_*): Likewise.
8712         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8713         [POSIX || XPG3] (BUS_*): Likewise.
8714         [POSIX || XPG3] (CLD_*): Likewise.
8715         [POSIX || XPG3] (FPE_*): Likewise.
8716         [POSIX || XPG3] (ILL_*): Likewise.
8717         [POSIX || XPG3] (POLL_*): Likewise.
8718         [POSIX || XPG3] (SEGV_*): Likewise.
8719         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8720         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8721         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8722         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8723         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8724         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8725         Specify type and value.
8726         (TVERSLEN): Likewise.
8727         (REGTYPE): Likewise.
8728         (AREGTYPE): Likewise.
8729         (LNKTYPE): Likewise.
8730         (SYMTYPE): Likewise.
8731         (CHRTYPE): Likewise.
8732         (BLKTYPE): Likewise.
8733         (DIRTYPE): Likewise.
8734         (FIFOTYPE): Likewise.
8735         (CONTTYPE): Likewise.
8736         (TSUID): Likewise.
8737         (TSGID): Likewise.
8738         (TSVTX): Likewise.
8739         (TUREAD): Likewise.
8740         (TUWRITE): Likewise.
8741         (TUEXEC): Likewise.
8742         (TGREAD): Likewise.
8743         (TGWRITE): Likewise.
8744         (TGEXEC): Likewise.
8745         (TOREAD): Likewise.
8746         (TOWRITE): Likewise.
8747         (TOEXEC): Likewise.
8748         [POSIX] (TSVTX): Expect constant.
8749
8750 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8751
8752         * Makefile (tests): Change dependencies to ....
8753         (tests-special): ... additions to this variable.
8754         (tests): Depend on $(tests-special).
8755         * Makerules (check-abi-list): New variable.
8756         (check-abi): Depend on $(check-abi-list).
8757         [$(subdir) = elf] (tests-special): Add
8758         $(objpfx)check-abi-libc.out.
8759         [$(build-shared) = yes && subdir] (tests-special): Add
8760         $(check-abi-list).
8761         [$(build-shared) = yes && subdir] (tests): Do not depend on
8762         check-abi.
8763         * Rules (tests): Depend on $(tests-special).
8764         (xtests): Depend on $(xtests-special).
8765         * catgets/Makefile (tests): Change dependencies to ....
8766         (tests-special): ... additions to this variable.
8767         * conform/Makefile (tests): Change dependencies to ....
8768         (tests-special): ... additions to this variable.
8769         * elf/Makefile (tests): Change dependencies to ....
8770         (tests-special): ... additions to this variable.
8771         * grp/Makefile (tests): Change dependencies to ....
8772         (tests-special): ... additions to this variable.
8773         * iconv/Makefile (xtests): Change dependencies to ....
8774         (xtests-special): ... additions to this variable.
8775         * iconvdata/Makefile (tests): Change dependencies to ....
8776         (tests-special): ... additions to this variable.
8777         * intl/Makefile (tests): Change dependencies to ....
8778         (tests-special): ... additions to this variable.  Also add
8779         $(objpfx)tst-gettext.out.
8780         * io/Makefile (tests): Change dependencies to ....
8781         (tests-special): ... additions to this variable.
8782         * libio/Makefile (tests): Change dependencies to ....
8783         (tests-special): ... additions to this variable.
8784         * malloc/Makefile (tests): Change dependencies to ....
8785         (tests-special): ... additions to this variable.
8786         * misc/Makefile (tests): Change dependencies to ....
8787         (tests-special): ... additions to this variable.
8788         * nptl/Makefile (tests): Change dependencies to ....
8789         (tests-special): ... additions to this variable.
8790         * nptl_db/Makefile (tests): Change dependencies to ....
8791         (tests-special): ... additions to this variable.
8792         * posix/Makefile (tests): Change dependencies to ....
8793         (tests-special): ... additions to this variable.
8794         (xtests): Change dependencies to ....
8795         (xtests-special): ... additions to this variable.
8796         * resolv/Makefile (tests): Change dependencies to ....
8797         (tests-special): ... additions to this variable.
8798         (xtests): Change dependencies to ....
8799         (xtests-special): ... additions to this variable.
8800         * stdio-common/Makefile (tests): Change dependencies to ....
8801         (tests-special): ... additions to this variable.
8802         (do-tst-unbputc): Remove target.
8803         (do-tst-printf): Likewise.
8804         * stdlib/Makefile (tests): Change dependencies to ....
8805         (tests-special): ... additions to this variable.
8806         * string/Makefile (tests): Change dependencies to ....
8807         (tests-special): ... additions to this variable.
8808         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8809         (tests-special): ... additions to this variable.
8810
8811         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8812         whole file.
8813         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8814         whole file.
8815         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8816         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8817
8818         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8819         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8820         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8821         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8822         * conform/data/libgen.h-data [XPG3]: Likewise.
8823         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8824         * conform/data/ndbm.h-data [XPG3]: Likewise.
8825         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8826         * conform/data/netdb.h-data [XPG3]: Likewise.
8827         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8828         * conform/data/poll.h-data [XPG3]: Likewise.
8829         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8830         * conform/data/strings.h-data [XPG3]: Likewise.
8831         * conform/data/stropts.h-data [XPG3]: Likewise.
8832         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8833         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8834         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8835         Likewise.
8836         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8837         * conform/data/sys/time.h-data [XPG3]: Likewise.
8838         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8839         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8840         * conform/data/sys/un.h-data [XPG3]: Likewise.
8841         * conform/data/syslog.h-data [XPG3]: Likewise.
8842         * conform/data/ucontext.h-data [XPG3]: Likewise.
8843         * conform/data/utmpx.h-data [XPG3]: Likewise.
8844         * conform/data/varargs.h-data [UNIX98]: Enable file.
8845
8846         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8847
8848         * math/libm-test.inc (struct test_f_f_data): Move expected results
8849         into structure for each rounding mode.
8850         (struct test_ff_f_data): Likewise.
8851         (struct test_ff_f_data_nexttoward): Likewise.
8852         (struct test_fi_f_data): Likewise.
8853         (struct test_fl_f_data): Likewise.
8854         (struct test_if_f_data): Likewise.
8855         (struct test_fff_f_data): Likewise.
8856         (struct test_c_f_data): Likewise.
8857         (struct test_f_f1_data): Likewise.
8858         (struct test_fF_f1_data): Likewise.
8859         (struct test_ffI_f1_data): Likewise.
8860         (struct test_c_c_data): Likewise.
8861         (struct test_cc_c_data): Likewise.
8862         (struct test_f_i_data): Likewise.
8863         (struct test_ff_i_data): Likewise.
8864         (struct test_f_l_data): Likewise.
8865         (struct test_f_L_data): Likewise.
8866         (struct test_fFF_11_data): Likewise.
8867         (RM_): New macro.
8868         (RM_FE_DOWNWARD): Likewise.
8869         (RM_FE_TONEAREST): Likewise.
8870         (RM_FE_TOWARDZERO): Likewise.
8871         (RM_FE_UPWARD): Likewise.
8872         (RUN_TEST_LOOP_f_f): Update references to expected results.
8873         (RUN_TEST_LOOP_2_f): Likewise.
8874         (RUN_TEST_LOOP_fff_f): Likewise.
8875         (RUN_TEST_LOOP_c_f): Likewise.
8876         (RUN_TEST_LOOP_f_f1): Likewise.
8877         (RUN_TEST_LOOP_fF_f1): Likewise.
8878         (RUN_TEST_LOOP_fI_f1): Likewise.
8879         (RUN_TEST_LOOP_ffI_f1): Likewise.
8880         (RUN_TEST_LOOP_c_c): Likewise.
8881         (RUN_TEST_LOOP_cc_c): Likewise.
8882         (RUN_TEST_LOOP_f_i): Likewise.
8883         (RUN_TEST_LOOP_f_i_tg): Likewise.
8884         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8885         (RUN_TEST_LOOP_f_b): Likewise.
8886         (RUN_TEST_LOOP_f_b_tg): Likewise.
8887         (RUN_TEST_LOOP_f_l): Likewise.
8888         (RUN_TEST_LOOP_f_L): Likewise.
8889         (RUN_TEST_LOOP_fFF_11): Likewise.
8890         * math/gen-libm-test.pl (parse_args): Output four copies of
8891         expected results for each test.
8892
8893         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8894         (__ASSUME_UTIMES): Remove.
8895         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8896         (__ASSUME_UTIMES): Likewise.
8897
8898         * math/gen-auto-libm-tests.c: Update comment on output format.
8899         (output_for_one_input_case): Generate before-rounding and
8900         after-rounding information as conditions on output flags not
8901         floating-point format.
8902         * math/auto-libm-test-out: Regenerated.
8903         * math/gen-libm-test.pl (cond_value): New function.
8904         (or_cond_value): Use cond_value.
8905         (generate_testfile): Handle conditional exceptions.
8906
8907 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8908
8909         * math/libm-test.inc (max_valid_error): New variable.
8910         (init_max_error): Take new argument specifying whether function
8911         results are exactly determined.  Set max_valid_error and bound
8912         other variables for errors based on this argument.
8913         (set_max_error): Do not record results above max_valid_error.
8914         (check_float_internal): Only accept errors of up to 0.5ulps if
8915         also at most max_valid_error.
8916         (START): Take new argument EXACT and pass it to init_max_error.
8917         (acos_test): Update call to START.
8918         (acos_test_tonearest): Likewise.
8919         (acos_test_towardzero): Likewise.
8920         (acos_test_downward): Likewise.
8921         (acos_test_upward): Likewise.
8922         (acosh_test): Likewise.
8923         (asin_test): Likewise.
8924         (asin_test_tonearest): Likewise.
8925         (asin_test_towardzero): Likewise.
8926         (asin_test_downward): Likewise.
8927         (asin_test_upward): Likewise.
8928         (asinh_test): Likewise.
8929         (atan_test): Likewise.
8930         (atanh_test): Likewise.
8931         (atan2_test): Likewise.
8932         (cabs_test): Likewise.
8933         (cacos_test): Likewise.
8934         (cacosh_test): Likewise.
8935         (carg_test): Likewise.
8936         (casin_test): Likewise.
8937         (casinh_test): Likewise.
8938         (catan_test): Likewise.
8939         (catanh_test): Likewise.
8940         (cbrt_test): Likewise.
8941         (ccos_test): Likewise.
8942         (ccosh_test): Likewise.
8943         (ceil_test): Likewise.
8944         (cexp_test): Likewise.
8945         (cimag_test): Likewise.
8946         (clog_test): Likewise.
8947         (clog10_test): Likewise.
8948         (conj_test): Likewise.
8949         (copysign_test): Likewise.
8950         (cos_test): Likewise.
8951         (cos_test_tonearest): Likewise.
8952         (cos_test_towardzero): Likewise.
8953         (cos_test_downward): Likewise.
8954         (cos_test_upward): Likewise.
8955         (cosh_test): Likewise.
8956         (cosh_test_tonearest): Likewise.
8957         (cosh_test_towardzero): Likewise.
8958         (cosh_test_downward): Likewise.
8959         (cosh_test_upward): Likewise.
8960         (cpow_test): Likewise.
8961         (cproj_test): Likewise.
8962         (creal_test): Likewise.
8963         (csin_test): Likewise.
8964         (csinh_test): Likewise.
8965         (csqrt_test): Likewise.
8966         (ctan_test): Likewise.
8967         (ctan_test_tonearest): Likewise.
8968         (ctan_test_towardzero): Likewise.
8969         (ctan_test_downward): Likewise.
8970         (ctan_test_upward): Likewise.
8971         (ctanh_test): Likewise.
8972         (ctanh_test_tonearest): Likewise.
8973         (ctanh_test_towardzero): Likewise.
8974         (ctanh_test_downward): Likewise.
8975         (ctanh_test_upward): Likewise.
8976         (erf_test): Likewise.
8977         (erfc_test): Likewise.
8978         (exp_test): Likewise.
8979         (exp_test_tonearest): Likewise.
8980         (exp_test_towardzero): Likewise.
8981         (exp_test_downward): Likewise.
8982         (exp_test_upward): Likewise.
8983         (exp10_test): Likewise.
8984         (exp10_test_tonearest): Likewise.
8985         (exp10_test_towardzero): Likewise.
8986         (exp10_test_downward): Likewise.
8987         (exp10_test_upward): Likewise.
8988         (pow10_test): Likewise.
8989         (exp2_test): Likewise.
8990         (expm1_test): Likewise.
8991         (expm1_test_tonearest): Likewise.
8992         (expm1_test_towardzero): Likewise.
8993         (expm1_test_downward): Likewise.
8994         (expm1_test_upward): Likewise.
8995         (fabs_test): Likewise.
8996         (fdim_test): Likewise.
8997         (floor_test): Likewise.
8998         (fma_test): Likewise.
8999         (fma_test_towardzero): Likewise.
9000         (fma_test_downward): Likewise.
9001         (fma_test_upward): Likewise.
9002         (fmax_test): Likewise.
9003         (fmin_test): Likewise.
9004         (fmod_test): Likewise.
9005         (fpclassify_test): Likewise.
9006         (frexp_test): Likewise.
9007         (hypot_test): Likewise.
9008         (ilogb_test): Likewise.
9009         (isfinite_test): Likewise.
9010         (finite_test): Likewise.
9011         (isgreater_test): Likewise.
9012         (isgreaterequal_test): Likewise.
9013         (isinf_test): Likewise.
9014         (isless_test): Likewise.
9015         (islessequal_test): Likewise.
9016         (islessgreater_test): Likewise.
9017         (isnan_test): Likewise.
9018         (isnormal_test): Likewise.
9019         (issignaling_test): Likewise.
9020         (isunordered_test): Likewise.
9021         (j0_test): Likewise.
9022         (j1_test): Likewise.
9023         (jn_test): Likewise.
9024         (ldexp_test): Likewise.
9025         (lgamma_test): Likewise.
9026         (gamma_test): Likewise.
9027         (lrint_test): Likewise.
9028         (lrint_test_tonearest): Likewise.
9029         (lrint_test_towardzero): Likewise.
9030         (lrint_test_downward): Likewise.
9031         (lrint_test_upward): Likewise.
9032         (llrint_test): Likewise.
9033         (llrint_test_tonearest): Likewise.
9034         (llrint_test_towardzero): Likewise.
9035         (llrint_test_downward): Likewise.
9036         (llrint_test_upward): Likewise.
9037         (log_test): Likewise.
9038         (log10_test): Likewise.
9039         (log1p_test): Likewise.
9040         (log2_test): Likewise.
9041         (logb_test): Likewise.
9042         (logb_test_downward): Likewise.
9043         (lround_test): Likewise.
9044         (llround_test): Likewise.
9045         (modf_test): Likewise.
9046         (nearbyint_test): Likewise.
9047         (nextafter_test): Likewise.
9048         (nexttoward_test): Likewise.
9049         (pow_test): Likewise.
9050         (pow_test_tonearest): Likewise.
9051         (pow_test_towardzero): Likewise.
9052         (pow_test_downward): Likewise.
9053         (pow_test_upward): Likewise.
9054         (remainder_test): Likewise.
9055         (drem_test): Likewise.
9056         (remainder_test_tonearest): Likewise.
9057         (drem_test_tonearest): Likewise.
9058         (remainder_test_towardzero): Likewise.
9059         (drem_test_towardzero): Likewise.
9060         (remainder_test_downward): Likewise.
9061         (drem_test_downward): Likewise.
9062         (remainder_test_upward): Likewise.
9063         (drem_test_upward): Likewise.
9064         (remquo_test): Likewise.
9065         (rint_test): Likewise.
9066         (rint_test_tonearest): Likewise.
9067         (rint_test_towardzero): Likewise.
9068         (rint_test_downward): Likewise.
9069         (rint_test_upward): Likewise.
9070         (round_test): Likewise.
9071         (scalb_test): Likewise.
9072         (scalbn_test): Likewise.
9073         (scalbln_test): Likewise.
9074         (signbit_test): Likewise.
9075         (sin_test): Likewise.
9076         (sin_test_tonearest): Likewise.
9077         (sin_test_towardzero): Likewise.
9078         (sin_test_downward): Likewise.
9079         (sin_test_upward): Likewise.
9080         (sincos_test): Likewise.
9081         (sinh_test): Likewise.
9082         (sinh_test_tonearest): Likewise.
9083         (sinh_test_towardzero): Likewise.
9084         (sinh_test_downward): Likewise.
9085         (sinh_test_upward): Likewise.
9086         (sqrt_test): Likewise.
9087         (sqrt_test_tonearest): Likewise.
9088         (sqrt_test_towardzero): Likewise.
9089         (sqrt_test_downward): Likewise.
9090         (sqrt_test_upward): Likewise.
9091         (tan_test): Likewise.
9092         (tan_test_tonearest): Likewise.
9093         (tan_test_towardzero): Likewise.
9094         (tan_test_downward): Likewise.
9095         (tan_test_upward): Likewise.
9096         (tanh_test): Likewise.
9097         (tgamma_test): Likewise.
9098         (trunc_test): Likewise.
9099         (y0_test): Likewise.
9100         (y1_test): Likewise.
9101         (yn_test): Likewise.
9102         (significand_test): Likewise.
9103
9104         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9105         individual tests in comment.
9106         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9107         (prev_max_error): New variable.
9108         (prev_real_max_error): Likewise.
9109         (prev_imag_max_error): Likewise.
9110         (compare_ulp_data): Don't refer to test names in comment.
9111         (find_test_ulps): Remove function.
9112         (find_function_ulps): Likewise.
9113         (find_complex_function_ulps): Likewise.
9114         (init_max_error): Take function name as argument.  Look up ulps
9115         for that function.
9116         (print_ulps): Remove function.
9117         (print_max_error): Use prev_max_error instead of calling
9118         find_function_ulps.
9119         (print_complex_max_error): Use prev_real_max_error and
9120         prev_imag_max_error instead of calling find_complex_function_ulps.
9121         (check_float_internal): Take max_ulp parameter instead of calling
9122         find_test_ulps.  Don't call print_ulps.
9123         (check_float): Update call to check_float_internal.
9124         (check_complex): Update calls to check_float_internal.
9125         (START): Pass argument to init_max_error.
9126         * math/gen-libm-test.pl (%results): Don't include "kind"
9127         information.
9128         (parse_ulps): Don't handle ulps of individual tests.
9129         (print_ulps_file): Likewise.
9130         (output_ulps): Likewise.
9131         * math/README.libm-test: Update.
9132         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9133         individual tests.
9134         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9135         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9136         * sysdeps/arm/libm-test-ulps: Likewise.
9137         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9138         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9139         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9140         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9141         * sysdeps/microblaze/libm-test-ulps: Likewise.
9142         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9143         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9144         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9145         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9146         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9147         * sysdeps/sh/libm-test-ulps: Likewise.
9148         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9149         * sysdeps/tile/libm-test-ulps: Likewise.
9150         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9151
9152 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9153
9154         * math/libm-test.inc (print_complex_max_error): Check separately
9155         whether real and imaginary errors are within allowed range and
9156         pass 0 to print_complex_function_ulps instead of value within
9157         allowed range.
9158
9159 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9160
9161         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9162         formatting.
9163         (get_handles_fopen): Likewise.
9164         (do_write_test): Likewise.
9165
9166         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9167
9168         * libio/fileops.c (do_ftell): Use cached offset when
9169         available.
9170         * libio/iofwide.c (do_ftell_wide): Likewise.
9171         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9172         _IO_file_attach.
9173         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9174
9175         [BZ #16532]
9176         * libio/libioP.h (get_file_offset): New function.
9177         * libio/fileops.c (get_file_offset): Likewise.
9178         (do_ftell): Likewise.
9179         (_IO_new_file_seekoff): Split out ftell logic.
9180         * libio/wfileops.c (do_ftell_wide): Likewise.
9181         (_IO_wfile_seekoff): Split out ftell logic.
9182         * libio/tst-ftell-active-handler.c: New test case.
9183         * libio/Makefile (tests): Add it.
9184
9185 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9186
9187         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9188         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9189
9190 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9191
9192         [BZ #16639]
9193         * nscd/connections.c (nscd_init): Call do_exit.
9194         (start_threads): Call do_exit and notify_parent.
9195         (begin_drop_privileges): Call do_exit.
9196         (finish_drop_privileges): Likewise.
9197         * nscd/selinux.c (preserve_capabilities): Likewise.
9198         (install_real_capabilities): Likewise.
9199         (nscd_selinux_enabled): Likewise.
9200         (avc_create_thread): Likewise.
9201         (avc_alloc_lock): Likewise.
9202         (nscd_avc_init): Likewise.
9203         * nscd/nscd.c (parent_fd): New static variable.
9204         (main): Create a pipe between parent and child processes.
9205         Skip closing parent_fd.
9206         (monitor_child): New function.
9207         (do_exit): Likewise.
9208         (notify_parent): Likewise.
9209         * nscd/nscd.h (notify_parent): Likewise.
9210         (do_exit): Likewise.
9211
9212 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9213
9214         * malloc/malloc.c (__libc_calloc): Revert last change.
9215
9216 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9217
9218         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9219
9220 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9221
9222         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9223         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9224         implementation.
9225         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9226         (__libc_ifunc_impl_list): Likewise.
9227         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9228         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9229         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9230         * string/strrchr.c: Define STRRCHR.
9231
9232 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9233
9234         * benchtest/bench-strtok.c (simple_strtok): Delete.
9235         (strtok_string): Use as benchmark.
9236         * string/strtok (STRTOK): New macro.
9237
9238 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9239
9240         * manual/threads.texi: Add header and standard comments to all
9241         functions.
9242
9243         * elf/dl-lookup.c (check_match): New function.
9244         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9245         (do_lookup_x): Remove nested function check_match. Use non-nested
9246         function check_match.
9247
9248 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9249
9250         * csu/Makefile (generated, before-compile): Use += rather than =.
9251         * catgets/Makefile (generated, generated-dirs): Likewise.
9252         * debug/Makefile (generated): Likewise.
9253         * dlfcn/Makefile (generated): Likewise.
9254         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9255         * iconvdata/Makefile (before-compile, generated): Likewise.
9256         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9257         * libio/Makefile (generated): Likewise.
9258         * malloc/Makefile (generated): Likewise.
9259         * manual/Makefile (generated, generated-dirs): Likewise.
9260         * misc/Makefile (generated): Likewise.
9261         * posix/Makefile (generated): Likewise.
9262         * resolv/Makefile (generated): Likewise.
9263         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9264         * timezone/Makefile (generated, generated-dirs): Likewise.
9265
9266         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9267
9268 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9269
9270         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9271         power8 implementation.
9272         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9273         file: POWER8 llround ifunc implementation.
9274         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9275         (__lllround): Add POWER8 implementation.
9276         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9277         POWER8 llround implementation.
9278
9279         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9280         power8 implementation.
9281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9282         file: POWER8 llrint ifunc implementation.
9283         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9284         Add POWER8 implementation.
9285         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9286         POWER8 llrint implementation.
9287
9288         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9289         power8 implementation.
9290         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9291         file: POWER8 finite ifunc implementation.
9292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9293         Add POWER8 implementation.
9294         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9295         Likewise.
9296         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9297         POWER8 finite implementation.
9298         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9299
9300         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9301         power8 implementation.
9302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9303         file: POWER8 isinf ifunc implementation.
9304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9305         POWER8 implementation.
9306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9307         Likewise.
9308         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9309         isinf implementation.
9310         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9311
9312         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9313         (INIT_ARCH): Add hwcap2 initialization.
9314         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9315         power8 implementation.
9316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9317         file: POWER8 isnan ifunc implementation.
9318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9319         POWER8 implementation.
9320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9321         Likewise.
9322         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9323         isnan implementation.
9324         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9325
9326 2014-02-27  Joey Ye  <joey.ye@arm.com>
9327
9328         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9329         (_FP_NANFRAC_Q): Set to zero.
9330
9331 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9332
9333         [BZ #16623]
9334         * math/auto-libm-test-in: New test inputs.
9335         * math/auto-libm-test-out: Regenerate.
9336         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9337         and DA.
9338         (__cos): Likewise.
9339         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9340
9341 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9342
9343         * scripts/evaluate-test.sh: Take new argument indicating whether
9344         failure is expected.
9345         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9346         indicating whether failure is expected.
9347         * conform/Makefile (test-xfail-run-conformtest): New variable.
9348         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9349         level.
9350         * posix/Makefile (test-xfail-annexc): New variable.
9351         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9352
9353 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9354
9355         * argp/Makefile: Include Makeconfig immediately after defining
9356         subdir.
9357         * assert/Makefile: Likewise.
9358         * benchtests/Makefile: Likewise.
9359         * catgets/Makefile: Likewise.
9360         * conform/Makefile: Likewise.
9361         * crypt/Makefile: Likewise.
9362         * csu/Makefile: Likewise.
9363         (all): Remove target.
9364         * ctype/Makefile: Include Makeconfig immediately after defining
9365         subdir.
9366         * debug/Makefile: Likewise.
9367         * dirent/Makefile: Likewise.
9368         * dlfcn/Makefile: Likewise.
9369         * gmon/Makefile: Likewise.
9370         * gnulib/Makefile: Likewise.
9371         * grp/Makefile: Likewise.
9372         * gshadow/Makefile: Likewise.
9373         * hesiod/Makefile: Likewise.
9374         * hurd/Makefile: Likewise.
9375         (all): Remove target.
9376         * iconvdata/Makefile: Include Makeconfig immediately after
9377         defining subdir.
9378         * inet/Makefile: Likewise.
9379         * intl/Makefile: Likewise.
9380         * io/Makefile: Likewise.
9381         * libio/Makefile: Likewise.
9382         (all): Remove target.
9383         * locale/Makefile: Include Makeconfig immediately after defining
9384         subdir.
9385         * login/Makefile: Likewise.
9386         * mach/Makefile: Likewise.
9387         (all): Remove target.
9388         * malloc/Makefile: Include Makeconfig immediately after defining
9389         subdir.
9390         (all): Remove target.
9391         * manual/Makefile: Include Makeconfig immediately after defining
9392         subdir.
9393         * math/Makefile: Likewise.
9394         * misc/Makefile: Likewise.
9395         * nis/Makefile: Likewise.
9396         * nss/Makefile: Likewise.
9397         * po/Makefile: Likewise.
9398         (all): Remove target.
9399         * posix/Makefile: Include Makeconfig immediately after defining
9400         subdir.
9401         * pwd/Makefile: Likewise.
9402         * resolv/Makefile: Likewise.
9403         * resource/Makefile: Likewise.
9404         * rt/Makefile: Likewise.
9405         * setjmp/Makefile: Likewise.
9406         * shadow/Makefile: Likewise.
9407         * signal/Makefile: Likewise.
9408         * socket/Makefile: Likewise.
9409         * soft-fp/Makefile: Likewise.
9410         * stdio-common/Makefile: Likewise.
9411         * stdlib/Makefile: Likewise.
9412         * streams/Makefile: Likewise.
9413         * string/Makefile: Likewise.
9414         * sunrpc/Makefile: Likewise.
9415         (all): Remove target.
9416         * sysvipc/Makefile: Include Makeconfig immediately after defining
9417         subdir.
9418         * termios/Makefile: Likewise.
9419         * time/Makefile: Likewise.
9420         * timezone/Makefile: Likewise.
9421         (all): Remove target.
9422         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9423         subdir.
9424         * wctype/Makefile: Likewise.
9425
9426 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9427
9428         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9429         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9430         (libc_feholdexcept_setround_mips): Ditto.
9431         (libc_feholdsetround): New.
9432         (libc_feholdsetroundf): New.
9433         (libc_feholdsetroundl): New.
9434         (libc_feupdateenv_test_mips): New.
9435         (libc_feupdateenv_test): New.
9436         (libc_feupdateenv_testf): New.
9437         (libc_feupdateenv_testl): New.
9438         (libc_feresetround): New.
9439         (libc_feresetroundf): New.
9440         (libc_feresetroundl): New.
9441         (libc_fetestexcept_mips): New.
9442         (libc_fetestexcept): New.
9443         (libc_fetestexceptf): New.
9444         (libc_fetestexceptl): New.
9445         (HAVE_RM_CTX): New.
9446         (libc_feholdexcept_setround_mips_ctx): New.
9447         (libc_feholdexcept_setround_ctx): New.
9448         (libc_feholdexcept_setroundf_ctx): New.
9449         (libc_feholdexcept_setroundl_ctx): New.
9450         (libc_fesetenv_mips_ctx): New.
9451         (libc_fesetenv_ctx): New.
9452         (libc_fesetenv_ctxf): New.
9453         (libc_fesetenv_ctxl): New.
9454         (libc_feupdateenv_mips_ctx): New.
9455         (libc_feupdateenv_ctx): New.
9456         (libc_feupdateenvf_ctx): New.
9457         (libc_feupdateenvl_ctx): New.
9458         (libc_feholdsetround_mips_ctx): New.
9459         (libc_feholdsetround_ctx): New.
9460         (libc_feholdsetroundf_ctx): New.
9461         (libc_feholdsetroundl_ctx): New.
9462         (libc_feresetround_mips_ctx): New.
9463         (libc_feresetround_ctx): New.
9464         (libc_feresetroundf_ctx): New.
9465         (libc_feresetroundl_ctx): New.
9466
9467 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9468
9469         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9470
9471         * manual/ipc.texi: New file.
9472         * manual/Makefile (chapters): Add ipc.
9473         * manual/job.texi: Add "Inter-Process Communication" to next.
9474         * manual/process.texi: Add "Inter-Process Communication" to prev.
9475
9476 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9477
9478         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9479
9480 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9481
9482         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9483
9484         * manual/arith.texi: Fix spaces after sentences.
9485         * manual/charset.texi: Likewise.
9486         * manual/errno.texi: Likewise.
9487         * manual/install.texi: Likewise.
9488         * manual/llio.texi: Likewise.
9489         * manual/locale.texi: Likewise.
9490         * manual/maint.texi: Likewise.
9491         * manual/math.texi: Likewise.
9492         * manual/memory.texi: Likewise.
9493         * manual/message.texi: Likewise.
9494         * manual/probes.texi: Likewise.
9495         * manual/resource.texi: Likewise.
9496         * manual/signal.texi: Likewise.
9497         * manual/socket.texi: Likewise.
9498         * manual/stdio.texi: Likewise.
9499         * manual/string.texi: Likewise.
9500         * manual/time.texi: Likewise.
9501         * manual/users.texi: Likewise.
9502
9503 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9504
9505         [BZ #16632]
9506         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9507         _DEFAULT_SOURCE is defined.
9508
9509 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9510             Carlos O'Donell  <carlos@redhat.com>
9511
9512         [BZ #16613]
9513         * elf/dl-tls.c (_dl_count_modids): New function.
9514         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9515         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9516         audit library and increment generation counter.
9517         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9518         * elf/tst-audit9.c: New file.
9519         * elf/tst-auditmod9a.c: New file.
9520         * elf/tst-auditmod9b.c: New file.
9521         * elf/Makefile: Add rules to build and run tst-audit9.
9522
9523 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9524
9525         [BZ #15347]
9526         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9527
9528 2014-02-25  Will Newton  <will.newton@linaro.org>
9529
9530         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9531         (__longjmp): Restore sp and lr before restoring callee
9532         saved registers.  Add longjmp and longjmp_target
9533         SystemTap probe point.
9534         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9535         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9536         Define to zero to match jmpbuf layout.
9537         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9538         (__sigsetjmp): Save sp and lr before saving callee
9539         saved registers.  Add setjmp SystemTap probe point.
9540
9541 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9542
9543         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9544
9545 2014-02-24  Andreas Schwab  <schwab@suse.de>
9546
9547         [BZ #15804]
9548         * elf/pldd.c (wait_for_ptrace_stop): New function.
9549         (main): Call it after attaching.
9550
9551 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9552
9553         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9554         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9555         Versions files is now verboten.
9556         * hurd/Versions (libc: GLIBC_2.0):
9557         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9558         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9559         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9560         * mach/Versions: Likewise.
9561
9562         * csu/Versions: Remove unused %include.
9563         * resolv/Versions: Likewise.
9564
9565 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9566
9567         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9568         ($(objpfx)check-local-headers.out): Likewise.
9569         ($(objpfx)begin-end-check.out): Likewise.
9570         * Makerules (check-abi-%.out): Likewise.
9571         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9572         ($(objpfx)test2.cat): Likewise.
9573         ($(objpfx)de/libc.cat): Likewise.
9574         ($(objpfx)test-gencat.out): Likewise.
9575         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9576         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9577         ($(objpfx)noload-mem): Likewise.
9578         ($(objpfx)tst-pathopt.out): Likewise.
9579         ($(objpfx)tst-rtld-load-self.out): Likewise.
9580         ($(objpfx)tst-array1-cmp.out): Likewise.
9581         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9582         ($(objpfx)tst-array2-cmp.out): Likewise.
9583         ($(objpfx)tst-array3-cmp.out): Likewise.
9584         ($(objpfx)tst-array4-cmp.out): Likewise.
9585         ($(objpfx)tst-array5-cmp.out): Likewise.
9586         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9587         ($(objpfx)check-textrel.out): Likewise.
9588         ($(objpfx)check-execstack.out): Likewise.
9589         ($(objpfx)check-localplt.out): Likewise.
9590         ($(objpfx)order2-cmp.out): Likewise.
9591         ($(objpfx)tst-leaks1-mem): Likewise.
9592         ($(objpfx)tst-leaks1-static-mem): Likewise.
9593         ($(objpfx)tst-initorder-cmp.out): Likewise.
9594         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9595         ($(objpfx)tst-unused-dep.out): Likewise.
9596         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9597         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9598         * iconv/Makefile (test-iconvconfig): Likewise.
9599         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9600         ($(objpfx)iconv-test.out): Likewise.
9601         ($(objpfx)tst-tables.out): Likewise.
9602         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9603         ($(objpfx)tst-gettext.out): Likewise.
9604         ($(objpfx)tst-translit.out): Likewise.
9605         ($(objpfx)tst-gettext2.out): Likewise.
9606         ($(objpfx)tst-gettext4.out): Likewise.
9607         ($(objpfx)tst-gettext6.out): Likewise.
9608         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9609         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9610         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9611         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9612         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9613         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9614         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9615         ($(objpfx)wordexp-tst.out): Likewise.
9616         ($(objpfx)annexc.out): Likewise.
9617         ($(objpfx)tst-fnmatch-mem): Likewise.
9618         ($(objpfx)bug-regex2-mem): Likewise.
9619         ($(objpfx)bug-regex14-mem): Likewise.
9620         ($(objpfx)bug-regex21-mem): Likewise.
9621         ($(objpfx)bug-regex31-mem): Likewise.
9622         ($(objpfx)tst-vfork3-mem): Likewise.
9623         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9624         ($(objpfx)tst-pcre-mem): Likewise.
9625         ($(objpfx)tst-boost-mem): Likewise.
9626         ($(objpfx)tst-getconf.out): Likewise.
9627         ($(objpfx)bug-ga2-mem): Likewise.
9628         ($(objpfx)bug-glob2-mem): Likewise.
9629         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9630         ($(objpfx)mtrace-tst-leaks2): Likewise.
9631         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9632         ($(objpfx)tst-printf.out): Likewise.
9633         ($(objpfx)tst-setvbuf1.out): Likewise.
9634         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9635         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9636         ($(objpfx)tst-fmtmsg.out): Likewise.
9637         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9638         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9639
9640         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9641         * bits/sigaction.h [__USE_MISC]: Likewise.
9642         * bits/waitstatus.h: Update #endif comments.
9643         * ctype/ctype.h: Likewise.
9644         * dirent/dirent.h: Likewise.
9645         [__USE_MISC]: Remove redundant conditionals.
9646         * grp/grp.h: Update #endif comments.
9647         [__USE_GNU]: Remove redundant conditionals.
9648         [__USE_MISC]: Likewise.
9649         * inet/netinet/in.h [__USE_GNU]: Likewise.
9650         * io/sys/stat.h [__USE_MISC]: Likewise.
9651         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9652         * libio/bits/stdio.h: Update #endif comments.
9653         [__USE_MISC]: Remove redundant conditionals.
9654         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9655         * libio/stdio.h: Update #endif comments.
9656         [__USE_MISC]: Remove redundant conditionals.
9657         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9658         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9659         * math/math.h: Update #else and #endif comments.
9660         [__USE_MISC]: Remove redundant conditionals.
9661         * misc/sys/uio.h: Update #endif comments.
9662         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9663         * posix/glob.h [__USE_MISC]: Likewise.
9664         * posix/sys/types.h: Update #endif comments.
9665         [__USE_MISC]: Remove redundant conditionals.
9666         * posix/sys/wait.h: Update #endif comments.
9667         [__USE_MISC]: Remove redundant conditionals.
9668         * posix/unistd.h: Update #endif comments.
9669         [__USE_MISC]: Remove redundant conditionals.
9670         * pwd/pwd.h [__USE_GNU]: Likewise.
9671         [__USE_MISC]: Likewise.
9672         * resolv/netdb.h [__USE_GNU]: Likewise.
9673         * signal/signal.h: Update #endif comments.
9674         [__USE_MISC]: Remove redundant conditionals.
9675         * stdlib/stdlib.h: Update #else and #endif comments.
9676         [__USE_MISC]: Remove redundant conditionals.
9677         [__USE_GNU]: Likewise.
9678         * string/bits/string2.h [__USE_MISC]: Likewise.
9679         * string/string.h: Update #endif comments.
9680         [__USE_MISC]: Remove redundant conditionals.
9681         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9682         Likewise.
9683         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9684         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9685         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9686         Likewise.
9687         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9688         Likewise.
9689         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9690         comments.
9691         [__USE_MISC]: Remove redundant conditionals.
9692         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9693         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9694         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9695         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9696         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9697         Likewise.
9698         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9699         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9700         Likewise.
9701         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9702         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9703         Likewise.
9704         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9705         Likewise.
9706         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9707         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9708         Likewise.
9709         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9710         Likewise.
9711         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9712         * sysdeps/x86/bits/string.h: Update #endif comments.
9713         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9714         conditionals.
9715         * time/sys/time.h: Update #endif comments.
9716         * time/time.h: Likewise.
9717         [__USE_MISC]: Remove redundant conditionals.
9718
9719 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9720
9721         [BZ #16600]
9722         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9723
9724 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9725
9726         * Versions.def (librt): Add GLIBC_2.17.
9727
9728 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9729
9730         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9731         synonym for _SYS_AUXV_H to allow direct inclusion.
9732         * sysdeps/sparc/bits/hwcap.h: Likewise.
9733         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9734         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9735         * sysdeps/sparc/sysdep.h: Likewise.
9736
9737 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9738
9739         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9740
9741 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9742
9743         * benchtests/bench-strrchr.c: Print length instead of position.
9744
9745 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9746
9747         [BZ #16611]
9748         * sysdeps/unix/sysv/linux/kernel-features.h
9749         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9750         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9751         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9752         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9753         Likewise.
9754         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9755         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9756         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9757         (__ASSUME_SENDMMSG): Define instead of using previous
9758         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9759         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9760         (__ASSUME_SENDMMSG_SYSCALL): Define.
9761         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9762         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9763         Likewise.
9764         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9765         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9766         Likewise.
9767         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9768         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9769         Likewise.
9770         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9771         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9772         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9773         [__ASSUME_SENDMMSG]: Change conditionals to
9774         [__ASSUME_SENDMMSG_SOCKETCALL].
9775         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9776         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9777         Define.
9778         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9779         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9780         Likewise.
9781         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9782         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9783         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9784         [!__ASSUME_SENDMMSG]: Change conditional to
9785         [!__ASSUME_SENDMMSG_SOCKETCALL].
9786         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9787         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9788         Define.
9789
9790         [BZ #16610]
9791         * sysdeps/unix/sysv/linux/kernel-features.h
9792         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9793         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9794         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9795         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9796         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9797         [__i386__ || __sparc__]
9798         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9799         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9800         (__ASSUME_RECVMMSG): Define instead of using previous
9801         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9802         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9803         (__ASSUME_RECVMMSG_SYSCALL): Define.
9804         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9805         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9806         Likewise.
9807         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9808         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9809         Likewise.
9810         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9811         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9812         Likewise.
9813         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9814         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9815         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9816         [__ASSUME_RECVMMSG]: Change condition to
9817         [__ASSUME_RECVMMSG_SOCKETCALL].
9818         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9819         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9820         Define.
9821         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9822         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9823         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9824         Likewise.
9825         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9826         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9827         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9828         [!__ASSUME_RECVMMSG]: Change condition to
9829         [!__ASSUME_RECVMMSG_SOCKETCALL].
9830         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9831         (__ASSUME_RECVMMSG_SYSCALL): Define.
9832
9833         [BZ #16609]
9834         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9835         __powerpc__ || __s390__ || __sh__ || __sparc__]
9836         (__ASSUME_SOCKETCALL): Define.
9837         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9838         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9839         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9840         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9841         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9842         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9843         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9844         (__ASSUME_ACCEPT4): Define instead of using previous
9845         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9846         __powerpc__ || __sparc__ || __s390__)] condition.
9847         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9848         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9849         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9850         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9851         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9852         [!__ASSUME_ACCEPT4]: Change condition to
9853         [!__ASSUME_ACCEPT4_SOCKETCALL].
9854         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9855         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9856         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9857         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9858         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9859         __ASSUME_ACCEPT4_SYSCALL.
9860         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9861         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9862         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9863         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9864         __ASSUME_ACCEPT4_SYSCALL.
9865         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9866         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9867         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9868         [__ASSUME_ACCEPT4]: Change condition to
9869         [__ASSUME_ACCEPT4_SOCKETCALL].
9870         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9871         (__ASSUME_SOCKETCALL): Define.
9872         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9873         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9874         (__ASSUME_SOCKETCALL): Define.
9875         (__ASSUME_ACCEPT4): Remove.
9876         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9877         Define.
9878         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9879         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9880         Likewise.
9881         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9882         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9883
9884         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9885         macro.
9886         (HWCAP_ARM_LPAE): Likewise.
9887         (HWCAP_ARM_EVTSTRM): Likewise.
9888         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9889         Add vpfd32, lpae and evtstrm.
9890         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9891         Increase to 22.
9892
9893 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9894
9895         * math/auto-libm-test-in: Add tests of clog10.
9896         * math/auto-libm-test-out: Regenerated.
9897         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9898         * sysdeps/i386/fpu/libm-test-ulps: Update.
9899         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9900
9901 2014-02-18  Andreas Schwab  <schwab@suse.de>
9902
9903         [BZ #16574]
9904         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9905         Store non-zero if the second buffer was newly allocated.
9906         (send_dg): Likewise.
9907         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9908         to send_vc and send_dg.
9909         (res_nsend): Pass NULL for ansp2_malloced.
9910         * resolv/res_query.c (__libc_res_nquery): Add parameter
9911         answerp2_malloced and pass it down to __libc_res_nsend.
9912         (res_nquery): Pass additional NULL to __libc_res_nquery.
9913         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9914         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9915         second answer buffer if answerp2_malloced was set.
9916         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9917         (__libc_res_nquerydomain): Add parameter
9918         answerp2_malloced and pass it down to __libc_res_nquery.
9919         (res_nquerydomain): Pass additional NULL to
9920         __libc_res_nquerydomain.
9921         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9922         additional NULL to __libc_res_nsend and __libc_res_nquery.
9923         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9924         additional NULL to __libc_res_nsearch.
9925         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9926         parameter of __libc_res_nsearch to check for separately allocated
9927         second buffer.
9928         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9929         __libc_res_nquery.
9930         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9931         additional NULL to __libc_res_nquery.
9932         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9933         __libc_res_nsearch.
9934         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9935         * include/resolv.h: Update prototypes of __libc_res_nquery,
9936         __libc_res_nsearch, __libc_res_nsend.
9937
9938 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9939
9940         * math/auto-libm-test-in: Add tests of fma.
9941         * math/auto-libm-test-out: Regenerated.
9942         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9943         (fma_towardzero_test_data): Likewise.
9944         (fma_downward_test_data): Likewise.
9945         (fma_upward_test_data): Likewise.
9946         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9947         mpc_mode.
9948         (rounding_modes): Add values for new field.
9949         (func_calc_method): Add value mpfr_fff_f.
9950         (func_calc_desc): Add mpfr_fff_f union field.
9951         (test_function): Add field exact_args.
9952         (FUNC): Add macro argument EXACT_ARGS.
9953         (FUNC_mpfr_f_f): Update call to FUNC.
9954         (FUNC_mpfr_f_f): Likewise.
9955         (FUNC_mpfr_ff_f): Likewise.
9956         (FUNC_mpfr_if_f): Likewise.
9957         (FUNC_mpc_c_f): Likewise.
9958         (FUNC_mpc_c_c): Likewise.
9959         (test_functions): Add fma.  Update calls to FUNC.
9960         (handle_input_arg): Add argument exact_args.
9961         (add_test): Update call to handle_input_arg.
9962         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9963         (output_for_one_input_case): Update call to calc_generic_results.
9964         Recalculate exact zero results in each rounding mode.
9965
9966         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9967         non-negative before setting low bit.
9968         * math/auto-libm-test-in: Mark one asin test possibly having
9969         spurious underflow.
9970         * math/auto-libm-test-out: Regenerated.
9971         * sysdeps/i386/fpu/libm-test-ulps: Update.
9972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9973
9974 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9975
9976         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9977         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9978         ports/sysdeps/unix/sysv/linux/microblaze.
9979         * README: Add missing listing for microblaze*-*-linux-gnu.
9980
9981 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
9982
9983         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
9984         duplicate code
9985
9986 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9987
9988         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9989         * sysdeps/unix/sysv/linux/ia64: Move directory from
9990         ports/sysdeps/unix/sysv/linux/ia64.
9991         * README: Update listing for ia64-*-linux-gnu.
9992
9993 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9994             Joseph Myers  <joseph@codesourcery.com>
9995
9996         * Makeconfig (test-name): New variable.
9997         (evaluate-test): Likewise.
9998         * Makerules (do-test-clean): Remove .test-result files.
9999         (common-mostlyclean): Likewise.
10000         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
10001         * scripts/evaluate-test.sh: New file.
10002
10003 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
10004
10005         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
10006         separate $(objpfx)tst-fopenloc-cmp.out and
10007         $(objpfx)tst-fopenloc-mem.out targets.
10008         (tests): Update dependencies.
10009         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
10010         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
10011         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
10012         (tst-rxspencer-no-utf8-ARGS): New variable.
10013         (tst-rxspencer-no-utf8-ENV): Likewise.
10014         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
10015         instead of $(objpfx)tst-rxspencer-mem.
10016         ($(objpfx)tst-rxspencer-mem): Change target to
10017         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
10018         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
10019         * posix/tst-rxspencer-no-utf8.c: New file.
10020
10021         * elf/Makefile ($(objpfx)order.out): Remove rule.
10022         [$(run-built-tests) = yes] (tests): Depend on
10023         $(objpfx)order-cmp.out.
10024         ($(objpfx)order-cmp.out): New rule.
10025         [$(run-built-tests) = yes] (tests): Depend on
10026         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10027         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10028         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10029         $(objpfx)tst-array5-static-cmp.out.
10030         ($(objpfx)tst-array1.out): Remove rule.
10031         ($(objpfx)tst-array1-cmp.out): New rule.
10032         ($(objpfx)tst-array1-static.out): Remove rule.
10033         ($(objpfx)tst-array1-static-cmp.out): New rule.
10034         ($(objpfx)tst-array2.out): Remove rule.
10035         ($(objpfx)tst-array2-cmp.out): New rule.
10036         ($(objpfx)tst-array3.out): Remove rule.
10037         ($(objpfx)tst-array3-cmp.out): New rule.
10038         ($(objpfx)tst-array4.out): Remove rule.
10039         ($(objpfx)tst-array4-cmp.out): New rule.
10040         ($(objpfx)tst-array5.out): Remove rule.
10041         ($(objpfx)tst-array5-cmp.out): New rule.
10042         ($(objpfx)tst-array5-static.out): Remove rule.
10043         ($(objpfx)tst-array5-static-cmp.out): New rule.
10044         [$(run-built-tests) = yes] (tests): Depend on
10045         $(objpfx)order2-cmp.out.
10046         ($(objpfx)order2.out): Remove rule.
10047         ($(objpfx)order2-cmp.out): New rule.
10048         ($(objpfx)tst-initorder.out): Remove rule.
10049         [$(run-built-tests) = yes] (tests): Depend on
10050         $(objpfx)tst-initorder-cmp.out.
10051         ($(objpfx)tst-initorder-cmp.out): New rule.
10052         ($(objpfx)tst-initorder2.out): Remove rule.
10053         [$(run-built-tests) = yes] (tests): Depend on
10054         $(objpfx)tst-initorder2-cmp.out.
10055         ($(objpfx)tst-initorder2-cmp.out): New rule.
10056         [$(run-built-tests) = yes] (tests): Depend on
10057         $(objpfx)tst-unused-dep-cmp.out.
10058         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10059         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10060         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10061         on $(objpfx)tst-setvbuf1-cmp.out.
10062         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10063         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10064         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10065         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10066         ($(objpfx)tst-svc.out): Remove rule.
10067         ($(objpfx)tst-svc-cmp.out): New rule.
10068
10069 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10070
10071         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10072         * ctype/ctype.h [__USE_MISC]: Likewise.
10073         * dirent/dirent.h [__USE_MISC]: Likewise.
10074         * grp/grp.h [__USE_MISC]: Likewise.
10075         * io/fcntl.h [__USE_MISC]: Likewise.
10076         * io/sys/stat.h [__USE_MISC]: Likewise.
10077         * libio/stdio.h [__USE_MISC]: Likewise.
10078         * posix/unistd.h [__USE_MISC]: Likewise.
10079         * pwd/pwd.h [__USE_MISC]: Likewise.
10080         * stdlib.h [__USE_MISC]: Likewise.
10081         * string/bits/string2.h [__USE_MISC]: Likewise.
10082         * string/string.h [__USE_MISC]: Likewise.
10083         * time/time.h [__USE_MISC]: Likewise.
10084
10085 2014-02-13  Andreas Schwab  <schwab@suse.de>
10086
10087         [BZ #16574]
10088         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10089         second answer buffer if it was separately allocated.
10090
10091 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10092
10093         * sysdeps/mips/math-tests.h: Include <features.h>.
10094         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10095         (ROUNDING_TESTS_long_double): Do not define.
10096         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10097         (EXCEPTION_TESTS_long_double): Likewise.
10098         * sysdeps/mips/mips64/libm-test-ulps: Update.
10099
10100         * include/features.h (__USE_BSD): Remove macro definitions.
10101         (__USE_SVID): Likewise.
10102         (_BSD_SOURCE): Likewise.
10103         (_SVID_SOURCE): Likewise.
10104         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10105         from definition of _DEFAULT_SOURCE.
10106         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10107         [_DEFAULT_SOURCE].
10108         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10109         * bits/mman.h [__USE_BSD]: Likewise.
10110         * bits/termios.h [__USE_BSD]: Likewise.
10111         * bits/waitstatus.h [__USE_BSD]: Likewise.
10112         * ctype/ctype.h [__USE_SVID]: Likewise.
10113         * dirent/dirent.h [__USE_BSD]: Likewise.
10114         * grp/grp.h [__USE_SVID]: Likewise.
10115         [__USE_BSD]: Likewise.
10116         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10117         * io/fcntl.h [__USE_BSD]: Likewise.
10118         * io/ftw.h [__USE_BSD]: Likewise.
10119         * io/sys/stat.h [__USE_BSD]: Likewise.
10120         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10121         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10122         * libio/stdio.h [__USE_SVID]: Likewise.
10123         [__USE_BSD]: Likewise.
10124         * math/math.h [__USE_SVID]: Likewise.
10125         [__USE_BSD]: Likewise.
10126         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10127         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10128         * misc/search.h [__USE_SVID]: Likewise.
10129         * misc/sys/mman.h [__USE_BSD]: Likewise.
10130         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10131         * misc/sys/uio.h [__USE_BSD]: Likewise.
10132         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10133         * posix/glob.h [__USE_BSD]: Likewise.
10134         * posix/regex.h [__USE_BSD]: Likewise.
10135         * posix/sys/types.h [__USE_BSD]: Likewise.
10136         [__USE_SVID]: Likewise.
10137         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10138         * posix/sys/wait.h [__USE_BSD]: Likewise.
10139         [__USE_SVID]: Likewise.
10140         * posix/unistd.h [__USE_BSD]: Likewise.
10141         [__USE_SVID]: Likewise.
10142         * pwd/pwd.h [__USE_SVID]: Likewise.
10143         * resolv/netdb.h [__USE_BSD]: Likewise.
10144         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10145         * signal/signal.h [__USE_BSD]: Likewise.
10146         [__USE_SVID]: Likewise.
10147         * socket/sys/socket.h [__USE_BSD]: Likewise.
10148         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10149         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10150         [__USE_SVID]: Likewise.
10151         * string/bits/string2.h [__USE_BSD]: Likewise.
10152         [__USE_SVID]: Likewise.
10153         * string/bits/string3.h [__USE_BSD]: Likewise.
10154         * string/endian.h [__USE_BSD]: Likewise.
10155         * string/string.h [__USE_SVID]: Likewise.
10156         [__USE_BSD]: Likewise.
10157         * string/strings.h [__USE_BSD]: Likewise.
10158         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10159         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10160         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10161         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10162         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10163         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10164         Likewise.
10165         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10166         Likewise.
10167         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10168         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10169         Likewise.
10170         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10171         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10172         Likewise.
10173         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10174         Likewise.
10175         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10176         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10177         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10178         Likewise.
10179         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10180         Likewise.
10181         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10182         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10183         * termios/termios.h [__USE_BSD]: Likewise.
10184         * time/sys/time.h [__USE_BSD]: Likewise.
10185         * time/time.h [__USE_BSD]: Likewise.
10186         [__USE_SVID]: Likewise.
10187
10188         * Makefile (subdir_targets): Remove subdir_lint.out.
10189
10190         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10191         (do-tst-printf): Likewise.
10192         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10193         $(objpfx)tst-printf.out.
10194
10195         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10196
10197         * Makerules (check-abi-%): Change target to
10198         $(objpfx)check-abi-%.out.
10199         (check-abi target): Update dependencies.
10200         (check-abi-pattern variable): Redirect output of diff to $@.
10201         (check-abi variable): Likewise.
10202         * elf/Makefile (check-abi): Update dependencies.
10203
10204         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10205         unused.
10206         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10207         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10208         subnormal range.
10209         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10210         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10211         value has largest subnormal exponent.
10212         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10213         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10214         * sysdeps/aarch64/soft-fp/sfp-machine.h
10215         (_FP_TININESS_AFTER_ROUNDING): New macro.
10216         * sysdeps/alpha/soft-fp/sfp-machine.h
10217         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10218         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10219         Likewise.
10220         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10221         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10222         * sysdeps/mips/soft-fp/sfp-machine.h
10223         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10224         * sysdeps/powerpc/soft-fp/sfp-machine.h
10225         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10226         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10227         Likewise.
10228         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10229         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10230         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10231         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10232         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10233         Likewise.
10234
10235 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10236
10237         [BZ #16545]
10238         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10239         model 1.
10240
10241 2014-02-12  Richard Henderson  <rth@redhat.com>
10242
10243         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10244         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10245         * sysdeps/unix/sysv/linux/alpha: Move directory from
10246         ports/sysdeps/unix/sysv/linux/alpha.
10247         * README: Update listing for alpha-*-linux-gnu.
10248
10249 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10250
10251         * include/features.h: Update comment documenting feature test
10252         macros.
10253         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10254         _DEFAULT_SOURCE.
10255         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10256         (_SVID_SOURCE): Likewise.
10257         (_DEFAULT_SOURCE): Update description of default features.
10258         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10259         with _GNU_SOURCE.
10260         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10261         (S_ISVTX): Likewise.
10262         * manual/math.texi (Mathematical Constants): Likewise.
10263         * manual/signal.texi (Interrupted Primitives): Likewise.
10264         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10265         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10266         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10267         Don't refer to _SVID_SOURCE in warning text.
10268
10269         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10270
10271         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10272         already defined.
10273         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10274         * sysdeps/mips/dl-lookup.c: Remove.
10275         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10276
10277 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10278
10279         [BZ #16447]
10280         * math/auto-libm-test-in: Add testcase for expl.
10281         * math/auto-libm-test-out: Regenerate.
10282         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10283         calculation of unsafe.
10284         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10285
10286 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10287
10288         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10289         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10290         ports/sysdeps/unix/sysv/linux/aarch64.
10291         * README: Update listing for aarch64*-*-linux-gnu.
10292
10293 2014-02-11  Will Newton  <will.newton@linaro.org>
10294
10295         * manual/probes.texi (Mathematical Function Probes): Use
10296         "triggered" instead of "hit".
10297
10298         * manual/probes.texi (Internal Probes): Add documentation
10299         of setjmp, longjmp and longjmp_target probes.
10300
10301         * include/stap-probe.h: Add comment about probe argument
10302         format.
10303
10304         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10305         definition.  (tr_where, tr_freehook, tr_mallochook,
10306         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10307
10308 2014-02-11  David S. Miller  <davem@davemloft.net>
10309
10310         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10311         processing int_tests.
10312
10313 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10314
10315         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10316         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10317         * sysdeps/unix/sysv/linux/mips: Move directory from
10318         ports/sysdeps/unix/sysv/linux/mips.
10319         * README: Update listing for mips-*-linux-gnu and
10320         mips64-*-linux-gnu.
10321
10322 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10323
10324         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10325         * sysdeps/unix/sysv/linux/m68k: Move directory from
10326         ports/sysdeps/unix/sysv/linux/m68k.
10327         * README: Update listing for m68k-*-linux-gnu.
10328
10329 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10330
10331         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10332         * sysdeps/unix/sysv/linux/generic: Move directory from
10333         ports/sysdeps/unix/sysv/linux/generic.
10334         * sysdeps/unix/sysv/linux/tile: Move directory from
10335         ports/sysdeps/unix/sysv/linux/tile.
10336         * README: Update listing for tile*-*-linux-gnu.
10337
10338 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10339
10340         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10341         __builtin_expect.
10342         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10343         * catgets/open_catalog.c (__open_catalog): Likewise.
10344         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10345         * debug/confstr_chk.c: Likewise.
10346         * debug/fread_chk.c (__fread_chk): Likewise.
10347         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10348         * debug/getgroups_chk.c: Likewise.
10349         * debug/mbsnrtowcs_chk.c: Likewise.
10350         * debug/mbsrtowcs_chk.c: Likewise.
10351         * debug/mbstowcs_chk.c: Likewise.
10352         * debug/memcpy_chk.c: Likewise.
10353         * debug/memmove_chk.c: Likewise.
10354         * debug/mempcpy_chk.c: Likewise.
10355         * debug/memset_chk.c: Likewise.
10356         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10357         * debug/strcat_chk.c (__strcat_chk): Likewise.
10358         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10359         * debug/strncat_chk.c (__strncat_chk): Likewise.
10360         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10361         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10362         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10363         * debug/wcpncpy_chk.c: Likewise.
10364         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10365         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10366         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10367         * debug/wcsncpy_chk.c: Likewise.
10368         * debug/wcsnrtombs_chk.c: Likewise.
10369         * debug/wcsrtombs_chk.c: Likewise.
10370         * debug/wcstombs_chk.c: Likewise.
10371         * debug/wmemcpy_chk.c: Likewise.
10372         * debug/wmemmove_chk.c: Likewise.
10373         * debug/wmempcpy_chk.c: Likewise.
10374         * debug/wmemset_chk.c: Likewise.
10375         * dirent/scandirat.c (SCANDIRAT): Likewise.
10376         * dlfcn/dladdr1.c (dladdr1): Likewise.
10377         * dlfcn/dladdr.c (dladdr): Likewise.
10378         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10379         * dlfcn/dlerror.c (__dlerror): Likewise.
10380         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10381         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10382         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10383         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10384         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10385         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10386         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10387         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10388         Likewise.
10389         * elf/dl-conflict.c: Likewise.
10390         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10391         * elf/dl-dst.h: Likewise.
10392         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10393         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10394         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10395         * elf/dl-init.c (call_init, _dl_init): Likewise.
10396         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10397         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10398         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10399         Likewise.
10400         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10401         Likewise.
10402         * elf/dl-minimal.c (__libc_memalign): Likewise.
10403         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10404         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10405         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10406         * elf/dl-sym.c (do_sym): Likewise.
10407         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10408         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10409         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10410         * elf/dl-writev.h (_dl_writev): Likewise.
10411         * elf/ldconfig.c (search_dir): Likewise.
10412         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10413         (dl_main): Likewise.
10414         * elf/setup-vdso.h (setup_vdso): Likewise.
10415         * grp/compat-initgroups.c (compat_call): Likewise.
10416         * grp/fgetgrent.c (fgetgrent): Likewise.
10417         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10418         * grp/putgrent.c (putgrent): Likewise.
10419         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10420         Likewise.
10421         * hurd/hurdinit.c: Likewise.
10422         * iconvdata/8bit-gap.c (struct): Likewise.
10423         * iconvdata/ansi_x3.110.c : Likewise.
10424         * iconvdata/big5.c : Likewise.
10425         * iconvdata/big5hkscs.c : Likewise.
10426         * iconvdata/cp1255.c: Likewise.
10427         * iconvdata/cp1258.c : Likewise.
10428         * iconvdata/cp932.c : Likewise.
10429         * iconvdata/euc-cn.c: Likewise.
10430         * iconvdata/euc-jisx0213.c : Likewise.
10431         * iconvdata/euc-jp.c: Likewise.
10432         * iconvdata/euc-jp-ms.c : Likewise.
10433         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10434         * iconvdata/gb18030.c : Likewise.
10435         * iconvdata/gbbig5.c (const): Likewise.
10436         * iconvdata/gbgbk.c: Likewise.
10437         * iconvdata/gbk.c : Likewise.
10438         * iconvdata/ibm1364.c : Likewise.
10439         * iconvdata/ibm930.c : Likewise.
10440         * iconvdata/ibm932.c: Likewise.
10441         * iconvdata/ibm933.c : Likewise.
10442         * iconvdata/ibm935.c : Likewise.
10443         * iconvdata/ibm937.c : Likewise.
10444         * iconvdata/ibm939.c : Likewise.
10445         * iconvdata/ibm943.c: Likewise.
10446         * iconvdata/iso_11548-1.c: Likewise.
10447         * iconvdata/iso-2022-cn.c : Likewise.
10448         * iconvdata/iso-2022-cn-ext.c : Likewise.
10449         * iconvdata/iso-2022-jp-3.c: Likewise.
10450         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10451         * iconvdata/iso-2022-kr.c : Likewise.
10452         * iconvdata/iso646.c (gconv_end): Likewise.
10453         * iconvdata/iso_6937-2.c : Likewise.
10454         * iconvdata/iso_6937.c : Likewise.
10455         * iconvdata/iso8859-1.c: Likewise.
10456         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10457         * iconvdata/shift_jisx0213.c : Likewise.
10458         * iconvdata/sjis.c : Likewise.
10459         * iconvdata/t.61.c : Likewise.
10460         * iconvdata/tcvn5712-1.c : Likewise.
10461         * iconvdata/tscii.c: Likewise.
10462         * iconvdata/uhc.c : Likewise.
10463         * iconvdata/unicode.c (gconv_end): Likewise.
10464         * iconvdata/utf-16.c (gconv_end): Likewise.
10465         * iconvdata/utf-32.c (gconv_end): Likewise.
10466         * iconvdata/utf-7.c (base64): Likewise.
10467         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10468         * iconv/gconv_close.c (__gconv_close): Likewise.
10469         * iconv/gconv_open.c (__gconv_open): Likewise.
10470         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10471         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10472         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10473         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10474         (ucs4le_internal_loop_single): Likewise.
10475         * iconv/iconv.c (iconv): Likewise.
10476         * iconv/iconv_close.c: Likewise.
10477         * iconv/loop.c (SINGLE): Likewise.
10478         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10479         * include/atomic.h: Likewise.
10480         * inet/inet6_option.c (option_alloc): Likewise.
10481         * intl/bindtextdom.c (set_binding_values): Likewise.
10482         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10483         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10484         * intl/localealias.c (read_alias_file): Likewise.
10485         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10486         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10487         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10488         * libio/fmemopen.c (fmemopen): Likewise.
10489         * libio/iofgets.c (_IO_fgets): Likewise.
10490         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10491         * libio/iofgetws.c (fgetws): Likewise.
10492         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10493         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10494         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10495         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10496         * locale/findlocale.c (_nl_find_locale): Likewise.
10497         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10498         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10499         Likewise.
10500         * locale/setlocale.c (setlocale): Likewise.
10501         * login/programs/pt_chown.c (main): Likewise.
10502         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10503         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10504         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10505         (mmap, mmap64, mremap, munmap): Likewise.
10506         * math/e_exp2l.c: Likewise.
10507         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10508         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10509         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10510         * math/s_catan.c (__catan): Likewise.
10511         * math/s_catanf.c (__catanf): Likewise.
10512         * math/s_catanh.c (__catanh): Likewise.
10513         * math/s_catanhf.c (__catanhf): Likewise.
10514         * math/s_catanhl.c (__catanhl): Likewise.
10515         * math/s_catanl.c (__catanl): Likewise.
10516         * math/s_ccosh.c (__ccosh): Likewise.
10517         * math/s_ccoshf.c (__ccoshf): Likewise.
10518         * math/s_ccoshl.c (__ccoshl): Likewise.
10519         * math/s_cexp.c (__cexp): Likewise.
10520         * math/s_cexpf.c (__cexpf): Likewise.
10521         * math/s_cexpl.c (__cexpl): Likewise.
10522         * math/s_clog10.c (__clog10): Likewise.
10523         * math/s_clog10f.c (__clog10f): Likewise.
10524         * math/s_clog10l.c (__clog10l): Likewise.
10525         * math/s_clog.c (__clog): Likewise.
10526         * math/s_clogf.c (__clogf): Likewise.
10527         * math/s_clogl.c (__clogl): Likewise.
10528         * math/s_csin.c (__csin): Likewise.
10529         * math/s_csinf.c (__csinf): Likewise.
10530         * math/s_csinh.c (__csinh): Likewise.
10531         * math/s_csinhf.c (__csinhf): Likewise.
10532         * math/s_csinhl.c (__csinhl): Likewise.
10533         * math/s_csinl.c (__csinl): Likewise.
10534         * math/s_csqrt.c (__csqrt): Likewise.
10535         * math/s_csqrtf.c (__csqrtf): Likewise.
10536         * math/s_csqrtl.c (__csqrtl): Likewise.
10537         * math/s_ctan.c (__ctan): Likewise.
10538         * math/s_ctanf.c (__ctanf): Likewise.
10539         * math/s_ctanh.c (__ctanh): Likewise.
10540         * math/s_ctanhf.c (__ctanhf): Likewise.
10541         * math/s_ctanhl.c (__ctanhl): Likewise.
10542         * math/s_ctanl.c (__ctanl): Likewise.
10543         * math/w_pow.c: Likewise.
10544         * math/w_powf.c: Likewise.
10545         * math/w_powl.c: Likewise.
10546         * math/w_scalb.c (sysv_scalb): Likewise.
10547         * math/w_scalbf.c (sysv_scalbf): Likewise.
10548         * math/w_scalbl.c (sysv_scalbl): Likewise.
10549         * misc/error.c (error_tail): Likewise.
10550         * misc/pselect.c (__pselect): Likewise.
10551         * nis/nis_callback.c (__nis_create_callback): Likewise.
10552         * nis/nis_call.c (__nisfind_server): Likewise.
10553         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10554         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10555         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10556         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10557         * nis/nis_lookup.c (nis_lookup): Likewise.
10558         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10559         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10560         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10561         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10562         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10563         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10564         * nis/nss_compat/compat-initgroups.c (add_group)
10565         (internal_getgrent_r): Likewise.
10566         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10567         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10568         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10569         (internal_getspnam_r): Likewise.
10570         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10571         (_nss_nis_getaliasbyname_r): Likewise.
10572         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10573         (_nss_nis_getntohost_r): Likewise.
10574         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10575         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10576         (_nss_nis_getgrgid_r): Likewise.
10577         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10578         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10579         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10580         (_nss_nis_gethostbyname4_r): Likewise.
10581         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10582         (initgroups_netid): Likewise.
10583         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10584         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10585         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10586         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10587         (_nss_nis_getprotobynumber_r): Likewise.
10588         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10589         (_nss_nis_getsecretkey): Likewise.
10590         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10591         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10592         (_nss_nis_getpwuid_r): Likewise.
10593         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10594         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10595         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10596         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10597         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10598         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10599         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10600         Likewise.
10601         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10602         (_nss_nisplus_getntohost_r): Likewise.
10603         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10604         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10605         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10606         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10607         Likewise.
10608         * nis/nss_nisplus/nisplus-initgroups.c
10609         (_nss_nisplus_initgroups_dyn): Likewise.
10610         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10611         (_nss_nisplus_getnetbyaddr_r): Likewise.
10612         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10613         (_nss_nisplus_getprotobynumber_r): Likewise.
10614         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10615         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10616         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10617         Likewise.
10618         * nis/nss_nisplus/nisplus-service.c
10619         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10620         (_nss_nisplus_getservbyport_r): Likewise.
10621         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10622         (_nss_nisplus_getspnam_r): Likewise.
10623         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10624         Likewise.
10625         * nscd/aicache.c (addhstaiX): Likewise.
10626         * nscd/cache.c (cache_search, prune_cache): Likewise.
10627         * nscd/connections.c (register_traced_file, send_ro_fd)
10628         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10629         (main_loop_epoll): Likewise.
10630         * nscd/grpcache.c (addgrbyX): Likewise.
10631         * nscd/hstcache.c (addhstbyX): Likewise.
10632         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10633         * nscd/mem.c (gc, mempool_alloc): Likewise.
10634         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10635         (addinnetgrX): Likewise.
10636         * nscd/nscd-client.h (__nscd_acquire_maplock)
10637         (__nscd_drop_map_ref): Likewise.
10638         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10639         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10640         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10641         Likewise.
10642         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10643         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10644         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10645         (__nscd_get_map_ref): Likewise.
10646         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10647         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10648         Likewise.
10649         * nscd/pwdcache.c (addpwbyX): Likewise.
10650         * nscd/selinux.c (preserve_capabilities): Likewise.
10651         * nscd/servicescache.c (addservbyX): Likewise.
10652         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10653         * posix/fnmatch.c (fnmatch): Likewise.
10654         * posix/getopt.c (_getopt_internal_r): Likewise.
10655         * posix/glob.c (glob, glob_in_dir): Likewise.
10656         * posix/wordexp.c (exec_comm_child): Likewise.
10657         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10658         (getanswer_r, gaih_getanswer_slice): Likewise.
10659         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10660         * resolv/res_init.c: Likewise.
10661         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10662         * resolv/res_query.c (__libc_res_nquery): Likewise.
10663         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10664         Likewise.
10665         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10666         * stdio-common/perror.c (perror): Likewise.
10667         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10668         * stdio-common/tmpnam.c (tmpnam): Likewise.
10669         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10670         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10671         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10672         Likewise.
10673         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10674         * stdlib/putenv.c (putenv): Likewise.
10675         * stdlib/setenv.c (__add_to_environ): Likewise.
10676         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10677         * stdlib/strtol_l.c (INTERNAL): Likewise.
10678         * string/memmem.c (memmem): Likewise.
10679         * string/strerror.c (strerror): Likewise.
10680         * string/strnlen.c (__strnlen): Likewise.
10681         * string/test-memmem.c (simple_memmem): Likewise.
10682         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10683         * sunrpc/pm_getport.c (__get_socket): Likewise.
10684         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10685         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10686         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10687         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10688         Likewise.
10689         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10690         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10691         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10692         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10693         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10694         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10695         Likewise.
10696         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10697         Likewise.
10698         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10699         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10700         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10701         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10702         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10703         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10704         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10705         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10706         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10707         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10708         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10709         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10710         Likewise.
10711         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10712         Likewise.
10713         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10714         Likewise.
10715         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10716         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10717         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10718         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10719         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10720         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10721         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10722         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10723         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10724         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10725         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10726         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10727         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10728         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10729         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10730         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10731         Likewise.
10732         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10733         Likewise.
10734         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10735         Likewise.
10736         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10737         Likewise.
10738         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10739         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10740         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10741         Likewise.
10742         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10743         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10744         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10745         * sysdeps/posix/sleep.c: Likewise.
10746         * sysdeps/posix/tempname.c: Likewise.
10747         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10748         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10749         Likewise.
10750         * sysdeps/powerpc/powerpc32/dl-machine.h
10751         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10752         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10753         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10754         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10755         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10756         Likewise.
10757         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10758         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10759         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10760         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10761         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10762         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10763         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10764         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10765         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10766         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10767         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10768         (elf_machine_lazy_rel): Likewise.
10769         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10770         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10771         (elf_machine_lazy_rel): Likewise.
10772         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10773         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10774         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10775         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10776         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10777         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10778         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10779         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10780         Likewise.
10781         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10782         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10783         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10784         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10785         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10786         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10787         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10788         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10789         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10790         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10791         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10792         Likewise.
10793         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10794         (__posix_fallocate64_l64): Likewise.
10795         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10796         (posix_fallocate): Likewise.
10797         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10798         Likewise.
10799         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10800         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10801         (getifaddrs_internal): Likewise.
10802         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10803         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10804         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10805         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10806         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10807         (__posix_fallocate64_l64): Likewise.
10808         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10809         Likewise.
10810         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10811         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10812         (__get_clockfreq): Likewise.
10813         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10814         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10815         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10816         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10817         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10818         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10819         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10820         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10821         Likewise.
10822         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10823         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10824         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10825         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10826         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10827         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10828         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10829         Likewise.
10830         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10831         (posix_fallocate): Likewise.
10832         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10833         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10834         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10835         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10836         (elf_machine_rela, elf_machine_rela_relative)
10837         (elf_machine_lazy_rel): Likewise.
10838         * time/asctime.c (asctime_internal): Likewise.
10839         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10840         * time/tzset.c (__tzset_parse_tz): Likewise.
10841         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10842         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10843         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10844         * wcsmbs/wcsmbsload.h: Likewise.
10845
10846         [BZ #15894]
10847         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10848
10849         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10850         (arena_get2): Remove THREAD_STATS conditionals.
10851         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10852         (__malloc_stats, int): Likewise.
10853
10854 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10855
10856         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10857         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10858
10859         * manual/setjmp.texi: Fix typos/grammar errors.
10860
10861         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10862         Only return early when n is <= 0.  Delete unused return statement.
10863
10864         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10865         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10866         * debug/tst-longjmp_chk3.c: New file.
10867
10868         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10869         (test_main): Replace code with set_fortify_handler call.
10870         * debug/test-strcpy_chk.c: Likewise.
10871         * debug/tst-chk1.c: Likewise.
10872         * debug/tst-longjmp_chk.c: Likewise.
10873         * test-skeleton.c: Include fcntl.h & paths.h
10874         (set_fortify_handler): Define.
10875
10876         * debug/tst-longjmp_chk.c: Add header comment and include
10877         ../test-skeleton.c.
10878         (do_test): Mark static.
10879         (TEST_FUNCTION): Define.
10880
10881         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10882         (IP_PMTUDISC_INTERFACE): Likewise.
10883         (IP_MULTICAST_IF): Likewise.
10884         (IP_MULTICAST_TTL): Likewise.
10885         (IP_MULTICAST_LOOP): Likewise.
10886         (IP_ADD_MEMBERSHIP): Likewise.
10887         (IP_DROP_MEMBERSHIP): Likewise.
10888         (IP_UNBLOCK_SOURCE): Likewise.
10889         (IP_BLOCK_SOURCE): Likewise.
10890         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10891         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10892         (IP_MSFILTER): Likewise.
10893         (MCAST_JOIN_GROUP): Likewise.
10894         (MCAST_BLOCK_SOURCE): Likewise.
10895         (MCAST_UNBLOCK_SOURCE): Likewise.
10896         (MCAST_LEAVE_GROUP): Likewise.
10897         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10898         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10899         (MCAST_MSFILTER): Likewise.
10900         (IP_MULTICAST_ALL): Likewise.
10901         (IP_UNICAST_IF): Likewise.
10902
10903         * timezone/Makefile: Delete $(have-ksh) check.
10904         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10905         * timezone/tzselect.ksh: Add +x mode bits.
10906
10907         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10908         (ANON_INODE_FS_MAGIC): Likewise.
10909         (BDEVFS_MAGIC): Likewise.
10910         (BINFMTFS_MAGIC): Likewise.
10911         (BTRFS_TEST_MAGIC): Likewise.
10912         (CRAMFS_MAGIC_WEND): Likewise.
10913         (DEBUGFS_MAGIC): Likewise.
10914         (ECRYPTFS_SUPER_MAGIC): Likewise.
10915         (EXT3_SUPER_MAGIC): Likewise.
10916         (EXT4_SUPER_MAGIC): Likewise.
10917         (FUTEXFS_SUPER_MAGIC): Likewise.
10918         (HOSTFS_SUPER_MAGIC): Likewise.
10919         (HUGETLBFS_MAGIC): Likewise.
10920         (MINIX3_SUPER_MAGIC): Likewise.
10921         (MTD_INODE_FS_MAGIC): Likewise.
10922         (NILFS_SUPER_MAGIC): Likewise.
10923         (OPENPROM_SUPER_MAGIC): Likewise.
10924         (PIPEFS_MAGIC): Likewise.
10925         (PSTOREFS_MAGIC): Likewise.
10926         (QNX6_SUPER_MAGIC): Likewise.
10927         (RAMFS_MAGIC): Likewise.
10928         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10929         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10930         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10931         (SECURITYFS_MAGIC): Likewise.
10932         (SELINUX_MAGIC): Likewise.
10933         (SMACK_MAGIC): Likewise.
10934         (SOCKFS_MAGIC): Likewise.
10935         (SQUASHFS_MAGIC): Likewise.
10936         (STACK_END_MAGIC): Likewise.
10937         (TMPFS_MAGIC): Likewise.
10938         (USBDEVICE_SUPER_MAGIC): Likewise.
10939         (V9FS_MAGIC): Likewise.
10940         (XENFS_SUPER_MAGIC): Likewise.
10941         (CRAMFS_MAGIC): Fix typo in comment.
10942         (EXT2_SUPER_MAGIC): Update comment.
10943         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10944
10945 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10946
10947         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10948         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10949         * sysdeps/unix/sysv/linux/arm: Move directory from
10950         ports/sysdeps/unix/sysv/linux/arm.
10951         * README: Update listing for arm-*-linux-gnueabi.
10952
10953         * README: Remove mention of am33.
10954
10955 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10956
10957         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10958         than the comma operator, to avoid "rhs of comma has no effect"
10959         compiler warnings.
10960         (__sigfillset, __sigandset, __sigorset): Likewise.
10961         * include/signal.h (__sigemptyset): Likewise.
10962         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10963
10964 2014-02-07  Allan McRae  <allan@archlinux.org>
10965
10966         * version.h (RELEASE): Set to "development".
10967         (VERSION): Set to "2.19.90"
10968         * NEWS: Add 2.20 section.
10969
10970 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10971
10972         [BZ #16529]
10973         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10974
10975 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10976
10977         * manual/contrib.texi: Update entry for Carlos O'Donell,
10978         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10979
10980 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10981
10982         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10983
10984         * sysdeps/unix/sysv/linux/kernel-features.h
10985         [__LINUX_KERNEL_VERSION >= 0x020621]
10986         (__ASSUME_PROC_PID_TASK_COMM): Define.
10987
10988 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10989
10990         [BZ #16398]
10991         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10992         conversion when destination buffer does not have enough space.
10993         * libio/tst-ftell-partial-wide.c: New test case.
10994         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10995
10996         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10997         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10998         Leonard and Allan McRae.
10999
11000 2014-02-04  David S. Miller  <davem@davemloft.net>
11001
11002         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
11003         32-bit.
11004
11005 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11006
11007         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11008         New file
11009         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11010         New file
11011         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11012         New file.
11013         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11014         New file.
11015         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11016         New file.
11017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11018         New file.
11019         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11020         New file.
11021         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11022         New file.
11023         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11024         New file.
11025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11026         New file.
11027         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11028         New file.
11029         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11030         New file.
11031         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11032         New file.
11033
11034 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11035
11036         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11037         * shlib-versions: Likewise.
11038
11039 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11040             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11041
11042         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11043         (abilist-pattern): New variable, set to %-le.abilist.
11044
11045         * Makerules (abilist-pattern): New variable.
11046         (vpath): Use $(abilist-pattern) in place of %.abilist.
11047         (check-abi-% pattern rule): Likewise.
11048         (check-abi, update-abi): Likewise.
11049
11050 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11051
11052         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11053
11054 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11055
11056         * manual/startup.texi: Add next, previous, and top entries for
11057         the `Program Arguments' and `Environment Variables' nodes.
11058
11059 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11060
11061         * manual/macros.texi: Add comments before MTASC-safety macros.
11062
11063         * manual/users.texi: Document MTASC-safety properties.
11064
11065         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11066         (pthread_getspecific, pthread_setspecific): Format with
11067         @deftypefun, and add @safety note.
11068         * manual/signal.texi: Move comments that analyze the above
11069         functions to their home place.
11070
11071 2014-02-03  Allan McRae  <allan@archlinux.org>
11072
11073         * po/sl.po: Update Slovenian translation from translation project.
11074
11075 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11076
11077         * manual/time.texi (timegm): Add missing blank after @c.
11078         Reported by Joseph Myers <joseph@codesourcery.com>.
11079
11080 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11081
11082         * manual/check-safety.sh: New.
11083         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11084
11085         * manual/terminal.texi: Document MTASC-safety properties.
11086
11087         * manual/filesys.texi: Document MTASC-safety properties.
11088
11089         * manual/errno.texi: Document MTASC-safety properties.
11090
11091         * manual/intro.texi: Document safety identifiers and
11092         conditionals.
11093
11094         * manual/string.texi (wcstok): Fix prototype.
11095         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11096
11097         * manual/time.texi: Document MTASC-safety properties.
11098
11099         * manual/string.texi: Document MTASC-safety properties.
11100
11101         * manual/threads.texi: Document MTASC-safety properties.
11102
11103         * manual/stdio.texi: Document MTASC-safety properties.
11104
11105         * manual/syslog.texi: Document MTASC-safety properties.
11106
11107         * manual/sysinfo.texi: Document MTASC-safety properties.
11108
11109         * manual/startup.texi: Document MTASC-safety properties.
11110
11111         * manual/socket.texi: Document MTASC-safety properties.
11112
11113         * manual/signal.texi: Document MTASC-safety properties.
11114
11115 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11116
11117         * manual/setjmp.texi: Document MTASC-safety properties.
11118
11119         * manual/search.texi: Document MTASC-safety properties.
11120
11121         * manual/resource.texi: Document MTASC-safety properties.
11122
11123         * manual/process.texi: Document MTASC-safety properties.
11124
11125         * manual/platform.texi: Document MTASC-safety properties.
11126
11127         * manual/pipe.texi: Document MTASC-safety properties.
11128
11129         * manual/pattern.texi: Document MTASC-safety properties.
11130
11131         * manual/message.texi: Document MTASC-safety properties.
11132
11133         [BZ #12751]
11134         * manual/memory.texi: Document MTASC-safety properties.
11135
11136         * manual/math.texi: Document MTASC-safety properties.
11137
11138         * manual/locale.texi: Document MTASC-safety properties.
11139
11140         * manual/llio.texi: Document MTASC-safety properties.
11141
11142         * manual/libdl.texi: New.
11143
11144         * manual/lang.texi: Document MTASC-safety properties.
11145
11146         * manual/job.texi: Document MTASC-safety properties.
11147
11148         * manual/getopt.texi: Document MTASC-safety properties.
11149
11150         * manual/ctype.texi: Document MTASC-safety properties.
11151
11152 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11153
11154         [BZ #16046]
11155         * csu/libc-tls.c (static_map): Remove variable.
11156         (__libc_setup_tls): Use main executable's link map for TLS data.
11157         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11158         casing for LM_ID_BASE and GL(dl_nns).
11159         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11160         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11161         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11162         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11163         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11164         member.
11165         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11166         l_phnum members.
11167
11168 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11169
11170         * manual/debug.texi: Document MTASC-safety properties.
11171
11172 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11173
11174         [BZ #16510]
11175         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11176         of __x86_64__ when disabling x87 inline functions.
11177
11178 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11179
11180         * manual/charset.texi: Document MTASC-safety properties.
11181
11182         * manual/crypt.texi: Document MTASC-safety properties.
11183
11184         * manual/conf.texi: Document MTASC-safety properties.
11185
11186         * manual/arith.texi: Document MTASC-safety properties.
11187
11188         * manual/argp.texi: Document MTASC-safety properties.
11189
11190         * manual/macros.texi: Introduce macros to document multi
11191         thread, asynchronous signal and asynchronous cancellation
11192         safety properties.
11193         * manual/intro.texi: Introduce the properties themselves.
11194
11195 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11196
11197         * sysdeps/sh/sh4/Makefile: New file.
11198
11199 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11200
11201         * math/gen-libm-test.pl ($srcdir): New variable.
11202         ($auto_input): Use it.
11203
11204 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11205
11206         [BZ #16506]
11207         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11208         access beyond array bounds when parsing netgroups file.
11209
11210         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11211         the old buffer before realloc.
11212
11213 2014-01-27  Allan McRae  <allan@archlinux.org>
11214
11215         * po/fr.po: Update French translation from translation project.
11216
11217 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11218
11219         * sysdeps/sh/libm-test-ulps: Regenerate.
11220
11221 2014-01-24  David S. Miller  <davem@davemloft.net>
11222
11223         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11224
11225 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11226
11227         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11228         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11229
11230 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11231
11232         [BZ #16474]
11233         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11234         string pointers after reallocation.
11235
11236 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11237
11238         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11239         __SH4A__ instead of __SH_FPU_ANY__.
11240
11241 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11242
11243         * sysdeps/sh/fpu_control.h: New file.
11244         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11245         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11246         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11247         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11248         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11249         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11250         * sysdeps/sh/sys/ucontext.h: Remove.
11251         * sysdeps/sh/sys: Remove directory.
11252
11253 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11254
11255         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11256         s390/sys/ucontext.h.
11257         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11258         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11259
11260 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11261
11262         [BZ #15605]
11263         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11264
11265 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11266
11267         [BZ#16431]
11268         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11269         Adjust the vDSO correctly for internal calls.
11270         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11271
11272 2014-01-20  Allan McRae  <allan@archlinux.org>
11273
11274         * po/ca.po: Update Catalan translation from translation project.
11275
11276 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11277
11278         * sysdeps/s390/sotruss-lib.c: New file.
11279
11280 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11281
11282         [BZ#16430]
11283         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11284         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11285         local calls issues by not having a PLT stub required for IFUNC calls.
11286         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11287
11288 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11289
11290         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11291         * math/test-fpucw-static.c: Likewise.
11292
11293 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11294
11295         [BZ #16453]
11296         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11297
11298 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11299
11300         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11301         implementation for powerpc.
11302
11303 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11304
11305         [BZ #14782]
11306         * sysdeps/posix/system.c (__libc_system): Do not enable
11307         asynchronous cancellation.
11308
11309 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11310
11311         [BZ #16427]
11312         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11313         handling only for numbers special also in the IEEE case.
11314
11315 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11316
11317         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11318
11319 2014-01-11  Allan McRae  <allan@archlinux.org>
11320
11321         * po/bg.po: Update Bulgarian translation from translation project.
11322
11323         * po/de.po: Update German translation from translation project.
11324
11325 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11326
11327         * sysdeps/generic/gcc-compat.h: New file.
11328
11329 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11330
11331         * benchtests/asin-inputs: Correct slow inputs.
11332         * benchtests/acos-inputs: Likewise.
11333
11334 2014-01-10  Allan McRae  <allan@archlinux.org>
11335
11336         * po:sv.po: Update Swedish translation from translation project.
11337
11338         * po/vi.po: Update Vietnamese translation from translation project.
11339
11340         * po/eo.po: Update Esperanto translation from translation project.
11341
11342         * po/cs.po: Update Czech translation from translation project.
11343
11344         * po/nl.po: Update Dutch translation from translation project.
11345
11346         * po/pl.po: Update Polish translation from translation project.
11347
11348         * po/ru.po: Update Russian translation from translation project.
11349
11350         * po/uk.po: Update Ukrainian translation from translation project.
11351
11352 2014-01-08  Brooks Moses  <bmoses@google.com>
11353
11354         * elf/dl-load.c: Fix comment typo.
11355
11356 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11357
11358         * po/header.pot: Rename to...
11359         * po/pot.header: ... this.
11360         * po/Makefile: Use pot.header.
11361
11362 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11363             Maxim Kuvyrkov  <maxim@kugelworks.com>
11364
11365         [BZ #16394]
11366         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11367         SRC and DEST against LEN.
11368
11369 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11370
11371         [BZ #16414]
11372         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11373         implementation.
11374         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11375
11376 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11377
11378         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11379
11380 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11381
11382         [BZ #16408]
11383         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11384         for large positive arguments.
11385
11386 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11387
11388         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11389
11390         * math/auto-libm-test-in: Mark various tests with
11391         xfail-rounding:ldbl-128ibm.
11392         * math/auto-libm-test-out: Regenerated.
11393
11394         [BZ #16407]
11395         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11396         Increase overflow threshold.
11397
11398 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11399
11400         [BZ #14286]
11401         * stdio-common/vfprintf.c: Check for integer overflow.
11402
11403 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11404
11405         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11406         the first argument and return value of __tls_get_addr_internal.
11407
11408 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11409
11410         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11411         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11412
11413 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11414
11415         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11416         * sysdeps/s390/rtld-global-offsets.sym: New file.
11417         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11418         GLIBC_2.19 symbol.
11419         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11420         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11421         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11422         ... this.
11423         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11424         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11425         ... this.
11426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11427         Regenerate.
11428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11429         Regenerate.
11430         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11431         halfs of GPRs for high_gprs contexts.
11432         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11433         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11434         field.
11435         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11436         uc_flags field.
11437         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11438         64 bit versions:
11439         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11440         for high GPRs (uc_high_gprs) and for future extensions
11441         (__reserved).
11442         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11443         for future extensions (__reserved).
11444         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11445         64 bit versions:
11446         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11447         SC_HIGHGPRS offset definition.
11448         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11449         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11450
11451         * Versions.def: Add GLIBC_2.19 for libpthread.
11452         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11453         siglongjmp for libpthread with GLIBC_2.19 symver.
11454         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11455         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11456         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11457         * sysdeps/s390/__longjmp.c: New file.
11458         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11459         * sysdeps/s390/longjmp.c: New file.
11460         * sysdeps/s390/setjmp.S: New file.
11461         * sysdeps/s390/sigjmp.S: New file.
11462         * sysdeps/s390/v1-longjmp.c: New file.
11463         * sysdeps/s390/v1-setjmp.h: New file.
11464         * sysdeps/s390/v1-sigjmp.c: New file.
11465         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11466         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11467         GLIBC_2.19 version.
11468         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11469         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11470         versioned symbols for ____longjmp_chk.
11471         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11472         Likewise.
11473         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11474         Regenerate.
11475         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11476         Regenerate.
11477         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11478         Regenerate.
11479         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11480         Regenerate.
11481         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11482         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11483         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11484         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11485         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11486         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11487         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11488         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11489         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11490         * sysdeps/s390/rtld-__longjmp.c: New file.
11491         * sysdeps/s390/rtld-setjmp.S: New file.
11492
11493 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11494
11495         [BZ #16400]
11496         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11497         Return -__logl (x) for small positive arguments without evaluating
11498         a polynomial.
11499
11500 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11501
11502         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11503         Rename to ...
11504         (__ptrace_peeksiginfo_args): ... this.
11505         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11506         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11507         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11508
11509 2014-01-06  Allan McRae  <allan@archlinux.org>
11510
11511         * inet/netinet/in.h: Fix typo in comment.
11512
11513 2014-01-05  Andreas Jaeger  <aj@suse.de>
11514
11515         * sysdeps/i386/fpu/libm-test-ulps: Update.
11516
11517 2014-01-05  Allan McRae  <allan@archlinux.org>
11518
11519         * po/libc.pot: Regenerated.
11520
11521         * malloc/memusagestat.c: Fix gettext call formatting.
11522
11523 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11524
11525         * nscd/nscd.c: Improve usage() output.
11526
11527 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11528
11529         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11530         * sysdeps/unix/sysv/linux/configure: Regenerated.
11531         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11532         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11533
11534 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11535
11536         [BZ #16390]
11537         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11538         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11539
11540 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11541
11542         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11543         extra tokens at end of #undef directive.
11544         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11545         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11546         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11547
11548 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11549
11550         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11551
11552         * math/auto-libm-test-in: Mark various tests with
11553         xfail-rounding:ldbl-128ibm.
11554         * math/auto-libm-test-out: Regenerated.
11555
11556 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11557
11558         [BZ #16386]
11559         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11560         numbers with subnormal high part when calculating exponent.
11561
11562         [BZ #16385]
11563         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11564         fabs.
11565
11566         [BZ #16384]
11567         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11568         M_LN2l.
11569         (__ieee754_acoshl): Use __log1pl not __log1p.
11570
11571 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11572
11573         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11574         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11575         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11576         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11577         (reused_arena, arena_get2): Convert to GNU style.
11578         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11579         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11580         (memalign_check, __malloc_set_state): Likewise.
11581         * malloc/mallocbug.c (main): Likewise.
11582         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11583         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11584         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11585         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11586         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11587         (__posix_memalign, malloc_info): Likewise.
11588         * malloc/malloc.h: Likewise.
11589         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11590         (mallochook, memalignhook, reallochook, mabort): Likewise.
11591         * malloc/mcheck.h: Likewise.
11592         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11593         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11594         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11595         * malloc/morecore.c (__default_morecore): Likewise.
11596         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11597         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11598         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11599         (print_and_abort): Likewise.
11600         * malloc/obstack.h: Likewise.
11601         * malloc/set-freeres.c (__libc_freeres): Likewise.
11602         * malloc/tst-mallocstate.c (main): Likewise.
11603         * malloc/tst-mtrace.c (main): Likewise.
11604         * malloc/tst-realloc.c (do_test): Likewise.
11605
11606 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11607
11608         [BZ #16366]
11609         * nscd/netgroupcache.c (do_notfound): New function.
11610         (addgetnetgrentX): Use it.
11611
11612         [BZ # 16365]
11613         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11614         NSS_STATUS_NOTFOUND.
11615
11616 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11617
11618         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11619         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11620
11621 2014-01-01  Allan McRae  <allan@archlinux.org>
11622
11623         * scripts/update-copyrights: Update configure input file suffix.
11624
11625         * NEWS: Update copyright year.
11626         * catgets/gencat.c: Likewise.
11627         * csu/version.c: Likewise.
11628         * debug/catchsegv.sh: Likewise.
11629         * debug/pcprofiledump.c: Likewise.
11630         * debug/xtrace.sh: Likewise.
11631         * elf/ldconfig.c: Likewise.
11632         * elf/ldd.bash.in: Likewise.
11633         * elf/pldd.c: Likewise.
11634         * elf/sotruss.ksh: Likewise.
11635         * elf/sprof.c: Likewise.
11636         * iconv/iconv_prog.c: Likewise.
11637         * iconv/iconvconfig.c: Likewise.
11638         * locale/programs/locale.c: Likewise.
11639         * locale/programs/localedef.c: Likewise.
11640         * login/programs/pt_chown.c: Likewise.
11641         * malloc/memusage.sh: Likewise.
11642         * malloc/memusagestat.c: Likewise.
11643         * malloc/mtrace.pl: Likewise.
11644         * manual/libc.texinfo: Likewise.
11645         * nscd/nscd.c: Likewise.
11646         * nss/getent.c: Likewise.
11647         * nss/makedb.c: Likewise.
11648         * posix/getconf.c: Likewise.
11649         * scripts/test-installation.pl: Likewise.
11650
11651         * All files with FSF copyright notices: Update copyright dates
11652         using scripts/update-copyrights.
11653         * intl/plural.c: Regenerated.
11654         * locale/programs/charmap-kw.h: Likewise.
11655         * locale/programs/locfile-kw.h: Likewise.
11656
11657 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11658
11659         * sysdeps/unix/sysv/linux/configure: Regenerated.
11660         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11661         the linux/fanotify.h header.
11662         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11663         HAVE_LINUX_FANOTIFY_H is defined.
11664
11665 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11666
11667         * benchtests/cos-inputs: New inputs.
11668         * benchtests/sin-inputs: Likewise.
11669
11670         * benchtests/atan-inputs: New inputs. Fix name of multiple
11671         precision fallback inputs.
11672
11673         * benchtests/atanh-inputs: New inputs.
11674         * benchtests/tanh-inputs: Likewise.
11675
11676         * benchtests/acosh-inputs: New inputs.
11677         * benchtests/asinh-inputs: Likewise.
11678
11679         * benchtests/cosh-inputs: New inputs.
11680         * benchtests/sinh-inputs: Likewise.
11681
11682         * benchtests/acos-inputs: Add more inputs.
11683         * benchtests/asin-inputs: Likewise.
11684
11685 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11686
11687         [BZ #16375]
11688         * manual/arith.texi: Fix spelling.
11689         * manual/charset.texi: Likewise.
11690         * manual/errno.texi: Likewise.
11691         * manual/filesys.texi: Likewise.
11692         * manual/lang.texi: Likewise.
11693         * manual/llio.texi: Likewise.
11694         * manual/locale.texi: Likewise.
11695         * manual/message.texi: Likewise.
11696         * manual/resource.texi: Likewise.
11697         * manual/search.texi: Likewise.
11698         * manual/setjmp.texi: Likewise.
11699         * manual/stdio.texi: Likewise.
11700         * manual/string.texi: Likewise.
11701         * manual/sysinfo.texi: Likewise.
11702         * manual/time.texi: Likewise.
11703
11704 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11705
11706         * po/sl.po: New file.
11707
11708 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11709
11710         * .gitignore: Add core/.gdbinit/.gdb_history.
11711
11712 2013-12-27  Allan McRae  <allan@archlinux.org>
11713
11714         [BZ #16369]
11715         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11716         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11717
11718 2013-12-24  Brooks Moses  <bmoses@google.com>
11719
11720         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11721         all compilers that claim C++98 compliance, not just GCC.
11722         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11723         Likewise.
11724
11725 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11726
11727         * NEWS: Restore accidentally deleted bug-fix entries.
11728
11729 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11730             Ondřej Bílka  <neleai@seznam.cz>
11731
11732         [BZ #15073]
11733         * malloc/malloc.c (_int_free): Perform sanity check only if we
11734         have_lock.
11735
11736 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11737
11738         [BZ #12986]
11739         * manual/stdio.texi (String Input Conversions): Clarify that character
11740         classes are not supported.
11741
11742 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11743
11744         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11745
11746 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11747
11748         [BZ #16337]
11749         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11750         Calculate results for small negative arguments directly rather
11751         than using reflection formula with special underflow handling.
11752
11753         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11754         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11755         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11756         (fchflags): Likewise.
11757         (revoke): Likewise.
11758         (setlogin): Likewise.
11759         (sigaltstack): Likewise.
11760         (wait4): Likewise.
11761         (sigblock): Remove.
11762         (sigsetmask): Likewise.
11763         (wait3): Likewise.
11764         (waitpid): Likewise.
11765         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11766         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11767         file.
11768         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11769         * sysdeps/unix/bsd/Makefile: ... here.
11770         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11771         * sysdeps/unix/bsd/Versions: ... here.
11772         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11773         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11774         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11775         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11776         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11777         * sysdeps/unix/bsd/sigblock.c: ... here.
11778         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11779         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11780         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11781         * sysdeps/unix/bsd/sigvec.c: ... here.
11782         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11783         * sysdeps/unix/bsd/tcdrain.c: ... here.
11784         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11785         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11786         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11787         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11788         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11789         * sysdeps/unix/bsd/wait.c: ... here.
11790         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11791         * sysdeps/unix/bsd/wait3.c: ... here.
11792         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11793         * sysdeps/unix/bsd/waitpid.c: ... here.
11794
11795 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11796
11797         [BZ #16356]
11798         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11799         round-to-nearest for [!USE_AS_EXPM1L].
11800         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11801         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11802         more tests of exp and exp10.  Expect some exp10 tests to miss
11803         exceptions or fail in directed rounding modes.
11804         * math/auto-libm-test-out: Regenerated.
11805         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11806         (exp10_test_tonearest): New function.
11807         (exp10_towardzero_test_data): New array.
11808         (exp10_test_towardzero): New function.
11809         (exp10_downward_test_data): New array.
11810         (exp10_test_downward): New function.
11811         (exp10_upward_test_data): New array.
11812         (exp10_test_upward): New function.
11813         (main): Call the new functions.
11814         * sysdeps/i386/fpu/libm-test-ulps: Update.
11815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11816
11817 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11818
11819         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11820         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11821         * math/auto-libm-test-out: Regenerated.
11822         * math/libm-test.inc (acosh_test_data): Add more tests.
11823         (atanh_test_data): Likewise.
11824         (ceil_test_data): Likewise.
11825         (copysign_test_data): Likewise.
11826         * sysdeps/i386/fpu/libm-test-ulps: Update.
11827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11828
11829         * timezone/checktab.awk: Update from tzcode 2013i.
11830         * timezone/private.h: Likewise.
11831         * timezone/scheck.c: Likewise.
11832         * timezone/tzfile.h: Likewise.
11833         * timezone/tzselect.ksh: Likewise.
11834         * timezone/zdump.c: Likewise.
11835         * timezone/zic.c: Likewise.
11836
11837         * math/auto-libm-test-in: Add tests of cpow.
11838         * math/auto-libm-test-out: Regenerated.
11839         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11840         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11841         mpc_cc_c.
11842         (func_calc_desc): Add mpc_cc_c union field.
11843         (test_functions): Add cpow.
11844         (special_fill_2pi): New function.
11845         (special_real_inputs): Add 2pi.
11846         (calc_generic_results): Handle mpc_cc_c.
11847         * sysdeps/i386/fpu/libm-test-ulps: Update.
11848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11849
11850         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11851         csqrt, ctan and ctanh.
11852         * math/auto-libm-test-out: Regenerated.
11853         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11854         (TEST_COND_x86): Likewise.
11855         (ccos_test_data): Use AUTO_TESTS_c_c.
11856         (ccosh_test_data): Likewise.
11857         (cexp_test_data): Likewise.
11858         (clog_test_data): Likewise.
11859         (csqrt_test_data): Likewise.
11860         (ctan_test_data): Likewise.
11861         (ctan_tonearest_test_data): Likewise.
11862         (ctan_towardzero_test_data): Likewise.
11863         (ctan_downward_test_data): Likewise.
11864         (ctan_upward_test_data): Likewise.
11865         (ctanh_test_data): Likewise.
11866         (ctanh_tonearest_test_data): Likewise.
11867         (ctanh_towardzero_test_data): Likewise.
11868         (ctanh_downward_test_data): Likewise.
11869         (ctanh_upward_test_data): Likewise.
11870         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11871         mpc_c_c.
11872         (func_calc_desc): Add mpc_c_c union field.
11873         (FUNC_mpc_c_c): New macro.
11874         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11875         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11876         ctanh.
11877         (special_fill_min_subnorm_p120): New function.
11878         (special_real_inputs): Add min_subnorm_p120.
11879         (calc_generic_results): Handle mpc_c_c.
11880         * sysdeps/i386/fpu/libm-test-ulps: Update.
11881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11882
11883 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11884
11885         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11886         (do_sin_slow): New functions.
11887         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11888         (cslow2, csloww1, csloww2): Use the new functions.
11889
11890         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11891         Use M to change sign of result instead of X.  Assume X is
11892         positive.
11893         (csloww1): Likewise.
11894         (__sin): Adjust.
11895         (__cos): Adjust.
11896
11897         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11898         arguments A and DA.
11899         (__sin): Adjust.
11900         (__cos): Likewise.
11901
11902         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11903         (__cos): Likewise.
11904         (sloww1): Don't adjust sign of DX.
11905         (csloww1): Likewise.
11906         (sloww2): Use X directly and don't adjust sign of DX.
11907         (csloww2): Likewise.
11908
11909 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11910
11911         * math/auto-libm-test-in: Add tests of cabs and carg.
11912         * math/auto-libm-test-out: Regenerated.
11913         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11914         (carg_test_data): Likewise.
11915         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11916         mpc_c_f.
11917         (func_calc_desc): Add mpc_c_f union field.
11918         (test_functions): Add cabs and carg.
11919         (calc_generic_results): Handle mpc_c_f.
11920
11921         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11922         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11923         as a macro and a compat symbol.
11924         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11925         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11926         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11927         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11928         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11929         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11930         not use .hidden.
11931         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11932         Likewise.
11933         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11934         Likewise.
11935         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11936         Likewise.
11937         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11938         Likewise.
11939         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11940         Likewise.
11941         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11942         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11943         from GLIBC_2.3.2.
11944
11945 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11946
11947         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11948
11949 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11950
11951         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11952         trailing whitespace removed.
11953         * scripts/config.guess: Update to version 2013-11-29.
11954         * scripts/config.sub: Update to version 2013-10-01.
11955
11956         * math/auto-libm-test-in: Add tests of sincos.
11957         * math/auto-libm-test-out: Regenerated.
11958         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11959         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11960         mpfr_f_11.
11961         (func_calc_desc): Add mpfr_f_11 union field.
11962         (test_functions): Add sincos.
11963         (calc_generic_results): Handle mpfr_f_11.
11964         * sysdeps/i386/fpu/libm-test-ulps: Update.
11965         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11966
11967 2013-12-19  Andreas Schwab  <schwab@suse.de>
11968
11969         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11970         CALL_MCOUNT.
11971         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11972         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11973         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11974
11975 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11976
11977         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11978         * sysdeps/i386/fpu/libm-test-ulps: Update.
11979         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11980
11981         [BZ #16293]
11982         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11983         round-to-nearest mode when using frndint.
11984         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11985         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11986         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11987         Likewise.
11988         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11989         sinh test to fail.
11990         * math/auto-libm-test-out: Regenerated.
11991         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11992         (TEST_COND_x86): Likewise.
11993         (expm1_tonearest_test_data): New array.
11994         (expm1_test_tonearest): New function.
11995         (expm1_towardzero_test_data): New array.
11996         (expm1_test_towardzero): New function.
11997         (expm1_downward_test_data): New array.
11998         (expm1_test_downward): New function.
11999         (expm1_upward_test_data): New array.
12000         (expm1_test_upward): New function.
12001         (main): Run the new test functions.
12002         * sysdeps/i386/fpu/libm-test-ulps: Update.
12003         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12004
12005         * include/features.h: Update comment documenting feature test
12006         macros.  Mention _DEFAULT_SOURCE in comment.
12007         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
12008         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
12009         _BSD_SOURCE and _SVID_SOURCE.
12010         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
12011         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
12012         !_SVID_SOURCE]: Likewise.
12013         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12014         (__USE_POSIX_IMPLICITLY): Define.
12015         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12016         (_POSIX_SOURCE): Undefine and redefine.
12017         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
12018         (_POSIX_C_SOURCE): Likewise.
12019         * manual/creature.texi (_DEFAULT_SOURCE): Document.
12020         (Feature Test Macros): Update documentation of default features.
12021
12022 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
12023
12024         * benchtests/Makefile: Add bench-strtok.
12025         * benchtests/bench-strtok.c: New file: strtok benchtest.
12026
12027 2013-12-19  Allan McRae  <allan@archlinux.org>
12028
12029         * manual/install.texi: Suppress menu for plain text output.
12030         * INSTALL: Regenerated.
12031
12032 2013-12-18  Brooks Moses  <bmoses@google.com>
12033
12034         [BZ #15846]
12035         * misc/getauxval.c: Include errno.h.
12036         (__getauxval): Set errno to ENOENT if the requested type is not
12037         found.
12038         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12039         don't declare with __attribute_const__.
12040         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12041         * manual/startup.texi: Document that getauxval sets errno.
12042
12043 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12044
12045         * math/auto-libm-test-in: Add tests of jn and yn.
12046         * math/auto-libm-test-out: Regenerated.
12047         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12048         (yn_test_data): Likewise.
12049         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12050         mpfr_if_f.
12051         (func_calc_desc): Add mpfr_if_f union field.
12052         (FUNC_mpfr_if_f): New macro.
12053         (test_functions): Add jn and yn.
12054         (calc_generic_results): Assert type of second input for
12055         mpfr_ff_f.  Handle mpfr_if_f.
12056         (output_for_one_input_case): Disable all checking for arguments
12057         fitting floating-point types in case of an integer argument.
12058         * sysdeps/i386/fpu/libm-test-ulps: Update.
12059         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12060
12061         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12062         Don't expect fegetround reference in libm.so.
12063
12064 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12065
12066         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12067         $(config-cflags-nofma).
12068
12069 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12070
12071         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12072         * math/auto-libm-test-out: Regenerated.
12073
12074         [BZ #16338]
12075         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12076         to determine exponent and adjust argument to have exponent of -1.
12077         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12078         log2.
12079         * math/auto-libm-test-out: Regenerated.
12080         * sysdeps/i386/fpu/libm-test-ulps: Update.
12081         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12082
12083 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12084
12085         * manual/probes.texi: Remove cases when per-thread arenas are
12086         disabled.
12087
12088 2013-12-18  Andreas Schwab  <schwab@suse.de>
12089
12090         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12091         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12092         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12093         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12094         * sysdeps/i386/i686/multiarch/Makefile: Update.
12095         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12096
12097 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12098
12099         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12100         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12101
12102 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12103
12104         [BZ #15968]
12105         Support TZ transition times < 00:00:00.
12106         This is needed for version-3 tz-format files; it supports time
12107         stamps past 2037 for America/Godthab (the only entry in the tz
12108         database for which this change is relevant).
12109         * manual/time.texi (TZ Variable): Document transition times
12110         from -167:59:59 through -00:00:01.
12111         * time/tzset.c (tz_rule): Time of day is now signed.
12112         (__tzset_parse_tz): Parse negative time of day.
12113
12114         Document TZ transition times >= 25:00:00.
12115         * manual/time.texi (TZ Variable): Document transition times from
12116         25:00:00 through 167:59:59.  These are already supported, and this
12117         support will help with version-3 tz-format files.
12118
12119         * manual/time.texi (TZ Variable): Modernize North America example
12120         to reflect current (i.e., 2007-and-later) daylight saving rules.
12121
12122         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12123
12124 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12125
12126         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12127         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12128         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12129         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12130         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12131         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12132         * sysdeps/unix/bsd/clock.c: Likewise.
12133         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12134         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12135         * sysdeps/unix/bsd/init-posix.c: Likewise.
12136         * sysdeps/unix/bsd/poll.c: Likewise.
12137         * sysdeps/unix/bsd/ptsname.c: Likewise.
12138         * sysdeps/unix/bsd/seekdir.c: Likewise.
12139         * sysdeps/unix/bsd/setegid.c: Likewise.
12140         * sysdeps/unix/bsd/seteuid.c: Likewise.
12141         * sysdeps/unix/bsd/setgid.c: Likewise.
12142         * sysdeps/unix/bsd/setrgid.c: Likewise.
12143         * sysdeps/unix/bsd/setruid.c: Likewise.
12144         * sysdeps/unix/bsd/setsid.c: Likewise.
12145         * sysdeps/unix/bsd/setuid.c: Likewise.
12146         * sysdeps/unix/bsd/sigaction.c: Likewise.
12147         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12148         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12149         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12150         * sysdeps/unix/bsd/telldir.c: Likewise.
12151         * sysdeps/unix/bsd/times.c: Likewise.
12152         * sysdeps/unix/bsd/usleep.c: Likewise.
12153
12154         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12155         ($(objpfx)libbsd-compat.a): Remove rule.
12156
12157         * include/features.h (__FAVOR_BSD): Do not define.
12158         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12159         features conflicting with POSIX.
12160         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12161         (_BSD_SOURCE): Remove description of not being a subset of other
12162         feature test macros.
12163         * manual/job.texi (getpgrp): Do not document BSD version.
12164         (getpgid): Do not document by reference to BSD getpgrp.
12165         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12166         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12167         * signal/signal.h [__FAVOR_BSD]: Likewise.
12168         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12169         instead of making contents conditional on [__FAVOR_BSD].
12170         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12171
12172 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12173
12174         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12175
12176 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12177
12178         [BZ #16314]
12179         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12180         values below 2**-450, not 2**-500.
12181         * math/auto-libm-test-in: Don't allow spurious underflow from
12182         hypot.
12183         * math/auto-libm-test-out: Regenerated.
12184
12185         [BZ #16316]
12186         [BZ #16330]
12187         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12188         values of ha and hb and sort them after adjusting subnormal
12189         arguments.
12190         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12191         Likewise.
12192         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12193         values of ea and eb and sort them after adjusting subnormal
12194         arguments.
12195         * math/auto-libm-test-in: Do not expect some hypot tests of
12196         subnormals to fail.  Add more hypot tests.
12197         * math/auto-libm-test-out: Regenerated.
12198
12199 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12200
12201         [BZ #13304]
12202         * sysdeps/sh/s_fma.c: New file.
12203         * sysdeps/sh/s_fmaf.c: New file.
12204         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12205         version.
12206         * sysdeps/sh/Implies: Add sh/soft-fp.
12207
12208 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12209
12210         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12211         level of indirection to members `objname', `errstring', `malloced'.
12212         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12213         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12214         it as the __longjmp argument (just pass 1 instead).
12215         (_dl_catch_error): Initialize C with argument pointers and address of
12216         volatile local ERRCODE rather than copying values out of C at return.
12217
12218 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12219
12220         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12221         * math/auto-libm-test-out: Regenerated.
12222         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12223         (hypot_test_data): Likewise.
12224         (pow_test_data): Likewise.
12225         (pow_tonearest_test_data): Likewise.
12226         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12227         mpfr_ff_f.
12228         (func_calc_desc): Add mpfr_ff_f union field.
12229         (FUNC_mpfr_ff_f): New macro.
12230         (test_functions): Add atan2, hypot and pow.
12231         (special_fill_min): New function.
12232         (special_fill_minus_min): Likewise.
12233         (special_fill_min_subnorm): Likewise.
12234         (special_fill_minus_min_subnorm): Likewise.
12235         (special_real_inputs): Add min, -min, min_subnorm and
12236         -min_subnorm.
12237         (calc_generic_results): Handle mpfr_ff_f.
12238         * sysdeps/i386/fpu/libm-test-ulps: Update.
12239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12240
12241 2013-12-16  Will Newton  <will.newton@linaro.org>
12242
12243         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12244         (Aligned Memory Blocks): Add documentation for aligned_alloc
12245         and suggest it as an alternative to posix_memalign.
12246         (Hooks for Malloc): Document __memalign_hook is also called
12247         for aligned_alloc.  (Summary of Malloc): Add summary for
12248         aligned alloc.  Document __memalign_hook is also called
12249         for aligned_alloc.
12250
12251 2013-12-16  Will Newton  <will.newton@linaro.org>
12252
12253         * manual/memory.texi (Malloc Examples): Clarify default
12254         alignment documentation.  Suggest posix_memalign rather
12255         than memalign or valloc.
12256         (Aligned Memory Blocks): Remove suggestion to use memalign
12257         or valloc.  Remove obsolete comment about BSD.
12258         Document memalign errno values and mark the function obsolete.
12259         Document posix_memalign returned error codes.  Mark valloc
12260         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12261         called for posix_memalign and valloc.
12262         (Summary of Malloc): Add posix_memalign to function summary.
12263         __memalign_hook is also called for posix_memalign and valloc.
12264
12265 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12266
12267         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12268         TAYLOR_SIN.
12269         (__sin): Adjust.
12270         (__cos): Likewise.
12271         (sloww): Use mynumber union.  Expand ternary operator into
12272         if-else statements.
12273         (cslow): use mynumber union.
12274
12275 2013-12-16  Allan McRae  <allan@archlinux.org>
12276
12277         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12278         * configure: Regenerated.
12279
12280         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12281
12282         [BZ #14120]
12283         * configure.ac: Added --enable-maintainer-mode. Check for
12284         autoconf when enabled.
12285         * configure: Regenerated.
12286
12287         * nscd/nscd.service: New file.
12288         * nscd/nscd.tmpfiles: New file.
12289
12290 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12291
12292         [BZ #12100]
12293         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12294         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12295         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12296         (strstr): Add __strstr_sse2_unaligned ifunc.
12297         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12298         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12299         (strcasestr): Remove __strcasestr_sse42 ifunc.
12300         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12301         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12302         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12303
12304 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12305
12306         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12307         * sysdeps/sh/bits/fenv.h: ... here.
12308         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12309
12310 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12311
12312         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12313
12314         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12315         hypotf multiarch implementations.
12316         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12317         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12318         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12319         multiarch hypot for PPC64.
12320         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12321         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12322         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12323         multiarch hypotf for PPC64.
12324
12325         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12326         modff multiarch implementations.
12327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12329         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12330         multiarch modf for PPC64.
12331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12334         multiarch modff for PPC64.
12335
12336         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12337         and logl multiarch implementations.
12338         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12341         multiarch logb for PPC64.
12342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12344         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12345         multiarch logb for PPC64.
12346         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12348         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12349         multiarch logb for PPC64.
12350
12351         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12352         isinff multiarch implementation.
12353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12354         file.
12355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12356         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12357         multiarch isinf for PPC64.
12358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12359         file.
12360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12361         multiarch isinff for PPC64.
12362
12363         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12364         finitef multiarch implementation.
12365         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12366         file.
12367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12369         multiarch finite for PPC64.
12370         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12371         file.
12372         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12373         multiarch finitef for PPC64.
12374
12375         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12376         lrint multiarch implementation.
12377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12378         file.
12379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12381         multiarch llrint for PPC64.
12382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12383         multiarch lrint for PPC64.
12384
12385         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12386         copysignf multiarch implementation.
12387         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12388         file.
12389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12390         file.
12391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12392         multiarch copysign for PPC64.
12393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12394         multiarch copysignf for PPC64.
12395
12396         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12397         multiarch implementation.
12398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12399         file.
12400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12401         file.
12402         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12403         file.
12404         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12405         file.
12406         multiarch llround for PPC64.
12407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12408         multiarch trunc for PPC64.
12409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12410         multiarch truncf for PPC64.
12411
12412         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12413         multiarch implementation.
12414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12415         file.
12416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12417         file.
12418         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12419         file.
12420         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12421         file.
12422         multiarch llround for PPC64.
12423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12424         multiarch round for PPC64.
12425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12426         multiarch roundf for PPC64.
12427
12428         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12429         multiarch implementation.
12430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12431         file.
12432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12433         file.
12434         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12435         file.
12436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12437         file.
12438         multiarch llround for PPC64.
12439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12440         multiarch floor for PPC64.
12441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12442         multiarch floorf for PPC64.
12443
12444         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12445         multiarch implementation.
12446         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12447         file.
12448         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12449         file.
12450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12451         file.
12452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12453         file.
12454         multiarch llround for PPC64.
12455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12456         multiarch ceil for PPC64.
12457         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12458         multiarch ceilf for PPC64.
12459
12460         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12461         multiarch implementation.
12462         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12463         file.
12464         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12465         file.
12466         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12467         file.
12468         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12469         multiarch llround for PPC64.
12470         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12471         multiarch lround for PPC64.
12472
12473         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12474         multiarch implementation.
12475         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12476         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12477         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12478         file.
12479         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12480         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12481         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12482         multiarch isnan for PPC64.
12483         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12484         multiarch isnanf for PPC64.
12485
12486         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12487         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12488         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12489         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12490         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12491         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12492
12493         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12494         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12495         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12496         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12497
12498         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12499         multiarch implementations.
12500         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12501         (__libc_ifunc_impl_list): Likewise.
12502         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12503         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12504         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12505         multiarch stpcpy for PPC64.
12506
12507         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12508         multiarch implementations.
12509         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12510         (__libc_ifunc_impl_list): Likewise.
12511         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12512         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12513         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12514         multiarch strcpy for PPC64.
12515
12516         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12517         redefine function name.
12518         (_wordcopy_fwd_dest_aligned): Likewise.
12519         (_wordcopy_bwd_aligned): Likewise.
12520         (_wordcopy_bwd_dest_aligned): Likewise.
12521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12522         multiarch implementations.
12523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12524         (__libc_ifunc_impl_list): Likewise.
12525         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12526         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12527         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12528         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12529         multiarch wcscpy for PPC64.
12530
12531         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12532         multiarch implementations.
12533         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12534         (__libc_ifunc_impl_list): Likewise.
12535         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12536         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12537         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12538         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12539         multiarch wcscpy for PPC64.
12540
12541         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12542         multiarch implementations.
12543         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12544         (__libc_ifunc_impl_list): Likewise.
12545         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12546         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12547         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12548         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12549         multiarch wcsrchr for PPC64.
12550
12551         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12552         multiarch implementations.
12553         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12554         (__libc_ifunc_impl_list): Likewise.
12555         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12556         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12557         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12558         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12559         multiarch wcschr for PPC64.
12560
12561         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12562         multiarch implementations.
12563         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12564         (__libc_ifunc_impl_list): Likewise.
12565         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12566         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12567         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12568         multiarch strchrnul for PPC64.
12569
12570         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12571         implementations.
12572         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12573         (__libc_ifunc_impl_list): Likewise.
12574         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12575         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12576         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12577         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12578         strchr for PPC64.
12579
12580         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12581         implementations.
12582         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12583         (__libc_ifunc_impl_list): Likewise.
12584         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12585         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12586         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12587         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12588         strncmp for PPC64.
12589
12590         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12591         multiarch implementations.
12592         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12593         (__libc_ifunc_impl_list): Likewise.
12594         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12595         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12596         strncasecmp for PPC64.
12597         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12598         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12599         multiarch strncasecmp_l for PPC64.
12600
12601         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12602         multiarch implementations.
12603         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12604         (__libc_ifunc_impl_list): Likewise.
12605         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12606         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12607         multiarch strcasecmp for PPC64.
12608         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12609         file.
12610         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12611         multiarch strcasecmp_l for PPC64.
12612
12613         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12614         implementations.
12615         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12616         (__libc_ifunc_impl_list): Likewise.
12617         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12618         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12619         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12620         strnlen for PPC64.
12621
12622         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12623         implementations.
12624         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12625         (__libc_ifunc_impl_list): Likewise.
12626         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12627         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12628         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12629         strlen for PPC64.
12630
12631         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12632         implementations.
12633         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12634         (__libc_ifunc_impl_list): Likewise.
12635         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12636         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12637         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12638         rawmemrchr for PPC64.
12639
12640         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12641         implementation.
12642         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12643         (__libc_ifunc_impl_list): Likewise.
12644         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12645         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12646         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12647         memrchr for PPC64.
12648
12649         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12650         implementation.
12651         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12652         (__libc_ifunc_impl_list): Likewise.
12653         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12654         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12655         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12656         memchr for PPC64.
12657
12658         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12659         implementation.
12660         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12661         (__libc_ifunc_impl_list): Likewise.
12662         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12663         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12664         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12665         mempcpy for PPC64.
12666
12667         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12668         avoid cretion of __bzero symbol.
12669         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12670         Likewise.
12671         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12672         Likewise.
12673         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12674         Likewise.
12675         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12676         multiarch implementations.
12677         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12678         (__libc_ifunc_impl_list): Likewise.
12679         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12680         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12681         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12682         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12683         bzero for PPC32.
12684         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12685         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12686         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12687         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12688         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12689         memset for PPC64.
12690         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12691
12692         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12693         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12694         implementations.
12695         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12696         (__libc_ifunc_impl_list): Likewise.
12697         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12698         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12699         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12700         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12701         memcmp for PPC64.
12702
12703         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12704         multiarch for POWER/PPC64.
12705         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12706         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12707         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12708         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12709         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12710         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12711         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12712         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12713         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12714         memcpy for PPC64.
12715
12716         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12717         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12718         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12719         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12720         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12721         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12722         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12723         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12724         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12725         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12726         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12727         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12728         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12729         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12730         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12731         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12732         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12733         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12734         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12735         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12736         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12737         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12738
12739 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12740
12741         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12742
12743 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12744
12745         * benchtests/Makefile (bench): Add exp2 and log2.
12746         (LDLIBS-bench-exp2): Add -lm.
12747         (LDLIBS-bench-log2): Likewise.
12748         * benchtests/exp2-inputs: New inputs file.
12749         * benchtests/log2-inputs: New inputs file.
12750         * benchtests/log-inputs: Add new inputs.
12751         * benchtests/tan-inputs: Likewise.
12752
12753 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12754
12755         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12756         definition...
12757         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12758         (csloww2): ... from here.
12759
12760         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12761         instead of structures.
12762         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12763         (POLYNOMIAL): Likewise.
12764         (TAYLOR_SLOW): Likewise.
12765         (__sin): Likewise.
12766         (__cos): Likewise.
12767         (slow1): Likewise.
12768         (slow2): Likewise.
12769         (sloww): Likewise.
12770         (sloww1); Likewise.
12771         (sloww2): Likewise.
12772         (bsloww1): Likewise.
12773         (bsloww2): Likewise.
12774         (cslow2): Likewise.
12775         (csloww): Likewise.
12776         (csloww1): Likewise.
12777         (csloww2): Likewise.
12778
12779 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12780
12781         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12782         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12783         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12784         * malloc/hooks.c (realloc_check): Likewise.
12785
12786         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12787         * malloc/arena.c: Remove PER_THREAD conditional.
12788         [!PER_THREAD]: Remove code.
12789         (ptmalloc_unlock_all2): Likewise.
12790         (ptmalloc_init): Likewise.
12791         (_int_new_arena): Likewise.
12792         (arena_get2): Likewise.
12793         * malloc/hooks.c (__malloc_get_state): Likewise.
12794         (__malloc_set_state): Likewise.
12795         * malloc/malloc.c: Likewise.
12796         (struct malloc_state): Likewise.
12797         (struct malloc_par): Likewise.
12798         (__libc_realloc): Likewise.
12799         (__libc_mallopt): Likewise.
12800
12801 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12802
12803         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12804
12805 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12806
12807         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12808         macro to a function.  Check for zero perturb_byte.
12809         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12810
12811         * malloc/malloc.c: (force_reg): Remove.
12812         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12813         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12814         force_reg by atomic_forced_read.
12815         * malloc/arena.c (ptmalloc_init): Likewise.
12816         * malloc/hooks.c (top_check): Likewise.
12817
12818 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12819
12820         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12821
12822 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12823
12824         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12825
12826 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12827
12828         * math/auto-libm-test-in: Add tests of lgamma.
12829         * math/auto-libm-test-out: Regenerated.
12830         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12831         (M_LOG_2_SQRT_PIl): Likewise.
12832         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12833         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12834         mpfr_f_f1.
12835         (func_calc_desc): Add mpfr_f_f1 union field.
12836         (ARGS1): New macro.
12837         (ARGS2): Likewise.
12838         (ARGS3): Likewise.
12839         (ARGS4): Likewise.
12840         (RET1): Likewise.
12841         (RET2): Likewise.
12842         (CALC): Likewise.
12843         (FUNC): Likewise.
12844         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12845         (test_functions): Add lgamma.
12846         (calc_generic_results): Handle mpfr_f_f1.
12847         * sysdeps/i386/fpu/libm-test-ulps: Update.
12848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12849
12850 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12851
12852         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12853         __mpn_add_n for PowerPC64/POWER7.
12854         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12855         __mpn_sub_n for PowerPC64/POWER7.
12856
12857         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12858         __mpn_addmul_1 for PowerPC64.
12859         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12860         __mpn_submul_1 for PowerPC64.
12861         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12862         for PowerPC64.
12863         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12864         for PowerPC64.
12865
12866 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12867
12868         [BZ #15089]
12869         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12870
12871 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12872
12873         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12874
12875         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12876         add multiarch folders.
12877         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12878         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12879         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12880         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12881         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12882         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12883         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12884         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12885         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12886         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12887         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12888         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12889         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12890         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12891         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12892         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12894
12895         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12896         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12898         New file.
12899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12900         New file.
12901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12902         multiarch __ieee754_hypot for PowerPC32.
12903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12904         New file.
12905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12906         New file.
12907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12908         multiarch __ieee754_hypotf for PowerPC32.
12909
12910         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12911         long_double_symbol only if __logbl is defined.
12912         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12913         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12914         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12915         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12916         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12917         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12918         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12919         path for implementation.
12920         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12921         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12922         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12923         logb, and logbl multiarch implementations for PowerPC32.
12924         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12925         file.
12926         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12927         file.
12928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12929         multiarch logb for PowerPC32.
12930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12931         file.
12932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12933         file.
12934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12935         multiarch logbf for PowerPC32.
12936         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12937         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12938         file.
12939         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12940         multiarch logbl implementation for PowerPC32.
12941
12942         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12943         and modff multiarch implementations.
12944         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12945         New file.
12946         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12947         New file.
12948         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12949         multiarch modf for PowerPC32.
12950         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12951         New file.
12952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12953         New file.
12954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12955         multiarch modff for PowerPC32.
12956
12957         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12958         and lrintf multiarch implementations.
12959         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12960         New file.
12961         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12962         New file.
12963         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12964         multiarch lrint for PowerPC32.
12965         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12966         file: multiarch lrintf for PowerPC32.
12967
12968         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12969         and lroundf multiarch implementations.
12970         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12971         New file.
12972         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12973         New file.
12974         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12975         New file.
12976         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12977         multiarch lround for PowerPC32.
12978         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12979         file: multiarch lroundf for PowerPC32.
12980
12981         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12982         copysign and copysignf multiarch implementations.
12983         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12984         New file.
12985         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12986         New file.
12987         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12988         file: multiarch copysign for PowerPC32.
12989         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12990         file: multiarch copysignf for PowerPC32.
12991
12992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12993         and truncf multiarch implementations.
12994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12995         New file.
12996         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12997         file.
12998         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12999         multiarch trunc for PowerPC32.
13000         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
13001         New file.
13002         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
13003         New file.
13004         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
13005         multiarch truncf for PowerPC32.
13006
13007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
13008         and roundf multiarch implementations.
13009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
13010         New file.
13011         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
13012         file.
13013         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
13014         multiarch round for PowerPC32.
13015         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
13016         New file.
13017         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
13018         New file.
13019         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
13020         multiarch roundf for PowerPC32.
13021
13022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
13023         and floorf multiarch implementations.
13024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13025         New file.
13026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13027         file.
13028         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13029         multiarch floor for PowerPC32.
13030         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13031         New file.
13032         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13033         New file.
13034         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13035         multiarch floorf for PowerPC32.
13036
13037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13038         and ceilf multiarch implementations.
13039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13040         New file.
13041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13042         file.
13043         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13044         multiarch ceil for PowerPC32.
13045         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13046         New file.
13047         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13048         file.
13049         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13050         multiarch ceilf for PowerPC32.
13051
13052         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13053         is defined.
13054         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13055         FINITEF is defined.
13056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13057         and finitef multiarch implementations.
13058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13059         New file.
13060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13061         file.
13062         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13063         multiarch finite for PowerPC32.
13064         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13065         New file.
13066         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13067         file: multiarch finitef for PowerPC32.
13068
13069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13070         and isinff multiarch implementations.
13071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13072         file.
13073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13074         file.
13075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13076         multiarch isinf for PowerPC32.
13077         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13078         New file.
13079         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13080         multiarch isinff for PowerPC32.
13081
13082         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13083         alias when __isnan is defined.
13084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13085         and isnanf multiarch implementations.
13086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13087         file.
13088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13089         file.
13090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13091         file.
13092         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13093         file.
13094         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13095         multiarch isnan for PowerPC32.
13096         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13097         New file.
13098         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13099         New file.
13100         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13101         multiarch isnanf for PowerPC32.
13102
13103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13104         and sqrtf multiarch implementations.
13105         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13106         file.
13107         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13108         file.
13109         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13110         multiarch sqrt for PowerPC32.
13111         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13112         file.
13113         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13114         file.
13115         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13116         multiarch sqrtf for PowerPC32.
13117
13118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13119         and llroundf multiarch implementations.
13120         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13121         New file.
13122         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13123         New file.
13124         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13125         New file.
13126         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13127         file: multiarch llround for PowerPC32.
13128         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13129         file: multiarch llroundf for PowerPC32.
13130
13131         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13132         multiarch PowerPC32 fpu implementations.
13133         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13134         New file.
13135         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13136         New file.
13137         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13138         multiarch llrint for PowerPC32.
13139         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13140         New file.
13141         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13142         New file.
13143         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13144         file.
13145
13146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13147
13148         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13149         file.
13150         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13151         file.
13152         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13153         file.
13154         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13155         multiarch wordcopy for PPC32.
13156         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13157         wordcopy objects.
13158         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13159         (__libc_ifunc_impl_list): Likewise.
13160         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13161         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13162         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13163         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13164         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13165         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13166
13167         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13169         file.
13170         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13171         file.
13172         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13173         file.
13174         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13175         multiarch wcscpy for PPC32.
13176         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13177         multiarch objects.
13178         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13179         (__libc_ifunc_impl_list): Likewise.
13180         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13181         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13182         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13183         sysdeps/powerpc/power6/wcscpy.c.
13184
13185         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13186         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13187         file.
13188         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13189         file.
13190         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13191         file.
13192         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13193         multiarch wcsrchr for PPC32.
13194         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13195         multiarch objects.
13196         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13197         (__libc_ifunc_impl_list): Likewise.
13198         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13199         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13200         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13201         sysdeps/powerpc/power6/wcsrchr.c.
13202
13203         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13204         file.
13205         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13206         file.
13207         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13208         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13209         multiarch wcschr for PPc32.
13210         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13211         multiarch objects.
13212         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13213         (__libc_ifunc_impl_list): Likewise.
13214         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13215         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13216         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13217         sysdeps/powerpc/power6/wcschr.c.
13218
13219         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13220         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13221         file.
13222         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13223         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13224         file: multiarch strchr for PPC32.
13225         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13226         multiarch objects.
13227         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13228         (__libc_ifunc_impl_list): Likewise.
13229
13230         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13231         name.
13232         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13233         file.
13234         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13235         file.
13236         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13237         multiarch strchrnul for PPC32.
13238         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13239         multiarch objects.
13240         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13241         (__libc_ifunc_impl_list): Likewise.
13242
13243         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13244         file.
13245         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13246         multiarch strncasecmp for PPC32.
13247         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13248         file.
13249         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13250         multiarch strncasecmp_l for PPC32.
13251         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13252         strncasecmp multiarch objects.
13253         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13254         (__libc_ifunc_impl_list): Likewise.
13255
13256         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13257         file.
13258         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13259         multiarch strncasecmp for PPC32.
13260         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13261         New file.
13262         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13263         multiarch strcasecmp_l for PPC32.
13264         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13265         multiarch objects.
13266         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13267         (__libc_ifunc_impl_list): Likewise.
13268
13269         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13270         file.
13271         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13272         file.
13273         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13274         multiarch strncmp for PPC32.
13275         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13276         multiarch objects.
13277         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13278         (__libc_ifunc_impl_list): Likewise.
13279
13280         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13281         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13282         file.
13283         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13284         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13285         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13286         multiarch objects.
13287         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13288         (__libc_ifunc_impl_list): Likewise.
13289
13290         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13291         file.
13292         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13293         file.
13294         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13295         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13296         multiarch objects.
13297         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13298         (__libc_ifunc_impl_list): Likewise.
13299
13300         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13301         file.
13302         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13303         file.
13304         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13305         multiarch rawmemchr for PPC32.
13306         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13307         multiarch objects.
13308         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13309         (__libc_ifunc_impl_list): Likewise.
13310
13311         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13312         file.
13313         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13314         file.
13315         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13316         file: memrchr multiarch for PPC32.
13317         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13318         multiarch objects.
13319         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13320         (__libc_ifunc_impl_list): Likewise.
13321
13322         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13323         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13324         file.
13325         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13326         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13327         multiarch memchr for PPC32.
13328         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13329         multiarch objects.
13330         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13331         (__libc_ifunc_impl_list): Likewise.
13332
13333         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13334         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13335         file.
13336         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13337         file.
13338         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13339         file: multiarch mempcpy for PPC32.
13340         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13341         multiarch objects.
13342         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13343         (__libc_ifunc_impl_list): Likewise.
13344
13345         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13346         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13347         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13348         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13349         multiarch bzero for PPC32.
13350         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13351         file.
13352         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13353         file.
13354         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13355         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13356         file: multiarch memset for PPC32.
13357         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13358         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13359         memset multiarch objects.
13360         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13361         (__libc_ifunc_impl_list): Likewise.
13362
13363         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13364         file.
13365         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13366         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13367         memcmp for PPC32.
13368         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13369         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13370         multiarch objects.
13371         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13372         (__libc_ifunc_impl_list): Likewise.
13373
13374         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13375         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13376         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13377         file.
13378         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13379         file.
13380         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13381         file.
13382         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13383         multiarch memcpy for PPC32.
13384         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13385         multiarch objects.
13386         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13387         (__libc_ifunc_impl_list): Likewise.
13388
13389         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
13390         support multiarch for POWER/PPC32.
13391         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13392         Likewise.
13393         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13394         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13395         Implies file to make multiarch folder appers before the fpu and
13396         default folder for power4 configuration.
13397
13398 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13399
13400         * scripts/bench.pl: Append volatile keyword to type.
13401
13402 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13403
13404         * sysdeps/sh/sotruss-lib.c: New file.
13405         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13406
13407 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13408
13409         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13410
13411 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13412
13413         [BZ #6810]
13414         * math/w_tgamma.c: Include <errno.h>.
13415         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13416         * math/w_tgammaf.c: Include <errno.h>.
13417         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13418         * math/w_tgammal.c: Include <errno.h>.
13419         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13420         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13421         underflow.  Add more tgamma tests.
13422         * math/auto-libm-test-out: Regenerated.
13423         * sysdeps/i386/fpu/libm-test-ulps: Update.
13424         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13425
13426         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13427         sin, sinh, tan, tanh, tgamma, y0 and y1.
13428         * math/auto-libm-test-out: Regenerated.
13429         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13430         (TEST_COND_x86): Likewise.
13431         (M_E2l): Remove macro.
13432         (M_E3l): Likewise.
13433         (M_2_SQRT_PIl): Likewise.
13434         (M_SQRT_PIl): Likewise.
13435         (M_1_DIV_El): Likewise.
13436         (log_test_data): Use AUTO_TESTS_f_f.
13437         (log10_test_data): Likewise.
13438         (log1p_test_data): Likewise.
13439         (log2_test_data): Likewise.
13440         (sin_test_data): Likewise.
13441         (sin_tonearest_test_data): Likewise.
13442         (sin_towardzero_test_data): Likewise.
13443         (sin_downward_test_data): Likewise.
13444         (sin_upward_test_data): Likewise.
13445         (sinh_test_data): Likewise.
13446         (sinh_tonearest_test_data): Likewise.
13447         (sinh_towardzero_test_data): Likewise.
13448         (sinh_downward_test_data): Likewise.
13449         (sinh_upward_test_data): Likewise.
13450         (tan_test_data): Likewise.
13451         (tan_tonearest_test_data): Likewise.
13452         (tan_towardzero_test_data): Likewise.
13453         (tan_downward_test_data): Likewise.
13454         (tan_upward_test_data): Likewise.
13455         (tanh_test_data): Likewise.
13456         (tgamma_test_data): Likewise.
13457         (y0_test_data): Likewise.
13458         (y1_test_data): Likewise.
13459         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13460         (special_real_inputs): Add pi/4.
13461         * sysdeps/i386/fpu/libm-test-ulps: Update.
13462         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13463
13464 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13465
13466         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13467         "longjmp_target" static probes.
13468         (__longjmp): Rename to __longjmp_symbol.
13469         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13470         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13471         on which longjmp to generate.
13472         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13473         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13474         probe.
13475         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13476         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13477         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13478         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13479         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13480         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13482         __longjmp_symbol based on which __longjmp to generate.
13483         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13484         probe.
13485         (setjmp): Rename to setjmp_symbol.
13486         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13487         (_setjmp): Rename to _setjmp_symbol.
13488         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13489         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13490         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13491         which setjmp to generate.
13492         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13493         "longjmp_target" static probes.
13494
13495 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13496
13497         * benchtests/README: Add note about output arguments.
13498         * benchtests/bench-sincos.c: Remove file.
13499         * benchtests/sincos-inputs: New file.
13500         * scripts/bench.pl: Identify output arguments and define
13501         static variables for them.
13502
13503         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13504
13505         [BZ #15941]
13506         * Makefile (INSTALL): Add install-plain.texi as the primary
13507         dependency.
13508         * manual/install-plain.texi: New file.
13509         * manual/install.texi: Include node directive only for
13510         non-plaintext output.
13511
13512 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13513
13514         * stdlib/longlong.h: Update from GCC.
13515
13516         [BZ #6807]
13517         [BZ #15901]
13518         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13519         * math/w_j0f.c (y0f): Likewise.
13520         * math/w_j0l.c (__y0l): Likewise.
13521         * math/w_j1.c (y1): Likewise.
13522         * math/w_j1f.c (y1f): Likewise.
13523         * math/w_j1l.c (__y1l): Likewise
13524         * math/w_jn.c (yn): Likewise.
13525         * math/w_jnf.c (ynf): Likewise.
13526         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13527         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13528         value for Bessel function domain errors outside _SVID_ mode.
13529         Adjust sign of return value for yn (negative integer, 0).
13530         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13531         by zero in return for negative x and set sign appropriately for
13532         negative n.
13533         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13534         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13535         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13536         expectations in error cases.
13537         (y1_test_data): Likewise.
13538         (yn_test_data): Likewise.
13539         * sysdeps/i386/fpu/libm-test-ulps: Update.
13540         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13541
13542 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13543
13544         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13545         "64" to "64-v1".  Add "64-v2".
13546         (abi-64-options): Rename to ...
13547         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13548         (abi-64-condition): Rename to ...
13549         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13550         (abi-64-ld-soname): Rename to ...
13551         (abi-64-v1-ld-soname): ... this.
13552         (abi-64-v2-options): Define.
13553         (abi-64-v2-condition): Likewise.
13554         (abi-64-v2-ld-soname): Likewise.
13555         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13556         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13560
13561 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13562             Alan Modra  <amodra@gmail.com>
13563
13564         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13565         New versions for use with the ELFv2 ABI.
13566         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13567         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13568         declaration.
13569         (struct La_ppc64v2_retval): Likewise.
13570         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13571         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13572         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13573         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13574         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13575         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13576         Do not save or restore CR.
13577         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13578         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13579         return values for ELFv2 ABI.  Fix location of FPR return registers.
13580         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13581         updated values for _CALL_ELF == 2.
13582         (La_regs, La_retval, int_retval): Likewise.
13583
13584 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13585
13586         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13587         (FRAME_MIN_SIZE_PARM): Likewise.
13588         (FRAME_BACKCHAIN): Likewise.
13589         (FRAME_CR_SAVE): Likewise.
13590         (FRAME_LR_SAVE): Likewise.
13591         (FRAME_TOC_SAVE): Likewise.
13592         (FRAME_PARM_SAVE): Likewise.
13593         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13594         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13595         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13596         (call_mcount_parm_offset): New macro.
13597         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13598         (PROF): Use symbolic stack frame offsets.
13599         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13600         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13601         Redefine in terms of FRAME_MIN_SIZE.
13602         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13603         (_dl_profile_resolve): Likewise.  Update comment.
13604         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13605         symbols stack frame offsets.
13606         (__sigsetjmp): Likewise.
13607         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13608         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13609         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13610         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13611
13612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13613         (FRAME_BACKCHAIN): Remove.
13614         (FRAME_CR_SAVE): Likewise.
13615         (FRAME_LR_SAVE): Likewise.
13616         (FRAME_COMPILER_DW): Likewise.
13617         (FRAME_LINKER_DW): Likewise.
13618         (FRAME_TOC_SAVE): Likewise.
13619         (FRAME_PARM_SAVE): Likewise.
13620         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13621         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13622         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13624         (CHECK_SP): Use symbolic stack frame offsets.
13625         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13626         zone" instead of caller's parameter save area for temp storage.
13627         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13628         Likewise.  Also, use symbolic stack frame offsets.
13629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13630         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13631         our own stack frame instead of the caller's.
13632         (__socket): Use symbolic stack frame offsets.
13633
13634 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13635             Alan Modra  <amodra@gmail.com>
13636
13637         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13638         Define.
13639         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13640         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13641         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13642         New function.
13643         (elf_machine_fixup_plt): Call it.
13644         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13645         reloc arguments.
13646         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13647         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13648         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13649         r2 before calling target.
13650
13651 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13652             Alan Modra  <amodra@gmail.com>
13653
13654         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13655         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13656         versions of macros to support ELFv2 ABI.
13657         (LOCALENTRY): New macro.
13658         (ENTRY, EALIGN): Use it.
13659         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13660         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13661         fall through into ENTRY entry point.
13662         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13663         Only define if _CALL_ELF != 2.
13664
13665         (elf_machine_matches_host): Verify ABI version matches.
13666         (RTLD_START): Use LOCALENTRY.
13667         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13668         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13669         (PLT_ENTRY_WORDS): New macro.
13670         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13671         (elf_machine_runtime_setup): Support ELFv2 ABI.
13672         (elf_machine_fixup_plt): Likewise.
13673         (elf_machine_plt_conflict): Likewise.
13674         (resolve_ifunc): Likewise.
13675         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13676         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13677         Likewise.
13678         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13679         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13681         (makecontext): Support ELFv2 ABI.
13682         * elf/elf.h (EF_PPC64_ABI): Define.
13683
13684 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13685
13686         * sysdeps/powerpc/powerpc64/sysdep.h
13687         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13688         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13689         (ENTRY) [ASSEMBLER]: ... but instead here ...
13690         (EALIGN) [ASSEMBLER]: ... and here.
13691         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13692         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13693         (ENTRY_2) [!ASSEMBLER]: Use it.
13694         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13695         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13696         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13697         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13698         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13699         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13700         Use PPC64_LOAD_FUNCPTR.
13701
13702         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13703
13704 2013-12-04  Alan Modra  <amodra@gmail.com>
13705
13706         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13707         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13708         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13709         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13710
13711         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13712         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13713         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13714         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13715         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13716         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13717
13718 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13719
13720         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13721         (__makecontext): Fix incorrect CFI when backtracing out of
13722         context created via makecontext.
13723         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13724         (__setcontext): Fix incorrect CFI during switch to new context.
13725         (__novec_setcontext): Likewise.
13726
13727 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13728
13729         [BZ #4772]
13730         * time/strptime_l.c (__strptime_internal): Allow modifiers
13731         in strptime.
13732         * time/tst-strptime.c (day_tests): Add testcase.
13733
13734 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13735
13736         * scripts/bench.pl: Skip over blank lines.
13737
13738 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13739
13740         [BZ #926]
13741         * manual/time.texi (Calendar Time): Clarify what timezone functions
13742         use.
13743
13744 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13745
13746         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13747
13748 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13749
13750         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13751         implementation.
13752         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13753         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13754         * debug/memset_chk.c (__memset_chk): Likewise.
13755         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13756         * debug/strncpy_chk.c: Likewise.
13757
13758 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13759
13760         [BZ #15268]
13761         [BZ #15425]
13762         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13763         (__ieee754_exp): For possibly underflowing results, check size of
13764         result and force underflow exception if required.
13765         * math/auto-libm-test-in: Add more tests of exp.
13766         * math/auto-libm-test-out: Regenerated.
13767         * sysdeps/i386/fpu/libm-test-ulps: Update.
13768         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13769
13770         [BZ #16283]
13771         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13772         * math/w_exp2f.c (__exp2f): Likewise.
13773         * math/w_exp2l.c (__exp2l): Likewise.
13774         * math/auto-libm-test-in: Do not allow missing errno on exp2
13775         underflow.
13776         * math/auto-libm-test-out: Regenerated.
13777
13778 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13779
13780         [BZ #16274]
13781         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13782         handle filename validation.
13783         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13784         (do_open): Delete.
13785
13786 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13787
13788         [BZ #6786]
13789         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13790         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13791         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13792         <float.h>.
13793         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13794         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13795         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13796         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13797         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13798         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13799         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13800         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13801         Add more erfc tests.
13802         * math/auto-libm-test-out: Regenerated.
13803         * sysdeps/i386/fpu/libm-test-ulps: Update.
13804         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13805
13806         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13807         exp2, expm1, j0 and j1.
13808         * math/auto-libm-test-out: Regenerated.
13809         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13810         (erfc_test_data): Likewise.
13811         (exp_test_data): Likewise.
13812         (exp_tonearest_test_data): Likewise.
13813         (exp_towardzero_test_data): Likewise.
13814         (exp_downward_test_data): Likewise.
13815         (exp_upward_test_data): Likewise.
13816         (exp10_test_data): Likewise.
13817         (exp2_test_data): Likewise.
13818         (expm1_test_data): Likewise.
13819         (j0_test_data): Likewise.
13820         (j1_test_data): Likewise.
13821         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13822         (input_flag_type): Add flag_xfail_rounding.
13823         (input_flags): Add xfail-rounding.
13824         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13825         (output_for_one_input_case): Handle flag_xfail_rounding.
13826         * sysdeps/i386/fpu/libm-test-ulps: Update.
13827         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13828
13829 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13830
13831         [BZ #16289]
13832         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13833         division by 0.
13834
13835 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13836
13837         [BZ #16195]
13838         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13839         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13840         (STAP_PROBE0): New macro.
13841         (STAP_PROBE1): Likewise.
13842         (STAP_PROBE2): Likewise.
13843         (STAP_PROBE3): Likewise.
13844         (STAP_PROBE4): Likewise.
13845
13846 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13847
13848         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13849
13850 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13851
13852         * benchtests/Makefile (bench): Add sqrt.
13853         (LDLIBS-bench-sqrt): New.
13854         * benchtests/sqrt-input: New.
13855
13856 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13857
13858         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13859         (GAIH_EAI): Likewise.
13860         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13861         (gaih_inet): Likewise.
13862         (getaddrinfo): Don't use GAIH_EAI.
13863
13864         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13865         (struct gaih): Remove definition.
13866
13867 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13868
13869         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13870         Use HERRNOP directly.
13871
13872 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13873
13874         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13875
13876 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13877
13878         * math/gen-auto-libm-tests.c (test_functions): Add more
13879         single-argument functions.
13880         (special_fill_pi_2): New function.
13881         (special_fill_minus_pi_2): Likewise.
13882         (special_fill_pi_6): Likewise.
13883         (special_fill_minus_pi_6): Likewise.
13884         (special_fill_pi_3): Likewise.
13885         (special_fill_2pi_3): Likewise.
13886         (special_fill_e): Likewise.
13887         (special_fill_1_e): Likewise.
13888         (special_fill_e_minus_1): Likewise.
13889         (special_real_inputs): Add more special inputs.
13890         (output_for_one_input_case): Do not require ERANGE on underflow to
13891         zero if round-to-nearest result does not underflow to zero, unless
13892         exact results required.
13893         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13894         atan, atanh, cbrt, cos and cosh.
13895         * math/auto-libm-test-out: Regenerated.
13896         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13897         (acos_tonearest_test_data): Likewise.
13898         (acos_towardzero_test_data): Likewise.
13899         (acos_downward_test_data): Likewise.
13900         (acos_upward_test_data): Likewise.
13901         (acosh_test_data): Likewise.
13902         (asin_test_data): Likewise.
13903         (asin_tonearest_test_data): Likewise.
13904         (asin_towardzero_test_data): Likewise.
13905         (asin_upward_test_data): Likewise.
13906         (asinh_test_data): Likewise.
13907         (atan_test_data): Likewise.
13908         (atanh_test_data): Likewise.
13909         (cbrt_test_data): Likewise.
13910         (cos_test_data): Likewise.
13911         (cos_tonearest_test_data): Likewise.
13912         (cos_towardzero_test_data): Likewise.
13913         (cos_downward_test_data): Likewise.
13914         (cos_upward_test_data): Likewise.
13915         (cosh_test_data): Likewise.
13916         (cosh_tonearest_test_data): Likewise.
13917         (cosh_towardzero_test_data): Likewise.
13918         (cosh_downward_test_data): Likewise.
13919         (cosh_upward_test_data): Likewise.
13920         * sysdeps/i386/fpu/libm-test-ulps: Update.
13921         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13922
13923 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13924
13925         [BZ #6787]
13926         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13927         * math/w_exp10f.c (__exp10f): Likewise.
13928         * math/w_exp10l.c (__exp10l): Likewise.
13929         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13930         errno settings in existing tests.
13931
13932         [BZ #14032]
13933         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13934         precision control set to double precision.
13935         * sysdeps/i386/fpu/w_sqrt.c: New file.
13936         * math/auto-libm-test-in: Add more tests.
13937         * math/auto-libm-test-out: Update.
13938
13939         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13940         (sqrt_test_tonearest): New function.
13941         (sqrt_towardzero_test_data): New variable.
13942         (sqrt_test_towardzero): New function.
13943         (sqrt_downward_test_data): New variable.
13944         (sqrt_test_downward): New function.
13945         (sqrt_upward_test_data): New variable.
13946         (sqrt_test_upward): New function.
13947         (main): Call the new functions.
13948
13949         * math/gen-auto-libm-tests.c: New file.
13950         * math/auto-libm-test-in: Likewise.
13951         * math/auto-libm-test-out: New generated file.
13952         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13953         variables.
13954         (%beautify): Add generated representations of zero.
13955         (top level): Set $auto_input and call parse_auto_input.
13956         (beautify): Remove trailing "f" from hex float constants.
13957         (parse_args): Handle XFAIL_TEST.
13958         (convert_condition): New function.
13959         (or_value): Likewise.
13960         (or_cond_value): Likewise.
13961         (generate_testfile): Handle AUTO_TESTS_* lines.
13962         (parse_auto_input): New function.
13963         * math/libm-test.inc (XFAIL_TEST): New macro.
13964         (ERRNO_UNCHANGED): Update value.
13965         (ERRNO_EDOM): Likewise.
13966         (ERRNO_ERANGE): Likewise.
13967         (IGNORE_RESULT): Likewise.
13968         (TEST_COND_flt_32): New macro.
13969         (TEST_COND_dbl_64): Likewise.
13970         (TEST_COND_ldbl_96_intel): Likewise.
13971         (TEST_COND_ldbl_96_m68k): Likewise.
13972         (TEST_COND_ldbl_128): Likewise.
13973         (TEST_COND_ldbl_128ibm): Likewise.
13974         (TEST_COND_long32): Likewise.
13975         (TEST_COND_long64): Likewise.
13976         (TEST_COND_before_rounding): Likewise.
13977         (TEST_COND_after_rounding): Likewise.
13978         (enable_test): Handle XFAIL_TEST flag.
13979         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13980         with finite results.
13981         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13982         auto-libm-test-out.
13983
13984 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13985             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13986
13987         [BZ #16214]
13988         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13989         __tls_get_addr_internal instead of __tls_get_offset in order to
13990         avoid GOT pointer dependency.  Make rtld export
13991         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13992         __tls_get_addr since we are a __tls_get_offset platform.
13993         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13994         GOT pointer being set up before.
13995         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13996
13997 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13998
13999         * manual/math.texi (Errors in Math Functions): Document accuracy
14000         goals.
14001
14002         [BZ #15004]
14003         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
14004         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
14005         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
14006         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
14007         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
14008         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
14009         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
14010         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
14011         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
14012         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
14013         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
14014         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
14015         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
14016         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
14017         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
14018         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
14019
14020         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
14021         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
14022         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
14023         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
14024         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14025         Likewise.
14026         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14027         Likewise.
14028         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14029         Likewise.
14030         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14031         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14032         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14033         atomic-feupdateenv and flt-rounds.
14034         * sysdeps/powerpc/nofpu/Versions (libc): Add
14035         __atomic_feholdexcept, __atomic_feclearexcept,
14036         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14037         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14038         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14039         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14040         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14041         here.
14042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14043         Update.
14044
14045         * manual/arith.texi (FP Exceptions): Document that exceptions may
14046         not be raised when matherr is used.
14047         (Math Error Reporting): Document overflow in directed rounding
14048         modes.  Document that errno may not be set when finite values are
14049         returned on overflow.  Document intent to set errno on underflow
14050         only for underflow to zero.
14051
14052         [BZ #16271]
14053         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14054         round-to-nearest then adjust result for other rounding modes.
14055         * include/fenv.h (fegetround): Use libm_hidden_proto.
14056         * math/fegetround.c (fegetround): Use libm_hidden_def.
14057         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14058         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14059         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14060         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14061         Likewise.
14062         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14063         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14064         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14065         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14066
14067 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14068
14069         [BZ #16077]
14070         * nss/Versions (libnss_files): Add
14071         _nss_files_gethostbyname3_r.
14072         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14073         New function.
14074         (HOST_DB_LOOKUP): Remove macro.
14075         (_nss_files_gethostbyname_r): Implement function without the
14076         HOST_DB_LOOKUP macro.
14077         (_nss_files_gethostbyname2_r): Likewise.
14078
14079 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14080
14081         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14082
14083 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14084
14085         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14086         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14087         warning.
14088
14089 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14090
14091         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14092         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14093         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14094         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14095         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14096         __fe_nomask_env_priv and attribute_hidden.
14097         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14098         (libc_feupdateenv_test_ppc): Likewise.
14099         (libc_feresetround_ppc): Likewise.
14100         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14101         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14102         compat_symbol macro.
14103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14104         (__fe_nomask_env): Likewise.
14105         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14106
14107 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14108
14109         * string/Makefile: Remove ifunc tests.
14110         * string/test-string.h: Define TEST_IFUNC.
14111         * string/test-bcopy-ifunc.c: Remove.
14112         * string/test-bzero-ifunc.c: Likewise.
14113         * string/test-memccpy-ifunc.c: Likewise.
14114         * string/test-memchr-ifunc.c: Likewise.
14115         * string/test-memcmp-ifunc.c: Likewise.
14116         * string/test-memcpy-ifunc.c: Likewise.
14117         * string/test-memmem-ifunc.c: Likewise.
14118         * string/test-memmove-ifunc.c: Likewise.
14119         * string/test-mempcpy-ifunc.c: Likewise.
14120         * string/test-memrchr-ifunc.c: Likewise.
14121         * string/test-memset-ifunc.c: Likewise.
14122         * string/test-rawmemchr-ifunc.c: Likewise.
14123         * string/test-stpcpy-ifunc.c: Likewise.
14124         * string/test-stpncpy-ifunc.c: Likewise.
14125         * string/test-strcasecmp-ifunc.c: Likewise.
14126         * string/test-strcasestr-ifunc.c: Likewise.
14127         * string/test-strcat-ifunc.c: Likewise.
14128         * string/test-strchr-ifunc.c: Likewise.
14129         * string/test-strchrnul-ifunc.c: Likewise.
14130         * string/test-strcmp-ifunc.c: Likewise.
14131         * string/test-strcpy-ifunc.c: Likewise.
14132         * string/test-strcspn-ifunc.c: Likewise.
14133         * string/test-strlen-ifunc.c: Likewise.
14134         * string/test-strncasecmp-ifunc.c: Likewise.
14135         * string/test-strncat-ifunc.c: Likewise.
14136         * string/test-strncmp-ifunc.c: Likewise.
14137         * string/test-strncpy-ifunc.c: Likewise.
14138         * string/test-strnlen-ifunc.c: Likewise.
14139         * string/test-strpbrk-ifunc.c: Likewise.
14140         * string/test-strrchr-ifunc.c: Likewise.
14141         * string/test-strspn-ifunc.c: Likewise.
14142         * string/test-strstr-ifunc.c: Likewise.
14143
14144 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14145
14146         * benchtests/Makefile: Remove ifunc tests.
14147         * benchtests/bench-string.h: Define TEST_IFUNC.
14148         * benchtests/bench-bcopy-ifunc.c: Remove.
14149         * benchtests/bench-bzero-ifunc.c: Likewise.
14150         * benchtests/bench-memccpy-ifunc.c: Likewise.
14151         * benchtests/bench-memchr-ifunc.c: Likewise.
14152         * benchtests/bench-memcmp-ifunc.c: Likewise.
14153         * benchtests/bench-memcpy-ifunc.c: Likewise.
14154         * benchtests/bench-memmem-ifunc.c: Likewise.
14155         * benchtests/bench-memmove-ifunc.c: Likewise.
14156         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14157         * benchtests/bench-memrchr-ifunc.c: Likewise.
14158         * benchtests/bench-memset-ifunc.c: Likewise.
14159         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14160         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14161         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14162         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14163         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14164         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14165         * benchtests/bench-strcat-ifunc.c: Likewise.
14166         * benchtests/bench-strchr-ifunc.c: Likewise.
14167         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14168         * benchtests/bench-strcmp-ifunc.c: Likewise.
14169         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14170         * benchtests/bench-strcpy-ifunc.c: Likewise.
14171         * benchtests/bench-strcspn-ifunc.c: Likewise.
14172         * benchtests/bench-strlen-ifunc.c: Likewise.
14173         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14174         * benchtests/bench-strncat-ifunc.c: Likewise.
14175         * benchtests/bench-strncmp-ifunc.c: Likewise.
14176         * benchtests/bench-strncpy-ifunc.c: Likewise.
14177         * benchtests/bench-strnlen-ifunc.c: Likewise.
14178         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14179         * benchtests/bench-strrchr-ifunc.c: Likewise.
14180         * benchtests/bench-strsep-ifunc.c: Likewise.
14181         * benchtests/bench-strspn-ifunc.c: Likewise.
14182         * benchtests/bench-strstr-ifunc.c: Likewise.
14183
14184 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14185
14186         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14187
14188 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14189
14190         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14191         * rt/aio.h: Likewise.
14192         * sysdeps/gnu/bits/utmp.h: Likewise.
14193         * sysdeps/gnu/bits/utmpx.h: Likewise.
14194         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14195         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14196         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14197         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14198         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14199         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14200         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14201         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14202         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14203         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14204         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14205         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14206         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14208         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14209         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14210         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14211         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14212         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14213         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14214         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14215         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14216         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14217         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14218         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14219         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14220         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14221         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14222         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14223         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14224         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14225         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14226         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14227         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14228         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14229         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14230         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14231         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14232         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14233         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14234         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14235         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14236
14237 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14238
14239         [BZ #16245]
14240         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14241         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14242
14243 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14244
14245         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14246         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14247         Likewise.
14248
14249 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14250
14251         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14252         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14253         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14254         (__fesetround): Remove define.
14255         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14256         rounding and exceptions handling.
14257         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14258         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14259         (__fe_nomask_env): Likewise.
14260         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14261         __fegetround instead of fegetround.
14262         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14263         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14264
14265 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14266
14267         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14268         it's there.
14269
14270         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14271
14272 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14273
14274         [BZ #11157]
14275         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14276         (encrypt_r): Likewise.
14277         * malloc/obstack.h (obstack_free): Likewise.
14278         * posix/unistd.h (encrypt): Likewise.
14279
14280 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14281
14282         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14283         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14284         DL_CALL_DT_FINI() that call the functions directly.
14285         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14286         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14287         * elf/dl-fini.c: Likewise.
14288
14289 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14290
14291         * malloc/hooks.c (memalign_check): Add alignment rounding.
14292         * malloc/malloc.c (_mid_memalign): New function.
14293         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14294         Implement by calling _mid_memalign.
14295         * manual/probes.texi (Memory Allocation Probes): Remove
14296         memory_valloc_retry and memory_pvalloc_retry.
14297
14298 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14299
14300         * locale/programs/locarchive.c (open_archive): Add const
14301         qualifier to ARCHIVEFNAME and copy default fname to
14302         DEFAULT_FNAME.
14303
14304         [BZ #15601]
14305         * libio/tst-widetext.input: Rename Oriya to Odia.
14306         * locale/iso-639.def: Likewise.
14307
14308         * manual/probes.texi (Mathematical Function Probes): Add
14309         documentation for sin, cos, asin and acos probes.
14310         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14311         (__sin32): Add slowasin probe.
14312         (__cos32): Add slowacos probe.
14313         (__mpsin): Add slowsin probe.
14314         (__mpcos): Add slowcos probe.
14315
14316 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14317
14318         [BZ #15483]
14319         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14320         thread-local __sim_exceptions_thread and global
14321         __sim_exceptions_global.
14322         (__sim_disabled_exceptions): Change to thread-local
14323         __sim_disabled_exceptions_thread and global
14324         __sim_disabled_exceptions_global.
14325         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14326         and global __sim_round_mode_global.
14327         (__simulate_exceptions): Use thread-local floating-point state and
14328         set global state from it as needed.
14329         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14330         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14331         __sim_round_mode_thread.
14332         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14333         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14334         and global __sim_exceptions_global.
14335         (__sim_disabled_exceptions): Change to thread-local
14336         __sim_disabled_exceptions_thread and global
14337         __sim_disabled_exceptions_global.
14338         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14339         and global __sim_round_mode_global.
14340         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14341         (SIM_SET_GLOBAL): Likewise.
14342         * sysdeps/powerpc/soft-fp/sfp-machine.h
14343         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14344         __sim_round_mode_thread.
14345         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14346         __sim_disabled_exceptions_thread.
14347         (__sim_exceptions): Change to __sim_exceptions_thread.
14348         (__sim_disabled_exceptions): Change to
14349         __sim_disabled_exceptions_thread.
14350         (__sim_round_mode): Change to __sim_round_mode_thread.
14351         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14352         thread-local floating-point state and set global state from it as
14353         needed.
14354         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14355         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14356         (__sim_disabled_exceptions): Remove extern declaration.
14357         (feenableexcept): Use thread-local floating-point state and set
14358         global state from it as needed.
14359         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14360         extern declaration.
14361         (__sim_disabled_exceptions): Likewise.
14362         (__sim_round_mode): Likewise.
14363         (__fegetenv): Use thread-local floating-point state.
14364         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14365         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14366         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14367         floating-point state and set global state from it as needed.
14368         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14369         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14370         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14371         Likewise.
14372         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14373         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14374         Likewise.
14375         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14376         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14377         Use __sim_round_mode_thread.
14378         * math/test-fenv-tls.c: New file.
14379         * math/Makefile (tests): Add test-fenv-tls.
14380         ($(objpfx)test-fenv-tls): Depend on
14381         $(common-objpfx)nptl/libpthread.so.
14382
14383 2013-11-19  Andreas Schwab  <schwab@suse.de>
14384
14385         * locale/programs/locale.c (show_info): Decode wordarray elements.
14386         * locale/categories.def (LC_MONETARY): Add element for
14387         _NL_MONETARY_CRNCYSTR.
14388         * locale/C-monetary.c (conversion_rate): New variable.
14389         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14390         element.
14391
14392 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14393
14394         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14395         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14396
14397 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14398
14399         * elf/Makefile (tst-auxv): New test.
14400         * elf/tst-auxv.c: New
14401         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14402
14403 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14404
14405         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14406         (hidden_proto): Caller changed.
14407         (hidden_tls_proto): New macro.
14408         (libc_hidden_tls_proto): Likewise.
14409         (rtld_hidden_tls_proto): Likewise.
14410         (libm_hidden_tls_proto): Likewise.
14411         (libresolv_hidden_tls_proto): Likewise.
14412         (librt_hidden_tls_proto): Likewise.
14413         (libdl_hidden_tls_proto): Likewise.
14414         (libnss_files_hidden_tls_proto): Likewise.
14415         (libnsl_hidden_tls_proto): Likewise.
14416         (libnss_nisplus_hidden_tls_proto): Likewise.
14417         (libutil_hidden_tls_proto): Likewise.
14418
14419 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14420
14421         [BZ #10253]
14422         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14423         (decompose_rpath): Defer expansion to fillin_rpath.
14424         (_dl_init_paths): Pass linkmap to fillin_rpath.
14425
14426 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14427
14428         * benchtests/Makefile: Add strsep.
14429         * benchtests/bench-strsep.c: New file: strsep benchtest.
14430         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14431
14432 2013-11-18  Andreas Schwab  <schwab@suse.de>
14433
14434         * locale/programs/locale.c (show_info) [case byte]: Check for
14435         '\377' instead of '\177'.
14436         * locale/C-monetary.c (not_available): Always use "\377".
14437         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14438         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14439         detect unavailable sign_posn locale elements.
14440         * locale/localeconv.c (__localeconv): For grouping and
14441         mon_grouping handle "\177" and "\377" like no grouping.
14442         (INT_ELEM): New macro.  Use it to set all numeric members.
14443         * locale/programs/ld-monetary.c (monetary_read)
14444         <tok_mon_grouping>: Normalize single -1 to the empty string.
14445         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14446         Likewise.
14447
14448 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14449
14450         [BZ #16055]
14451         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14452         when we match (nil).
14453         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14454
14455 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14456
14457         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14458         (NO_TEST_INLINE): Update value.
14459         (ERRNO_UNCHANGED): Likewise.
14460         (ERRNO_EDOM): Likewise.
14461         (ERRNO_ERANGE): Likewise.
14462         (IGNORE_RESULT): Likewise.
14463         (check_float_internal): Check signs of NaN results if
14464         TEST_NAN_SIGN used.
14465         (check_complex): Pass TEST_NAN_SIGN flag through to second
14466         check_float_internal call.
14467         (copysign_test_data): Add tests with quiet NaNs as second
14468         argument.  Use TEST_NAN_SIGN.
14469         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14470         TEST_NAN_SIGN.
14471         (signbit_test_data): Add tests of quiet NaN argument.
14472         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14473
14474         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14475         $ignore_result.
14476         (parse_args): Handle function results specified as IGNORE.
14477         * math/libm-test.inc (IGNORE_RESULT): New macro.
14478         (check_float_internal): Do not check numerical result if flag
14479         IGNORE_RESULT set.
14480         (check_complex): Pass through IGNORE_RESULT to second
14481         check_float_internal call.
14482         (check_int): Do not check numerical result if flag IGNORE_RESULT
14483         set.
14484         (check_long): Likewise.
14485         (check_bool): Likewise.
14486         (check_longlong): Likewise.
14487         (lrint_test_data): Add tests of infinite and NaN arguments.
14488         (lrint_tonearest_test_data): Likewise.
14489         (lrint_towardzero_test_data): Likewise.
14490         (lrint_downward_test_data): Likewise.
14491         (lrint_upward_test_data): Likewise.
14492         (llrint_test_data): Likewise.
14493         (llrint_tonearest_test_data): Likewise.
14494         (llrint_towardzero_test_data): Likewise.
14495         (llrint_downward_test_data): Likewise.
14496         (llrint_upward_test_data): Likewise.
14497         (lround_test_data): Likewise.
14498         (llround_test_data): Likewise.
14499
14500         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14501         (ERRNO_UNCHANGED): Update value.
14502         (ERRNO_EDOM): Likewise.
14503         (ERRNO_ERANGE): Likewise.
14504         (NO_TEST_INLINE_FLOAT): New macro.
14505         (NO_TEST_INLINE_DOUBLE): Likewise.
14506         (enable_test): New function.
14507         (RUN_TEST_f_f): Check enable_test before running test.
14508         (RUN_TEST_2_f): Likewise.
14509         (RUN_TEST_fff_f): Likewise.
14510         (RUN_TEST_c_f): Likewise.
14511         (RUN_TEST_f_f1): Likewise.
14512         (RUN_TEST_fF_f1): Likewise.
14513         (RUN_TEST_fI_f1): Likewise.
14514         (RUN_TEST_ffI_f1): Likewise.
14515         (RUN_TEST_c_c): Likewise.
14516         (RUN_TEST_cc_c): Likewise.
14517         (RUN_TEST_f_i): Likewise.
14518         (RUN_TEST_f_i_tg): Likewise.
14519         (RUN_TEST_ff_i_tg): Likewise.
14520         (RUN_TEST_f_b): Likewise.
14521         (RUN_TEST_f_b_tg): Likewise.
14522         (RUN_TEST_f_l): Likewise.
14523         (RUN_TEST_f_L): Likewise.
14524         (RUN_TEST_fFF_11): Likewise.
14525         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14526         conditionals.
14527         (cosh_test_data): Likewise.
14528         (exp_test_data): Likewise.
14529         (expm1_test_data): Likewise.
14530         (hypot_test_data): Likewise.
14531         (pow_test_data): Likewise.
14532         (sinh_test_data): Likewise.
14533         (tanh_test_data): Likewise.
14534         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14535         flags argument.
14536
14537         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14538         tests with quiet NaN input and output.
14539         (acosh_test_data): Likewise.
14540         (asin_test_data): Likewise.
14541         (asinh_test_data): Likewise.
14542         (atan_test_data): Likewise.
14543         (atanh_test_data): Likewise.
14544         (atan2_test_data): Likewise.
14545         (cbrt_test_data): Likewise.
14546         (cos_test_data): Likewise.
14547         (cosh_test_data): Likewise.
14548         (erf_test_data): Likewise.
14549         (erfc_test_data): Likewise.
14550         (exp_test_data): Likewise.
14551         (exp10_test_data): Likewise.
14552         (exp2_test_data): Likewise.
14553         (expm1_test_data): Likewise.
14554         (hypot_test_data): Likewise.
14555         (j0_test_data): Likewise.
14556         (j1_test_data): Likewise.
14557         (jn_test_data): Likewise.
14558         (lgamma_test_data): Likewise.
14559         (log_test_data): Likewise.
14560         (log10_test_data): Likewise.
14561         (log1p_test_data): Likewise.
14562         (log2_test_data): Likewise.
14563         (pow_test_data): Likewise.
14564         (scalb_test_data): Likewise.
14565         (sin_test_data): Likewise.
14566         (sincos_test_data): Likewise.
14567         (sinh_test_data): Likewise.
14568         (tan_test_data): Likewise.
14569         (tanh_test_data): Likewise.
14570         (tgamma_test_data): Likewise.
14571         (y0_test_data): Likewise.
14572         (y1_test_data): Likewise.
14573         (yn_test_data): Likewise.
14574
14575         [BZ #16167]
14576         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14577         argument being NaN and avoid computations with second argument in
14578         that case.
14579         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14580         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14581         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14582
14583 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14584
14585         * locale/iso-639.def: Add Chitwani Tharu (the).
14586
14587 2013-11-14  Andreas Schwab  <schwab@suse.de>
14588
14589         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14590         word instead of empty string.
14591
14592 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14593
14594         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14595         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14596         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14597         (__fe_nomask_env): Likewise.
14598
14599 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14600
14601         * benchtests/bench-timing.h: Include time.h.
14602
14603 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14604
14605         [BZ #15997]
14606         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14607         to 3.4.0 for x32.
14608         * sysdeps/unix/sysv/linux/configure: Regenerated.
14609
14610 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14611
14612         [BZ #16151]
14613         * stdlib/strtod_l.c (round_and_return): Do not consider
14614         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14615         exponent one less than half the least subnormal exponent.
14616         * stdlib/test-strtod-round-data: Add more tests.
14617         * stdlib/tst-strtod-round.c (tests): Regenerated.
14618
14619 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14620
14621         [BZ #14143]
14622         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14623         (__fe_mask_env): Likewise.
14624         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14625         libm_hidden_proto and add function prototype.
14626         (__fe_mask_env): Add function prototype.
14627         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14628         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14629         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14630         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14631         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14632         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14633
14634 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14635
14636         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14637         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14638
14639 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14640
14641         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14642         of htab_find_slot().
14643
14644 2013-11-11  David S. Miller  <davem@davemloft.net>
14645
14646         [BZ #16150]
14647         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14648         symbol in the non-vis3 case in static builds.
14649         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14650         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14651         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14652         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14653
14654 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14655
14656         [BZ #387]
14657         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14658         it is empty.
14659
14660 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14661
14662         * benchtests/Makefile: Add bench-strtod.
14663         * benchtests/bench-strtod.c: New file: strtod benchtest
14664
14665 2013-11-11  Andreas Schwab  <schwab@suse.de>
14666
14667         [BZ #16153]
14668         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14669         terminating NUL in key length.
14670
14671 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14672
14673         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14674         Add artificial ODP entry for vDSO symbol for PPC64.
14675         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14676         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14677
14678 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14679
14680         [BZ #15374]
14681         * nss/getent.c (services_keys): Recognize services starting with digit.
14682
14683 2013-11-06  David S. Miller  <davem@davemloft.net>
14684
14685         [BZ #15985]
14686         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14687         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14688
14689 2013-11-06  Will Newton  <will.newton@linaro.org>
14690
14691         * manual/memory.texi (Malloc Examples): Remove register
14692         keyword from examples.
14693
14694 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14695
14696         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14697
14698 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14699
14700         [BZ #6981]
14701         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14702         depending on [__GCC_IEC_559 > 0].
14703         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14704         depending on [__GCC_IEC_559_COMPLEX > 0].
14705
14706 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14707
14708         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14709         to iso-639.def.
14710
14711 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14712
14713         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14714
14715 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14716
14717         [BZ #16112]
14718         * malloc/malloc (malloc_info): Do not handle first bin as
14719         special case.
14720
14721 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14722
14723         * locale/iso-639.def: Add Central Nahuatl (nhn).
14724
14725 2013-11-01  Bruno Haible  <bruno@clisp.org>
14726
14727         [BZ #7003]
14728         * manual/math.texi (BSD Random): Specify range upper bound as
14729         in POSIX.
14730
14731 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14732
14733         * locale/iso-639.def: Add Meadow Mari (mhr).
14734
14735 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14736
14737         [BZ #14752], [BZ #15763]
14738         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14739         Validate name.
14740         * rt/tst_shm.c: Add test for escaping directory.
14741
14742 2013-10-31  Andreas Schwab  <schwab@suse.de>
14743
14744         [BZ #15917]
14745         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14746         followed by 'x' as part of digit sequence.
14747         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14748
14749 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14750
14751         [BZ #16037]
14752         * configure.ac: allow GNU Make 4.0 and greater.
14753         * configure: Regenerated.
14754
14755 2013-10-30  Will Newton  <will.newton@linaro.org>
14756
14757         [BZ #16038]
14758         * malloc/hooks.c (memalign_check): Limit alignment to the
14759         maximum representable power of two.
14760         * malloc/malloc.c (__libc_memalign): Likewise.
14761         * malloc/tst-memalign.c (do_test): Add test for very
14762         large alignment values.
14763         * malloc/tst-posix_memalign.c (do_test): Likewise.
14764
14765 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14766
14767         [BZ #11087]
14768         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14769         (munmap_chunk): Likewise.
14770         (mremap_chunk): Likewise.
14771
14772 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14773
14774         [BZ #15799]
14775         * stdlib/div.c (div): Remove obsolete code.
14776         * stdlib/ldiv.c (ldiv): Likewise.
14777         * stdlib/lldiv.c (lldiv): Likewise.
14778
14779 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14780
14781         [BZ #16071]
14782         * nss/nss_files/files-XXX.c (get_contents_ret): New
14783         enumerator.
14784         (get_contents): New function.
14785         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14786
14787 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14788
14789         * configure.in: Moved to ...
14790         * configure.ac: ... here. Change reference to configure.in
14791         to configure.ac.
14792         * sysdeps/arm/preconfigure.ac: ... here.
14793         configure.in to configure.ac.
14794         * sysdeps/gnu/configure.in: Moved to ...
14795         * sysdeps/gnu/configure.ac: ... here.
14796         * sysdeps/i386/configure.in: Moved to ...
14797         * sysdeps/i386/configure.ac: ... here.
14798         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14799         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14800         * sysdeps/mach/configure.in: Moved to ...
14801         * sysdeps/mach/configure.ac: ... here.
14802         * sysdeps/mach/hurd/configure.in: Moved to ...
14803         * sysdeps/mach/hurd/configure.ac: ... here.
14804         * sysdeps/powerpc/configure.in: Moved to ...
14805         * sysdeps/powerpc/configure.ac: ... here.
14806         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14807         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14808         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14809         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14810         * sysdeps/s390/s390-32/configure.in: Moved to ...
14811         * sysdeps/s390/s390-32/configure.ac: ... here.
14812         * sysdeps/s390/s390-64/configure.in: Moved to ...
14813         * sysdeps/s390/s390-64/configure.ac: ... here.
14814         * sysdeps/sh/configure.in: Moved to ...
14815         * sysdeps/sh/configure.ac: ... here.
14816         * sysdeps/sparc/configure.in: Moved to ...
14817         * sysdeps/sparc/configure.ac: ... here.
14818         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14819         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14820         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14821         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14822         * sysdeps/x86_64/configure.in: Moved to ...
14823         * sysdeps/x86_64/configure.ac: ... here.
14824         * sysdeps/x86_64/preconfigure.in: Moved to ...
14825         * sysdeps/x86_64/preconfigure.ac: ... here.
14826         * aclocal.m4: Change reference to configure.in to configure.ac.
14827         * config.h.in: Likewise.
14828         * manual/install.texi: Likewise.
14829         * manual/maint.texi: Likewise.
14830         * Makefile: Likewise.
14831         * malloc/Makefile: Likewise.
14832         * nscd/Makefile: Likewise.
14833         * Makeconfig: Change reference to configure.in and
14834         preconfigure.in to configure.ac and preconfigure.ac
14835         respectively.
14836         * INSTALL: Regenerated.
14837         * configure: Likewise.
14838         * sysdeps/gnu/configure: Likewise.
14839         * sysdeps/i386/configure: Likewise.
14840         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14841         * sysdeps/mach/configure: Likewise.
14842         * sysdeps/mach/hurd/configure: Likewise.
14843         * sysdeps/powerpc/configure: Likewise.
14844         * sysdeps/powerpc/powerpc32/configure: Likewise.
14845         * sysdeps/powerpc/powerpc64/configure: Likewise.
14846         * sysdeps/s390/s390-32/configure: Likewise.
14847         * sysdeps/s390/s390-64/configure: Likewise.
14848         * sysdeps/sh/configure: Likewise.
14849         * sysdeps/sparc/configure: Likewise.
14850         * sysdeps/unix/sysv/linux/configure: Likewise.
14851         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14852         * sysdeps/x86_64/configure: Likewise.
14853         * sysdeps/x86_64/preconfigure: Likewise.
14854
14855 2013-10-29  Andreas Schwab  <schwab@suse.de>
14856
14857         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14858
14859 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14860
14861         * benchtests/pow-inputs: Add new inputs.
14862
14863         * benchtests/exp-inputs: Add new inputs.
14864
14865         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14866         conditional check for return value.
14867         (__cos32): Likewise.
14868
14869 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14870
14871         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14872         to provide a boost for large inputs with word alignment.
14873         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14874         implementation based on optimized PPC64 strcpy.
14875         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14876         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14877         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14878         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14879
14880 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14881
14882         [BZ #2801]
14883         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14884
14885 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14886
14887         [BZ #14876]
14888         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14889         * time/tst-strptime.c (day_tests): Add testcase.
14890
14891 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14892
14893         [BZ #14029]
14894         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14895
14896 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14897
14898         [BZ #16074]
14899         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14900         MAP_FAILED on error.
14901
14902 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14903
14904         [BZ #16072]
14905         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14906         heap for large requests.
14907
14908 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14909
14910         [BZ #9954]
14911         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14912         result if the result has no associated interface.
14913         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14914         interface for all 127.X.Y.Z addresses.
14915
14916 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14917
14918         * locale/iso-639.def: Add Ligurian (lij)
14919
14920 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14921
14922         [BZ #15825]
14923         * sunrpc/rpc_main.c: Document rpcgen -5.
14924
14925 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14926
14927         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14928
14929 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14930
14931         [BZ #10278]
14932         * posix/glob.c: Match only directories when trailing slash is present.
14933         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14934         (main): Add testcase.
14935
14936 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14937
14938         [BZ #15670]
14939         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14940
14941 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14942
14943         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14944         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14945         AUTH_DES and cindex for FIPS 140-2.
14946         (DES Encryption): Add cindex FIPS 46-3.
14947
14948         * locale/locarchive.h (struct locarhandle): Add fname.
14949         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14950         if an optional argument was specified to --list-archive,
14951         otherwise NULL.
14952         * locale/programs/locarchive.c (show_archive_content): Take new
14953         argument fname and pass it via ah.fname to open_archive.
14954         * locale/programs/localedef.h: Update decl.
14955         (open_archive): If AH->fname is non-null, open that file
14956         rather than the default file name, and don't ignore ENOENT.
14957         (create_archive): Set AH.fname to NULL.
14958         (delete_locales_from_archive): Likewise.
14959         (add_locales_to_archive): Likewise.
14960         * locale/programs/locfile.c (write_all_categories): Likewise.
14961
14962 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14963             Aldy Hernandez  <aldyh@redhat.com>
14964
14965         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14966         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14967         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14968         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14969         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14970         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14971         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14972         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14973         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14974         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14975         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14976         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14977         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14978         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14979         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14980         Likewise.
14981         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14982         Likewise.
14983         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14984         Likewise.
14985         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14986         Likewise.
14987         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14988         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14989         Likewise.
14990         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14991         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14992         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14993         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14994         Likewise.
14995         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14996         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14997         * sysdeps/powerpc/preconfigure: Likewise.
14998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14999         Likewise.
15000         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
15001         Replace contents of file by #include of <fenv_libc.h>.
15002         * sysdeps/powerpc/soft-fp/sfp-machine.h
15003         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
15004         and <sys/prctl.h>.
15005         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
15006         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
15007         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
15008         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
15009         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
15010         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
15011         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
15012         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
15013         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
15014         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
15015         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
15016         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
15017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
15018         Allow copysignl PLT reference to be missing.
15019
15020 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
15021             Joseph Myers  <joseph@codesourcery.com
15022
15023         [BZ #15948]
15024         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15025         single character.
15026         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15027
15028 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15029
15030         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15031         * elf/tst-tls1.c: Likewise.
15032         * elf/tst-tls10.h: Likewise.
15033         * elf/tst-tls14.c: Likewise.
15034         * elf/tst-tls2.c: Likewise.
15035         * elf/tst-tls3.c: Likewise.
15036         * elf/tst-tls4.c: Likewise.
15037         * elf/tst-tls5.c: Likewise.
15038         * elf/tst-tls6.c: Likewise.
15039         * elf/tst-tls7.c: Likewise.
15040         * elf/tst-tls8.c: Likewise.
15041         * elf/tst-tls9.c: Likewise.
15042         * elf/tst-tlsmod1.c: Likewise.
15043         * elf/tst-tlsmod13.c: Likewise.
15044         * elf/tst-tlsmod13a.c: Likewise.
15045         * elf/tst-tlsmod14a.c: Likewise.
15046         * elf/tst-tlsmod16a.c: Likewise.
15047         * elf/tst-tlsmod16b.c: Likewise.
15048         * elf/tst-tlsmod2.c: Likewise.
15049         * elf/tst-tlsmod3.c: Likewise.
15050         * elf/tst-tlsmod4.c: Likewise.
15051         * elf/tst-tlsmod5.c: Likewise.
15052         * elf/tst-tlsmod6.c: Likewise.
15053
15054 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15055
15056         [BZ #12486]
15057         * malloc/malloc.c: remove checks for statistics.
15058
15059 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15060
15061         [BZ #15277]
15062         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15063         * inet/tst-network.c: Add testcase.
15064
15065 2013-10-17  Andreas Schwab  <schwab@suse.de>
15066
15067         [BZ #15218]
15068         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15069         to determine canonical name.
15070
15071 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15072
15073         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15074         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15075         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15076         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15077         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15078         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15079         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15080         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15081         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15082         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15083         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15084         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15085         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15086         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15087         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15088         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15089         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15090         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15091         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15092         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15093         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15094         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15095         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15096         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15097         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15098         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15099         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15100         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15101         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15102         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15103         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15104         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15105         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15106         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15107         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15108         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15109         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15110         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15111         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15112         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15113         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15114         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15115         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15116         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15117         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15118         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15119         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15120         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15121         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15122         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15123         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15124         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15125         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15126         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15127         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15128         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15129         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15130         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15131
15132 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15133
15134         [BZ #16041]
15135         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15136         make result into a quiet NaN.
15137
15138 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15139
15140         * soft-fp/adddf3.c: Fix horizontal whitespace.
15141         * soft-fp/addsf3.c: Likewise.
15142         * soft-fp/addtf3.c: Likewise.
15143         * soft-fp/divdf3.c: Likewise.
15144         * soft-fp/divsf3.c: Likewise.
15145         * soft-fp/divtf3.c: Likewise.
15146         * soft-fp/double.h: Likewise.
15147         * soft-fp/eqdf2.c: Likewise.
15148         * soft-fp/eqsf2.c: Likewise.
15149         * soft-fp/eqtf2.c: Likewise.
15150         * soft-fp/extenddftf2.c: Likewise.
15151         * soft-fp/extended.h: Likewise.
15152         * soft-fp/extendsfdf2.c: Likewise.
15153         * soft-fp/extendsftf2.c: Likewise.
15154         * soft-fp/extendxftf2.c: Likewise.
15155         * soft-fp/fixdfdi.c: Likewise.
15156         * soft-fp/fixdfsi.c: Likewise.
15157         * soft-fp/fixdfti.c: Likewise.
15158         * soft-fp/fixsfdi.c: Likewise.
15159         * soft-fp/fixsfsi.c: Likewise.
15160         * soft-fp/fixsfti.c: Likewise.
15161         * soft-fp/fixtfdi.c: Likewise.
15162         * soft-fp/fixtfsi.c: Likewise.
15163         * soft-fp/fixtfti.c: Likewise.
15164         * soft-fp/fixunsdfdi.c: Likewise.
15165         * soft-fp/fixunsdfsi.c: Likewise.
15166         * soft-fp/fixunsdfti.c: Likewise.
15167         * soft-fp/fixunssfdi.c: Likewise.
15168         * soft-fp/fixunssfsi.c: Likewise.
15169         * soft-fp/fixunssfti.c: Likewise.
15170         * soft-fp/fixunstfdi.c: Likewise.
15171         * soft-fp/fixunstfsi.c: Likewise.
15172         * soft-fp/fixunstfti.c: Likewise.
15173         * soft-fp/floatdidf.c: Likewise.
15174         * soft-fp/floatdisf.c: Likewise.
15175         * soft-fp/floatditf.c: Likewise.
15176         * soft-fp/floatsidf.c: Likewise.
15177         * soft-fp/floatsisf.c: Likewise.
15178         * soft-fp/floatsitf.c: Likewise.
15179         * soft-fp/floattidf.c: Likewise.
15180         * soft-fp/floattisf.c: Likewise.
15181         * soft-fp/floattitf.c: Likewise.
15182         * soft-fp/floatundidf.c: Likewise.
15183         * soft-fp/floatundisf.c: Likewise.
15184         * soft-fp/floatunditf.c: Likewise.
15185         * soft-fp/floatunsidf.c: Likewise.
15186         * soft-fp/floatunsisf.c: Likewise.
15187         * soft-fp/floatunsitf.c: Likewise.
15188         * soft-fp/floatuntidf.c: Likewise.
15189         * soft-fp/floatuntisf.c: Likewise.
15190         * soft-fp/floatuntitf.c: Likewise.
15191         * soft-fp/fmadf4.c: Likewise.
15192         * soft-fp/fmasf4.c: Likewise.
15193         * soft-fp/fmatf4.c: Likewise.
15194         * soft-fp/gedf2.c: Likewise.
15195         * soft-fp/gesf2.c: Likewise.
15196         * soft-fp/getf2.c: Likewise.
15197         * soft-fp/ledf2.c: Likewise.
15198         * soft-fp/lesf2.c: Likewise.
15199         * soft-fp/letf2.c: Likewise.
15200         * soft-fp/muldf3.c: Likewise.
15201         * soft-fp/mulsf3.c: Likewise.
15202         * soft-fp/multf3.c: Likewise.
15203         * soft-fp/negdf2.c: Likewise.
15204         * soft-fp/negsf2.c: Likewise.
15205         * soft-fp/negtf2.c: Likewise.
15206         * soft-fp/op-1.h: Likewise.
15207         * soft-fp/op-2.h: Likewise.
15208         * soft-fp/op-4.h: Likewise.
15209         * soft-fp/op-8.h: Likewise.
15210         * soft-fp/op-common.h: Likewise.
15211         * soft-fp/quad.h: Likewise.
15212         * soft-fp/single.h: Likewise.
15213         * soft-fp/soft-fp.h: Likewise.
15214         * soft-fp/sqrtdf2.c: Likewise.
15215         * soft-fp/sqrtsf2.c: Likewise.
15216         * soft-fp/sqrttf2.c: Likewise.
15217         * soft-fp/subdf3.c: Likewise.
15218         * soft-fp/subsf3.c: Likewise.
15219         * soft-fp/subtf3.c: Likewise.
15220         * soft-fp/truncdfsf2.c: Likewise.
15221         * soft-fp/trunctfdf2.c: Likewise.
15222         * soft-fp/trunctfsf2.c: Likewise.
15223         * soft-fp/trunctfxf2.c: Likewise.
15224         * soft-fp/unorddf2.c: Likewise.
15225         * soft-fp/unordsf2.c: Likewise.
15226         * soft-fp/unordtf2.c: Likewise.
15227
15228 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15229
15230         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15231         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15232
15233 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15234
15235         * elf/dl-libc.c: Clear initfini list after freeing.
15236
15237 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15238
15239         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15240         * soft-fp/addsf3.c: Likewise.
15241         * soft-fp/addtf3.c: Likewise.
15242         * soft-fp/divdf3.c: Likewise.
15243         * soft-fp/divsf3.c: Likewise.
15244         * soft-fp/divtf3.c: Likewise.
15245         * soft-fp/double.h: Likewise.
15246         * soft-fp/eqdf2.c: Likewise.
15247         * soft-fp/eqsf2.c: Likewise.
15248         * soft-fp/eqtf2.c: Likewise.
15249         * soft-fp/extenddftf2.c: Likewise.
15250         * soft-fp/extended.h: Likewise.
15251         * soft-fp/extendsfdf2.c: Likewise.
15252         * soft-fp/extendsftf2.c: Likewise.
15253         * soft-fp/extendxftf2.c: Likewise.
15254         * soft-fp/fixdfdi.c: Likewise.
15255         * soft-fp/fixdfsi.c: Likewise.
15256         * soft-fp/fixdfti.c: Likewise.
15257         * soft-fp/fixsfdi.c: Likewise.
15258         * soft-fp/fixsfsi.c: Likewise.
15259         * soft-fp/fixsfti.c: Likewise.
15260         * soft-fp/fixtfdi.c: Likewise.
15261         * soft-fp/fixtfsi.c: Likewise.
15262         * soft-fp/fixtfti.c: Likewise.
15263         * soft-fp/fixunsdfdi.c: Likewise.
15264         * soft-fp/fixunsdfsi.c: Likewise.
15265         * soft-fp/fixunsdfti.c: Likewise.
15266         * soft-fp/fixunssfdi.c: Likewise.
15267         * soft-fp/fixunssfsi.c: Likewise.
15268         * soft-fp/fixunssfti.c: Likewise.
15269         * soft-fp/fixunstfdi.c: Likewise.
15270         * soft-fp/fixunstfsi.c: Likewise.
15271         * soft-fp/fixunstfti.c: Likewise.
15272         * soft-fp/floatdidf.c: Likewise.
15273         * soft-fp/floatdisf.c: Likewise.
15274         * soft-fp/floatditf.c: Likewise.
15275         * soft-fp/floatsidf.c: Likewise.
15276         * soft-fp/floatsisf.c: Likewise.
15277         * soft-fp/floatsitf.c: Likewise.
15278         * soft-fp/floattidf.c: Likewise.
15279         * soft-fp/floattisf.c: Likewise.
15280         * soft-fp/floattitf.c: Likewise.
15281         * soft-fp/floatundidf.c: Likewise.
15282         * soft-fp/floatundisf.c: Likewise.
15283         * soft-fp/floatunsidf.c: Likewise.
15284         * soft-fp/floatunsisf.c: Likewise.
15285         * soft-fp/floatuntidf.c: Likewise.
15286         * soft-fp/floatuntisf.c: Likewise.
15287         * soft-fp/floatuntitf.c: Likewise.
15288         * soft-fp/fmadf4.c: Likewise.
15289         * soft-fp/fmasf4.c: Likewise.
15290         * soft-fp/fmatf4.c: Likewise.
15291         * soft-fp/gedf2.c: Likewise.
15292         * soft-fp/gesf2.c: Likewise.
15293         * soft-fp/getf2.c: Likewise.
15294         * soft-fp/ledf2.c: Likewise.
15295         * soft-fp/lesf2.c: Likewise.
15296         * soft-fp/letf2.c: Likewise.
15297         * soft-fp/muldf3.c: Likewise.
15298         * soft-fp/mulsf3.c: Likewise.
15299         * soft-fp/multf3.c: Likewise.
15300         * soft-fp/negdf2.c: Likewise.
15301         * soft-fp/negsf2.c: Likewise.
15302         * soft-fp/negtf2.c: Likewise.
15303         * soft-fp/op-1.h: Likewise.
15304         * soft-fp/op-2.h: Likewise.
15305         * soft-fp/op-4.h: Likewise.
15306         * soft-fp/op-8.h: Likewise.
15307         * soft-fp/op-common.h: Likewise.
15308         * soft-fp/quad.h: Likewise.
15309         * soft-fp/single.h: Likewise.
15310         * soft-fp/soft-fp.h: Likewise.
15311         * soft-fp/sqrtdf2.c: Likewise.
15312         * soft-fp/sqrtsf2.c: Likewise.
15313         * soft-fp/sqrttf2.c: Likewise.
15314         * soft-fp/subdf3.c: Likewise.
15315         * soft-fp/subsf3.c: Likewise.
15316         * soft-fp/subtf3.c: Likewise.
15317         * soft-fp/truncdfsf2.c: Likewise.
15318         * soft-fp/trunctfdf2.c: Likewise.
15319         * soft-fp/trunctfsf2.c: Likewise.
15320         * soft-fp/trunctfxf2.c: Likewise.
15321         * soft-fp/unorddf2.c: Likewise.
15322         * soft-fp/unordsf2.c: Likewise.
15323         * soft-fp/unordtf2.c: Likewise.
15324
15325 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15326
15327         [BZ #15672]
15328         * misc/error.c (error_tail): Fix possible buffer overflow.
15329
15330 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15331
15332         [BZ #13028]
15333         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15334         address.
15335
15336 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15337
15338         [BZ #832]
15339         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15340         testing pipefail option.
15341
15342 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15343
15344         * soft-fp/double.h: Indent preprocessor directives inside #if.
15345         * soft-fp/extended.h: Likewise.
15346         * soft-fp/op-2.h: Likewise.
15347         * soft-fp/op-4.h: Likewise.
15348         * soft-fp/op-common.h: Likewise.
15349         * soft-fp/quad.h: Likewise.
15350         * soft-fp/single.h: Likewise.
15351         * soft-fp/soft-fp.h: Likewise.
15352
15353 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15354
15355         * iconv/iconv_prog.c: Fix typos.
15356         * stdio-common/psiginfo-data.h: Likewise.
15357
15358 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15359
15360         [BZ #15764]
15361         * locale/setlocale.c: Fix typo.
15362
15363 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15364
15365         [BZ #16036]
15366         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15367         signaling NaN arguments.
15368         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15369         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15370
15371         [BZ #14910]
15372         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15373         unordered operands.
15374         * soft-fp/gesf2.c (__gesf2): Likewise.
15375         * soft-fp/getf2.c (__getf2): Likewise.
15376         * soft-fp/ledf2.c (__ledf2): Likewise.
15377         * soft-fp/lesf2.c (__lesf2): Likewise.
15378         * soft-fp/letf2.c (__letf2): Likewise.
15379
15380         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15381         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15382         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15383         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15384         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15385         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15386         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15387         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15388         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15389         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15390         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15391         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15392         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15393         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15394         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15395         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15396         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15397         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15398         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15399         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15400         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15401         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15402         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15403         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15404         * soft-fp/floattidf.c (__floattidf): Likewise.
15405         * soft-fp/floattisf.c (__floattisf): Likewise.
15406         * soft-fp/floattitf.c (__floattitf): Likewise.
15407         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15408         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15409         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15410         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15411         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15412         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15413         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15414         * soft-fp/gesf2.c (__gesf2): Likewise.
15415         * soft-fp/getf2.c (__getf2): Likewise.
15416         * soft-fp/ledf2.c (__ledf2): Likewise.
15417         * soft-fp/lesf2.c (__lesf2): Likewise.
15418         * soft-fp/letf2.c (__letf2): Likewise.
15419
15420         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15421         Undefine and redefine.
15422         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15423         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15424         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15425         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15426         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15427         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15428         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15429         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15430         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15431         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15432         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15433         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15434         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15435         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15436         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15437
15438         [BZ #16032]
15439         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15440         without decrementing exponent if mantissa >= that for the
15441         denominator, not >.
15442         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15443         denominator, not >.  Decrement exponent in < case instead of
15444         incrementing in >= case.
15445         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15446         without decrementing exponent if mantissa >= that for the
15447         denominator, not >.
15448
15449         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15450         computing saturated result for unsigned overflow.
15451
15452 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15453             Jeff Law  <law@redhat.com>
15454
15455         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15456         (atan2Mp): Add systemtap probe marker.
15457         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15458         (__ieee754_log): Add systemtap probe marker.
15459         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15460         (atanMp): Add systemtap probe marker.
15461         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15462         (tanMp): Add systemtap probe marker.
15463         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15464         (__slowexp): Add systemtap probe marker.
15465         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15466         (__slowpow): Add systemtap probe marker.
15467         * manual/probes.texi: Document probes.
15468
15469 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15470
15471         [BZ #15362]
15472         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15473         written.
15474         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15475         written.
15476         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15477         written to buffer but not flushed.
15478         * libio/iofwrite_u.c:  Likewise.
15479         * libio/iopadn.c:  Return bytes returned even if EOF was
15480         encountered.
15481         * libio/iowpadn.c:  Likewise.
15482         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15483         if _IO_padn does not write the whole buffer.
15484         [!COMPILE_WPRINTF] (PAD): Likewise.
15485
15486 2013-10-10  David S. Miller  <davem@davemloft.net>
15487
15488         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15489         directory block.
15490
15491 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15492
15493         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15494         instead of FSF address.
15495         * soft-fp/fixdfti.c: Likewise.
15496         * soft-fp/fixsfti.c: Likewise.
15497         * soft-fp/fixtfti.c: Likewise.
15498         * soft-fp/fixunsdfti.c: Likewise.
15499         * soft-fp/fixunssfti.c: Likewise.
15500         * soft-fp/fixunstfti.c: Likewise.
15501         * soft-fp/floattidf.c: Likewise.
15502         * soft-fp/floattisf.c: Likewise.
15503         * soft-fp/floattitf.c: Likewise.
15504         * soft-fp/floatuntidf.c: Likewise.
15505         * soft-fp/floatuntisf.c: Likewise.
15506         * soft-fp/floatuntitf.c: Likewise.
15507         * soft-fp/trunctfxf2.c: Likewise.
15508
15509         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
15510         * soft-fp/fixdfti.c: Likewise.
15511         * soft-fp/fixsfti.c: Likewise.
15512         * soft-fp/fixtfti.c: Likewise.
15513         * soft-fp/fixunsdfti.c: Likewise.
15514         * soft-fp/fixunssfti.c: Likewise.
15515         * soft-fp/fixunstfti.c: Likewise.
15516         * soft-fp/floattidf.c: Likewise.
15517         * soft-fp/floattisf.c: Likewise.
15518         * soft-fp/floattitf.c: Likewise.
15519         * soft-fp/floatuntidf.c: Likewise.
15520         * soft-fp/floatuntisf.c: Likewise.
15521         * soft-fp/floatuntitf.c: Likewise.
15522         * soft-fp/trunctfxf2.c: Likewise.
15523
15524 2013-10-10  David S. Miller  <davem@davemloft.net>
15525
15526         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15527
15528 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15529
15530         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15531         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15532         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15533         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15534         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15535         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15536         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15537
15538         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15539         for NaNs before doing comparisons on argument.
15540         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15541         Likewise.
15542
15543 2013-10-10  Will Newton  <will.newton@linaro.org>
15544
15545         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15546         passed to _int_memalign does not overflow.
15547
15548 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15549
15550         * scripts/bench.pl: Add include-sources directive.
15551         * benchtests/README: Update documentation.
15552
15553 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15554
15555         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15556         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15557         instead of FP_INIT_ROUNDMODE.
15558         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15559         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15560
15561         [BZ #16034]
15562         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15563         copy class of input value.
15564         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15565         not handle exceptions.
15566         * soft-fp/negsf2.c (__negsf2): Likewise.
15567         * soft-fp/negtf2.c (__negtf2): Likewise.
15568         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15569
15570 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15571
15572         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15573         semicolon.  From Linux kernel.
15574
15575 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15576
15577         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15578
15579 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15580
15581         [BZ #156]
15582         * manual/socket.texi: Added statement about buffer
15583         for gethostbyname2_r.
15584
15585 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15586
15587         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15588         Use .p2align directive instead, throughout.
15589         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15590         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15591         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15592         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15593         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15594         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15595         * sysdeps/x86_64/strchr.S: Likewise.
15596         * sysdeps/x86_64/strrchr.S: Likewise.
15597
15598 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15599
15600         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15601
15602         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15603
15604         * sysdeps/generic/math_private.h (__mpsin1): Remove
15605         declaration.
15606         (__mpcos1): Likewise.
15607         (__mpsin): New argument __range_reduce.
15608         (__mpcos): Likewise.
15609         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15610         (slow): Use __mpsin and __mpcos.
15611         (slow1): Likewise.
15612         (slow2): Likewise.
15613         (sloww): Likewise.
15614         (sloww1): Likewise.
15615         (sloww2): Likewise.
15616         (bsloww): Likewise.
15617         (bsloww1): Likewise.
15618         (bsloww2): Likewise.
15619         (cslow2): Likewise.
15620         (csloww): Likewise.
15621         (csloww1): Likewise.
15622         (csloww2): Likewise.
15623         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15624         range_reduce.  Merge in __mpsin1.
15625         (__mpcos): Likewise.
15626         (__mpsin1): Remove.
15627         (__mpcos1): Likewise.
15628
15629 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15630
15631         * locale/loadlocale.c (_nl_intern_locale_data): Use
15632         LOCFILE_ALIGNED_P.
15633         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15634         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15635         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15636         obstack data is appropriately aligned.
15637         (obstack_int32_grow_fast): Likewise.
15638         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15639         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15640         (add_locale_uint32_array): Likewise.
15641
15642 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15643
15644         * benchtests/Makefile: Remove ARGLIST and RET variables.
15645         ($(objpfx)bench-%.c): Pass only function name to the script.
15646         * benchtests/README: Update documentation.
15647         * benchtests/acos-inputs: Add new directives.
15648         * benchtests/acosh-inputs: Likewise.
15649         * benchtests/asin-inputs: Likewise.
15650         * benchtests/asinh-inputs: Likewise.
15651         * benchtests/atan-inputs: Likewise.
15652         * benchtests/atanh-inputs: Likewise.
15653         * benchtests/cos-inputs: Likewise.
15654         * benchtests/cosh-inputs: Likewise.
15655         * benchtests/exp-inputs: Likewise.
15656         * benchtests/log-inputs: Likewise.
15657         * benchtests/pow-inputs: Likewise.
15658         * benchtests/rint-inputs: Likewise.
15659         * benchtests/sin-inputs: Likewise.
15660         * benchtests/sinh-inputs: Likewise.
15661         * benchtests/tan-inputs: Likewise.
15662         * benchtests/tanh-inputs: Likewise.
15663         * scripts/bench.pl: Add support for new directives.
15664
15665 2013-10-07  Alan Modra  <amodra@gmail.com>
15666
15667         * README: Fix careless merge.
15668
15669 2013-10-05  Alan Modra  <amodra@gmail.com>
15670
15671         * NEWS: Mention powerpc64le support and bugs fixed.
15672         * README: Both big-endian and little-endian powerpc64 supported.
15673
15674 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15675
15676         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15677         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15678         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15679         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15680
15681 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15682
15683         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15684         match prototype.
15685
15686 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15687
15688         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15689         Move -mhard-float appending from
15690         ports/sysdeps/powerpc/powerpc32/Makefile.
15691         [$(with-fp) = yes] (ASFLAGS): Likewise.
15692         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15693         * sysdeps/powerpc/nofpu: Move directory from
15694         ports/sysdeps/powerpc/nofpu.
15695         * sysdeps/powerpc/soft-fp: Move directory from
15696         ports/sysdeps/powerpc/soft-fp.
15697         * sysdeps/powerpc/powerpc32/405: Move directory from
15698         ports/sysdeps/powerpc/powerpc32/405.
15699         * sysdeps/powerpc/powerpc32/440: Move directory from
15700         ports/sysdeps/powerpc/powerpc32/440.
15701         * sysdeps/powerpc/powerpc32/464: Move directory from
15702         ports/sysdeps/powerpc/powerpc32/464.
15703         * sysdeps/powerpc/powerpc32/476: Move directory from
15704         ports/sysdeps/powerpc/powerpc32/476.
15705         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15706         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15707         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15708         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15710         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15711         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15712         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15713         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15714         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15715         * README: Update for powerpc-*-linux-gnu software floating point
15716         support in libc.
15717
15718         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15719         case to powerpc/powerpc32*.
15720         * sysdeps/unix/sysv/linux/configure: Regenerated.
15721
15722         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15723         (_FPU_MASK_OM): Define as 0x04.
15724         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15725         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15726         0x00c10080.
15727         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15728         0x0000003c.
15729         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15730
15731         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15732         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15733         getcontext_e500.
15734         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15735         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15736         setcontext_e500.
15737         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15738         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15739         and setcontext_e500.
15740
15741 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15742
15743         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15744
15745 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15746
15747         * manual/threads.texi (Default Thread Attributes): Fix typo.
15748
15749 2013-10-04  Will Newton  <will.newton@linaro.org>
15750
15751         * malloc/Makefile: Add tst-memalign.
15752         * malloc/tst-memalign.c: New file.
15753
15754         * malloc/tst-posix_memalign.c: Add comments.
15755         (do_test): Add comments and call free on all potentially
15756         allocated pointers. Add space after cast.
15757
15758         * malloc/tst-pvalloc.c: Add comments.
15759         (do_test): Add comments and call free on all potentially
15760         allocated pointers. Remove duplicate check for NULL pointer.
15761         Add space after cast.
15762
15763         * malloc/tst-valloc.c: Add comments.
15764         (do_test): Add comments and call free on all potentially
15765         allocated pointers. Remove duplicate check for NULL pointer.
15766         Add space after cast.
15767
15768 2013-10-04  Alan Modra  <amodra@gmail.com>
15769
15770         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15771         Use stdint types in rather than __attribute__((mode())).
15772         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15773
15774 2013-10-04  Alan Modra  <amodra@gmail.com>
15775
15776         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15777         Correct handling of unaligned relocs for little-endian.
15778         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15779
15780 2013-10-04  Alan Modra  <amodra@gmail.com>
15781
15782         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15783         * configure: Regenerate.
15784         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15785         * shlib-versions: Likewise.
15786
15787 2013-10-04  Alan Modra  <amodra@gmail.com>
15788
15789         * string/tester.c (test_memrchr): Increment reported test cycle.
15790
15791 2013-10-04  Alan Modra  <amodra@gmail.com>
15792
15793         * string/test-memcpy.c (do_one_test): When reporting errors, print
15794         string address and don't overrun end of string.
15795
15796 2013-10-04  Alan Modra  <amodra@gmail.com>
15797
15798         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15799         insrdi.  Make better use of reg selection to speed exit slightly.
15800         Schedule entry path a little better.  Remove useless "are we done"
15801         checks on entry to main loop.  Handle wrapping around zero address.
15802         Correct main loop count.  Handle single left-over word from main
15803         loop inline rather than by using loop_small.  Remove extra word
15804         case in loop_small caused by wrong loop count.  Add little-endian
15805         support.
15806         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15807         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15808         cache hint.
15809         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15810         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15811         support.  Avoid rlwimi.
15812         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15813
15814 2013-10-04  Alan Modra  <amodra@gmail.com>
15815
15816         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15817         insrdi.  Formatting.
15818         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15819         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15820         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15821         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15822         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15823         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15824
15825 2013-10-04  Alan Modra  <amodra@gmail.com>
15826
15827         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15828         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15829         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15830         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15831         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15832         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15833         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15834         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15835         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15836         use of regs.  Use power7 mtocrf.  Tidy function tails.
15837
15838 2013-10-04  Alan Modra  <amodra@gmail.com>
15839
15840         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15841         Formatting.  Consistently use rXXX register defines or rN defines.
15842         Use early exit labels that avoid restoring unused non-volatile regs.
15843         Make cr field use more consistent with rWORDn compares.  Rename
15844         regs used as shift registers for unaligned loop, using rN defines
15845         for short lifetime/multiple use regs.
15846         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15847         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15848         addi 1,1,64 to pop stack frame.  Simplify return value code.
15849         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15850
15851 2013-10-04  Alan Modra  <amodra@gmail.com>
15852
15853         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15854         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15855         rather than rlwimi.
15856         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15857         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15858         little-endian support.  Correct typos.
15859         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15860         rather than rlwimi.
15861         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15862         in loop and entry code to keep "and." results.
15863         (strchr): Add little-endian support.  Comment.  Move cntlzd
15864         earlier in tail.
15865         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15866
15867 2013-10-04  Alan Modra  <amodra@gmail.com>
15868
15869         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15870         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15871         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15872         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15873
15874 2013-10-04  Alan Modra  <amodra@gmail.com>
15875
15876         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15877         (rTMP): Define as r11.
15878         (strcmp): Add little-endian support.  Optimise tail.
15879         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15880         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15881         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15882         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15883         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15884         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15885         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15886
15887 2013-10-04  Alan Modra  <amodra@gmail.com>
15888
15889         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15890         little-endian support.  Remove unnecessary "are we done" tests.
15891         Handle "s" wrapping around zero and extremely large "size".
15892         Correct main loop count.  Handle single left-over word from main
15893         loop inline rather than by using small_loop.  Correct comments.
15894         Delete "zero" tail, use "end_max" instead.
15895         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15896
15897 2013-10-04  Alan Modra  <amodra@gmail.com>
15898
15899         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15900         support.  Don't branch over align.
15901         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15902         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15903         support.  Rearrange tmp reg use to suit.  Comment.
15904         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15905
15906 2013-10-04  Alan Modra  <amodra@gmail.com>
15907
15908         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15909
15910 2013-10-04  Alan Modra  <amodra@gmail.com>
15911
15912         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15913         conditional form of branch and link when obtaining pc.
15914         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15915
15916 2013-10-04  Alan Modra  <amodra@gmail.com>
15917
15918         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15919         HIWORD/LOWORD.
15920         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15921         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15922
15923 2013-10-04  Alan Modra  <amodra@gmail.com>
15924
15925         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15926         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15927         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15928         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15929         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15930         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15931         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15932         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15933         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15934         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15935
15936 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15937             Alistair Popple <alistair@ozlabs.au.ibm.com>
15938             Alan Modra <amodra@gmail.com>
15939
15940         [BZ #15723]
15941         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15942         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15943         _dl_hwcap access for little-endian.
15944         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15945         destroy vmx regs when saving unaligned.
15946         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15947         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15948         destroy vmx regs when saving unaligned.
15949
15950 2013-10-04  Alan Modra  <amodra@gmail.com>
15951
15952         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15953         Don't use a union to pack hi/low value.
15954
15955 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15956
15957         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15958         for little-endian.
15959         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15960         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15961         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15962         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15963         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15964
15965 2013-10-04  Alan Modra  <amodra@gmail.com>
15966
15967         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15968         constants to usual value for .cst8 section, and remove redundant
15969         high address load.
15970         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15971         constant for 0x1p52.  Load little-endian words of double from
15972         correct stack offsets.
15973
15974 2013-10-04  Alan Modra  <amodra@gmail.com>
15975
15976         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15977         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15978         words of double from correct stack offsets.
15979         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15980         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15981         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15982         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15983         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15984         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15985         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15986         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15987         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15988         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15989         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15990         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15991         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15992         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15993         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15994         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15995         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15996
15997 2013-10-04  Alan Modra  <amodra@gmail.com>
15998
15999         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
16000         64-bit int/double union.
16001         (_FPU_SETCW): Likewise.
16002         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
16003         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
16004
16005 2013-10-04  Alan Modra  <amodra@gmail.com>
16006
16007         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
16008         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
16009
16010 2013-10-04  Alan Modra  <amodra@gmail.com>
16011
16012         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
16013         use vector int constants.
16014         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
16015
16016 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16017
16018         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
16019         array with long long.
16020         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
16021         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
16022         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
16023         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
16024         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16025         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16026         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16027         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16028         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16029         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16030         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16031         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16032         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16033
16034 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16035
16036         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16037         (__signbit): Likewise.  Correct for little-endian.
16038         (__signbitl): Call __signbit.
16039         (lrint): Correct for little-endian.
16040         (lrintf): Call lrint.
16041
16042 2013-10-04  Alan Modra  <amodra@gmail.com>
16043
16044         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16045         union 32-bit int array member with 64-bit int array.
16046         (t515, tm256): Double rather than long double.
16047         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16048
16049 2013-10-04  Alan Modra  <amodra@gmail.com>
16050
16051         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16052         Delete.
16053         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16054         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16055         version of math_ldbl.h.
16056
16057 2013-10-04  Alan Modra  <amodra@gmail.com>
16058
16059         [BZ #15734], [BZ #15735]
16060         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16061         all uses of ieee875 long double macros and unions.  Simplify test
16062         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16063         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16064         normalize after ldbl_extract_mantissa, and don't add hidden bit
16065         already handled.  Don't treat low word of ieee854 mantissa like
16066         low word of IBM long double and mask off bit when testing for
16067         zero.
16068         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16069         all uses of ieee875 long double macros and unions.  Simplify tests
16070         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16071         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16072         two1022, instead use their values.  Recognise that tests for large
16073         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16074         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16075         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16076         test for 0.0L and nan.  Correct negation.
16077         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16078         ieee875 long double macros and unions.  Correct output for large
16079         magnitude x.  Correct absolute value calculation.
16080         (__erfcl): Likewise.
16081         * math/libm-test.inc: Add tests for errors discovered in IBM long
16082         double versions of fmodl, remainderl, erfl and erfcl.
16083
16084 2013-10-04  Alan Modra  <amodra@gmail.com>
16085
16086         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16087         all uses of ieee854 long double macros and unions.  Simplify tests
16088         for long doubles that are fully specified by the high double.
16089         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16090         Likewise.
16091         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16092         Remove dead code too.
16093         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16094         (__ieee754_ynl): Likewise.
16095         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16096         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16097         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16098         Remove dead code too.
16099         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16100         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16101         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16102         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16103         Simplify.
16104         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16105         Simplify.
16106         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16107         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16108         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16109         Comment on variable precision.
16110         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16111         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16112         Likewise.
16113         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16114         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16115         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16116         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16117         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16118
16119 2013-10-04  Alan Modra  <amodra@gmail.com>
16120
16121         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16122         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16123         all uses of ieee854 long double macros and unions.
16124         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16125         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16126         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16127         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16128         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16129         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16130         Likewise.
16131         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16132         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16133         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16134         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16135         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16136         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16137         Simplify sign and nan test too.
16138         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16139         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16140         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16141         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16142         Likewise.
16143         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16144         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16145         Likewise.
16146         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16147         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16148         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16149         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16150         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16151         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16152
16153 2013-10-04  Alan Modra  <amodra@gmail.com>
16154
16155         * stdio-common/printf_size.c (__printf_size): Don't use
16156         union ieee854_long_double in fpnum union.
16157         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16158         signbit macro to retrieve sign from long double.
16159         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16160         retrieve sign from long double.
16161         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16162         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16163         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16164         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16165         * math/test-misc.c (main): Don't use union ieee854_long_double.
16166
16167 2013-10-04  Alan Modra  <amodra@gmail.com>
16168
16169         [BZ #15680]
16170         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16171         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16172         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16173         calculation.  Remove unnecessary test for denormal exponent.
16174         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16175         Correct handling of denormals.  Avoid undefined shift behaviour.
16176         Correct normalisation of low mantissa when low double is denormal.
16177         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16178         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16179         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16180         Correct normalisation of low mantissa.  Test for overflow of high
16181         mantissa and normalise.
16182         (ldbl_nearbyint): Use more readable constant for two52.
16183         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16184         (__mpn_construct_long_double): Fix test for overflow of high
16185         mantissa and correct normalisation.  Avoid undefined shift.
16186
16187 2013-10-04  Alan Modra  <amodra@gmail.com>
16188
16189         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16190         (union ibm_extended_long_double): Define as an array of ieee754_double.
16191         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16192         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16193         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16194         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16195         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16196         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16197         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16198         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16199         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16200         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16201         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16202
16203 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16204
16205         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16206         page size instead of calling getpagesize.
16207
16208         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16209         (LOCFILE_ALIGN_MASK): Likewise.
16210         (LOCFILE_ALIGN_UP): Likewise.
16211         (LOCFILE_ALIGNED_P): Likewise.
16212         * locale/programs/ld-collate.c (collate_output): Use the new
16213         macros instead of __alignof__ (int32_t).
16214         * locale/weight.h (findidx): Likewise.
16215
16216 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16217
16218         [BZ #431]
16219         * manual/string.texi: Fix strncat and wcsncat.
16220
16221 2013-10-03  Brooks Moses  <bmoses@google.com>
16222
16223         [BZ #15915]
16224         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16225         * Makerules: ...here, and adjust associated comments.
16226
16227 2013-10-02  Will Newton  <will.newton@linaro.org>
16228
16229         * malloc/Makefile: Add tst-pvalloc.
16230         * malloc/tst-pvalloc.c: New file.
16231
16232 2013-10-02  Will Newton  <will.newton@linaro.org>
16233
16234         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16235         improve test coverage.
16236
16237 2013-10-02  Will Newton  <will.newton@linaro.org>
16238
16239         * malloc/Makefile: Add tst-posix_memalign.
16240         * malloc/tst-posix_memalign.c: New file.
16241
16242 2013-10-01  Eric Blake  <eblake@redhat.com>
16243
16244         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16245         Use __THROWNL rather than __THROW on static functions.
16246
16247 2013-09-30  Petr Machata  <pmachata@redhat.com>
16248
16249         * elf/elf.h (R_AARCH64_ABS16): New macro.
16250         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16251         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16252         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16253         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16254         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16255         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16256         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16257         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16258         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16259         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16260         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16261         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16262         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16263         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16264         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16265         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16266         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16267         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16268         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16269         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16270         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16271         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16272         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16273         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16274         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16275         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16276         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16277         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16278         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16279         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16280         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16281         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16282         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16283         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16284         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16285         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16286         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16287         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16288         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16289         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16290         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16291         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16292         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16293         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16294         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16295         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16296         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16297         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16298         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16299         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16300         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16301         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16302         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16303         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16304         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16305         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16306         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16307         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16308         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16309         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16310         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16311         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16312         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16313         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16314         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16315         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16316         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16317         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16318         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16319         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16320         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16321         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16322         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16323         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16324         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16325         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16326         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16327         (R_AARCH64_TLSDESC_LDR): Likewise.
16328         (R_AARCH64_TLSDESC_ADD): Likewise.
16329         (R_AARCH64_TLSDESC_CALL): Likewise.
16330
16331 2013-09-30  Andreas Schwab  <schwab@suse.de>
16332
16333         [BZ #15048]
16334         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16335         the nss database lookup.
16336         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16337         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16338
16339 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16340
16341         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16342
16343 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16344
16345         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16346         ${Bash-specific parameter/pattern/string} parameter expansion.
16347         * sysdeps/unix/make-syscalls.sh: Likewise.
16348
16349 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16350
16351         * sysdeps/sh/stackguard-macros.h: New file.
16352
16353 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16354
16355         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16356         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16357         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16358         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16359         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16360         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16361
16362 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16363
16364         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16365         Fix thread ID register.
16366
16367 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16368
16369         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16370         [POSIX || UNIX98]: Require rather than permitting all symbols from
16371         <time.h>.
16372         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16373         element of struct sched_param.
16374         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16375         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16376         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16377         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16378         constant.
16379
16380 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16381
16382         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16383         argument calculation.
16384
16385 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16386
16387         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16388         Expect macro.
16389         [POSIX] (pthread_attr_t): Do not require type.
16390         [POSIX] (pthread_cond_t): Likewise.
16391         [POSIX] (pthread_condattr_t): Likewise.
16392         [POSIX] (pthread_key_t): Likewise.
16393         [POSIX] (pthread_mutex_t): Likewise.
16394         [POSIX] (pthread_mutexattr_t): Likewise.
16395         [POSIX] (pthread_once_t): Likewise.
16396         [POSIX] (pthread_t): Likewise.
16397         [POSIX-based standards] (pthread_atfork): Expect function.
16398
16399 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16400             Richard Sandiford  <richard@codesourcery.com>
16401
16402         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16403         (swap_endianness_p): New extern variable.
16404         (set_big_endian): New inline function.
16405         (maybe_swap_uint32): Likewise.
16406         (maybe_swap_uint32_array): Likewise.
16407         (maybe_swap_uint32_obstack): Likewise.
16408         * locale/programs/locfile.c: Include <stdbool.h>.
16409         (swap_endianness_p): New variable.
16410         (add_locale_uint32): Call maybe_swap_uint32.
16411         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16412         (write_locale_data): Call maybe_swap_uint32_array.
16413         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16414         maybe_swap_uint32.
16415         (obstack_int32_grow_fast): Likewise.
16416         (output_weightwc): Call maybe_swap_uint32_obstack.
16417         (collate_output): Likewise.
16418         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16419         (OPT_LITTLE_ENDIAN): Likewise.
16420         (options): Add --little-endian and --big-endian options.
16421         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16422         * locale/programs/locarchive.c: Include "locfile.h".
16423         (GET): New macro.
16424         (SET): Likewise.
16425         (INC): Likewise.
16426         (create_archive): Use the new macros to access fields of
16427         structures directly mapped from or written to locale archives.
16428         (oldlocrecentcmp): Likewise.
16429         (enlarge_archive): Likewise.
16430         (insert_name): Likewise.
16431         (add_alias): Likewise.
16432         (add_locale): Likewise.
16433         (delete_locales_from_archive): Likewise.
16434         (show_archive_content): Likewise.
16435         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16436         locale data.
16437
16438 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16439
16440         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16441         http://www.gnu.org/doc/freemanuals.texi.
16442         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16443
16444 2013-09-24  Will Newton  <will.newton@linaro.org>
16445
16446         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16447         macro.
16448
16449 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16450
16451         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16452         unsigned char.
16453
16454 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16455
16456         * manual/threads.texi (POSIX Threads): Fix a typo.
16457
16458 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16459
16460         [BZ #14547]
16461         * string/tst-strcoll-overflow.c: New test case.
16462         * string/Makefile (xtests): Add tst-strcoll-overflow.
16463         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16464         cache if string sizes may cause integer overflow.
16465
16466         [BZ #14547]
16467         * string/strcoll_l.c (coll_seq): New members rule, idx,
16468         save_idx and back_us.
16469         (get_next_seq_nocache): New function.
16470         (do_compare_nocache): New function.
16471         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16472         when malloc fails.
16473
16474 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16475
16476         [BZ #15754]
16477         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16478         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16479         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16480
16481         [BZ #15754]
16482         * elf/Makefile (tests): Add tst-ptrguard1.
16483         (tests-static): Add tst-ptrguard1-static.
16484         (tst-ptrguard1-ARGS): Define.
16485         (tst-ptrguard1-static-ARGS): Define.
16486         * elf/tst-ptrguard1.c: New file.
16487         * elf/tst-ptrguard1-static.c: New file.
16488         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16489         * sysdeps/i386/stackguard-macros.h: Likewise.
16490         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16491         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16492         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16493         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16494         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16495         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16496
16497 2013-09-23  Hector Marco  <hecmargi@upv.es>
16498             Ismael Ripoll  <iripoll@disca.upv.es>
16499             Carlos O'Donell  <carlos@redhat.com>
16500
16501         [BZ #15754]
16502         * sysdeps/generic/stackguard-macros.h: Define
16503         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16504         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16505         Define __pointer_chk_guard_local.
16506         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16507         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16508
16509 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16510
16511         [BZ #15859]
16512         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16513
16514 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16515
16516         * include/string.h (__ffs): Declare as hidden.
16517         * string/ffs.c (__ffs): Define as hidden.
16518         * sysdeps/i386/ffs.c (__ffs): Likewise.
16519         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16520         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16521         * sysdeps/s390/ffs.c (__ffs): Likewise.
16522         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16523
16524 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16525
16526         * NEWS: Mention malloc probes.
16527
16528         * malloc/arena.c (new_heap): New memory_heap_new probe.
16529         (grow_heap): New memory_heap_more probe.
16530         (shrink_heap): New memory_heap_less probe.
16531         (heap_trim): New memory_heap_free probe.
16532         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16533         (systrim): New memory_sbrk_less probe.
16534         * manual/probes.texi: Document them.
16535
16536         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16537         * manual/probes.texi: Document it.
16538
16539         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16540         (__libc_realloc): Add memory_realloc_retry probe.
16541         (__libc_memalign): Add memory_memalign_retry probe.
16542         (__libc_valloc): Add memory_valloc_retry probe.
16543         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16544         (__libc_calloc): Add memory_calloc_retry probe.
16545         * manual/probes.texi: Document them.
16546
16547         * malloc/arena.c (get_free_list): Add probe
16548         memory_arena_reuse_free_list.
16549         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16550         and memory_arena_reuse.
16551         (arena_get2) [!PER_THREAD]: Likewise.
16552         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16553         memory_arena_reuse_realloc.
16554         * manual/probes.texi: Document them.
16555
16556         * malloc/malloc.c (__libc_free): Add
16557         memory_mallopt_free_dyn_thresholds probe.
16558         (__libc_mallopt): Add multiple memory_mallopt probes.
16559         * manual/probes.texi: Document them.
16560
16561         * malloc/malloc.c: Include stap-probe.h.
16562         (__libc_mallopt): Add memory_mallopt probe.
16563         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16564         * manual/probes.texi: New.
16565         * manual/Makefile (chapters): Add probes.
16566         * manual/threads.texi: Set next node.
16567
16568 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16569
16570         [BZ #15963, #13985]
16571         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16572         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16573         Add `Chinese' to `nan' entry name.
16574
16575 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16576
16577         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16578         (POLYNOMIAL): Likewise.
16579         (TAYLOR_SINCOS): Likewise.
16580         (TAYLOR_SLOW): Likewise.
16581         (__sin): Use TAYLOR_SINCOS.
16582         (__cos): Likewise.
16583         (slow): Use TAYLOR_SLOW.
16584         (sloww): Likewise.
16585         (bsloww): Likewise.
16586         (csloww): Likewise.
16587
16588 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16589
16590         * stdlib/strtod_l.c: Fix buffer overrun.
16591
16592 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16593
16594         * benchtests/Makefile (bench): Add sincos.
16595         * benchtests/bench-sincos.c: New file.
16596
16597         * math/libm-test.inc (cos_test_data): New test inputs.
16598         (sin_test_data): Likewise.
16599
16600         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16601         macro.
16602         (__sin): Use it.
16603         (__cos): Likewise.
16604         (slow1): Likewise.
16605         (slow2): Likewise.
16606         (sloww1): Likewise.
16607         (sloww2): Likewise.
16608         (bsloww1): Likewise.
16609         (bsloww2): Likewise.
16610         (cslow2): Likewise.
16611         (csloww1): Likewise.
16612         (csloww2): Likewise.
16613
16614         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16615         function.
16616         (__sin): Use it.
16617         (__cos): Likewise.
16618
16619         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16620         gotos.
16621         (__cos): Likewise.
16622
16623 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16624
16625         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16626         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16627         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16628         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16629         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16630         * elf/cache.c (print_entry): Handle the new cache flags.
16631
16632 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16633             Aldy Hernandez  <aldyh@redhat.com>
16634
16635         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16636         Change condition to [_SOFT_FLOAT].
16637         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16638         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16639         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16640         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16641         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16642         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16643         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16644         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16645         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16646         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16647         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16648         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16649         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16650         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16651         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16652         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16653         declaration.
16654
16655 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16656
16657         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16658         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16659         (__longjmp): Use LOAD_GP to load saved GPRs.
16660         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16661         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16662         (__sigsetjmp): Use SAVE_GP to save GPRs.
16663
16664         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16665         Do not append -msoft-float.
16666         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16667
16668 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16669
16670         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16671
16672 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16673
16674         [BZ #15966]
16675         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16676         (_FPU_GETCW): Use initial "__" on variable and field names but not
16677         on macro parameter name.
16678         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16679         parentheses around reference to macro parameter.
16680
16681 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16682
16683         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16684         prototype.
16685         (ctype_startup): Use uint32_t in cast and sizeof for
16686         ctype->charnames.
16687
16688 2013-09-11  Jia Liu  <proljc@gmail.com>
16689
16690         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16691         __daddr_t_defined.
16692         [__FreeBSD__]: Likewise.
16693
16694 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16695
16696         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16697         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16698         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16699         (strchr): Remove __strchr_sse42 ifunc selection.
16700         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16701         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16702
16703 2013-09-11  Will Newton  <will.newton@linaro.org>
16704
16705         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16706         parameter to RES. Remove hardcoded 1000 value.
16707         * benchtests/bench-skeleton.c (main): Pass RES parameter
16708         to TIMING_INIT and multiply result by 1000.
16709
16710 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16711
16712         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16713
16714 2013-09-11  Andreas Schwab  <schwab@suse.de>
16715
16716         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16717         if not defined.
16718         (O_TMPFILE) [__USE_GNU]: Define.
16719         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16720         Define.
16721
16722 2013-09-11  Will Newton  <will.newton@linaro.org>
16723
16724         [BZ #15857]
16725         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16726         does not overflow.
16727
16728 2013-09-11  Will Newton  <will.newton@linaro.org>
16729
16730         [BZ #15856]
16731         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16732         does not overflow.
16733
16734 2013-09-11  Will Newton  <will.newton@linaro.org>
16735
16736         [BZ #15855]
16737         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16738         does not overflow.
16739
16740 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16741
16742         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16743         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16744         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16745         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16746         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16747
16748 2013-09-10  Allan McRae  <allan@archlinux.org>
16749
16750         [BZ #15748]
16751         * manual/arith.texi (Parsing of Floats): Clarify
16752         cross-reference.
16753
16754         [BZ #15849]
16755         * manual/install.texi (Running make install): Mention
16756         --enable-pt-chown.
16757         * INSTALL: Regenerated.
16758
16759 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16760
16761         * csu/init-first.c (_init): Remove the !SHARED condition around
16762         FPU control word initialization.
16763         * elf/dl-support.c (_dl_fpu_control): New variable.
16764         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16765         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16766         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16767         * math/test-fpucw-static.c: New file.
16768         * math/test-fpucw-ieee.c: New file.
16769         * math/test-fpucw-ieee-static.c: New file.
16770         * math/Makefile (tests): Add `test-fpucw-ieee' and
16771         `$(tests-static)'.
16772         (tests-static): New variable.
16773         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16774         dependency to...
16775         [($(build-shared),yes)]
16776         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16777         ... this.
16778         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16779         New dependency.
16780
16781 2013-09-09  Allan McRae  <allan@archlinux.org>
16782
16783         [BZ #15939]
16784         * manual/string.texi (Collation Functions): Fix typo in
16785         strcoll example.
16786         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16787
16788         [BZ #15893]
16789         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16790
16791         [BZ #15892]
16792         * libio/memstream.c (open_memstream): Fix memory leak.
16793         * libio/wmemstream.c (open_wmemstream): Likewise.
16794
16795         [BZ #15895]
16796         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16797
16798 2013-09-09  Will Newton  <will.newton@linaro.org>
16799
16800         * malloc/Makefile: Add tst-realloc to tests.
16801         * malloc/tst-realloc.c: New file.
16802
16803 2013-09-09  Allan McRae  <allan@archlinux.org>
16804
16805         [BZ #15844]
16806         * COPYING: Update from GNU website to fix FSF address.
16807         * COPYING.LIB: Likewise.
16808
16809 2013-09-06  David S. Miller  <davem@davemloft.net>
16810
16811         * po/zh_TW.po: Update Chinese (traditional) translation from
16812         translation project.
16813
16814 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16815             Joseph Myers  <joseph@codesourcery.com>
16816
16817         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16818         "localeinfo.h".
16819         (obstack_chunk_alloc): New macro.
16820         (obstack_chunk_free): Likewise.
16821         (record_offset): New function.
16822         (init_locale_data): Likewise.
16823         (align_locale_data): Likewise.
16824         (add_locale_empty): Likewise.
16825         (add_locale_raw_data): Likewise.
16826         (add_locale_raw_obstack): Likewise.
16827         (add_locale_string): Likewise.
16828         (add_locale_wstring): Likewise.
16829         (add_locale_uint32): Likewise.
16830         (add_locale_uint32_array): Likewise.
16831         (add_locale_char): Likewise.
16832         (start_locale_structure): Likewise.
16833         (end_locale_structure): Likewise.
16834         (start_locale_prelude): Likewise.
16835         (end_locale_prelude): Likewise.
16836         (write_locale_data): Take locale_file structure rather than an
16837         iovec.
16838         * locale/programs/locfile.h: Include "obstack.h".
16839         (struct locale_file): Change to store locale file contents instead
16840         of header.
16841         (init_locale_data): New prototype.
16842         (align_locale_data): Likewise.
16843         (add_locale_empty): Likewise.
16844         (add_locale_raw_data): Likewise.
16845         (add_locale_raw_obstack): Likewise.
16846         (add_locale_string): Likewise.
16847         (add_locale_wstring): Likewise.
16848         (add_locale_uint32): Likewise.
16849         (add_locale_uint32_array): Likewise.
16850         (add_locale_char): Likewise.
16851         (start_locale_structure): Likewise.
16852         (end_locale_structure): Likewise.
16853         (start_locale_prelude): Likewise.
16854         (end_locale_prelude): Likewise.
16855         (write_locale_data): Update prototype.
16856         * locale/programs/3level.h (struct TABLE): Remove result field.
16857         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16858         Use new locale_file interface.
16859         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16860         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16861         * locale/programs/ld-address.c (address_output): Use new
16862         locale_file interface.
16863         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16864         NO_ADD_LOCALE.
16865         (collate_finish): Don't call collseq_table_finalize.
16866         (collate_output): Use new locale_file interface.
16867         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16868         in file.
16869         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16870         (TABLE): Move defines earlier in file.
16871         (ELEMENT): Likewise.
16872         (DEFAULT): Likewise.
16873         (wctrans_table_add): Move macro and inline function earlier in
16874         file.
16875         (struct wctype_table): Move type earlier in file.
16876         (add_locale_wctype_table): New static prototype.
16877         (struct locale_ctype_t): Use logical types instead of struct iovec
16878         pointers for members.
16879         (ctype_output): Use new locale_file interface.
16880         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16881         new locale_file interface.
16882         (allocate_arrays): Update for use of new locale_file interface.
16883         * locale/programs/ld-identification.c (identification_output): Use
16884         new locale_file interface.
16885         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16886         * locale/programs/ld-messages.c (messages_output): Likewise.
16887         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16888         * locale/programs/ld-name.c (name_output): Likewise.
16889         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16890         * locale/programs/ld-paper.c (paper_output): Likewise.
16891         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16892         * locale/programs/ld-time.c (time_output): Likewise.
16893
16894 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16895
16896         * benchtests/Makefile: Add memrchr benchmark.
16897         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16898         benchmark as memrchr.
16899         * benchtests/bench-memrchr-ifunc.c: New file.
16900         * benchtests/bench-memrchr.c: New file.
16901
16902 2013-09-06   Will Newton  <will.newton@linaro.org>
16903
16904         * benchtests/Makefile (string-bench): Add memcpy.
16905
16906 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16907             Cong Wang  <amwang@redhat.com>
16908
16909         [BZ #15850]
16910         * sysdeps/unix/sysv/linux/bits/in.h
16911         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16912         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16913         before __USE_KERNEL_IPV6_DEFS uses.
16914         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16915         IPPROTO_BEETPH.
16916         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16917         sockaddr_in6, or ipv6_mreq.
16918
16919 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16920
16921         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16922         memory access for final bytes in some large inputs.
16923         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16924
16925 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16926
16927         * string/test-memrchr.c: New file.
16928         * string/test-memrchr-ifunc.c: New file.
16929         * string/Makefile: Add new memrchr testcase.
16930
16931 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16932
16933         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16934         fanotify_init returns EPERM.
16935
16936 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16937
16938         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16939         errors.
16940         (top level): Treat second token from macro or constant entries for
16941         allowed headers as allowed.
16942         * include/complex.h: Condition internal declarations on
16943         [!_ISOMAC].
16944         * include/fenv.h: Condition include of <stdbool.h> and internal
16945         declarations on [!_ISOMAC].
16946
16947 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16948
16949         [BZ #15923]
16950         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16951
16952 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16953
16954         * configure.in (--enable-versioning): Remove configure option.
16955         (libc_cv_asm_symver_directive): Remove configure test.
16956         (libc_cv_ld_version_script_option): Likewise.
16957         (VERSIONING): Remove variable and AC_SUBST.
16958         (DO_VERSIONING): Remove AC_DEFINE.
16959         * configure: Regenerated.
16960         * config.h.in (DO_VERSIONING): Remove macro.
16961         * Makerules [$(versioning) = yes]: Change conditionals to
16962         [$(build-shared) = yes].
16963         * config.make.in (versioning): Remove variable.
16964         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16965         [$(build-shared) = yes].
16966         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16967         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16968         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16969         [$(build-shared) = yes].
16970         * extra-lib.mk [$(versioning) = yes]: Likewise.
16971         * hurd/Makefile [$(versioning) = yes]: Likewise.
16972         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16973         [SHARED].
16974         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16975         [SHARED].
16976         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16977         [SHARED && !NO_HIDDEN].
16978         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16979         [SHARED].
16980         [SHARED && DO_VERSIONING]: Likewise..
16981         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16982         [$(build-shared) = yes].
16983         * manual/install.texi (--disable-versioning): Remove
16984         documentation.
16985         * INSTALL: Regenerated.
16986         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16987         to [SHARED].
16988         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16989         [$(build-shared) = yes].
16990         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16991         * sysdeps/i386/i686/multiarch/strstr-c.c
16992         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16993         [SHARED && !NO_HIDDEN].
16994         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16995         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16996         * sysdeps/powerpc/powerpc32/dl-machine.c
16997         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16998         * sysdeps/powerpc/powerpc32/sysdep.h
16999         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
17000         to [SHARED && PIC && !NO_HIDDEN].
17001         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
17002         conditional to [SHARED].
17003
17004 2013-09-04   Will Newton  <will.newton@linaro.org>
17005
17006         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
17007         * benchtests/bench-string.h: Include bench-timing.h instead
17008         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
17009         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
17010         call to HP_TIMING_DIFF_INIT.
17011         * benchtests/bench-memccpy.c: Use bench-timing.h macros
17012         instead of hp-timing.h macros.
17013         * benchtests/bench-memchr.c: Likewise.
17014         * benchtests/bench-memcmp.c: Likewise.
17015         * benchtests/bench-memcpy.c: Likewise.
17016         * benchtests/bench-memmem.c: Likewise.
17017         * benchtests/bench-memmove.c: Likewise.
17018         * benchtests/bench-memset.c: Likewise.
17019         * benchtests/bench-rawmemchr.c: Likewise.
17020         * benchtests/bench-strcasecmp.c: Likewise.
17021         * benchtests/bench-strcasestr.c: Likewise.
17022         * benchtests/bench-strcat.c: Likewise.
17023         * benchtests/bench-strchr.c: Likewise.
17024         * benchtests/bench-strcmp.c: Likewise.
17025         * benchtests/bench-strcpy.c: Likewise.
17026         * benchtests/bench-strcpy_chk.c: Likewise.
17027         * benchtests/bench-strlen.c: Likewise.
17028         * benchtests/bench-strncasecmp.c: Likewise.
17029         * benchtests/bench-strncat.c: Likewise.
17030         * benchtests/bench-strncmp.c: Likewise.
17031         * benchtests/bench-strncpy.c: Likewise.
17032         * benchtests/bench-strnlen.c: Likewise.
17033         * benchtests/bench-strpbrk.c: Likewise.
17034         * benchtests/bench-strrchr.c: Likewise.
17035         * benchtests/bench-strspn.c: Likewise.
17036         * benchtests/bench-strstr.c: Likewise.
17037
17038 2013-09-04  Will Newton  <will.newton@linaro.org>
17039
17040         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17041
17042 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17043
17044         [BZ #15427]
17045         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17046         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17047         * math/libm-test.inc (lgamma_test_data): Add more tests.
17048         * sysdeps/i386/fpu/libm-test-ulps: Update.
17049         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17050
17051 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17052
17053         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17054         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17055         Add ifunc.
17056         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17057         Add strcmp-sse2-unaligned
17058         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17059
17060 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17061
17062         * Versions.def (libc): Add GLIBC_2.19.
17063
17064 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17065
17066         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17067         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17068
17069 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17070
17071         [BZ #14155]
17072         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17073         intermediate calculations in recurrence.
17074         (__ieee754_ynf): Likewise.
17075         * math/libm-test.inc (jn_test_data): Do not allow spurious
17076         underflow exception.  Add more tests.
17077         (yn_test_data): Add more tests.
17078         * sysdeps/i386/fpu/libm-test-ulps: Update.
17079         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17080
17081 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17082
17083         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17084
17085 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17086
17087         * csu/init-first.c: Fix then/than typos.
17088         * locale/programs/ld-collate.c: Likewise.
17089         * locale/programs/linereader.h: Likewise.
17090         * manual/charset.texi: Likewise.
17091         * manual/filesys.texi: Likewise.
17092         * manual/stdio.texi: Likewise.
17093         * manual/string.texi: Likewise.
17094         * stdlib/fmtmsg.c: Likewise.
17095         * sysdeps/i386/stpncpy.S: Likewise.
17096         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17097         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17098         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17099         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17100
17101 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17102
17103         * elf/dl-open.c: Fix typos.
17104         * iconvdata/gbbig5.c: Likewise.
17105         * iconvdata/iso-2022-jp.c: Likewise.
17106         * iconv/gconv_int.h: Likewise.
17107         * iconv/loop.c: Likewise.
17108         * nis/rpcsvc/nis.h: Likewise.
17109         * resolv/ns_name.c: Likewise.
17110         * stdio-common/vfscanf.c: Likewise.
17111         * streams/stropts.h: Likewise.
17112         * sunrpc/rpc_thread.c: Likewise.
17113         * sysdeps/i386/strpbrk.S: Likewise.
17114         * sysdeps/ieee754/k_standard.c: Likewise.
17115         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17116         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17117         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17118         * sysdeps/mach/hurd/profil.c: Likewise.
17119         * sysdeps/s390/dl-procinfo.h: Likewise.
17120         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17121         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17122         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17123         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17124         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17125
17126 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17127
17128         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17129         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17130
17131 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17132
17133         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17134         aix specific files.
17135         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17136         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17137         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17138         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17139         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17140         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17141         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17142         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17143
17144 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17145             Roland McGrath  <roland@hack.frob.com>
17146
17147         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17148         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17149
17150 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17151
17152         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17153         __executable_start symbol instead of _start.
17154
17155 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17156
17157         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17158         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17159         Move macros to...
17160         * sysdeps/gnu/ldsodefs.h: ... this new file.
17161
17162         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17163         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17164         instead of ELFOSABI_LINUX.
17165
17166         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17167         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17168         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17169         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17170         Likewise.
17171         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17172         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17173         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17174         Likewise.
17175         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17176         (ibm_extended_long_double): Add ieee_nan member.
17177         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17178         (do_test): New function.
17179
17180         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17181         TEST_TRUNC.
17182         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17183         functions, renamed from truncdfsf_test, trunctfsf_test,
17184         trunctfdf_test.
17185         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17186         functions.
17187         (do_test): Run all these.
17188
17189 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17190
17191         * argp/argp-help.c: Fix typos.
17192         * argp/argp-parse.c: Likewise.
17193         * debug/backtracesyms.c: Likewise.
17194         * elf/elf.h: Likewise.
17195         * malloc/malloc.c: Likewise.
17196         * nis/nis_print.c: Likewise.
17197         * resolv/res_comp.c: Likewise.
17198         * stdlib/stdlib.h: Likewise.
17199         * sunrpc/clnt_tcp.c: Likewise.
17200         * sunrpc/clnt_udp.c: Likewise.
17201         * sunrpc/clnt_unix.c: Likewise.
17202         * sysdeps/unix/bsd/ptsname.c: Likewise.
17203         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17204         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17205         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17206         Likewise.
17207         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17208         Likewise.
17209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17210         Likewise.
17211         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17212
17213 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17214
17215         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17216         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17217
17218 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17219
17220         [BZ #15897]
17221         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17222         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17223         ($(objpfx)bug-dl-leaf): New rule.
17224         ($(objpfx)bug-dl-leaf.so): Likewise.
17225         ($(objpfx)bug-dl-leaf.out): Likewise.
17226         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17227         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17228         * dlfcn/bug-dl-leaf.c: New test.
17229         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17230         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17231         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17232         (dlclose): Likewise.
17233         (dlmopen): Likewise.
17234
17235 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17236
17237         * include/netdb.h [!_ISOMAC]:
17238         Don't include <tls.h>.
17239         (h_errno, __libc_h_errno): Move declaration and macros out of
17240         [_LIBC_REENTRANT].
17241
17242         * include/resolv.h [_RESOLV_H_]:
17243         Don't include <tls.h>.
17244         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17245         * resolv/res_libc.c: Don't include <tls.h>.
17246         (_res): Use __attribute__ ((nocommon)) in place of
17247         __attribute__ ((section (".bss"))).
17248
17249         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17250         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17251
17252         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17253
17254         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17255         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17256
17257         * resolv/res_mkquery.c: Include <sys/time.h>.
17258
17259         * inet/ifreq.c: Moved to ...
17260         * sysdeps/unix/ifreq.c: ... here.
17261         * inet/ifreq.c: New file, true stub version.
17262
17263         * socket/sa_len.c: New file.
17264         * socket/Makefile (aux): Add it.
17265         * sysdeps/unix/sysv/linux/Makefile
17266         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17267         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17268         and #include <socket/sa_len.c>.
17269         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17270         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17271
17272         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17273         * bits/socket.h: ... here.
17274
17275         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17276         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17277         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17278
17279 2013-08-27  Andreas Schwab  <schwab@suse.de>
17280
17281         [BZ #15736]
17282         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17283         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17284         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17285         * string/test-strcasecmp.c (test_main): Run tests in several
17286         locales.
17287         * string/test-strncasecmp.c (test_main): Likewise.
17288
17289         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17290         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17291         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17292         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17293         (__strncasecmp_ssse3) [PIC]: Likewise.
17294
17295 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17296
17297         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17298
17299         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17300         instead of explicitly declaring xdecrypt.
17301         * nis/nss_nis/nis-publickey.c: Likewise.
17302
17303 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17304
17305         [BZ #15890]
17306         * nscd/aicache.c: Include res_hconf.h.
17307         (addhstaiX): Initialize res_hconf.
17308
17309 2013-08-26  Andreas Schwab  <schwab@suse.de>
17310
17311         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17312         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17313
17314 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17315
17316         * nscd/aicache.c (addhstaiX): Fix indentation.
17317
17318 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17319
17320         * configure.ac: Quote $build_pt_chown test.
17321         * configure: Regenerated.
17322
17323 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17324
17325         [BZ #15532]
17326         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17327         * math/s_cexpf.c (__cexpf): Likewise.
17328         * math/s_cexpl.c (__cexpl): Likewise.
17329         * math/libm-test.inc (cexp_test_data): Correct expected return
17330         value for NaN + i0.  Add another test.
17331
17332 2013-08-22  David S. Miller  <davem@davemloft.net>
17333
17334         * po/ca.po: Update Catalan translation from translation project.
17335         * po/uk.po: Add Ukrainian translations from translation project.
17336
17337 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17338
17339         [BZ #15797]
17340         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17341         is infinite, not alongside NaN test.
17342         * math/s_fdimf.c (__fdimf): Likewise.
17343         * math/s_fdiml.c (__fdiml): Likewise.
17344         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17345         errno is unchanged.
17346
17347 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17348
17349         * argp/argp-help.c: Fix typos.
17350         * crypt/speeds.c: Likewise.
17351         * csu/check_fds.c: Likewise.
17352         * elf/dl-load.c: Likewise.
17353         * elf/dl-open.c: Likewise.
17354         * elf/reldep3.c: Likewise.
17355         * elf/reldep.c: Likewise.
17356         * elf/sprof.c: Likewise.
17357         * iconv/iconv_charmap.c: Likewise.
17358         * iconv/skeleton.c: Likewise.
17359         * iconv/strtab.c: Likewise.
17360         * io/lockf64.c: Likewise.
17361         * libio/libioP.h: Likewise.
17362         * resolv/gai_notify.c: Likewise.
17363         * resolv/ns_name.c: Likewise.
17364         * resolv/ns_samedomain.c: Likewise.
17365         * resolv/res_send.c: Likewise.
17366         * stdlib/random.c: Likewise.
17367         * sunrpc/rpc/xdr.h: Likewise.
17368         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17369         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17370         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17371         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17372         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17373         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17374         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17375         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17376         * sysdeps/mach/hurd/check_fds.c: Likewise.
17377         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17378         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17379         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17380         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17381         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17382         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17383         * sysdeps/pthread/aio_notify.c: Likewise.
17384         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17385         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17386         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17387         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17388         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17389
17390 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17391
17392         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17393         version if bit_Slow_SSE4_2 is set.
17394         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17395         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17396
17397 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17398
17399         [BZ #15867]
17400         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17401         trampoline stack frame information.
17402         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17403         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17404         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17405         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17406         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17407         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17408         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17409         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17410         sa_flags value.
17411         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17412         interrupting a syscall and set with option SA_SIGINFO.
17413
17414 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17415
17416         [BZ #15531]
17417         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17418         argument is infinite.
17419         * math/s_cprojf.c (__cprojf): Likewise.
17420         * math/s_cprojl.c (__cprojl): Likewise.
17421         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17422         * math/libm-test.inc (cproj_test_data): Add more tests.
17423
17424         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17425
17426         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17427         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17428         size.  Use __ffs to determine corresponding shift.
17429
17430 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17431             Roland McGrath  <roland@hack.frob.com>
17432
17433         * Makefile (INSTALL): Remove trailing blank lines from output of
17434         makeinfo.
17435
17436 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17437
17438         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17439         Align 32 bit compat elf_greg to 8 bytes.
17440
17441 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17442
17443         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17444
17445 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17446
17447         * string/strcoll_l.c (coll_seq): New structure.
17448         (get_next_seq_cached): New function.
17449         (get_next_seq): New function.
17450         (do_compare): New function.
17451         (STRCOLL): Use GNU style definition.  Simplify implementation
17452         by using get_next_seq, get_next_seq_cached and do_compare.
17453
17454 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17455
17456         [BZ #14699]
17457         CVE-2013-4237
17458         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17459         member.
17460         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17461         member.
17462         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17463         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17464         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17465         conditional.
17466         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17467         GETDENTS_64BIT_ALIGNED.
17468         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17469         * manual/filesys.texi (Reading/Closing Directory): Document
17470         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17471         strongly.
17472         * manual/conf.texi (Limits for Files): Add portability note to
17473         NAME_MAX, PATH_MAX.
17474         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17475
17476 2013-08-13  Andreas Schwab  <schwab@suse.de>
17477
17478         [BZ #15749]
17479         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17480         of fabs.
17481         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17482         LDBL_MAX_EXP >= 16384]: Add tests for it.
17483
17484 2013-08-12  David S. Miller  <davem@davemloft.net>
17485
17486         * version.h (RELEASE): Set to "development".
17487         (VERSION): Set to "2.18.90".
17488         * NEWS: Add 2.19 section.
17489
17490 2013-08-03  David S. Miller  <davem@davemloft.net>
17491
17492         * po/ko.po: Update Korean translation from translation project.
17493
17494 2013-08-01  David S. Miller  <davem@davemloft.net>
17495
17496         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17497         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17498         Bilka.
17499
17500 2013-07-30  David S. Miller  <davem@davemloft.net>
17501
17502         * po/fr.po: Update French translation from translation project.
17503
17504 2013-07-28  David S. Miller  <davem@davemloft.net>
17505
17506         * po/cs.po: Update Czech translation from translation project.
17507
17508         * po/sv.po: Update Swedish translation from translation project.
17509
17510 2013-07-27  David S. Miller  <davem@davemloft.net>
17511
17512         * po/eo.po: Update Esperanto translation from translation project.
17513
17514         * po/vi.po: Update Vietnamese translation from translation project.
17515
17516         * po/de.po: Update German translation from translation project.
17517
17518 2013-07-26  David S. Miller  <davem@davemloft.net>
17519
17520         * po/bg.po: Update Bulgarian translation from translation project.
17521
17522         * po/nl.po: Update Dutch translation from translation project.
17523         * po/pl.po: Update Polish translation from translation project.
17524         * po/ru.po: Update Russian translation from translation project.
17525
17526 2013-07-24  David S. Miller  <davem@davemloft.net>
17527
17528         * po/libc.pot: Update.
17529
17530 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17531
17532         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17533         variable page size.
17534         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17535         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17536         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17537
17538 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17539
17540         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17541
17542 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17543             Andreas Schwab  <schwab@suse.de>
17544             Roland McGrath  <roland@hack.frob.com>
17545             Joseph Myers  <joseph@codesourcery.com>
17546             Carlos O'Donell  <carlos@redhat.com>
17547
17548         [BZ #15755]
17549         * config.h.in: Define HAVE_PT_CHOWN.
17550         * config.make.in (build-pt-chown): New variable.
17551         * configure.in (--enable-pt_chown): New configure option.
17552         * configure: Regenerate.
17553         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17554         build-pt-chown is enabled.
17555         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17556         pt_chown to fix pty ownership.
17557         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17558         CLOSE_ALL_FDS.
17559         * manual/install.texi (Configuring and compiling): Mention
17560         --enable-pt_chown. Add @findex for grantpt.
17561         * INSTALL: Regenerate.
17562
17563 2013-07-20  David S. Miller  <davem@davemloft.net>
17564
17565         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17566         difference between 32-bit and 64-bit.
17567
17568 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17569
17570         [BZ #15711]
17571         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17572         Avoid system header dependency with -ffreestanding.
17573         ($(objpfx)bits/syscall%d): Likewise.
17574
17575 2013-07-13  David S. Miller  <davem@davemloft.net>
17576
17577         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17578         underflows from atanl/atan2l due to bug 15319.
17579         (casinh_test_data): Likewise.
17580
17581 2013-07-07  David S. Miller  <davem@davemloft.net>
17582
17583         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17584
17585 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17586
17587         * sysdeps/i386/fpu/libm-test-ulps: Update.
17588         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17589
17590 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17591
17592         * configure.in (--enable-lock-elision): Fix message text.
17593         * INSTALL: Regenerate.
17594         * configure: Regenerate.
17595
17596 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17597
17598         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17599
17600 2013-07-03  Andreas Jaeger  <aj@suse.de>
17601
17602         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17603         define.
17604         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17605         (ptrace_peeksiginfo_args): Add.
17606         (__ptrace_peeksiginfo_flags): Add.
17607         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17608         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17609         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17610
17611 2013-07-03  Allan McRae  <allan@archlinux.org>
17612
17613         * sysdeps/i386/fpu/libm-test-ulps: Update.
17614
17615 2013-07-02  David S. Miller  <davem@davemloft.net>
17616
17617         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17618
17619 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17620
17621         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17622
17623 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17624
17625         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17627
17628 2013-07-02  Andi Kleen <ak@linux.intel.com>
17629
17630         * config.h.in (ENABLE_LOCK_ELISION): Add.
17631         * configure.in (--enable-lock-elision): Add option.
17632         * manual/install.texi: Document --enable lock elision.
17633         * configure: Regenerate
17634         * INSTALL: Regenerate.
17635
17636 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17637
17638         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17639         SSE4.2 strcasecmp for libc.a.
17640         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17641
17642 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17643
17644         [BZ #13304]
17645         * soft-fp/op-common.h (_FP_FMA): New macro.
17646         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17647         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17648         (_FP_MUL_MEAT_1_imm): ... here.
17649         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17650         (_FP_MUL_MEAT_1_wide): ... here.
17651         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17652         (_FP_MUL_MEAT_1_hard): ... here.
17653         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17654         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17655         (_FP_MUL_MEAT_2_wide): ... here.
17656         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17657         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17658         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17659         (_FP_MUL_MEAT_2_gmp): ... here.
17660         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17661         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17662         (_FP_MUL_MEAT_4_wide): ... here.
17663         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17664         (_FP_MUL_MEAT_4_gmp): ... here.
17665         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17666         (_FP_WFRACBITS_DW_S): Likewise.
17667         (_FP_WFRACXBITS_DW_S): Likewise.
17668         (_FP_HIGHBIT_DW_S): Likewise.
17669         (FP_FMA_S): Likewise.
17670         (_FP_FRAC_HIGH_DW_S): Likewise.
17671         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17672         (_FP_WFRACBITS_DW_D): Likewise.
17673         (_FP_WFRACXBITS_DW_D): Likewise.
17674         (_FP_HIGHBIT_DW_D): Likewise.
17675         (FP_FMA_D): Likewise.
17676         (_FP_FRAC_HIGH_DW_D): Likewise.
17677         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17678         (_FP_WFRACBITS_DW_E): Likewise.
17679         (_FP_WFRACXBITS_DW_E): Likewise.
17680         (_FP_HIGHBIT_DW_E): Likewise.
17681         (FP_FMA_E): Likewise.
17682         (_FP_FRAC_HIGH_DW_E): Likewise.
17683         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17684         (_FP_WFRACBITS_DW_Q): Likewise.
17685         (_FP_WFRACXBITS_DW_Q): Likewise.
17686         (_FP_HIGHBIT_DW_Q): Likewise.
17687         (FP_FMA_Q): Likewise.
17688         (_FP_FRAC_HIGH_DW_Q): Likewise.
17689         * soft-fp/fmasf4.c: New file.
17690         * soft-fp/fmadf4.c: Likewise.
17691         * soft-fp/fmatf4.c: Likewise.
17692
17693 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17694
17695         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17696         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17697         Silvermont.
17698         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17699         macro.
17700         (index_Slow_SSE4_2): Likewise.
17701         (index_Prefer_PMINUB_for_stringop): Likewise.
17702         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17703         bit_Slow_SSE4_2 is set.
17704         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17705         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17706
17707 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17708
17709         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17710         rtld_global._dl_hwcap2.
17711         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17712         POWER8.
17713         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17714         POWER8 feature descriptions defined in _dl_hwcap2.
17715         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17716         string handling for POWER8 feature bits.
17717         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17718         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17719         _dl_powerpc_cap_flags.
17720         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17721         * sysdeps/powerpc/rtld-global-offsets.sym
17722         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17723         _dl_hwcap2 in the rtld_global_ro structure.
17724
17725 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17726
17727         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17728         hardware capabilities in support of AT_HWCAP2.
17729         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17730         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17731         GLRO(dl_hwcap2).
17732         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17733         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17734         explicitly the unknown a_type display mechanism is used.
17735         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17736         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17737         struct member.
17738         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17739         to macro prototype for AT_HWCAP2 support.
17740         * sysdeps/i386/dl-procinfo.h: Likewise.
17741         * sysdeps/s390/dl-procinfo.h: Likewise.
17742         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17743         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17744         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17745         return -1 for unknown a_type display fallback.
17746         * sysdeps/sparc/dl-procinfo.h: Likewise.
17747         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17748         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17749
17750 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17751
17752         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17753         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17754
17755 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17756
17757         [BZ #12492]
17758         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17759         mprotect making __stack_prot writable.
17760
17761 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17762             Joseph Myers  <joseph@codesourcery.com>
17763
17764         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17765         as being properly aligned.
17766
17767 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17768
17769         * dlfcn/modstatic5.c: New file.
17770         * dlfcn/tststatic5.c: New file.
17771         * dlfcn/Makefile (tests): Add tststatic5.
17772         (tests-static): Likewise.
17773         (modules-names): Add modstatic5.
17774         (tststatic5-ENV): New variable.
17775         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17776
17777         [BZ #15022]
17778         * elf/dl-support.c (_dl_main_map): New variable.
17779         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17780         (_dl_nns, _dl_load_adds): Set to 1.
17781         (_dl_initial_searchlist): Refer to _dl_main_map.
17782         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17783         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17784         call to _dl_get_origin.
17785         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17786         around call_map.
17787         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17788         * dlfcn/modstatic3.c: New file.
17789         * dlfcn/tststatic3.c: New file.
17790         * dlfcn/tststatic4.c: New file.
17791         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17792         (tests-static): Likewise.
17793         (modules-names): Add modstatic3.
17794         (tststatic3-ENV, tststatic4-ENV): New variables.
17795         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17796         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17797
17798 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17799
17800         * configure.in (CC): Require GCC version 4.4 or later.
17801         * configure: Regenerated.
17802         * manual/install.texi (Tools for Compilation): Update GCC version
17803         requirement.
17804         * INSTALL: Regenerated.
17805
17806 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17807
17808         [BZ #15674]
17809         * string/test-memcmp.c (check2): New.
17810         (main): Call check2.
17811
17812         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17813
17814 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17815
17816         [BZ #15022]
17817         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17818         over to...
17819         (dl_open_worker) [!SHARED]: ... here.
17820
17821 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17822
17823         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17824
17825 2013-06-25  Richard Henderson  <rth@redhat.com>
17826
17827         * locale/programs/locarchive.c: Include <libc-internal.h>
17828
17829 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17830
17831         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17832         trailing whitespace removed.
17833
17834 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17835
17836         [BZ #10283]
17837         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17838         * locale/programs/locarchive.c: Include libc-mmap.h.
17839         (prepare_address_space): Take two new outputs (the mmap base and len).
17840         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17841         values.
17842         (create_archive): Declare new mmap base and len values for
17843         prepare_address_space, and store the result in ah.
17844         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17845         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17846         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17847         Declare new mmap base and len values for
17848         prepare_address_space, and store the result in new_ah.
17849         (open_archive): Declare new mmap base and len values for
17850         prepare_address_space, and store the result in ah.
17851         (close_archive): If ah->mmap_base is not NULL, use that and
17852         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17853         * sysdeps/generic/libc-mmap.h: New file.
17854
17855 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17856
17857         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17858         (ALIGN_UP): Likewise.
17859         (PTR_ALIGN_DOWN): Likewise.
17860         (PTR_ALIGN_UP): Likewise.
17861
17862 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17863
17864         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17865         entry mapped to PPC_PLATFORM_POWER8.
17866         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17867         POWER8.
17868         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17869         (_dl_string_platform): Add case for exporting platform position for
17870         POWER8.
17871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17872         search path to sysdeps/powerpc/powerpc32/power8 directory.
17873         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17874         search path to sysdeps/powerpc/powerpc64/power8 directory.
17875         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17876         power7 directories.
17877         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17878         power7 directories.
17879
17880 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17881
17882         * INSTALL: Regenerate.
17883
17884         * nscd/connections.c (nscd_init): Fix comment.
17885
17886 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17887
17888         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17889
17890         [BZ #15667]
17891         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17892         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17893
17894 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17895
17896         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17897         DL_DST_REQ_STATIC.
17898         (DL_DST_REQ_STATIC): Remove macro.
17899
17900 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17901
17902         [BZ #7006]
17903         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17904         with a shift of 0 bits.
17905
17906 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17907
17908         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17909         $(tststatic-ENV).
17910
17911 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17912
17913         [BZ #15655]
17914         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17915
17916 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17917
17918         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17919         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17920         accepts -fno-tree-loop-distribute-patterns.
17921         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17922         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17923         recursive call.
17924         * string/memset.c (memset): Likewise.
17925         * string/test-memmove.c (simple_memmove): Disable loop transformation
17926         to library calls.
17927         * string/test-memset.c (simple_memset): Likewise.
17928         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17929         * benchtests/bench-memset.c (simple_memset): Likewise.
17930         * configure: Regenerated.
17931
17932 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17933
17934         * math/test-misc.c (main): Ignore fesetround failure when failures
17935         of subsequent rounding tests would be ignored.
17936
17937         [BZ #15654]
17938         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17939         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17940         * math/fegetenv.c (__fegetenv): Return 0.
17941         * math/fegetexcept.c (fegetexcept): Return 0.
17942         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17943         FE_TONEAREST.
17944         * math/feholdexcpt.c (feholdexcept): Return 0.
17945         * math/fesetenv.c (__fesetenv): Return 0.
17946         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17947         argument FE_TONEAREST.
17948         * math/feupdateenv.c (__feupdateenv): Return 0.
17949         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17950
17951 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17952
17953         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17954         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17955         ($(objpfx)rtld-%.os rules): Use them.
17956
17957 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17958
17959         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17960         fields.
17961
17962 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17963
17964         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17965         length of target pattern, then descending length of dependency pattern.
17966         * configure.in (AWK): Require gawk 3.1.2 or newer.
17967         * manual/install.texi (Tools for Compilation): Say that we do.
17968         * configure: Regenerated.
17969
17970         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17971         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17972         * scripts/sysd-rules.awk: ... this new script.
17973         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17974         than a glob-style pattern.
17975
17976 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17977
17978         * math/test-misc.c (main): Do not treat incorrectly rounded
17979         conversions as failure unless ROUNDING_TESTS passes.
17980
17981 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17982
17983         [BZ #15631]
17984         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17985         restore exception state around main square root computation, then
17986         check for inexactness explicitly.
17987
17988         * math/libm-test.inc (fma_test_data): Add another test.
17989
17990 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17991
17992         * manual/threads.texi (Non-POSIX Extensions): New document
17993         node.  Document pthread_getattr_default_np and
17994         pthread_setattr_default_np.
17995
17996         * Versions.def (libpthread): Add GLIBC_2.18.
17997         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17999         Likewise.
18000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
18001         Likewise.
18002         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
18003         Likewise.
18004         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
18005         Likewise.
18006         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
18007         Likewise.
18008         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
18009         Likewise.
18010         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
18011         Likewise.
18012         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
18013         Likewise.
18014         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
18015         Likewise.
18016
18017 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
18018
18019         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
18020         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
18021
18022 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
18023             H.J. Lu  <hjl.tools@gmail.com>
18024
18025         [BZ #15627]
18026         * sysdeps/x86_64/rtld-memset.c: Remove file.
18027         * sysdeps/x86_64/rtld-memset.S: New file.
18028
18029 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18030
18031         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18032         (test_in_one_mode): Take arguments for whether the rounding mode
18033         is supported for each floating-point type.
18034         (do_test): Pass new arguments to test_in_one_mode using
18035         ROUNDING_TESTS.
18036
18037 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18038
18039         * posix/tst-waitid.c (do_test): Distinguish different instances of
18040         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18041         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18042         before entering the kernel for waitpid.
18043
18044 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18045
18046         * NEWS: Fix note on clock function precision.  Text by Roland
18047         McGrath.
18048
18049 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18050
18051         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18052         it into place only when and if the sanity check passes.
18053
18054 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18055
18056         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18057         output for whether conversion result is exact.  Take argument
18058         indicating whether type is IBM long double.
18059         (round_for_all): Change need_exact field to ibm_ld.
18060         * stdlib/tst-strtod-round.c (struct exactness): New type.
18061         (struct test): Change bool ld_ok field to struct exactness exact.
18062         (TEST): Update all definitions for change to field.
18063         (tests): Regenerate array contents.
18064         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18065         field value.  Check for IBM long double here.
18066         (do_test): Update calls to test_in_one_mode.
18067
18068 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18069
18070         [BZ #12515]
18071         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18072         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18073
18074 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18075
18076         [BZ #15605]
18077         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18078         generated by the compiler on loop optimizations.
18079         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18080         general definitions.
18081
18082 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18083
18084         * math/bug-nextafter.c: Include <math-tests.h>.
18085         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18086         the relevant type.
18087         * math/bug-nexttoward.c: Include <math-tests.h>.
18088         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18089         the relevant type.
18090         * math/test-misc.c: Include <math-tests.h>.
18091         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18092         the relevant type.
18093
18094 2013-06-12  Andreas Jaeger  <aj@suse.de>
18095
18096         * po/ia.po: Update Interlingua translation from translation
18097         project.
18098
18099 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18100
18101         * include/fenv.h: Include stdbool.h.
18102         (struct rm_ctx): New structure.
18103         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18104         Define macro.
18105         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18106         (SET_RESTORE_ROUNDF): Likewise.
18107         (SET_RESTORE_ROUNDL): Likewise.
18108         (SET_RESTORE_ROUND_NOEX): Likewise.
18109         (SET_RESTORE_ROUND_NOEXF): Likewise.
18110         (SET_RESTORE_ROUND_NOEXL): Likewise.
18111         (SET_RESTORE_ROUND_53BIT): Likewise.
18112         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18113         (libc_feresetround_noexf_ctx): Likewise.
18114         (libc_feresetround_noexl_ctx): Likewise.
18115         (libc_feholdsetround_53bit_ctx): Likewise.
18116         (libc_feresetround_53bit_ctx): Likewise.
18117         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18118         (libc_feholdexcept_setround_sse_ctx): New function.
18119         (libc_fesetenv_sse_ctx): Likewise.
18120         (libc_feupdateenv_sse_ctx): Likewise.
18121         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18122         (libc_feholdexcept_setround_387_ctx): Likewise.
18123         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18124         (libc_feholdsetround_387_prec_ctx): Likewise.
18125         (libc_feholdsetround_387_ctx): Likewise.
18126         (libc_feholdsetround_387_53bit_ctx): Likewise.
18127         (libc_feholdsetround_sse_ctx): Likewise.
18128         (libc_feresetround_sse_ctx): Likewise.
18129         (libc_feresetround_387_ctx): Likewise.
18130         (libc_feupdateenv_387_ctx): Likewise.
18131         (libc_feholdexcept_setroundf_ctx): Define macro.
18132         (libc_fesetenvf_ctx): Likewise.
18133         (libc_feupdateenvf_ctx): Likewise.
18134         (libc_feholdsetroundf_ctx): Likewise.
18135         (libc_feresetroundf_ctx): Likewise.
18136         (libc_feholdexcept_setround_ctx): Likewise.
18137         (libc_fesetenv_ctx): Likewise.
18138         (libc_feupdateenv_ctx): Likewise.
18139         (libc_feholdsetround_ctx): Likewise.
18140         (libc_feresetround_ctx): Likewise.
18141         (libc_feholdexcept_setroundl_ctx): Likewise.
18142         (libc_feupdateenvl_ctx): Likewise.
18143         (libc_feholdsetroundl_ctx): Likewise.
18144         (libc_feresetroundl_ctx): Likewise.
18145         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18146         (libc_feresetround_53bit_ctx): Likewise.
18147
18148 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18149
18150         * locale/iso-639.def: Convert to UTF-8.
18151
18152 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18153
18154         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18155         (EXCEPTION_TESTS_double): Likewise.
18156         (EXCEPTION_TESTS_long_double): Likewise.
18157         (EXCEPTION_TESTS): Likewise.
18158         * math/libm-test.inc (test_exceptions): Only test exceptions if
18159         EXCEPTION_TESTS (FLOAT).
18160
18161 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18162
18163         * benchtests/Makefile (string-bench): Add strcpy_chk and
18164         stpcpy_chk.
18165         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18166         * benchtests/bench-stpcpy_chk.c: New file.
18167         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18168         * benchtests/bench-strcpy_chk.c: New file.
18169         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18170         code.
18171         (do_test): Likewise.
18172
18173 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18174
18175         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18176         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18177         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18178         with tabs where appropriate.
18179         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18180         dl-procinfo.h.
18181         [PPC_PLATFORM_PPC440]: Likewise.
18182         [PPC_PLATFORM_PPC464]: Likewise.
18183         [PPC_PLATFORM_PPC476]: Likewise.
18184         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18185         ppc464, and ppc476 platform strings merging from ports/
18186         dl-procinfo.h.
18187
18188 2013-06-11  Andreas Schwab  <schwab@suse.de>
18189
18190         [BZ #14991]
18191         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18192         (from_ucs4_idx): Regenerate.
18193         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18194         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18195         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18196         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18197         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18198         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18199         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18200         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18201         from FROM_LOOP and TO_LOOP specific macros.
18202         (BODY): Handle combining characters.
18203         * iconvdata/BIG5HKSCS.irreversible: Update.
18204         * iconvdata/BIG5HKSCS.precomposed: New file.
18205         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18206         characters.
18207         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18208
18209 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18210
18211         * include/sys/time.h: Fix indentation and add copyright header.
18212
18213         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18214         (do_test): Likewise.
18215         * string/test-memchr.c (do_one_test): Likewise.
18216         (do_test): Likewise.
18217         * string/test-memcmp.c (do_one_test): Likewise.
18218         (do_test): Likewise.
18219         * string/test-memcpy.c (do_one_test): Likewise.
18220         (do_test): Likewise.
18221         * string/test-memmem.c (do_one_test): Likewise.
18222         (do_test): Likewise.
18223         (do_random_tests): Likewise.
18224         * string/test-memmove.c (do_one_test): Likewise.
18225         (do_test): Likewise.
18226         * string/test-memset.c (do_one_test): Likewise.
18227         (do_test): Likewise.
18228         * string/test-rawmemchr.c (do_one_test): Likewise.
18229         (do_test): Likewise.
18230         * string/test-strcasecmp.c (do_one_test): Likewise.
18231         (do_test): Likewise.
18232         * string/test-strcasestr.c (do_one_test): Likewise.
18233         (do_test): Likewise.
18234         * string/test-strcat.c (do_one_test): Likewise.
18235         (do_test): Likewise.
18236         * string/test-strchr.c (do_one_test): Likewise.
18237         (do_test): Likewise.
18238         * string/test-strcmp.c (do_one_test): Likewise.
18239         (do_test): Likewise.
18240         * string/test-strcpy.c (do_one_test): Likewise.
18241         (do_test): Likewise.
18242         * string/test-string.h: Likewise.
18243         (test_init): Likewise.
18244         * string/test-strlen.c (do_one_test): Likewise.
18245         (do_test): Likewise.
18246         * string/test-strncasecmp.c (do_one_test): Likewise.
18247         (do_test): Likewise.
18248         * string/test-strncat.c (do_one_test): Likewise.
18249         (do_test): Likewise.
18250         * string/test-strncmp.c (do_one_test): Likewise.
18251         (do_test_limit): Likewise.
18252         (do_test): Likewise.
18253         * string/test-strncpy.c (do_one_test): Likewise.
18254         (do_test): Likewise.
18255         * string/test-strnlen.c (do_one_test): Likewise.
18256         (do_test): Likewise.
18257         * string/test-strpbrk.c (do_one_test): Likewise.
18258         (do_test): Likewise.
18259         * string/test-strrchr.c (do_one_test): Likewise.
18260         (do_test): Likewise.
18261         * string/test-strspn.c (do_one_test): Likewise.
18262         (do_test): Likewise.
18263         * string/test-strstr.c (do_one_test): Likewise.
18264         (do_test): Likewise.
18265
18266         * benchtests/Makefile (string-bench): Add string benchmarks.
18267         * benchtests/bench-bcopy-ifunc.c: New file.
18268         * benchtests/bench-bcopy.c: New file.
18269         * benchtests/bench-bzero-ifunc.c: New file.
18270         * benchtests/bench-bzero.c: New file.
18271         * benchtests/bench-memccpy-ifunc.c: New file.
18272         * benchtests/bench-memccpy.c: New file.
18273         * benchtests/bench-memchr-ifunc.c: New file.
18274         * benchtests/bench-memchr.c: New file.
18275         * benchtests/bench-memcmp-ifunc.c: New file.
18276         * benchtests/bench-memcmp.c: New file.
18277         * benchtests/bench-memmem-ifunc.c: New file.
18278         * benchtests/bench-memmem.c: New file.
18279         * benchtests/bench-memmove-ifunc.c: New file.
18280         * benchtests/bench-memmove.c: New file.
18281         * benchtests/bench-mempcpy-ifunc.c: New file.
18282         * benchtests/bench-mempcpy.c: New file.
18283         * benchtests/bench-memset-ifunc.c: New file.
18284         * benchtests/bench-memset.c: New file.
18285         * benchtests/bench-rawmemchr-ifunc.c: New file.
18286         * benchtests/bench-rawmemchr.c: New file.
18287         * benchtests/bench-stpcpy-ifunc.c: New file.
18288         * benchtests/bench-stpcpy.c: New file.
18289         * benchtests/bench-stpncpy-ifunc.c: New file.
18290         * benchtests/bench-stpncpy.c: New file.
18291         * benchtests/bench-strcasecmp-ifunc.c: New file.
18292         * benchtests/bench-strcasecmp.c: New file.
18293         * benchtests/bench-strcasestr-ifunc.c: New file.
18294         * benchtests/bench-strcasestr.c: New file.
18295         * benchtests/bench-strcat-ifunc.c: New file.
18296         * benchtests/bench-strcat.c: New file.
18297         * benchtests/bench-strchr-ifunc.c: New file.
18298         * benchtests/bench-strchr.c: New file.
18299         * benchtests/bench-strchrnul-ifunc.c: New file.
18300         * benchtests/bench-strchrnul.c: New file.
18301         * benchtests/bench-strcmp-ifunc.c: New file.
18302         * benchtests/bench-strcmp.c: New file.
18303         * benchtests/bench-strcpy-ifunc.c: New file.
18304         * benchtests/bench-strcpy.c: New file.
18305         * benchtests/bench-strcspn-ifunc.c: New file.
18306         * benchtests/bench-strcspn.c: New file.
18307         * benchtests/bench-strlen-ifunc.c: New file.
18308         * benchtests/bench-strlen.c: New file.
18309         * benchtests/bench-strncasecmp-ifunc.c: New file.
18310         * benchtests/bench-strncasecmp.c: New file.
18311         * benchtests/bench-strncat-ifunc.c: New file.
18312         * benchtests/bench-strncat.c: New file.
18313         * benchtests/bench-strncmp-ifunc.c: New file.
18314         * benchtests/bench-strncmp.c: New file.
18315         * benchtests/bench-strncpy-ifunc.c: New file.
18316         * benchtests/bench-strncpy.c: New file.
18317         * benchtests/bench-strnlen-ifunc.c: New file.
18318         * benchtests/bench-strnlen.c: New file.
18319         * benchtests/bench-strpbrk-ifunc.c: New file.
18320         * benchtests/bench-strpbrk.c: New file.
18321         * benchtests/bench-strrchr-ifunc.c: New file.
18322         * benchtests/bench-strrchr.c: New file.
18323         * benchtests/bench-strspn-ifunc.c: New file.
18324         * benchtests/bench-strspn.c: New file.
18325         * benchtests/bench-strstr-ifunc.c: New file.
18326         * benchtests/bench-strstr.c: New file.
18327
18328         * benchtests/Makefile: Disable parallel execution of targets.
18329         (string-bench): Add memcpy.
18330         (benchset): New variable to store a list of benchmark sets.
18331         (bench-func): Renamed from bench.
18332         (bench-set): New target.
18333         (bench): Depend on bench-func and bench-set.
18334         * benchtests/README: Add section on benchmark sets.
18335         * benchtests/bench-memcpy-ifunc.c: New file.
18336         * benchtests/bench-memcpy.c: New file.
18337         * benchtests/bench-string.h: New file.
18338
18339 2013-06-11  Andreas Schwab  <schwab@suse.de>
18340
18341         [BZ #15577]
18342         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18343         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18344         values in the triple.
18345         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18346         terminator in the group key.
18347
18348 2013-06-11  Andreas Jaeger  <aj@suse.de>
18349
18350         * po/zh_TW.po: Update Chinese (traditional) translation from
18351         translation project.
18352
18353 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18354
18355         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18356         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18357         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18358         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18359         (clock_getcpuclockid): Likewise.
18360         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18361         Add weak_alias and libc_hidden_def.
18362         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18363         * rt/clock_gettime.c (clock_gettime): Rename to
18364         __clock_gettime.  Add weak_alias and libc_hidden_def.
18365         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18366         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18367         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18368         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18369         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18370         Likewise.
18371         * rt/clock_settime.c (clock_settime): Rename to
18372         __clock_settime.  Add weak_alias and libc_hidden_def.
18373         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18374
18375 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18376
18377         * mach/err_boot.sub: Remove trailing whitespace.
18378         * mach/err_ipc.sub: Likewise.
18379         * mach/err_mach.sub: Likewise.
18380
18381         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18382         (ROUNDING_TESTS_double): Likewise.
18383         (ROUNDING_TESTS_long_double): Likewise.
18384         (ROUNDING_TESTS): Likewise.
18385         * math/libm-test.inc: Include <math-tests.h>.
18386         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18387         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18388         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18389         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18390
18391 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18392
18393         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18394         of assigning.
18395
18396 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18397
18398         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18399         otherwise empty TRANS lines.
18400         * sysdeps/gnu/errlist.c: Regenerated.
18401
18402         * catgets/gencat.c (error_print): Use (void) in function
18403         definition.
18404         * crypt/crypt_util.c (__init_des): Likewise.
18405         * crypt/speeds.c (Stop): Likewise.
18406         (main): Likewise.
18407         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18408         * inet/ruserpass.c (token): Likewise.
18409         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18410         * intl/localealias.c (extend_alias_table): Likewise.
18411         * intl/plural-exp.c (init_germanic_plural): Likewise.
18412         * libio/fcloseall.c (__fcloseall): Likewise.
18413         * libio/genops.c (_IO_flush_all): Likewise.
18414         (_IO_flush_all_linebuffered): Likewise.
18415         (_IO_cleanup): Likewise.
18416         (_IO_iter_begin): Likewise.
18417         (_IO_iter_end): Likewise.
18418         (_IO_list_lock): Likewise.
18419         (_IO_list_unlock): Likewise.
18420         (_IO_list_resetlock): Likewise.
18421         * libio/getchar.c (getchar): Likewise.
18422         * libio/getchar_u.c (getchar_unlocked): Likewise.
18423         * libio/getwchar.c (getwchar): Likewise.
18424         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18425         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18426         * login/getpt.c (__getpt): Likewise.
18427         * login/tst-utmp.c (main): Likewise.
18428         * malloc/hooks.c (__malloc_check_init): Likewise.
18429         * malloc/malloc.c (__malloc_stats): Likewise.
18430         * malloc/mtrace.c (tr_break): Likewise.
18431         (mtrace): Likewise.
18432         (muntrace): Likewise.
18433         * misc/fstab.c (endfsent): Likewise.
18434         * misc/getclktck.c (__getclktck): Likewise.
18435         * misc/getdtsz.c (__getdtablesize): Likewise.
18436         * misc/gethostid.c (gethostid): Likewise.
18437         * misc/getpagesize.c (__getpagesize): Likewise.
18438         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18439         (__get_nprocs): Likewise.
18440         (__get_phys_pages): Likewise.
18441         (__get_avphys_pages): Likewise.
18442         * misc/getttyent.c (getttyent): Likewise.
18443         (setttyent): Likewise.
18444         (endttyent): Likewise.
18445         * misc/getusershell.c (getusershell): Likewise.
18446         (endusershell): Likewise.
18447         (setusershell): Likewise.
18448         (initshells): Likewise.
18449         * misc/hsearch.c (__hdestroy): Likewise.
18450         * misc/sync.c (sync): Likewise.
18451         * misc/syslog.c (closelog_internal): Likewise.
18452         (closelog): Likewise.
18453         * misc/ttyslot.c (ttyslot): Likewise.
18454         * misc/vhangup.c (vhangup): Likewise.
18455         * posix/fork.c (__fork): Likewise.
18456         * posix/getegid.c (__getegid): Likewise.
18457         * posix/geteuid.c (__geteuid): Likewise.
18458         * posix/getgid.c (__getgid): Likewise.
18459         * posix/getpid.c (__getpid): Likewise.
18460         * posix/getppid.c (__getppid): Likewise.
18461         * posix/getuid.c (__getuid): Likewise.
18462         * posix/pause.c (pause): Likewise.
18463         * posix/setpgrp.c (setpgrp): Likewise.
18464         * posix/setsid.c (__setsid): Likewise.
18465         * posix/test-vfork.c (noop): Likewise.
18466         * resolv/gethnamaddr.c (_endhtent): Likewise.
18467         (_gethtent): Likewise.
18468         (ht_endhostent): Likewise.
18469         (gethostent): Likewise.
18470         (dns_service): Likewise.
18471         * stdlib/drand48.c (drand48): Likewise.
18472         * stdlib/lrand48.c (lrand48): Likewise.
18473         * stdlib/mrand48.c (mrand48): Likewise.
18474         * stdlib/rand.c (rand): Likewise.
18475         * stdlib/random.c (__random): Likewise.
18476         * stdlib/setenv.c (clearenv): Likewise.
18477         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18478         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18479         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18480         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18481         (__get_nprocs): Likewise.
18482         (__get_phys_pages): Likewise.
18483         (__get_avphys_pages): Likewise.
18484         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18485         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18486         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18487         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18488         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18489         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18490         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18491         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18492         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18493         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18494         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18495         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18496         * sysdeps/posix/clock.c (clock): Likewise.
18497         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18498         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18499         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18500         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18501         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18502         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18503         (__get_nprocs_conf): Likewise.
18504         (__get_phys_pages): Likewise.
18505         (__get_avphys_pages): Likewise.
18506         * time/clock.c (clock): Likewise.
18507         * time/tzset.c (__tzname_max): Likewise.
18508
18509 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18510
18511         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18512         (__bswap_32): Do not use "register".
18513         * crypt/crypt.c (_ufc_doit_r): Likewise.
18514         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18515         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18516         * gmon/gmon.c (__monstartup): Likewise.
18517         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18518         * hurd/hurdmalloc.c (more_memory): Likewise.
18519         (malloc): Likewise.
18520         (free): Likewise.
18521         (realloc): Likewise.
18522         (malloc_fork_prepare): Likewise.
18523         (malloc_fork_parent): Likewise.
18524         (malloc_fork_child): Likewise.
18525         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18526         (_svcauth_des): Likewise.
18527         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18528         * inet/inet_net.c (inet_network): Likewise.
18529         * inet/inet_netof.c (inet_netof): Likewise.
18530         * inet/rcmd.c (__validuser2_sa): Likewise.
18531         * io/fts.c (fts_open): Likewise.
18532         (fts_load): Likewise.
18533         (fts_close): Likewise.
18534         (fts_read): Likewise.
18535         (fts_children): Likewise.
18536         (fts_build): Likewise.
18537         (fts_stat): Likewise.
18538         (fts_sort): Likewise.
18539         (fts_alloc): Likewise.
18540         (fts_lfree): Likewise.
18541         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18542         (_IO_file_xsgetn): Likewise.
18543         (_IO_file_xsgetn_mmap): Likewise.
18544         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18545         (_IO_cookie_write): Likewise.
18546         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18547         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18548         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18549         * malloc/obstack.c (_obstack_begin): Likewise.
18550         (_obstack_begin_1): Likewise.
18551         (_obstack_newchunk): Likewise.
18552         (_obstack_allocated_p): Likewise.
18553         (obstack_free): Likewise.
18554         (_obstack_memory_used): Likewise.
18555         * misc/getttyent.c (getttynam): Likewise.
18556         (getttyent): Likewise.
18557         (skip): Likewise.
18558         (value): Likewise.
18559         * misc/getusershell.c (initshells): Likewise.
18560         * misc/syslog.c (__vsyslog_chk): Likewise.
18561         * misc/ttyslot.c (ttyslot): Likewise.
18562         * nis/nis_hash.c (__nis_hash): Likewise.
18563         * posix/fnmatch_loop.c (FCT): Likewise.
18564         * posix/getconf.c (print_all): Likewise.
18565         (main): Likewise.
18566         * posix/getopt.c (exchange): Likewise.
18567         * posix/glob.c (globfree): Likewise.
18568         (prefix_array): Likewise.
18569         (__glob_pattern_type): Likewise.
18570         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18571         (NS_GET32): Likewise.
18572         (NS_PUT16): Likewise.
18573         (NS_PUT32): Likewise.
18574         * resolv/gethnamaddr.c (getanswer): Likewise.
18575         (gethostbyname2): Likewise.
18576         (gethostbyaddr): Likewise.
18577         (_gethtent): Likewise.
18578         (_gethtbyname2): Likewise.
18579         (_gethtbyaddr): Likewise.
18580         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18581         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18582         * resolv/res_init.c (__res_vinit): Likewise.
18583         (net_mask): Likewise.
18584         * resolv/res_mkquery.c (outchar): Likewise.
18585         (PRINT): Likewise.
18586         * stdio-common/printf_fp.c (outchar): Likewise.
18587         (PRINT): Likewise.
18588         * stdio-common/printf_fphex.c (outchar): Likewise.
18589         (PRINT): Likewise.
18590         * stdio-common/printf_size.c (outchar): Likewise.
18591         (PRINT): Likewise.
18592         * stdio-common/test_rdwr.c (main): Likewise.
18593         * stdio-common/tfformat.c (matches): Likewise.
18594         * stdio-common/vfprintf.c (outchar): Likewise.
18595         (printf_unknown): Likewise.
18596         (buffered_vfprintf): Likewise.
18597         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18598         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18599         (ReadFile): Likewise.
18600         * stdlib/qsort.c (SWAP): Likewise.
18601         (_quicksort): Likewise.
18602         * stdlib/setenv.c (__add_to_environ): Likewise.
18603         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18604         * stdlib/strtol_l.c (__strtol_l): Likewise.
18605         * stdlib/tst-strtod.c (main): Likewise.
18606         * stdlib/tst-strtol.c (main): Likewise.
18607         * stdlib/tst-strtoll.c (main): Likewise.
18608         * string/bits/string2.h (__strcmp_cc): Likewise.
18609         (__strcmp_cg): Likewise.
18610         (__strcspn_c1): Likewise.
18611         (__strcspn_c2): Likewise.
18612         (__strcspn_c3): Likewise.
18613         (__strspn_c1): Likewise.
18614         (__strspn_c2): Likewise.
18615         (__strspn_c3): Likewise.
18616         (__strsep_1c): Likewise.
18617         (__strsep_2c): Likewise.
18618         (__strsep_3c): Likewise.
18619         * string/memccpy.c (__memccpy): Likewise.
18620         * string/stpcpy.c (__stpcpy): Likewise.
18621         * string/strcmp.c (strcmp): Likewise.
18622         * string/strrchr.c (strrchr): Likewise.
18623         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18624         Likewise.
18625         * sysdeps/mach/hurd/getcwd.c
18626         (_hurd_canonicalize_directory_name_internal): Likewise.
18627         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18628         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18629         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18630         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18631         Likewise, in both definitions.
18632         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18633         definitions.
18634         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18635         64] (__bswap_64): Likewise.
18636         * time/test_time.c (main): Likewise.
18637         * time/tzfile.c (__tzfile_read): Likewise.
18638         (__tzfile_compute): Likewise.
18639         * time/tzset.c (__tzset_parse_tz): Likewise.
18640         (tzset_internal): Likewise.
18641         (compute_change): Likewise.
18642         * wcsmbs/wcscat.c (__wcscat): Likewise.
18643         * wcsmbs/wcschr.c (wcschr): Likewise.
18644         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18645         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18646         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18647         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18648         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18649         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18650         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18651         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18652         * wcsmbs/wmemset.c (wmemset): Likewise.
18653
18654 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18655
18656         * scripts/config.guess: Update to version 2013-05-16.
18657         * scripts/config.sub: Update to version 2013-04-24.
18658         * scripts/install-sh: Update to version 2011-11-20.07.
18659         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18660         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18661
18662 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18663
18664         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18665         * elf/sln.c: Likewise.
18666         * hurd/hurd/ioctl.h: Likewise.
18667         * hurd/hurdmalloc.c: Likewise.
18668         * hurd/xattr.c: Likewise.
18669         * include/shlib-compat.h: Likewise.
18670         * inet/ruserpass.c: Likewise.
18671         * libio/iofgets_u.c: Likewise.
18672         * libio/iofgetws_u.c: Likewise.
18673         * locale/programs/ld-identification.c: Likewise.
18674         * locale/programs/ld-time.c: Likewise.
18675         * mach/msg-destroy.c: Likewise.
18676         * nss/nss_files/files-netgrp.c: Likewise.
18677         * resolv/res_data.c: Likewise.
18678         * soft-fp/op-1.h: Likewise.
18679         * soft-fp/op-2.h: Likewise.
18680         * soft-fp/op-4.h: Likewise.
18681         * soft-fp/op-common.h: Likewise.
18682         * stdio-common/printf_fphex.c: Likewise.
18683         * stdlib/strtod_l.c: Likewise.
18684         * sunrpc/rpc/clnt.h: Likewise.
18685         * sysdeps/generic/framestate.c: Likewise.
18686         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18687         * sysdeps/i386/bsd-setjmp.S: Likewise.
18688         * sysdeps/i386/__longjmp.S: Likewise.
18689         * sysdeps/i386/setjmp.S: Likewise.
18690         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18691         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18692         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18693         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18694         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18695         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18696         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18697         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18698         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18699         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18700         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18701         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18702         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18703         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18704         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18705         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18706         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18707         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18708         * sysdeps/ieee754/support.c: Likewise.
18709         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18710         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18711         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18712         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18713         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18714         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18715         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18716         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18717         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18718         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18719         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18720         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18721         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18722         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18723         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18724         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18725         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18727
18728 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18729
18730         * posix/transbug.c: Remove executable mode.
18731
18732 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18733
18734         * crypt/speeds.c: Remove trailing whitespace.
18735         * dlfcn/default.c: Likewise.
18736         * elf/ifuncdep2.c: Likewise.
18737         * elf/ifuncmain1.c: Likewise.
18738         * elf/ifuncmain1vis.c: Likewise.
18739         * elf/testobj.h: Likewise.
18740         * elf/tst-stackguard1.c: Likewise.
18741         * gmon/sys/gmon.h: Likewise.
18742         * hurd/hurdmsg.c: Likewise.
18743         * hurd/new-fd.c: Likewise.
18744         * hurd/ports-get.c: Likewise.
18745         * iconvdata/ibm1008_420.c: Likewise.
18746         * inet/tst-getni1.c: Likewise.
18747         * inet/tst-getni2.c: Likewise.
18748         * libio/ioungetc.c: Likewise.
18749         * libio/wfiledoalloc.c: Likewise.
18750         * manual/libm-err-tab.pl: Likewise.
18751         * math/w_dremf.c: Likewise.
18752         * misc/ftruncate.c: Likewise.
18753         * posix/bug-glob2.c: Likewise.
18754         * posix/tst-pcre.c: Likewise.
18755         * posix/wait4.c: Likewise.
18756         * resolv/README: Likewise.
18757         * resolv/res_debug.h: Likewise.
18758         * resolv/tst-inet_ntop.c: Likewise.
18759         * setjmp/bug269-setjmp.c: Likewise.
18760         * soft-fp/extended.h: Likewise.
18761         * soft-fp/op-1.h: Likewise.
18762         * soft-fp/op-2.h: Likewise.
18763         * soft-fp/op-4.h: Likewise.
18764         * soft-fp/op-8.h: Likewise.
18765         * soft-fp/testit.c: Likewise.
18766         * stdio-common/bug16.c: Likewise.
18767         * stdlib/random.c: Likewise.
18768         * sunrpc/rpcsvc/rquota.x: Likewise.
18769         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18770         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18771         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18772         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18773         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18774         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18775         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18776         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18777         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18778         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18779         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18780         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18781         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18782         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18783         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18784         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18785         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18786         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18787         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18788         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18789         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18790         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18791         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18792         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18793         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18794         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18795         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18796         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18797         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18798         * sysdeps/ieee754/s_lib_version.c: Likewise.
18799         * sysdeps/mach/hurd/check_fds.c: Likewise.
18800         * sysdeps/mach/hurd/getsockname.c: Likewise.
18801         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18802         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18803         * sysdeps/powerpc/bits/link.h: Likewise.
18804         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18805         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18806         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18807         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18808         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18809         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18810         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18811         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18812         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18813         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18814         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18815         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18816         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18817         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18818         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18819         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18820         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18821         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18822         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18823         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18824         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18825         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18826         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18827         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18828         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18829         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18830         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18831         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18832         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18833         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18834         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18835         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18836         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18837         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18838         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18839         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18840         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18841         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18842         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18843         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18844         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18845         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18846         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18847         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18848         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18849         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18850         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18851         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18852         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18853         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18854         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18855         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18856         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18857         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18858         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18859         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18860         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18861         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18862         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18863         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18864         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18865         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18866         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18867         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18868         * sysdeps/powerpc/sysdep.h: Likewise.
18869         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18870         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18871         * sysdeps/sh/dl-trampoline.S: Likewise.
18872         * sysdeps/sh/memset.S: Likewise.
18873         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18874         * sysdeps/sh/strlen.S: Likewise.
18875         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18876         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18877         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18878         * sysdeps/sparc/sparc32/rem.S: Likewise.
18879         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18880         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18881         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18882         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18883         * sysdeps/sparc/sparc32/urem.S: Likewise.
18884         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18885         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18886         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18887         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18888         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18889         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18890         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18891         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18892         * sysdeps/unix/bsd/times.c: Likewise.
18893         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18894         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18897         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18898         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18899         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18900         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18901         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18902         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18903         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18904         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18905         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18906         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18907         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18908         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18909         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18910         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18911         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18912         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18913         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18914         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18915         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18916         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18917         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18918         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18919         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18920         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18921         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18922         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18923         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18924         * sysdeps/x86_64/strcspn.S: Likewise.
18925
18926 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18927
18928         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18929         generated file.  Regenerate properly from gen-translit.pl.
18930         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18931         locale/C-translit.h.
18932
18933 2013-06-05  Andreas Schwab  <schwab@suse.de>
18934
18935         [BZ #15100]
18936         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18937         week as 6 instead of -1.
18938         * time/tst-strptime.c (day_tests): Add test case.
18939
18940 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18941
18942         * sysdeps/generic/math_private.h
18943         (libc_feholdexcept_setround_53bit): Replace with
18944         libc_feholdsetround_53bit.
18945         (libc_feupdateenv_53bit): Replace with
18946         libc_feresetround_53bit.
18947         (SET_RESTORE_ROUND_53BIT): Adjust.
18948
18949 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18950
18951         * string/test-strchrnul.c: Add copyright header.
18952
18953         * posix/tst-getaddrinfo4.c: Increase test timeout.
18954
18955 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18956
18957         [BZ #15536]
18958         * math/libm-test.inc (MAX_EXP): Remove
18959         (MIN_EXP): Define.
18960         (ulp): Use MIN_EXP - MANT_DIG.
18961         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18962
18963 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18964
18965         * po/be.po: Revert last change.
18966         * po/zh_CN.po: Likewise.
18967         * po/header.pot: Likewise.
18968
18969 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18970
18971         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18972         link-libc-deps to empty as target-specific variable.
18973         * Makerules (link-libc-args): New variable.
18974         (libc-for-link): Likewise.
18975         (link-libc-deps): Likewise.
18976         (lib%.so): Depend on $(link-libc-deps).  Link with
18977         $(link-libc-args).
18978         (build-module): Link with $(link-libc-args).
18979         (build-module-asneeded): Likewise.
18980         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18981         list of objects.
18982         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18983         target-specific variable.
18984         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18985         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18986         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18987         libc.
18988         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18989         libc and ld.so.
18990         ($(objpfx)libpcprofile.so): Likewise.
18991         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18992         libc_nonshared.a.
18993         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18994         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18995         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18996         $(link-libc-deps).
18997         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18998         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18999         * login/Makefile ($(objpfx)libutil.so): Likewise.
19000         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
19001         * math/Makefile ($(objpfx)libm.so): Likewise.
19002         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
19003         $(objpfx)libnsl.so): Define libc-for-link as target-specific
19004         variable instead of depending directly on libc.
19005         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
19006         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
19007         $(link-libc-deps).
19008         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
19009         libc.
19010         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
19011         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
19012         ($(objpfx)libanl.so): Likewise.
19013         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
19014         ld.so.
19015         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
19016         $(link-libc-deps).
19017         * sysdeps/i386/fpu/Makefile: Remove file.
19018         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
19019         ($(objpfx)libm.so): Remove dependency on ld.so.
19020
19021 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
19022
19023         [BZ # 15553]
19024         * nis/yp_xdr.c (XDRMAXNAME): Define.
19025         (XDRMAXRECORD): Define.
19026         (xdr_domainname): Use XDRMAXNAME.
19027         (xdr_mapname): Likewise.
19028         (xdr_peername): Likewise.
19029         (xdr_keydat): Use XDRMAXRECORD.
19030         (xdr_valdat): Likewise.
19031
19032 2013-05-30  Jeff Law  <law@redhat.com>
19033
19034         [BZ #14256]
19035         * manual/errno.texi (ESTALE): Update to account for more than
19036         just NFS file systems.
19037         * sysdeps/gnu/errlist.c: Regenerated.
19038
19039 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19040
19041         [BZ #15465]
19042         * elf/Makefile (tests): Add tst-null-argv.
19043         (modules-names):  Add tst-null-argv-lib.
19044         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19045         (tst-null-argv-ENV): Set environment for tst-null-argv.
19046         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19047         (RTLD_PROGNAME): New macro.
19048         * elf/tst-null-argv.c: New test case.
19049         * elf/tst-null-argv-lib.c: Library for test case.
19050         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19051         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19052         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19053         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19054         * elf/dl-init.c (call_init): Likewise.
19055         (_dl_init): Likewise.
19056         * elf/dl-load.c (print_search_path): Likewise.
19057         (_dl_map_object): Likewise.
19058         * elf/dl-lookup.c (do_lookup_x): Likewise.
19059         (add_dependency): Likewise.
19060         (_dl_lookup_symbol_x): Likewise.
19061         (_dl_debug_bindings): Likewise.
19062         * elf/dl-open.c (_dl_show_scope): Likewise.
19063         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19064         * elf/dl-version.c (match_symbol): Likewise.
19065         (_dl_check_map_versions): Likewise.
19066         * elf/rtld.c (dl_main): Likewise.
19067         (print_unresolved): Use RTLD_PROGNAME.
19068         (print_missing_version): Likewise.
19069         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19070         (elf_machine_rela): Likewise.
19071         * sysdeps/powerpc/powerpc32/dl-machine.c
19072         (__process_machine_rela): Likewise.
19073         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19074         Likewise.
19075         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19076         Likewise.
19077         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19078         Likewise.
19079         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19080         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19081         Likewise.
19082         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19083         Likewise.
19084         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19085
19086 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19087
19088         * po/be.po: Add descriptive title.
19089         * po/zh_CN.po: Likewise.
19090         * po/header.pot: Likewise.
19091
19092 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19093
19094         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19095         error message.
19096         (enlarge_archive): Likewise.
19097
19098 2013-05-28  Ben North  <ben@redfrontdoor.org>
19099
19100         * manual/arith.texi (frexp): It is the magnitude of the return
19101         value which lies in [0.5, 1), not the return value itself.
19102
19103 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19104
19105         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19106
19107 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19108
19109         * stdio-common/bug26.c (main): Correct fscanf template.
19110
19111         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19112         declare _dl_skip_args.
19113
19114         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19115         Don't declare.
19116
19117         * manual/platform.texi: Add missing @end deftypefun.
19118
19119 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19120
19121         [BZ #15529]
19122         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19123         bit of mantissa of 2^16382.
19124         * math/libm-test.inc (hypot_test_data): Add more tests.
19125
19126         * math/libm-test.inc: Add drem and pow10 to list of tested
19127         functions.
19128         (pow10_test): New function.
19129         (drem_test): Likewise.
19130         (drem_test_tonearest): Likewise.
19131         (drem_test_towardzero): Likewise.
19132         (drem_test_downward): Likewise.
19133         (drem_test_upward): Likewise.
19134         (main): Call the new functions.
19135
19136         * math/libm-test.inc (finite_test_data): Remove.
19137         (finite_test): Run tests from isfinite_test_data.
19138         (gamma_test_data): Remove.
19139         (gamma_test): Run tests from lgamma_test_data.
19140         * sysdeps/i386/fpu/libm-test-ulps: Update.
19141         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19142
19143 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19144
19145         * manual/platform.texi: Add PowerPC PPR function set documentation.
19146         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19147         implementation.
19148
19149 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19150
19151         * math/libm-test.inc (MAX_EXP): Define.
19152         (ULPDIFF): Define.
19153         (ulp): New function.
19154         (check_float_internal): Use ULPDIFF.
19155         (cpow_test): Disable failing test.
19156         (check_ulp): Test ulp() implemetnation.
19157         (main): Call check_ulp before starting tests.
19158
19159 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19160
19161         * math/gen-libm-test.pl (generate_testfile): Do not handle
19162         START_DATA and END_DATA.
19163         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19164         END_DATA.
19165         (acos_tonearest_test_data): Likewise.
19166         (acos_towardzero_test_data): Likewise.
19167         (acos_downward_test_data): Likewise.
19168         (acos_upward_test_data): Likewise.
19169         (acosh_test_data): Likewise.
19170         (asin_test_data): Likewise.
19171         (asin_tonearest_test_data): Likewise.
19172         (asin_towardzero_test_data): Likewise.
19173         (asin_downward_test_data): Likewise.
19174         (asin_upward_test_data): Likewise.
19175         (asinh_test_data): Likewise.
19176         (atan_test_data): Likewise.
19177         (atanh_test_data): Likewise.
19178         (atan2_test_data): Likewise.
19179         (cabs_test_data): Likewise.
19180         (cacos_test_data): Likewise.
19181         (cacosh_test_data): Likewise.
19182         (carg_test_data): Likewise.
19183         (casin_test_data): Likewise.
19184         (casinh_test_data): Likewise.
19185         (catan_test_data): Likewise.
19186         (catanh_test_data): Likewise.
19187         (cbrt_test_data): Likewise.
19188         (ccos_test_data): Likewise.
19189         (ccosh_test_data): Likewise.
19190         (ceil_test_data): Likewise.
19191         (cexp_test_data): Likewise.
19192         (cimag_test_data): Likewise.
19193         (clog_test_data): Likewise.
19194         (clog10_test_data): Likewise.
19195         (conj_test_data): Likewise.
19196         (copysign_test_data): Likewise.
19197         (cos_test_data): Likewise.
19198         (cos_tonearest_test_data): Likewise.
19199         (cos_towardzero_test_data): Likewise.
19200         (cos_downward_test_data): Likewise.
19201         (cos_upward_test_data): Likewise.
19202         (cosh_test_data): Likewise.
19203         (cosh_tonearest_test_data): Likewise.
19204         (cosh_towardzero_test_data): Likewise.
19205         (cosh_downward_test_data): Likewise.
19206         (cosh_upward_test_data): Likewise.
19207         (cpow_test_data): Likewise.
19208         (cproj_test_data): Likewise.
19209         (creal_test_data): Likewise.
19210         (csin_test_data): Likewise.
19211         (csinh_test_data): Likewise.
19212         (csqrt_test_data): Likewise.
19213         (ctan_test_data): Likewise.
19214         (ctan_tonearest_test_data): Likewise.
19215         (ctan_towardzero_test_data): Likewise.
19216         (ctan_downward_test_data): Likewise.
19217         (ctan_upward_test_data): Likewise.
19218         (ctanh_test_data): Likewise.
19219         (ctanh_tonearest_test_data): Likewise.
19220         (ctanh_towardzero_test_data): Likewise.
19221         (ctanh_downward_test_data): Likewise.
19222         (ctanh_upward_test_data): Likewise.
19223         (erf_test_data): Likewise.
19224         (erfc_test_data): Likewise.
19225         (exp_test_data): Likewise.
19226         (exp_tonearest_test_data): Likewise.
19227         (exp_towardzero_test_data): Likewise.
19228         (exp_downward_test_data): Likewise.
19229         (exp_upward_test_data): Likewise.
19230         (exp10_test_data): Likewise.
19231         (exp2_test_data): Likewise.
19232         (expm1_test_data): Likewise.
19233         (fabs_test_data): Likewise.
19234         (fdim_test_data): Likewise.
19235         (finite_test_data): Likewise.
19236         (floor_test_data): Likewise.
19237         (fma_test_data): Likewise.
19238         (fma_towardzero_test_data): Likewise.
19239         (fma_downward_test_data): Likewise.
19240         (fma_upward_test_data): Likewise.
19241         (fmax_test_data): Likewise.
19242         (fmin_test_data): Likewise.
19243         (fmod_test_data): Likewise.
19244         (fpclassify_test_data): Likewise.
19245         (frexp_test_data): Likewise.
19246         (gamma_test_data): Likewise.
19247         (hypot_test_data): Likewise.
19248         (ilogb_test_data): Likewise.
19249         (isfinite_test_data): Likewise.
19250         (isgreater_test_data): Likewise.
19251         (isgreaterequal_test_data): Likewise.
19252         (isinf_test_data): Likewise.
19253         (isless_test_data): Likewise.
19254         (islessequal_test_data): Likewise.
19255         (islessgreater_test_data): Likewise.
19256         (isnan_test_data): Likewise.
19257         (isnormal_test_data): Likewise.
19258         (issignaling_test_data): Likewise.
19259         (isunordered_test_data): Likewise.
19260         (j0_test_data): Likewise.
19261         (j1_test_data): Likewise.
19262         (jn_test_data): Likewise.
19263         (ldexp_test_data): Likewise.
19264         (lgamma_test_data): Likewise.
19265         (lrint_test_data): Likewise.
19266         (lrint_tonearest_test_data): Likewise.
19267         (lrint_towardzero_test_data): Likewise.
19268         (lrint_downward_test_data): Likewise.
19269         (lrint_upward_test_data): Likewise.
19270         (llrint_test_data): Likewise.
19271         (llrint_tonearest_test_data): Likewise.
19272         (llrint_towardzero_test_data): Likewise.
19273         (llrint_downward_test_data): Likewise.
19274         (llrint_upward_test_data): Likewise.
19275         (log_test_data): Likewise.
19276         (log10_test_data): Likewise.
19277         (log1p_test_data): Likewise.
19278         (log2_test_data): Likewise.
19279         (logb_test_data): Likewise.
19280         (logb_downward_test_data): Likewise.
19281         (lround_test_data): Likewise.
19282         (llround_test_data): Likewise.
19283         (modf_test_data): Likewise.
19284         (nearbyint_test_data): Likewise.
19285         (nextafter_test_data): Likewise.
19286         (nexttoward_test_data): Likewise.
19287         (pow_test_data): Likewise.
19288         (pow_tonearest_test_data): Likewise.
19289         (pow_towardzero_test_data): Likewise.
19290         (pow_downward_test_data): Likewise.
19291         (pow_upward_test_data): Likewise.
19292         (remainder_test_data): Likewise.
19293         (remainder_tonearest_test_data): Likewise.
19294         (remainder_towardzero_test_data): Likewise.
19295         (remainder_downward_test_data): Likewise.
19296         (remainder_upward_test_data): Likewise.
19297         (remquo_test_data): Likewise.
19298         (rint_test_data): Likewise.
19299         (rint_tonearest_test_data): Likewise.
19300         (rint_towardzero_test_data): Likewise.
19301         (rint_downward_test_data): Likewise.
19302         (rint_upward_test_data): Likewise.
19303         (round_test_data): Likewise.
19304         (scalb_test_data): Likewise.
19305         (scalbn_test_data): Likewise.
19306         (scalbln_test_data): Likewise.
19307         (signbit_test_data): Likewise.
19308         (sin_test_data): Likewise.
19309         (sin_tonearest_test_data): Likewise.
19310         (sin_towardzero_test_data): Likewise.
19311         (sin_downward_test_data): Likewise.
19312         (sin_upward_test_data): Likewise.
19313         (sincos_test_data): Likewise.
19314         (sinh_test_data): Likewise.
19315         (sinh_tonearest_test_data): Likewise.
19316         (sinh_towardzero_test_data): Likewise.
19317         (sinh_downward_test_data): Likewise.
19318         (sinh_upward_test_data): Likewise.
19319         (sqrt_test_data): Likewise.
19320         (tan_test_data): Likewise.
19321         (tan_tonearest_test_data): Likewise.
19322         (tan_towardzero_test_data): Likewise.
19323         (tan_downward_test_data): Likewise.
19324         (tan_upward_test_data): Likewise.
19325         (tanh_test_data): Likewise.
19326         (tgamma_test_data): Likewise.
19327         (trunc_test_data): Likewise.
19328         (y0_test_data): Likewise.
19329         (y1_test_data): Likewise.
19330         (yn_test_data): Likewise.
19331         (significand_test_data): Likewise.
19332
19333         * math/gen-libm-test.pl (@functions): Remove variable.
19334         (generate_testfile): Don't handle START and END lines.
19335         * math/libm-test.inc (START): New macro.
19336         (END): Likewise.
19337         (END_COMPLEX): Likewise.
19338         (acos_test): Use END macro without arguments.
19339         (acos_test_tonearest): Likewise.
19340         (acos_test_towardzero): Likewise.
19341         (acos_test_downward): Likewise.
19342         (acos_test_upward): Likewise.
19343         (acosh_test): Likewise.
19344         (asin_test): Likewise.
19345         (asin_test_tonearest): Likewise.
19346         (asin_test_towardzero): Likewise.
19347         (asin_test_downward): Likewise.
19348         (asin_test_upward): Likewise.
19349         (asinh_test): Likewise.
19350         (atan_test): Likewise.
19351         (atanh_test): Likewise.
19352         (atan2_test): Likewise.
19353         (cabs_test): Likewise.
19354         (cacos_test): Use END_COMPLEX macro without arguments.
19355         (cacosh_test): Likewise.
19356         (carg_test): Use END macro without arguments.
19357         (casin_test): Use END_COMPLEX macro without arguments.
19358         (casinh_test): Likewise.
19359         (catan_test): Likewise.
19360         (catanh_test): Likewise.
19361         (cbrt_test): Use END macro without arguments.
19362         (ccos_test): Use END_COMPLEX macro without arguments.
19363         (ccosh_test): Likewise.
19364         (ceil_test): Use END macro without arguments.
19365         (cexp_test): Use END_COMPLEX macro without arguments.
19366         (cimag_test): Use END macro without arguments.
19367         (clog_test): Use END_COMPLEX macro without arguments.
19368         (clog10_test): Likewise.
19369         (conj_test): Likewise.
19370         (copysign_test): Use END macro without arguments.
19371         (cos_test): Likewise.
19372         (cos_test_tonearest): Likewise.
19373         (cos_test_towardzero): Likewise.
19374         (cos_test_downward): Likewise.
19375         (cos_test_upward): Likewise.
19376         (cosh_test): Likewise.
19377         (cosh_test_tonearest): Likewise.
19378         (cosh_test_towardzero): Likewise.
19379         (cosh_test_downward): Likewise.
19380         (cosh_test_upward): Likewise.
19381         (cpow_test): Use END_COMPLEX macro without arguments.
19382         (cproj_test): Likewise.
19383         (creal_test): Use END macro without arguments.
19384         (csin_test): Use END_COMPLEX macro without arguments.
19385         (csinh_test): Likewise.
19386         (csqrt_test): Likewise.
19387         (ctan_test): Likewise.
19388         (ctan_test_tonearest): Likewise.
19389         (ctan_test_towardzero): Likewise.
19390         (ctan_test_downward): Likewise.
19391         (ctan_test_upward): Likewise.
19392         (ctanh_test): Likewise.
19393         (ctanh_test_tonearest): Likewise.
19394         (ctanh_test_towardzero): Likewise.
19395         (ctanh_test_downward): Likewise.
19396         (ctanh_test_upward): Likewise.
19397         (erf_test): Use END macro without arguments.
19398         (erfc_test): Likewise.
19399         (exp_test): Likewise.
19400         (exp_test_tonearest): Likewise.
19401         (exp_test_towardzero): Likewise.
19402         (exp_test_downward): Likewise.
19403         (exp_test_upward): Likewise.
19404         (exp10_test): Likewise.
19405         (exp2_test): Likewise.
19406         (expm1_test): Likewise.
19407         (fabs_test): Likewise.
19408         (fdim_test): Likewise.
19409         (finite_test): Likewise.
19410         (floor_test): Likewise.
19411         (fma_test): Likewise.
19412         (fma_test_towardzero): Likewise.
19413         (fma_test_downward): Likewise.
19414         (fma_test_upward): Likewise.
19415         (fmax_test): Likewise.
19416         (fmin_test): Likewise.
19417         (fmod_test): Likewise.
19418         (fpclassify_test): Likewise.
19419         (frexp_test): Likewise.
19420         (gamma_test): Likewise.
19421         (hypot_test): Likewise.
19422         (ilogb_test): Likewise.
19423         (isfinite_test): Likewise.
19424         (isgreater_test): Likewise.
19425         (isgreaterequal_test): Likewise.
19426         (isinf_test): Likewise.
19427         (isless_test): Likewise.
19428         (islessequal_test): Likewise.
19429         (islessgreater_test): Likewise.
19430         (isnan_test): Likewise.
19431         (isnormal_test): Likewise.
19432         (issignaling_test): Likewise.
19433         (isunordered_test): Likewise.
19434         (j0_test): Likewise.
19435         (j1_test): Likewise.
19436         (jn_test): Likewise.
19437         (ldexp_test): Likewise.
19438         (lgamma_test): Likewise.
19439         (lrint_test): Likewise.
19440         (lrint_test_tonearest): Likewise.
19441         (lrint_test_towardzero): Likewise.
19442         (lrint_test_downward): Likewise.
19443         (lrint_test_upward): Likewise.
19444         (llrint_test): Likewise.
19445         (llrint_test_tonearest): Likewise.
19446         (llrint_test_towardzero): Likewise.
19447         (llrint_test_downward): Likewise.
19448         (llrint_test_upward): Likewise.
19449         (log_test): Likewise.
19450         (log10_test): Likewise.
19451         (log1p_test): Likewise.
19452         (log2_test): Likewise.
19453         (logb_test): Likewise.
19454         (logb_test_downward): Likewise.
19455         (lround_test): Likewise.
19456         (llround_test): Likewise.
19457         (modf_test): Likewise.
19458         (nearbyint_test): Likewise.
19459         (nextafter_test): Likewise.
19460         (nexttoward_test): Likewise.
19461         (pow_test): Likewise.
19462         (pow_test_tonearest): Likewise.
19463         (pow_test_towardzero): Likewise.
19464         (pow_test_downward): Likewise.
19465         (pow_test_upward): Likewise.
19466         (remainder_test): Likewise.
19467         (remainder_test_tonearest): Likewise.
19468         (remainder_test_towardzero): Likewise.
19469         (remainder_test_downward): Likewise.
19470         (remainder_test_upward): Likewise.
19471         (remquo_test): Likewise.
19472         (rint_test): Likewise.
19473         (rint_test_tonearest): Likewise.
19474         (rint_test_towardzero): Likewise.
19475         (rint_test_downward): Likewise.
19476         (rint_test_upward): Likewise.
19477         (round_test): Likewise.
19478         (scalb_test): Likewise.
19479         (scalbn_test): Likewise.
19480         (scalbln_test): Likewise.
19481         (signbit_test): Likewise.
19482         (sin_test): Likewise.
19483         (sin_test_tonearest): Likewise.
19484         (sin_test_towardzero): Likewise.
19485         (sin_test_downward): Likewise.
19486         (sin_test_upward): Likewise.
19487         (sincos_test): Likewise.
19488         (sinh_test): Likewise.
19489         (sinh_test_tonearest): Likewise.
19490         (sinh_test_towardzero): Likewise.
19491         (sinh_test_downward): Likewise.
19492         (sinh_test_upward): Likewise.
19493         (sqrt_test): Likewise.
19494         (tan_test): Likewise.
19495         (tan_test_tonearest): Likewise.
19496         (tan_test_towardzero): Likewise.
19497         (tan_test_downward): Likewise.
19498         (tan_test_upward): Likewise.
19499         (tanh_test): Likewise.
19500         (tgamma_test): Likewise.
19501         (trunc_test): Likewise.
19502         (y0_test): Likewise.
19503         (y1_test): Likewise.
19504         (yn_test): Likewise.
19505         (significand_test): Likewise.
19506
19507 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19508
19509         [BZ #15381]
19510         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19511
19512 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19513
19514         [BZ #14894]
19515         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19516         __ppc_mdoio and __ppc_mdoom.
19517         * manual/platform.texi: Document new functions __ppc_yield,
19518         __ppc_mdoio and __ppc_mdoom.
19519
19520 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19521
19522         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19523         (main): Mention "tls" pseudo-hwcap is legacy.
19524         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19525
19526 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19527
19528         * math/gen-libm-test.pl (parse_args): Output only string of
19529         arguments as text for test name, not full call or descriptions of
19530         tests for extra outputs.
19531         (generate_testfile): Do not pass function name to parse_args.
19532         Generate this_func variable from START.
19533         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19534         field to arg_str.
19535         (struct test_ff_f_data): Likewise.
19536         (test_ff_f_data_nexttoward): Likewise.
19537         (struct test_fi_f_data): Likewise.
19538         (struct test_fl_f_data): Likewise.
19539         (struct test_if_f_data): Likewise.
19540         (struct test_fff_f_data): Likewise.
19541         (struct test_c_f_data): Likewise.
19542         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19543         (struct test_fF_f1_data): Likewise.
19544         (struct test_ffI_f1_data): Likewise.
19545         (struct test_c_c_data): Rename test_name field to arg_str.
19546         (struct test_cc_c_data): Likewise.
19547         (struct test_f_i_data): Likewise.
19548         (struct test_ff_i_data): Likewise.
19549         (struct test_f_l_data): Likewise.
19550         (struct test_f_L_data): Likewise.
19551         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19552         and extra2_name.
19553         (COMMON_TEST_SETUP): New macro.
19554         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19555         (COMMON_TEST_CLEANUP): Likewise.
19556         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19557         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19558         macros.
19559         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19560         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19561         macros.
19562         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19563         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19564         cleanup macros.
19565         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19566         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19567         macros.
19568         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19569         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19570         macros.
19571         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19572         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19573         cleanup macros.
19574         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19575         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19576         cleanup macros.
19577         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19578         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19579         cleanup macros.
19580         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19581         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19582         macros.
19583         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19584         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19585         macros.
19586         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19587         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19588         macros.
19589         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19590         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19591         cleanup macros.
19592         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19593         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19594         cleanup macros.
19595         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19596         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19597         macros.
19598         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19599         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19600         cleanup macros.
19601         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19602         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19603         macros.
19604         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19605         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19606         macros.
19607         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19608         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19609         cleanup macros.
19610         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19611
19612 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19613
19614         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19615         to _sifields.sigfault.
19616         (si_addr_lsb): Define new macro.
19617         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19618         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19619         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19620
19621 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19622
19623         [BZ #15441]
19624         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19625         returns -1.
19626         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19627         null return -1.
19628         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19629         loading the domain.
19630
19631 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19632
19633         * math/gen-libm-test.pl (parse_args): Do not include expected
19634         result in test name.
19635         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19636         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19637         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19638         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19639         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19640         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19641
19642 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19643
19644         * benchtests/Makefile: Sort function entries.
19645
19646         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19647         tanh, asinh, acosh, atanh.
19648         * benchtests/acos-inputs: New file.
19649         * benchtests/acosh-inputs: New file.
19650         * benchtests/asin-inputs: New file.
19651         * benchtests/asinh-inputs: New file.
19652         * benchtests/atanh-inputs: New file.
19653         * benchtests/cosh-inputs: New file.
19654         * benchtests/log-inputs: New file.
19655         * benchtests/sinh-inputs: New file.
19656         * benchtests/tanh-inputs: New file.
19657
19658 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19659
19660         [BZ #15339]
19661         * posix/tst-getaddrinfo4.c: New test.
19662         * posix/Makefile (tests): Add it.
19663
19664 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19665
19666         [BZ #15339]
19667         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19668         when no services were used.
19669         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19670         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19671
19672 2013-05-21  Andreas Schwab  <schwab@suse.de>
19673
19674         [BZ #15014]
19675         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19676         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19677         successful.
19678         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19679         redundant variable declarations and reallocation of buffer when
19680         parsing as IPv6 address.  Always set NSS status when called from
19681         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19682         buffer too small.  Correct computation of needed size.
19683         * nss/Makefile (tests): Add test-digits-dots.
19684         * nss/test-digits-dots.c: New test.
19685
19686 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19687
19688         * benchtests/Makefile: Remove instructions for adding
19689         benchmark tests.
19690         * benchtests/README: New file to explain how to execute and
19691         enhance the benchmark tests.
19692
19693 2013-05-21  Andreas Schwab  <schwab@suse.de>
19694
19695         [BZ #15493]
19696         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19697         * setjmp/tst-sigsetjmp.c: New test.
19698
19699 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19700
19701         * sysdeps/x86_64/memset.S (memset): New implementation.
19702         (__bzero): Likewise.
19703         (__memset_tail): New function.
19704
19705 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19706
19707         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19708         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19709         __memcpy_sse2_unaligned ifunc selection.
19710         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19711         Add memcpy-sse2-unaligned.S.
19712         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19713         Add: __memcpy_sse2_unaligned.
19714
19715 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19716
19717         [BZ #15490]
19718         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19719         math_force_eval before restoring floating-point envrionment.
19720         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19721         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19722         Likewise.
19723         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19724         <math_private.h>.
19725         (__nearbyintl): Use math_force_eval before restoring
19726         floating-point environment.
19727         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19728
19729         * math/gen-libm-test.pl (special_functions): Remove.
19730         (parse_args): Don't handle TEST_extra.  Handle functions with no
19731         return value.
19732         * math/libm-test.inc (struct test_sincos_data): Replace with
19733         struct test_fFF_11_data.
19734         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19735         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19736         (sincos_test_data): Change element type to struct
19737         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19738         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19739         RUN_TEST_LOOP_sincos.
19740         * math/README.libm-test: Don't mention special handling of
19741         individual functions.
19742         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19743         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19744         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19745         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19746         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19747         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19748
19749         * math/gen-libm-test.pl (get_variable): Remove function.
19750         (parse_args): Don't show pointer parameters to call in test
19751         names.  Use "extra output N" in test names for extra outputs
19752         rather than naming variables.
19753
19754 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19755
19756         [BZ #15488]
19757         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19758         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19759         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19760         double tests.
19761         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19762         disable.
19763         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19764         check_long_double.
19765
19766         * math/gen-libm-test.pl (@tests): Remove variable.
19767         ($count): Likewise.
19768         (new_test): Remove function.
19769         (show_exceptions): New function.
19770         (special_functions): Use show_exceptions instead of new_test.
19771         (parse_args): Likewise.
19772         (generate_testfile): Pass only function name in generated call to
19773         print_max_error or print_complex_max_error.
19774         (get_ulps): Do not handle complex tests specially.
19775         (output_test): Rename to ...
19776         (get_all_ulps_for_test): ... this.  Return a string rather than
19777         printing to a file.  Require ulps to be present.
19778         (output_ulps): Generate arrays rather than #defines.
19779         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19780         (struct ulp_data): New type.
19781         (BUILD_COMPLEX_ULP): Remove macro.
19782         (compare_ulp_data): New function.
19783         (find_ulps): Likewise.
19784         (find_test_ulps): Likewise.
19785         (find_function_ulps): Likewise.
19786         (find_complex_function_ulps): Likewise.
19787         (print_max_error): Determine allowed ulps using
19788         find_function_ulps.
19789         (print_complex_max_error): Determine allowed ulps using
19790         find_complex_function_ulps.
19791         (check_float_internal): Determine max ulps using find_test_ulps.
19792         (check_float): Do not take max_ulp parameter.  Update call to
19793         check_float_internal.
19794         (check_complex): Likewise.
19795         (check_int): Do not take max_ulp parameter.
19796         (check_long): Likewise.
19797         (check_bool): Likewise.
19798         (check_longlong): Likewise.
19799         (struct test_f_f_data): Remove max_ulp field.
19800         (struct test_ff_f_data): Likewise.
19801         (struct test_ff_f_data_nexttoward): Likewise.
19802         (struct test_fi_f_data): Likewise.
19803         (struct test_fl_f_data): Likewise.
19804         (struct test_if_f_data): Likewise.
19805         (struct test_fff_f_data): Likewise.
19806         (struct test_c_f_data): Likewise.
19807         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19808         (struct test_fF_f1_data): Likewise.
19809         (struct test_ffI_f1_data): Likewise.
19810         (struct test_c_c_data): Remove max_ulp field.
19811         (struct test_cc_c_data): Likewise.
19812         (struct test_f_i_data): Likewise.
19813         (struct test_ff_i_data): Likewise.
19814         (struct test_f_l_data): Likewise.
19815         (struct test_f_L_data): Likewise.
19816         (struct test_sincos_data): Likewise.
19817         (RUN_TEST_f_f): Do not handle ulps.
19818         (RUN_TEST_LOOP_f_f): Likewise.
19819         (RUN_TEST_2_f): Likewise.
19820         (RUN_TEST_LOOP_2_f): Likewise.
19821         (RUN_TEST_fff_f): Likewise.
19822         (RUN_TEST_LOOP_fff_f): Likewise.
19823         (RUN_TEST_c_f): Likewise.
19824         (RUN_TEST_LOOP_c_f): Likewise.
19825         (RUN_TEST_f_f1): Likewise.
19826         (RUN_TEST_LOOP_f_f1): Likewise.
19827         (RUN_TEST_fF_f1): Likewise.
19828         (RUN_TEST_LOOP_fF_f1): Likewise.
19829         (RUN_TEST_fI_f1): Likewise.
19830         (RUN_TEST_LOOP_fI_f1): Likewise.
19831         (RUN_TEST_ffI_f1): Likewise.
19832         (RUN_TEST_LOOP_ffI_f1): Likewise.
19833         (RUN_TEST_c_c): Likewise.
19834         (RUN_TEST_LOOP_c_c): Likewise.
19835         (RUN_TEST_cc_c): Likewise.
19836         (RUN_TEST_LOOP_cc_c): Likewise.
19837         (RUN_TEST_f_i): Likewise.
19838         (RUN_TEST_LOOP_f_i): Likewise.
19839         (RUN_TEST_f_i_tg): Likewise.
19840         (RUN_TEST_LOOP_f_i_tg): Likewise.
19841         (RUN_TEST_ff_i_tg): Likewise.
19842         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19843         (RUN_TEST_f_b): Likewise.
19844         (RUN_TEST_LOOP_f_b): Likewise.
19845         (RUN_TEST_f_b_tg): Likewise.
19846         (RUN_TEST_LOOP_f_b_tg): Likewise.
19847         (RUN_TEST_f_l): Likewise.
19848         (RUN_TEST_LOOP_f_l): Likewise.
19849         (RUN_TEST_f_L): Likewise.
19850         (RUN_TEST_LOOP_f_L): Likewise.
19851         (RUN_TEST_sincos): Likewise.
19852         (RUN_TEST_LOOP_sincos): Likewise.
19853
19854 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19855
19856         [BZ #15480]
19857         [BZ #15485]
19858         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19859         main case of finite arguments, set rounding mode to FE_TONEAREST
19860         and discard exceptions.
19861         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19862         exceptions.
19863         (remainder_tonearest_test_data): New variable.
19864         (remainder_test_tonearest): New function.
19865         (remainder_towardzero_test_data): New variable.
19866         (remainder_test_towardzero): New function.
19867         (remainder_downward_test_data): New variable.
19868         (remainder_test_downward): New function.
19869         (remainder_upward_test_data): New variable.
19870         (remainder_test_upward): New function.
19871         (main): Call the new test functions.
19872
19873         * math/libm-test.inc (struct test_f_f1_data): Remove field
19874         extra_init.
19875         (struct test_fF_f1_data): Likewise.
19876         (struct test_ffI_f1_data): Likewise.
19877         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19878         based on value of EXTRA_EXPECTED.
19879         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19880         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19881         EXTRA_VAR based on value of EXTRA_EXPECTED.
19882         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19883         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19884         EXTRA_VAR based on value of EXTRA_EXPECTED.
19885         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19886         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19887         EXTRA_VAR based on value of EXTRA_EXPECTED.
19888         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19889         * math/gen-libm-test.pl (parse_args): Don't output initializers
19890         for extra output values.
19891
19892         * math/libm-test.inc (check_int): Expect result to be exactly
19893         equal to expected value and do not handle ulps.
19894         (check_long): Likewise.
19895         (check_longlong): Likewise.
19896
19897         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19898         exceptions.
19899         (cimag_test_data): Likewise.
19900         (conj_test_data): Likewise.
19901         (copysign_test_data): Likewise.
19902         (cproj_test_data): Likewise.
19903         (creal_test_data): Likewise.
19904         (fabs_test_data): Likewise.
19905         (fdim_test_data): Likewise.
19906         (finite_test_data): Likewise.
19907         (floor_test_data): Likewise.
19908         (fmax_test_data): Likewise.
19909         (fmin_test_data): Likewise.
19910         (fmod_test_data): Likewise.
19911         (fpclassify_test_data): Likewise.
19912         (frexp_test_data): Likewise.
19913         (ilogb_test_data): Likewise.
19914         (isfinite_test_data): Likewise.
19915         (isgreater_test_data): Likewise.
19916         (isgreaterequal_test_data): Likewise.
19917         (isinf_test_data): Likewise.
19918         (isless_test_data): Likewise.
19919         (islessequal_test_data): Likewise.
19920         (islessgreater_test_data): Likewise.
19921         (isnan_test_data): Likewise.
19922         (isnormal_test_data): Likewise.
19923         (issignaling_test_data): Likewise.
19924         (isunordered_test_data): Likewise.
19925         (ldexp_test_data): Likewise.
19926         (lrint_test_data): Likewise.
19927         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19928         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19929         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19930         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19931         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19932         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19933         test input.
19934         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19935         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19936         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19937         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19938         that test input.
19939         (lrint_downward_test_data): Test for "inexact" exceptions.
19940         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19941         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19942         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19943         test input.
19944         (lrint_upward_test_data): Test for "inexact" exceptions.
19945         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19946         test input.
19947         (llrint_test_data): Test for "inexact" exceptions.
19948         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19949         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19950         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19951         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19952         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19953         (llrint_downward_test_data): Test for "inexact" exceptions.
19954         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19955         (llrint_upward_test_data): Test for "inexact" exceptions.
19956         (logb_test_data): Likewise.
19957         (logb_downward_test_data): Likewise.
19958         (nextafter_test_data): Likewise.
19959         (nexttoward_test_data): Likewise.
19960         (remainder_test_data): Likewise.
19961         (remquo_test_data): Likewise.
19962         (scalbn_test_data): Likewise.
19963         (scalbln_test_data): Likewise.
19964         (signbit_test_data): Likewise.
19965         (sqrt_test_data): Likewise.
19966         (significand_test_data): Likewise.
19967
19968 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19969
19970         [BZ #15424]
19971         * benchtests/bench-modf.c (struct args): Mark arg0 as
19972         volatile.
19973         * scripts/bench.pl: Mark members of struct args as volatile.
19974
19975 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19976
19977         [BZ # 15497]
19978         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19979         negative infinity on POWER6 or lower.
19980         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19981
19982 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19983
19984         [BZ #15442]
19985         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19986         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19987         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19988         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19989         (_FP_SETQNAN): New macro.
19990         (_FP_SETQNAN_SEMIRAW): Likewise.
19991         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19992         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19993         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19994         (FP_EXTEND): Use _FP_FRAC_SNANP.
19995         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19996         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19997         into account.
19998         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19999         New macro.
20000         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
20001         Likewise.
20002
20003 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20004
20005         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
20006         with DIVIDE_BY_ZERO_EXCEPTION.
20007         (gamma_test_data): Likewise.
20008         (lgamma_test_data): Likewise.
20009         (log_test_data): Likewise.
20010         (log10_test_data): Likewise.
20011         (log2_test_data): Likewise.
20012         (tgamma_test_data): Likewise.
20013
20014         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
20015         (acos_test_tonearest): Likewise.
20016         (acos_test_towardzero): Likewise.
20017         (acos_test_downward): Likewise.
20018         (acos_test_upward): Likewise.
20019         (acosh_test): Likewise.
20020         (asin_test): Likewise.
20021         (asin_test_tonearest): Likewise.
20022         (asin_test_towardzero): Likewise.
20023         (asin_test_downward): Likewise.
20024         (asin_test_upward): Likewise.
20025         (asinh_test): Likewise.
20026         (atan_test): Likewise.
20027         (atanh_test): Likewise.
20028         (atan2_test): Likewise.
20029         (cabs_test): Likewise.
20030         (cacos_test): Likewise.
20031         (cacosh_test): Likewise.
20032         (casin_test): Likewise.
20033         (casinh_test): Likewise.
20034         (catan_test): Likewise.
20035         (catanh_test): Likewise.
20036         (cbrt_test): Likewise.
20037         (ccos_test): Likewise.
20038         (ccosh_test): Likewise.
20039         (cexp_test): Likewise.
20040         (clog_test): Likewise.
20041         (clog10_test): Likewise.
20042         (cos_test): Likewise.
20043         (cos_test_tonearest): Likewise.
20044         (cos_test_towardzero): Likewise.
20045         (cos_test_downward): Likewise.
20046         (cos_test_upward): Likewise.
20047         (cosh_test): Likewise.
20048         (cosh_test_tonearest): Likewise.
20049         (cosh_test_towardzero): Likewise.
20050         (cosh_test_downward): Likewise.
20051         (cosh_test_upward): Likewise.
20052         (cpow_test): Likewise.
20053         (csin_test): Likewise.
20054         (csinh_test): Likewise.
20055         (csqrt_test): Likewise.
20056         (ctan_test): Likewise.
20057         (ctan_test_tonearest): Likewise.
20058         (ctan_test_towardzero): Likewise.
20059         (ctan_test_downward): Likewise.
20060         (ctan_test_upward): Likewise.
20061         (ctanh_test): Likewise.
20062         (ctanh_test_tonearest): Likewise.
20063         (ctanh_test_towardzero): Likewise.
20064         (ctanh_test_downward): Likewise.
20065         (ctanh_test_upward): Likewise.
20066         (erf_test): Likewise.
20067         (erfc_test): Likewise.
20068         (exp_test): Likewise.
20069         (exp_test_tonearest): Likewise.
20070         (exp_test_towardzero): Likewise.
20071         (exp_test_downward): Likewise.
20072         (exp_test_upward): Likewise.
20073         (exp10_test): Likewise.
20074         (exp2_test): Likewise.
20075         (expm1_test): Likewise.
20076         (fmod_test): Likewise.
20077         (gamma_test): Likewise.
20078         (hypot_test): Likewise.
20079         (j0_test): Likewise.
20080         (j1_test): Likewise.
20081         (jn_test): Likewise.
20082         (lgamma_test): Likewise.
20083         (log_test): Likewise.
20084         (log10_test): Likewise.
20085         (log1p_test): Likewise.
20086         (log2_test): Likewise.
20087         (logb_test_downward): Likewise.
20088         (pow_test): Likewise.
20089         (pow_test_tonearest): Likewise.
20090         (pow_test_towardzero): Likewise.
20091         (pow_test_downward): Likewise.
20092         (pow_test_upward): Likewise.
20093         (remainder_test): Likewise.
20094         (remquo_test): Likewise.
20095         (sin_test): Likewise.
20096         (sin_test_tonearest): Likewise.
20097         (sin_test_towardzero): Likewise.
20098         (sin_test_downward): Likewise.
20099         (sin_test_upward): Likewise.
20100         (sincos_test): Likewise.
20101         (sinh_test): Likewise.
20102         (sinh_test_tonearest): Likewise.
20103         (sinh_test_towardzero): Likewise.
20104         (sinh_test_downward): Likewise.
20105         (sinh_test_upward): Likewise.
20106         (sqrt_test): Likewise.
20107         (tan_test): Likewise.
20108         (tan_test_tonearest): Likewise.
20109         (tan_test_towardzero): Likewise.
20110         (tan_test_downward): Likewise.
20111         (tan_test_upward): Likewise.
20112         (tanh_test): Likewise.
20113         (tgamma_test): Likewise.
20114         (y0_test): Likewise.
20115         (y1_test): Likewise.
20116         (yn_test): Likewise.
20117
20118         * math/gen-libm-test.pl (adjust_arg): Remove function.
20119         (special_function): Remove argument $in_func.  Only handle
20120         generating output for tables of tests, not inside functions.
20121         (parse_args): Likewise.
20122         (generate_testfile): Remove variable $in_func.  Update call to
20123         parse_args.
20124         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20125         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20126         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20127         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20128         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20129         (MAX_VALUE_INIT): Rename macro to max_value.
20130         (MIN_VALUE_INIT): Rename macro to min_value.
20131         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20132         (plus_zero): Remove variable.
20133         (minus_zero): Likewise.
20134         (plus_infty): Likewise.
20135         (minus_infty): Likewise.
20136         (qnan_value): Likewise.
20137         (max_value): Likewise.
20138         (min_value): Likewise.
20139         (min_subnorm_value): Likewise.
20140
20141 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20142
20143         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20144         uint64_t or uint32_t usage.
20145         * crypt/sha256-block.c: Likewise.
20146         * crypt/sha256-crypt.c: Likewise.
20147         * crypt/sha256.c: Likewise.
20148         * crypt/sha512-block.c: Likewise.
20149         * crypt/sha512-crypt.c: Likewise.
20150         * crypt/sha512.c: Likewise.
20151         * debug/backtrace-tst.c: Likewise.
20152         * debug/pcprofiledump.c: Likewise.
20153         * elf/cache.c: Likewise.
20154         * elf/dl-cache.c: Likewise.
20155         * elf/dl-misc.c: Likewise.
20156         * elf/dl-profile.c: Likewise.
20157         * elf/dl-support.c: Likewise.
20158         * elf/ldconfig.c: Likewise.
20159         * elf/sprof.c: Likewise.
20160         * iconv/dummy-repertoire.c: Likewise.
20161         * iconv/iconv_charmap.c: Likewise.
20162         * iconv/skeleton.c: Likewise.
20163         * iconvdata/8bit-generic.c: Likewise.
20164         * iconvdata/cp737.h: Likewise.
20165         * iconvdata/cp775.h: Likewise.
20166         * iconvdata/ibm1008.h: Likewise.
20167         * iconvdata/ibm1025.h: Likewise.
20168         * iconvdata/ibm1046.h: Likewise.
20169         * iconvdata/ibm1097.h: Likewise.
20170         * iconvdata/ibm1112.h: Likewise.
20171         * iconvdata/ibm1122.h: Likewise.
20172         * iconvdata/ibm1123.h: Likewise.
20173         * iconvdata/ibm1124.h: Likewise.
20174         * iconvdata/ibm1129.h: Likewise.
20175         * iconvdata/ibm1130.h: Likewise.
20176         * iconvdata/ibm1132.h: Likewise.
20177         * iconvdata/ibm1133.h: Likewise.
20178         * iconvdata/ibm1137.h: Likewise.
20179         * iconvdata/ibm1140.h: Likewise.
20180         * iconvdata/ibm1141.h: Likewise.
20181         * iconvdata/ibm1142.h: Likewise.
20182         * iconvdata/ibm1143.h: Likewise.
20183         * iconvdata/ibm1144.h: Likewise.
20184         * iconvdata/ibm1145.h: Likewise.
20185         * iconvdata/ibm1146.h: Likewise.
20186         * iconvdata/ibm1147.h: Likewise.
20187         * iconvdata/ibm1148.h: Likewise.
20188         * iconvdata/ibm1149.h: Likewise.
20189         * iconvdata/ibm1153.h: Likewise.
20190         * iconvdata/ibm1154.h: Likewise.
20191         * iconvdata/ibm1155.h: Likewise.
20192         * iconvdata/ibm1156.h: Likewise.
20193         * iconvdata/ibm1157.h: Likewise.
20194         * iconvdata/ibm1158.h: Likewise.
20195         * iconvdata/ibm1160.h: Likewise.
20196         * iconvdata/ibm1161.h: Likewise.
20197         * iconvdata/ibm1162.h: Likewise.
20198         * iconvdata/ibm1163.h: Likewise.
20199         * iconvdata/ibm1164.h: Likewise.
20200         * iconvdata/ibm1166.h: Likewise.
20201         * iconvdata/ibm1167.h: Likewise.
20202         * iconvdata/ibm12712.h: Likewise.
20203         * iconvdata/ibm1390.h: Likewise.
20204         * iconvdata/ibm1399.h: Likewise.
20205         * iconvdata/ibm16804.h: Likewise.
20206         * iconvdata/ibm4517.h: Likewise.
20207         * iconvdata/ibm4899.h: Likewise.
20208         * iconvdata/ibm4909.h: Likewise.
20209         * iconvdata/ibm4971.h: Likewise.
20210         * iconvdata/ibm5347.h: Likewise.
20211         * iconvdata/ibm803.h: Likewise.
20212         * iconvdata/ibm856.h: Likewise.
20213         * iconvdata/ibm901.h: Likewise.
20214         * iconvdata/ibm902.h: Likewise.
20215         * iconvdata/ibm9030.h: Likewise.
20216         * iconvdata/ibm9066.h: Likewise.
20217         * iconvdata/ibm921.h: Likewise.
20218         * iconvdata/ibm922.h: Likewise.
20219         * iconvdata/ibm9448.h: Likewise.
20220         * iconvdata/isiri-3342.h: Likewise.
20221         * iconvdata/jis0201.h: Likewise.
20222         * include/link.h: Likewise.
20223         * include/netdb.h: Likewise.
20224         * inet/check_native.c: Likewise.
20225         * inet/check_pf.c: Likewise.
20226         * inet/getipv4sourcefilter.c: Likewise.
20227         * inet/getnameinfo.c: Likewise.
20228         * inet/getsourcefilter.c: Likewise.
20229         * inet/htonl.c: Likewise.
20230         * inet/setipv4sourcefilter.c: Likewise.
20231         * inet/setsourcefilter.c: Likewise.
20232         * inet/test-inet6_opt.c: Likewise.
20233         * inet/tst-network.c: Likewise.
20234         * locale/C-collate.c: Likewise.
20235         * locale/C-ctype.c: Likewise.
20236         * locale/C-time.c: Likewise.
20237         * locale/C-translit.h: Likewise.
20238         * locale/loadarchive.c: Likewise.
20239         * locale/programs/3level.h: Likewise.
20240         * locale/programs/charmap.c: Likewise.
20241         * locale/programs/charmap.h: Likewise.
20242         * locale/programs/ld-address.c: Likewise.
20243         * locale/programs/ld-collate.c: Likewise.
20244         * locale/programs/ld-ctype.c: Likewise.
20245         * locale/programs/ld-identification.c: Likewise.
20246         * locale/programs/ld-measurement.c: Likewise.
20247         * locale/programs/ld-messages.c: Likewise.
20248         * locale/programs/ld-monetary.c: Likewise.
20249         * locale/programs/ld-name.c: Likewise.
20250         * locale/programs/ld-numeric.c: Likewise.
20251         * locale/programs/ld-paper.c: Likewise.
20252         * locale/programs/ld-telephone.c: Likewise.
20253         * locale/programs/ld-time.c: Likewise.
20254         * locale/programs/linereader.c: Likewise.
20255         * locale/programs/locale.c: Likewise.
20256         * locale/programs/locarchive.c: Likewise.
20257         * locale/programs/locfile.h: Likewise.
20258         * locale/programs/repertoire.c: Likewise.
20259         * locale/programs/simple-hash.c: Likewise.
20260         * locale/programs/simple-hash.h: Likewise.
20261         * malloc/memusage.c: Likewise.
20262         * malloc/memusagestat.c: Likewise.
20263         * nis/nis_defaults.c: Likewise.
20264         * nis/nis_hash.c: Likewise.
20265         * nis/nis_print.c: Likewise.
20266         * nis/nis_xdr.c: Likewise.
20267         * nscd/connections.c: Likewise.
20268         * nscd/hstcache.c: Likewise.
20269         * nscd/nscd_gethst_r.c: Likewise.
20270         * nscd/nscd_getserv_r.c: Likewise.
20271         * nscd/nscd_helper.c: Likewise.
20272         * nscd/servicescache.c: Likewise.
20273         * nss/makedb.c: Likewise.
20274         * nss/nss_db/db-XXX.c: Likewise.
20275         * nss/nss_db/db-initgroups.c: Likewise.
20276         * nss/nss_db/db-netgrp.c: Likewise.
20277         * nss/nss_files/files-network.c: Likewise.
20278         * nss/nss_files/files-parse.c: Likewise.
20279         * posix/bug-regex5.c: Likewise.
20280         * posix/fnmatch_loop.c: Likewise.
20281         * posix/regcomp.c: Likewise.
20282         * posix/regexec.c: Likewise.
20283         * posix/tst-rfc3484-2.c: Likewise.
20284         * posix/tst-rfc3484-3.c: Likewise.
20285         * posix/tst-rfc3484.c: Likewise.
20286         * resolv/nss_dns/dns-canon.c: Likewise.
20287         * resolv/nss_dns/dns-network.c: Likewise.
20288         * resolv/res_init.c: Likewise.
20289         * resolv/res_mkquery.c: Likewise.
20290         * resolv/tst-aton.c: Likewise.
20291         * stdlib/cxa_atexit.c: Likewise.
20292         * stdlib/cxa_finalize.c: Likewise.
20293         * stdlib/gen-fpioconst.c: Likewise.
20294         * stdlib/strtol_l.c: Likewise.
20295         * string/tst-endian.c: Likewise.
20296         * sunrpc/auth_des.c: Likewise.
20297         * sunrpc/clnt_udp.c: Likewise.
20298         * sunrpc/rtime.c: Likewise.
20299         * sunrpc/svcauth_des.c: Likewise.
20300         * sunrpc/xdr.c: Likewise.
20301         * sunrpc/xdr_intXX_t.c: Likewise.
20302         * sunrpc/xdr_rec.c: Likewise.
20303         * sysdeps/generic/ldconfig.h: Likewise.
20304         * sysdeps/generic/ldsodefs.h: Likewise.
20305         * sysdeps/generic/memusage.h: Likewise.
20306         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20307         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20308         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20309         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20310         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20311         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20312         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20313         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20314         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20315         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20316         * sysdeps/posix/getaddrinfo.c: Likewise.
20317         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20318         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20319         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20320         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20321         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20322         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20323         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20324         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20325         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20326         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20327         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20328         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20329         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20330         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20331         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20332         * sysdeps/x86_64/dl-tls.h: Likewise.
20333         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20334         * time/alt_digit.c: Likewise.
20335         * time/era.c: Likewise.
20336         * wcsmbs/tst-c16c32-1.c: Likewise.
20337
20338 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20339
20340         * math/libm-test.inc (struct test_sincos_data): New type.
20341         (RUN_TEST_LOOP_sincos): New macro.
20342         (sincos_test_data): New variable.
20343         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20344
20345 2013-05-16  Richard Henderson  <rth@redhat.com>
20346
20347         * math/atest-exp2.c (LIMB64): New macro.
20348         (CONSTSZ): New macro.
20349         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20350         (hexdig): Move ...
20351         (print_mpn_fp): ... to function scope.
20352         (read_mpn_hex): Remove.
20353         (get_log2): Remove.
20354         (exp2_mpn): Use mp_log2.
20355         (main): Use mp_exp1.
20356
20357 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20358
20359         * math/libm-test.inc: Remove comment about not testing "inexact"
20360         exceptions.
20361         (INEXACT_EXCEPTION): New macro.
20362         (NO_INEXACT_EXCEPTION): Likewise.
20363         (INVALID_EXCEPTION_OK): Update value.
20364         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20365         (OVERFLOW_EXCEPTION_OK): Likewise.
20366         (UNDERFLOW_EXCEPTION_OK): Likewise.
20367         (IGNORE_ZERO_INF_SIGN): Likewise.
20368         (ERRNO_UNCHANGED): Likewise.
20369         (ERRNO_EDOM): Likewise.
20370         (ERRNO_ERANGE): Likewise.
20371         (test_exceptions): Handle testing "inexact" exceptions.
20372         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20373         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20374         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20375         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20376         INEXACT_EXCEPTION.
20377         (rint_towardzero_test_data): Likewise.
20378         (rint_downward_test_data): Likewise.
20379         (rint_upward_test_data): Likewise.
20380
20381         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20382         with OVERFLOW_EXCEPTION.
20383         (exp10_test_data): Likewise.
20384         (exp2_test_data): Likewise.
20385         (expm1_test_data): Likewise.
20386         (lgamma_test_data): Likewise.
20387         (pow_test_data): Likewise.
20388         (tgamma_test_data): Likewise.
20389         (yn_test_data): Remove duplicate test of overflow.
20390
20391         * math/libm-test.inc (struct test_cc_c_data): New type.
20392         (RUN_TEST_LOOP_cc_c): New macro.
20393         (cpow_test_data): New variable.
20394         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20395
20396         * math/libm-test.inc (struct test_f_L_data): New type.
20397         (RUN_TEST_LOOP_f_L): New macro.
20398         (llrint_test_data): New variable.
20399         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20400         (llrint_tonearest_test_data): New variable.
20401         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20402         (llrint_towardzero_test_data): New variable.
20403         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20404         (llrint_downward_test_data): New variable.
20405         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20406         (llrint_upward_test_data): New variable.
20407         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20408         (llround_test_data): New variable.
20409         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20410
20411 2013-05-13  Peter Collingbourne  <pcc@google.com>
20412
20413         * math/atest-exp2.c (get_log2): Remove const attribute.
20414
20415 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20416
20417         * math/libm-test.inc (struct test_f_l_data): New type.
20418         (RUN_TEST_LOOP_f_l): New macro.
20419         (lrint_test_data): New variable.
20420         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20421         (lrint_tonearest_test_data): New variable.
20422         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20423         (lrint_towardzero_test_data): New variable.
20424         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20425         (lrint_downward_test_data): New variable.
20426         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20427         (lrint_upward_test_data): New variable.
20428         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20429         (lround_test_data): New variable.
20430         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20431
20432 2013-05-15  Peter Collingbourne  <pcc@google.com>
20433
20434         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20435         (EXTRACT_WORDS64) Use where appropriate.
20436         (INSERT_WORDS64) Likewise.
20437
20438         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20439         constraints with x constraints.
20440         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20441
20442         * malloc/obstack.c (_obstack_compat): Add initializer.
20443
20444 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20445
20446         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20447         si_trapno and add si_addr_lsb to _sifields.sigfault.
20448         (si_trapno): Remove macro.
20449         (si_addr_lsb): Define new macro.
20450         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20451
20452 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20453
20454         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20455         instead of TEST_f_l.
20456         (llrint_test_tonearest): Likewise.
20457         (llrint_test_towardzero): Likewise.
20458         (llrint_test_downward): Likewise.
20459         (llrint_test_upward): Likewise.
20460         (llround_test): Likewise.
20461
20462         * math/libm-test.inc (struct test_f_i_data): Add comment.
20463         (RUN_TEST_LOOP_f_b): New macro.
20464         (RUN_TEST_LOOP_f_b_tg): Likewise.
20465         (finite_test_data): New variable.
20466         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20467         (isfinite_test_data): New variable.
20468         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20469         (isinf_test_data): New variable.
20470         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20471         (isnan_test_data): New variable.
20472         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20473         (isnormal_test_data): New variable.
20474         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20475         (issignaling_test_data): New variable.
20476         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20477         (signbit_test_data): New variable.
20478         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20479
20480         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20481         with INVALID_EXCEPTION.
20482         (acosh_test_data): Likewise.
20483         (asin_test_data): Likewise.
20484         (atanh_test_data): Likewise.
20485         (fmod_test_data): Likewise.
20486         (log_test_data): Likewise.
20487         (log10_test_data): Likewise.
20488         (log2_test_data): Likewise.
20489         (pow_test_data): Likewise.
20490         (sqrt_test_data): Likewise.
20491         (y0_test_data): Likewise.
20492         (y1_test_data): Likewise.
20493         (yn_test_data): Likewise.
20494
20495         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20496         function contents.
20497
20498         * math/libm-test.inc (struct test_ff_i_data): New type.
20499         (RUN_TEST_LOOP_ff_i_tg): New macro.
20500         (isgreater_test_data): New variable.
20501         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20502         (isgreaterequal_test_data): New variable.
20503         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20504         (isless_test_data): New variable.
20505         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20506         (islessequal_test_data): New variable.
20507         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20508         (islessgreater_test_data): New variable.
20509         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20510         (isunordered_test_data): New variable.
20511         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20512
20513 2013-05-14  David S. Miller  <davem@davemloft.net>
20514
20515         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20516
20517 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20518
20519         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20520
20521         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20522         extra_test to int.
20523         (struct test_f_i_data): Change type of max_ulp to int.
20524
20525         * math/libm-test.inc (test_ffI_f1_data): New type.
20526         (RUN_TEST_LOOP_ffI_f1): New macro.
20527         (remquo_test_data): New variable.
20528         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20529
20530         * setjmp/tst-setjmp-fp.c: New file.
20531         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20532         (link-libm): New variable.
20533         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20534
20535         * math/libm-test.inc (struct test_f_i_data): New type.
20536         (RUN_TEST_LOOP_f_i): New macro.
20537         (RUN_TEST_LOOP_f_i_tg): Likewise.
20538         (fpclassify_test_data): New variable.
20539         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20540         (ilogb_test_data): New variable.
20541         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20542
20543         * math/libm-test.inc (scalbln_test): Correct function name in END
20544         call.
20545
20546         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20547         (RUN_TEST_LOOP_fI_f1): New macro.
20548         (frexp_test_data): New variable.
20549         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20550
20551         * math/libm-test.inc (struct test_fF_f1_data): New type.
20552         (RUN_TEST_LOOP_fF_f1): New macro.
20553         (modf_test_data): New variable.
20554         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20555
20556         * math/libm-test.inc (struct test_f_f1_data): New type.
20557         (RUN_TEST_LOOP_f_f1): New macro.
20558         (gamma_test_data): New variable.
20559         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20560         (lgamma_test_data): New variable.
20561         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20562
20563 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20564
20565         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20566         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20567         (main): Comment "tls" pseudo-hwcap.
20568
20569 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20570
20571         * math/libm-test.inc (struct test_fl_f_data): New type.
20572         (RUN_TEST_LOOP_fl_f): New variable.
20573         (scalbln_test_data): New variable.
20574         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20575
20576         * math/libm-test.inc (struct test_fi_f_data): New type.
20577         (RUN_TEST_LOOP_fi_f): New macro.
20578         (ldexp_test_data): New variable.
20579         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20580         (scalbn_test_data): New variable.
20581         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20582
20583         * math/libm-test.inc (struct test_c_f_data): New type.
20584         (RUN_TEST_LOOP_c_f): New macro.
20585         (cabs_test_data): New variable.
20586         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20587         (carg_test_data): New variable.
20588         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20589         (cimag_test_data): New variable.
20590         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20591         (creal_test_data): New variable.
20592         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20593
20594         * math/libm-test.inc (struct test_if_f_data): New type.
20595         (RUN_TEST_LOOP_if_f): New macro.
20596         (jn_test_data): New variable.
20597         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20598         (yn_test_data): New variable.
20599         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20600
20601         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20602
20603 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20604
20605         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20606         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20607
20608 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20609
20610         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20611         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20612         (bench-deps): Add bench-timing.h.
20613         * benchtests-bench-skeleton.c: Include bench-timing.h.
20614         (main): Use TIMING_* macros instead of clock_gettime.
20615         * benchtests/bench-timing.h: New file.
20616
20617         [BZ #14582]
20618         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20619         Renamed from _LIB_VERSION.
20620         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20621
20622 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20623
20624         * math/libm-test.inc (struct test_fff_f_data): New type.
20625         (RUN_TEST_LOOP_fff_f): New macro.
20626         (fma_test_data): New variable.
20627         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20628         (fma_towardzero_test_data): New variable.
20629         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20630         (fma_downward_test_data): New variable.
20631         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20632         (fma_upward_test_data): New variable.
20633         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20634
20635         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20636         (struct test_c_c_data): New type.
20637         (RUN_TEST_LOOP_c_c): New macro.
20638         (cacos_test_data): New variable.
20639         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20640         (cacosh_test_data): New variable.
20641         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20642         (casin_test_data): New variable.
20643         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20644         (casinh_test_data): New variable.
20645         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20646         (catan_test_data): New variable.
20647         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20648         (catanh_test_data): New variable.
20649         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20650         (ccos_test_data): New variable.
20651         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20652         (ccosh_test_data): New variable.
20653         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20654         (cexp_test_data): New variable.
20655         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20656         (clog_test_data): New variable.
20657         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20658         (clog10_test_data): New variable.
20659         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20660         (conj_test_data): New variable.
20661         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20662         (cproj_test_data): New variable.
20663         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20664         (csin_test_data): New variable.
20665         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20666         (csinh_test_data): New variable.
20667         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20668         (csqrt_test_data): New variable.
20669         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20670         (ctan_test_data): New variable.
20671         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20672         (ctan_tonearest_test_data): New variable.
20673         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20674         (ctan_towardzero_test_data): New variable.
20675         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20676         (ctan_downward_test_data): New variable.
20677         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20678         (ctan_upward_test_data): New variable.
20679         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20680         (ctanh_test_data): New variable.
20681         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20682         (ctanh_tonearest_test_data): New variable.
20683         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20684         (ctanh_towardzero_test_data): New variable.
20685         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20686         (ctanh_downward_test_data): New variable.
20687         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20688         (ctanh_upward_test_data): New variable.
20689         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20690         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20691         of BUILD_COMPLEX.
20692
20693         * math/libm-test.inc (struct test_ff_f_data): New type.
20694         (struct test_ff_f_data_nexttoward): Likewise.
20695         (RUN_TEST_LOOP_2_f): New macro.
20696         (RUN_TEST_LOOP_ff_f): Likewise.
20697         (atan2_test_data): New variable.
20698         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20699         (copysign_test_data): New variable.
20700         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20701         (fdim_test_data): New variable.
20702         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20703         (fmax_test_data): New variable.
20704         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20705         (fmin_test_data): New variable.
20706         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20707         (fmod_test_data): New variable.
20708         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20709         (hypot_test_data): New variable.
20710         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20711         (nextafter_test_data): New variable.
20712         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20713         (nexttoward_test_data): New variable.
20714         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20715         (pow_test_data): New variable.
20716         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20717         (pow_tonearest_test_data): New variable.
20718         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20719         (pow_towardzero_test_data): New variable.
20720         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20721         (pow_downward_test_data): New variable.
20722         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20723         (pow_upward_test_data): New variable.
20724         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20725         (remainder_test_data): New variable.
20726         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20727         (scalb_test_data): New variable.
20728         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20729         * sysdeps/i386/fpu/libm-test-ulps: Update.
20730
20731 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20732
20733         * math/libm-test.inc (fma_test): Use max_value instead of local
20734         variable fltmax.
20735         (nextafter_test): Likewise.
20736
20737         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20738         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20739         (acos_downward_test_data): New variable.
20740         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20741         (acos_upward_test_data): New variable.
20742         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20743         (acosh_test_data): New variable.
20744         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20745         (asin_test_data): New variable.
20746         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20747         (asin_tonearest_test_data): New variable.
20748         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20749         (asin_towardzero_test_data): New variable.
20750         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20751         (asin_downward_test_data): New variable.
20752         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20753         (asin_upward_test_data): New variable.
20754         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20755         (asinh_test_data): New variable.
20756         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20757         (atan_test_data): New variable.
20758         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20759         (atanh_test_data): New variable.
20760         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20761         (cbrt_test_data): New variable.
20762         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20763         (ceil_test_data): New variable.
20764         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20765         (cos_test_data): New variable.
20766         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20767         (cos_tonearest_test_data): New variable.
20768         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20769         (cos_towardzero_test_data): New variable.
20770         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20771         (cos_downward_test_data): New variable.
20772         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20773         (cos_upward_test_data): New variable.
20774         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20775         (cosh_test_data): New variable.
20776         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20777         (cosh_tonearest_test_data): New variable.
20778         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20779         (cosh_towardzero_test_data): New variable.
20780         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20781         (cosh_downward_test_data): New variable.
20782         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20783         (cosh_upward_test_data): New variable.
20784         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20785         (erf_test_data): New variable.
20786         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20787         (erfc_test_data): New variable.
20788         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20789         (exp_test_data): New variable.
20790         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20791         (exp_tonearest_test_data): New variable.
20792         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20793         (exp_towardzero_test_data): New variable.
20794         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20795         (exp_downward_test_data): New variable.
20796         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20797         (exp_upward_test_data): New variable.
20798         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20799         (exp10_test_data): New variable.
20800         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20801         (exp2_test_data): New variable.
20802         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20803         (expm1_test_data): New variable.
20804         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20805         (fabs_test_data): New variable.
20806         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20807         (floor_test_data): New variable.
20808         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20809         (j0_test_data): New variable.
20810         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20811         (j1_test_data): New variable.
20812         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20813         (log_test_data): New variable.
20814         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20815         (log10_test_data): New variable.
20816         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20817         (log1p_test_data): New variable.
20818         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20819         (log2_test_data): New variable.
20820         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20821         (logb_test_data): New variable.
20822         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20823         (logb_downward_test_data): New variable.
20824         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20825         (nearbyint_test_data): New variable.
20826         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20827         (rint_test_data): New variable.
20828         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20829         (rint_tonearest_test_data): New variable.
20830         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20831         (rint_towardzero_test_data): New variable.
20832         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20833         (rint_downward_test_data): New variable.
20834         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20835         (rint_upward_test_data): New variable.
20836         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20837         (round_test_data): New variable.
20838         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20839         (sin_test_data): New variable.
20840         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20841         (sin_tonearest_test_data): New variable.
20842         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20843         (sin_towardzero_test_data): New variable.
20844         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20845         (sin_downward_test_data): New variable.
20846         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20847         (sin_upward_test_data): New variable.
20848         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20849         (sinh_test_data): New variable.
20850         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20851         (sinh_tonearest_test_data): New variable.
20852         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20853         (sinh_towardzero_test_data): New variable.
20854         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20855         (sinh_downward_test_data): New variable.
20856         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20857         (sinh_upward_test_data): New variable.
20858         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20859         (sqrt_test_data): New variable.
20860         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20861         (tan_test_data): New variable.
20862         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20863         (tan_tonearest_test_data): New variable.
20864         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20865         (tan_towardzero_test_data): New variable.
20866         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20867         (tan_downward_test_data): New variable.
20868         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20869         (tan_upward_test_data): New variable.
20870         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20871         (tanh_test_data): New variable.
20872         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20873         (tgamma_test_data): New variable.
20874         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20875         (trunc_test_data): New variable.
20876         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20877         (y0_test_data): New variable.
20878         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20879         (y1_test_data): New variable.
20880         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20881         (significand_test_data): New variable.
20882         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20883
20884 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20885
20886         [BZ #12387]
20887         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20888
20889 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20890
20891         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20892
20893 2013-05-10  Andreas Jaeger  <aj@suse.de>
20894
20895         [BZ #15448]
20896         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20897         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20898
20899 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20900
20901         * math/gen-libm-test.pl (adjust_arg): New function.
20902         (special_functions): Handle generating output in both functions
20903         and arrays.
20904         (parse_args): Likewise.
20905         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20906         $in_func argument to parse_args.
20907         * math/libm-test.inc (struct test_f_f_data): New type.
20908         (IF_ROUND_INIT_): New macro.
20909         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20910         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20911         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20912         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20913         (ROUND_RESTORE_): Likewise.
20914         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20915         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20916         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20917         (ROUND_RESTORE_FE_UPWARD): Likewise.
20918         (RUN_TEST_LOOP_f_f): New macro.
20919         (acos_test_data): New variable.
20920         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20921         (acos_tonearest_test_data): New variable.
20922         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20923
20924 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20925
20926         * benchtests/bench-skeleton.c (startup): Fix coding style.
20927
20928 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20929
20930         [BZ #6809]
20931         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20932         negative infinity argument.
20933         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20934         negative infinity argument.
20935         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20936         negative infinity argument.
20937         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20938         domain errors.
20939
20940 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20941
20942         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20943         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20944         * iconv/iconv_prog.c (main): Likewise.
20945         * locale/programs/charmap-dir.c (charmap_readdir)
20946         (fopen_uncompressed): Likewise.
20947         * locale/programs/locfile.c (siblings_uncached)
20948         (write_locale_data): Use lstat64 instead of lstat.
20949         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20950         stat.
20951
20952 2013-05-10  Andreas Jaeger  <aj@suse.de>
20953
20954         [BZ #15395]
20955         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20956         localization.
20957         Include <locale.h>.
20958
20959 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20960
20961         * elf/dl-close.c (_dl_close_worker): Add comments.
20962
20963 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20964
20965         [BZ #15359]
20966         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20967         high part of pi/2.
20968         (__ieee754_rem_pio2l): Update comments.
20969
20970         [BZ #15429]
20971         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20972         high part of pi/2.
20973         (__ieee754_rem_pio2l): Update comments.
20974
20975         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20976         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20977
20978         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20979         M_PI_4l.
20980
20981         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20982         (M_PI_34_LOG10El): Likewise.
20983         (M_PI2_LOG10El): Likewise.
20984         (M_PI4_LOG10El): Likewise.
20985         (M_PI_LOG10El): Likewise.
20986
20987 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20988
20989         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20990
20991 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20992
20993         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20994         (MINUS_ZERO_INIT): Likewise.
20995         (PLUS_INFTY_INIT): Likewise.
20996         (MINUS_INFTY_INIT): Likewise.
20997         (QNAN_VALUE_INIT): Likewise.
20998         (MAX_VALUE_INIT): Likewise.
20999         (MIN_VALUE_INIT): Likewise.
21000         (MIN_SUBNORM_VALUE_INIT): Likewise.
21001         (plus_zero): Initialize with PLUS_ZERO_INIT.
21002         (minus_zero): Initialize with MINUS_ZERO_INIT.
21003         (plus_infty): Initialize with PLUS_INFTY_INIT.
21004         (minus_infty): Initialize with MINUS_INFTY_INIT.
21005         (qnan_value): Initialize with QNAN_VALUE_INIT.
21006         (max_value): Initialize with MAX_VALUE_INIT.
21007         (min_value): Initialize with MIN_VALUE_INIT.
21008         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
21009
21010         * math/libm-test.inc (RUN_TEST_if_f): New macro.
21011         (jn_test): Use TEST_if_f instead of TEST_ff_f.
21012         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
21013         (yn_test): Use TEST_if_f instead of TEST_ff_f.
21014
21015         * math/libm-test.inc (RUN_TEST_f_f): New macro.
21016         (RUN_TEST_2_f): Likewise.
21017         (RUN_TEST_ff_f): Likewise.
21018         (RUN_TEST_fi_f): Likewise.
21019         (RUN_TEST_fl_f): Likewise.
21020         (RUN_TEST_fff_f): Likewise.
21021         (RUN_TEST_c_f): Likewise.
21022         (RUN_TEST_f_f1): Likewise.
21023         (RUN_TEST_fF_f1): Likewise.
21024         (RUN_TEST_fI_f1): Likewise.
21025         (RUN_TEST_ffI_f1): Likewise.
21026         (RUN_TEST_c_c): Likewise.
21027         (RUN_TEST_cc_c): Likewise.
21028         (RUN_TEST_f_i): Likewise.
21029         (RUN_TEST_f_i_tg): Likewise.
21030         (RUN_TEST_ff_i_tg): Likewise.
21031         (RUN_TEST_f_b): Likewise.
21032         (RUN_TEST_f_b_tg): Likewise.
21033         (RUN_TEST_f_l): Likewise.
21034         (RUN_TEST_f_L): Likewise.
21035         (RUN_TEST_sincos): Likewise.
21036         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21037         whether to show exceptions.  Do not include ");\n" in return
21038         value.
21039         (special_functions): Output call to RUN_TEST_sincos instead of
21040         check_float calls.  Update calls to new_test.
21041         (parse_args): Output call to single RUN_TEST_* macro instead of
21042         check_* calls and other assignments.  Update calls to new_test.
21043
21044         [BZ #2546]
21045         [BZ #2560]
21046         [BZ #5159]
21047         [BZ #15426]
21048         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21049         input to result for tgamma overflow.
21050         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21051         (gamma_coeff): New variable.
21052         (NCOEFF): New macro.
21053         (gamma_positive): New function.
21054         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21055         underflow here.  Use gamma_positive instead of exp (lgamma) for
21056         other arguments.
21057         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21058         (gamma_coeff): New variable.
21059         (NCOEFF): New macro.
21060         (gammaf_positive): New function.
21061         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21062         underflow here.  Use gamma_positive instead of exp (lgamma) for
21063         other arguments.
21064         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21065         (gamma_coeff): New variable.
21066         (NCOEFF): New macro.
21067         (gammal_positive): New function.
21068         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21069         underflow here.  Use gamma_positive instead of exp (lgamma) for
21070         other arguments.
21071         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21072         (gamma_coeff): New variable.
21073         (NCOEFF): New macro.
21074         (gammal_positive): New function.
21075         (__ieee754_gammal_r): Handle positive infinity, overflow and
21076         underflow here.  Handle NaN the same as positive infinity.  Remove
21077         check x < 0xffffffff for negative integers.  Use gamma_positive
21078         instead of exp (lgamma) for other arguments.
21079         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21080         (gamma_coeff): New variable.
21081         (NCOEFF): New macro.
21082         (gammal_positive): New function.
21083         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21084         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21085         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21086         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21087         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21088         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21089         * sysdeps/generic/math_private.h (__gamma_productf): New
21090         prototype.
21091         (__gamma_product): Likewise.
21092         (__gamma_productl): Likewise.
21093         * math/Makefile (libm-calls): Add gamma_product.
21094         * math/libm-test.inc (tgamma_test): Add more tests.
21095         * sysdeps/i386/fpu/libm-test-ulps: Update.
21096         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21097
21098 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21099
21100         * benchtests/bench-skeleton.c (main): Preheat CPU.
21101
21102 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21103
21104         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21105
21106 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21107
21108         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21109         and _dl_skip_args_internal.
21110
21111 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21112
21113         * manual/message.texi (Message Translation): Talk about users.
21114         Message to key mapping impacts design.
21115
21116 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21117
21118         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21119
21120         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21121
21122         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21123         * sysdeps/wordsize-64/glob64.c: ... here.
21124
21125         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21126         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21127         New macros.
21128
21129         * debug/getlogin_r_chk.c: Moved to ...
21130         * login/getlogin_r_chk.c: ... here.
21131         * debug/Makefile (routines): Move getlogin_r_chk to ...
21132         * login/Makefile (routines): ... here.
21133         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21134         * login/Versions (libc: GLIBC_2.4): ... here.
21135
21136         * io/poll.c (__poll): Renamed from poll.
21137         Add libc_hidden_def.
21138         (poll): Define as weak alias.
21139
21140         * debug/ptsname_r_chk.c: Moved to ...
21141         * login/ptsname_r_chk.c: ... here.
21142         * debug/Makefile (routines): Move ptsname_r_chk to ...
21143         * login/Makefile (routines): ... here.
21144         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21145         * login/Versions (libc: GLIBC_2.4): ... here.
21146
21147         * posix/getlogin.c: Moved to ...
21148         * login/getlogin.c: ... here.
21149         * posix/getlogin_r.c: Moved to ...
21150         * login/getlogin_r.c: ... here.
21151         * posix/getlogin_r.c: Moved to ...
21152         * login/getlogin_r.c: ... here.
21153         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21154         * login/Makefile (routines): ... here.
21155         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21156         * login/Versions (libc: GLIBC_2.0): ... here.
21157
21158         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21159         (setrlimit): Define as weak alias.
21160
21161         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21162         Call __ names for open, ftruncate, and close.
21163         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21164         (truncate): Define as weak alias.
21165
21166 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21167
21168         * math/gen-libm-test.pl (parse_args): Initialize x before each
21169         test of frexp, modf and remquo.
21170
21171         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21172         test signgam value.
21173
21174 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21175
21176         [BZ #15418]
21177         [BZ #15419]
21178         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21179         internal tests.
21180         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21181
21182 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21183
21184         * elf/dl-writev.h: New file.
21185         * elf/dl-misc.c: Include it.
21186         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21187         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21188
21189 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21190
21191         * math/libm-test.inc (noXFails): Remove variable.
21192         (noXPasses): Likewise.
21193         (BUILD_COMPLEX_INT): Remove macro.
21194         (print_screen): Remove xfail argument.
21195         (print_screen_max_error): Likewise.
21196         (update_stats): Likewise.
21197         (print_max_error): Likewise.  Update calls to other affected
21198         functions.
21199         (print_complex_max_error): Likewise.
21200         (test_single_exception): Update calls to print_screen.
21201         (test_single_errno): Likewise.
21202         (check_float_internal): Remove xfail argument.  Update calls to
21203         other affected functions.
21204         (check_float): Likewise.
21205         (check_complex): Likewise.
21206         (check_int): Likewise.
21207         (check_long): Likewise.
21208         (check_bool): Likewise.
21209         (check_longlong): Likewise.
21210         (main): Don't print noXFails and noXPasses.
21211         * math/gen-libm-test.pl (top level): Don't mention expected
21212         failure handling in comment.
21213         (new_test): Don't handle expected failures.
21214         (parse_args): Don't mention expected failure handling in comment.
21215         (generate_testfile): Don't handle expected failures.
21216         (parse_ulps): Likewise.
21217         (print_ulps_file): Likewise.
21218         (get_failure): Remove function.
21219         (output_test): Don't handle expected failures.
21220         * make/README.libm-test: Don't mention expected failure handling.
21221
21222         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21223         (minus_zero): Likewise.
21224         (plus_infty): Likewise.
21225         (minus_infty): Likewise.
21226         (qnan_value): Likewise.
21227         (max_value): Likewise.
21228         (min_value): Likewise.
21229         (min_subnorm_value): Likewise.
21230         (initialize): Do not initialize those variables dynamically.
21231
21232 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21233
21234         * io/open.c (__open_2): Moved to ...
21235         * io/open_2.c: ... this new file.
21236         * io/open64.c (__open64_2): Moved to ...
21237         * io/open64_2.c: ... this new file.
21238         * io/openat.c (__openat_2): Moved to ...
21239         * io/openat_2.c: ... this new file.
21240         * io/openat64.c (__openat64_2): Moved to ...
21241         * io/openat64_2.c: ... this new file.
21242         * io/Makefile (routines): Add them.
21243         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21244         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21245         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21246         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21247         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21248         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21249         (__openat64): Add hidden_ver.
21250         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21251         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21252
21253         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21254         Separately conditionalize setting of GLRO(dl_sysinfo) so
21255         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21256         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21257
21258 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21259
21260         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21261         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21262         definition.
21263         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21264         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21265         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21266         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21267         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21268
21269 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21270
21271         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21272         test signgam value.
21273
21274         * math/libm-test.inc (hypot_test): Do not use
21275         IGNORE_ZERO_INF_SIGN.
21276
21277 2013-05-03  Andreas Jaeger  <aj@suse.de>
21278
21279         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21280         Linux 3.9.
21281         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21282         (PF_MAX): Adjust for VSOCK change.
21283
21284 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21285
21286         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21287
21288 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21289
21290         [BZ #15264]
21291         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21292         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21293         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21294
21295 2013-05-02  David S. Miller  <davem@davemloft.net>
21296
21297         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21298
21299 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21300
21301         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21302
21303 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21304
21305         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21306
21307 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21308
21309         [BZ #14952]
21310         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21311         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21312         Use __attribute__ ((__gnu_inline__)).
21313         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21314         Don't use __attribute__ ((__gnu_inline__)).
21315
21316 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21317
21318         [BZ #15423]
21319         * math/s_catan.c (__catan): Handle small real or imaginary part of
21320         input specially to avoid spurious underflow.
21321         * math/s_catanf.c (__catanf): Likewise.
21322         * math/s_catanh.c (__catanh): Likewise.
21323         * math/s_catanhf.c (__catanhf): Likewise.
21324         * math/s_catanhl.c (__catanhl): Likewise.
21325         * math/s_catanl.c (__catanl): Likewise.
21326         * math/libm-test.inc (catan_test): Add more tests.
21327         (catanh_test): Likewise.
21328         * sysdeps/i386/fpu/libm-test-ulps: Update.
21329         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21330
21331 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21332
21333         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21334
21335 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21336
21337         [BZ #15416]
21338         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21339         accurately for denominator in atan2.
21340         * math/s_catanf.c (__catanf): Likewise.
21341         * math/s_catanh.c (__catanh): Likewise.
21342         * math/s_catanhf.c (__catanhf): Likewise.
21343         * math/s_catanhl.c (__catanhl): Likewise.
21344         * math/s_catanl.c (__catanl): Likewise.
21345         * math/libm-test.inc (catan_test): Add more tests.
21346         (catanh_test): Likewise.
21347         * sysdeps/i386/fpu/libm-test-ulps: Update.
21348         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21349
21350 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21351
21352         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21353
21354         * benchtests/Makefile (bench): Remove slow benchmarks.
21355         * benchtests/atan-inputs: Add slow benchmark inputs.
21356         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21357         (BENCH_FUNC): Accept variant offset.
21358         (VARIANT): Define.
21359         * benchtests/bench-skeleton.c (main): Run benchmark for each
21360         variant.
21361         * benchtests/cos-inputs: Add slow benchmark inputs.
21362         * benchtests/exp-inputs: Likewise.
21363         * benchtests/pow-inputs: Likewise.
21364         * benchtests/sin-inputs: Likewise.
21365         * benchtests/slowatan-inputs: Remove.
21366         * benchtests/slowatan.c: Remove.
21367         * benchtests/slowcos-inputs: Remove.
21368         * benchtests/slowcos.c: Remove.
21369         * benchtests/slowexp-inputs: Remove.
21370         * benchtests/slowexp.c: Remove.
21371         * benchtests/slowpow-inputs: Remove.
21372         * benchtests/slowpow.c: Remove.
21373         * benchtests/slowsin-inputs: Remove.
21374         * benchtests/slowsin.c: Remove.
21375         * benchtests/slowtan-inputs: Remove.
21376         * benchtests/slowtan.c: Remove.
21377         * benchtests/tan-inputs: Add slow benchmark inputs.
21378         * scripts/bench.pl: Parse comments and directives.
21379
21380         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21381         in CPPFLAGS.
21382         ($(objpfx)bench-%.c): Remove *-ITER.
21383         * benchtests/bench-modf.c: Remove definition of ITER.
21384         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21385         (main): Loop for DURATION seconds instead of fixed number of
21386         iterations.
21387         * scripts/bench.pl: Don't expect iterations in parameters.
21388
21389 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21390
21391         * io/fchdir.c (__fchdir): Renamed from fchdir.
21392         (fchdir): Define as weak alias.
21393
21394 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21395
21396         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21397         (ERRNO_EDOM): Likewise.
21398         (ERRNO_ERANGE): Likewise.
21399         (noErrnoTests): New variable.
21400         (init_max_error): Set errno to 0.
21401         (test_single_errno): New function.
21402         (test_errno): Likewise.
21403         (check_float_internal): Call test_errno.  Set errno to 0.
21404         (check_complex): Refer to errno tests in comment.
21405         (check_int): Call test_errno.  Set errno to 0.
21406         (check_long): Likewise.
21407         (check_bool): Likewise.
21408         (check_longlong): Likewise.
21409         (cos_test): Use ERRNO_* flags for errno tests instead of
21410         check_int.
21411         (expm1_test): Likewise.
21412         (fmod_test): Likewise.
21413         (ilogb_test): Likewise.
21414         (lgamma_test): Likewise.
21415         (pow_test): Likewise.
21416         (remainder_test): Likewise.
21417         (sin_test): Likewise.
21418         (tan_test): Likewise.
21419         (yn_test): Likewise.
21420         (initialize): Set errno to 0.
21421         (main): Print number of errno tests.
21422         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21423
21424 2013-04-29  Andreas Jaeger  <aj@suse.de>
21425
21426         [BZ #15084]
21427         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21428         and RES_USEVC.
21429
21430         [BZ #15085]
21431         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21432         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21433         unimplemented.
21434
21435         [BZ #15380]
21436         * stdlib/random.c (__initstate): Return NULL if
21437         __initstate fails.
21438
21439         [BZ #15086]
21440         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21441         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21442         RES_SNGLKUPREOP.
21443
21444 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21445
21446         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21447
21448 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21449
21450         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21451         of individual tests.
21452         (casin_test): Likewise.
21453         (casinh_test): Likewise.
21454
21455 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21456
21457         [BZ #15409]
21458         * math/s_catan.c (__catan): Handle arguments with large real or
21459         imaginary part separately without squaring.
21460         * math/s_catanf.c (__catanf): Likewise.
21461         * math/s_catanh.c (__catanh): Likewise.
21462         * math/s_catanhf.c (__catanhf): Likewise.
21463         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21464         and redefine.
21465         (__catanhl): Handle arguments with large real or imaginary part
21466         separately without squaring.
21467         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21468         and redefine.
21469         (__catanl): Handle arguments with large real or imaginary part
21470         separately without squaring.
21471         * math/libm-test.inc (catan_test): Add more tests.
21472         (catanh_test): Likewise.
21473         * sysdeps/i386/fpu/libm-test-ulps: Update.
21474         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21475
21476 2013-04-27  Andreas Jaeger  <aj@suse.de>
21477
21478         [BZ #15007]
21479         * stdlib/stdlib.h: Update guards for qecvt.
21480         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21481         <stdlib.h>.
21482
21483 2013-04-27  Allan McRae  <allan@archlinux.org>
21484
21485         * sysdeps/i386/fpu/libm-test-ulps: Update.
21486
21487 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21488
21489         [BZ #15406]
21490         * math/s_catan.c: Include <float.h>.
21491         (__catan): Ensure underflow exception occurs for underflowed
21492         result.
21493         * math/s_catanf.c: Include <float.h>.
21494         (__catanf): Ensure underflow exception occurs for underflowed
21495         result.
21496         * math/s_catanh.c: Include <float.h>.
21497         (__catanh): Ensure underflow exception occurs for underflowed
21498         result.
21499         * math/s_catanhf.c: Include <float.h>.
21500         (__catanhf): Ensure underflow exception occurs for underflowed
21501         result.
21502         * math/s_catanhl.c: Include <float.h>.
21503         (__catanhl): Ensure underflow exception occurs for underflowed
21504         result.
21505         * math/s_catanl.c: Include <float.h>.
21506         (__catanl): Ensure underflow exception occurs for underflowed
21507         result.
21508         * math/libm-test.inc (catan_test): Add more tests.
21509         (catanh_test): Likewise.
21510
21511         [BZ #15405]
21512         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21513         underflowed result.
21514         * math/s_ccoshf.c (__ccoshf): Likewise.
21515         * math/s_ccoshl.c (__ccoshl): Likewise.
21516         * math/s_csin.c (__csin): Likewise.
21517         * math/s_csinf.c (__csinf): Likewise.
21518         * math/s_csinh.c (__csinh): Likewise.
21519         * math/s_csinhf.c (__csinhf): Likewise.
21520         * math/s_csinhl.c (__csinhl): Likewise.
21521         * math/s_csinl.c (__csinl): Likewise.
21522         * math/libm-test.inc (ccos_test): Add more tests.
21523         (ccosh_test): Likewise.
21524         (csin_test): Likewise.
21525         (csinh_test): Likewise.
21526
21527 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21528
21529         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21530         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21531         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21532         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21533         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21534         powerpc/power5+/fpu folders.
21535         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21536
21537
21538 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21539
21540         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21541
21542 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21543
21544         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21545         additions to variable.
21546         [$(config-machine) = x86_64] (modules-names): Likewise.
21547         ($(objpfx)tst-audit3): Remove dependency.
21548         ($(objpfx)tst-audit3.out): Likewise.
21549         ($(objpfx)tst-audit4): Likewise.
21550         ($(objpfx)tst-audit4.out): Likewise.
21551         ($(objpfx)tst-audit5): Likewise.
21552         ($(objpfx)tst-audit5.out): Likewise.
21553         ($(objpfx)tst-audit6): Likewise.
21554         ($(objpfx)tst-audit6.out): Likewise.
21555         ($(objpfx)tst-audit7): Likewise.
21556         ($(objpfx)tst-audit7.out): Likewise.
21557         (tst-audit3-ENV): Remove variable.
21558         (tst-audit4-ENV): Likewise.
21559         (tst-audit5-ENV): Likewise.
21560         (tst-audit6-ENV): Likewise.
21561         (tst-audit7-ENV): Likewise.
21562         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21563         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21564         addition to variable.
21565         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21566         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21567         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21568         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21569         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21570         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21571         tst-audit3, tst-audit4 and tst-audit5.
21572         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21573         tst-audit6 and tst-audit7.
21574         [$(subdir) = elf] (modules-names): Add audit modules for those
21575         tests.
21576         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21577         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21578         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21579         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21580         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21581         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21582         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21583         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21584         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21585         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21586         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21587         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21588         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21589         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21590         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21591         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21592         Likewise.
21593         [$(subdir) = elf && $(config-cflags-avx) = yes]
21594         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21595         [$(subdir) = elf && $(config-cflags-avx) = yes]
21596         (CFLAGS-tst-auditmod4a.c): Likewise.
21597         [$(subdir) = elf && $(config-cflags-avx) = yes]
21598         (CFLAGS-tst-auditmod4b.c): Likewise.
21599         [$(subdir) = elf && $(config-cflags-avx) = yes]
21600         (CFLAGS-tst-auditmod6b.c): Likewise.
21601         [$(subdir) = elf && $(config-cflags-avx) = yes]
21602         (CFLAGS-tst-auditmod6c.c): Likewise.
21603         [$(subdir) = elf && $(config-cflags-avx) = yes]
21604         (CFLAGS-tst-auditmod7b.c): Likewise.
21605         * elf/tst-audit3.c: Move to ...
21606         * sysdeps/x86_64/tst-audit3.c: ... here.
21607         * elf/tst-audit4.c: Move to ...
21608         * sysdeps/x86_64/tst-audit4.c: ... here.
21609         * elf/tst-audit5.c: Move to ...
21610         * sysdeps/x86_64/tst-audit5.c: ... here.
21611         * elf/tst-audit6.c: Move to ...
21612         * sysdeps/x86_64/tst-audit6.c: ... here.
21613         * elf/tst-audit7.c: Move to ...
21614         * sysdeps/x86_64/tst-audit7.c: ... here.
21615         * elf/tst-auditmod3a.c: Move to ...
21616         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21617         * elf/tst-auditmod3b.c: Move to ...
21618         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21619         * elf/tst-auditmod4a.c: Move to ...
21620         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21621         * elf/tst-auditmod4b.c: Move to ...
21622         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21623         * elf/tst-auditmod5a.c: Move to ...
21624         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21625         * elf/tst-auditmod5b.c: Move to ...
21626         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21627         * elf/tst-auditmod6a.c: Move to ...
21628         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21629         * elf/tst-auditmod6b.c: Move to ...
21630         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21631         * elf/tst-auditmod6c.c: Move to ...
21632         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21633         * elf/tst-auditmod7a.c: Move to ...
21634         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21635         * elf/tst-auditmod7b.c: Move to ...
21636         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21637
21638 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21639
21640         [BZ #15366]
21641         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21642         define unconditionally.
21643         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21644         define unconditionally.
21645         (INT8_C, INT16_C, etc.): Likewise.
21646
21647 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21648
21649         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21650         __ehdr_start with hidden visibility.
21651
21652         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21653
21654 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21655
21656         * math/libm-test.inc (cos_test): Use accurate hex constants.
21657         (sincost_test): Likewise.
21658
21659 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21660
21661         * math/libm-test.inc (catan_test): Add more tests.
21662         (catanh_test): Likewise.
21663
21664         * math/s_catanf.c (__catanf): Use suffixed floating-point
21665         constants.
21666         * math/s_catanhf.c (__catanhf): Likewise.
21667         * math/s_catanhl.c (__catanhl): Likewise.
21668         * math/s_catanl.c (__catanl): Likewise.
21669
21670         [BZ #15394]
21671         * math/s_catan.c (__catan): Calculate imaginary part of result
21672         with log1p not log unless computing log of number close to 0.
21673         * math/s_catanf.c (__catanf): Likewise.
21674         * math/s_catanl.c (__catanl): Likewise.
21675         * math/s_catanh.c (__catanh): Calculate real part of result with
21676         log1p not log unless computing log of number close to 0.
21677         * math/s_catanhf.c (__catanhf): Likewise.
21678         * math/s_catanhl.c (__catanhl): Likewise.
21679         * math/libm-test.inc (catan_test): Add more tests.
21680         (catanh_test): Likewise.
21681         * sysdeps/i386/fpu/libm-test-ulps: Update.
21682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21683
21684 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21685
21686         * benchtests/Makefile: Mention files in which fast and slow
21687         paths of math functions are implemented.
21688
21689 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21690
21691         * sysdeps/posix/timespec_get.c: New file.
21692
21693 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21694
21695         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21696         POWER.
21697         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21698         for POWER.
21699         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21700         powerpc/power5/fpu folders.
21701         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21702         * benchtests/Makefile: Add modf testcase.
21703         * benchtests/bench-modf.c: New file: Benchmark test for mo
21704
21705 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21706
21707         [BZ #14888]
21708         * time/Makefile (tests): Add tst-strptime-whitespace.
21709         * time/strptime_l.c (get_number): Use ISSPACE.
21710         (__strptime_internal): Likewise.
21711         * time/tst-strptime-whitespace.c: New test case.
21712
21713 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21714
21715         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21716         member.
21717         (_nss_files_init): Set it here.
21718
21719 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21720
21721         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21722         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21723         unsigned.
21724
21725 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21726
21727         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21728
21729 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21730
21731         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21732         size just once.
21733
21734 2013-04-21  David S. Miller  <davem@davemloft.net>
21735
21736         * po/ru.po: Update Russion translation from translation project.
21737
21738 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21739
21740         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21741         and setfsgid.
21742
21743 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21744
21745         * configure.in: Remove i386 configure warning. Remove i386 case.
21746         * configure: Regenerate.
21747         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21748         Add example to error message.
21749         * sysdeps/i386/configure: Regenerate.
21750
21751 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21752
21753         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21754         slowtan.
21755         * benchtests/cos-inputs: New file.
21756         * benchtests/slowcos-inputs: New file.
21757         * benchtests/slowcos.c: New file.
21758         * benchtests/slowtan-inputs: New file.
21759         * benchtests/slowtan.c: New file.
21760         * benchtests/tan-inputs: New file.
21761
21762 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21763
21764         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21765         considered kosher.
21766
21767 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21768
21769         * benchtests/Makefile: Include cppflags-iterator.mk to add
21770         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21771
21772         * Makefile.in (bench-clean): New target.
21773         * benchtests/Makefile (bench-clean): Likewise.
21774
21775 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21776
21777         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21778
21779 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21780
21781         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21782
21783 2013-04-15  Andreas Schwab  <schwab@suse.de>
21784
21785         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21786         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21787         * nscd/pwdcache.c (cache_addpw): Likewise.
21788         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21789         more than recsize.
21790
21791 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21792
21793         * benchtests/Makefile (bench): Write all output to
21794         bench-out.tmp together.
21795
21796 2013-04-15  Andreas Schwab  <schwab@suse.de>
21797
21798         * nscd/nscd.c (main): Don't fork again after closing files.
21799
21800 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21801
21802         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21803
21804         * benchtests/Rules (bench-deps): Collect dependencies into a
21805         single variable.  Add Makefile to dependencies.
21806         ($(objpfx)bench-%.c): Depend on bench-deps.
21807
21808 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21809             Xavier Roche  <roche+kml2@exalead.com>
21810
21811         [BZ #15361]
21812         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21813         just that it's a file descriptor.
21814         * manual/llio.texi (Synchronizing AIO Operations): Update description
21815         for EBADF error from aio_fsync.
21816
21817 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21818
21819         * Rules (bench): Move target definition...
21820         * benchtests/Makefile: ... here.
21821
21822 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21823
21824         * math/libm-test.inc (cos_test): Fix PI/2 test.
21825         (sincos_test): Likewise.
21826         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21827         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21828
21829 2013-04-11  Andreas Schwab  <schwab@suse.de>
21830
21831         [BZ #13988]
21832         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21833         accept exponent character only when digits were seen.
21834         * stdio-common/Makefile (tests): Add bug26.
21835         * stdio-common/bug26.c: New file.
21836
21837         [BZ #14293]
21838         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21839         non-freeable.
21840
21841 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21842
21843         * Makeconfig (rtld-prefix): Define built linker prefix.
21844         * Rules (run-bench): Use it.
21845         * math/Makefile (run-regen-ulps): Likewise.
21846
21847         * Rules (bench): Remove eval.
21848
21849 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21850             Roland McGrath  <roland@hack.frob.com>
21851             Ondrej Bilka  <neleai@seznam.cz>
21852
21853         [BZ #15346]
21854         * time/getdate.c: Include ctype.h and alloca.h.
21855         (__getdate_r): Trim leading and trailing spaces of input.
21856         * time/tst-getdate.c (tests): Add tests with leading and
21857         trailing spaces.
21858
21859 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21860
21861         [BZ #14280]
21862         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21863         when computing value.
21864
21865 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21866
21867         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21868         Use testrun.sh to run libm tests.
21869
21870         [BZ #15309]
21871         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21872
21873 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21874
21875         [BZ #15264]
21876         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21877
21878 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21879
21880         * Makefile.in (regen-ulps): New target.
21881         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21882         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21883         [ifneq (no,$(PERL)] (regen-ulps): New target.
21884         [ifeq (no,$(PERL)] (regen-ulps): New target.
21885         * math/libm-test.inc (ulps_file_name): Define.
21886         (output_dir): New variable.
21887         (options): Add "output-dir" option.
21888         (parse_opt): Handle 'o' case.
21889         (main): If output_dir is non-NULL use it as a prefix
21890         otherwise use "".
21891         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21892
21893 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21894
21895         [BZ #10060, #10062]
21896         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21897         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21898         fail configure if __sync_val_compare_and_swap is not inlined.
21899         * sysdeps/i386/configure: Regenerate.
21900         * configure.in: Build for i686 when configured for i386.
21901         * configure: Regenerate.
21902         * README: Remove i386 reference.
21903
21904 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21905
21906         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21907         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21908
21909 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21910
21911         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21912         (lmsnanval): New variables.
21913         (F): Add conversion tests.
21914         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21915         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21916
21917         * stdio-common/tstdiomisc.c (F): Properly collect individual
21918         tests' results.
21919
21920         [BZ #14686, #15336]
21921         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21922         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21923         Instead, use input NaN values or generate a qNaN by arithmetic
21924         operation.  Also fix bugs to comply with the standard.
21925         * math/libm-test.inc (remainder_test): Add more tests.
21926
21927         [BZ #15335, #15342]
21928         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21929         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21930         input NaN values or generate a qNaN by arithmetic operation.
21931
21932         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21933         unreachable code.
21934
21935         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21936         definitions.
21937
21938 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21939
21940         [BZ #14478]
21941         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21942         underflowed result.
21943         * math/s_cexpf.c (__cexpf): Likewise.
21944         * math/s_cexpl.c (__cexpl): Likewise.
21945         * math/libm-test.inc (cexp_test): Add more tests.
21946
21947 2013-04-03  Andreas Schwab  <schwab@suse.de>
21948
21949         [BZ #15330]
21950         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21951         order arrays from heap if bigger than alloca cutoff.
21952
21953 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21954
21955         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21956         (SNAN_TESTS_double): Refer to GCC PR56831.
21957         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21958         GCC PR56828.
21959
21960 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21961
21962         * Rules (bench): Move bench.out after the run is complete.
21963
21964         * Rules (bench): Echo currently running benchmark.
21965
21966         * benchtests/Makefile (bench): Add atan and slowatan.
21967         * benchtests/atan-inputs: New file.
21968         * benchtests/slowatan-inputs: New file.
21969         * benchtests/slowatan.c: New file.
21970
21971         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21972         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21973         its value.
21974
21975         [BZ #15305]
21976         * sysdeps/unix/sysv/linux/kernel-features.h
21977         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21978         __ASSUME_XFS_RESTRICTED_CHOWN.
21979         * sysdeps/unix/sysv/linux/pathconf.c
21980         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21981         Save and restore errno.
21982
21983 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21984
21985         [BZ #15327]
21986         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21987         arguments using __kernel_casinh.
21988         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21989         arguments using __kernel_casinhf.
21990         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21991         arguments using __kernel_casinhl.
21992         * math/libm-test.inc (cacosh_test): Add more tests.
21993         * sysdeps/i386/fpu/libm-test-ulps: Update.
21994         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21995
21996 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21997
21998         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21999         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
22000
22001         * bench/Makefile (bench): Add sin and slowsin.
22002         * benchtests/sin-inputs: New file.
22003         * benchtests/slowsin-inputs: New file.
22004         * benchtests/slowsin.c: New file.
22005
22006         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
22007         (bench): Add slowexp and slowpow.
22008         (exp-ITER): Increase iterations.
22009         (pow-ITER): Likewise.
22010         * benchtests/exp-inputs: Change input.
22011         * benchtests/pow-inputs: Likewise.
22012         * benchtests/slowexp-inputs: New file.
22013         * benchtests/slowexp.c: New file.
22014         * benchtests/slowpow-inputs: New file.
22015         * benchtests/slowpow.c: New file.
22016
22017 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22018
22019         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
22020         instructions.
22021         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
22022         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
22023         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
22024         * benchtests/Makefile: Add rint benchtest.
22025         * benchtests/rint-inputs: Input for rint benchtest.
22026
22027 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22028
22029         * Versions.def (libm): Add GLIBC_2.18.
22030         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22031         hidden libm prototypes.
22032         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22033         * math/Makefile (libm-calls): Add s_issignaling.
22034         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22035         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22036         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22037         declaration.
22038         * math/math.h [__USE_GNU] (issignaling): New macro.
22039         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22040         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22041         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22042         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22043         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22044         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22045         * manual/arith.texi (issignaling): New section.
22046         * manual/libm-err-tab.pl (@all_functions): Update comment.
22047         * math/gen-libm-test.pl (parse_args): Apply special handling for
22048         issignaling.
22049         * math/libm-test.inc (print_float, issignaling_test): New
22050         functions.
22051         (check_float_internal): Add issignaling checks.
22052         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22053         default definition.
22054         * sysdeps/powerpc/math-tests.h: New file.
22055         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22056         tests.
22057         * math/test-snan.c (TEST_FUNC): Likewise.
22058
22059 2013-03-30  David S. Miller  <davem@davemloft.net>
22060
22061         * po/de.po: Update from translation team.
22062
22063 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22064
22065         [BZ #10357]
22066         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22067         imaginary part less than 1.0 and real part less than 0.5
22068         specially.
22069         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22070         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22071         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22072         (cacos_test): Add more tests.
22073         (casin_test): Likewise.
22074         (casinh_test): Likewise.
22075         * sysdeps/i386/fpu/libm-test-ulps: Update.
22076         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22077
22078 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22079
22080         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22081         ONE with its value.
22082
22083         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22084         (__pow_mp): Replace ONE and MONE with their values.
22085         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22086         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22087         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22088         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22089         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22090         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22091
22092         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22093
22094         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22095         (__pow_mp): Replace ZERO and MZERO with their values.
22096         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22097         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22098         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22099         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22100         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22101         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22102         (__sqr): Likewise.
22103
22104         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22105
22106         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22107
22108 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22109
22110         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22111         Declare with __attribute__ ((weak)).
22112         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22113         Call __call_tls_dtors only if it's not NULL.
22114
22115 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22116
22117         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22118         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22119         magic __ehdr_start linker symbol if it's defined.
22120         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22121         them up here if it was already done.
22122
22123         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22124         (_dl_aux_init): Use const in cast when setting it.
22125         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22126         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22127         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22128
22129         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22130         Declare them here.
22131         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22132         * csu/libc-tls.c: Nor here.
22133         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22134
22135         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22136         (__libc_message): Never call vsyslog.
22137
22138 2013-03-28  Alan Modra  <amodra@gmail.com>
22139
22140         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22141         Define as empty.
22142         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22143         Likewise.
22144
22145 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22146
22147         [BZ #15214]
22148         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22149         underflow.
22150         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22151
22152 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22153
22154         [BZ #15304]
22155         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22156         Don't add gid passed as argument.
22157
22158         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22159
22160 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22161
22162         [BZ #15307]
22163         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22164         imaginary part between 1.0 and 1.5 and real part less than 0.5
22165         specially.
22166         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22167         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22168         * math/libm-test.inc (cacos_test): Add more tests.
22169         (casin_test): Likewise.
22170         (casinh_test): Likewise.
22171         * sysdeps/i386/fpu/libm-test-ulps: Update.
22172         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22173
22174 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22175
22176         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22177         constants.
22178         (norm): Likewise.
22179         (denorm): Likewise.
22180         (__dbl_mp): Likewise.
22181         (add_magnitudes): Likewise.
22182         (sub_magnitudes): Likewise.
22183         (__add): Likewise.
22184         (__sub): Likewise.
22185         (__mul): Likewise.
22186         (__sqr): Likewise.
22187         (__inv): Likewise.
22188         (__dvd): Likewise.
22189
22190         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22191         commented code.
22192         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22193         (__dubcos): Likewise.
22194         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22195         (__ieee754_acos): Likewise.
22196         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22197         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22198         (__exp1): Likewise.
22199         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22200         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22201         (log1): Likewise.
22202         (my_log2): Likewise.
22203         (checkint): Likewise.
22204         * sysdeps/ieee754/dbl-64/e_remainder.c
22205         (__ieee754_remainder): Likewise.
22206         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22207         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22208         (bsloww): Likewise.
22209         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22210
22211         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22212         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22213         MANTISSA_STORE_T to store computations on mantissa.  Use
22214         macros for rounding and division.
22215         (denorm): Likewise.
22216         (__dbl_mp): Likewise.
22217         (add_magnitudes): Likewise.
22218         (sub_magnitudes): Likewise.
22219         (__mul): Likewise.
22220         (__sqr): Likewise.
22221         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22222         powers of two in terms of TWOPOW macro.
22223         (mp_no): Make type of mantissa as MANTISSA_T.
22224         [!RADIXI]: Define RADIXI.
22225         [!TWO52]: Define TWO52.
22226         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22227
22228 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22229
22230         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22231         llroundl symbol when building for PPC32.
22232
22233 2013-03-24  Mark H Weaver  <mhw@netris.org>
22234
22235         * manual/arith.texi (Normalization Functions): Fix prototypes for
22236         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22237
22238 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22239
22240         [BZ #13889]
22241         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22242         high value to check if expl overflow.
22243         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22244         to check for underflow and overflow.
22245         * math/libm-test.inc: Add exp test.
22246
22247 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22248
22249         [BZ #11120]
22250         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22251         with NOT_IN_libc.
22252
22253 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22254
22255         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22256         symbol.
22257
22258 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22259
22260         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22261         wrap blocks consisting of several statements.
22262
22263         * sysdeps/generic/math-tests.h: New file.
22264         * sysdeps/i386/fpu/math-tests.h: Likewise.
22265         * math/test-snan.c: Include it.
22266         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22267
22268 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22269
22270         [BZ #15285]
22271         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22272         (__ieee754_j0l): Do not improve calculations using cos of twice
22273         input for inputs above LDBL_MAX / 2.0L.
22274         (__ieee754_y0l): Likewise.
22275         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22276         (__ieee754_j1l): Do not improve calculations using cos of twice
22277         input for inputs above LDBL_MAX / 2.0L.
22278         (__ieee754_y1l): Likewise.
22279         * math/libm-test.inc (j0_test): Add another test.
22280         (j1_test): Likewise.
22281         (y0_test): Likewise.
22282         (y1_test): Likewise.
22283         * sysdeps/i386/fpu/libm-test-ulps: Update.
22284
22285 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22286
22287         * Rules ($(objpfx)bench-%.c): Include code from a C source
22288         file.
22289
22290 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22291
22292         [BZ #15287]
22293         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22294         imaginary part 1.0 and real part less than 0.5 specially.
22295         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22296         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22297         * math/libm-test.inc (cacos_test): Add more tests.
22298         (casin_test): Likewise.
22299         (casinh_test): Likewise.
22300         * sysdeps/i386/fpu/libm-test-ulps: Update.
22301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22302
22303 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22304
22305         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22306         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22307
22308 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22309
22310         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22311         * config.make.in (config-cflags-sse4): Remove variable.
22312         (config-cflags-avx): Likewise.
22313         (config-cflags-sse2avx): Likewise.
22314         (config-cflags-novzeroupper): Likewise.
22315         (config-asflags-i686): Likewise.
22316         (have-mfma4): Likewise.
22317         (have-as-vis3): Likewise.
22318         (MIG): Likewise.
22319         * configure.in (MIG): Do not AC_SUBST.
22320         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22321         (libc_cv_cc_sse4): Do not AC_SUBST.
22322         (libc_cv_cc_avx): Likewise.
22323         (libc_cv_cc_sse2avx): Likewise.
22324         (libc_cv_cc_novzeroupper): Likewise.
22325         (libc_cv_cc_fma4): Likewise.
22326         (libc_cv_as_i686): Likewise.
22327         (libc_cv_sparc_as_vis3): Likewise.
22328         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22329         LIBC_CONFIG_VAR.
22330         (config-asflags-i686): Likewise.
22331         (config-cflags-avx): Likewise.
22332         (config-cflags-sse2avx): Likewise.
22333         (have-mfma4): Likewise.
22334         (config-cflags-novzeroupper): Likewise.
22335         * sysdeps/mach/configure.in (MIG): Likewise.
22336         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22337         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22338         LIBC_CONFIG_VAR.
22339         (config-cflags-avx): Likewise.
22340         (config-cflags-sse2avx): Likewise.
22341         (have-mfma4): Likewise.
22342         (config-cflags-novzeroupper): Likewise.
22343         * configure: Regenerated.
22344         * sysdeps/i386/configure: Likewise.
22345         * sysdeps/mach/configure: Likewise.
22346         * sysdeps/sparc/configure: Likewise.
22347         * sysdeps/x86_64/configure: Likewise.
22348
22349 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22350
22351         [BZ #14812]
22352         * locale/programs/localedef.c (options): Put N_ translation marker
22353         on argument names, not just descriptions.
22354
22355 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22356
22357         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22358
22359 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22360
22361         [BZ #14176]
22362         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22363
22364 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22365
22366         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22367         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22368         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22369         [!BEFORE_ABORT] (before_abort): New function.
22370         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22371         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22372         (writev_for_fatal): New function.
22373         (WRITEV_FOR_FATAL): New macro; call that.
22374         (backtrace_and_maps): New function.
22375         (BEFORE_ABORT): New macro; call that.
22376         (struct str_list): Type removed.
22377         (__libc_message, __libc_fatal): Functions removed.
22378         Include <sysdeps/posix/libc_fatal.c> instead.
22379
22380 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22381
22382         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22383         constants.
22384         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22385         double constants.
22386
22387 2013-03-19  Andreas Schwab  <schwab@suse.de>
22388
22389         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22390         * sysdeps/gnu/configure: Regenerate.
22391
22392         * configure.in: Substitute libc_cv_rtlddir.
22393         * configure: Regenerate.
22394         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22395         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22396         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22397         * elf/Makefile (install-others, CFLAGS-interp.c)
22398         (ldso_install, common-ldd-rewrite): Likewise.
22399         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22400         $(inst_slibdir)/$(rtld-installed-name).
22401         * scripts/rellns-sh: Add -p option.
22402         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22403         for source.
22404
22405 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22406
22407         * manual/nptl.texi: Renamed to ...
22408         * manual/threads.texi: ... this.
22409         * manual/Makefile (chapters): Update.
22410
22411 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22412
22413         [BZ #14812]
22414         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22415         on argument names, not just descriptions.
22416         * malloc/memusagestat.c (options): Likewise.
22417         * nss/getent.c (options): Likewise.
22418
22419 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22420
22421         [BZ #14812]
22422         * iconv/iconv_prog.c (options): Put N_ translation marker
22423         on argument names, not just descriptions.
22424         * iconv/iconvconfig.c (options): Likewise.
22425
22426 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22427
22428         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22429         implementation which is faster on all x86_64 architectures.
22430         Tested on AMD, Intel Nehalem, SNB, IVB.
22431         * sysdeps/x86_64/strnlen.S: Likewise.
22432
22433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22434         Remove all multiarch strlen and strnlen versions.
22435         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22436         Remove strlen and strnlen related parts.
22437
22438         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22439         Inline strlen part.
22440         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22441
22442         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22443         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22444         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22445         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22446         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22447         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22448
22449 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22450
22451         * manual/memory.texi (Malloc Tunable Parameters):
22452         Sort parameters alphabetically. Add comments for missing entries.
22453
22454 2013-03-17  David S. Miller  <davem@davemloft.net>
22455
22456         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22457
22458 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22459
22460         [BZ #15283]
22461         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22462         for arguments at most half maximum finite value.
22463         * math/libm-test.inc (j0_test): Add more tests.
22464         (j1_test): Likewise.
22465         (y0_test): Likewise.
22466         (y1_test): Likewise.
22467         * sysdeps/i386/fpu/libm-test-ulps: Update.
22468         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22469
22470         [BZ #14155]
22471         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22472         1 / x and functions P and Q for arguments above 0x1p256L.
22473         (__ieee754_y0l): Likewise.
22474         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22475         (__ieee754_y1l): Likewise.
22476         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22477         (j1_test): Likewise.
22478         (y0_test): Likewise.
22479         (y1_test): Likewise.
22480
22481 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22482
22483         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22484         variable.
22485
22486 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22487
22488         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22489         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22490         zero since it's initialized to EXEC_PAGESIZE.
22491
22492         * sysdeps/unix/sysv/linux/ldsodefs.h
22493         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22494         * sysdeps/generic/ldsodefs.h: ... here.
22495
22496 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22497
22498         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22499
22500         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22501         math/test-snan.c.
22502         * math/test-snan.c: Renamed from
22503         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22504         * math/Makefile (tests): Add test-snan.
22505         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22506         test-powerpc-snan.
22507
22508         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22509         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22510         functions.
22511         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22512         __builtin_nan family of functions.
22513         * math/libm-test.inc (initialize): Initialize qnan_value with
22514         __builtin_nan family of functions.
22515         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22516         Remove variables.
22517         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22518         Remove functions.
22519         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22520         storage class.  Initialize qNaN_var and sNaN_var with
22521         __builtin_nan and __builtin_nans families of functions,
22522         respectively.
22523
22524         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22525         (sqrt_test): Remove duplicate test with qNaN input.
22526         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22527         (round_test, signbit_test, significand_test): Note missing +/-Inf
22528         as well as qNaN tests.
22529
22530         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22531         qNaN_var.  Fix a few strings, too.
22532         * math/libm-test.inc (nan_value): Rename to qnan_value.
22533         * math/gen-libm-test.pl (%beautify): Adjust to that.
22534         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22535         * math/test-misc.c (main): Likewise.
22536         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22537         to __qnan_bytes, and __qnan_union, respectively.
22538         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22539         Likewise.
22540         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22541         and lqnanval, respectively.
22542         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22543         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22544         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22545         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22546
22547         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22548         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22549         doubles.
22550
22551         * math/test-misc.c (main): Fix copy'n'pastos.
22552         * misc/tst-efgcvt.c (special): Likewise.
22553
22554         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22555         Remove declarations.
22556
22557 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22558
22559         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22560         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22561         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22562         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22563
22564 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22565
22566         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22567         macro to return vdso values correctly in IFUNC implementations.
22568         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22569         Optimization by using IFUNC.
22570
22571 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22572             Richard Henderson  <rth@redhat.com>
22573             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22574
22575         * Makefile.in (bench): New target.
22576         * NEWS: Mention the benchmark framework.
22577         * Rules (bench): Likewise.
22578         (binaries-bench): Generate binaries for functions to
22579         benchmark.
22580         * benchtests/Makefile: New makefile for benchmark tests.
22581         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22582         programs.
22583         * benchtests/exp-inputs: New input file for EXP function.
22584         * benchtests/pow-inputs: New input file for POW function.
22585         * scripts/bench.pl: New script to generate source files for
22586         benchmark programs.
22587
22588 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22589
22590         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22591         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22592         computations on mantissa.  Use macros for rounding and
22593         division.
22594         (denorm): Likewise.
22595         (__dbl_mp): Likewise.
22596         (add_magnitudes): Likewise.
22597         (sub_magnitudes): Likewise.
22598         (__mul): Likewise.
22599         (__sqr): Likewise.
22600         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22601         powers of two in terms of TWOPOW macro.
22602         (mp_no): Make type of mantissa as MANTISSA_T.
22603         [!RADIXI]: Define RADIXI.
22604         [!TWO52]: Define TWO52.
22605         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22606
22607         * manual/nptl.texi (cindex): Modify threads to pthreads.
22608
22609 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22610
22611         * sysdeps/x86_64/preconfigure: Regenerated.
22612
22613 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22614
22615         [BZ #14155]
22616         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22617         0x1p28 and above.
22618         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22619         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22620         0x1p28 and above.
22621         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22622         * math/libm-test.inc (j0_test): Do not allow one spurious
22623         underflow exception.
22624         (y1_test): Likewise.
22625
22626 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22627
22628         * manual/Makefile (chapters): Add nptl.
22629         * manual/debug.texi (Debugging Support): Add link to Threads
22630         chapter.
22631         * manual/nptl.texi: New file.
22632
22633         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22634
22635 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22636
22637         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22638         for non-NULL pointer before the memory validity test. Pointed
22639         out by Holger Brunck <holger.brunck@keymile.com>.
22640
22641 2013-03-13  Andreas Schwab  <schwab@suse.de>
22642
22643         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22644         instead of .os.
22645
22646 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22647
22648         * timezone/zic.c: Update from tzcode 2013b.
22649
22650 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22651
22652         * manual/install.texi (Configuring and compiling):
22653         Mention i686 and i586.
22654         * INSTALL: Regenerate.
22655
22656 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22657
22658         * sysdeps/init_array/elf-init.c: New file.
22659         * csu/elf-init.c
22660         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22661         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22662
22663         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22664         __gmon_start__ as global, but as static with a .preinit_array pointer.
22665         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22666         * sysdeps/init_array/crti.S: New file, empty except for comments.
22667         * sysdeps/init_array/crtn.S: Likewise.
22668
22669 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22670
22671         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22672         definining bcopy.
22673         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22674         Remove Prefer_SSE_for_memop.
22675         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22676         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22677         HAS_PREFER_SSE_FOR_MEMOP.
22678         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22679         memset-x86-64.
22680         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22681         Remove bzero, memset ifunc support.
22682         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22683         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22684         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22685         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22686
22687 2013-03-11  Andreas Schwab  <schwab@suse.de>
22688
22689         [BZ #15234]
22690         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22691         by SHLIB_COMPAT.
22692         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22693         (GLIBC_2.16): Remove pthread_atfork.
22694
22695 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22696
22697         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22698         (ptestcases.h): Likewise.
22699
22700 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22701
22702         * Makeconfig ($(common-objpfx)config.status): Depend on
22703         sysdeps/*/preconfigure{,.in} too.
22704
22705 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22706
22707         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22708         (__free_hook): Use void * instead of __malloc_ptr_t.
22709         (__malloc_hook): Likewise.
22710         (__realloc_hook): Likewise.
22711         (__memalign_hook): Likewise.
22712         (__after_morecore_hook): Likewise.
22713         * malloc/arena.c (save_malloc_hook): Likewise.
22714         (save_free_hook): Likewise.
22715         * malloc/hooks.c (malloc_hook_ini): Likewise.
22716         (realloc_hook_ini): Likewise.
22717         (memalign_hook_ini): Likewise.
22718         * malloc/malloc.c (malloc_hook_ini): Likewise.
22719         (realloc_hook_ini): Likewise.
22720         (memalign_hook_ini): Likewise.
22721         (__free_hook): Likewise.
22722         (__malloc_hook): Likewise.
22723         (__realloc_hook): Likewise.
22724         (__memalign_hook): Likewise.
22725         (__libc_malloc): Likewise.
22726         (__libc_free): Likewise.
22727         (__libc_realloc): Likewise.
22728         (__libc_memalign): Likewise.
22729         (__libc_valloc): Likewise.
22730         (__libc_pvalloc): Likewise.
22731         (__libc_calloc): Likewise.
22732         (__posix_memalign): Likewise.
22733         * malloc/morecore.c (__sbrk): Likewise.
22734         (__default_morecore): Likewise.
22735
22736         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22737
22738         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22739         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22740         __malloc_ptrdiff_t.
22741
22742         * malloc/malloc.h (__malloc_size_t): Remove macro.
22743         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22744         __malloc_size_t.
22745         (old_memalign_hook): Likewise.
22746         (old_realloc_hook): Likewise.
22747         (struct hdr): Likewise.
22748         (flood): Likewise.
22749         (mallochook): Likewise.
22750         (memalignhook): Likewise.
22751         (reallochook): Likewise.
22752         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22753         (tr_old_realloc_hook): Likewise.
22754         (tr_old_memalign_hook): Likewise.
22755         (tr_mallochook): Likewise.
22756         (tr_reallochook): Likewise.
22757         (tr_memalignhook): Likewise.
22758
22759 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22760
22761         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22762         default_ldbl_pack and using as default implementation.
22763         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22764         implementation.
22765         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22766         redundant definition.
22767         (ldbl_insert_mantissa): Likewise.
22768         (ldbl_canonicalize): Likewise.
22769         (ldbl_nearbyint): Likewise.
22770         (ldbl_pack): Rename to ldbl_pack_ppc.
22771         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22772         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22773         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22774
22775 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22776
22777         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22778         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22779         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22780         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22781         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22782         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22783         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22784         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22785
22786 2013-03-07  Andreas Jaeger  <aj@suse.de>
22787
22788         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22789         bits/mman-linux.h.
22790
22791 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22792
22793         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22794         Include mpa.h and declare __MPEXP.
22795         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22796         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22797         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22798         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22799         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22800         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22801         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22802
22803         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22804         (__slowpow): Use long double EXPL and LOGL functions to
22805         compute POW.
22806         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22807         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22808         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22809         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22810         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22811         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22812
22813         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22814         intermediate variable to calculate exponent.
22815         (__sqr): Likewise.
22816         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22817         Likewise.
22818         (__sqr): Likewise.
22819
22820         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22821         [!NO__SQR]: Define __sqr.
22822         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22823         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22824         sysdeps/ieee754/dbl-64/mpa.c.
22825         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22826
22827         [BZ #12723]
22828         * posix/Makefile (tests): Add tst-pathconf.
22829         * posix/tst-pathconf.c: New test case.
22830         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22831         _PC_PIPE_BUF.
22832         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22833
22834 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22835
22836         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22837
22838 2013-03-06  Andreas Jaeger  <aj@suse.de>
22839
22840         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22841         definition via __MAP_ANONYMOUS.
22842
22843         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22844         it's not part of Linux headers.
22845
22846         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22847         (MAP_HUGE_MASK): Define.
22848
22849         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22850         Define.
22851         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22852         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22853         Define.
22854         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22855         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22856         Define.
22857         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22858         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22859         Define.
22860         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22861
22862         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22863         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22864         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22865         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22866         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22867         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22868
22869         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22870         Handle f2fs.
22871
22872         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22873         Handle f2fs and efivarfs.
22874
22875         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22876         f2fs.
22877
22878         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22879         (EFIVARFS_MAGIC): Add.
22880         (F2FS_LINK_MAX): Add.
22881
22882 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22883
22884         * stdio-common/vfprintf.c: Replace __builtin_expect with
22885         __glibc_unlikely.
22886
22887 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22888
22889         [BZ #13550]
22890         * sysdeps/generic/bp-sym.h: Remove file.
22891         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22892         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22893         <bp-sym.h> and <bp-asm.h>.
22894         (__longjmp): Don't use BP_SYM.
22895         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22896         and <bp-asm.h>.
22897         (memcpy): Don't use BP_SYM.
22898         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22899         <bp-sym.h> and <bp-asm.h>.
22900         (memcpy): Don't use BP_SYM.
22901         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22902         <bp-asm.h>.
22903         (memcpy): Don't use BP_SYM.
22904         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22905         <bp-asm.h>.
22906         (memset): Don't use BP_SYM.
22907         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22908         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22909         (__bzero): Don't use BP_SYM.
22910         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22911         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22912         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22913         <bp-sym.h> and <bp-asm.h>.
22914         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22915         pointers.
22916         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22917         <bp-sym.h> and <bp-asm.h>.
22918         (memcpy): Don't use BP_SYM.
22919         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22920         <bp-sym.h> and <bp-asm.h>.
22921         (memset): Don't use BP_SYM.
22922         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22923         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22924         (__bzero): Don't use BP_SYM.
22925         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22926         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22927         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22928         <bp-sym.h> and <bp-asm.h>.
22929         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22930         pointers.
22931         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22932         <bp-sym.h> and <bp-asm.h>.
22933         (memcpy): Don't use BP_SYM.
22934         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22935         <bp-sym.h> and <bp-asm.h>.
22936         (memset): Don't use BP_SYM.
22937         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22938         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22939         (__bzero): Don't use BP_SYM.
22940         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22941         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22942         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22943         <bp-sym.h> and <bp-asm.h>.
22944         (__memchr): Don't use BP_SYM.
22945         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22946         <bp-sym.h> and <bp-asm.h>.
22947         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22948         pointers.
22949         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22950         <bp-sym.h> and <bp-asm.h>.
22951         (memcpy): Don't use BP_SYM.
22952         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22953         <bp-sym.h> and <bp-asm.h>.
22954         (__mempcpy): Don't use BP_SYM.
22955         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22956         <bp-sym.h> and <bp-asm.h>.
22957         (__memrchr): Don't use BP_SYM.
22958         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22959         <bp-sym.h> and <bp-asm.h>.
22960         (memset): Don't use BP_SYM.
22961         (__bzero): Likewise.
22962         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22963         <bp-sym.h> and <bp-asm.h>.
22964         (__rawmemchr): Don't use BP_SYM.
22965         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22966         <bp-sym.h> and <bp-asm.h>.
22967         (__STRCMP): Don't use BP_SYM.
22968         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22969         <bp-sym.h> and <bp-asm.h>.
22970         (strchr): Don't use BP_SYM.
22971         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22972         <bp-sym.h> and <bp-asm.h>.
22973         (__strchrnul): Don't use BP_SYM.
22974         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22975         <bp-sym.h> and <bp-asm.h>.
22976         (strlen): Don't use BP_SYM.
22977         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22978         <bp-sym.h> and <bp-asm.h>.
22979         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22980         pointers.
22981         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22982         <bp-sym.h> and <bp-asm.h>.
22983         (__strnlen): Don't use BP_SYM.
22984         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22985         <bp-sym.h> and <bp-asm.h>.
22986         (__GI__setjmp): Don't use BP_SYM.
22987         (_setjmp): Likewise.
22988         (__sigsetjmp): Likewise.
22989         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22990         (L(start_addresses)): Don't use BP_SYM.
22991         (_start): Likewise.
22992         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22993         <bp-asm.h>.
22994         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22995         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22996         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22997         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22998         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22999         <bp-asm.h>.
23000         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
23001         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
23002         about bounded pointers.
23003         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23004         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23005         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
23006         <bp-asm.h>.
23007         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23008         about bounded pointers.  Remove GKM FIXME comments.
23009         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23010         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
23011         <bp-asm.h>.
23012         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
23013         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
23014         Remove GKM FIXME comments.
23015         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23016         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23017         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
23018         <bp-asm.h>.
23019         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
23020         about bounded pointers.  Remove GKM FIXME comment.
23021         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
23022         and <bp-asm.h>.
23023         (strncmp): Don't use BP_SYM.  Remove comment about bounded
23024         pointers.
23025         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23026         <bp-sym.h> and <bp-asm.h>.
23027         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23028         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23029         <bp-sym.h> and <bp-asm.h>.
23030         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23031         comment.
23032
23033 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23034
23035         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23036         call free(NULL).
23037
23038 2013-03-05  David S. Miller  <davem@davemloft.net>
23039
23040         * po/es.po: Update from translation team.
23041
23042 2013-03-05  Andreas Jaeger  <aj@suse.de>
23043
23044         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23045         <bits/mman-linux.h>.
23046         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23047         is fine.
23048         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23049         <bits/mman-linux.h> to end of file.
23050         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23051         is fine.
23052         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23053         <bits/mman-linux.h> to end of file.
23054         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23055         is fine.
23056         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23057         <bits/mman-linux.h> to end of file.
23058
23059         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23060         (MCL_CURRENT, MCL_FUTURE): Define here.
23061
23062 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23063
23064         [BZ #15232]
23065         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23066         attribute_hidden.
23067         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23068
23069 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23070
23071         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23072         fourth parameter needed for rt_sigprocmask syscall.
23073         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23074         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23075         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23076         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23077         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23078         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23079
23080 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23081
23082         [BZ #13550]
23083         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23084         comment about bounded pointers.
23085         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23086         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23087
23088 2013-03-04  Andreas Jaeger  <aj@suse.de>
23089
23090         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23091         common definitions.
23092
23093         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23094         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23095         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23096         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23097         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23098         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23099
23100 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23101
23102         [BZ #15055]
23103         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23104         __ieee754_sqrl instead of __sqrl.
23105
23106 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23107
23108         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23109         * sysdeps/powerpc/fpu_control.h: ... here.
23110         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23111         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23112         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23113         * sysdeps/powerpc/bits/mathinline.h: ... here.
23114
23115 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23116
23117         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23118         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23119         to just [NEED_DL_SYSINFO_DSO].
23120         * elf/dl-support.c: Likewise.
23121         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23122         * elf/rtld.c (dl_main): Likewise.
23123         * elf/setup-vdso.h (setup_vdso): Likewise.
23124         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23125         * sysdeps/unix/sysv/linux/dl-sysdep.c
23126         (_dl_discover_osversion): Likewise.
23127
23128 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23129
23130         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23131         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23132
23133 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23134
23135         * NEWS: Mention libm performance improvements and non-x86 PI
23136         futex support.
23137
23138         * csu/libc-start.c (__pthread_initialize_minimal): Change
23139         function arguments.
23140         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23141
23142 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23143
23144         [BZ #13550]
23145         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23146         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23147         <bp-sym.h> and <bp-asm.h>.
23148         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23149         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23150         and <bp-asm.h>.
23151         (memcpy): Don't use BP_SYM.
23152         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23153         <bp-asm.h>.
23154         (__mpn_add_n): Don't use BP_SYM.
23155         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23156         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23157         and <bp-asm.h>.
23158         (__mpn_addmul_1): Don't use BP_SYM.
23159         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23160         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23161         <bp-sym.h>.
23162         (_setjmp): Don't use BP_SYM.
23163         (__novmx_setjmp): Likewise.
23164         (__GI__setjmp): Likewise.
23165         (__vmx_setjmp): Likewise.
23166         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23167         <bp-sym.h>.
23168         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23169         (__bzero): Don't use BP_SYM.
23170         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23171         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23172         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23173         <bp-sym.h> and <bp-asm.h>.
23174         (memcpy): Don't use BP_SYM.
23175         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23176         <bp-sym.h> and <bp-asm.h>.
23177         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23178         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23179         <bp-sym.h> and <bp-asm.h>.
23180         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23181         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23182         <bp-asm.h>.
23183         (__mpn_lshift): Don't use BP_SYM.
23184         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23185         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23186         <bp-asm.h>.
23187         (memset): Don't use BP_SYM.
23188         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23189         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23190         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23191         <bp-asm.h>.
23192         (__mpn_mul_1): Don't use BP_SYM.
23193         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23194         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23195         <bp-sym.h> and <bp-asm.h>.
23196         (memcmp): Don't use BP_SYM.
23197         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23198         <bp-sym.h> and <bp-asm.h>.
23199         (memcpy): Don't use BP_SYM.
23200         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23201         <bp-sym.h> and <bp-asm.h>.
23202         (memset): Don't use BP_SYM.
23203         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23204         <bp-sym.h> and <bp-asm.h>.
23205         (strncmp): Don't use BP_SYM.
23206         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23207         <bp-sym.h> and <bp-asm.h>.
23208         (memcpy): Don't use BP_SYM.
23209         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23210         <bp-sym.h> and <bp-asm.h>.
23211         (memset): Don't use BP_SYM.
23212         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23213         <bp-sym.h> and <bp-asm.h>.
23214         (__memchr): Don't use BP_SYM.
23215         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23216         <bp-sym.h> and <bp-asm.h>.
23217         (memcmp): Don't use BP_SYM.
23218         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23219         <bp-sym.h> and <bp-asm.h>.
23220         (memcpy): Don't use BP_SYM.
23221         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23222         <bp-sym.h> and <bp-asm.h>.
23223         (__mempcpy): Don't use BP_SYM.
23224         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23225         <bp-sym.h> and <bp-asm.h>.
23226         (__memrchr): Don't use BP_SYM.
23227         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23228         <bp-sym.h> and <bp-asm.h>.
23229         (memset): Don't use BP_SYM.
23230         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23231         <bp-sym.h> and <bp-asm.h>.
23232         (__rawmemchr): Don't use BP_SYM.
23233         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23234         <bp-sym.h> and <bp-asm.h>.
23235         (__STRCMP): Don't use BP_SYM.
23236         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23237         <bp-sym.h> and <bp-asm.h>.
23238         (strchr): Don't use BP_SYM.
23239         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23240         <bp-sym.h> and <bp-asm.h>.
23241         (__strchrnul): Don't use BP_SYM.
23242         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23243         <bp-sym.h> and <bp-asm.h>.
23244         (strlen): Don't use BP_SYM.
23245         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23246         <bp-sym.h> and <bp-asm.h>.
23247         (strncmp): Don't use BP_SYM.
23248         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23249         <bp-sym.h> and <bp-asm.h>.
23250         (__strnlen): Don't use BP_SYM.
23251         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23252         <bp-asm.h>.
23253         (__mpn_rshift): Don't use BP_SYM.
23254         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23255         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23256         <bp-sym.h> and <bp-asm.h>.
23257         (__sigsetjmp): Don't use BP_SYM.
23258         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23259         (L(start_addresses)): Don't use BP_SYM.
23260         (_start): Likewise.
23261         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23262         <bp-asm.h>.
23263         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23264         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23265         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23266         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23267         <bp-asm.h>.
23268         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23269         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23270         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23271         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23272         <bp-asm.h>.
23273         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23274         comments.
23275         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23276         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23277         <bp-asm.h>.
23278         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23279         FIXME comments.
23280         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23281         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23282         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23283         <bp-asm.h>.
23284         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23285         comment.
23286         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23287         and <bp-asm.h>.
23288         (strncmp): Don't use BP_SYM,
23289         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23290         <bp-asm.h>.
23291         (__mpn_sub_n): Don't use BP_SYM.
23292         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23293         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23294         and <bp-asm.h>.
23295         (__mpn_submul_1): Don't use BP_SYM.
23296         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23297         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23298         <bp-sym.h> and <bp-asm.h>.
23299         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23301         <bp-sym.h> and <bp-asm.h>.
23302         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23303         comment.
23304
23305 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23306
23307         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23308         Use ZK to minimize writes to Z.
23309         (sub_magnitudes): Simplify code a bit.
23310         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23311         Use ZK to minimize writes to Z.
23312         (sub_magnitudes): Simplify code a bit.
23313
23314 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23315
23316         * csu/gmon-start.c: Add special exception to license text.
23317
23318 2013-02-27  Richard Henderson  <rth@redhat.com>
23319
23320         * scripts/config.guess: Update from config.git.
23321         * scripts/config.sub: Likewise.
23322
23323 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23324
23325         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23326
23327         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23328
23329         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23330
23331         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23332
23333         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23334
23335 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23336
23337         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23338         [$(build-shared = yes].
23339
23340 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23341
23342         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23343         (__mul): Reduce iterations for calculating mantissa.
23344
23345         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23346         MPTWO.
23347         (__mpranred): Likewise.
23348
23349         [BZ #15160]
23350         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23351         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23352
23353 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23354
23355         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23356         Define __attribute__.
23357
23358 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23359
23360         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23361         unused.
23362         * posix/regex_internal.h (__attribute): Remove.
23363         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23364         (re_string_context_at): Likewise.
23365         (bitset_not): Use __attribute__ and mark function as possibly
23366         unused.
23367         (bitset_merge): Likewise.
23368         (bitset_mask): Likewise.
23369         (re_string_char_size_at): Likewise.
23370         (re_string_wchar_at): Likewise.
23371         (re_string_elem_size_at): Likewise.
23372
23373 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23374
23375         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23376         code.
23377         (cc32): Likewise.
23378
23379         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23380         (__acr): Likewise.
23381         (__cpy): Likewise.
23382         (norm): Likewise.
23383         (denorm): Likewise.
23384         (__dbl_mp): Likewise.
23385         (add_magnitudes): Likewise.
23386         (sub_magnitudes): Likewise.
23387         (__mul): Likewise.
23388         (__inv): Likewise.
23389
23390         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23391         style.
23392
23393         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23394         style.
23395
23396         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23397         code.
23398
23399         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23400         up changes with default code.
23401         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23402         Likewise.
23403
23404 2013-02-24  Allan McRae  <allan@archlinux.org>
23405
23406         * manual/socket.texi (The Internet Namespace): Order menu items
23407         to match that in the file.
23408
23409         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23410         node listing of the info page menu.
23411
23412 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23413
23414         [BZ #13550]
23415         * sysdeps/i386/bp-asm.h: Remove file.
23416         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23417         (PARMS): Do not use macros from bp-asm.h.
23418         (S1): Likewise.
23419         (S2): Likewise.
23420         (SIZE): Likewise.
23421         (__mpn_add_n): Do not use BP_SYM
23422         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23423         "bp-asm.h".
23424         (PARMS): Do not use macros from bp-asm.h.
23425         (S1): Likewise.
23426         (SIZE): Likewise.
23427         (__mpn_addmul_1): Do not use BP_SYM
23428         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23429         "bp-asm.h".
23430         (PARMS): Do not use macros from bp-asm.h.
23431         (SIGMSK): Likewise.
23432         (_setjmp): Likewise.  Do not use BP_SYM.
23433         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23434         "bp-asm.h".
23435         (PARMS): Do not use macros from bp-asm.h.
23436         (SIGMSK): Likewise.
23437         (setjmp): Likewise.  Do not use BP_SYM.
23438         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23439         "bp-asm.h".
23440         (PARMS): Do not use macros from bp-asm.h.
23441         (__frexp): Do not use BP_SYM.
23442         (frexp): Likewise.
23443         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23444         "bp-asm.h".
23445         (PARMS): Do not use macros from bp-asm.h.
23446         (__frexpf): Do not use BP_SYM.
23447         (frexpf): Likewise.
23448         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23449         "bp-asm.h".
23450         (PARMS): Do not use macros from bp-asm.h.
23451         (__frexpl): Do not use BP_SYM.
23452         (frexpl): Likewise.
23453         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23454         "bp-asm.h".
23455         (PARMS): Do not use macros from bp-asm.h.
23456         (__remquo): Do not use BP_SYM.
23457         (remquo): Likewise.
23458         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23459         "bp-asm.h".
23460         (PARMS): Do not use macros from bp-asm.h.
23461         (__remquof): Do not use BP_SYM.
23462         (remquof): Likewise.
23463         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23464         "bp-asm.h".
23465         (PARMS): Do not use macros from bp-asm.h.
23466         (__remquol): Do not use BP_SYM.
23467         (remquol): Likewise.
23468         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23469         "bp-asm.h".
23470         (PARMS): Do not use macros from bp-asm.h.
23471         (DEST): Likewise.
23472         (SRC): Likewise.
23473         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23474         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23475         "bp-asm.h".
23476         (PARMS): Do not use macros from bp-asm.h.
23477         (strlen): Do not use BP_SYM.
23478         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23479         "bp-asm.h".
23480         (PARMS): Do not use macros from bp-asm.h.
23481         (S1): Likewise.
23482         (S2): Likewise.
23483         (SIZE): Likewise.
23484         (__mpn_add_n): Do not use BP_SYM.
23485         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23486         "bp-asm.h".
23487         (PARMS): Do not use macros from bp-asm.h.
23488         (S1): Likewise.
23489         (SIZE): Likewise.
23490         (__mpn_addmul_1): Do not use BP_SYM.
23491         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23492         weak_alias.
23493         (bzero): Likewise.
23494         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23495         "bp-asm.h".
23496         (PARMS): Do not use macros from bp-asm.h.
23497         (S): Likewise.
23498         (SIZE): Likewise.
23499         (__mpn_lshift): Do not use BP_SYM.
23500         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23501         "bp-asm.h".
23502         (PARMS): Do not use macros from bp-asm.h.
23503         (DEST): Likewise.
23504         (SRC): Likewise.
23505         (LEN): Likewise.
23506         (memcpy): Likewise.  Do not use BP_SYM.
23507         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23508         libc_hidden_def and weak_alias.
23509         (mempcpy): Do not use BP_SYM in weak_alias.
23510         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23511         "bp-asm.h".
23512         (PARMS): Do not use macros from bp-asm.h.
23513         (DEST): Likewise.
23514         (LEN): Likewise.
23515         [!BZERO_P] (CHR): Likewise.
23516         (memset): Likewise.  Do not use BP_SYM.
23517         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23518         "bp-asm.h".
23519         (PARMS): Do not use macros from bp-asm.h.
23520         (S1): Likewise.
23521         (SIZE): Likewise.
23522         (__mpn_mul_1): Do not use BP_SYM.
23523         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23524         "bp-asm.h".
23525         (PARMS): Do not use macros from bp-asm.h.
23526         (S): Likewise.
23527         (SIZE): Likewise.
23528         (__mpn_rshift): Do not use BP_SYM.
23529         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23530         "bp-asm.h".
23531         (PARMS): Do not use macros from bp-asm.h.
23532         (STR): Likewise.
23533         (CHR): Likewise.
23534         (strchr): Likewise.  Do not use BP_SYM.
23535         (index): Do not use BP_SYM in weak_alias.
23536         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23537         "bp-asm.h".
23538         (PARMS): Do not use macros from bp-asm.h.
23539         (DEST): Likewise.
23540         (SRC): Likewise.
23541         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23542         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23543         "bp-asm.h".
23544         (PARMS): Do not use macros from bp-asm.h.
23545         (strlen): Do not use BP_SYM.
23546         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23547         "bp-asm.h".
23548         (PARMS): Do not use macros from bp-asm.h.
23549         (S1): Likewise.
23550         (S2): Likewise.
23551         (SIZE): Likewise.
23552         (__mpn_sub_n): Do not use BP_SYM.
23553         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23554         "bp-asm.h".
23555         (PARMS): Do not use macros from bp-asm.h.
23556         (S1): Likewise.
23557         (SIZE): Likewise.
23558         (__mpn_submul_1): Do not use BP_SYM.
23559         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23560         "bp-asm.h".
23561         (PARMS): Do not use macros from bp-asm.h.
23562         (S1): Likewise.
23563         (S2): Likewise.
23564         (SIZE): Likewise.
23565         (__mpn_add_n): Do not use BP_SYM.
23566         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23567         weak_alias.
23568         (bzero): Likewise.
23569         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23570         "bp-asm.h".
23571         (PARMS): Do not use macros from bp-asm.h.
23572         (BLK2): Likewise.
23573         (LEN): Likewise.
23574         (memcmp): Do not use BP_SYM.
23575         (bcmp): Do not use BP_SYM in weak_alias.
23576         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23577         "bp-asm.h".
23578         (PARMS): Do not use macros from bp-asm.h.
23579         (DEST): Likewise.
23580         (SRC): Likewise.
23581         (LEN): Likewise.
23582         (memcpy): Likewise.  Do not use BP_SYM.
23583         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23584         "bp-asm.h".
23585         (PARMS): Do not use macros from bp-asm.h.
23586         (DEST): Likewise.
23587         (SRC): Likewise.
23588         (LEN): Likewise.
23589         (memmove): Likewise.  Do not use BP_SYM.
23590         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23591         "bp-asm.h".
23592         (PARMS): Do not use macros from bp-asm.h.
23593         (DEST): Likewise.
23594         (SRC): Likewise.
23595         (LEN): Likewise.
23596         (__mempcpy): Likewise.  Do not use BP_SYM.
23597         (mempcpy): Do not use BP_SYM in weak_alias.
23598         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23599         "bp-asm.h".
23600         (PARMS): Do not use macros from bp-asm.h.
23601         (DEST): Likewise.
23602         (LEN): Likewise.
23603         [!BZERO_P] (CHR): Likewise.
23604         (memset): Likewise.  Do not use BP_SYM.
23605         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23606         "bp-asm.h".
23607         (PARMS): Do not use macros from bp-asm.h.
23608         (STR2): Likewise.
23609         (strcmp): Do not use BP_SYM.
23610         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23611         "bp-asm.h".
23612         (PARMS): Do not use macros from bp-asm.h.
23613         (STR): Likewise.
23614         (DELIM): Likewise.
23615         [USE_AS_STRTOK_R] (SAVE): Likewise.
23616         (FUNCTION): Likewise.  Do not use BP_SYM.
23617         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23618         aliases.
23619         (strtok_r): Likewise.
23620         (__GI___strtok_r): Likewise.
23621         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23622         (PARMS): Do not use macros from bp-asm.h.
23623         (S): Likewise.
23624         (SIZE): Likewise.
23625         (__mpn_lshift): Do not use BP_SYM.
23626         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23627         (PARMS): Do not use macros from bp-asm.h.
23628         (STR): Likewise.
23629         (CHR): Likewise.
23630         (__memchr): Do not use BP_SYM.
23631         (memchr): Do not use BP_SYM in weak_alias.
23632         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23633         (PARMS): Do not use macros from bp-asm.h.
23634         (BLK2): Likewise.
23635         (LEN): Likewise.
23636         (memcmp): Do not use BP_SYM.
23637         (bcmp): Do not use BP_SYM in weak_alias.
23638         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23639         (PARMS): Do not use macros from bp-asm.h.
23640         (S1): Likewise.
23641         (SIZE): Likewise.
23642         (__mpn_mul_1): Do not use BP_SYM.
23643         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23644         "bp-asm.h".
23645         (PARMS): Do not use macros from bp-asm.h.
23646         (STR): Likewise.
23647         (CHR): Likewise.
23648         (__rawmemchr): Do not use BP_SYM.
23649         (rawmemchr): Do not use BP_SYM in weak_alias.
23650         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23651         (PARMS): Do not use macros from bp-asm.h.
23652         (S): Likewise.
23653         (SIZE): Likewise.
23654         (__mpn_rshift): Do not use BP_SYM.
23655         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23656         (PARMS): Do not use macros from bp-asm.h.
23657         (SIGMSK): Likewise.
23658         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23659         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23660         (_start): Do not use BP_SYM.
23661         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23662         (PARMS): Do not use macros from bp-asm.h.
23663         (DEST): Likewise.
23664         (SRC): Likewise.
23665         (__stpcpy): Likewise.  Do not use BP_SYM.
23666         (stpcpy): Do not use BP_SYM in weak_alias.
23667         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23668         "bp-asm.h".
23669         (PARMS): Do not use macros from bp-asm.h.
23670         (DEST): Likewise.
23671         (SRC): Likewise.
23672         (LEN): Likewise.
23673         (__stpncpy): Likewise.  Do not use BP_SYM.
23674         (stpncpy): Do not use BP_SYM in weak_alias.
23675         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23676         (PARMS): Do not use macros from bp-asm.h.
23677         (STR): Likewise.
23678         (CHR): Likewise.
23679         (strchr): Likewise.  Do not use BP_SYM.
23680         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23681         "bp-asm.h".
23682         (PARMS): Do not use macros from bp-asm.h.
23683         (STR): Likewise.
23684         (CHR): Likewise.
23685         (__strchrnul): Likewise.  Do not use BP_SYM.
23686         (strchrnul): Do not use BP_SYM in weak_alias.
23687         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23688         "bp-asm.h".
23689         (PARMS): Do not use macros from bp-asm.h.
23690         (STOP): Likewise.
23691         (strcspn): Do not use BP_SYM.
23692         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23693         "bp-asm.h".
23694         (PARMS): Do not use macros from bp-asm.h.
23695         (STR): Likewise.
23696         (STOP): Likewise.
23697         (strpbrk): Likewise.  Do not use BP_SYM.
23698         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23699         "bp-asm.h".
23700         (PARMS): Do not use macros from bp-asm.h.
23701         (STR): Likewise.
23702         (CHR): Likewise.
23703         (strrchr): Likewise.  Do not use BP_SYM.
23704         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23705         (PARMS): Do not use macros from bp-asm.h.
23706         (SKIP): Likewise.
23707         (strspn): Do not use BP_SYM.
23708         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23709         (PARMS): Do not use macros from bp-asm.h.
23710         (STR): Likewise.
23711         (DELIM): Likewise.
23712         (SAVE): Likewise.
23713         (FUNCTION): Likewise.  Do not use BP_SYM.
23714         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23715         aliases.
23716         (strtok_r): Likewise.
23717         (__GI___strtok_r): Likewise.
23718         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23719         (PARMS): Do not use macros from bp-asm.h.
23720         (S1): Likewise.
23721         (S2): Likewise.
23722         (SIZE): Likewise.
23723         (__mpn_sub_n): Do not use BP_SYM.
23724         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23725         "bp-asm.h".
23726         (PARMS): Do not use macros from bp-asm.h.
23727         (S1): Likewise.
23728         (SIZE): Likewise.
23729         (__mpn_submul_1): Do not use BP_SYM.
23730         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23731         <bp-sym.h>.
23732         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23733         and <bp-asm.h>.
23734         (PARMS): Do not use macros from bp-asm.h.
23735         (FLAGS): Likewise.
23736         (PTID): Likewise.
23737         (TLS): Likewise.
23738         (CTID): Likewise.
23739         (__clone): Do not use BP_SYM.
23740         (clone): Do not use BP_SYM in weak_alias.
23741         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23742         and <bp-asm.h>.
23743         (PARMS): Do not use macros from bp-asm.h.
23744         (LEN): Likewise.
23745         (__mmap64): Do not use BP_SYM.
23746         (mmap64): Do not use BP_SYM in weak_alias.
23747         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23748         <bp-sym.h> and <bp-asm.h>.
23749         (PARMS): Do not use macros from bp-asm.h.
23750         (__posix_fadvise64_l64): Do not use BP_SYM.
23751         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23752         (PARMS): Do not use macros from bp-asm.h.
23753         (NSOPS): Likewise.
23754         (semtimedop): Do not use BP_SYM.
23755         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23756         and <bp-asm.h>.
23757
23758 2013-02-21  Allan McRae  <allan@archlinux.org>
23759
23760         * manual/message.texi (Charset conversion in gettext):
23761         Move @end statement to beginning of line.
23762
23763 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23764
23765         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23766         static.
23767         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23768         Likewise.
23769
23770         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23771         (denorm): Likewise.
23772         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23773         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23774
23775 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23776
23777         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23778         tail-call to the resolved function if pltexit isn't needed.
23779
23780 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23781
23782         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23783         or Y being zero as being unlikely.
23784         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23785         Likewise.
23786
23787 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23788
23789         * manual/nss.texi (System Databases and Name Service Switch):
23790         Remove frobnicate @pxref.
23791
23792 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23793
23794         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23795         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23796
23797 2013-02-20  Petr Machata  <pmachata@redhat.com>
23798
23799         * elf/elf.h (R_ARM_TARGET1): New macro.
23800         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23801         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23802         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23803         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23804         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23805         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23806         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23807         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23808         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23809         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23810         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23811         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23812         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23813         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23814         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23815         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23816         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23817         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23818         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23819         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23820         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23821         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23822         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23823         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23824         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23825         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23826         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23827         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23828         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23829         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23830         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23831         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23832         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23833         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23834         (R_ARM_THM_GOT_BREL12): Likewise.
23835         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23836         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23837         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23838         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23839         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23840         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23841         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23842         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23843         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23844
23845 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23846
23847         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23848         __attribute_used__ to __attribute__ ((unused)).
23849
23850 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23851
23852         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23853         powerpc mpa.c.
23854         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23855         comment formatting.
23856         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23857
23858 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23859
23860         [BZ #13550]
23861         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23862         Remove macro.
23863         (ENTER): Remove both macro definitions.
23864         (LEAVE): Likewise.
23865         (CHECK_BOUNDS_LOW): Likewise.
23866         (CHECK_BOUNDS_HIGH): Likewise.
23867         (CHECK_BOUNDS_BOTH): Likewise.
23868         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23869         (RETURN_BOUNDED_POINTER): Likewise.
23870         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23871         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23872         (POP_ERRNO_LOCATION_RETURN): Likewise.
23873         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23874         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23875         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23876         macros.
23877         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23878         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23879         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23880         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23881         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23882         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23883         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23884         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23885         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23886         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23887         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23888         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23889         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23890         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23891         removed macros.
23892         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23893         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23894         macros.
23895         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23896         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23897         * sysdeps/i386/i586/memset.S (memset): Likewise.
23898         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23899         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23900         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23901         macros.
23902         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23903         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23904         Change uses of L(2) to L(out).
23905         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23906         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23907         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23908         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23909         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23910         removed macros.
23911         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23912         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23913         macros.
23914         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23915         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23916         (RETURN): Do not use macro LEAVE.
23917         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23918         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23919         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23920         * sysdeps/i386/i686/memset.S (memset): Likewise.
23921         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23922         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23923         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23924         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23925         Likewise.
23926         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23927         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23928         L(1_2) and L(1_3) into L(1).
23929         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23930         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23931         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23932         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23933         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23934         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23935         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23936         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23937         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23938         macros.
23939         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23940         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23941         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23942         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23943         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23944         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23945         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23946         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23947         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23948         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23949         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23950         * sysdeps/i386/strspn.S (strspn): Likewise.
23951         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23952         conditional code.
23953         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23954         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23955         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23956         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23957         L(1_3) into L(1_1).
23958         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23959         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23960         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23961         macros.
23962         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23963
23964 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23965
23966         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23967         macro.
23968
23969 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23970
23971         * math/atest-exp.c (exp_mpn): Remove ROUND.
23972         * math/atest-exp2.c (exp_mpn): Likewise.
23973         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23974
23975         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23976         * stdlib/tst-tls-atexit-lib.c: Likewise.
23977         * stdlib/tst-tls-atexit.c: Likewise.
23978
23979 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23980
23981         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23982         and __attribute_alloc_size__.
23983
23984 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23985
23986         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23987         __attribute_alloc_size__.
23988         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23989         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23990
23991 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23992
23993         * include/programs/xmalloc.h: New file.
23994         * catgets/gencat.c: Include it.
23995         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23996         * elf/pldd.c: Likewise.
23997         * iconv/iconv_charmap.c: Likewise.
23998         * iconv/iconvconfig.c: Likewise.
23999         * iconv/strtab.c: Likewise.
24000         * locale/programs/locale.c: Likewise.
24001         * locale/programs/localedef.h: Likewise.
24002         * locale/programs/simple-hash.c: Likewise.
24003         * nscd/nscd.h: Likewise.
24004         * nss/makedb.c: Likewise.
24005         * sysdeps/generic/ldconfig.h: Likewise.
24006
24007 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
24008
24009         * Versions.def: Add GLIBC_2.18.
24010         * include/link.h (struct link_map): New member l_tls_dtor_count.
24011         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
24012         (__call_tls_dtors): Likewise.
24013         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
24014         __cxa_thread_atexit_impl.
24015         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
24016         Likewise.
24017         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
24018         Likewise.
24019         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
24020         Likewise.
24021         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
24022         Likewise.
24023         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
24024         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24025         Likewise.
24026         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24027         Likewise.
24028         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24029         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24030         Likewise.
24031         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24032         (tests): Add test case tst-tls-atexit.
24033         (modules-names): Add shared library for tst-tls-atexit.
24034         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24035         (GLIBC_PRIVATE): Add __call_tls_dtors.
24036         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24037         for libstdc++.
24038         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24039         * stdlib/tst-tls-atexit.c: New test case.
24040         * stdlib/tst-tls-atexit-lib.c: New test case.
24041
24042         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24043
24044         * elf/Versions (ld): Add _dl_find_dso_for_object.
24045         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24046         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24047         (dl_open_worker): Use _dl_find_dso_for_object.
24048         * elf/dl-sym.c (do_sym): Likewise.
24049         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24050
24051 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24052
24053         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24054         Syntactic changes only.
24055         (_dl_runtime_profile): Do a tail-call to the resolved function.
24056
24057 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24058
24059         [BZ #13550]
24060         * sysdeps/x86_64/bp-asm.h: Remove file.
24061         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24062         <bp-sym.h> and <bp-asm.h>.
24063         (__clone): Do not use BP_SYM.
24064         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24065         <bp-sym.h> and <bp-asm.h>.
24066         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24067         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24068         "bp-asm.h".
24069         (_setjmp): Do not use BP_SYM.
24070         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24071         "bp-asm.h".
24072         (setjmp): Do not use BP_SYM.
24073         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24074         libc_hidden_def.
24075         (mempcpy): Do not use BP_SYM in weak_alias.
24076         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24077         "bp-asm.h".
24078         (strchr): Do not use BP_SYM.
24079         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24080         "bp-asm.h".
24081         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24082         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24083         (_start): Do not use BP_SYM.
24084         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24085         "bp-asm.h".
24086         (strcat): Do not use BP_SYM.
24087         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24088         "bp-asm.h".
24089         (STRCMP): Do not use BP_SYM.
24090         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24091         "bp-asm.h".
24092         (STRCPY): Do not use BP_SYM.
24093         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24094         "bp-asm.h".
24095         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24096         "bp-asm.h".
24097         (FUNCTION): Do not use BP_SYM.
24098         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24099         weak_alias.
24100         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24101
24102 2013-02-17  Andreas Jaeger  <aj@suse.de>
24103
24104         * time/Versions: Sort entries.
24105         * string/Versions: Likewise.
24106         * resolv/Versions: Likewise.
24107         * posix/Versions: Likewise.
24108         * iconv/Versions: Likewise.
24109         * elf/Versions: Likewise.
24110         * wcsmbs/Versions: Likewise.
24111
24112 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24113
24114         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24115         loop termination condition.
24116
24117         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24118         variable to calculate EZ.
24119         (__sqr): Likewise.
24120
24121         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24122         the lower precision input.
24123
24124 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24125
24126         [BZ #13550]
24127         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24128         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24129         (run-via-rtld-prefix): Do not handle %-bp tests.
24130         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24131         (all-object-suffixes): Remove .ob.
24132         (bppfx): Remove variable.
24133         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24134         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24135         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24136         [$(build-bounded) = yes] (libtype.ob): Likewise.
24137         * Makerules (elide-routines.ob): Remove variable.
24138         (do-tests-clean): Do not handle *-bp.out.
24139         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24140         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24141         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24142         (tests): Do not include $(tests-bp.out).
24143         (xtests): Do not include $(xtests-bp.out).
24144         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24145         [$(build-bounded) = yes] ($(addprefix
24146         $(objpfx),$(binaries-bounded))): Remove rule.
24147         ($(objpfx)%-bp.out): Remove rule.
24148         * config.make.in (build-bounded): Remove variable.
24149         * crypt/Makefile [$(build-bounded) = yes]
24150         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24151         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24152         append to variable.
24153         [$(build-bounded) = yes] (install-lib): Likewise.
24154         [$(build-bounded) = yes] (generated): Likewise.
24155         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24156         Remove rule.
24157         * intl/Makefile [$(build-bounded) = yes]
24158         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24159         * math/Makefile [$(build-bounded) = yes]
24160         ($(tests:%=$(objpfx)%-bp): Likewise.
24161         * misc/Makefile [$(build-bounded) = yes]
24162         ($(objpfx)tst-tsearch-bp): Likewise.
24163         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24164         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24165         Remove dependency.
24166         * string/Makefile (o-objects.ob): Remove variable.
24167         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24168         (CFLAGS-.ob): Remove variable.
24169         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24170         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24171         both definitions of variable.
24172         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24173         (ASFLAGS-.ob): Remove variable.
24174
24175 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24176
24177         [BZ #13550]
24178         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24179         Remove __BOUNDED_POINTERS__ from condition.
24180         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24181         * string/bits/string2.h [!__NO_STRING_INLINES &&
24182         !__BOUNDED_POINTERS__]: Likewise.
24183         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24184         Likewise.
24185         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24186         Remove conditional code.
24187         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24188         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24189         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24190         condition.
24191
24192         [BZ #13550]
24193         * csu/libc-start.c: Do not include <bp-sym.h>.
24194         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24195         * elf/dl-open.c: Do not include <bp-sym.h>.
24196         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24197         * math/fegetenv.c: Do not include <bp-sym.h>.
24198         (fegetenv): Do not use BP_SYM in versioned symbols.
24199         * nptl/sysdeps/pthread/bits/libc-lockP.h
24200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24201         <bp-sym.h>.
24202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24203         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24205         (__pthread_mutex_destroy): Likewise.
24206         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24207         (__pthread_mutex_lock): Likewise.
24208         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24209         (__pthread_mutex_trylock): Likewise.
24210         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24211         (__pthread_mutex_unlock): Likewise.
24212         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24213         (__pthread_mutexattr_init): Likewise.
24214         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24215         (__pthread_mutexattr_destroy): Likewise.
24216         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24217         (__pthread_mutexattr_settype): Likewise.
24218         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24219         (__pthread_rwlock_init): Likewise.
24220         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24221         (__pthread_rwlock_destroy): Likewise.
24222         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24223         (__pthread_rwlock_rdlock): Likewise.
24224         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24225         (__pthread_rwlock_tryrdlock): Likewise.
24226         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24227         (__pthread_rwlock_wrlock): Likewise.
24228         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24229         (__pthread_rwlock_trywrlock): Likewise.
24230         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24231         (__pthread_rwlock_unlock): Likewise.
24232         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24233         (__pthread_key_create): Likewise.
24234         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24235         (__pthread_setspecific): Likewise.
24236         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24237         (__pthread_getspecific): Likewise.
24238         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24239         Likewise.
24240         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24241         (_pthread_cleanup_push_defer): Likewise.
24242         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24243         (_pthread_cleanup_pop_restore): Likewise.
24244         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24245         (pthread_setcancelstate): Likewise.
24246         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24247         <bp-sym.h>.
24248         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24249         (memchr): Do not use BP_SYM in weak_alias.
24250         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24251         (fegetenv): Do not use BP_SYM in versioned symbols.
24252         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24253         (fesetenv): Do not use BP_SYM in versioned symbols.
24254         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24255         (feupdateenv): Do not use BP_SYM in versioned symbols.
24256         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24257         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24258         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24259         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24260         (open64): Do not use BP_SYM in weak_alias.
24261         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24262         (fegetenv): Do not use BP_SYM in versioned symbols.
24263         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24264         (fesetenv): Do not use BP_SYM in versioned symbols.
24265         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24266         (feupdateenv): Do not use BP_SYM in versioned symbols.
24267         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24268         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24269         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24270         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24271         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24272         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24273         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24274         <bp-sym.h>.
24275         (__libc_start_main): Do not use BP_SYM.
24276
24277 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24278
24279         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24280         redundant return line.
24281         (norm): Likewise.
24282         (denorm): Likewise.
24283         (dbl_mp): Likewise.
24284         (sub_magnitudes): Likewise.
24285         (__add): Likewise.
24286         (__sub): Likewise.
24287         (__mul): Likewise.
24288         (__inv): Likewise.
24289         (__dvd): Likewise.
24290         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24291         (norm): Likewise.
24292         (denorm): Likewise.
24293         (dbl_mp): Likewise.
24294         (sub_magnitudes): Likewise.
24295         (__add): Likewise.
24296         (__sub): Likewise.
24297         (__mul): Likewise.
24298         (__inv): Likewise.
24299         (__dvd): Likewise.
24300
24301         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24302         instead of __mul.
24303         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24304         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24305         (cc32): Likewise.
24306
24307         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24308         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24309         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24310         of __mul for squares.
24311         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24312         function
24313         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24314         Likewise.
24315         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24316         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24317
24318 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24319
24320         [BZ #13550]
24321         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24322         code.
24323         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24324         prototype or function definition.  Rename ubp_* variables and
24325         parameters.  Remove argv definitions conditional on
24326         [__BOUNDED_POINTERS__].
24327         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24328         * elf/dl-runtime.c (_dl_fixup): Likewise.
24329         * include/set-hooks.h (RUN_HOOK): Likewise.
24330         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24331         definition.
24332         * string/strcpy.c (strcpy): Do not use __unbounded.
24333         * sysdeps/generic/frame.h (struct layout): Likewise.
24334         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24335         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24336         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24337         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24338         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24339         (__backtrace): Likewise.
24340         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24341         use __ptrvalue.
24342         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24343         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24344         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24345         Likewise.
24346         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24347         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24348         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24349         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24350         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24351         Do not use __unbounded.
24352         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24353         Rename __unboundedrlimits parameter to rlimits in prototype.
24354         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24355         Do not use __unbounded.
24356         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24357         not use __ptrvalue.
24358         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24359         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24360         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24361         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24362         __ptrvalue or __unbounded.
24363         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24364         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24365         use __unbounded.
24366         (__new_msgctl): Do not use __ptrvalue.
24367         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24368         __unbounded.
24369         (__libc_msgrcv): Do not use __ptrvalue.
24370         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24371         startup_info): Do not use __unbounded.
24372         (__libc_start_main): Likewise.  Rename ubp_* variables and
24373         parameters.  Remove argv definitions conditional on
24374         [__BOUNDED_POINTERS__].
24375         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24376         __ptrvalue.
24377         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24378         use __unbounded.
24379         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24380         or __ptrvalue.
24381         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24382         use __unbounded.
24383         (__new_shmctl): Do not use __ptrvalue.
24384         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24385         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24386         Likewise.
24387         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24388         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24389         (__libc_sigaction): Likewise.
24390         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24391         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24392         Likewise.
24393         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24394
24395 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24396
24397         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24398
24399         * string/mempcpy.c: Implement by calling memcpy.
24400
24401 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24402
24403         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24404
24405         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24406         evaluation.
24407
24408         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24409         values in the mantissa.
24410
24411         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24412         minimize writes to Z.
24413         (sub_magnitudes): Simplify code a bit.
24414
24415 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24416
24417         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24418         from the message.  The linker prefixes all warnings with that already.
24419
24420 2013-02-12  Andreas Schwab  <schwab@suse.de>
24421
24422         [BZ #15078]
24423         * posix/regexec.c (extend_buffers): Add parameter min_len.
24424         (check_matching): Pass minimum needed length.
24425         (clean_state_log_if_needed): Likewise.
24426         (get_subexp): Likewise.
24427         * posix/Makefile (tests): Add bug-regex34.
24428         (bug-regex34-ENV): Define.
24429         * posix/bug-regex34.c: New file.
24430
24431         [BZ #11561]
24432         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24433         elements compare against the byte sequence of it, not its name.
24434         * posix/Makefile (tests): Add bug-regex35.
24435         (bug-regex35-ENV): Define.
24436         * posix/bug-regex35.c: New file.
24437
24438 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24439
24440         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24441         comment.
24442         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24443         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24444         (CHECK_EOL): Add undef.
24445
24446 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24447
24448         * bits/stdlib-bsearch.h: New file.
24449         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24450         * stdlib/stdlib.h: Likewise.
24451
24452 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24453
24454         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24455         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24456         declaration.
24457         * manual/search.texi (Array Search Function): Add missing const in
24458         lfind prototype.
24459         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24460         declaration to use rlim_t.
24461         (Basic Scheduling Functions): Remove erroneous const from
24462         sched_getparam prototype.  Remove erroneous * from
24463         sched_get_priority_max and sched_get_priority_min prototypes.
24464         (Resource Usage): Fix summary @comment on vtimes to refer to
24465         sys/vtimes.h rather than vtimes.h.
24466         Add missing *s in vtimes prototype.
24467         (Limits on Resources): Fix ulimit prototype to return long int.
24468         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24469         prototypes to use long int rather than double.
24470         (BSD Random): Fix initstate and setstate to use char *, not void *.
24471         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24472         prototype to make second argument 'struct aiocb64 *const[]'.
24473         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24474         (Status of AIO Operations): Remove erroneous const in aio_return and
24475         aio_return64 prototypes.
24476         (Synchronizing I/O): Fix sync prototype to return void.
24477         * manual/startup.texi (Suboptions): Remove an erroneous const in
24478         getsubopt prototype.
24479         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24480         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24481         use size_t rather than int.
24482         (Scanning All Users): Likewise for getpwent_r.
24483         (Setting Groups): Add missing const to setgroups prototype.
24484         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24485         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24486         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24487         'const void *' rather than 'const char *'.
24488         (Host Address Functions): Likewise for inet_ntop.
24489         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24490         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24491         ssize_t for return value.
24492         (Sending Data): Likewise for send, sendto, sendmsg.
24493         (Socket Option Functions): Add a missing const in setsockopt prototype.
24494         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24495         use wchar_t for the argument.
24496         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24497         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24498         take no arguments.
24499         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24500         double/float/long double for second argument.
24501         Fix return types of significand, significandf, significandl.
24502         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24503         argument in fchmod prototype.
24504         (File Owner): Use uid_t and gid_t in fchown prototype.
24505         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24506         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24507         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24508         use 'const struct dirent **' as argument types to CMP function pointer
24509         argument.
24510         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24511         (File Times): Fix summary magic @comment for struct utimbuf and utime
24512         to refer to utime.h, not time.h.
24513         * manual/string.texi (Argz Functions): Add missing const in
24514         argz_extract and argz_next prototypes.
24515         (Finding Tokens in a String): Likewise for basename.
24516         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24517         (Copying and Concatenation): Fix typo in wmemmove prototype.
24518         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24519         (Signal Stack): Remove erroneous const in sigstack prototype.
24520         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24521         prototype.
24522         (Simple Calendar Time): Likewise for stime.
24523         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24524         prototype.
24525         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24526         say sys/sysctl.h instead.
24527         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24528         and vsyslog prototypes.
24529
24530 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24531
24532         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24533         Remove.
24534
24535 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24536
24537         * misc/sys/mman.h: Fix typo in mremap comment.
24538
24539 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24540
24541         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24542         the '\0' terminator.
24543
24544 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24545
24546         [BZ #13550]
24547         * debug/segfault.c: Don't include <bp-checks.h>.
24548         * sysdeps/generic/bp-checks.h: Remove file.
24549         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24550         (__GETDENTS): Don't use CHECK_N.
24551         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24552         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24553         (__getgroups): Don't use CHECK_N.
24554         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24555         (setgroups): Don't use CHECK_N.
24556         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24557         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24558         (__libc_msgrcv): Don't use CHECK_N.
24559         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24560         (__libc_msgsnd): Don't use CHECK_N.
24561         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24562         <bp-checks.h>.
24563         (__libc_pread): Don't use CHECK_N.
24564         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24565         include <bp-checks.h>.
24566         (__libc_pread64): Don't use CHECK_N.
24567         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24568         include <bp-checks.h>.
24569         (__libc_pwrite): Don't use CHECK_N.
24570         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24571         include <bp-checks.h>.
24572         (__libc_pwrite64): Don't use CHECK_N.
24573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24574         <bp-checks.h>.
24575         (__libc_pread): Don't use CHECK_N.
24576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24577         include <bp-checks.h>.
24578         (__libc_pread64): Don't use CHECK_N.
24579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24580         include <bp-checks.h>.
24581         (__libc_pwrite): Don't use CHECK_N.
24582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24583         include <bp-checks.h>.
24584         (__libc_pwrite64): Don't use CHECK_N.
24585         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24586         (do_pread): Don't use CHECK_N.
24587         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24588         (do_pread64): Don't use CHECK_N.
24589         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24590         (do_pwrite): Don't use CHECK_N.
24591         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24592         (do_pwrite64): Don't use CHECK_N.
24593         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24594         (__libc_readv): Don't use CHECK_N.
24595         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24596         (semop): Don't use CHECK_N.
24597         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24598         <bp-checks.h>.
24599         (semtimedop): Don't use CHECK_N.
24600         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24601         (__libc_pread): Don't use CHECK_N.
24602         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24603         <bp-checks.h>.
24604         (__libc_pread64): Don't use CHECK_N.
24605         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24606         <bp-checks.h>.
24607         (__libc_pwrite): Don't use CHECK_N.
24608         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24609         <bp-checks.h>.
24610         (__libc_pwrite64): Don't use CHECK_N.
24611         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24612         <bp-checks.h>.
24613         (__libc_msgrcv): Don't use CHECK_N.
24614         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24615         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24616         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24617         (__libc_writev): Don't use CHECK_N.
24618
24619 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24620
24621         * string/strcpy.c: Removed unused variable.
24622
24623         * Makeconfig (+sysdep-includes): Define with := rather than =.
24624         Use an existing include/ subdir of each sysdeps dir before it.
24625
24626 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24627
24628         * nscd/connection.c (register_traced_file): Comment function.
24629         [HAVE_INOTIFY] (union __inev): Define.
24630         [HAVE_INOTIFY] (inotify_check_files): New function.
24631         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24632         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24633         clear_db_cache.
24634         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24635
24636 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24637
24638         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24639         loaded if not already and that a failure is permanent.
24640
24641 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24642
24643         [BZ #15006]
24644         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24645         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24646
24647 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24648
24649         [BZ #13550]
24650         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24651         (CHECK_1_NULL_OK): Likewise.
24652         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24653         (__fxstat): Do not use CHECK_1.
24654         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24655         <bp-checks.h>.
24656         (___fxstat64): Do not use CHECK_1.
24657         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24658         <bp-checks.h>.
24659         (__fxstatat): Do not use CHECK_1.
24660         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24661         <bp-checks.h>.
24662         (__fxstatat64): Do not use CHECK_1.
24663         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24664         <bp-checks.h>.
24665         (__fxstat): Do not use CHECK_1.
24666         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24667         <bp-checks.h>.
24668         (__fxstatat): Do not use CHECK_1.
24669         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24670         <bp-checks.h>.
24671         (__getresgid): Do not use CHECK_1.
24672         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24673         <bp-checks.h>.
24674         (__getresuid): Do not use CHECK_1.
24675         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24676         <bp-checks.h>.
24677         (__lxstat): Do not use CHECK_1.
24678         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24679         <bp-checks.h>.
24680         (__old_msgctl): Do not use CHECK_1.
24681         (__new_msgctl): Likewise.
24682         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24683         <bp-checks.h>.
24684         (__new_setrlimit): Do not use CHECK_1.
24685         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24686         <bp-checks.h>.
24687         (__old_shmctl): Do not use CHECK_1.
24688         (__new_shmctl): Likewise.
24689         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24690         <bp-checks.h>.
24691         (__xstat): Do not use CHECK_1.
24692         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24693         (__lxstat): Do not use CHECK_1.
24694         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24695         <bp-checks.h>.
24696         (___lxstat64): Do not use CHECK_1.
24697         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24698         (__old_msgctl): Do not use CHECK_1.
24699         (__new_msgctl): Likewise.
24700         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24701         <bp-checks.h>.
24702         (__gettimeofday): Do not use CHECK_1.
24703         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24704         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24705         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24706         <bp-checks.h>.
24707         (__gettimeofday): Do not use CHECK_1.
24708         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24709         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24710         (__new_shmctl): Do not use CHECK_1.
24711         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24712         <bp-checks.h>.
24713         (do_sigtimedwait): Do not use CHECK_1.
24714         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24715         <bp-checks.h>.
24716         (do_sigwaitinfo): Do not use CHECK_1.
24717         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24718         <bp-checks.h>.
24719         (msgctl): Do not use CHECK_1.
24720         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24721         <bp-checks.h>.
24722         (shmctl): Do not use CHECK_1.
24723         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24724         (ustat): Do not use CHECK_1.
24725         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24726         <bp-checks.h>.
24727         (__fxstat): Do not use CHECK_1.
24728         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24729         <bp-checks.h>.
24730         (__fxstatat): Do not use CHECK_1.
24731         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24732         <bp-checks.h>.
24733         (__lxstat): Do not use CHECK_1.
24734         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24735         <bp-checks.h>.
24736         (__xstat): Do not use CHECK_1.
24737         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24738         (__xstat): Do not use CHECK_1.
24739         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24740         (___xstat64): Do not use CHECK_1.
24741
24742         [BZ #13550]
24743         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24744         definitions.
24745         (CHECK_BOUNDS_HIGH): Likewise.
24746         * string/strcpy.c: Do not include <bp-checks.h>.
24747         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24748
24749 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24750
24751         * nscd/nscd-client.h (__nscd_drop_map_ref):
24752         Add __attribute__ ((unused)).
24753         * nis/nss-nisplus.h (niserr2nss): Likewise.
24754
24755         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24756         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24757
24758         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24759         Remove inline keyword.
24760         * include/rounding-mode.h (round_away): Likewise.
24761         * libio/wfileops.c (adjust_wide_data): Likewise.
24762         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24763         (__m128i_strloadu_tolower): Likewise.
24764         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24765         (__m128i_strloadu_tolower): Likewise.
24766         * time/mktime.c (ydhms_diff): Likewise.
24767         * locale/elem-hash.h (elem_hash): Likewise.
24768         * locale/setlocale.c (setdata): Likewise.
24769         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24770         (re_string_wchar_at): Likewise.
24771         (bitset_not, bitset_merge, bitset_mask): Likewise.
24772         [!(__GNUC__ > 3)] (inline): Remove macro.
24773         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24774         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24775         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24776         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24777         * string/memcmp.c (memcmp_bytes): Likewise.
24778         * locale/programs/locarchive.c (compute_hashval): Likewise.
24779         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24780         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24781         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24782         * nss/getent.c (print_rpc, print_protocols): Likewise.
24783         (print_passwd, print_group, print_aliases): Likewise.
24784         * nis/nss-nisplus.h (niserr2nss): Likewise.
24785         * nscd/connections.c (restart_p): Likewise.
24786         Change return type to bool.
24787
24788 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24789
24790         * Makeconfig (all-Depend-files): Add existing
24791         $(sorted-subdirs:=/Depend) files.
24792         (all-subdirs): Remove nss.
24793         * sysdeps/unix/inet/Subdirs: Add it here instead.
24794         * hesiod/Depend: New file.
24795
24796         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24797         instead of calling alloca.
24798
24799         * io/lseek.c (__lseek): Rename to __libc_lseek.
24800         Define __lseek as an alias.
24801
24802         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24803
24804 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24805
24806         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24807         else clause and remove check for non-standard endianness.
24808
24809 2013-02-04  David S. Miller  <davem@davemloft.net>
24810
24811         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24812
24813 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24814
24815         [BZ #13550]
24816         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24817         (__ubp_memchr): Remove prototype.
24818         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24819         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24820         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24821         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24822         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24823         Remove alias.
24824         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24825         (__ubp_memchr): Likewise.
24826         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24827         (__ubp_memchr): Likewise.
24828         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24829         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24830         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24831         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24832         CHECK_STRING.
24833         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24834         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24835         (__getcwd): Do not use CHECK_STRING.
24836         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24837         <bp-checks.h>.
24838         (__real_chown): Do not use CHECK_STRING.
24839         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24840         <bp-checks.h>.
24841         (fchownat): Do not use CHECK_STRING.
24842         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24843         CHECK_STRING.
24844         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24845         <bp-checks.h>.
24846         (__lchown): Do not use CHECK_STRING.
24847         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24848         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24849         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24850         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24852         include <bp-checks.h>.
24853         (truncate64): Do not use CHECK_STRING.
24854         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24855         <bp-checks.h>.
24856         (__real_chown): Do not use CHECK_STRING.
24857         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24858         <bp-checks.h>.
24859         (__lchown): Do not use CHECK_STRING.
24860         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24861         <bp-checks.h>.
24862         (__chown): Do not use CHECK_STRING.
24863         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24864         <bp-checks.h>.
24865         (truncate64): Do not use CHECK_STRING.
24866         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24867         Likewise.
24868         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24869         (__xmknod): Do not use CHECK_STRING.
24870         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24871         <bp-checks.h>.
24872         (__xmknodat): Do not use CHECK_STRING.
24873         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24874         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24875
24876 2013-02-04  Andreas Schwab  <schwab@suse.de>
24877
24878         [BZ #14142]
24879         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24880         * include/netdb.h: Likewise for h_errno.
24881         * elf/tst-stackguard1.c: Include <tls.h>.
24882
24883 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24884
24885         * elf/link.h (struct link_map): Extend the l_addr comment.
24886         * include/link.h (struct link_map): Likewise.
24887
24888 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24889
24890         [BZ #13550]
24891         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24892         (BOUNDED_1): Remove macro.
24893         * debug/backtrace.c: Don't include <bp-checks.h>.
24894         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24895         (__backtrace): Likewise.
24896         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24897         <bp-checks.h>.
24898         (__backtrace): Don't use BOUNDED_1.
24899         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24900         <bp-checks.h>.
24901         (__backtrace): Don't use BOUNDED_1.
24902         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24903         (__backtrace): Don't use BOUNDED_1.
24904         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24905         (shmat): Don't use BOUNDED_N.
24906
24907 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24908
24909         [BZ #13550]
24910         * sysdeps/generic/bp-start.h: Remove file.
24911         * csu/libc-start.c: Don't include <bp-start.h>.
24912         (LIBC_START_MAIN): Set up __environ directly instead of using
24913         INIT_ARGV_and_ENVIRON.
24914         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24915         <bp-start.h>.
24916
24917         [BZ #13550]
24918         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24919         definitions.
24920         (CHECK_FCNTL): Likewise.
24921         (CHECK_N_PAGES): Likewise.
24922
24923         [BZ #13550]
24924         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24925         definitions.
24926         (CHECK_SIGSET_NULL_OK): Likewise.
24927         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24928         <bp-checks.h>.
24929         (sigpending): Don't use CHECK_SIGSET.
24930         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24931         <bp-checks.h>.
24932         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24933         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24934         <bp-checks.h>.
24935         (do_sigsuspend): Don't use CHECK_SIGSET.
24936         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24937         use CHECK_SIGSET.
24938         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24939         (do_sigwait): Don't use CHECK_SIGSET.
24940         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24941         use CHECK_SIGSET.
24942         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24943         include <bp-checks.h>.
24944         (sigpending): Don't use CHECK_SIGSET.
24945         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24946         include <bp-checks.h>.
24947         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24948         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24949         <bp-checks.h>.
24950         (sigpending): Don't use CHECK_SIGSET.
24951         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24952         <bp-checks.h>.
24953         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24954
24955         [BZ #13550]
24956         * sysdeps/generic/bp-semctl.h: Remove file.
24957         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24958         <bp-checks.h> and <bp-semctl.h>.
24959         (__old_semctl): Don't use CHECK_SEMCTL.
24960         (__new_semctl): Likewise.
24961         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24962         and <bp-semctl.h>.
24963         (__old_semctl): Don't use CHECK_SEMCTL.
24964         (__new_semctl): Likewise.
24965         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24966         <bp-checks.h> and <bp-semctl.h>.
24967         (__old_semctl): Don't use CHECK_SEMCTL.
24968         (__new_semctl): Likewise.
24969         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24970         <bp-checks.h> and <bp-semctl.h>.
24971         (semctl): Don't use CHECK_SEMCTL.
24972
24973         [BZ #13550]
24974         * Makerules (elide-bp-thunks): Remove variable.
24975         (elide-routines.oS): Don't use $(elide-bp-thunks).
24976         (elide-routines.os): Likewise.
24977         (elide-routines.o): Likewise.
24978         (elide-routines.op): Likewise.
24979         (elide-routines.og): Likewise.
24980         (objects): Don't use $(bp-thunks).
24981         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24982         include.
24983         (common-generated): Do not add s-proto-bp.d.
24984         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24985         (int): Likewise.
24986         (typ): Likewise.
24987         Do not generate makefile rules for bounded-pointer thunks.
24988         * sysdeps/generic/bp-thunks.h: Remove file.
24989         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24990         * sysdeps/unix/s-proto-bp.S: Likewise.
24991
24992         [BZ #15062]
24993         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24994         parts of result separately when argument is not close to line from
24995         -i to i and one part of argument is small.
24996         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24997         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24998         * math/libm-test.inc (cacos_test): Add more tests.
24999         (casin_test): Likewise.
25000         (casinh_test): Likewise.
25001         * sysdeps/i386/fpu/libm-test-ulps: Update.
25002         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25003
25004 2013-01-31  David S. Miller  <davem@davemloft.net>
25005
25006         * po/de.po: Update from translation team.
25007
25008 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
25009
25010         * time/tzfile.c: Include stdint.h for SIZE_MAX.
25011
25012 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
25013
25014         * configure.in (_AC_PROG_CC_C89): New definition.
25015         * configure: Regenerate.
25016
25017         * configure.in (AC_PROG_CPP): New definition.
25018         * configure: Regenerate.
25019
25020 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25021
25022         * debug/tst-backtrace.h: New file.
25023         * debug/tst-backtrace2.c: Include tst-backtrace.h.
25024         (ret): Remove variable.
25025         (x): Likewise.
25026         (FAIL): Remove macro.
25027         (NO_INLINE): Likewise.
25028         (fn1): Use match function instead of strstr.
25029         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25030         (ret): Remove variable.
25031         (x): Likewise.
25032         (FAIL): Remove macro.
25033         (NO_INLINE): Likewise.
25034         (fn): Use match function instead of strstr.
25035         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25036         (ret): Remove variable.
25037         (x): Likewise.
25038         (FAIL): Remove macro.
25039         (NO_INLINE): Likewise.
25040         (handle_signal): Use match function instead of strstr.
25041         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25042         (ret): Remove variable.
25043         (x): Likewise.
25044         (FAIL): Remove macro.
25045         (NO_INLINE): Likewise.
25046         (handle_signal): Use match function instead of strstr.
25047
25048 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25049
25050         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25051
25052 2013-01-23  David S. Miller  <davem@davemloft.net>
25053
25054         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25055         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25056         argument of CAS if possible.
25057         * sysdeps/sparc/sparc64/bits/atomic.h
25058         (__arch_compare_and_exchange_val_32_acq): Likewise.
25059         (__arch_compare_and_exchange_val_64_acq): Likewise.
25060
25061 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25062
25063         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25064         * sysdeps/posix/ulimit.c: ... this.
25065         Include <limits.h>.
25066         * sysdeps/unix/bsd/ulimit.c: Remove file.
25067
25068 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25069
25070         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25071         (LDFLAGS-tst-array5): Likewise.
25072
25073 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25074
25075         [BZ #15036]
25076         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25077         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25078         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25079         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25080
25081 2013-01-21  David S. Miller  <davem@davemloft.net>
25082
25083         * sysdeps/sparc/backtrace.c: New file.
25084         * sysdeps/sparc/sparc32/backtrace.h: New file.
25085         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25086         * sysdeps/sparc/sparc64/backtrace.h: New file.
25087         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25088         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25089         -funwind-tables.
25090
25091 2013-01-21  Andreas Schwab  <schwab@suse.de>
25092
25093         [BZ #15020]
25094         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25095         closed its stdout.
25096
25097 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25098
25099         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25100         "mpa2.h".
25101         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25102
25103 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25104             Mark Mitchell  <mark@codesourcery.com>
25105             Tom de Vries  <tom@codesourcery.com>
25106             Paul Pluzhnikov  <ppluzhnikov@google.com>
25107
25108         * debug/tst-backtrace2.c: New file.
25109         * debug/tst-backtrace3.c: Likewise.
25110         * debug/tst-backtrace4.c: Likewise.
25111         * debug/tst-backtrace5.c: Likewise.
25112         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25113         (CFLAGS-tst-backtrace3.c): Likewise.
25114         (CFLAGS-tst-backtrace4.c): Likewise.
25115         (CFLAGS-tst-backtrace5.c): Likewise.
25116         (LDFLAGS-tst-backtrace2): Likewise.
25117         (LDFLAGS-tst-backtrace3): Likewise.
25118         (LDFLAGS-tst-backtrace4): Likewise.
25119         (LDFLAGS-tst-backtrace5): Likewise.
25120         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25121         tst-backtrace4 and tst-backtrace5.
25122
25123 2013-01-18  Anton Blanchard  <anton@samba.org>
25124             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25125
25126         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25127         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25128         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25129         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25131         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25132         "+r" and remove output regs list as redundant.  Add explicit inline
25133         asm to specify register of return val to work around compiler codegen
25134         bug.  Remove (int) cast on return value.  Add return type parameter to
25135         use in macro so that this macro does not truncate return value for
25136         64-bit values.
25137         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25138         pass to INTERNAL_VSYSCALL_NCS.
25139         (INLINE_VSYSCALL): Add 'long int' as return type to
25140         INTERNAL_VSYSCALL_NCS macro invocation.
25141         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25142         INTERNAL_VSYSCALL_NCS macro invocation.
25143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25144
25145 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25146
25147         [BZ #14496]
25148         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25149         Fix application of SIMD FP exception mask.
25150
25151         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25152         mp_no from a power of two.
25153         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25154         __mpexp_twomm1.  Use __pow_mp.
25155
25156         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25157         multiplication.
25158
25159 2013-01-17  David S. Miller  <davem@davemloft.net>
25160
25161         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25162
25163 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25164
25165         [BZ #15023]
25166         * include/complex.h: Condition contents on [!_COMPLEX_H].
25167         (__kernel_casinhf): New prototype.
25168         (__kernel_casinh): Likewise.
25169         (__kernel_casinhl): Likewise.
25170         * math/Makefile (libm_calls): Add k_casinh.
25171         * math/k_casinh.c: New file.
25172         * math/k_casinhf.c: Likewise.
25173         * math/k_casinhl.c: Likewise.
25174         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25175         finite nonzero arguments.
25176         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25177         finite nonzero arguments.
25178         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25179         finite nonzero arguments.
25180         * math/s_casinh.c: Do not include <float.h>.
25181         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25182         * math/s_casinhf.c: Do not include <float.h>.
25183         (__casinhf): Move code for finite nonzero arguments to
25184         k_casinhf.c.
25185         * math/s_casinhl.c: Do not include <float.h>.
25186         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25187         redefine.
25188         (__casinhl): Move code for finite nonzero arguments to
25189         k_casinhl.c.
25190         * math/libm-test.inc (cacos_test): Add more tests.
25191         * sysdeps/i386/fpu/libm-test-ulps: Update.
25192         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25193
25194 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25195
25196         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25197         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25198         [!HAVE_MREMAP]: Remove [defined linux] case.
25199         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25200
25201 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25202
25203         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25204
25205 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25206
25207         * elf/elf.h (R_386_SIZE32): New relocation.
25208         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25209         R_386_SIZE32.
25210         (elf_machine_rela): Likewise.
25211         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25212         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25213
25214 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25215
25216         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25217         (FP_FAST_FMA): Do not define.
25218         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25219         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25220         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25221         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25222         !_SOFT_FLOAT]: Likewise.
25223         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25224         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25225         value.
25226         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25227         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25228         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25229         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25230         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25231         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25232         file.
25233
25234 2013-01-16  Andreas Schwab  <schwab@suse.de>
25235
25236         [BZ #14327]
25237         * include/stdlib.h (__mktemp): Add declaration.
25238         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25239         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25240
25241 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25242
25243         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25244         definitions.
25245         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25246         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25247         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25248         definitions here.
25249         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25250         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25251         definitions.
25252         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25253         and ONE.
25254         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25255         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25256         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25257         definitions.
25258         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25259         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25260         definitions.
25261         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25262
25263         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25264
25265 2013-01-15  David S. Miller  <davem@davemloft.net>
25266
25267         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25268         trunc{,f} to libm-sysdep_routes.
25269         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25271         file.
25272         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25273         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25274         file.
25275         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25276         file.
25277         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25278         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25279         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25280         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25281         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25282         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25283         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25284         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25285
25286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25287         nearbyint{,f} to libm-sysdep_routes.
25288         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25289         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25290         New file.
25291         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25292         file.
25293         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25294         New file.
25295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25296         file.
25297         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25298         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25299         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25300         file.
25301         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25302         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25303         file.
25304         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25305         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25306         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25307
25308         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25309         libc_feholdexcept and libc_fesetenv.
25310
25311 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25312
25313         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25314
25315 2013-01-14  David S. Miller  <davem@davemloft.net>
25316
25317         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25318         (SPARC_ASM_VIS2_IFUNC): Likewise.
25319         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25321         use of 'siam' instruction.
25322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25323         Likewise.
25324         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25325         Likewise.
25326         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25327         Likewise.
25328         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25329         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25330         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25331         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25332         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25333         file.
25334         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25335         file.
25336         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25337         file.
25338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25339         file.
25340         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25341         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25342         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25343         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25344         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25345         new VIS2 routines.
25346         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25347         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25348         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25349         Likewise.
25350         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25351         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25352         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25353         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25355         routines to libm-sysdep_routines.
25356         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25357
25358         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25359         fdim/fdimf to libm-sysdep_routines.
25360         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25361         file.
25362         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25363         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25364         file.
25365         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25366         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25367         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25368         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25369         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25370         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25371         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25372
25373 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25374
25375         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25376         to optimize copies.
25377
25378         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25379         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25380         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25381
25382         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25383         local variable MPTWO.
25384         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25385         Likewise.
25386
25387 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25388
25389         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25390         GLOB_NOESCAPE.
25391
25392 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25393
25394         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25395
25396 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25397
25398         * manual/pattern.texi (glob_t): Document gl_flags.
25399         (glob64_t): Likewise.
25400
25401 2013-01-11  David S. Miller  <davem@davemloft.net>
25402
25403         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25404         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25405         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25406         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25407         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25408         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25409         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25410         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25411         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25412         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25413         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25414         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25415         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25416
25417         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25418         sparc V9 rather than using V8 code.
25419         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25420         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25421
25422         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25423         Move to...
25424         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25425         Here.
25426
25427 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25428
25429         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25430         not in the main loop.
25431         * configure: Regenerated.
25432
25433 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25434
25435         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25436         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25437         to just #else.
25438         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25439         [!__GLIBC_HAVE_LONG_LONG] case.
25440         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25441         condition to just #else.
25442         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25443         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25444         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25445         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25446         unconditional.
25447         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25448         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25449         #elif condition to just #else.
25450         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25451         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25452         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25453         #elif condition to just #else.
25454
25455 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25456
25457         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25458         (EF_MIPS_ARCH_64): Fix value.
25459         (EF_MIPS_ARCH_32R2): New.
25460         (EF_MIPS_ARCH_64R2): New.
25461
25462 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25463
25464         * Makeconfig (+link-pie-before-libc): New.
25465         (+link-pie-after-libc): Likewise.
25466         (+link-pie-tests): Likewise.
25467         (+link-pie): Rewritten.
25468         (link-before-libc): Remove $(config-LDFLAGS).
25469         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25470         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25471         (config-LDFLAGS): Renamed to ...
25472         (rtld-LDFLAGS): This.
25473         (rtld-tests-LDFLAGS): New macro.
25474         (link-libc-rpath-link): Likewise.
25475         (link-libc-tests-rpath-link): Likewise.
25476         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25477         (link-libc): Prepand $(link-libc-rpath-link).
25478         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25479         (test-program-prefix): New macro.
25480         (test-via-rtld-prefix): Likewise.
25481         (test-program-cmd): Likewise.
25482         (host-test-program-cmd): Likewise.
25483         * Makefile ($(common-objpfx)testrun.sh): Replace
25484         $(run-program-prefix) with $(test-program-prefix).
25485         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25486         $(rtld-LDFLAGS).
25487         ($(common-objpfx)shlib.lds): Likewise.
25488         (build-module-helper): Likewise.
25489         ($(common-objpfx)format.lds): Likewise.
25490         * Rules (binaries-pie-tests): New.
25491         (binaries-pie-notests): Likewise.
25492         (binaries-pie): Rewritten.
25493         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25494         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25495         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25496         (make-test-out): Replace $(host-built-program-cmd) with
25497         $(host-test-program-cmd).
25498         * config.make.in (build-hardcoded-path-in-tests): New variable.
25499         * configure.in (--enable-hardcoded-path-in-tests): New configure
25500         option.
25501         (hardcoded_path_in_tests): New AC_SUBST.
25502         * configure: Regenerated.
25503         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25504         $(built-program-cmd) with $(test-program-cmd).
25505         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25506         (test_program_cmd): This.
25507         * elf/Makefile ($(objpfx)order.out): Run test with
25508         $(test-program-prefix).
25509         ($(objpfx)order2.out): Likewise.
25510         ($(objpfx)tst-initorder.out): Likewise.
25511         ($(objpfx)tst-initorder2.out): Likewise.
25512         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25513         $(test-program-cmd).
25514         ($(objpfx)tst-array1-static.out): Likewise.
25515         ($(objpfx)tst-array2.out): Likewise.
25516         ($(objpfx)tst-array3.out): Likewise.
25517         ($(objpfx)tst-array4.out): Likewise.
25518         ($(objpfx)tst-array5.out): Likewise.
25519         ($(objpfx)tst-array5-static.out): Likewise.
25520         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25521         $(test-program-cmd).
25522         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25523         $(run-program-prefix) with $(test-program-prefix).
25524         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25525         (test_program_prefix): This.
25526         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25527         $(run-program-prefix) with $(test-program-prefix).
25528         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25529         (test_program_prefix): This.
25530         * iconvdata/tst-tables.sh: Likewise.
25531         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25532         $(run-program-prefix) with $(test-program-prefix).
25533         ($(objpfx)tst-translit.out): Likewise.
25534         ($(objpfx)tst-gettext2.out): Likewise.
25535         ($(objpfx)tst-gettext4.out): Likewise.
25536         ($(objpfx)tst-gettext6.out): Likewise.
25537         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25538         (test_program_prefix): This.
25539         * intl/tst-gettext2.sh: Likewise.
25540         * intl/tst-gettext4.sh  Likewise.
25541         * intl/tst-gettext6.sh: Likewise.
25542         * intl/tst-translit.sh: Likewise.
25543         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25544         with $(test-program-cmd).
25545         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25546         $(run-program-prefix) with $(test-program-prefix).
25547         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25548         (test_program_prefix): This.
25549         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25550         $(run-program-prefix) with $(test-program-prefix).
25551         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25552         (test_program_prefix): This.
25553         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25554         * posix/Makefile ($(objpfx)globtest.out): Replace
25555         $(run-via-rtld-prefix) and $(test-wrapper) with
25556         $(test-program-prefix) and $(test-via-rtld-prefix).
25557         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25558         $(test-program-prefix).
25559         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25560         $(host-test-program-cmd).
25561         (tst-spawn-ARGS): Likewise.
25562         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25563         $(test-program-prefix).
25564         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25565         (test_via_rtld_prefix): This.
25566         (test_wrapper): Renamed to ...
25567         (test_program_prefix): This.
25568         (run_program_prefix): Replaced by test_program_prefix.
25569         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25570         (test_program_prefix): This.
25571         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25572         with $(host-test-program-cmd).
25573         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25574         $(run-program-prefix) with $(test-program-prefix).
25575         ($(objpfx)tst-printf.out): Likewise.
25576         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25577         $(test-program-cmd).
25578         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25579         (test_program_prefix): This.
25580         * stdio-common/tst-unbputc.sh: Likewise.
25581         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25582         $(run-program-prefix) with $(test-program-prefix).
25583         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25584         (test_program_prefix): This.
25585         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25586         $(built-program-cmd) with $(test-program-cmd).
25587
25588 2013-01-11  Andreas Jaeger  <aj@suse.de>
25589
25590         [BZ #15003]
25591         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25592         value. Sync with Linux 3.7.
25593
25594 2013-01-10  David S. Miller  <davem@davemloft.net>
25595
25596         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25597         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25598         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25599
25600 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25601
25602         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25603         never set.
25604         * configure: Regenerated.
25605
25606 2013-01-10  David S. Miller  <davem@davemloft.net>
25607
25608         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25609         sparc V9 rather than using V8 code.
25610         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25611         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25612
25613 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25614
25615         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25616         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25617         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25618         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25619         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25620         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25621         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25622         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25623         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25624         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25625         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25626         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25627         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25628         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25629         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25630         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25631         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25632         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25633         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25634         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25635         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25636         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25637         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25638         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25639         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25640         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25641         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25642
25643 2013-01-10  David S. Miller  <davem@davemloft.net>
25644
25645         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25646
25647 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25648
25649         * posix/Makefile (tests-static): New variable.
25650         (tests): Add $(tests-static).
25651         (tst-exec-static-ARGS): New variable.
25652         (tst-spawn-static-ARGS): Likewise.
25653         * posix/tst-exec-static.c: New file.
25654         * posix/tst-spawn-static.c: Likewise.
25655         * posix/tst-exec.c: Support run directly.
25656         * posix/tst-spawn.c: Likewise.
25657
25658 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25659
25660         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25661         long.
25662         * math/bits/mathcalls.h (llrint): Likewise.
25663         (llround): Likewise.
25664         * stdlib/stdlib.h (struct drand48_data): Likewise.
25665         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25666         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25667         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25668         Likewise.
25669         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25670         Likewise.
25671         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25672         (elf_greg_t): Likewise.
25673         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25674         (__jmp_buf): Likewise.
25675         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25676         definitions.
25677         (llrint): Likewise, for all definitions.
25678         (llrintl): Likewise.
25679
25680         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25681         Remove [__GNUC__] condition.
25682         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25683         condition to just [__USE_ISOC99].
25684         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25685
25686 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25687
25688         [BZ #14200]
25689         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25690         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25691         defined.
25692         (_POSIX_V6_ILP32_OFF32): Likewise.
25693         (_XBS5_ILP32_OFF32): Likewise.
25694         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25695         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25696
25697 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25698
25699         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25700
25701         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25702         doubles __mpexp_twomm1.  Adjust usage.
25703         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25704         Remove.
25705
25706 2013-01-10  Andreas Schwab  <schwab@suse.de>
25707
25708         [BZ #14964]
25709         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25710         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25711
25712 2013-01-09  David S. Miller  <davem@davemloft.net>
25713
25714         [BZ #15003]
25715         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25716         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25717         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25718         (TCP_FASTOPEN): Define.
25719         (tcp_repair_opt): New structure.
25720         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25721         enum values.
25722         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25723         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25724         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25725         (tcp_cookie_transactions): New structure.
25726
25727 2013-01-09  Anton Blanchard  <anton@samba.org>
25728
25729         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25730         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25731         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25732         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25733
25734 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25735
25736         * include/features.h (__USE_ANSI): Remove.
25737
25738 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25739
25740         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25741
25742         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25743
25744 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25745
25746         * sysdeps/s390/fpu/libm-test-ulps: Update.
25747
25748         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25749
25750         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25751         (__acr): Likewise.
25752         (__cpy): Likewise.
25753         (norm): Likewise.
25754         (denorm): Likewise.
25755         (__mp_dbl): Likewise.
25756         (__dbl_mp): Likewise.
25757         (add_magnitudes): Likewise.
25758         (sub_magnitudes): Likewise.
25759         (__add): Likewise.
25760         (__sub): Likewise.
25761         (__mul): Likewise.
25762         (__inv): Likewise.
25763         (__dvd): Likewise.
25764         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25765         (__acr): Likewise.
25766         (__cpy): Likewise.
25767         (norm): Likewise.
25768         (denorm): Likewise.
25769         (__mp_dbl): Likewise.
25770         (__dbl_mp): Likewise.
25771         (add_magnitudes): Likewise.
25772         (sub_magnitudes): Likewise.
25773         (__add): Likewise.
25774         (__sub): Likewise.
25775         (__mul): Likewise.
25776         (__inv): Likewise.
25777         (__dvd): Likewise.
25778         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25779         (__acr): Likewise.
25780         (__cpy): Likewise.
25781         (norm): Likewise.
25782         (denorm): Likewise.
25783         (__mp_dbl): Likewise.
25784         (__dbl_mp): Likewise.
25785         (add_magnitudes): Likewise.
25786         (sub_magnitudes): Likewise.
25787         (__add): Likewise.
25788         (__sub): Likewise.
25789         (__mul): Likewise.
25790         (__inv): Likewise.
25791         (__dvd): Likewise.
25792
25793 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25794
25795         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25796         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25797         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25798         2 && __USE_EXTERN_INLINES]: Likewise.
25799
25800 2013-01-08  Andreas Jaeger  <aj@suse.de>
25801
25802         [BZ# 14985]
25803         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25804         Remove.
25805         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25806         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25807
25808 2013-01-07  Anton Blanchard  <anton@samba.org>
25809
25810         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25811         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25812         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25813         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25814         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25815         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25816         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25817         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25818         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25819         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25820         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25821         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25822         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25823         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25824         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25825         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25826         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25827         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25828         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25829         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25830         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25831         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25832         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25833         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25834         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25835         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25836         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25837         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25838         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25839         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25840         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25841         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25842         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25843         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25844         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25845         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25846         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25847         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25848         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25849         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25850         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25851         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25852         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25853
25854 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25855
25856         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25857         (__MALLOC_PMT): Likewise.
25858         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25859         [__GNUC__], only on [_LIBC].
25860         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25861         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25862         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25863         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25864         forward declaration.
25865         (realloc_hook_ini): Likewise.
25866         (memalign_hook_ini): Likewise.
25867         (__libc_memalign): Do not use __MALLOC_PMT in variable
25868         declaration.
25869         (__libc_valloc): Likewise.
25870         (__libc_pvalloc): Likewise.
25871         (__libc_calloc): Likewise.
25872         (__posix_memalign): Likewise.
25873
25874         [BZ #14996]
25875         * math/s_casinh.c: Include <float.h>.
25876         (__casinh): Do not do computation with squaring and square root
25877         for large arguments.
25878         * math/s_casinhf.c: Include <float.h>.
25879         (__casinhf): Do not do computation with squaring and square root
25880         for large arguments.
25881         * math/s_casinhl.c: Include <float.h>.
25882         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25883         (__casinhl): Do not do computation with squaring and square root
25884         for large arguments.
25885         * math/libm-test.inc (casin_test): Add more tests.
25886         (casinh_test): Likewise.
25887         * sysdeps/i386/fpu/libm-test-ulps: Update.
25888         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25889
25890 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25891
25892         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25893         (__x86_64_raw_data_cache_size): Likewise.
25894         (__x86_64_data_cache_size_half): Likewise.
25895         (__x86_64_raw_data_cache_size_half): Likewise.
25896         (__x86_64_shared_cache_size): Likewise.
25897         (__x86_64_raw_shared_cache_size): Likewise.
25898         (__x86_64_shared_cache_size_half): Likewise.
25899         (__x86_64_raw_shared_cache_size_half): Likewise.
25900         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25901         to ...
25902         (__x86_data_cache_size): This.
25903         (__x86_64_raw_data_cache_size): Renamed to ...
25904         (__x86_raw_data_cache_size): This.
25905         (__x86_64_data_cache_size_half): Renamed to ...
25906         (__x86_data_cache_size_half): This.
25907         (__x86_64_raw_data_cache_size_half): Renamed to ...
25908         (__x86_raw_data_cache_size_half): This.
25909         (__x86_64_shared_cache_size): Renamed to ...
25910         (__x86_shared_cache_size): This.
25911         (__x86_64_raw_shared_cache_size): Renamed to ...
25912         (__x86_raw_shared_cache_size): This.
25913         (__x86_64_shared_cache_size_half): Renamed to ...
25914         (__x86_shared_cache_size_half): This.
25915         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25916         (__x86_raw_shared_cache_size_half): This.
25917         * sysdeps/x86_64/memcpy.S: Updated.
25918         * sysdeps/x86_64/memset.S: Likewise.
25919         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25920         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25921         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25922
25923 2013-01-04  David S. Miller  <davem@davemloft.net>
25924
25925         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25926
25927 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25928
25929         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25930         1 to avoid redefinition warning.
25931         (__USE_GNU): Don't define.
25932         (init_signaling_nan): Protoize.
25933
25934         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25935
25936 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25937
25938         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25939         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25940         (__cpymn): Likewise.
25941         (norm): Remove commented code.
25942         (denorm): Likewise.
25943         (__mp_dbl): Likewise.
25944         (__inv): Likewise.
25945         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25946         (__cpymn): Likewise.
25947         (norm): Remove commented code.
25948         (denorm): Likewise.
25949         (__mp_dbl): Likewise.
25950         (__inv): Likewise.
25951
25952         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
25953         mp_no value for 1.0 and 2.0.
25954         (norm): Use RADIXI instead of radixi.d.
25955         (denorm): Likewise.
25956         (__mul): Use 0.0 instead of zero.d.
25957         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25958         mp_no value for 1.0 and 2.0.
25959         (norm): Use RADIXI instead of radixi.d.
25960         (denorm): Likewise.
25961         (__mul): Use 0.0 instead of zero.d.
25962
25963 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25964
25965         [BZ #14994]
25966         * math/s_casinh.c (__casinh): Reduce finite argument to first
25967         quadrant then set signs of results at the end.
25968         * math/s_casinhf.c (__casinhf): Likewise.
25969         * math/s_casinhl.c (__casinhl): Likewise.
25970         * math/libm-test.inc (casin_test): Add more tests.
25971         (casinh_test): Likewise.
25972         * sysdeps/i386/fpu/libm-test-ulps: Update.
25973         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25974
25975 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25976
25977         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25978
25979         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25980
25981         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25982         declarations.
25983         (denorm): Likewise.
25984         (__mp_dbl): Likewise.
25985         (__inv): Likewise.
25986
25987         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25988         and adjust the header comment.
25989
25990         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25991         variable name from declaration.
25992
25993 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25994
25995         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25996         Initialize COMMON_CPUID_INDEX_7 element.
25997         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25998         (CPUID_RTM): Likewise.
25999         (HAS_RTM): Likewise.
26000         (COMMON_CPUID_INDEX_7): New enum.
26001
26002 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
26003
26004         [BZ #14981]
26005         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
26006         size is zero, record memory as freed.
26007
26008 2013-01-03  Andreas Jaeger  <aj@suse.de>
26009
26010         * po/ia.po: Add new Interlingua translation.
26011
26012 2012-01-03  Allan McRae  <allan@archlinux.org>
26013
26014         * locale/programs/localedef.c: Fix description of '--posix' flag.
26015
26016 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
26017
26018         * NEWS: Update dates in second copyright notice.
26019         * README: Update copyright dates in example.
26020         * manual/libc.texinfo: Update copyright dates.
26021         * scripts/test-installation.pl: Update copyright date in --version
26022         output.
26023
26024         * hurd/ctty-input.c: Fix copyright notice formatting.
26025         * hurd/ctty-output.c: Likewise.
26026         * hurd/dtable.c: Likewise.
26027         * hurd/hurd-raise.c: Likewise.
26028         * hurd/hurdprio.c: Likewise.
26029         * hurd/msgportdemux.c: Likewise.
26030         * misc/sys/file.h: Likewise.
26031         * misc/sys/ioctl.h: Likewise.
26032         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26033         * sysdeps/mach/hurd/chdir.c: Likewise.
26034         * sysdeps/mach/hurd/fchdir.c: Likewise.
26035         * sysdeps/mach/hurd/rename.c: Likewise.
26036         * sysdeps/mach/hurd/rmdir.c: Likewise.
26037         * sysdeps/mach/hurd/seekdir.c: Likewise.
26038         * sysdeps/mach/hurd/setsid.c: Likewise.
26039         * sysdeps/posix/wait3.c: Likewise.
26040
26041         * All files with FSF copyright notices: Update copyright dates
26042         using scripts/update-copyrights.
26043         * intl/plural.c: Regenerated.
26044         * locale/programs/charmap-kw.h: Likewise.
26045         * locale/programs/locfile-kw.h: Likewise.
26046
26047 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26048
26049         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26050         four values.
26051
26052         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26053         calculation loop and add branch prediction.
26054
26055         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26056         check access beyond bounds of m1np.
26057
26058         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26059         MPTWO.
26060         (__inv): Remove local variable MPTWO to use the global
26061         constant.
26062         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26063         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26064         variable MPTWO.
26065         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26066         MP3HALFS static const.
26067
26068 2013-01-01  David S. Miller  <davem@davemloft.net>
26069
26070         * po/ca.po: Update from translation team.
26071
26072 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26073
26074         * scripts/update-copyrights: New file.
26075         * Makeconfig: Reformat copyright notice.
26076         * ctype/ctype.h: Likewise.
26077         * debug/swprintf_chk.c: Likewise.
26078         * elf/dl-cache.c: Likewise.
26079         * elf/dl-debug.c: Likewise.
26080         * elf/dl-object.c: Likewise.
26081         * grp/initgroups.c: Likewise.
26082         * hurd/Makefile: Likewise.
26083         * hurd/hurd/signal.h: Likewise.
26084         * hurd/hurdfault.c: Likewise.
26085         * hurd/hurdioctl.c: Likewise.
26086         * hurd/hurdlookup.c: Likewise.
26087         * hurd/intr-msg.c: Likewise.
26088         * iconv/gconv_open.c: Likewise.
26089         * libio/swprintf.c: Likewise.
26090         * locale/lc-ctype.c: Likewise.
26091         * locale/nl_langinfo.c: Likewise.
26092         * mach/Machrules: Likewise.
26093         * mach/Makefile: Likewise.
26094         * malloc/obstack.h: Likewise.
26095         * manual/Makefile: Likewise.
26096         * manual/tsort.awk: Likewise.
26097         * misc/bits/stab.def: Likewise.
26098         * nis/nis_print_group_entry.c: Likewise.
26099         * nis/nis_table.c: Likewise.
26100         * nis/nss_compat/compat-pwd.c: Likewise.
26101         * nis/nss_compat/compat-spwd.c: Likewise.
26102         * po/Makefile: Likewise.
26103         * posix/fnmatch.c: Likewise.
26104         * posix/regex.h: Likewise.
26105         * resolv/Makefile: Likewise.
26106         * resolv/nss_dns/dns-network.c: Likewise.
26107         * resolv/res_hconf.c: Likewise.
26108         * scripts/gen-sorted.awk: Likewise.
26109         * soft-fp/soft-fp.h: Likewise.
26110         * stdio-common/printf.h: Likewise.
26111         * stdlib/monetary.h: Likewise.
26112         * stdlib/random.c: Likewise.
26113         * stdlib/random_r.c: Likewise.
26114         * sysdeps/generic/Makefile: Likewise.
26115         * sysdeps/gnu/Makefile: Likewise.
26116         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26117         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26118         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26119         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26120         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26121         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26122         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26123         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26124         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26125         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26126         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26127         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26128         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26129         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26130         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26131         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26132         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26133         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26134         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26135         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26136         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26137         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26138         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26139         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26140         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26141         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26142         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26143         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26144         * sysdeps/mach/hurd/errnos.awk: Likewise.
26145         * sysdeps/mach/hurd/fork.c: Likewise.
26146         * sysdeps/mach/hurd/getcwd.c: Likewise.
26147         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26148         * sysdeps/mach/hurd/mmap.c: Likewise.
26149         * sysdeps/mach/hurd/utimes.c: Likewise.
26150         * sysdeps/mach/hurd/xmknod.c: Likewise.
26151         * sysdeps/posix/profil.c: Likewise.
26152         * sysdeps/posix/readdir_r.c: Likewise.
26153         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26154         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26155         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26156         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26157         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26158         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26159         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26160         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26161         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26162         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26163         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26164         * sysdeps/pthread/lio_listio.c: Likewise.
26165         * sysdeps/sparc/dl-procinfo.h: Likewise.
26166         * sysdeps/unix/i386/sysdep.S: Likewise.
26167         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26168         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26169         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26170         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26172         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26173         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26174         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26175         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26176         * sysdeps/wordsize-32/divdi3.c: Likewise.
26177         * time/sys/time.h: Likewise.
26178         * wcsmbs/Makefile: Likewise.
26179
26180 2013-01-01  David S. Miller  <davem@davemloft.net>
26181
26182         * po/fr.po: Update from translation team.
26183
26184         * catgets/gencat.c: Update copyright year.
26185         * csu/version.c: Likewise.
26186         * debug/catchsegv.sh: Likewise.
26187         * debug/pcprofiledump.c: Likewise.
26188         * debug/xtrace.sh: Likewise.
26189         * elf/ldconfig.c: Likewise.
26190         * elf/ldd.bash.in: Likewise.
26191         * elf/pldd.c: Likewise.
26192         * elf/sotruss.ksh: Likewise.
26193         * elf/sprof.c: Likewise.
26194         * iconv/iconv_prog.c: Likewise.
26195         * iconv/iconvconfig.c: Likewise.
26196         * locale/programs/locale.c: Likewise.
26197         * locale/programs/localedef.c: Likewise.
26198         * login/programs/pt_chown.c: Likewise.
26199         * malloc/memusage.sh: Likewise.
26200         * malloc/memusagestat.c: Likewise.
26201         * malloc/mtrace.pl: Likewise.
26202         * nscd/nscd.c: Likewise.
26203         * nss/getent.c: Likewise.
26204         * nss/makedb.c: Likewise.
26205         * posix/getconf.c: Likewise.
26206
26207 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26208
26209         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26210         numbers.
26211
26212 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26213
26214         * math/bits/mathcalls.h (modf): Use __nonnull.
26215
26216 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26217
26218         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26219         (split): Use macro CN instead of the bare value.
26220         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26221         could be used.
26222         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26223         instead of the bare value.
26224         (power1): Likewise.
26225
26226 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26227
26228         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26229         __ATAN_TWOM.
26230         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26231
26232         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26233         their values.
26234         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26235         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26236         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26237         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26238
26239 2012-12-28  Andreas Jaeger  <aj@suse.de>
26240
26241         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26242         values are from Linux 3.7.
26243
26244         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26245         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26246
26247 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26248
26249         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26250         TRUE case.
26251
26252         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26253         (norm): Likewise.
26254         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26255         variables with preprocessor constants.
26256         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26257         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26258         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26259
26260 2012-12-27  Bruno Haible  <bruno@clisp.org>
26261
26262         [BZ #14317]
26263         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26264         only if needed.
26265
26266 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26267
26268         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26269         and use variable directly.
26270         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26271
26272         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26273         MPONE.
26274         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26275         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26276         variable MPONE.
26277         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26278         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26279         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26280         include directive.  Remove local variable MPONE.
26281         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26282         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26283         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26284
26285 2012-12-25  David S. Miller  <davem@davemloft.net>
26286
26287         * version.h (RELEASE): Set to "development".
26288         (VERSION): Set to "2.17.90".
26289         * NEWS: Add 2.18 section.
26290
26291 2012-12-21  David S. Miller  <davem@davemloft.net>
26292
26293         * po/hr.po: Update from translation team.
26294
26295 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26296
26297         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26298
26299 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26300
26301         * NEWS:  Mention new memcpy for MIPS.
26302
26303 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26304
26305         * manual/contrib.texi (Contributors): Spelling correction.
26306
26307 2012-12-15  David S. Miller  <davem@davemloft.net>
26308
26309         * po/ru.po: Update from translation team.
26310
26311 2012-12-13  David S. Miller  <davem@davemloft.net>
26312
26313         * NEWS: Mention IFUNC testsuite enhancements.
26314
26315         * po/pl.po: Update from translation team.
26316         * po/bg.po: Likewise.
26317
26318         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26319         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26320
26321 2012-12-11  David S. Miller  <davem@davemloft.net>
26322
26323         * po/sv.po: Update from translation team.
26324
26325         * po/vi.po: Update from translation team.
26326
26327         * po/cs.po: Update from translation team.
26328
26329         * po/de.po: Update from translation team.
26330         * po/eo.po: Likewise.
26331         * po/nl.po: Likewise.
26332
26333 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26334
26335         [BZ #14246]
26336         * manual/argp.texi (Argp Helper Functions): Move node to follow
26337         Argp Parsing State.
26338
26339         [BZ #14872]
26340         * manual/conf.texi (Limits on File System Capacity): Mention if
26341         terminating null is included in the max size.
26342
26343 2012-12-10  Andreas Jaeger  <aj@suse.de>
26344
26345         * po/cs.po: Update from translation team.
26346
26347 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26348
26349         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26350         void pointer and cast to uintptr_t.
26351         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26352         path.
26353         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26354         * sysdeps/s390/s390-64/memset.S: Likewise.
26355
26356 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26357
26358         [BZ #14833]
26359         * menual/message.texi (Message Translation): Fix typos.
26360         (Helper programs for gettext): Likewise.
26361
26362 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26363
26364         [BZ #14898]
26365         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26366         Change to -1.
26367
26368 2012-12-07  David S. Miller  <davem@davemloft.net>
26369
26370         * po/libc.pot: Update.
26371
26372 2012-12-07  Richard Henderson  <rth@redhat.com>
26373
26374         [BZ #10114]
26375         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26376         normal/normal case to before the switch.
26377         (_FP_DIV): Likewise.
26378
26379 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26380             Mike Frysinger  <vapier@gentoo.org>
26381
26382         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26383         check for __NR_fadvise64_64.
26384
26385 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26386
26387         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26388         0, not just to plain "0" as a statement.
26389         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26390         with cw.
26391
26392 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26393
26394         * NEWS: Use sourceware.org in Bugzilla URL.
26395
26396 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26397
26398         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26399         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26400
26401         * stdio-common/tst-put-error.c (do_test): Add newline to the
26402         padded test to ensure flush.
26403
26404 2012-12-05  Jeff Law  <law@redhat.com>
26405
26406         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26407
26408 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26409
26410         * README: Don't refer to ports add-on as distributed separately.
26411         Mention AArch64 in list of systems supported in the ports add-on.
26412
26413         * LICENSES: Add more non-FSF copyright and license notices.
26414
26415         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26416         ((unused)).
26417
26418         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26419
26420         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26421         10000 as width of padded output.
26422
26423 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26424
26425         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26426
26427         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26428         variable LX with __attribute__ ((unused)).
26429         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26430         Likewise.
26431         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26432         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26433         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26434         with __attribute__ ((unused)).
26435
26436 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26437
26438         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26439
26440 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26441
26442         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26443         (CFLAGS-nldbl-acos.c): New variable.
26444         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26445         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26446         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26447         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26448         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26449         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26450         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26451         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26452         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26453         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26454         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26455         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26456         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26457         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26458         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26459         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26460         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26461         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26462         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26463         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26464         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26465         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26466         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26467         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26468         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26469         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26470         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26471         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26472         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26473         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26474         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26475         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26476         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26477         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26478         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26479         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26480         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26481         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26482         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26483         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26484         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26485         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26486         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26487         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26488         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26489         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26490         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26491         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26492         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26493         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26494         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26495         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26496         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26497         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26498         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26499         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26500         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26501         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26502         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26503         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26504         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26505         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26506         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26507         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26508         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26509         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26510         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26511         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26512         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26513         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26514         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26515         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26516         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26517         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26518         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26519         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26520         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26521         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26522         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26523         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26524         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26525         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26526         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26527         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26528         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26529         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26530         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26531         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26532         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26533         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26534         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26535         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26536         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26537         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26538         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26539         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26540         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26541
26542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26543         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26544
26545         [BZ #14914]
26546         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26547         whole low double instead of just low 47 bits when splitting values
26548         into two parts.
26549
26550 2012-12-03  Allan McRae  <allan@archlinux.org>
26551
26552         * manual/stdio.texi (Predefined Printf Handlers): Remove
26553         @hsep and @vsep usage.
26554
26555 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26556
26557         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26558         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26559
26560 2012-12-03  Jeff Law  <law@redhat.com>
26561
26562         * time/sys/time.h (settimeofday): Do not mark TV argument
26563         as __nonnull.
26564
26565 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26566
26567         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26568         when currently writing and seek to current position when not.
26569         * libio/Makefile (tests): Remove bug-fclose1.
26570         * libio/bug-fclose1.c: Delete.
26571
26572 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26573
26574         * manual/arith.texi (feenableexcept): Fix typo.
26575         (fedisableexcept): Likewise.
26576
26577 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26578
26579         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26580         second, differently-typed declaration, rather than a cast.
26581
26582 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26583
26584         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26585         * include/rpc/svc.h: ... here.
26586
26587 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26588
26589         [BZ #13013]
26590         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26591         depending n and resplen2 to catch cases where answer
26592         equals answerp2.
26593
26594 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26595
26596         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26597         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26598
26599 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26600
26601         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26602
26603 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26604
26605         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26606
26607 2012-11-28  Jeff Law  <law@redhat.com>
26608
26609         [BZ #13761]
26610         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26611         dataset_temporary.  Track alloca usage into alloca_used.
26612         If dataset is large allocate and release it via malloc/free.
26613
26614 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26615
26616         [BZ #14197]
26617         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26618
26619 2012-11-28  David S. Miller  <davem@davemloft.net>
26620
26621         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26622
26623 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26624
26625         [BZ #14803]
26626         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26627         of pi/2 rounded to nearest to 64 bits.
26628         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26629         nearest to 64 bits.
26630         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26631         bits.
26632
26633 2012-11-28  Jeff Law <law@redhat.com>
26634             Martin Osvald <mosvald@redhat.com>
26635
26636         [BZ #14889]
26637         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26638         * sunrpc/svc.c: Include time.h.
26639         (__svc_accept_failed): New function.
26640         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26641         any reason other than EINTR, call __svc_accept_failed.
26642         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26643         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26644
26645 2012-11-28  Andreas Schwab  <schwab@suse.de>
26646
26647         * scripts/abilist.awk: Also handle indirect functions in .opd
26648         section.
26649
26650 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26651
26652         [BZ #13881]
26653         * sysdeps/x86/fpu/powl_helper.c: New file.
26654         * sysdeps/x86/fpu/Makefile: Likewise.
26655         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26656         (p3): New object.
26657         (__ieee754_powl): Use __powl_helper for finite arguments except
26658         integer exponents below 8.
26659         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26660         (p3): New object.
26661         (__ieee754_powl): Use __powl_helper for finite arguments except
26662         integer exponents below 8.
26663         * math/libm-test.inc (pow_test): Add more tests and enable some
26664         previously disabled tests.
26665         * sysdeps/i386/fpu/libm-test-ulps: Update.
26666         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26667
26668 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26669             Carlos O'Donell  <carlos_odonell@mentor.com>
26670
26671         * nss/makedb.c (is_prime): Assert that input is odd and greater
26672         than 4.  Note that fact in a comment too.
26673         (next_prime): Add 4 to input.
26674
26675 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26676
26677         [BZ #11741]
26678         * libio/Makefile (tests): Add test case tst-fwrite-error.
26679         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26680         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26681         * libio/tst-fwrite-error.c: New test case.
26682
26683 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26684
26685         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26686         before casting to void *.
26687         * include/libc-internal.h (__pointer_type): New macro.
26688         (__integer_if_pointer_type_sub): Likewise.
26689         (__integer_if_pointer_type): Likewise.
26690         (cast_to_integer): Likewise.
26691         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26692         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26693         before casting to atomic64_t.
26694         (atomic_exchange_acq): Likewise.
26695         (__arch_exchange_and_add_body): Likewise.
26696         (__arch_add_body): Likewise.
26697         (atomic_add_negative): Likewise.
26698         (atomic_add_zero): Likewise.
26699
26700 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26701
26702         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26703         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26704         (add_fdes): Likewise.
26705         (linear_search_fdes): Likewise.
26706         (binary_search_unencoded_fdes): Likewise.
26707
26708 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26709
26710         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26711
26712 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26713
26714         * configure.in: Autodetect C++ header directories.
26715         * configure: Regenerated.
26716
26717 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26718
26719         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26720
26721 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26722
26723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26724
26725 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26726
26727         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26728         LDBL_MANT_DIG == 106]: Disable some tests.
26729         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26730         Likewise.
26731         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26732         Likewise.
26733
26734         [BZ #14871]
26735         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26736         input for small inputs.  Return +/- pi/2 for large inputs.
26737         * math/libm-test.inc (atan_test): Add more tests.
26738
26739         * sysdeps/generic/unwind-dw2-fde-glibc.c
26740         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26741         __attribute__ ((unused)).
26742
26743         [BZ #14645]
26744         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26745         x * y if x and y are nonzero and z is zero.
26746
26747         [BZ #14811]
26748         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26749         nonzero exponents with absolute value below 0x1p-117 to +/-
26750         0x1p-117.
26751
26752         [BZ #14869]
26753         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26754         up arguments below 2**-450, not just those below 2**-500.
26755         * math/libm-test.inc (hypot_test): Add another test.
26756
26757         [BZ #14868]
26758         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26759         Return a+b for ratio over 2**120, not 2**60.
26760         * math/libm-test.inc (hypot_test): Add another test.
26761
26762         * math/libm-test.inc (clog_test): Use
26763         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26764         (clog10_test): Likewise.
26765
26766         [BZ #6778]
26767         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26768
26769 2012-11-22  Andreas Schwab  <schwab@suse.de>
26770
26771         * sysdeps/i386/fpu/libm-test-ulps: Update.
26772
26773 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26774
26775         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26776         printf output with newline.
26777
26778 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26779
26780         [BZ #14865]
26781         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26782         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26783         -z nodlopen, -z initfirst and -z execstack support.
26784         * configure: Regenerated.
26785
26786         * elf/elf.h (DF_1_NODIRECT): New macro.
26787         (DF_1_IGNMULDEF): Likewise.
26788         (DF_1_NOKSYMS): Likewise.
26789         (DF_1_NOHDR): Likewise.
26790         (DF_1_EDITED): Likewise.
26791         (DF_1_NORELOC): Likewise.
26792         (DF_1_SYMINTPOSE): Likewise.
26793         (DF_1_GLOBAUDIT): Likewise.
26794         (DF_1_SINGLETON): Likewise.
26795         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26796         DT_1_SUPPORTED_MASK bits.
26797         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26798
26799 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26800
26801         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26802
26803 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26804
26805         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26806         macro.
26807
26808         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26809         (sendmmsg): Move declarations...
26810         * socket/sys/socket.h: ... here.
26811         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26812         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26813         include it from...
26814         * socket/recvmmsg.c: ... this new file.
26815         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26816         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26817         definition of __sendmmsg hidden.
26818         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26819         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26820         Move ENOSYS stub into and include it from...
26821         * socket/sendmmsg.c: ... this new file.
26822         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26823         (sysdep_routines): Move recvmmsg and sendmmsg...
26824         * socket/Makefile (routines): ... here.
26825         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26826         (GLIBC_PRIVATE): Add __sendmmsg.
26827         * include/sys/socket.h (__sendmmsg): Add declarations.
26828         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26829         sendmmsg.
26830
26831 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26832
26833         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26834         variable I1 with __attribute__ ((unused)).
26835         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26836
26837 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26838
26839         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26840         DUMMY variables with __attribute__ ((unused)).
26841
26842         * bits/byteswap.h: Include <bits/types.h>.
26843         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26844
26845 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26846
26847         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26848         string_t.  Do not manually set errno.
26849         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26850         length with __strnlen.  Make sure to both set errno and return it on
26851         failure.
26852
26853 2012-11-19  David S. Miller  <davem@davemloft.net>
26854
26855         With help from Joseph Myers.
26856         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26857         very large arguments properly.
26858         * math/libm-test.inc (atan_test): New tests.
26859         (atan2_test): New tests.
26860         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26861         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26862
26863 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26864
26865         [BZ #14856]
26866         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26867         Define to 3.
26868
26869         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26870         [POSIX] (EADDRNOTAVAIL): Likewise.
26871         [POSIX] (EAFNOSUPPORT): Likewise.
26872         [POSIX] (EALREADY): Likewise.
26873         [POSIX] (ECONNABORTED): Likewise.
26874         [POSIX] (ECONNREFUSED): Likewise.
26875         [POSIX] (ECONNRESET): Likewise.
26876         [POSIX] (EDESTADDRREQ): Likewise.
26877         [POSIX] (EDQUOT): Likewise.
26878         [POSIX] (EHOSTUNREACH): Likewise.
26879         [POSIX] (EIDRM): Likewise.
26880         [POSIX] (EISCONN): Likewise.
26881         [POSIX] (ELOOP): Likewise.
26882         [POSIX] (EMULTIHOP): Likewise.
26883         [POSIX] (ENETDOWN): Likewise.
26884         [POSIX] (ENETUNREACH): Likewise.
26885         [POSIX] (ENOBUFS): Likewise.
26886         [POSIX] (ENODATA): Likewise.
26887         [POSIX] (ENOLINK): Likewise.
26888         [POSIX] (ENOMSG): Likewise.
26889         [POSIX] (ENOPROTOOPT): Likewise.
26890         [POSIX] (ENOSR): Likewise.
26891         [POSIX] (ENOSTR): Likewise.
26892         [POSIX] (ENOTCONN): Likewise.
26893         [POSIX] (ENOTSOCK): Likewise.
26894         [POSIX] (EOPNOTSUPP): Likewise.
26895         [POSIX] (EOVERFLOW): Likewise.
26896         [POSIX] (EPROTO): Likewise.
26897         [POSIX] (EPROTONOSUPPORT): Likewise.
26898         [POSIX] (EPROTOTYPE): Likewise.
26899         [POSIX] (ESTALE): Likewise.
26900         [POSIX] (ETIME): Likewise.
26901         [POSIX] (ETXTBSY): Likewise.
26902         [POSIX] (EWOULDBLOCK): Likewise.
26903         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26904         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26905         [POSIX] (SEEK_CUR): Likewise.
26906         [POSIX] (SEEK_END): Likewise.
26907         [POSIX || UNIX98] (mode_t): Do not require.
26908         [POSIX] (off_t): Likewise.
26909         [POSIX] (pid_t): Likewise.
26910         [POSIX] (sys/stat.h): Do not allow header.
26911         [POSIX] (unistd.h): Likewise.
26912         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26913         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26914         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26915         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26916         require.
26917         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26918         sigevent): Specify elements.
26919         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26920         entry.
26921         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26922         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26923
26924         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26925         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26926         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26927         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26928         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26929         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26930         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26931         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26932         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26933         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26934         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26935         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26936         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26937         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26938         Likewise.
26939         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26940         Likewise.
26941         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26942         Likewise.
26943         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26944         Likewise.
26945         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26946         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26947         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26948         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26949         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26950         Specify lower bound on value.
26951         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26952         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26953         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26954         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26955         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26956         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26957         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26958         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26959         value.
26960         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26961         as optional.
26962         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26963         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26964         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26965         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26966         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26967         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26968         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26969         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26970         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26971         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26972         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26973         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26974         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26975         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26976         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26977         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26978         entry.
26979         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26980         optional.
26981         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26982         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26983         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26984         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26985         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26986         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26987         Likewise.
26988         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26989         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26990         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26991         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26992         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26993         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26994         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26995         as optional.
26996         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26997         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26998         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26999         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
27000         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
27001         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
27002         specify as optional.
27003         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
27004         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
27005         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
27006         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
27007         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
27008         [XPG3] (NL_LANGMAX): Likewise.
27009         [POSIX || XPG3] (NL_MSGMAX): Likewise.
27010         [POSIX || XPG3] (NL_NMAX): Likewise.
27011         [POSIX || XPG3] (NL_SETMAX): Likewise.
27012         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
27013         [XPG3] (NZERO): Likewise.
27014         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
27015         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
27016         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
27017         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
27018         (REG_ERANGE): Expect.
27019         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
27020         optional-constant.
27021         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
27022         Use (void) in prototype.
27023         [POSIX] (*_t): Allow.
27024         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27025         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27026         (WRDE_BADVAL): Expect.
27027
27028         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27029         expect.
27030         [XPG3 || XPG4] (O_RSYNC): Likewise.
27031         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27032         Likewise.
27033         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27034         [XPG3 || XPG4] (sigqueue): Likewise.
27035         [XPG3 || XPG4] (sigtimedwait): Likewise.
27036         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27037         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27038         [XPG3 || XPG4] (vsnprintf): Likewise.
27039         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27040         Likewise.
27041         [XPG3 || XPG4] (blksize_t): Likewise.
27042         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27043         Likewise.
27044         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27045         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27046         [XPG3 || XPG4] (struct itimerspec): Likewise.
27047         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27048         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27049         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27050         [XPG3 || XPG4] (clockid_t): Likewise.
27051         [XPG3 || XPG4] (timer_t): Likewise.
27052         [XPG3 || XPG4] (clock_getres): Likewise.
27053         [XPG3 || XPG4] (clock_gettime): Likewise.
27054         [XPG3 || XPG4] (clock_settime): Likewise.
27055         [XPG3 || XPG4] (nanosleep): Likewise.
27056         [XPG3 || XPG4] (timer_create): Likewise.
27057         [XPG3 || XPG4] (timer_delete): Likewise.
27058         [XPG3 || XPG4] (timer_gettime): Likewise.
27059         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27060         [XPG3 || XPG4] (timer_settime): Likewise.
27061         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27062         [XPG3 || XPG4] (getlogin_r): Likewise.
27063         [XPG3 || XPG4] (pread): Likewise.
27064         [XPG3 || XPG4] (pthread_atfork): Likewise.
27065         [XPG3 || XPG4] (pwrite): Likewise.
27066
27067         [BZ #14835]
27068         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27069         <bits/siginfo.h>.
27070
27071 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27072
27073         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27074         finalizing MALLSTREAM.
27075
27076         * sysdeps/mach/hurd/syncfs.c: New file.
27077
27078 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27079
27080         [BZ #14719]
27081         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27082         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27083         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27084         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27085         (_nss_dns_gethostbyname4_r): Likewise.
27086         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27087         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27088
27089 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27090
27091         [BZ #13763]
27092         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27093
27094 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27095
27096         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27097         * elf/cache.c (print_entry): Print ",AArch64" for
27098         FLAG_AARCH64_LIB64
27099
27100         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27101         * elf/cache.c (print_entry): Print ",hard-float" for
27102         FLAG_ARM_LIBHF.
27103
27104 2012-11-18  David S. Miller  <davem@davemloft.net>
27105
27106         With help from Joseph Myers.
27107         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27108         cutoff to 2**-13.
27109         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27110         cutoff to 2**-25.
27111         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27112         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27113         small.
27114         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27115         * math/libm-test.inc (y0_test): New tests.
27116         (y1_test): New tests.
27117         * sysdeps/i386/fpu/libm-test-ulps: Update.
27118         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27119         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27120
27121 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27122
27123         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27124         64-bit targets.
27125         * configure: Regenerated.
27126
27127 2012-11-17  David S. Miller  <davem@davemloft.net>
27128
27129         [BZ #14811]
27130         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27131         nonzero exponents with absolute value below 0x1p-128 to +/-
27132         0x1p-128.
27133
27134 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27135
27136         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27137
27138         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27139
27140         * posix/getconf-speclist.c: New file.
27141         * posix/posix-envs.def: Likewise.
27142         * posix/confstr.c (START_ENV_GROUP): New macro.
27143         (END_ENV_GROUP): Likewise.
27144         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27145         (KNOWN_PRESENT_ENV_STRING): Likewise.
27146         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27147         (UNKNOWN_ENVIRONMENT): Likewise.
27148         (confstr): Include posix-envs.def instead of handling
27149         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27150         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27151         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27152         (END_ENV_GROUP): Likewise.
27153         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27154         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27155         (UNKNOWN_ENVIRONMENT): Likewise.
27156         (__sysconf): Include posix-envs.def instead of handling associated
27157         cases directly here.
27158         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27159         preprocessing getconf-speclist.c rather than running getconf or
27160         generating empty file.
27161
27162 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27163
27164         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27165
27166 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27167
27168         [BZ #14672]
27169         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27170
27171 2012-11-16  David S. Miller  <davem@davemloft.net>
27172
27173         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27174         smaller than LDBL_EPSILON/2.0L, just return xm1.
27175
27176 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27177
27178         * elf/tst-array1.c (init): Set constructor priority to 1000.
27179         (fini): Set destructor priority to 1000.
27180         * elf/tst-array2dep.c: Likewise.
27181
27182 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27183
27184         [BZ #11741]
27185         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27186         (_IO_new_file_xsputn): Also return EOF if none of the input
27187         data was written when overflow failed.
27188         * libio/iopadn.c (_IO_padn): Likewise.
27189         * libio/iowpadn.c (_IO_wpadn): Likewise.
27190         * stdio-common/tst-put-error.c: Add copyright notice.
27191         (do_test): Add case for printing padded string.
27192         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27193         _IO_padn returned error.
27194         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27195         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27196         return EOF.
27197
27198 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27199
27200         * libio/libioP.h: Add comment note that the references to C++
27201         bits are now obsolete.
27202
27203 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27204
27205         * math/libm-test.inc (check_complex): Use asprintf.
27206
27207 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27208
27209         * debug/pcprofiledump.c (print_version): Update copyright year.
27210         * malloc/memusagestat.c (print_version): Likewise.
27211
27212 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27213
27214         [BZ #14831]
27215         * elf/Makefile (tests): Add tst-audit8.
27216         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27217         ($(objpfx)tst-audit8.out): New target.
27218         (tst-audit8-ENV): New variable.
27219         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27220         audit if l_reloc_result is NULL.
27221         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27222         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27223         * elf/tst-audit8.c: New file.
27224
27225 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27226
27227         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27228         * misc/Makefile (CFLAGS-select.c): Define.
27229         * posix/Makefile (CFLAGS-pause.c): Define.
27230
27231 2012-11-13  David S. Miller  <davem@davemloft.net>
27232
27233         * crypt/Makefile: Move test targets after toplevel Rules
27234         inclusion.  Grab any necessary sysdep routines when linking.
27235         * crypt/md5.c (md5_process_block): Remove define, we will always
27236         name it __md5_process_block.
27237         (md5_finish_ctx): Update md5_process_block call.
27238         (md5_stream): Likewise.
27239         (md5_process_bytes): Likewise.
27240         (md5_process_block): Rename to __md5_process_block and move to ...
27241         * crypt/md5-block.c: ... here.
27242         * crypt/sha256.c (sha256_process_block): Move to ...
27243         * crypt/sha256-block.c: ... here.
27244         * crypt/sha512.c (sha512_process_block): Move to ...
27245         * crypt/sha512-block.c: ... here.
27246         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27247         path.
27248         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27249         * sysdeps/sparc/sparc64/multiarch/Makefile
27250         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27251         crypt subdir.
27252         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27253         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27254         multiarch changes.
27255         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27256         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27257         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27258         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27259         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27260         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27261         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27262         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27263         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27264         file.
27265         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27266         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27267         file.
27268         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27269
27270 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27271
27272         * timezone/tzselect.ksh: Update from tzcode git revision
27273         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27274         * timezone/zdump.c: Likewise.
27275         * timezone/zic.c: Likewise.
27276         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27277         in TZVERSION setting, not $(PKGVERSION).
27278         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27279         REPORT_BUGS_TO settings.
27280
27281         [BZ #14838]
27282         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27283         macro.
27284
27285 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27286
27287         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27288         detection to immediately after _FP_ROUND().
27289         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27290         bits are 0.
27291
27292 2012-11-11  David S. Miller  <davem@davemloft.net>
27293
27294         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27295         inttypes.h
27296         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27297         __close rather than their public counterparts.
27298
27299 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27300
27301         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27302         file.
27303         [UNIX98] (sem_timedwait): Do not expect.
27304         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27305         [XPG4 || UNIX98] (sockatmark): Do not expect.
27306         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27307         (clock_getcpuclockid): Do not expect.
27308         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27309         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27310         Do not expect.
27311         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27312         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27313         [UNIX98] (vwscanf): Likewise.
27314         [UNIX98] (vswscanf): Likewise.
27315
27316 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27317
27318         * timezone/version.h: Remove file.
27319         * timezone/README: Do not refer to version.h.
27320         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27321         $(objpfx)version.h.
27322         ($(objpfx)zdump.o): Likewise.
27323         ($(objpfx)version.h): New target.
27324
27325         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27326         2012i.
27327         * timezone/README: Don't mention modification to tzselect.ksh.
27328         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27329         work on unmodified tzselect.ksh.  Substitute version numbers in
27330         tzselect.ksh.
27331
27332         * Makefile (format-me): Remove.
27333         (INSTALL): Adjust indentation.  Use commands directly instead of
27334         using $(format-me).
27335
27336         * aclocal.m4 (ACX_PKGVERSION): New macro.
27337         (ACX_BUGURL): Likewise.
27338         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27339         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27340         (REPORT_BUGS_TO): Likewise.
27341         * configure: Regenerated.
27342         * config.h.in (PKGVERSION): New macro.
27343         (REPORT_BUGS_TO): Likewise.
27344         * config.make.in (PKGVERSION): New variable.
27345         (PKGVERSION_TEXI): Likewise.
27346         (REPORT_BUGS_TO): Likewise.
27347         (REPORT_BUGS_TEXI): Likewise.
27348         * Makefile (format-me): Use -I$(common-objpfx)manual.
27349         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27350         ($(common-objpfx)manual/%): New target.
27351         (manual/%): Remove target.
27352         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27353         (print_version): Use PKGVERSION.
27354         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27355         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27356         and REPORT_BUGS_TO.
27357         ($(objpfx)xtrace): Likewise.
27358         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27359         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27360         (print_version): Use PKGVERSION.
27361         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27362         (do_version): Use PKGVERSION.
27363         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27364         REPORT_BUGS_TO.
27365         (common-ldd-rewrite): Likewise.
27366         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27367         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27368         (print_version): Use PKGVERSION.
27369         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27370         * elf/pldd.c (argp_program_bug_address): Remove variable.
27371         (more_help): New function.
27372         (argp): Use more_help.
27373         (print_version): Use PKGVERSION.
27374         * elf/sln.c (main): Use PKGVERSION.
27375         (usage): Use REPORT_BUGS_TO.
27376         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27377         (top level): Use PKGVERSION.
27378         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27379         (print_version): Use PKGVERSION.
27380         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27381         (print_version): Use PKGVERSION.
27382         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27383         (print_version): Use PKGVERSION.
27384         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27385         (print_version): Use PKGVERSION.
27386         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27387         (print_version): Use PKGVERSION.
27388         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27389         (print_version): Use PKGVERSION.
27390         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27391         and BUGURL.
27392         ($(objpfx)memusage): Likewise.
27393         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27394         (do_version): Use PKGVERSION.
27395         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27396         (print_version): Use PKGVERSION.
27397         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27398         ($PKGVERSION): New variable.
27399         ($REPORT_BUGS_TO): Likewise.
27400         (usage): Use $REPORT_BUGS_TO.
27401         (top level): Use $PKGVERSION.
27402         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27403         ($(objpfx)pkgvers.texi): New rule.
27404         ($(objpfx)stamp-pkgvers): Likewise.
27405         * manual/install.texi: Include pkgvers.texi.
27406         (--with-pkgversion): Document new configure option.
27407         (--with-bugurl): Likewise.
27408         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27409         than necessarily for this particular distribution.  Use
27410         REPORT_BUGS_TO for where to report bugs.
27411         * INSTALL: Regenerated.
27412         * manual/libc.texinfo: Include pkgvers.texi.
27413         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27414         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27415         (print_version): Use PKGVERSION.
27416         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27417         (print_version): Use PKGVERSION.
27418         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27419         (print_version): Use PKGVERSION.
27420         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27421         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27422         macro.
27423         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27424         (print_version): Use PKGVERSION.
27425         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27426         (print_version): Use PKGVERSION.
27427         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27428         and PKGVERSION.
27429
27430         * timezone/checktab.awk: Update from tzcode 2012i.
27431         * timezone/ialloc.c: Likewise.
27432         * timezone/private.h: Likewise.
27433         * timezone/scheck.c: Likewise.
27434         * timezone/tzfile.h: Likewise.
27435         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27436         (TZVERSION): Hardcode tzcode version number.
27437         * timezone/zdump.c: Update from tzcode 2012i.
27438         * timezone/zic.c: Likewise.
27439         * timezone/version.h: New file.
27440         * timezone/README: Describe version.h.  Update upstream location.
27441
27442         [BZ #14824]
27443         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27444         (mktemp): Enable declaration.
27445         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27446         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27447         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27448         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27449         Likewise.
27450         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27451         Likewise.
27452         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27453         Likewise.
27454         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27455         Likewise.
27456         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27457         Likewise.
27458         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27459         Likewise.
27460
27461         [BZ #14821]
27462         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27463         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27464         for copies of such integer values.
27465         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27466         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27467
27468 2012-11-09  Andreas Jaeger  <aj@suse.de>
27469
27470         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27471         definitions and declarations that are provided by
27472         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27473
27474 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27475
27476         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27477         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27478         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27479         definition.
27480
27481 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27482
27483         * elf/elf.h: Update comment before AArch64 relocations.
27484
27485 2012-11-07  David S. Miller  <davem@davemloft.net>
27486
27487         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27488         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27489         (__start_context): Declare.
27490         (__makecontext_ret): Delete.
27491         (__makecontext): Hook up __start_context instead of
27492         __makecontext_ret.
27493         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27494         (sysdep_routines): Add __start_context when in stdlib.
27495
27496 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27497
27498         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27499         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27500         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27501         hardcoded "nm".
27502         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27503         (READELF): New variable.  Use it instead of hardcoded "readelf".
27504
27505 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27506
27507         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27508         * sysdeps/x86/Makefile: Here.
27509         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27510         * sysdeps/x86/tst-xmmymm.sh: This.
27511
27512 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27513
27514         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27515         expectations.
27516         [UNIX98] (pthread_barrier_t): Do not expect.
27517         [UNIX98] (pthread_barrierattr_t): Likewise.
27518         [UNIX98] (pthread_spinlock_t): Likewise.
27519         [UNIX98] (pthread_barrier_destroy): Likewise.
27520         [UNIX98] (pthread_barrier_init): Likewise.
27521         [UNIX98] (pthread_barrier_wait): Likewise.
27522         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27523         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27524         [UNIX98] (pthread_barrierattr_init): Likewise.
27525         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27526         [UNIX98] (pthread_getcpuclockid): Likewise.
27527         [UNIX98] (pthread_mutex_timedlock): Likewise.
27528         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27529         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27530         [UNIX98] (pthread_sigmask): Likewise.
27531         [UNIX98] (pthread_spin_destroy): Likewise.
27532         [UNIX98] (pthread_spin_init): Likewise.
27533         [UNIX98] (pthread_spin_lock): Likewise.
27534         [UNIX98] (pthread_spin_trylock): Likewise.
27535         [UNIX98] (pthread_spin_unlock): Likewise.
27536         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27537         Do not expect.
27538         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27539         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27540         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27541         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27542         [XPG3 || XPG4] (pthread_key_t): Likewise.
27543         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27544         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27545         [XPG3 || XPG4] (pthread_once_t): Likewise.
27546         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27547         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27548         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27549         [XPG3 || XPG4] (pthread_t): Likewise.
27550
27551         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27552         not expect.
27553         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27554
27555         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27556         Change function return type to int.
27557
27558         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27559         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27560         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27561         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27562         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27563         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27564         [!POSIX] (posix_madvise): Likewise.
27565         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27566         && !UNIX98].
27567         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27568         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27569         (mode_t): Likewise.
27570         (posix_mem_offset): Likewise.
27571         (posix_typed_mem_get_info): Likewise.
27572         (posix_typed_mem_open): Likewise.
27573
27574         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27575         Change condition to [XOPEN2K8].
27576
27577         * conform/conformtest.pl: Preprocess allow-header data with -x c
27578         instead of from stdin.
27579         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27580         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27581         [C99-based standards] (cerfc): Likewise.
27582         [C99-based standards] (cexp2): Likewise.
27583         [C99-based standards] (cexpm1): Likewise.
27584         [C99-based standards] (clog10): Likewise.
27585         [C99-based standards] (clog1p): Likewise.
27586         [C99-based standards] (clog2): Likewise.
27587         [C99-based standards] (clgamma): Likewise.
27588         [C99-based standards] (ctgamma): Likewise.
27589         [C99-based standards] (cerff): Likewise.
27590         [C99-based standards] (cerfcf): Likewise.
27591         [C99-based standards] (cexp2f): Likewise.
27592         [C99-based standards] (cexpm1f): Likewise.
27593         [C99-based standards] (clog10f): Likewise.
27594         [C99-based standards] (clog1pf): Likewise.
27595         [C99-based standards] (clog2f): Likewise.
27596         [C99-based standards] (clgammaf): Likewise.
27597         [C99-based standards] (ctgammaf): Likewise.
27598         [C99-based standards] (cerfl): Likewise.
27599         [C99-based standards] (cerfcl): Likewise.
27600         [C99-based standards] (cexp2l): Likewise.
27601         [C99-based standards] (cexpm1l): Likewise.
27602         [C99-based standards] (clog10l): Likewise.
27603         [C99-based standards] (clog1pl): Likewise.
27604         [C99-based standards] (clog2l): Likewise.
27605         [C99-based standards] (clgammal): Likewise.
27606         [C99-based standards] (ctgammal): Likewise.
27607         * conform/data/inttypes.h-data [C99-based standards]: Include
27608         stdint.h-data.  Remove all expectations for stdint.h contents.
27609         [C99-based standards] (PRI*): Do not allow.
27610         [C99-based standards] (SCN*): Likewise.
27611         [C99-based standards] (*_t): Likewise.
27612         [C99-based-standards] (PRId8): Expect macro.
27613         [C99-based-standards] (PRIi8): Likewise.
27614         [C99-based-standards] (PRIo8): Likewise.
27615         [C99-based-standards] (PRIu8): Likewise.
27616         [C99-based-standards] (PRIx8): Likewise.
27617         [C99-based-standards] (PRIX8): Likewise.
27618         [C99-based-standards] (SCNd8): Likewise.
27619         [C99-based-standards] (SCNi8): Likewise.
27620         [C99-based-standards] (SCNo8): Likewise.
27621         [C99-based-standards] (SCNu8): Likewise.
27622         [C99-based-standards] (SCNx8): Likewise.
27623         [C99-based-standards] (PRIdLEAST8): Likewise.
27624         [C99-based-standards] (PRIiLEAST8): Likewise.
27625         [C99-based-standards] (PRIoLEAST8): Likewise.
27626         [C99-based-standards] (PRIuLEAST8): Likewise.
27627         [C99-based-standards] (PRIxLEAST8): Likewise.
27628         [C99-based-standards] (PRIXLEAST8): Likewise.
27629         [C99-based-standards] (SCNdLEAST8): Likewise.
27630         [C99-based-standards] (SCNiLEAST8): Likewise.
27631         [C99-based-standards] (SCNoLEAST8): Likewise.
27632         [C99-based-standards] (SCNuLEAST8): Likewise.
27633         [C99-based-standards] (SCNxLEAST8): Likewise.
27634         [C99-based-standards] (PRIdFAST8): Likewise.
27635         [C99-based-standards] (PRIiFAST8): Likewise.
27636         [C99-based-standards] (PRIoFAST8): Likewise.
27637         [C99-based-standards] (PRIuFAST8): Likewise.
27638         [C99-based-standards] (PRIxFAST8): Likewise.
27639         [C99-based-standards] (PRIXFAST8): Likewise.
27640         [C99-based-standards] (SCNdFAST8): Likewise.
27641         [C99-based-standards] (SCNiFAST8): Likewise.
27642         [C99-based-standards] (SCNoFAST8): Likewise.
27643         [C99-based-standards] (SCNuFAST8): Likewise.
27644         [C99-based-standards] (SCNxFAST8): Likewise.
27645         [C99-based-standards] (PRId16): Likewise.
27646         [C99-based-standards] (PRIi16): Likewise.
27647         [C99-based-standards] (PRIo16): Likewise.
27648         [C99-based-standards] (PRIu16): Likewise.
27649         [C99-based-standards] (PRIx16): Likewise.
27650         [C99-based-standards] (PRIX16): Likewise.
27651         [C99-based-standards] (SCNd16): Likewise.
27652         [C99-based-standards] (SCNi16): Likewise.
27653         [C99-based-standards] (SCNo16): Likewise.
27654         [C99-based-standards] (SCNu16): Likewise.
27655         [C99-based-standards] (SCNx16): Likewise.
27656         [C99-based-standards] (PRIdLEAST16): Likewise.
27657         [C99-based-standards] (PRIiLEAST16): Likewise.
27658         [C99-based-standards] (PRIoLEAST16): Likewise.
27659         [C99-based-standards] (PRIuLEAST16): Likewise.
27660         [C99-based-standards] (PRIxLEAST16): Likewise.
27661         [C99-based-standards] (PRIXLEAST16): Likewise.
27662         [C99-based-standards] (SCNdLEAST16): Likewise.
27663         [C99-based-standards] (SCNiLEAST16): Likewise.
27664         [C99-based-standards] (SCNoLEAST16): Likewise.
27665         [C99-based-standards] (SCNuLEAST16): Likewise.
27666         [C99-based-standards] (SCNxLEAST16): Likewise.
27667         [C99-based-standards] (PRIdFAST16): Likewise.
27668         [C99-based-standards] (PRIiFAST16): Likewise.
27669         [C99-based-standards] (PRIoFAST16): Likewise.
27670         [C99-based-standards] (PRIuFAST16): Likewise.
27671         [C99-based-standards] (PRIxFAST16): Likewise.
27672         [C99-based-standards] (PRIXFAST16): Likewise.
27673         [C99-based-standards] (SCNdFAST16): Likewise.
27674         [C99-based-standards] (SCNiFAST16): Likewise.
27675         [C99-based-standards] (SCNoFAST16): Likewise.
27676         [C99-based-standards] (SCNuFAST16): Likewise.
27677         [C99-based-standards] (SCNxFAST16): Likewise.
27678         [C99-based-standards] (PRId32): Likewise.
27679         [C99-based-standards] (PRIi32): Likewise.
27680         [C99-based-standards] (PRIo32): Likewise.
27681         [C99-based-standards] (PRIu32): Likewise.
27682         [C99-based-standards] (PRIx32): Likewise.
27683         [C99-based-standards] (PRIX32): Likewise.
27684         [C99-based-standards] (SCNd32): Likewise.
27685         [C99-based-standards] (SCNi32): Likewise.
27686         [C99-based-standards] (SCNo32): Likewise.
27687         [C99-based-standards] (SCNu32): Likewise.
27688         [C99-based-standards] (SCNx32): Likewise.
27689         [C99-based-standards] (PRIdLEAST32): Likewise.
27690         [C99-based-standards] (PRIiLEAST32): Likewise.
27691         [C99-based-standards] (PRIoLEAST32): Likewise.
27692         [C99-based-standards] (PRIuLEAST32): Likewise.
27693         [C99-based-standards] (PRIxLEAST32): Likewise.
27694         [C99-based-standards] (PRIXLEAST32): Likewise.
27695         [C99-based-standards] (SCNdLEAST32): Likewise.
27696         [C99-based-standards] (SCNiLEAST32): Likewise.
27697         [C99-based-standards] (SCNoLEAST32): Likewise.
27698         [C99-based-standards] (SCNuLEAST32): Likewise.
27699         [C99-based-standards] (SCNxLEAST32): Likewise.
27700         [C99-based-standards] (PRIdFAST32): Likewise.
27701         [C99-based-standards] (PRIiFAST32): Likewise.
27702         [C99-based-standards] (PRIoFAST32): Likewise.
27703         [C99-based-standards] (PRIuFAST32): Likewise.
27704         [C99-based-standards] (PRIxFAST32): Likewise.
27705         [C99-based-standards] (PRIXFAST32): Likewise.
27706         [C99-based-standards] (SCNdFAST32): Likewise.
27707         [C99-based-standards] (SCNiFAST32): Likewise.
27708         [C99-based-standards] (SCNoFAST32): Likewise.
27709         [C99-based-standards] (SCNuFAST32): Likewise.
27710         [C99-based-standards] (SCNxFAST32): Likewise.
27711         [C99-based-standards] (PRId64): Likewise.
27712         [C99-based-standards] (PRIi64): Likewise.
27713         [C99-based-standards] (PRIo64): Likewise.
27714         [C99-based-standards] (PRIu64): Likewise.
27715         [C99-based-standards] (PRIx64): Likewise.
27716         [C99-based-standards] (PRIX64): Likewise.
27717         [C99-based-standards] (SCNd64): Likewise.
27718         [C99-based-standards] (SCNi64): Likewise.
27719         [C99-based-standards] (SCNo64): Likewise.
27720         [C99-based-standards] (SCNu64): Likewise.
27721         [C99-based-standards] (SCNx64): Likewise.
27722         [C99-based-standards] (PRIdLEAST64): Likewise.
27723         [C99-based-standards] (PRIiLEAST64): Likewise.
27724         [C99-based-standards] (PRIoLEAST64): Likewise.
27725         [C99-based-standards] (PRIuLEAST64): Likewise.
27726         [C99-based-standards] (PRIxLEAST64): Likewise.
27727         [C99-based-standards] (PRIXLEAST64): Likewise.
27728         [C99-based-standards] (SCNdLEAST64): Likewise.
27729         [C99-based-standards] (SCNiLEAST64): Likewise.
27730         [C99-based-standards] (SCNoLEAST64): Likewise.
27731         [C99-based-standards] (SCNuLEAST64): Likewise.
27732         [C99-based-standards] (SCNxLEAST64): Likewise.
27733         [C99-based-standards] (PRIdFAST64): Likewise.
27734         [C99-based-standards] (PRIiFAST64): Likewise.
27735         [C99-based-standards] (PRIoFAST64): Likewise.
27736         [C99-based-standards] (PRIuFAST64): Likewise.
27737         [C99-based-standards] (PRIxFAST64): Likewise.
27738         [C99-based-standards] (PRIXFAST64): Likewise.
27739         [C99-based-standards] (SCNdFAST64): Likewise.
27740         [C99-based-standards] (SCNiFAST64): Likewise.
27741         [C99-based-standards] (SCNoFAST64): Likewise.
27742         [C99-based-standards] (SCNuFAST64): Likewise.
27743         [C99-based-standards] (SCNxFAST64): Likewise.
27744         [C99-based-standards] (PRIdMAX): Likewise.
27745         [C99-based-standards] (PRIiMAX): Likewise.
27746         [C99-based-standards] (PRIoMAX): Likewise.
27747         [C99-based-standards] (PRIuMAX): Likewise.
27748         [C99-based-standards] (PRIxMAX): Likewise.
27749         [C99-based-standards] (PRIXMAX): Likewise.
27750         [C99-based-standards] (SCNdMAX): Likewise.
27751         [C99-based-standards] (SCNiMAX): Likewise.
27752         [C99-based-standards] (SCNoMAX): Likewise.
27753         [C99-based-standards] (SCNuMAX): Likewise.
27754         [C99-based-standards] (SCNxMAX): Likewise.
27755         [C99-based-standards] (PRIdPTR): Likewise.
27756         [C99-based-standards] (PRIiPTR): Likewise.
27757         [C99-based-standards] (PRIoPTR): Likewise.
27758         [C99-based-standards] (PRIuPTR): Likewise.
27759         [C99-based-standards] (PRIxPTR): Likewise.
27760         [C99-based-standards] (PRIXPTR): Likewise.
27761         [C99-based-standards] (SCNdPTR): Likewise.
27762         [C99-based-standards] (SCNiPTR): Likewise.
27763         [C99-based-standards] (SCNoPTR): Likewise.
27764         [C99-based-standards] (SCNuPTR): Likewise.
27765         [C99-based-standards] (SCNxPTR): Likewise.
27766         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27767         allow.
27768         * conform/data/stdint.h-data: Update comments to clarify
27769         requirements.
27770         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27771         type.
27772         [C99-based standards] (INT8_MAX): Likewise.
27773         [C99-based standards] (INT16_MIN): Likewise.
27774         [C99-based standards] (INT16_MAX): Likewise.
27775         [C99-based standards] (INT32_MIN): Likewise.
27776         [C99-based standards] (INT32_MAX): Likewise.
27777         [C99-based standards] (INT64_MIN): Likewise.
27778         [C99-based standards] (INT64_MAX): Likewise.
27779         [C99-based standards] (UINT8_MAX): Likewise.
27780         [C99-based standards] (UINT16_MAX): Likewise.
27781         [C99-based standards] (UINT32_MAX): Likewise.
27782         [C99-based standards] (UINT64_MAX): Likewise.
27783         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27784         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27785         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27786         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27787         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27788         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27789         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27790         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27791         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27792         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27793         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27794         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27795         [C99-based standards] (INT_FAST8_MIN): Likewise.
27796         [C99-based standards] (INT_FAST8_MAX): Likewise.
27797         [C99-based standards] (INT_FAST16_MIN): Likewise.
27798         [C99-based standards] (INT_FAST16_MAX): Likewise.
27799         [C99-based standards] (INT_FAST32_MIN): Likewise.
27800         [C99-based standards] (INT_FAST32_MAX): Likewise.
27801         [C99-based standards] (INT_FAST64_MIN): Likewise.
27802         [C99-based standards] (INT_FAST64_MAX): Likewise.
27803         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27804         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27805         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27806         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27807         [C99-based standards] (INTPTR_MIN): Likewise.
27808         [C99-based standards] (INTPTR_MAX): Likewise.
27809         [C99-based standards] (UINTPTR_MAX): Likewise.
27810         [C99-based standards] (INTMAX_MIN): Likewise.
27811         [C99-based standards] (INTMAX_MAX): Likewise.
27812         [C99-based standards] (UINTMAX_MAX): Likewise.
27813         [C99-based standards] (PTRDIFF_MIN): Likewise.
27814         [C99-based standards] (PTRDIFF_MAX): Likewise.
27815         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27816         [C99-based standards] (SIZE_MAX): Likewise.
27817         [C99-based standards] (WCHAR_MAX): Likewise.
27818         [C99-based standards] (WINT_MAX): Likewise.
27819         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27820         constraint on value.
27821         [C99-based standards] (WCHAR_MIN): Likewise.
27822         [C99-based standards] (WINT_MIN): Likewise.
27823         [C99-based standards] (*_t): Allow.
27824         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27825         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27826         Include math.h-data and complex.h-data.  Remove all expectations
27827         of math.h and complex.h contents.
27828         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27829         at end of line.
27830         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27831         (struct tm): Expect tag.
27832         [C99-based-standards] (wcstof): Expect function.
27833         [C99-based-standards] (wcstold): Likewise.
27834         [C99-based-standards] (wcstoll): Likewise.
27835         [C99-based-standards] (wcstoull): Likewise.
27836         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27837         macro-int-constant.  Specify type.
27838         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27839         constraint on value.
27840         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27841         Specify type.
27842         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27843         Specify value.
27844         [ISO C standards]: Do not allow headers.
27845         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27846         wcs[abcdefghijklmnopqrstuvwxyz]*.
27847         [ISO C standards] (*_t): Do not allow.
27848         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27849         Expect function.
27850         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27851         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27852         Specify type.
27853         [ISO C standards]: Do not allow headers.
27854         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27855         is[abcdefghijklmnopqrstuvwxyz]*.
27856         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27857         to[abcdefghijklmnopqrstuvwxyz]*.
27858         [ISO C standards] (*_t): Do not allow.
27859         * conform/data/stdalign.h-data: New file.
27860         * conform/data/stdbool.h-data: Likewise.
27861         * conform/data/stdnoreturn.h-data: Likewise.
27862
27863 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27864
27865         [BZ #14815]
27866         * manual/filesys.texi (Directory Entries): Typo fix.
27867         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27868
27869 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27870
27871         * elf/elf.h (EM_AARCH64): New macro.
27872         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27873         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27874         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27875         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27876         (R_AARCH64_TLSDESC): Likewise.
27877         (NT_ARM_TLS): Likewise.
27878         (NT_ARM_HW_BREAK): Likewise.
27879         (NT_ARM_HW_WATCH): Likewise.
27880
27881 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27882
27883         [BZ #14811]
27884         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27885         (__ieee754_powl): Saturate nonzero exponents with absolute value
27886         below 0x1p-79 to +/- 0x1p-79.
27887         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27888         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27889         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27890         nonzero exponents with absolute value below 0x1p-32 to +/-
27891         0x1p-32.
27892         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27893         (__ieee754_powl): Saturate nonzero exponents with absolute value
27894         below 0x1p-79 to +/- 0x1p-79.
27895         * math/libm-test.inc (pow_test): Add more tests.
27896
27897 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27898
27899         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27900         _dl_s390_cap_flags with kernel. Increase string length.
27901         (_dl_s390_platforms): Add z196 and zEC12.
27902
27903 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27904
27905         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27906         Change XOPEN21K to XOPEN2K.
27907
27908 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27909
27910         * string/memmove.c: Use memcpy when possible.
27911
27912 2012-11-06  Andreas Jaeger  <aj@suse.de>
27913
27914         * po/eo.po: Update from translation team.
27915
27916 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27917
27918         [BZ #14793]
27919         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27920         exponent and small x and y exponents, scale x or y up.  Increase
27921         by 2 the exponent used in scaling up.
27922         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27923         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27924         * math/libm-test.inc (fma_test): Add more tests.
27925         (fma_test_towardzero): Likewise.
27926         (fma_test_downward): Likewise.
27927         (fma_test_upward): Likewise.
27928
27929 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27930
27931         [BZ #14805]
27932         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27933         fenv_t *.
27934
27935         [BZ #14801]
27936         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27937         namespace for names of struct fields.
27938         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27939         fenv_t fields.
27940         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27941         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27942
27943 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27944
27945         [BZ #3665]
27946         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27947
27948 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27949
27950         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27951         PTR_DEMANGLE.
27952
27953         [BZ #5246]
27954         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27955         PTR_DEMANGLE.
27956
27957 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27958
27959         [BZ #14797]
27960         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27961         definitely overflow as x * y not x * y + z.
27962         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27963         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27964         * math/libm-test.inc (fma_test): Add more tests.
27965         (fma_test_towardzero): Likewise.
27966         (fma_test_downward): Likewise.
27967         (fma_test_upward): Likewise.
27968
27969 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27970
27971         [BZ #157]
27972
27973         * include/stub-tag.h: Remove file.
27974         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27975         '#include' of it.
27976         * manual/maint.texi (Porting): Don't reference it.
27977         * Makerules ($(objpfx)stubs): Likewise.
27978         * dirent/closedir.c: Don't include <stub-tag.h>.
27979         * dirent/dirfd.c: Likewise.
27980         * dirent/fdopendir.c: Likewise.
27981         * dirent/getdents.c: Likewise.
27982         * dirent/getdents64.c: Likewise.
27983         * dirent/opendir.c: Likewise.
27984         * dirent/readdir.c: Likewise.
27985         * dirent/readdir64.c: Likewise.
27986         * dirent/readdir64_r.c: Likewise.
27987         * dirent/readdir_r.c: Likewise.
27988         * dirent/rewinddir.c: Likewise.
27989         * dirent/seekdir.c: Likewise.
27990         * dirent/telldir.c: Likewise.
27991         * gmon/profil.c: Likewise.
27992         * grp/setgroups.c: Likewise.
27993         * inet/if_index.c: Likewise.
27994         * io/access.c: Likewise.
27995         * io/chdir.c: Likewise.
27996         * io/chmod.c: Likewise.
27997         * io/chown.c: Likewise.
27998         * io/close.c: Likewise.
27999         * io/dup.c: Likewise.
28000         * io/dup2.c: Likewise.
28001         * io/dup3.c: Likewise.
28002         * io/euidaccess.c: Likewise.
28003         * io/faccessat.c: Likewise.
28004         * io/fchdir.c: Likewise.
28005         * io/fchmod.c: Likewise.
28006         * io/fchmodat.c: Likewise.
28007         * io/fchown.c: Likewise.
28008         * io/fchownat.c: Likewise.
28009         * io/fcntl.c: Likewise.
28010         * io/flock.c: Likewise.
28011         * io/fstatfs.c: Likewise.
28012         * io/fstatfs64.c: Likewise.
28013         * io/fstatvfs.c: Likewise.
28014         * io/fstatvfs64.c: Likewise.
28015         * io/futimens.c: Likewise.
28016         * io/fxstat.c: Likewise.
28017         * io/fxstat64.c: Likewise.
28018         * io/fxstatat.c: Likewise.
28019         * io/fxstatat64.c: Likewise.
28020         * io/getcwd.c: Likewise.
28021         * io/isatty.c: Likewise.
28022         * io/lchmod.c: Likewise.
28023         * io/lchown.c: Likewise.
28024         * io/link.c: Likewise.
28025         * io/linkat.c: Likewise.
28026         * io/lseek.c: Likewise.
28027         * io/lseek64.c: Likewise.
28028         * io/lxstat64.c: Likewise.
28029         * io/mkdir.c: Likewise.
28030         * io/mkdirat.c: Likewise.
28031         * io/mkfifo.c: Likewise.
28032         * io/mkfifoat.c: Likewise.
28033         * io/open.c: Likewise.
28034         * io/open64.c: Likewise.
28035         * io/openat.c: Likewise.
28036         * io/openat64.c: Likewise.
28037         * io/pipe.c: Likewise.
28038         * io/pipe2.c: Likewise.
28039         * io/poll.c: Likewise.
28040         * io/posix_fadvise.c: Likewise.
28041         * io/posix_fadvise64.c: Likewise.
28042         * io/posix_fallocate.c: Likewise.
28043         * io/posix_fallocate64.c: Likewise.
28044         * io/read.c: Likewise.
28045         * io/readlink.c: Likewise.
28046         * io/readlinkat.c: Likewise.
28047         * io/rmdir.c: Likewise.
28048         * io/sendfile.c: Likewise.
28049         * io/sendfile64.c: Likewise.
28050         * io/statfs.c: Likewise.
28051         * io/statfs64.c: Likewise.
28052         * io/statvfs.c: Likewise.
28053         * io/statvfs64.c: Likewise.
28054         * io/symlink.c: Likewise.
28055         * io/symlinkat.c: Likewise.
28056         * io/ttyname.c: Likewise.
28057         * io/ttyname_r.c: Likewise.
28058         * io/umask.c: Likewise.
28059         * io/unlink.c: Likewise.
28060         * io/unlinkat.c: Likewise.
28061         * io/utime.c: Likewise.
28062         * io/utimensat.c: Likewise.
28063         * io/write.c: Likewise.
28064         * io/xmknod.c: Likewise.
28065         * io/xmknodat.c: Likewise.
28066         * io/xstat.c: Likewise.
28067         * io/xstat64.c: Likewise.
28068         * login/getpt.c: Likewise.
28069         * login/grantpt.c: Likewise.
28070         * login/unlockpt.c: Likewise.
28071         * math/e_acoshl.c: Likewise.
28072         * math/e_acosl.c: Likewise.
28073         * math/e_asinl.c: Likewise.
28074         * math/e_atan2l.c: Likewise.
28075         * math/e_atanhl.c: Likewise.
28076         * math/e_coshl.c: Likewise.
28077         * math/e_expl.c: Likewise.
28078         * math/e_fmodl.c: Likewise.
28079         * math/e_gammal_r.c: Likewise.
28080         * math/e_hypotl.c: Likewise.
28081         * math/e_j0l.c: Likewise.
28082         * math/e_j1l.c: Likewise.
28083         * math/e_jnl.c: Likewise.
28084         * math/e_lgammal_r.c: Likewise.
28085         * math/e_log10l.c: Likewise.
28086         * math/e_log2l.c: Likewise.
28087         * math/e_logl.c: Likewise.
28088         * math/e_powl.c: Likewise.
28089         * math/e_rem_pio2l.c: Likewise.
28090         * math/e_sinhl.c: Likewise.
28091         * math/e_sqrtl.c: Likewise.
28092         * math/fclrexcpt.c: Likewise.
28093         * math/fedisblxcpt.c: Likewise.
28094         * math/feenablxcpt.c: Likewise.
28095         * math/fegetenv.c: Likewise.
28096         * math/fegetexcept.c: Likewise.
28097         * math/fegetround.c: Likewise.
28098         * math/feholdexcpt.c: Likewise.
28099         * math/fesetenv.c: Likewise.
28100         * math/fesetround.c: Likewise.
28101         * math/feupdateenv.c: Likewise.
28102         * math/fgetexcptflg.c: Likewise.
28103         * math/fraiseexcpt.c: Likewise.
28104         * math/fsetexcptflg.c: Likewise.
28105         * math/ftestexcept.c: Likewise.
28106         * math/k_cosl.c: Likewise.
28107         * math/k_rem_pio2l.c: Likewise.
28108         * math/k_sinl.c: Likewise.
28109         * math/k_tanl.c: Likewise.
28110         * math/s_asinhl.c: Likewise.
28111         * math/s_atanl.c: Likewise.
28112         * math/s_cbrtl.c: Likewise.
28113         * math/s_erfl.c: Likewise.
28114         * math/s_expm1l.c: Likewise.
28115         * math/s_log1pl.c: Likewise.
28116         * math/s_tanhl.c: Likewise.
28117         * misc/acct.c: Likewise.
28118         * misc/brk.c: Likewise.
28119         * misc/chflags.c: Likewise.
28120         * misc/chroot.c: Likewise.
28121         * misc/fchflags.c: Likewise.
28122         * misc/fgetxattr.c: Likewise.
28123         * misc/flistxattr.c: Likewise.
28124         * misc/fremovexattr.c: Likewise.
28125         * misc/fsetxattr.c: Likewise.
28126         * misc/fsync.c: Likewise.
28127         * misc/ftruncate.c: Likewise.
28128         * misc/futimes.c: Likewise.
28129         * misc/futimesat.c: Likewise.
28130         * misc/getdomain.c: Likewise.
28131         * misc/getdtsz.c: Likewise.
28132         * misc/gethostid.c: Likewise.
28133         * misc/gethostname.c: Likewise.
28134         * misc/getloadavg.c: Likewise.
28135         * misc/getpagesize.c: Likewise.
28136         * misc/getsysstats.c: Likewise.
28137         * misc/getxattr.c: Likewise.
28138         * misc/gtty.c: Likewise.
28139         * misc/ioctl.c: Likewise.
28140         * misc/lgetxattr.c: Likewise.
28141         * misc/listxattr.c: Likewise.
28142         * misc/llistxattr.c: Likewise.
28143         * misc/lremovexattr.c: Likewise.
28144         * misc/lsetxattr.c: Likewise.
28145         * misc/lutimes.c: Likewise.
28146         * misc/madvise.c: Likewise.
28147         * misc/mincore.c: Likewise.
28148         * misc/mlock.c: Likewise.
28149         * misc/mlockall.c: Likewise.
28150         * misc/mmap.c: Likewise.
28151         * misc/mprotect.c: Likewise.
28152         * misc/msync.c: Likewise.
28153         * misc/munlock.c: Likewise.
28154         * misc/munlockall.c: Likewise.
28155         * misc/munmap.c: Likewise.
28156         * misc/preadv.c: Likewise.
28157         * misc/preadv64.c: Likewise.
28158         * misc/ptrace.c: Likewise.
28159         * misc/pwritev.c: Likewise.
28160         * misc/pwritev64.c: Likewise.
28161         * misc/readv.c: Likewise.
28162         * misc/reboot.c: Likewise.
28163         * misc/remap_file_pages.c: Likewise.
28164         * misc/removexattr.c: Likewise.
28165         * misc/revoke.c: Likewise.
28166         * misc/select.c: Likewise.
28167         * misc/setdomain.c: Likewise.
28168         * misc/setegid.c: Likewise.
28169         * misc/seteuid.c: Likewise.
28170         * misc/sethostid.c: Likewise.
28171         * misc/sethostname.c: Likewise.
28172         * misc/setregid.c: Likewise.
28173         * misc/setreuid.c: Likewise.
28174         * misc/setxattr.c: Likewise.
28175         * misc/sstk.c: Likewise.
28176         * misc/stty.c: Likewise.
28177         * misc/swapoff.c: Likewise.
28178         * misc/swapon.c: Likewise.
28179         * misc/sync.c: Likewise.
28180         * misc/syncfs.c: Likewise.
28181         * misc/syscall.c: Likewise.
28182         * misc/truncate.c: Likewise.
28183         * misc/ualarm.c: Likewise.
28184         * misc/usleep.c: Likewise.
28185         * misc/ustat.c: Likewise.
28186         * misc/utimes.c: Likewise.
28187         * misc/vhangup.c: Likewise.
28188         * misc/writev.c: Likewise.
28189         * posix/_exit.c: Likewise.
28190         * posix/alarm.c: Likewise.
28191         * posix/execve.c: Likewise.
28192         * posix/fexecve.c: Likewise.
28193         * posix/fork.c: Likewise.
28194         * posix/fpathconf.c: Likewise.
28195         * posix/getaddrinfo.c: Likewise.
28196         * posix/getegid.c: Likewise.
28197         * posix/geteuid.c: Likewise.
28198         * posix/getgid.c: Likewise.
28199         * posix/getgroups.c: Likewise.
28200         * posix/getlogin.c: Likewise.
28201         * posix/getlogin_r.c: Likewise.
28202         * posix/getpgid.c: Likewise.
28203         * posix/getpid.c: Likewise.
28204         * posix/getppid.c: Likewise.
28205         * posix/getresgid.c: Likewise.
28206         * posix/getresuid.c: Likewise.
28207         * posix/getsid.c: Likewise.
28208         * posix/getuid.c: Likewise.
28209         * posix/glob64.c: Likewise.
28210         * posix/nanosleep.c: Likewise.
28211         * posix/pathconf.c: Likewise.
28212         * posix/pause.c: Likewise.
28213         * posix/posix_madvise.c: Likewise.
28214         * posix/pread.c: Likewise.
28215         * posix/pread64.c: Likewise.
28216         * posix/pwrite.c: Likewise.
28217         * posix/pwrite64.c: Likewise.
28218         * posix/sched_getaffinity.c: Likewise.
28219         * posix/sched_getp.c: Likewise.
28220         * posix/sched_gets.c: Likewise.
28221         * posix/sched_primax.c: Likewise.
28222         * posix/sched_primin.c: Likewise.
28223         * posix/sched_rr_gi.c: Likewise.
28224         * posix/sched_setaffinity.c: Likewise.
28225         * posix/sched_setp.c: Likewise.
28226         * posix/sched_sets.c: Likewise.
28227         * posix/sched_yield.c: Likewise.
28228         * posix/setgid.c: Likewise.
28229         * posix/setlogin.c: Likewise.
28230         * posix/setpgid.c: Likewise.
28231         * posix/setresgid.c: Likewise.
28232         * posix/setresuid.c: Likewise.
28233         * posix/setsid.c: Likewise.
28234         * posix/setuid.c: Likewise.
28235         * posix/sleep.c: Likewise.
28236         * posix/spawni.c: Likewise.
28237         * posix/sysconf.c: Likewise.
28238         * posix/times.c: Likewise.
28239         * posix/wait.c: Likewise.
28240         * posix/wait3.c: Likewise.
28241         * posix/wait4.c: Likewise.
28242         * posix/waitpid.c: Likewise.
28243         * resolv/gai_sigqueue.c: Likewise.
28244         * resource/getpriority.c: Likewise.
28245         * resource/getrlimit.c: Likewise.
28246         * resource/getrusage.c: Likewise.
28247         * resource/nice.c: Likewise.
28248         * resource/setpriority.c: Likewise.
28249         * resource/setrlimit.c: Likewise.
28250         * resource/ulimit.c: Likewise.
28251         * rt/aio_cancel.c: Likewise.
28252         * rt/aio_fsync.c: Likewise.
28253         * rt/aio_read.c: Likewise.
28254         * rt/aio_sigqueue.c: Likewise.
28255         * rt/aio_suspend.c: Likewise.
28256         * rt/aio_write.c: Likewise.
28257         * rt/clock_getres.c: Likewise.
28258         * rt/clock_gettime.c: Likewise.
28259         * rt/clock_nanosleep.c: Likewise.
28260         * rt/clock_settime.c: Likewise.
28261         * rt/lio_listio.c: Likewise.
28262         * rt/mq_close.c: Likewise.
28263         * rt/mq_getattr.c: Likewise.
28264         * rt/mq_notify.c: Likewise.
28265         * rt/mq_open.c: Likewise.
28266         * rt/mq_receive.c: Likewise.
28267         * rt/mq_send.c: Likewise.
28268         * rt/mq_setattr.c: Likewise.
28269         * rt/mq_timedreceive.c: Likewise.
28270         * rt/mq_timedsend.c: Likewise.
28271         * rt/mq_unlink.c: Likewise.
28272         * rt/shm_open.c: Likewise.
28273         * rt/shm_unlink.c: Likewise.
28274         * rt/timer_create.c: Likewise.
28275         * rt/timer_delete.c: Likewise.
28276         * rt/timer_getoverr.c: Likewise.
28277         * rt/timer_gettime.c: Likewise.
28278         * rt/timer_settime.c: Likewise.
28279         * setjmp/__longjmp.c: Likewise.
28280         * setjmp/setjmp.c: Likewise.
28281         * signal/kill.c: Likewise.
28282         * signal/killpg.c: Likewise.
28283         * signal/raise.c: Likewise.
28284         * signal/sigaction.c: Likewise.
28285         * signal/sigaltstack.c: Likewise.
28286         * signal/sigblock.c: Likewise.
28287         * signal/sigignore.c: Likewise.
28288         * signal/sigintr.c: Likewise.
28289         * signal/signal.c: Likewise.
28290         * signal/sigpause.c: Likewise.
28291         * signal/sigpending.c: Likewise.
28292         * signal/sigqueue.c: Likewise.
28293         * signal/sigreturn.c: Likewise.
28294         * signal/sigset.c: Likewise.
28295         * signal/sigsetmask.c: Likewise.
28296         * signal/sigstack.c: Likewise.
28297         * signal/sigsuspend.c: Likewise.
28298         * signal/sigtimedwait.c: Likewise.
28299         * signal/sigvec.c: Likewise.
28300         * signal/sigwait.c: Likewise.
28301         * signal/sigwaitinfo.c: Likewise.
28302         * signal/sysv_signal.c: Likewise.
28303         * socket/accept.c: Likewise.
28304         * socket/accept4.c: Likewise.
28305         * socket/bind.c: Likewise.
28306         * socket/connect.c: Likewise.
28307         * socket/getpeername.c: Likewise.
28308         * socket/getsockname.c: Likewise.
28309         * socket/getsockopt.c: Likewise.
28310         * socket/isfdtype.c: Likewise.
28311         * socket/listen.c: Likewise.
28312         * socket/recv.c: Likewise.
28313         * socket/recvfrom.c: Likewise.
28314         * socket/recvmsg.c: Likewise.
28315         * socket/send.c: Likewise.
28316         * socket/sendmsg.c: Likewise.
28317         * socket/sendto.c: Likewise.
28318         * socket/setsockopt.c: Likewise.
28319         * socket/shutdown.c: Likewise.
28320         * socket/sockatmark.c: Likewise.
28321         * socket/socket.c: Likewise.
28322         * socket/socketpair.c: Likewise.
28323         * stdio-common/ctermid.c: Likewise.
28324         * stdio-common/cuserid.c: Likewise.
28325         * stdio-common/remove.c: Likewise.
28326         * stdio-common/rename.c: Likewise.
28327         * stdio-common/renameat.c: Likewise.
28328         * stdio-common/tempname.c: Likewise.
28329         * stdlib/getcontext.c: Likewise.
28330         * stdlib/makecontext.c: Likewise.
28331         * stdlib/setcontext.c: Likewise.
28332         * stdlib/swapcontext.c: Likewise.
28333         * stdlib/system.c: Likewise.
28334         * streams/fattach.c: Likewise.
28335         * streams/fdetach.c: Likewise.
28336         * streams/getmsg.c: Likewise.
28337         * streams/getpmsg.c: Likewise.
28338         * streams/putmsg.c: Likewise.
28339         * streams/putpmsg.c: Likewise.
28340         * sysdeps/unix/bsd/getpt.c: Likewise.
28341         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28342         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28343         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28344         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28345         Likewise.
28346         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28347         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28348         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28349         * sysvipc/msgctl.c: Likewise.
28350         * sysvipc/msgget.c: Likewise.
28351         * sysvipc/msgrcv.c: Likewise.
28352         * sysvipc/msgsnd.c: Likewise.
28353         * sysvipc/semctl.c: Likewise.
28354         * sysvipc/semget.c: Likewise.
28355         * sysvipc/semop.c: Likewise.
28356         * sysvipc/semtimedop.c: Likewise.
28357         * sysvipc/shmat.c: Likewise.
28358         * sysvipc/shmctl.c: Likewise.
28359         * sysvipc/shmdt.c: Likewise.
28360         * sysvipc/shmget.c: Likewise.
28361         * termios/tcdrain.c: Likewise.
28362         * termios/tcflow.c: Likewise.
28363         * termios/tcflush.c: Likewise.
28364         * termios/tcgetattr.c: Likewise.
28365         * termios/tcgetpgrp.c: Likewise.
28366         * termios/tcsendbrk.c: Likewise.
28367         * termios/tcsetattr.c: Likewise.
28368         * termios/tcsetpgrp.c: Likewise.
28369         * time/adjtime.c: Likewise.
28370         * time/clock.c: Likewise.
28371         * time/getitimer.c: Likewise.
28372         * time/gettimeofday.c: Likewise.
28373         * time/setitimer.c: Likewise.
28374         * time/settimeofday.c: Likewise.
28375         * time/stime.c: Likewise.
28376         * time/time.c: Likewise.
28377
28378 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28379
28380         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28381         /usr/old/bin.
28382
28383         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28384         instead of spaces.
28385         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28386
28387 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28388
28389         [BZ #14796]
28390         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28391         FE_TONEAREST before applying Dekker multiplication and Knuth
28392         addition.  Clear inexact exceptions and check for exact zero
28393         results afterwards.
28394         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28395         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28396         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28397         * math/libm-test.inc (fma_test): Add more tests.
28398         (fma_test_towardzero): Likewise.
28399         (fma_test_downward): Likewise.
28400         (fma_test_upward): Likewise.
28401         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28402         function.
28403         (libc_fesetround): New macro.
28404         (libc_fesetroundf): Likewise.
28405         (libc_fesetroundl): Likewise.
28406         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28407         function.
28408         (libc_fesetround_387): Likewise.
28409         (libc_fesetroundf): New macro.
28410         (libc_fesetround): Likewise.
28411         (libc_fesetroundl): Likewise.
28412         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28413         function.
28414         (libc_fesetroundf): New macro.
28415         (libc_fesetround): Likewise.
28416         (libc_fesetroundl): Likewise.
28417         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28418         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28419         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28420         libm_hidden_ver.
28421         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28422         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28423         libm_hidden_def.
28424         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28425         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28426         libm_hidden_ver.
28427         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28428         libm_hidden_def.
28429
28430         [BZ #3439]
28431         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28432         integer constant usable in #if and use that to give value to enum
28433         constant.
28434         (FE_DIVBYZERO): Likewise.
28435         (FE_UNDERFLOW): Likewise.
28436         (FE_OVERFLOW): Likewise.
28437         (FE_INVALID): Likewise.
28438         (FE_INVALID_SNAN): Likewise.
28439         (FE_INVALID_ISI): Likewise.
28440         (FE_INVALID_IDI): Likewise.
28441         (FE_INVALID_ZDZ): Likewise.
28442         (FE_INVALID_IMZ): Likewise.
28443         (FE_INVALID_COMPARE): Likewise.
28444         (FE_INVALID_SOFTWARE): Likewise.
28445         (FE_INVALID_SQRT): Likewise.
28446         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28447         (FE_TONEAREST): Likewise.
28448         (FE_TOWARDZERO): Likewise.
28449         (FE_UPWARD): Likewise.
28450         (FE_DOWNWARD): Likewise.
28451         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28452         (FE_DIVBYZERO): Likewise.
28453         (FE_OVERFLOW): Likewise.
28454         (FE_UNDERFLOW): Likewise.
28455         (FE_INEXACT): Likewise.
28456         (FE_TONEAREST): Likewise.
28457         (FE_DOWNWARD): Likewise.
28458         (FE_UPWARD): Likewise.
28459         (FE_TOWARDZERO): Likewise.
28460         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28461         (FE_UNDERFLOW): Likewise.
28462         (FE_OVERFLOW): Likewise.
28463         (FE_DIVBYZERO): Likewise.
28464         (FE_INVALID): Likewise.
28465         (FE_TONEAREST): Likewise.
28466         (FE_TOWARDZERO): Likewise.
28467         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28468         (FE_OVERFLOW): Likewise.
28469         (FE_UNDERFLOW): Likewise.
28470         (FE_DIVBYZERO): Likewise.
28471         (FE_INEXACT): Likewise.
28472         (FE_TONEAREST): Likewise.
28473         (FE_TOWARDZERO): Likewise.
28474         (FE_UPWARD): Likewise.
28475         (FE_DOWNWARD): Likewise.
28476         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
28477         (FE_DIVBYZERO): Likewise.
28478         (FE_OVERFLOW): Likewise.
28479         (FE_UNDERFLOW): Likewise.
28480         (FE_INEXACT): Likewise.
28481         (FE_TONEAREST): Likewise.
28482         (FE_DOWNWARD): Likewise.
28483         (FE_UPWARD): Likewise.
28484         (FE_TOWARDZERO): Likewise.
28485
28486 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28487
28488         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28489
28490 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28491
28492         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28493         commands.  Quote $PWD.
28494         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28495         -x" by "export".
28496         (remove_newlines): Remove.
28497
28498 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28499
28500         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28501         * stdlib/stdlib.h (atof): Moved to ...
28502         * include/bits/stdlib-float.h: Here.  New file.
28503         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28504         * stdlib/bits/stdlib-float.h: New file.
28505         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28506         -mno-sse -mno-mmx.
28507         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28508         <xmmintrin.h>.
28509
28510 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28511
28512         * conform/conformtest.pl (@headers): Add fenv.h.
28513         * conform/data/fenv.h-data: New file.
28514         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28515         include of <math/fenv.h>.
28516
28517         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28518         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28519         && !UNIX98].  Enables tests for XOPEN2K8.
28520         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28521         POSIX2008]: Likewise.
28522
28523         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28524         (struct rusage): Do not expect type or its members.
28525
28526         [BZ #3439]
28527         * math/math.h (FP_NAN): Define macro to integer constant usable in
28528         #if and use that to give value to enum constant.
28529         (FP_INFINITE): Likewise.
28530         (FP_ZERO): Likewise.
28531         (FP_SUBNORMAL): Likewise.
28532         (FP_NORMAL): Likewise.
28533
28534 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28535
28536         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28537         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28538         arguments.
28539
28540 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28541
28542         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28543         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28544         autoconf-time if not.
28545         * configure.in: Remove AC_PREREQ.
28546
28547 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28548
28549         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28550         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28551         of the internal implementation.
28552
28553 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28554
28555         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28556         except include of <misc/sys/syslog.h>.
28557
28558 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28559
28560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28561         function returns with a NULL context exit with zero.
28562
28563 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28564
28565         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28566
28567 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28568
28569         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28570         (run_program_cmd): This.
28571         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28572         (tst_langinfo): New variable.  Use it.
28573
28574 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28575
28576         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28577         floating point opcodes.
28578
28579 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28580
28581         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28582         variable.
28583
28584         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28585
28586         * sysdeps/mach/hurd/powerpc: Remove directory.
28587         * sysdeps/mach/powerpc: Likewise.
28588
28589 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28590
28591         * scripts/check-local-headers.sh: Ignore c++ headers.
28592
28593 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28594
28595         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28596         __libc_cleanup_region_start argument.
28597
28598 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28599
28600         [BZ #14784]
28601         [BZ #14785]
28602         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28603         x * y using scaling, not as x * y + z.
28604         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28605         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28606         * math/libm-test.inc (fma_test): Add more tests.
28607         (fma_test_towardzero): Likewise.
28608         (fma_test_downward): Likewise.
28609         (fma_test_upward): Likewise.
28610
28611 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28612
28613         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28614
28615 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28616
28617         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28618         New variable.
28619
28620 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28621
28622         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28623
28624 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28625
28626         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28627         Fix sort order.
28628         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28629         Likewise.
28630
28631 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28632
28633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28634         Fix the order of the list for glibc 2.17.
28635         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28636         Likewise.
28637
28638 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28639
28640         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28641
28642 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28643
28644         [BZ #14610]
28645         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28646         for low part of x being zero before using __atanl (y).
28647         * math/libm-test.inc (atan2_test): Add another test.
28648
28649         * manual/install.texi (Configuring and compiling): Document
28650         general use of test-wrapper and test-wrapper-env.
28651         * INSTALL: Regenerated.
28652
28653         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28654         (__fma): Do not extract and scale down low bits on after-rounding
28655         systems when result rounded to normal precision would have normal
28656         exponent.
28657         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28658         (__fmal): Do not extract and scale down low bits on after-rounding
28659         systems when result rounded to normal precision would have normal
28660         exponent.
28661         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28662         (__fmal): Do not extract and scale down low bits on after-rounding
28663         systems when result rounded to normal precision would have normal
28664         exponent.
28665         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28666         macro.
28667         (fma_test): Add more tests.
28668         (fma_test_towardzero): Likewise.
28669         (fma_test_downward): Likewise.
28670         (fma_test_upward): Likewise.
28671
28672 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28673
28674         * sysdeps/i386/tininess.h: Renamed to ...
28675         * sysdeps/x86/tininess.h: This.
28676         * sysdeps/x86_64/tininess.h: Removed.
28677
28678 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28679
28680         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28681         input.  Use $(build-program-cmd).
28682         ($(objpfx)tst-array1-static.out): Likewise.
28683         ($(objpfx)tst-array2.out): Likewise.
28684         ($(objpfx)tst-array3.out): Likewise.
28685         ($(objpfx)tst-array4.out): Likewise.
28686         ($(objpfx)tst-array5.out): Likewise.
28687         ($(objpfx)tst-array5-static.out): Likewise.
28688
28689 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28690
28691         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28692         if defined.
28693
28694         * nss/nsswitch.h (nss_interface_function): Provide new
28695         macro for use with NSS functions.
28696         * grp/initgroups.c: Use new macro.
28697         * nss/getXXbyYY.c: Likewise.
28698         * nss/getXXbyYY_r.c: Likewise.
28699         * nss/getXXent.c: Likewise.
28700         * nss/getXXent_r.c: Likewise.
28701         * sysdeps/posix/getaddrinfo.c: Likewise.
28702
28703 2012-10-30  Andreas Jaeger  <aj@suse.de>
28704
28705         * po/ru.po: Update Russion translation from translation project.
28706
28707 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28708
28709         [BZ #14152]
28710         [BZ #14783]
28711         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28712         result and shift together with sticky bit instead of replicating
28713         round-to-nearest rounding.
28714         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28715         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28716         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28717         missing underflow exceptions.
28718         (fma_test_towardzero): Add more tests.
28719         (fma_test_downward): Likewise.
28720         (fma_test_upward): Likewise.
28721
28722         [BZ #14047]
28723         * sysdeps/generic/tininess.h: New file.
28724         * sysdeps/i386/tininess.h: Likewise.
28725         * sysdeps/sh/tininess.h: Likewise.
28726         * sysdeps/x86_64/tininess.h: Likewise.
28727         * stdlib/tst-strtod-underflow.c: Likewise.
28728         * stdlib/tst-tininess.c: Likewise.
28729         * stdlib/strtod_l.c: Include <tininess.h>.
28730         (round_and_return): Do not set errno for exact underflow cases.
28731         Force an underflow exception when setting errno for underflow.
28732         Determine underflow based on rounding to normal precision if
28733         TININESS_AFTER_ROUNDING.
28734         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28735         ERANGE for exact underflow cases.
28736         * stdlib/Makefile (tests): Add tst-tininess and
28737         tst-strtod-underflow.
28738         ($(objpfx)tst-tininess): Use $(link-libm).
28739         ($(objpfx)tst-strtod-underflow): Likewise.
28740
28741 2012-10-30  Andreas Jaeger  <aj@suse.de>
28742
28743         [BZ#14767]
28744         * elf/Makefile (tests): Remove conditional for have-initfini-array
28745         since this is now always required and the variable does not exist
28746         anymore.
28747         (tests-static): Likewise.
28748         (modules-names): Likewise.
28749
28750         * po/eo.po: Add Esperanto translation from translation project.
28751
28752         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28753         merged with constructor/destructor.
28754         (init_array): Likewise.
28755         * elf/tst-array2dep.c (fini_array): Likewise.
28756         (init_array): Likewise.
28757
28758 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28759
28760         * manual/message.texi: Delete @cartouche tags.
28761
28762 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28763
28764         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28765         EOPNOTSUPP.
28766         * sysdeps/mach/hurd/fsync.c: Likewise.
28767
28768         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28769         [_POSIX_REALTIME_SIGNALS]: Change condition to
28770         [_POSIX_REALTIME_SIGNALS > 0].
28771
28772 2012-10-27  Andreas Jaeger  <aj@suse.de>
28773
28774         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28775         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28776         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28777         [__WORDSIZE != 64]: Likewise.
28778
28779 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28780
28781         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28782         *  iconvdata/tst-tables.sh: Likewise.
28783
28784 2012-10-25  David S. Miller  <davem@davemloft.net>
28785
28786         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28787         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28788         of strtoull.
28789
28790         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28791         ifunc-impl-list.c
28792         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28793         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28794         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28795         file.
28796
28797 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28798
28799         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28800         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28801         __getdirentries.
28802
28803 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28804             Jim Blandy  <jimb@codesourcery.com>
28805
28806         * scripts/cross-test-ssh.sh: New file.
28807         * manual/install.texi (Configuring and compiling): Document use of
28808         cross-test-ssh.sh.
28809         * INSTALL: Regenerated.
28810
28811 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28812
28813         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28814         EOPNOTSUPP.
28815
28816 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28817
28818         * Makeconfig (run-program-prefix): Fix comment.
28819
28820 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28821             Jim Blandy  <jimb@codesourcery.com>
28822
28823         * Makeconfig (test-wrapper): New variable,
28824         (test-wrapper-env): Likewise.
28825         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28826         (run-built-tests): Define to yes.
28827         (run-program-prefix): Use $(test-wrapper).
28828         (built-program-cmd): Likewise.
28829         * Rules (make-test-out): Use $(test-wrapper-env) and
28830         $(host-built-program-cmd).
28831         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28832         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28833         tst-pathopt.sh.
28834         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28835         $(test-wrapper-env) to tst-rtld-load-self.sh.
28836         ($(objpfx)order2.out): Use $(test-wrapper).
28837         ($(objpfx)tst-initorder.out): Likewise.
28838         ($(objpfx)tst-initorder2.out): Likewise.
28839         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28840         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28841         (test_wrapper_env): New variable.  Use it to run ld.so.
28842         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28843         Use it to run ld.so.
28844         (test_wrapper_env): Likewise.
28845         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28846         $(test-wrapper) to run-iconv-test.sh.
28847         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28848         (ICONV): Use $test_wrapper.
28849         * posix/Makefile ($(objpfx)globtest.out): Pass
28850         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28851         globtest.sh, not $(run-program-prefix).
28852         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28853         (test_wrapper): Likewise.
28854         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28855         set together with run_via_rtld_prefix.
28856         (run_program_prefix): Define in terms of test_wrapper and
28857         run_via_rtld_prefix.
28858
28859 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28860
28861         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28862         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28863         Targets removed.
28864
28865         [BZ #14743]
28866         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28867         Declare __clock_getres, __clock_gettime, __clock_settime,
28868         __clock_nanosleep, and __clock_getcpuclockid.
28869         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28870         Remove librt_hidden_def (clock_gettime).
28871         * sysdeps/unix/clock_gettime.c: Likewise.
28872         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28873         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28874         * rt/clock_getres.c: Define __clock_getres as an alias.
28875         * sysdeps/posix/clock_getres.c: Likewise.
28876         * rt/clock_settime.c: Define __clock_settime as an alias.
28877         * sysdeps/unix/clock_settime.c: Likewise.
28878         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28879         * sysdeps/unix/clock_nanosleep.c: Likewise.
28880         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28881         * rt/clock-compat.c: New file.
28882         * rt/Makefile (librt-routines): Add clock-compat and move
28883         $(clock-routines) to ...
28884         (routines): ... here, new variable.
28885         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28886         Don't add get_clockfreq here.
28887         * rt/Versions (libc: GLIBC_2.17): New version set.
28888         Add clock_* symbols here.
28889         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28890         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28891         (GLIBC_2.17): Add clock_* symbols.
28892         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28893         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28894         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28895         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28896         Likewise.
28897         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28898         Likewise.
28899         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28900         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28901         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28902         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28903         * NEWS: Mention the move.
28904
28905         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28906         Use __open, __read, __close rather than their public counterparts.
28907         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28908         (__get_clockfreq_via_cpuinfo): Likewise.
28909         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28910         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28911
28912         * config.h.in (HAVE_IFUNC): New #undef.
28913         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28914         was successful.
28915         * configure: Regenerated.
28916
28917 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28918
28919         * configure.in: Move READELF check to start of file.
28920         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28921         libc_cv_asm_gnu_indirect_function in the process.
28922         * configure: Regenerated.
28923
28924 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28925
28926         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28927         send the output to /dev/null.
28928         (libc_cv_cc_with_libunwind): Likewise.
28929         (libc_cv_as_noexecstack): Likewise.
28930         * configure: Regenerate.
28931
28932 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28933
28934         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28935
28936         * posix/globtest.sh (TMPDIR): Do not set.
28937         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28938         (testout): Likewise.
28939
28940 2012-10-24  Andreas Jaeger  <aj@suse.de>
28941
28942         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28943         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28944         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28945         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28946         posix_fadvise64, posix_fallocate64.
28947
28948         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28949         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28950         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28951         Likewise.
28952         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28953         Likewise.
28954         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28955
28956         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28957         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28958         <bits/fcntl-linux.h>.
28959         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28960
28961         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28962         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28963         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28964         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28965         [__WORDSIZE != 64]: Likewise.
28966
28967 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28968
28969         * Makeconfig (run-built-tests): New variable.
28970         * Rules [$(cross-compiling) = yes]: Change condition to
28971         [$(run-built-tests) = no].
28972         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28973         to [$(run-built-tests) = yes].
28974         * elf/Makefile [$(cross-compiling) = no]: Likewise
28975         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28976         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28977         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28978         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28979         * io/Makefile [$(cross-compiling) = no]: Likewise.
28980         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28981         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28982         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28983         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28984         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28985         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28986         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28987         * string/Makefile [$(cross-compiling) = no]: Likewise.
28988
28989         * posix/Makefile ($(objpfx)globtest.out): Pass
28990         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28991         $(rtld-installed-name).
28992         * posix/globtest.sh (elf_objpfx): Remove variable.
28993         (rtld_installed_name): Likewise.
28994         (library_path): Likewise.
28995         (run_program_prefix): New variable.  Use for running globtest
28996         binary.
28997
28998 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28999             Joseph Myers  <joseph@codesourcery.com>
29000
29001         * Makeconfig (host-built-program-cmd): New variable.
29002         * elf/Makefile (tst-stackguard1-ARGS): Use
29003         $(host-built-program-cmd).
29004         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
29005         (tst-spawn-ARGS): Likewise.
29006         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
29007
29008 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
29009             Jim Blandy  <jimb@codesourcery.com>
29010
29011         * Makeconfig (run-via-rtld-prefix): New variable.
29012         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
29013         (built-program-cmd): Likewise.
29014
29015 2012-10-22  Andreas Jaeger  <aj@suse.de>
29016
29017         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
29018         __O_RSYNC if it exists, otherwise to O_SYNC.
29019
29020 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
29021             Joseph Myers  <joseph@codesourcery.com>
29022
29023         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
29024         /dev/null.
29025         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29026         from /dev/null
29027         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29028         /dev/null.
29029
29030 2012-10-22  Andreas Jaeger  <aj@suse.de>
29031
29032         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29033         Define always.
29034         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29035
29036         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29037         bits/fcntl-linux.h.
29038
29039         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29040         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29041
29042         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29043         to __O_LARGEFILE.
29044         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29045         to __O_LARGEFILE.
29046
29047 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29048             Joseph Myers  <joseph@codesourcery.com>
29049
29050         * config.make.in (NM): New variable.
29051
29052 2012-10-21  Andreas Jaeger  <aj@suse.de>
29053
29054         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29055         definitions and declarations that are provided by
29056         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29057
29058 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29059
29060         [BZ #14683]
29061         * elf/Makefile (tests-static): Add tst-leaks1-static.
29062         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29063         ($(objpfx)tst-leaks1-static): New rule.
29064         ($(objpfx)tst-leaks1-static-mem): Likewise.
29065         (tst-leaks1-static-ENV): New macro.
29066         * elf/dl-open.c (dl_open_worker): Check the main application
29067         only if SHARED is defined.
29068         * elf/tst-leaks1-static.c: New file.
29069
29070 2012-10-20  Andreas Jaeger  <aj@suse.de>
29071
29072         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29073         generic values for Linux.
29074         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29075         and declarations that are provided by <bits/fcntl-linux.h> and
29076         include <bits/fcntl-linux.h>.
29077         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29078         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29079
29080 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29081
29082         * io/fcntl.h: Move include of <bits/types.h> to the top and
29083         include it unconditionally.
29084
29085 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29086
29087         * wcsmbs/Makefile (tests-ifunc): New variable.
29088         (tests): Add $(tests-ifunc).
29089         * wcsmbs/test-wcschr-ifunc.c: New file.
29090         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29091         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29092         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29093         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29094         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29095
29096         * string/Makefile (tests-ifunc): New variable.
29097         (tests): Add $(tests-ifunc).
29098         * string/test-memccpy.c (TEST_NAME): New macro.
29099         * string/test-memchr.c (TEST_NAME): Likewise.
29100         * string/test-memcmp.c (TEST_NAME): Likewise.
29101         * string/test-memcpy.c (TEST_NAME): Likewise.
29102         * string/test-memmem.c (TEST_NAME): Likewise.
29103         * string/test-memmove.c (TEST_NAME): Likewise.
29104         * string/test-memset.c (TEST_NAME): Likewise.
29105         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29106         * string/test-stpcpy.c (TEST_NAME): Likewise.
29107         * string/test-stpncpy.c (TEST_NAME): Likewise.
29108         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29109         * string/test-strcasestr.c (TEST_NAME): Likewise.
29110         * string/test-strcat.c (TEST_NAME): Likewise.
29111         * string/test-strchr.c (TEST_NAME): Likewise.
29112         * string/test-strcmp.c(TEST_NAME): Likewise.
29113         * string/test-strcpy.c (TEST_NAME): Likewise.
29114         * string/test-strcspn.c (TEST_NAME): Likewise.
29115         * string/test-strlen.c (TEST_NAME): Likewise.
29116         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29117         * string/test-strncmp.c (TEST_NAME): Likewise.
29118         * string/test-strncpy.c (TEST_NAME): Likewise.
29119         * string/test-strnlen.c (TEST_NAME): Likewise.
29120         * string/test-strpbrk.c (TEST_NAME): Likewise.
29121         * string/test-strrchr.c (TEST_NAME): Likewise.
29122         * string/test-strspn.c (TEST_NAME): Likewise.
29123         * string/test-strstr.c (TEST_NAME): Likewise.
29124         * string/test-bcopy-ifunc.c: New file.
29125         * string/test-bzero-ifunc.c: Likewise.
29126         * string/test-memccpy-ifunc.c: Likewise.
29127         * string/test-memchr-ifunc.c: Likewise.
29128         * string/test-memcmp-ifunc.c: Likewise.
29129         * string/test-memcpy-ifunc.c: Likewise.
29130         * string/test-memmem-ifunc.c: Likewise.
29131         * string/test-memmove-ifunc.c: Likewise.
29132         * string/test-mempcpy-ifunc.c: Likewise.
29133         * string/test-memset-ifunc.c: Likewise.
29134         * string/test-rawmemchr-ifunc.c: Likewise.
29135         * string/test-stpcpy-ifunc.c: Likewise.
29136         * string/test-stpncpy-ifunc.c: Likewise.
29137         * string/test-strcasecmp-ifunc.c: Likewise.
29138         * string/test-strcasestr-ifunc.c: Likewise.
29139         * string/test-strcat-ifunc.c: Likewise.
29140         * string/test-strchr-ifunc.c: Likewise.
29141         * string/test-strchrnul-ifunc.c: Likewise.
29142         * string/test-strcmp-ifunc.c: Likewise.
29143         * string/test-strcpy-ifunc.c: Likewise.
29144         * string/test-strcspn-ifunc.c: Likewise.
29145         * string/test-strlen-ifunc.c: Likewise.
29146         * string/test-strncasecmp-ifunc.c: Likewise.
29147         * string/test-strncat-ifunc.c: Likewise.
29148         * string/test-strncmp-ifunc.c: Likewise.
29149         * string/test-strncpy-ifunc.c: Likewise.
29150         * string/test-strnlen-ifunc.c: Likewise.
29151         * string/test-strpbrk-ifunc.c: Likewise.
29152         * string/test-strrchr-ifunc.c: Likewise.
29153         * string/test-strspn-ifunc.c: Likewise.
29154         * string/test-strstr-ifunc.c: Likewise.
29155
29156         * debug/Makefile (tests-ifunc): New variable.
29157         (tests): Add $(tests-ifunc).
29158         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29159         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29160         * debug/test-stpcpy_chk-ifunc.c: New file.
29161         * debug/test-strcpy_chk-ifunc.c: Likewise.
29162
29163 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29164
29165         [BZ #13601]
29166         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29167         header is not read in.
29168
29169 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29170
29171         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29172         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29173         directly.  Pass built executable to script as
29174         $(built-program-cmd).
29175         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29176         $testprogram without using LD_LIBRARY_PATH and $ldso.
29177
29178         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29179         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29180         $(rtld-installed-name).
29181         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29182         (rtld_installed_name): Likewise.
29183         (library_path): Likewise.
29184         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29185         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29186         $(run-program-prefix) to tst-tables.sh.
29187         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29188         it to run tst-table-from and tst-table-to.
29189         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29190         Pass it to tst-table.sh.
29191         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29192         $(run-program-prefix) to tst-gettext.sh.
29193         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29194         tst-translit.sh.
29195         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29196         tst-gettext2.sh.
29197         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29198         to run tst-gettext.
29199         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29200         to run tst-gettext2.
29201         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29202         to run tst-translit.
29203         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29204         $(run-program-prefix) to tst-mtrace.sh.
29205         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29206         to run tst-mtrace.
29207         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29208         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29209         $(rtld-installed-name).
29210         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29211         (rtld_installed_name): Likewise.
29212         (run_program_prefix): New variable.  Use it to run wordexp-test.
29213
29214         * Makeconfig (ARCH): Remove all definitions.
29215         (machine): Likewise.
29216         [ARCH]: Remove conditional code.
29217         [!objdir]: Give error.
29218         [!objdir] (objpfx): Remove.
29219         [!objdir] (common-objpfx): Likewise.
29220         [!objdir] (common-objdir): Likewise.
29221         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29222         AC_CONFIG_FILES call.
29223         * configure: Regenerated.
29224
29225         [BZ #13888]
29226         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29227         or TMPDIR.
29228         (testout): Likewise.
29229
29230         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29231         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29232         $(rtld-installed-name).
29233         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29234         (rtld_installed_name): Likwise.
29235         (runit): Remove function.
29236         (run_getconf): New variable,  Use it for running getconf binary.
29237
29238 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29239
29240         [BZ #14716]
29241         * string/test-memmem.c (check_result): New function.
29242         (do_one_test): Use it.
29243         (check1): New function.
29244         (test_main): Use it.
29245
29246 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29247
29248         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29249
29250 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29251
29252         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29253         (_G_LSEEK64): Likewise.
29254         (_G_MMAP64): Likewise.
29255         (_G_FSTAT64): Likewise.
29256         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29257         (_G_LSEEK64): Likewise.
29258         (_G_MMAP64): Likewise.
29259         (_G_FSTAT64): Likewise.
29260         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29261         unconditional.  Call __mmap64 directly.
29262         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29263         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29264         __lseek64 directly.
29265         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29266         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29267         __mmap64 directly.
29268         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29269         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29270         __lseek64 directly.
29271         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29272         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29273         __lseek64 directly.
29274         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29275         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29276         __lseek64 directly.
29277         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29278         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29279         __fxstat64 directly.
29280         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29281         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29282         unconditional.
29283         (freopen64) [!_G_OPEN64]: Remove conditional code.
29284         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29285         unconditional.
29286         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29287         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29288         unconditional.
29289         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29290         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29291         unconditional.
29292         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29293         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29294         unconditional.
29295         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29296         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29297         unconditional.
29298         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29299         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29300         unconditional.
29301         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29302         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29303         unconditional.
29304         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29305
29306 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29307
29308         [BZ #12140]
29309         * manual/memory.texi (Malloc Tunable Parameters): Add note
29310         about free list pointers overwriting some perturb bytes.
29311         Wording suggested by Roland McGrath.
29312
29313 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29314
29315         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29316         (lgamma_test): Likewise.
29317         (tgamma_test): Likewise.
29318
29319 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29320
29321         [BZ #14700]
29322         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29323         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29324
29325 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29326
29327         * NEWS: Mention BZ #14716.
29328         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29329         when removing AVAILABLE1_USES_J macro.
29330
29331 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29332
29333         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29334         (__bswap_64): __uint64_t for unsigned 64-bit int.
29335
29336 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29337
29338         * include/string.h (memmem): Declare libc hidden alias.
29339         * string/memmem.c (memmem): Define libc hidden alias.
29340         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29341         __read, __close instead of open, read, close.
29342
29343 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29344
29345         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29346         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29347         global and hidden.
29348         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29349         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29350         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29351         Likewise.
29352         (__rawmemchr_sse2): Likewise.
29353         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29354         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29355         (__strchr_sse2): Likewise.
29356         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29357         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29358         (__strcasecmp_sse2): Likewise.
29359         (__strncasecmp_sse2): Likewise.
29360         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29361         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29362         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29363         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29364         (__strrchr_sse2): Likewise.
29365         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29366         ifunc-impl-list.c.
29367         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29368         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29369         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29370         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29371         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29372         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29373         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29374         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29375         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29376         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29377         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29378         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29379         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29380         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29381         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29382         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29383         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29384         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29385         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29386         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29387         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29388         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29389         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29390         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29391         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29392         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29393         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29394         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29395         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29396         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29397
29398         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29399         global and hidden.
29400         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29401         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29402         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29403         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29404         Likewise.
29405         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29406         Likewise.
29407         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29408         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29409         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29410         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29411         ifunc-impl-list.c.
29412         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29413         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29414         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29415         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29416         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29417         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29418         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29419         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29420         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29421         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29422         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29423         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29424         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29425         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29426         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29427         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29428         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29429         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29430         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29431         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29432         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29433         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29434         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29435         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29436         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29437         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29438         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29439         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29440         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29441         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29442         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29443         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29444         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29445         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29446         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29447         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29448         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29449         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29450         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29451         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29452         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29453
29454         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29455         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29456         * include/ifunc-impl-list.h: New file.
29457         * misc/ifunc-impl-list.c: Likewise.
29458         * misc/Makefile (routines): Add ifunc-impl-list.
29459         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29460         * string/test-string.h: Include <ifunc-impl-list.h>.
29461         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29462         TEST_NAME]: New variables.
29463         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29464         are defined.
29465         (test_init): Call __libc_ifunc_impl_list to initialize
29466         func_list if TEST_IFUNC and TEST_NAME are defined.
29467
29468         * string/Makefile (strop-tests): Add bcopy and bzero.
29469         * string/test-bcopy.c: New file.
29470         * string/test-bzero.c: Likewise.
29471         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29472         defined.
29473         * string/test-memset.c: Support bzero test if TEST_BZERO is
29474         defined.
29475         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29476         __libc_memmove.
29477         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29478         __libc_memset.
29479         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29480         of memset.
29481
29482 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29483
29484         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29485         * configure: Regenerated.
29486
29487         * Makeconfig (+link-static-before-libc): Don't include
29488         $(link-static-libc).
29489
29490         * libio/libio.h (_IO_pos_t): Remove.
29491
29492 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29493
29494         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29495         McGrath.
29496
29497 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29498
29499         * crypt/crypt-entry.c: Include fips-private.h.
29500         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29501         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29502         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29503         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29504
29505 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29506
29507         * crypt/crypt-private.h: Include stdbool.h.
29508         (_ufc_setup_salt_r): Return bool.
29509         * crypt/crypt-entry.c: Include errno.h.
29510         (__crypt_r): Return NULL with EINVAL for bad salt.
29511         * crypt/crypt_util.c (bad_for_salt): New.
29512         (_ufc_setup_salt_r): Check that salt is long enough and within
29513         the specified alphabet.
29514         * crypt/badsalttest.c: New file.
29515         * crypt/Makefile (tests): Add it.
29516         ($(objpfx)badsalttest): New.
29517
29518 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29519
29520         * NEWS: Add entry for BZ #14602.
29521
29522 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29523
29524         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29525         type-generic.
29526         * math/libm-test.inc: Update comment listing what functions and
29527         macros are tested.
29528         (isgreater_test): New function.
29529         (isgreaterequal_test): Likewise.
29530         (isless_test): Likewise.
29531         (islessequal_test): Likewise.
29532         (islessgreater_test): Likewise.
29533         (isunordered_test): Likewise.
29534         (main): Call the new functions.
29535
29536 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29537
29538         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29539         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29540         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29541         * sysdeps/i386/configure: Regenerated.
29542         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29543         * sysdeps/mach/configure: Regenerated.
29544         * sysdeps/mach/hurd/configure: Regenerated.
29545         * sysdeps/powerpc/configure: Regenerated.
29546         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29547         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29548         * sysdeps/s390/s390-32/configure: Regenerated.
29549         * sysdeps/s390/s390-64/configure: Regenerated.
29550         * sysdeps/sh/configure: Regenerated.
29551         * sysdeps/sparc/configure: Regenerated.
29552         * sysdeps/unix/sysv/linux/configure: Regenerated.
29553         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29554         * sysdeps/x86_64/configure: Regenerated.
29555
29556         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29557         defined.  Don't check if MAP is NULL.
29558
29559 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29560
29561         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29562         (_G_stat64): Likewise.
29563         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29564         (_G_stat64): Likewise.
29565         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29566         instead of struct _G_stat64.
29567         * libio/fileops.c (mmap_remap_check): Likewise.
29568         (decide_maybe_mmap): Likewise.
29569         (_IO_new_file_seekoff): Likewise.
29570         (_IO_file_stat): Likewise.
29571         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29572         _G_off64_t.
29573         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29574         instead of struct _G_stat64.
29575         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29576
29577 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29578
29579         [BZ #14602]
29580         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29581         Replace with ...
29582         (CHECK_EOL): New macro.
29583         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29584         CHECK_EOL.
29585         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29586         Replace with CHECK_EOL.
29587         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29588         Replace with CHECK_EOL.
29589
29590 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29591
29592         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29593         type-generic.
29594         * math/libm-test.inc: Update comment listing what functions and
29595         macros are tested.
29596         (finite_test): New function.
29597         (isinf_test): Likewise.
29598         (isnan_test): Likewise.
29599         (fpclassify_test): Test subnormal input.
29600         (isfinite_test): Likewise.
29601         (isnormal_test): Likewise.
29602         (main): Call the new functions.
29603
29604 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29605
29606         [BZ #14660]
29607         * Makerules (%.dynsym): Force C locale when running
29608         $(OBJDUMP) --dynamic-syms.
29609
29610 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29611
29612         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29613         <stdint.h>.
29614
29615 2012-10-06  David S. Miller  <davem@davemloft.net>
29616
29617         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29618         upper 32-bits of the length value in %o2 since we use branch-on-register
29619         tests which consider the entire 64-bit register.
29620
29621 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29622
29623         * string/test-strstr.c (check2): Add a test for page boundary.
29624
29625 2012-10-05  David S. Miller  <davem@davemloft.net>
29626
29627         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29628         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29629         file.
29630         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29631         sysdep_routines.
29632         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29633         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29634         and bzero when HWCAP_SPARC_CRYPTO is present.
29635
29636 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29637
29638         [BZ #14602]
29639         * string/test-strstr.c (check2): New function.
29640         (test_main): Call check2.
29641
29642         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29643         and bug-strchr1.
29644         * string/bug-strcasestr1.c (do_test): Moved to ...
29645         * string/test-strcasestr.c (check1): Here.  New function.
29646         (do_one_test): Break out result checking code into ...
29647         (check_result): This.  New function.
29648         (do_one_test): Call check_result.
29649         (test_main): Call check1.
29650         * string/bug-strchr1.c (do_test): Moved to ...
29651         * string/test-strchr.c (check1): Here.  New function.
29652         (do_one_test): Break out result checking code into ...
29653         (check_result): This.  New function.
29654         (do_one_test): Call check_result.
29655         (test_main): Call check1.
29656         * string/bug-strstr1.c (main): Moved to ...
29657         * string/test-strstr.c (check1): Here.  New function.
29658         (do_one_test): Break out result checking code into ...
29659         (check_result): This.  New function.
29660         (do_one_test): Call check_result.
29661         (test_main): Call check1.
29662         * string/bug-strcasestr1.c: Removed.
29663         * string/bug-strchr1.c: Likewise.
29664         * string/bug-strstr1.c: Likewise.
29665
29666         * elf/Makefile (dl-routines): Add hwcaps.
29667         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29668         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29669         (_dl_important_hwcaps): Moved to ...
29670         * elf/dl-hwcaps.c: Here.  New file.
29671         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29672
29673         [BZ #14557]
29674         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29675         if IS_IN_rtld isn't defined.
29676
29677         * elf/dl-support.c (_dl_sysinfo_map): New.
29678         Include "get-dynamic-info.h" and "setup-vdso.h".
29679         (_dl_non_dynamic_init): Call setup_vdso.
29680         * elf/dynamic-link.h: Don't include <assert.h>.
29681         (elf_get_dynamic_info): Moved to ...
29682         * elf/get-dynamic-info.h: Here.  New file.
29683         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29684         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29685         * elf/setup-vdso.h: Here.  New file.
29686         * elf/rtld.c: Include "setup-vdso.h".
29687         (dl_main): Call setup_vdso.
29688
29689 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29690
29691         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29692         creal in comment listing functions tested.  List finite, isinf,
29693         isnan, isless, islessequal, isgreater, isgreaterequal,
29694         islessgreater, isunordered, lgamma_r and pow10 as functions and
29695         macros not tested.  Mention which functions not tested are aliases
29696         for other functions.  Fix typo.  Note that signs of NaNs are not
29697         tested.
29698
29699         * scripts/config.guess: Update from config.git.
29700         * scripts/config.sub: Likewise.
29701
29702 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29703
29704         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29705         * misc/madvise.c (madvise): Renamed to __madvise.
29706         Make madvise a weak alias.
29707         * include/sys/mman.h: Declare __madvise.
29708         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29709         * sysdeps/unix/syscalls.list
29710         (madvise): Make __madvise the strong name, and madvise a weak alias.
29711         * sysdeps/unix/sysv/linux/syscalls.list
29712         (madvise, mmap): Remove redundant entries.
29713         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29714         * malloc/malloc.c (mtrim): Likewise.
29715         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29716
29717 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29718
29719         * sysdeps/mach/hurd/dl-cache.c: File removed.
29720         * config.h.in (USE_LDCONFIG): New #undef.
29721         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29722         * configure: Regenerated.
29723         * elf/Makefile (dl-routines): Add dl-cache only under
29724         [$(use-ldconfig) = yes].
29725         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29726         cache on [USE_LDCONFIG].
29727         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29728         [USE_LDCONFIG].
29729         * elf/rtld.c (dl_main): Likewise.
29730
29731 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29732
29733         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29734         _SC_LEVEL4_CACHE_LINESIZE.
29735
29736 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29737
29738         * sysdeps/unix/bsd/confstr.h: File removed.
29739
29740 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29741
29742         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29743         sys/sdt-config.h.
29744
29745 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29746
29747         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29748         Make 'mapoff' field ElfW(Off) rather than off_t.
29749
29750 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29751
29752         * nscd/Makefile: Remove nscd-cflags and all its users.
29753         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29754         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29755
29756         [BZ #10631]
29757         * malloc.c (malloc_printerr): Clarify error message.
29758
29759 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29760
29761         [BZ #14648]
29762         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29763         Set bit_FMA_Usable if FMA is supported.
29764         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29765         macro.
29766         (bit_FMA4_Usable): Updated.
29767         (index_FMA_Usable): New macro.
29768         (CPUID_FMA): Likewise
29769         (HAS_FMA): Defined with bit_FMA_Usable.
29770
29771 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29772
29773         * bits/types.h (__swblk_t): Type removed.
29774         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29775         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29776         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29777         (__SWBLK_T_TYPE): Likewise.
29778         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29779         (__SWBLK_T_TYPE): Likewise.
29780         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29781         (__SWBLK_T_TYPE): Likewise.
29782         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29783         (__SWBLK_T_TYPE): Likewise.
29784
29785 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29786             Honza Horak <hhorak@redhat.com>
29787
29788         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29789         (xdr_mapname): Use YPMAXMAP as maxsize.
29790         (xdr_peername): Use YPMAXPEER as maxsize.
29791         (xdr_keydat): Use YPAXRECORD as maxsize.
29792         (xdr_valdat): Use YPMAXRECORD as maxsize.
29793
29794 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29795
29796         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29797
29798         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29799         * csu/init-first.c: ... here.
29800         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29801         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29802         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29803         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29804         * sysdeps/i386/init-first.c: File removed.
29805         * sysdeps/sh/init-first.c: File removed.
29806
29807 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29808
29809         [BZ #14645]
29810         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29811         if x * y might underflow to zero and z is zero.
29812         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29813         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29814         * math/libm-test.inc (min_subnorm_value): New variable.
29815         (fma_test): Add more tests.
29816         (fma_test_towardzero): Likewise.
29817         (fma_test_downward): Likewise
29818         (fma_test_upward): Likewise.
29819         (initialize): Set min_subnorm_value.
29820
29821 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29822
29823         [BZ #14638]
29824         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29825         0 + 0.
29826         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29827         mode for addition resulting in exact zero.
29828         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29829         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29830         exact 0 + 0.
29831         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29832         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29833         * math/libm-test.inc (fma_test): Add more tests.
29834         (fma_test_towardzero): New function.
29835         (fma_test_downward): Likewise.
29836         (fma_test_upward): Likewise.
29837         (main): Call the new functions.
29838
29839 2012-09-28  David S. Miller  <davem@davemloft.net>
29840
29841         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29842
29843 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29844
29845         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29846         instead of SIGALRM.
29847
29848         * sysdeps/gnu/_G_config.h: Moved to ...
29849         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29850         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29851         * sysdeps/generic/_G_config.h: ... here.
29852
29853         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29854
29855         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29856
29857         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29858         Conditionalize target on [libnss_test1.so-version].
29859
29860         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29861
29862         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29863         (elfobjdir): Move out of conditionals.
29864
29865         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29866         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29867         (__nss_lookup_function): Conditionalize label remove_from_tree on
29868         [!DO_STATIC_NSS || SHARED], matching its only use.
29869
29870 2012-09-28  David S. Miller  <davem@davemloft.net>
29871
29872         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29873         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29874         file.
29875         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29876         sysdep_routines.
29877         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29878         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29879         when HWCAP_SPARC_CRYPTO is present.
29880
29881 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29882
29883         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29884
29885 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29886
29887         [BZ #6530]
29888         * stdio-common/vfprintf.c (process_string_arg): Revert
29889         2000-07-22 change.
29890
29891 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29892
29893         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29894         for testcase.
29895         * stdio-common/tst-sprintf.c: Include <locale.h>
29896         (main): Test sprintf's handling of incomplete multibyte
29897         characters.
29898
29899 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29900
29901         * elf/dl-runtime.c (VERSYMIDX): Removed.
29902         * elf/dl-version.c (VERSYMIDX): Likewise.
29903         * elf/do-rel.h (VERSYMIDX): Likewise.
29904         (VALIDX): Likewise.
29905         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29906         * elf/rtld.c (VALIDX): Likewise.
29907         (ADDRIDX): Likewise.
29908         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29909         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29910         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29911         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29912         (VALIDX): Likewise.
29913         (ADDRIDX): Likewise.
29914
29915 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29916
29917         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29918
29919 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29920
29921         [BZ #11438]
29922         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29923         to global scope.
29924         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29925         addresses are in the same scope as 192.0.2/24.
29926         * posix/gai.conf: Document new scope table defaults.
29927
29928 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29929
29930         [BZ #5298]
29931         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29932         for ftell.  Compute offsets from write pointers instead.
29933         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29934
29935 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29936
29937         [BZ #14543]
29938         * libio/Makefile (tests): New test case tst-fseek.
29939         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29940         combination works in wide mode.
29941         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29942         state when the external buffer state changes.
29943
29944 2012-09-27  David S. Miller  <davem@davemloft.net>
29945
29946         [BZ #14376]
29947         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29948         pass reloc->r_addend in as the 'high' argument to
29949         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29950
29951         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29952
29953 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29954
29955         * rt/tst-aio2.c: Include <pthread.h>.
29956         * rt/tst-aio3.c: Likewise.
29957
29958 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29959
29960         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29961
29962 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29963
29964         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29965         contents on [SHARED].
29966
29967 2012-09-26  Marek Polacek  <polacek@redhat.com>
29968
29969         [BZ #14530]
29970         [BZ #13741]
29971         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29972         for C++ and GCC <4.3 as well as for non GCC compilers.
29973
29974 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29975
29976         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29977
29978 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29979
29980         * Makefile.in (all, install): Declare with .PHONY.
29981         Reported by Michael Hope <michael.hope@linaro.org>.
29982
29983 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29984
29985         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29986         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29987         system header.
29988         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29989         Likewise.
29990         (sydep_routines): Add the new and the internal functions.
29991         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29992         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29994         (GLIBC_2.17): Add the new function.
29995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29996         (GLIBC_2.17): Likewise.
29997         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29998         (GLIBC_2.17): Likewise.
29999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
30000         (GLIBC_2.17): Likewise.
30001         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
30002
30003 2012-09-25  Alan Modra  <amodra@gmail.com>
30004
30005         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
30006         Add release barrier before setting once_control to say
30007         initialisation is done.  Add hints on lwarx.  Use macro in
30008         place of isync.
30009         (clear_once_control): Add release barrier.
30010
30011 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30012
30013         [BZ #13629]
30014         * math/s_clog.c (__clog): Handle more values close to |z| = 1
30015         specially.
30016         * math/s_clog10.c (__clog10): Likewise.
30017         * math/s_clog10f.c (__clog10f): Likewise.
30018         * math/s_clog10l.c (__clog10l): Likewise.
30019         * math/s_clogf.c (__clogf): Likewise.
30020         * math/s_clogl.c (__clogl): Likewise.
30021         * math/Makefile (libm-calls): Add x2y2m1.
30022         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
30023         (__x2y2m1): Likewise.
30024         (__x2y2m1l): Likewise.
30025         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30026         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30027         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30028         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30029         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30030         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30031         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30032         * sysdeps/i386/fpu/libm-test-ulps: Update.
30033         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30034
30035         [BZ #14621]
30036         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30037         int as type of variable DEPTH.
30038         (glob): Use size_t instead of int as type of variables NEWCOUNT
30039         and OLD_PATHC.
30040
30041 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30042
30043         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30044         Add s_sincosf-sse2.
30045         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30046         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30047         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30048         macros for using routine as __sincosf_ia32.
30049         Use macro for function declaration and weak_alias.
30050         * sysdeps/i386/fpu/libm-test-ulps: Update.
30051
30052         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30053         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30054
30055         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30056         subnormal argument.
30057         * math/s_cexpf.c (__cexpf): Likewise.
30058         * math/s_csinf.c (__csinf): Likewise.
30059         * math/s_csinhf.c (__csinhf): Likewise.
30060         * math/s_ctanf.c (__ctanf): Likewise.
30061         * math/s_ctanhf.c (__ctanhf): Likewise.
30062         * math/s_ccosh.c (__ccoshf): Likewise.
30063         * math/s_cexp.c (__cexpl): Likewise.
30064         * math/s_csin.c (__csin): Likewise.
30065         * math/s_csinh.c (__csinh): Likewise.
30066         * math/s_ctan.c (__ctan): Likewise.
30067         * math/s_ctanh.c (ctanh): Likewise.
30068         * math/s_ccoshl.c (__ccoshl): Likewise.
30069         * math/s_cexpl.c (__cexpl): Likewise.
30070         * math/s_csinl.c (__csinl): Likewise.
30071         * math/s_csinhl.c (__csinhl): Likewise.
30072         * math/s_ctanl.c (__ctanl): Likewise.
30073         * math/s_ctanhl.c (__ctanhl): Likewise.
30074
30075 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30076
30077         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30078         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30079         (_IO_off_t): Define to __off_t, not _G_off_t.
30080         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30081         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30082         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30083         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30084         type of __dummy and __dummy2 fields.
30085         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30086         (_G_ssize_t): Likewise.
30087         (_G_off_t): Likewise.
30088         (_G_pid_t): Likewise.
30089         (_G_uid_t): Likewise.
30090         (_G_wchar_t): Likewise.
30091         (_G_wint_t): Likewise.
30092         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30093         (_G_ssize_t): Likewise.
30094         (_G_off_t): Likewise.
30095         (_G_pid_t): Likewise.
30096         (_G_uid_t): Likewise.
30097         (_G_wchar_t): Likewise.
30098         (_G_wint_t): Likewise.
30099         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30100         (_G_ssize_t): Likewise.
30101         (_G_off_t): Likewise.
30102         (_G_pid_t): Likewise.
30103         (_G_uid_t): Likewise.
30104         (_G_wchar_t): Likewise.
30105         (_G_wint_t): Likewise.
30106
30107 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30108
30109         * malloc/arena.c: Include malloc-sysdep.h.
30110         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30111         is sufficient to shrink the heap or an unmap is needed.
30112         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30113         new function check_may_shrink_heap.
30114         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30115         new function check_may_shrink_heap.
30116
30117 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30118
30119         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30120         comments.
30121
30122 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30123
30124         * catgets/test-gencat.sh: Add "set -e".
30125         * elf/tst-pathopt.sh: Likewise.
30126         * grp/tst_fgetgrent.sh: Likewise.
30127         * iconvdata/run-iconv-test.sh: Likewise.
30128         * intl/tst-gettext.sh: Likewise.
30129         * intl/tst-gettext2.sh: Likewise.
30130         * intl/tst-gettext4.sh: Likewise.
30131         * intl/tst-gettext6.sh: Likewise.
30132         * intl/tst-translit.sh: Likewise.
30133         * io/ftwtest-sh: Likewise.
30134         * libio/test-freopen.sh: Likewise.
30135         * malloc/tst-mtrace.sh: Likewise.
30136         * posix/globtest.sh: Likewise.
30137         * posix/tst-getconf.sh: Likewise.
30138         * posix/wordexp-tst.sh: Likewise.
30139         * stdio-common/tst-printf.sh: Likewise.
30140         * stdio-common/tst-unbputc.sh: Likewise.
30141         * stdlib/tst-fmtmsg.sh: Likewise.
30142         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30143         * catgets/Makefile: Do not specify -e option when running
30144         testsuite shell scripts.
30145         * elf/Makefile: Likewise.
30146         * grp/Makefile: Likewise.
30147         * iconvdata/Makefile: Likewise.
30148         * intl/Makefile: Likewise.
30149         * io/Makefile: Likewise.
30150         * libio/Makefile: Likewise.
30151         * malloc/Makefile: Likewise.
30152         * posix/Makefile: Likewise.
30153         * stdio-common/Makefile: Likewise.
30154         * stdlib/Makefile: Likewise.
30155         * sysdeps/x86_64/Makefile: Likewise.
30156
30157         * io/ftwtest-sh: Add copyright header.
30158         * posix/globtest.sh: Likewise.
30159         * posix/tst-getconf.sh: Likewise.
30160         * posix/wordexp-tst.sh: Likewise.
30161         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30162
30163 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30164
30165         [BZ #13679]
30166         * Makeconfig (+link): Defined as $(+link-static) if
30167         $(build-shared) isn't yes.
30168         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30169         isn't yes.
30170         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30171
30172         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30173
30174         [BZ #14562]
30175         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30176         new chunk size with MALLOC_ALIGN_MASK.
30177
30178 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30179
30180         [BZ #5044]
30181         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30182         <rounding-mode.h>.
30183         (__printf_fphex): Determine rounding using get_rounding_mode and
30184         round_away.
30185         * stdio-common/tst-printf-round.c (struct hex_test): New
30186         structure.
30187         (hex_tests): New variable.
30188         (test_hex_in_one_mode): New function.
30189         (do_test): Also run tests for hex float output.
30190
30191 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30192
30193         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30194         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30195         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30196         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30197         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30198         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30199         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30200         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30201
30202 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30203
30204         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30205         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30206         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30207         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30208
30209 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30210
30211         [BZ #14579]
30212         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30213         mode only.
30214         * elf/tst-rtld-load-self.sh: New test.
30215         * elf/Makefile: Run it.
30216
30217 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30218
30219         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30220         (tst-writev-ENV): Remove.
30221         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30222
30223 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30224
30225         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30226
30227 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30228
30229         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30230         unconditional.
30231         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30232         Likewise.
30233         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30234         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30235         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30236         Likewise.
30237
30238 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30239
30240         [BZ #14587]
30241         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30242         * config.make.in (have-cpp-asm-debuginfo): Removed.
30243         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30244         * configure: Regenerated.
30245
30246 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30247
30248         [BZ #5044]
30249         * stdio-common/printf_fp.c: Include <stdbool.h> and
30250         <rounding-mode.h>.
30251         (___printf_fp): Determine rounding using get_rounding_mode and
30252         round_away.
30253         * stdio-common/tst-printf-round.c: New file.
30254         * stdio-common/Makefile (tests): Add tst-printf-round.
30255         (link-libm): New variable.
30256         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30257
30258 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30259
30260         [BZ #14576]
30261         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30262         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30263         Likewise.
30264         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30265         Likewise.
30266
30267 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30268
30269         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30270         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30271         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30272         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30273
30274 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30275
30276         [BZ #14518]
30277         * include/rounding-mode.h: New file.
30278         * sysdeps/generic/get-rounding-mode.h: Likewise.
30279         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30280         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30281         (MAX_VALUE): New macro.
30282         (MIN_VALUE): Likewise.
30283         (overflow_value): New function.
30284         (underflow_value): Likewise.
30285         (round_and_return): Use overflow_value and underflow_value to
30286         determine return values in overflow and underflow cases.  Use
30287         round_away to determine rounding depending on rounding mode.
30288         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30289         determine return values in overflow and underflow cases.
30290         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30291         (struct test_results): New structure.
30292         (struct test): Use struct test_results to store expected results
30293         for all rounding modes.
30294         (TEST): Include expected results for all rounding modes.
30295         (test_in_one_mode): New function.
30296         (do_test): Use test_in_one_mode to compute and check results.
30297         Check results for all rounding modes.
30298         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30299         $(link-libm).
30300
30301 2012-12-09  Allan McRae  <allan@archlinux.org>
30302
30303         * sysdeps/i386/fpu/libm-test-ulps: Update
30304
30305 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30306
30307         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30308         (_G_int32_t): Likewise.
30309         (_G_uint16_t): Likewise.
30310         (_G_uint32_t): Likewise.
30311         (_G_HAVE_BOOL): Likewise.
30312         (_G_HAVE_ATEXIT): Likewise.
30313         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30314         (_G_HAVE_IO_FILE_OPEN): Likewise.
30315         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30316         (_G_int32_t): Likewise.
30317         (_G_uint16_t): Likewise.
30318         (_G_uint32_t): Likewise.
30319         (_G_HAVE_BOOL): Likewise.
30320         (_G_HAVE_ATEXIT): Likewise.
30321         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30322         (_G_HAVE_IO_FILE_OPEN): Likewise.
30323         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30324         (_G_int32_t): Likewise.
30325         (_G_uint16_t): Likewise.
30326         (_G_uint32_t): Likewise.
30327         (_G_HAVE_BOOL): Likewise.
30328         (_G_HAVE_ATEXIT): Likewise.
30329         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30330         (_G_HAVE_IO_FILE_OPEN): Likewise.
30331
30332 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30333
30334         * csu/libc-tls.c: Update copyright years.
30335
30336 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30337
30338         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30339         [!_G_USING_THUNKS]: Remove conditional code.
30340         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30341         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30342
30343         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30344         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30345         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30346         (_G_VTABLE_LABEL_PREFIX): Likewise.
30347         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30348         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30349         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30350         (_G_VTABLE_LABEL_PREFIX): Likewise.
30351         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30352         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30353         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30354         (_G_VTABLE_LABEL_PREFIX): Likewise.
30355         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30356
30357 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30358
30359         * libio/Makefile: Include ../Makeconfig before tests.
30360         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30361         only if $(build-shared) is yes.
30362
30363         * iconv/gconv_db.c: Update copyright years.
30364
30365 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30366
30367         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30368         unwind info if defined PIC. Fix special cases description.
30369         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30370
30371         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30372         DP_HI_MASK entry.
30373         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30374
30375 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30376
30377         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30378
30379         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30380         is NULL.
30381
30382         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30383         (LDLIBS-tst-chk4): This.
30384         (LDFLAGS-tst-chk5): Renamed to ...
30385         (LDLIBS-tst-chk5): This.
30386         (LDFLAGS-tst-chk6): Renamed to ...
30387         (LDLIBS-tst-chk6): This.
30388         (LDFLAGS-tst-lfschk4): Renamed to ...
30389         (LDLIBS-tst-lfschk4): This.
30390         (LDFLAGS-tst-lfschk5): Renamed to ...
30391         (LDLIBS-tst-lfschk5): This.
30392         (LDFLAGS-tst-lfschk6): Renamed to ...
30393         (LDLIBS-tst-lfschk6): This.
30394
30395         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30396         on $(common-objpfx)soversions.mk.
30397
30398 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30399
30400         [BZ #10014]
30401         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30402         example host name.
30403
30404 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30405
30406         * malloc/arena.c (arena_get_retry): New function that gets
30407         another arena for the caller to try its request on.
30408         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30409         current arena cannot fulfill the request.
30410         (__libc_memalign): Likewise.
30411         (__libc_memalign): Likewise.
30412         (__libc_pvalloc): Likewise.
30413         (__libc_calloc): Likewise.
30414
30415 2012-09-05  John Tobey  <john.tobey@gmail.com>
30416
30417         [BZ #13542]
30418         * manual/arith.texi (Operations on Complex): Fix description
30419         of carg branch cut.
30420
30421 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30422
30423         [BZ #10014]
30424         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30425         host name.
30426
30427         [BZ #10038]
30428         * manual/memory.texi (Memory): Make order of menu items match
30429         order of sections.
30430
30431 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30432
30433         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30434         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30435         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30436
30437 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30438
30439         * csu/libc-tls.c (static_dtv): Renamed to ...
30440         (_dl_static_dtv): This.  Make it global.
30441         (_dl_initial_dtv): Removed.
30442         (__libc_setup_tls): Updated.
30443         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30444         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30445         DL_INITIAL_DTV.
30446
30447 2012-09-06  Petr Machata  <pmachata@redhat.com>
30448
30449         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30450         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30451         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30452         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30453
30454 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30455
30456         [BZ #14545]
30457         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30458         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30459         freeing dtv[-1].
30460
30461 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30462
30463         [BZ #14544]
30464         * Makeconfig (link-static-before-libc): Replace $(+prector)
30465         with $(+prectorT).
30466         (link-static-after-libc): Replace $(+postctor) with
30467         $(+postctorT).
30468         (link-bounded): Replace $(+prector)/$(+postctor) with
30469         $(+prectorT)/$(+postctorT).
30470         (+prectorT): New macro.
30471         (+postctorT): Likewise.
30472
30473 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30474
30475         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30476         (round_str): Handle values above the maximum for IBM long double
30477         as inexact.
30478         * stdlib/tst-strtod-round.c (tests): Regenerated.
30479
30480 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30481
30482         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30483         assembler flag.
30484         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30485         zarch_nohighgprs around the zarch optimized routines.
30486         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30487         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30488         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30489         for zarch.
30490
30491 2012-09-05  David S. Miller  <davem@davemloft.net>
30492
30493         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30494
30495         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30496         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30497         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30498         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30499         entries.
30500
30501 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30502
30503         * malloc/arena.c: Fold copyright years.
30504         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30505
30506 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30507
30508         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30509
30510 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30511
30512         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30513
30514 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30515
30516         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30517         change internal state upon failure.
30518
30519 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30520
30521         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30522         * malloc/memusage.c (mmap): Likewise.
30523         (mmap64, mremap): Likewise.  Adjust name in comment.
30524
30525 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30526
30527         * libio/fileops.c: Fix typos in comments.
30528         * libio/oldfileops.c: Likewise.
30529         * libio/wfileops.c: Likewise.
30530
30531 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30532
30533         [BZ #1349]
30534         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30535         (tst-malloc-usable-ENV): Set environment for test case.
30536         * malloc/hooks.c (malloc_check_get_size): New function to get
30537         requested size.
30538         * malloc/malloc.c (musable): Use malloc_check_get_size.
30539         * malloc/tst-malloc-usable.c: New test case.
30540
30541 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30542
30543         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30544
30545 2012-09-05  Allan McRae  <allan@archlinux.org>
30546
30547         [BZ #13966]
30548         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30549         determine header location.
30550         * configure: Regenerated.
30551
30552 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30553
30554         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30555         float format.
30556         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30557         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30558         format.
30559         (test): Regenerate.
30560
30561 2012-09-04  David S. Miller  <davem@davemloft.net>
30562
30563         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30564         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30565         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30566
30567 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30568
30569         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30570         failures.
30571
30572         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30573
30574 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30575
30576         [BZ #9914]
30577         * libio/iogetdelim.c: Include <limits.h>.
30578         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30579         + len + 1 would overflow.
30580
30581 2012-09-03  Andreas Jaeger  <aj@suse.de>
30582
30583         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30584         * sysdeps/i386/fpu/libm-test-ulps: Update.
30585
30586 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30587
30588         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30589         Add s_sinf-sse2, s_conf-sse2.
30590
30591         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30592         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30593         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30594         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30595
30596         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30597         for using routine as __sinf_ia32.
30598         Use macro for function declaration and weak_alias.
30599         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30600         for using routine as __cosf_ia32.
30601         Use macro for function declaration and weak_alias.
30602
30603         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30604         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30605
30606         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30607         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30608         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30609
30610         * math/libm-test.inc (cos_test): Add more test cases.
30611         (sin_test): Likewise.
30612         (sincos_test): Likewise.
30613
30614 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30615
30616         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30617         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30618         hidden.
30619         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30620
30621 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30622
30623         [BZ #14538]
30624         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30625         first element of the GOT.
30626         (elf_machine_load_address): Return the difference between
30627         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30628
30629 2012-09-01  Allan McRae  <allan@archlinux.org>
30630
30631         [BZ #13412]
30632         * configure.in (AWK): Require gawk version 3.0 or later.
30633         * configure: Regenerated.
30634
30635 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30636
30637         * sysdeps/unix/sysv/linux/kernel-features.h
30638         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30639         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30640         [__NR_clock_getres]: Make code unconditional.
30641         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30642         (clock_getcpuclockid): Remove code left unreachable by removal of
30643         conditionals.
30644         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30645         code unconditional.
30646         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30647         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30648         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30649         Make code unconditional.
30650         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30651         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30652         * sysdeps/unix/sysv/linux/clock_settime.c
30653         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30654         conditional code.
30655         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30656         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30657
30658 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30659
30660         [BZ #14476]
30661         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30662         scripts/test-installation.pl.
30663
30664         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30665         and $ld_so_version if it is set.
30666
30667 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30668
30669         [BZ #14516]
30670         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30671         failure if reading from procfs failed.
30672         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30673
30674 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30675
30676         * sysdeps/unix/sysv/linux/kernel-features.h
30677         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30678         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30679         Remove conditional code.
30680         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30681         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30682         Remove conditional code.
30683         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30684         * sysdeps/unix/sysv/linux/i386/fxstat.c
30685         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30686         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30687         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30688         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30689         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30690         * sysdeps/unix/sysv/linux/i386/lxstat.c
30691         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30692         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30693         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30694         Remove conditional code.
30695         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30696         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30697         Remove conditional code.
30698         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30699         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30700         <kernel-features.h>.
30701         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30702         Remove.
30703         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30704         Remove conditional code.
30705         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30706         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30707         Remove conditional.
30708
30709 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30710
30711         [BZ #5400]
30712         * NEWS: Add fixed bug number.
30713
30714 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30715
30716         [BZ #14519]
30717         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30718         underflowing exponent in case of negative sign.
30719         * stdlib/tst-strtod-round-data: Add more tests.
30720         * stdlib/tst-strtod-round.c (tests): Regenerated.
30721
30722         [BZ #3479]
30723         * stdlib/strtod_l.c (NDIG): Remove.
30724         (HEXNDIG): Likewise.
30725         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30726         smallest representable value.
30727         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30728         lie within an exact representation of 1/2 ulp of the result.
30729         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30730         unconditionally.
30731         (TENS_P9_IDX): Define unconditionally.
30732         (TENS_P9_SIZE): Likewise.
30733         (TENS_P10_IDX): Likewise.
30734         (TENS_P10_SIZE): Likewise.
30735         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30736         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30737         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30738         entries for 10^2^13 and 10^2^14.
30739         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30740         (TENS_P13_IDX): Define.
30741         (TENS_P13_SIZE): Likewise.
30742         (TENS_P14_IDX): Likewise.
30743         (TENS_P14_SIZE): Likewise.
30744         (_fpioconst_pow10): Change array size to
30745         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30746         unconditional.
30747         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30748         1024]: Add entries for 10^2^13 and 10^2^14.
30749         [LAST_POW10 > _LAST_POW10]: Remove #error.
30750         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30751         (_fpioconst_pow10): Change array size to
30752         FPIOCONST_POW10_ARRAY_SIZE.
30753         * stdlib/gen-fpioconst.c: New file.
30754         * stdlib/gen-tst-strtod-round.c: Likewise.
30755         * stdlib/tst-strtod-round-data: Likewise.
30756         * stdlib/tst-strtod-round.c: Likewise.
30757         * stdlib/Makefile (tests): Add tst-strtod-round.
30758
30759         [BZ #14459]
30760         * stdlib/strtod_l.c: Include <stdint.h>.
30761         (NDEBUG): Do not define.
30762         (round_and_return): Change EXPONENT parameter to type intmax_t.
30763         Rearrange calculations to avoid internal overflow possibilities.
30764         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30765         Rearrange calculations to avoid internal overflow possibilities.
30766         Assert that number fits inside MPNSIZE limbs.
30767         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30768         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30769         calculations and add assertions to avoid internal overflow
30770         possibilities.  Add casts to avoid signed/unsigned operations.
30771         * stdlib/tst-strtod-overflow.c: New file.
30772         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30773
30774 2012-08-25  Marek Polacek  <polacek@redhat.com>
30775
30776         * time/time.h: Fix some typos in comments.
30777
30778 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30779
30780         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30781         * posix/tst-rfc3484-2.c: Likewise.
30782         * posix/tst-rfc3484-3.c: Likewise.
30783
30784 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30785
30786         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30787         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30788
30789 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30790
30791         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30792         #include of fxstatat64.c.
30793
30794 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30795
30796         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30797         * shadow/getspent_r.c: Likewise.
30798         * shadow/getspnam.c: Likewise.
30799         * shadow/getspnam_r.c: Likewise.
30800         * gshadow/getsgent.c: Likewise.
30801         * gshadow/getsgent_r.c: Likewise.
30802         * gshadow/getsgnam.c: Likewise.
30803         * gshadow/getsgnam_r.c: Likewise.
30804         * inet/getnetbyad.c: Likewise.
30805         * inet/getnetbyad_r.c: Likewise.
30806         * inet/getnetbynm.c: Likewise.
30807         * inet/getnetbynm_r.c: Likewise.
30808         * inet/getnetent.c: Likewise.
30809         * inet/getnetent_r.c: Likewise.
30810         * inet/getproto.c: Likewise.
30811         * inet/getproto_r.c: Likewise.
30812         * inet/getprtent.c: Likewise.
30813         * inet/getprtent_r.c: Likewise.
30814         * inet/getprtname.c: Likewise.
30815         * inet/getprtname_r.c: Likewise.
30816         * inet/getrpcbyname.c: Likewise.
30817         * inet/getrpcbyname_r.c: Likewise.
30818         * inet/getrpcbynumber.c: Likewise.
30819         * inet/getrpcbynumber_r.c: Likewise.
30820         * inet/getrpcent.c: Likewise.
30821         * inet/getrpcent_r.c: Likewise.
30822         * inet/getaliasent.c: Likewise.
30823         * inet/getaliasent_r.c: Likewise.
30824         * inet/getaliasname.c: Likewise.
30825         * inet/getaliasname_r.c: Likewise.
30826         * nscd/getgrgid_r.c: Likewise.
30827         * nscd/getgrnam_r.c: Likewise.
30828         * nscd/gethstbyad_r.c: Likewise.
30829         * nscd/gethstbynm3_r.c: Likewise.
30830         * nscd/getpwnam_r.c: Likewise.
30831         * nscd/getpwuid_r.c: Likewise.
30832         * nscd/getsrvbynm_r.c: Likewise.
30833         * nscd/getsrvbypt_r.c: Likewise.
30834         * nscd/gai.c: Likewise.
30835
30836         * configure.in (build_nscd): New substituted variable, set
30837         by --disable-build-nscd and defaults to $use_nscd.
30838         * configure: Regenerated.
30839         * config.make.in (build-nscd): New substituted variable.
30840         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30841         Change conditional to require [$(build-nscd) = yes] as well.
30842         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30843
30844         [BZ# 13696]
30845         * configure.in (use_nscd): New substituted variable, set by
30846         --disable-nscd.  If enabled, define USE_NSCD.
30847         * configure: Regenerated.
30848         * config.h.in: Add USE_NSCD.
30849         * config.make.in (use-nscd): New substituted variable.
30850         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30851         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30852         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30853         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30854         (CFLAGS-getgrnam_r.c): Likewise.
30855         (CFLAGS-initgroups.c): Likewise.
30856         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30857         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30858         Variables removed.
30859         * inet/getnetgrent_r.c
30860         (nscd_setnetgrent): New function, broken out of ...
30861         (setnetgrent): ... here.  Call it.
30862         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30863         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30864         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30865         * nscd/Makefile (routines, aux): Move definitions after include of
30866         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30867         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30868         Conditionalize on [USE_NSCD].
30869         (is_nscd, nscd_init_cb): Likewise.
30870         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30871         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30872         * nss/nss_db/db-init.c: Likewise.
30873         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30874         [USE_NSCD].
30875         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30876         (make_request): Use it.
30877         (cache_valid_p): New function.
30878         (__check_pf): Use it.
30879         * NEWS: Add item for --disable-nscd.
30880
30881 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30882
30883         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30884         to support sed >= 4.2.1-20-ga9bf076.
30885         * configure: Regenerated.
30886
30887 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30888
30889         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30890         Conditionalize whole body on [IREL].
30891
30892 2012-08-22  Jeff Law <law@redhat.com>
30893
30894         [BZ #14505]
30895         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30896         if the family is PF_UNSPEC.
30897
30898 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30899
30900         * Makerules (lib-version): Rename from V.
30901         (install-lib-nosubdir): Change V to lib-version.
30902
30903 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30904
30905         [BZ #14252]
30906         * powerpc32/power6/wcschr.c: New file.
30907         * powerpc32/power6/wcscpy.c: New file.
30908         * powerpc32/power6/wcsrchr.c: New file.
30909         * powerpc64/power6/wcschr.c: New file.
30910         * powerpc64/power6/wcscpy.c: New file.
30911         * powerpc64/power6/wcsrchr.c: New file.
30912
30913 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30914
30915         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30916         (two_way_short_needle): Use it.
30917         * string/strstr.c (AVAILABLE1_USES_J): Define.
30918         * string/strcasestr.c: Likewise.
30919
30920         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30921         array references.
30922         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30923
30924         [BZ #11607]
30925         * NEWS: Add an entry.
30926         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30927         define their defaults.
30928         (two_way_short_needle): Detect end-of-string on-the-fly.
30929         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30930         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30931         * string/bug-strcasestr1.c: New test.
30932         * string/Makefile: Run it.
30933
30934 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30935
30936         [BZ #11607]
30937         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30938         the first character.
30939
30940 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30941
30942         * csu/elf-init.c (__libc_csu_irel): Function removed.
30943         * csu/libc-start.c (apply_irel): New function.
30944         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30945
30946 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30947
30948         * sysdeps/unix/sysv/linux/kernel-features.h
30949         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30950         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30951         <kernel-features.h>.
30952         [__NR_fadvise64_64]: Make code unconditional.
30953         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30954         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30955         !__NR_fadvise64_64)]: Likewise.
30956         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30957         !__NR_fadvise64_64))]: Likewise.
30958         [__NR_fadvise64]: Make code unconditional.
30959         [!__NR_fadvise64]: Remove conditional code.
30960         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30961         <kernel-features.h>.
30962         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30963         unconditional.
30964         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30965         conditional code.
30966         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30967         not include <kernel-features.h>.
30968         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30969         unconditional.
30970         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30971         conditional code.
30972         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30973         include <kernel-features.h>.
30974         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30975         unconditional.
30976         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30977         conditional code.
30978
30979 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30980
30981         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30982         slight instruction rearrangements per scrollpipe analysis.
30983         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30984
30985 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30986
30987         * manual/syslog.texi (syslog; vsyslog, closelog):
30988         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30989         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30990
30991         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30992         DSOCAPS to match condition on defining it.
30993
30994 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30995
30996         * sysdeps/unix/sysv/linux/kernel-features.h
30997         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30998         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30999         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31000         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
31002         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31003         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31004         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
31005         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
31006         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
31007
31008         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
31009         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
31010
31011         * sysdeps/unix/sysv/linux/kernel-features.h
31012         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
31013         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
31014         unconditional.
31015         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31016         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
31017         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31018         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31019         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
31020         Make code unconditional.
31021         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31022         (__mmap64) [!__NR_mmap2]: Likewise.
31023         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
31024         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31025         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31026         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31027         [__NR_mmap2]: Make code unconditional.
31028         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31029         (__mmap64) [!__NR_mmap2]: Likewise.
31030
31031 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31032
31033         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31034
31035 2012-08-18  Andreas Jaeger  <aj@suse.de>
31036
31037         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31038
31039 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31040
31041         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31042         * include/unistd.h (__have_sock_cloexec): Likewise.
31043         (__have_pipe2): Likewise.
31044         (__have_dup3): Likewise.
31045
31046 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31047
31048         [BZ #9685]
31049         * include/unistd.h (__have_pipe2): Change define into an extern int.
31050         (__have_dup3): Likewise.
31051         * socket/have_sock_cloexec.c: Include fcntl.h.
31052         (__have_pipe2): New variable.
31053         (__have_dup3): Likewise.
31054
31055 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31056
31057         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31058
31059 2012-08-17  Marek Polacek  <polacek@redhat.com>
31060
31061         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31062         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31063
31064 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31065
31066         * configure.in: Add AC_SUBST for sysheaders.
31067         * configure: Regenerated.
31068         * config.make.in (sysheaders): New substituted variable.
31069
31070         * sysdeps/unix/mkfifo.c: Moved ...
31071         * sysdeps/posix/mkfifo.c: ... here.
31072         * sysdeps/unix/mkfifoat.c: Moved ...
31073         * sysdeps/posix/mkfifoat.c: ... here.
31074
31075         * sysdeps/unix/utime.c: Moved ...
31076         * sysdeps/posix/utime.c: ... here.
31077
31078         * sysdeps/unix/time.c: Moved ...
31079         * sysdeps/posix/time.c: ... here.
31080         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31081         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31082
31083         * sysdeps/unix/nice.c: Moved ...
31084         * sysdeps/posix/nice.c: ... here.
31085
31086         * sysdeps/unix/alarm.c: Moved ...
31087         * sysdeps/posix/alarm.c: ... here.
31088
31089         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31090
31091 2012-08-17  Jeff Law <law@redhat.com>
31092
31093         * intl/Makefile (codeset_mo): New variable.
31094         ($(codeset_mo)): New target.
31095         (tst-codeset.out): Depend on that.  Remove explicit rule.
31096         (tst-gettext3.out, tst-gettext5.out): Likewise.
31097         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31098         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31099         * intl/tst-codeset.sh: Remove.
31100         * intl/tst-gettext3.sh: Likewise.
31101         * intl/tst-gettext5.sh: Likewise.
31102
31103 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31104
31105         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31106         * sysdeps/unix/syscalls.list: ... here.
31107
31108         * sysdeps/posix/getaddrinfo.c
31109         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31110         (gaiconf_init, gaiconf_reload): Use them.
31111         [!_STATBUF_ST_NSEC]
31112         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31113         Define using time_t rather than struct timespec.
31114
31115         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31116         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31117         Macros removed.
31118         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31119         [!NO_THREADS].
31120         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31121         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31122         Likewise.
31123
31124         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31125         __libc_cleanup_push argument.
31126
31127         * bits/param.h: New file.
31128         * misc/sys/param.h: New file.
31129         * include/sys/param.h: New file.
31130         * misc/Makefile (headers): Add bits/param.h.
31131         * sysdeps/generic/sys/param.h: File removed.
31132         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31133         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31134         * sysdeps/mach/hurd/bits/param.h: New file.
31135         * sysdeps/mach/hurd/sys/param.h: File removed.
31136
31137         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31138         last change.
31139
31140         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31141         [_IO_MTSAFE_IO].
31142         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31143         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31144         New macros.
31145
31146         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31147         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31148         rather than -D_IO_MTSAFE_IO conditionally.
31149         * stdio-common/Makefile (CPPFLAGS): Likewise.
31150         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31151         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31152         Use $(libio-mtsafe).
31153         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31154         of -D_IO_MTSAFE_IO.
31155         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31156         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31157         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31158         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31159         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31160         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31161         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31162         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31163         (CFLAGS-fread_u_chk.c): Likewise.
31164         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31165         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31166         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31167         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31168         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31169         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31170         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31171         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31172         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31173
31174         * libio/Makefile: Test [$(libc-reentrant) = yes]
31175         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31176
31177         * Makeconfig
31178         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31179         * sysdeps/pthread/configure: File removed.
31180         * sysdeps/pthread/Makeconfig: New file.
31181         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31182         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31183
31184 2012-08-16  Gary Benson  <gbenson@redhat.com>
31185
31186         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31187         unmapping the first object in a namespace.
31188
31189 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31190
31191         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31192         (__internal_setnetgrent): ... this.  Add internal_function to
31193         definition.  Add libc_hidden_def.
31194         (setnetgrent): Update caller.
31195         (internal_endnetgrent): Renamed to ...
31196         (__internal_endnetgrent): ... this.  Add internal_function to
31197         definition.  Add libc_hidden_def.
31198         (endnetgrent): Update caller.
31199         (internal_getnetgrent_r): Renamed to ...
31200         (__internal_getnetgrent_r): ... this.  Add internal_function to
31201         definition.  Add libc_hidden_def.
31202         (__getnetgrent_r): Update caller.
31203         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31204
31205 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31206
31207         * stdlib/longlong.h: Update from GCC.
31208
31209 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31210
31211         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31212         on _QL, which is set by umul_ppmm but never used.
31213         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31214         variables, which are set by GMP macros but never used.
31215         * stdio-common/_itowa.c (_itowa): Likewise.
31216         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31217         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31218
31219 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31220
31221         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31222         struct La_sh_regs is not constant.
31223         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31224         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31225         and struct La_sparc64_regs are not constant.
31226
31227 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31228
31229         * sysdeps/unix/sysv/linux/kernel-features.h
31230         (__ASSUME_POSIX_TIMERS): Remove.
31231         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31232         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31233         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31234         Make code unconditional.
31235         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31236         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31237         Make code unconditional.
31238         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31239         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31240         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31241         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31242         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31243         Make code unconditional.
31244         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31245         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31246         (__libc_missing_posix_timers): Remove.
31247
31248 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31249
31250         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31251         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31252
31253         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31254
31255         * elf/dl-sym.c: Include <stdlib.h>.
31256
31257         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31258         constants, which avoids warnings in 32-bit builds.
31259
31260         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31261         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31262
31263         * misc/lseek.c: File moved to ...
31264         * io/lseek.c: ... here.
31265
31266         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31267
31268         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31269         shifting LEN more than 31 bits at once.
31270
31271 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31272
31273         [BZ #14195]
31274         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31275         segmentation fault for a case of two empty input strings.
31276         * string/test-strncasecmp.c (check1): Renamed to...
31277         (bz12205): ...this.
31278         (bz14195): Add new testcase for two empty input strings and N > 0.
31279         (test_main): Call new testcase, adapt for renamed function.
31280
31281 2012-08-15  Andreas Jaeger  <aj@suse.de>
31282
31283         [BZ #14090]
31284         * crypt/md5test2.c: New test, based on test supplied by Serge
31285         Belyshev <belyshev@depni.sinp.msu.ru>.
31286         * crypt/Makefile (xtests): Add md5test-giant..
31287         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31288
31289 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31290
31291         [BZ #14090]
31292         * crypt/md5.c (md5_process_block): Don't assume the buffer
31293         length is less than 2**32.
31294         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31295         length is less than 2**64.
31296
31297 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31298
31299         * string/str-two-way.h: Include <sys/param.h>.
31300         (MAX): Macro removed.
31301
31302         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31303         Move #define and #undef of memmove to just before and after
31304         including <string.h>.
31305
31306         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31307         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31308         and after including <string.h>.  Move declarations of
31309         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31310         to before #include "string/memmove.c".
31311
31312         * include/dirent.h: Declare __getdirentries.
31313
31314         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31315         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31316
31317 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31318
31319         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31320         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31321         * sysdeps/i386/configure: Regenerated.
31322         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31323         STABS_CURRENT_FILE, and STABS_FUN.
31324         (END): Remove call to STABS_FUN_END.
31325         (STABS_CURRENT_FILE1): Delete.
31326         (STABS_CURRENT_FILE): Likewise.
31327         (STABS_FUN): Likewise.
31328         (STABS_FUN_END): Likewise.
31329         (STABS_FUN2): Likewise.
31330         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31331         * sysdeps/x86_64/configure: Regenerated.
31332
31333 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31334
31335         * elf/dl-open.c: Include <atomic.h>.
31336         * elf/dl-lookup.c: Likewise.
31337
31338 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31339
31340         * sysdeps/unix/sysv/linux/kernel-features.h
31341         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31342         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31343         unconditionally.
31344         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31345         unconditionally.
31346         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31347         condition on __ASSUME_CLONE_THREAD_FLAGS.
31348
31349 2012-08-14  Andreas Jaeger  <aj@suse.de>
31350
31351         * sysdeps/i386/fpu/libm-test-ulps: Update.
31352
31353 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31354
31355         * include/atomic.h (atomic_exchange_and_add): Split into ...
31356         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31357         New atomic macros.
31358
31359 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31360
31361         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31362
31363 2012-08-13  Jeff Law <law@redhat.com>
31364
31365         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31366         null byte in the output string.
31367
31368 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31369
31370         * sysdeps/unix/sysv/linux/kernel-features.h
31371         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31372         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31373         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31374         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31375         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31376         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31377         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31378
31379 2012-08-09  Jeff Law <law@redhat.com>
31380
31381         [BZ #13939]
31382         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31383         When avoid_arena is set, don't retry in the that arena.  Pick the
31384         next one, whatever it might be.
31385         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31386         (arena_lock): Pass in new parameter to arena_get2.
31387         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31388         arena_get2.
31389         (__libc_malloc): Unify retrying after main arena failure with
31390         __libc_memalign version.
31391         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31392
31393 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31394
31395         [BZ #14166]
31396         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31397         to __redirect_strstr.
31398         (__strstr_sse42): Use typeof __redirect_strstr.
31399         (__strstr_ia32): Likewise.
31400         (__libc_strstr): New prototype.
31401         (strstr): Renamed to ...
31402         (__libc_strstr): This.
31403         (strstr): New strong alias of __libc_strstr.
31404         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31405         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31406         __redirect_time.
31407         Include <time.h>.
31408         (__libc_time): New prototype.
31409         (time_ifunc): Replace time with __libc_time.
31410         (time): New strong alias and hidden definition of __libc_time.
31411         (__GI_time): Remove strong alias.
31412         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31413         Include <stddef.h>.
31414         (memmove): Redefined to __redirect_memmove.
31415         (__memmove_sse2): Use typeof __redirect_memmove.
31416         (__memmove_ssse3): Likewise.
31417         (__memmove_ssse3_back): Likewise.
31418         (__libc_memmove): New prototype.
31419         (memmove): Renamed to ...
31420         (__libc_memmove): This.
31421         (memmove): New strong alias of __libc_memmove.
31422
31423 2012-08-08  Mark Salter  <msalter@redhat.com>
31424
31425         * elf/elf.h
31426         (R_MN10300_TLS_GD): Define.
31427         (R_MN10300_TLS_LD): Likewise.
31428         (R_MN10300_TLS_LDO): Likewise.
31429         (R_MN10300_TLS_GOTIE): Likewise.
31430         (R_MN10300_TLS_IE): Likewise.
31431         (R_MN10300_TLS_LE): Likewise.
31432         (R_MN10300_TLS_DTPMOD): Likewise.
31433         (R_MN10300_TLS_DTPOFF): Likewise.
31434         (R_MN10300_TLS_TPOFF): Likewise.
31435         (R_MN10300_SYM_DIFF): Likewise.
31436         (R_MN10300_ALIGN): Likewise.
31437         (R_MN10300_NUM): Update.
31438
31439 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31440
31441         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31442         Remove.
31443
31444 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31445
31446         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31447
31448         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31449         sysdeps/unix -> sysdeps/posix move.
31450         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31451
31452 2012-08-07      Allan McRae     <allan@archlinux.org>
31453
31454         [BZ #14303]
31455         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31456         (SUNOS_CPP): Likewise.
31457         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31458         not found.
31459         (open_input): Call CPP using execvp.
31460
31461 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31462
31463         * sysdeps/unix/sysv/linux/kernel-features.h
31464         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31465         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31466         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31467         (__ASSUME_WAITID_SYSCALL): Likewise.
31468         * sysdeps/unix/sysv/linux/dl-execstack.c
31469         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31470         code unconditional.
31471         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31472         conditional code.
31473         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31474         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31475         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31476         code.
31477         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31478         unconditional.
31479         [__ASSUME_WAITID_SYSCALL]: Likewise.
31480         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31481
31482 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31483
31484         * sysdeps/unix/closedir.c: Renamed to ...
31485         * sysdeps/posix/closedir.c: ... here.
31486         * sysdeps/unix/dirfd.c: Renamed to ...
31487         * sysdeps/posix/dirfd.c: ... here.
31488         * sysdeps/unix/dirstream.h: Renamed to ...
31489         * sysdeps/posix/dirstream.h: ... here.
31490         * sysdeps/unix/fdopendir.c: Renamed to ...
31491         * sysdeps/posix/fdopendir.c: ... here.
31492         * sysdeps/unix/opendir.c: Renamed to ...
31493         * sysdeps/posix/opendir.c: ... here.
31494         * sysdeps/unix/readdir.c: Renamed to ...
31495         * sysdeps/posix/readdir.c: ... here.
31496         * sysdeps/unix/readdir_r.c: Renamed to ...
31497         * sysdeps/posix/readdir_r.c: ... here.
31498         * sysdeps/unix/rewinddir.c: Renamed to ...
31499         * sysdeps/posix/rewinddir.c: ... here.
31500         * sysdeps/unix/seekdir.c: Renamed to ...
31501         * sysdeps/posix/seekdir.c: ... here.
31502         * sysdeps/unix/telldir.c: Renamed to ...
31503         * sysdeps/posix/telldir.c: ... here.
31504         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31505         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31506         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31507         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31508
31509         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31510         * bits/fcntl.h: ... here.
31511
31512         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31513         not 0.
31514         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31515         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31516         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31517         (struct flock): Move l_start, l_len to the beginning.
31518         Use __pid_t for l_pid.
31519         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31520         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31521         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31522         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31523         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31524         [__USE_LARGEFILE64] (struct flock64): New type.
31525         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31526
31527         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31528         * bits/dirent.h: ... here.
31529
31530         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31531         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31532
31533 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31534
31535         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31536         Change from 2.6.0 to 2.6.16.
31537         * sysdeps/unix/sysv/linux/configure: Regenerated.
31538         * sysdeps/unix/sysv/linux/kernel-features.h
31539         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31540         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31541         version.
31542         (__ASSUME_UTIMES): Likewise.
31543         (__ASSUME_CLONE_STOPPED): Remove.
31544         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31545         architectures, not kernel version.
31546         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31547         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31548         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31549         (__ASSUME_WAITID_SYSCALL): Likewise.
31550         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31551         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31552         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31553         refer to older versions.
31554
31555 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31556
31557         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31558         Define alphasort64 as an alias.
31559         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31560         Define versionsort64 as an alias.
31561         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31562         Define scandir64 as an alias.
31563         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31564         Define scandirat64 as an alias.
31565         * dirent/alphasort64.c (alphasort64):
31566         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31567         * dirent/versionsort64.c: Likewise.
31568         * dirent/scandir64.c: Likewise.
31569         * dirent/scandirat64.c: Likewise.
31570         * sysdeps/wordsize-64/alphasort.c: File removed.
31571         * sysdeps/wordsize-64/alphasort64.c: File removed.
31572         * sysdeps/wordsize-64/scandir.c: File removed.
31573         * sysdeps/wordsize-64/scandir64.c: File removed.
31574         * sysdeps/wordsize-64/scandirat.c: File removed.
31575         * sysdeps/wordsize-64/scandirat64.c: File removed.
31576         * sysdeps/wordsize-64/versionsort.c: File removed.
31577         * sysdeps/wordsize-64/versionsort64.c: File removed.
31578         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31579         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31580         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31581         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31582         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31583         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31584         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31585         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31586
31587         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31588         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31589         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31590         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31591         [defined __arch64__ || defined __sparcv9]
31592         (__INO_T_MATCHES_INO64_T): New macro.
31593         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31594         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31595         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31596         * sysdeps/unix/sysv/linux/bits/dirent.h
31597         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31598         (_DIRENT_MATCHES_DIRENT64): New macro.
31599
31600         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31601         Define lockf64 as an alias.
31602         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31603         Define fseeko64 as an alias.
31604         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31605         Define ftello64 as an alias.
31606         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31607         Define _IO_fgetpos64 and fgetpos64 as aliases.
31608         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31609         Define _IO_fsetpos64 and fsetpos64 as aliases.
31610         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31611         Conditionalize body on this.
31612         * libio/fseeko64.c: Likewise.
31613         * libio/ftello64.c: Likewise.
31614         * libio/iofgetpos64.c: Likewise.
31615         * libio/iofsetpos64.c: Likewise.
31616         * sysdeps/wordsize-64/lockf.c: File removed.
31617         * sysdeps/wordsize-64/lockf64.c: File removed.
31618         * sysdeps/wordsize-64/fseeko.c: File removed.
31619         * sysdeps/wordsize-64/fseeko64.c: File removed.
31620         * sysdeps/wordsize-64/ftello.c: File removed.
31621         * sysdeps/wordsize-64/ftello64.c: File removed.
31622         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31623         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31624         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31625         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31626         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31627         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31628         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31629         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31630         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31631         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31632         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31633         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31634         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31635         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31636
31637         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31638         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31639         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31640         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31641         [defined __arch64__ || defined __sparcv9]
31642         (__OFF_T_MATCHES_OFF64_T): New macro.
31643         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31644         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31645         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31646         (__OFF_T_MATCHES_OFF64_T): New macro.
31647
31648 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31649
31650         * stdlib/secure-getenv.c (__secure_getenv): Replace
31651         GLIBC_2_16 with GLIBC_2_17.
31652
31653 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31654
31655         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31656         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31657
31658 2012-08-03  David S. Miller  <davem@davemloft.net>
31659
31660         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31661
31662 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31663
31664         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31665         Remove.
31666         (__ASSUME_CORRECT_SI_PID): Likewise.
31667         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31668         (__ASSUME_TMPFS_NAME): Likewise.
31669         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31670         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31671         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31672         (HAVE_AUX_SECURE): Make definition unconditional.
31673         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31674         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31675
31676 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31677
31678         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31679         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31680         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31681         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31682         __eloop_threshold instead of SYMLOOP_MAX.
31683
31684         * sysdeps/generic/eloop-threshold.h: New file.
31685         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31686         of MAXSYMLINKS.
31687         * elf/chroot_canon.c (chroot_canon): Likewise.
31688
31689 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31690
31691         [BZ #13717]
31692         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31693         Change to 2.6.0 everywhere.
31694         * sysdeps/unix/sysv/linux/configure: Regenerated.
31695         * sysdeps/unix/sysv/linux/kernel-features.h
31696         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31697         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31698         kernel versions.
31699         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31700         (__ASSUME_FUTEX_REQUEUE): Remove.
31701         (__ASSUME_STATFS64): Define unconditionally.
31702         (__ASSUME_AT_SECURE): Likewise.
31703         (__ASSUME_CORRECT_SI_PID): Likewise.
31704         (__ASSUME_TGKILL): Define without depending on kernel version for
31705         i386.
31706         (__ASSUME_UTIMES): Likewise.
31707         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31708         kernel version.
31709         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31710         (__ASSUME_TMPFS_NAME): Likewise.
31711         * README: Update reference to Linux kernel versions.
31712
31713 2012-08-02  Marek Polacek  <polacek@redhat.com>
31714
31715         [BZ# 14150]
31716         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31717         libc_cv_asm_type_prefix with %.
31718         * configure: Regenerated.
31719         * include/libc-symbols.h: Remove comment about
31720         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31721         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31722         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31723         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31724         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31725         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31726         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31727         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31728         * elf/tst-unique2mod1.c: Likewise.
31729         * elf/tst-unique1mod2.c: Likewise.
31730         * elf/tst-unique1mod1.c: Likewise.
31731         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31732         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31733         Replace ASM_TYPE_DIRECTIVE with .type.
31734         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31735         * sysdeps/i386/sysdep.h: Likewise.
31736         * sysdeps/x86_64/sysdep.h: Likewise.
31737         * sysdeps/sh/sysdep.h: Likewise.
31738         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31739         Do not define ASM_TYPE_DIRECTIVE.
31740         * sysdeps/powerpc/sysdep.h: Likewise.
31741         * sysdeps/powerpc/powerpc32/sysdep.h:
31742         Replace ASM_TYPE_DIRECTIVE with .type.
31743         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31744         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31745         * sysdeps/i386/fpu/e_powf.S: Likewise.
31746         * sysdeps/i386/fpu/e_expl.S: Likewise.
31747         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31748         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31749         * sysdeps/i386/fpu/e_pow.S: Likewise.
31750         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31751         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31752         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31753         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31754         * sysdeps/i386/fpu/e_log2.S: Likewise.
31755         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31756         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31757         * sysdeps/i386/fpu/e_powl.S: Likewise.
31758         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31759         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31760         * sysdeps/i386/fpu/e_logl.S: Likewise.
31761         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31762         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31763         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31764         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31765         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31766         * sysdeps/i386/fpu/e_log.S: Likewise.
31767         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31768         * sysdeps/i386/fpu/e_logf.S: Likewise.
31769         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31770         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31771         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31772         * sysdeps/i386/fpu/e_log10.S: Likewise.
31773         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31774         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31775         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31776         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31777         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31778         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31779         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31780         * sysdeps/i386/i686/strtok.S: Likewise.
31781         * sysdeps/i386/i386-mcount.S: Likewise.
31782         * sysdeps/i386/strtok.S: Likewise.
31783         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31784         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31785         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31786         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31787         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31788         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31789         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31790         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31791         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31792         * sysdeps/x86_64/_mcount.S: Likewise.
31793         * sysdeps/x86_64/strtok.S: Likewise.
31794         * sysdeps/sh/_mcount.S: Likewise.
31795
31796 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31797
31798         * libio/iofopen.c: Include <fcntl.h>.
31799         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31800         (_IO_fopen64, fopen64): Define as aliases.
31801         * libio/iofopen64.c: Include <fcntl.h>.
31802         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31803         Conditionalize body on this.
31804         * sysdeps/wordsize-64/iofopen.c: File removed.
31805         * sysdeps/wordsize-64/iofopen64.c: File removed.
31806
31807 2012-08-01  Marek Polacek  <polacek@redhat.com>
31808
31809         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31810         Use dlfcn directly instead of a variable.
31811         (binfmt-subdir): Do not define.
31812         (dlfcn): Likewise.
31813
31814 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31815
31816         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31817         Remove all definitions.
31818         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31819         <kernel-features.h>.
31820         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31821         (miss_F_GETOWN_EX): Remove all definitions.
31822         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31823         macro definition.
31824         [!__ASSUME_FCNTL64]: Remove conditional code.
31825         [__ASSUME_FCNTL64]: Make code unconditional.
31826         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31827         <kernel-features.h>.
31828         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31829         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31830         (lockf64) [__NR_fcntl64]: Make code unconditional.
31831         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31832
31833         * sysdeps/unix/sysv/linux/kernel-features.h
31834         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31835         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31836         Make code unconditional.
31837         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31838         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31840         [__NR_vfork]: Make code unconditional.
31841         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31842         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31844         [__NR_vfork]: Make code unconditional.
31845         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31846         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31847
31848 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31849
31850         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31851         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31852
31853         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31854         Define mkstemp64 as an alias.
31855         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31856         Define mkstemps64 as an alias.
31857         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31858         Define mkostemp64 as an alias.
31859         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31860         Define mkostemps64 as an alias.
31861         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31862         Conditionalize body on this.
31863         * misc/mkostemp64.c: Likewise.
31864         * misc/mkostemps64.c: Likewise.
31865         * misc/mkstemps64.c: Likewise.
31866         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31867         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31868         * sysdeps/wordsize-64/mkostemp.c: File removed.
31869         * sysdeps/wordsize-64/mkstemp.c: File removed.
31870         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31871         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31872         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31873         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31874
31875         [BZ #14138]
31876         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31877         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31878         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31879         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31880
31881         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31882         compat_symbol macros from <shlib-compat.h> rather than the underlying
31883         default_symbol_version and symbol_version macros, so that DEFAULT
31884         lines in shlib-versions are respected.
31885         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31886
31887 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31888
31889         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31890         Declare with warn_unused_result.
31891         (setgid, setregid, setegid, setresgid): Likewise.
31892         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31893         Likewise.
31894         * WUR-REPORT: Remove set*id functions.
31895
31896 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31897
31898         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31899
31900 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31901
31902         [BZ #10191]
31903         * include/sys/socket.h (__libc_accept, __libc_accept4):
31904         Add attribute_hidden.
31905         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31906
31907         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31908         use of PTR_MANGLE.
31909         * inet/getnetgrent_r.c (setup): Likewise.
31910
31911         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31912
31913 2012-07-31  David S. Miller  <davem@davemloft.net>
31914
31915         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31916
31917 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31918
31919         [BZ #13629]
31920         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31921         value between 1.0 and 2.0 and smaller part has absolute value less
31922         than 1.0.
31923         * math/s_clog10.c (__clog10): Likewise.
31924         * math/s_clog10f.c (__clog10f): Likewise.
31925         * math/s_clog10l.c (__clog10l): Likewise.
31926         * math/s_clogf.c (__clogf): Likewise.
31927         * math/s_clogl.c (__clogl): Likewise.
31928         * math/libm-test.inc (clog_test): Add more tests.
31929         (clog10_test): Likewise.
31930         * sysdeps/i386/fpu/libm-test-ulps: Update.
31931         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31932
31933 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31934
31935         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31936         Exit with zero in case no suitable GID is found, and write a
31937         message to standard error.
31938
31939 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31940
31941         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31942         rather than to 1.
31943         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31944         (MAXPATHLEN): Removed.
31945         (NOGROUP, NODEV): New macros.
31946         (setbit, clrbit, isset, isclr): New macros.
31947         (howmany, roundup, powerof2): New macros.
31948         (DEV_BSIZE): New macro.
31949
31950         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31951         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31952
31953         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31954         definition on [!__NO_LONG_DOUBLE_MATH].
31955
31956         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31957         PTR_MANGLE and PTR_DEMANGLE.
31958
31959         * socket/accept4.c (accept4): Rename to __libc_accept4.
31960         Define accept4 as a weak alias.
31961
31962         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31963         on [_DIRENT_HAVE_D_TYPE].
31964         * io/ftw.c (ftw_dir): Likewise.
31965
31966         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31967
31968         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31969
31970         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31971         Use the BSD numbers rather than the arbitrary ones we had.
31972         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31973         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31974         (SIGXCPU, SIGXFSZ): New macros.
31975         (_NSIG): Now 32.
31976
31977         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31978         initializer on [_LIBC_REENTRANT].
31979
31980         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31981         definitions inside [_POSIX_MAPPED_FILES].
31982
31983         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31984
31985         * dirent/opendir.c: Include <fcntl.h>.
31986
31987         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31988         (__libc_getspecific): Likewise.
31989         (__libc_key_create): Likewise.
31990
31991         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31992         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31993         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31994         (tmpfile64): Define as alias.
31995         * sysdeps/wordsize-64/tmpfile.c: File removed.
31996         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31997         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31998         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31999
32000         * stdio-common/vfscanf.c: Include <stdbool.h>.
32001         * nss/makedb.c: Likewise.
32002         * stdio-common/_i18n_number.h: Likewise.
32003         * argp/argp-help.c: Likewise.
32004         * posix/wordexp.c: Likewise.
32005         * sysdeps/posix/spawni.c: Likewise.
32006         * nss/nss_files/files-initgroups.c: Likewise.
32007         * stdio-common/reg-modifier.c: Include <stdlib.h>.
32008         * nss/nss_files/files-initgroups.c: Likewise.
32009         * nss/nss_db/db-netgrp.c: Likewise.
32010         * nss/nss_db/db-initgroups.c: Likewise.
32011         * io/fchmodat.c: Include <sys/stat.h>.
32012
32013         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
32014         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
32015
32016         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
32017         [HAVE_MMAP].
32018
32019         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
32020         Add multiple inclusion protection.
32021
32022 2012-07-27  David S. Miller  <davem@davemloft.net>
32023
32024         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32025
32026 2012-07-27  Gary Benson  <gbenson@redhat.com>
32027
32028         [BZ #14298]
32029         * elf/rtld.c: Include <stap-probe.h>.
32030         (dl_main): Added static probes "init_start" and "init_complete".
32031         * elf/dl-load.c: Include <stap-probe.h>.
32032         (lose): Take new parameter "nsid".
32033         Added static probe "map_failed".
32034         (_dl_map_object_from_fd): Pass namespace id to lose.
32035         Added static probe "map_start".
32036         (open_verify): Pass namespace id to lose.
32037         * elf/dl-open.c: Include <stap-probe.h>.
32038         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32039         and "reloc_complete".
32040         * elf/dl-close.c: Include <stap-probe.h>.
32041         (_dl_close_worker): Added static probes "unmap_start" and
32042         "unmap_complete".
32043         * elf/rtld-debugger-interface.txt: New file documenting the above.
32044
32045 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32046
32047         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32048         rather than a string variable.
32049         * sunrpc/rpc_main.c (h_output): Likewise.
32050         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32051
32052 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32053
32054         * inet/check_native.c: New file.
32055
32056 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32057
32058         [BZ #13629]
32059         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32060         if larger part has absolute value 1.0.
32061         * math/s_clog10.c (__clog10): Likewise.
32062         * math/s_clog10f.c (__clog10f): Likewise.
32063         * math/s_clog10l.c (__clog10l): Likewise.
32064         * math/s_clogf.c (__clogf): Likewise.
32065         * math/s_clogl.c (__clogl): Likewise.
32066         * math/libm-test.inc (clog_test): Add more tests.
32067         (clog10_test): Likewise.
32068         * sysdeps/i386/fpu/libm-test-ulps: Update.
32069         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32070
32071         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32072         (pltexit): Likewise.
32073         (La_regs): Likewise.
32074         (La_retval): Likewise.
32075         (int_retval): Likewise.
32076         Update #error for removed macros to refer only to definitions in
32077         tst-audit.h.
32078         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32079         macro.
32080         (pltexit): Likewise.
32081         (La_regs): Likewise.
32082         (La_retval): Likewise.
32083         (int_retval): Likewise.
32084         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32085         macro.
32086         (pltexit): Likewise.
32087         (La_regs): Likewise.
32088         (La_retval): Likewise.
32089         (int_retval): Likewise.
32090         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32091         macro.
32092         (pltexit): Likewise.
32093         (La_regs): Likewise.
32094         (La_retval): Likewise.
32095         (int_retval): Likewise.
32096         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32097         macro.
32098         (pltexit): Likewise.
32099         (La_regs): Likewise.
32100         (La_retval): Likewise.
32101         (int_retval): Likewise.
32102         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32103         macro.
32104         (pltexit): Likewise.
32105         (La_regs): Likewise.
32106         (La_retval): Likewise.
32107         (int_retval): Likewise.
32108         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32109         macro.
32110         (pltexit): Likewise.
32111         (La_regs): Likewise.
32112         (La_retval): Likewise.
32113         (int_retval): Likewise.
32114         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32115         macro definitions in tst-audit.h.
32116         * sysdeps/i386/tst-audit.h: New file.
32117         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32118         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32119         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32120         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32121         * sysdeps/sh/tst-audit.h: Likewise.
32122         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32123         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32124         * sysdeps/x86_64/tst-audit.h: Likewise.
32125
32126 2012-07-26  Andreas Jaeger  <aj@suse.de>
32127
32128         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32129         ptrace.
32130
32131         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32132         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32133         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32134         PTRACE_O_MASK.
32135         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32136         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32137         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32138
32139         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32140         value.
32141
32142         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32143         _sigsys.
32144         (si_call_addr, si_syscall, si_arch): Define new macro.
32145         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32146         _sigsys.
32147         (si_call_addr, si_syscall, si_arch): Define new marcro.
32148         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32149         _sigsys.
32150         (si_call_addr, si_syscall, si_arch): Define new macro.
32151         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32152         _sigsys.
32153         (si_call_addr, si_syscall, si_arch): Define new macro.
32154
32155 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32156
32157         [BZ #13717]
32158         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32159         Change to 2.4.21 where previously 2.4.1.
32160         * sysdeps/unix/sysv/linux/configure: Regenerated.
32161         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32162         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32163         Linux kernel version.
32164         (__ASSUME_STD_AUXV): Remove.
32165         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32166         kernel version.
32167         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32168         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32169         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32170         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32171         (__ASSUME_NETLINK_SUPPORT): Likewise.
32172         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32173         (__no_netlink_support): Remove conditional definition.
32174         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32175         Remove.
32176         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32177         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32178         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32179         (if_nameindex_ioctl): Remove.
32180         (if_nameindex_netlink): Do not handle __no_netlink_support.
32181         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32182         code.
32183         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32184         Remove conditional code.
32185         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32186         code.
32187         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32188         unconditional.
32189         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32190         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32191         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32192         Remove.
32193         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32194         [!__ASSUME_STD_AUXV]: Remove conditional code.
32195         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32196         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32197         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32198         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32199         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32200         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32201         code.
32202         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32203         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32204         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32205         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32206         conditional code.
32207         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32208         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32209         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32210         code.
32211         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32212         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32213         conditional code.
32214         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32215         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32216         code unconditional.
32217         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32218         conditional code.
32219         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32220         unconditional.
32221         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32222         conditional code.
32223         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32224         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32225         unconditional.
32226         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32227         conditional code.
32228         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32229         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32230         code unconditional.
32231         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32232         conditional code.
32233         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32234         unconditional.
32235         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32236         conditional code.
32237         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32238         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32239         code unconditional.
32240         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32241         conditional code.
32242         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32243         unconditional.
32244         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32245         conditional code.
32246
32247 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32248
32249         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32250         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32251         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32252         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32253         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32254         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32255         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32256         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32257         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32258         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32259         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32260         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32261         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32262         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32263         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32264         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32265         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32266         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32267         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32268         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32269         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32270         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32271         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32272
32273 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32274
32275         * Versions.def: Add GLIBC_2.17.
32276         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32277         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32278         Introduce __libc_secure_getenv.
32279         * stdlib/Versions (2.17): Add secure_getenv
32280         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32281         * stdlib/secure-getenv.c: Rename __secure_getenv to
32282         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32283         symbol __secure_getenv for GLIBC_2.0.
32284         * stdlib/tst-secure-getenv.c: New.
32285         * stdlib/Makefile (tests): Add testcase.
32286         * manual/startup.texi (Environment Access): Document
32287         secure_getenv.
32288         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32289         __libc_secure_getenv.
32290         * inet/ruserpass.c (ruserpass): Likewise.
32291         * malloc/mtrace.c (mtrace): Likewise.
32292         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32293         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32294         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32295         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32296         HAVE_SECURE_GETENV.
32297         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32298         __secure_getenv to __libc_secure_getenv.
32299         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32300         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32301         Likewise.
32302         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32303         Likewise.
32304         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32305         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32306         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32307         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32308         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32309         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32310         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32311
32312 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32313
32314         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32315         (struct La_i86_retval): Likewise.
32316         (struct La_x86_64_regs): Likewise.
32317         (struct La_x86_64_retval): Likewise.
32318         (struct La_x32_regs): Likewise.
32319         (struct La_x32_retval): Likewise.
32320         (struct La_ppc32_regs): Likewise.
32321         (struct La_ppc32_retval): Likewise.
32322         (struct La_ppc64_regs): Likewise.
32323         (struct La_ppc64_retval): Likewise.
32324         (struct La_sh_regs): Likewise.
32325         (struct La_sh_retval): Likewise.
32326         (struct La_s390_32_regs): Likewise.
32327         (struct La_s390_32_retval): Likewise.
32328         (struct La_s390_64_regs): Likewise.
32329         (struct La_s390_64_retval): Likewise.
32330         (struct La_sparc32_regs): Likewise.
32331         (struct La_sparc32_retval): Likewise.
32332         (struct La_sparc64_regs): Likewise.
32333         (struct La_sparc64_retval): Likewise.
32334         (struct audit_ifaces): Remove architecture-specific pltenter and
32335         pltexit members.
32336         * sysdeps/i386/ldsodefs.h: New file.
32337         * sysdeps/powerpc/ldsodefs.h: Likewise.
32338         * sysdeps/s390/ldsodefs.h: Likewise.
32339         * sysdeps/sh/ldsodefs.h: Likewise.
32340         * sysdeps/sparc/ldsodefs.h: Likewise.
32341         * sysdeps/x86_64/ldsodefs.h: Likewise.
32342
32343 2012-07-25  Marek Polacek  <polacek@redhat.com>
32344
32345         [BZ #6808]
32346         * math/libm-test.inc (yn_test): Add another test.
32347         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32348         to ERANGE when the result is +-Inf.
32349         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32350         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32351         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32352         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32353
32354 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32355
32356         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32357         equal to 0.
32358         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32359         clock_t.
32360         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32361
32362 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32363
32364         * configure.in <sysdeps resolving>: Correct printing
32365         Implies_before.
32366         * configure: Regenerate.
32367
32368 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32369
32370         * math/w_ilogb.c: Include <limits.h>.
32371         * math/w_ilogbl.c: Likewise.
32372
32373 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32374
32375         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32376         va_copy.  Document allowing for unavailable va_copy only as
32377         pre-C99 compatibility.
32378         * manual/string.texi (Copying and Concatenation): Use va_copy
32379         instead of __va_copy in concat example.
32380
32381 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32382
32383         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32384         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32385         it if not null.
32386
32387         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32388         with O_NOLINK passed to __file_name_lookup.
32389
32390         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32391         with O_NOLINK passed to __file_name_lookup.
32392
32393         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32394         negative N or less than NGIDS.
32395
32396         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32397         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32398         enough.  Use memcpy instead of strncpy.
32399
32400 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32401
32402         * elf/Makefile (check-data): Remove.
32403         (localplt.data): New vpath directive.
32404         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32405         instead of $(check-data).
32406         * scripts/data/localplt-generic.data: Move to ...
32407         * sysdeps/generic/localplt.data: ... here.
32408         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32409         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32410         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32412         ... here.
32413         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32415         ... here.
32416         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32418         ... here.
32419         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32421         ... here.
32422         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32423         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32424         ... here.
32425         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32426         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32427         ... here.
32428
32429 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32430
32431         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32432         PPC32 and PPC64 files.
32433         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32434         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32435
32436 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32437
32438         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32439         __makecontext_ret to ...
32440         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32441         ... here and call exit if uc_link is NULL.  New file.
32442         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32443         __makecontext_ret.S.
32444         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32445         __makecontext_ret to ...
32446         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32447         ... here and call exit if uc_link is NULL.  New file.
32448         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32449         __makecontext_ret.S.
32450
32451 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32452
32453         * elf/elf.h (R_390_IRELATIVE): New definition.
32454         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32455         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32456         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32457         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32458         (elf_machine_lazy_rel): Likewise.
32459         * sysdeps/s390/dl-irel.h: New file.
32460         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32461         * sysdeps/s390/s390-64/memset.S: New asm code.
32462         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32463         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32464         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32465         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32466         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32467         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32468         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32469         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32470         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32471         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32472         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32473         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32474         * sysdeps/s390/s390-32/memset.S: New asm code.
32475         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32476
32477 2012-07-17  Marek Polacek  <polacek@redhat.com>
32478
32479         [BZ #14349]
32480         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32481         * sysdeps/s390/s390-64/configure.in: Likewise.
32482         * sysdeps/sparc/configure.in: Likewise.
32483         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32484         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32485         * sysdeps/i386/configure.in: Likewise.
32486         * sysdeps/x86_64/configure.in: Likewise.
32487         * sysdeps/sh/configure.in: Likewise.
32488         * sysdeps/s390/s390-32/configure: Regenerated.
32489         * sysdeps/s390/s390-64/configure: Likewise.
32490         * sysdeps/x86_64/configure: Likewise.
32491         * sysdeps/sh/configure: Likewise.
32492         * sysdeps/powerpc/powerpc64/configure: Likewise.
32493         * sysdeps/powerpc/powerpc32/configure: Likewise.
32494         * sysdeps/sparc/configure: Likwise.
32495         * sysdeps/i386/configure: Likewise.
32496
32497         * elf/dl-open.c: Comment fixes.
32498
32499 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32500
32501         * Makefile [CXX] (check-data): Remove.
32502         [CXX] (c++-types.data): New vpath directive.
32503         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32504         vpath.  Do not allow for C++ type data being missing.
32505         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32506         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32507         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32508         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32509         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32510         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32511         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32513         ... here.
32514         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32515         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32516         ... here.
32517         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32518         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32519         ... here.
32520         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32521         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32522         ... here.
32523         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32524         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32525         ... here.
32526         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32527         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32528         ... here.
32529         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32530         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32531         ... here.
32532         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32534
32535         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32536         definitions to architecture-specific files.
32537         (TLS_IE): Likewise.
32538         (TLS_LD): Likewise.
32539         (TLS_GD): Likewise.
32540         * sysdeps/i386/tls-macros.h: New file.
32541         * sysdeps/powerpc/tls-macros.h: Likewise.
32542         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32543         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32544         * sysdeps/sh/tls-macros.h: Likewise.
32545         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32546         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32547         * sysdeps/x86_64/tls-macros.h: Likewise.
32548
32549 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32550
32551         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32552         zero value for regular exit case.
32553
32554         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32555         (__start_context): Preserve zero value for regular exit case.
32556
32557 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32558             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32559
32560         * manual/setjmp.texi (setcontext): Clarify normal process
32561         termination when uc_link is the null pointer.
32562         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32563         exit call.
32564
32565 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32566
32567         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32568         preprocessor.  Test for each exception mask separately.
32569
32570 2012-07-16  Andreas Jaeger  <aj@suse.de>
32571
32572         * po/ru.po: Update from translation team.
32573
32574 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32575
32576         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32577         equal to 0.
32578         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32579         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32580         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32581         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32582         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32583
32584 2012-07-13  Andreas Jaeger  <aj@suse.de>
32585
32586         * po/fr.po: Update from translation team.
32587
32588 2012-07-12  Marek Polacek  <polacek@redhat.com>
32589
32590         [BZ #14173]
32591         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32592         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32593         loop condition.
32594
32595 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32596
32597         [BZ #13717]
32598         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32599         Change to 2.4.1 where previously 2.4.0.
32600         * sysdeps/unix/sysv/linux/configure: Regenerated.
32601         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32602         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32603         version.
32604         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32605         (__ASSUME_AT_CLKTCK): Remove.
32606         (__ASSUME_AT_PAGESIZE): Likewise.
32607         (__ASSUME_AT_XID): Likewise.
32608         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32609         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32610         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32611         unconditionally.
32612         (HAVE_AUX_PAGESIZE): Likewise.
32613         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32614         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32615         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32616
32617 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32618
32619         [BZ #14307]
32620         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32621         the temporary buffer used to invoke __gethostbyname2_r,
32622         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32623         host_data / struct gaih_addrtuple.
32624         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32625         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32626         header file nss/nsswitch.h.
32627         * nss/nsswitch.h (global scope): Add definition of implementation
32628         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32629         resolv/nss_dns/dns-host.c).
32630
32631 2012-07-11  Andreas Jaeger  <aj@suse.de>
32632
32633         * po/fr.po: Update from translation team.
32634
32635         * po/sv.po: Update from translation team
32636         * po/fr.po: Another update from translation team.
32637
32638 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32639
32640         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32641         for subnormals or multiply small sinh result by itself.
32642         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32643         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32644
32645 2012-07-11  David S. Miller  <davem@davemloft.net>
32646
32647         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32648
32649 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32650
32651         [BZ #14347]
32652         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32653         (INTERNAL_MARK): Shift it here.
32654
32655 2012-07-10  Marek Polacek  <polacek@redhat.com>
32656
32657         [BZ #14151]
32658         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32659         libc_cv_asm_global_directive with .globl.
32660         * configure: Regenerated.
32661         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32662         with .globl.
32663         * sysdeps/i386/configure: Regenerated.
32664         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32665         with .globl.
32666         * sysdeps/x86_64/configure: Regenerated.
32667         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32668         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32669         * elf/tst-unique2mod2.c: Likewise.
32670         * elf/tst-unique2mod1.c: Likewise.
32671         * elf/tst-unique1mod2.c: Likewise.
32672         * elf/tst-unique1mod1.c: Likewise.
32673         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32674         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32675         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32676         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32677         * sysdeps/mach/sysdep.h: Likewise.
32678         * sysdeps/i386/sysdep.h: Likewise.
32679         * sysdeps/i386/i386-mcount.S: Likewise.
32680         * sysdeps/x86_64/_mcount.S: Likewise.
32681         * sysdeps/x86_64/sysdep.h: Likewise.
32682         * sysdeps/sh/_mcount.S: Likewise.
32683         * sysdeps/sh/sysdep.h: Likewise.
32684         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32685         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32686         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32687         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32688         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32689         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32690         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32691         * locale/localeinfo.h: Likewise.
32692         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32693         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32694
32695 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32696
32697         [BZ #14336]
32698         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32699         system".
32700         * manual/message.texi (The Uniforum approach): Likewise.
32701         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32702         (glibc iconv Implementation): Likewise.
32703
32704 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32705
32706         [BZ #14337]
32707         * math/s_clog.c (__clog): Avoid scaling a value down where that
32708         could result in underflow.
32709         * math/s_clog10.c (__clog10): Likewise.
32710         * math/s_clog10f.c (__clog10f): Likewise.
32711         * math/s_clog10l.c (__clog10l): Likewise.
32712         * math/s_clogf.c (__clogf): Likewise.
32713         * math/s_clogl.c (__clogl): Likewise.
32714         * math/libm-test.inc (clog_test): Add more tests.
32715         (clog10_test): Likewise.
32716         * sysdeps/i386/fpu/libm-test-ulps: Update.
32717         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32718
32719 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32720
32721         [BZ #14283]
32722         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32723         by 7 not 8 to examine high bit of fractional part.
32724
32725         [BZ #14042]
32726         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32727         for call to __mcount_internal.
32728         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32729         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32730         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32731
32732 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32733
32734         [BZ #14154]
32735         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32736         approximation for values within 0x1p-13f of an odd multiple of
32737         pi/4.
32738         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32739         exception.  Add more tests.
32740         * sysdeps/i386/fpu/libm-test-ulps: Update.
32741
32742         [BZ #6778]
32743         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32744         inputs and return -1 for them.  Do not check for +Inf in case not
32745         reachable for +Inf.
32746         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32747         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32748         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32749         and return -1 for them.  Do not check for +Inf in case not
32750         reachable for +Inf.
32751         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32752         define.
32753         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32754         and return -1 for them.  Do not check for +Inf in case not
32755         reachable for +Inf.
32756         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32757         spurious underflow.
32758         * sysdeps/i386/fpu/libm-test-ulps: Update.
32759         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32760
32761 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32762
32763         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32764
32765 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32766
32767         [BZ #14157]
32768         [BZ #14331]
32769         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32770         could result in spurious underflow.  Scale down values above
32771         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32772         * math/s_csqrtf.c (__csqrtf): Likewise.
32773         * math/s_csqrtl.c (__csqrtl): Likewise.
32774         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32775         spurious underflow.
32776         * sysdeps/i386/fpu/libm-test-ulps: Update.
32777         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32778
32779 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32780
32781         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32782         xopen-msg.sed.
32783         * catgets/xopen-msg.awk: New file.
32784         * catgets/xopen-msg.sed: Removed.
32785
32786         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32787         po2text.sed.
32788         * intl/po2test.awk: New file.
32789         * intl/po2test.sed: Removed.
32790
32791 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32792
32793         [BZ #14328]
32794         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32795         or multiply small sinh result by itself.
32796         * math/s_ctanf.c (__ctanf): Likewise.
32797         * math/s_ctanh.c (__ctanh): Likewise.
32798         * math/s_ctanhf.c (__ctanhf): Likewise.
32799         * math/s_ctanhl.c (__ctanhl): Likewise.
32800         * math/s_ctanl.c (__ctanl): Likewise.
32801         * math/libm-test.inc (ctan_test_tonearest): New function.
32802         (ctan_test_towardzero): Likewise.
32803         (ctan_test_downward): Likewise.
32804         (ctan_test_upward): Likewise.
32805         (ctanh_test_tonearest): Likewise.
32806         (ctanh_test_towardzero): Likewise.
32807         (ctanh_test_downward): Likewise.
32808         (ctanh_test_upward): Likewise.
32809         (main): Call these new functions.
32810         * sysdeps/i386/fpu/libm-test-ulps: Update.
32811         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32812
32813 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32814
32815         * .gitignore: Delete /ports entry.
32816
32817 2012-07-03  Andreas Jaeger  <aj@suse.de>
32818
32819         * po/bg.po: Update from translation team.
32820         * po/cs.po: Likewise.
32821         * po/de.po: Likewise.
32822         * po/hr.po: Likewise.
32823         * po/nl.pl: Likewise.
32824         * po/pl.po: Likewise.
32825         * po/vi.po: Likewise.
32826
32827 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32828
32829         * Makeconfig [!+link] (+link-before-libc): New variable.
32830         [!+link] (+link-after-libc): Likewise.
32831         [!+link] (+link-tests): Likewise.
32832         [!+link] (+link): Define in terms of $(+link-before-libc) and
32833         $(+link-after-libc).
32834         [!+link-static] (+link-static-before-libc): New variable.
32835         [!+link-static] (+link-static-after-libc): Likewise.
32836         [!+link-static] (+link-static-tests): Likewise.
32837         [!+link-static] (+link-static): Define in terms of
32838         $(+link-static-before-libc) and $(+link-static-after-libc).
32839         [build-shared] (link-libc-before-gnulib): New variable.
32840         [build-shared] (link-libc-tests): Likewise.
32841         [build-shared] (link-libc): Define in terms of
32842         $(link-libc-before-gnulib).
32843         [!build-shared] (link-libc-tests): New variable.
32844         (link-libc-static-tests): New variable.
32845         [!gnulib] (gnulib-arch): New variable.
32846         [!gnulib] (gnulib-tests): Likewise.
32847         [!gnulib] (static-gnulib-arch): Likewise.
32848         [!gnulib] (static-gnulib-tests): Likewise.
32849         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32850         Define with "=" instead of ":=".
32851         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32852         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32853         * Rules (binaries-all-notests): New variable.
32854         (binaries-all-tests): Likewise.
32855         (binaries-static-notests): Likewise.
32856         (binaries-static-tests): Likewise.
32857         (binaries-all): Define using $(binaries-all-notests) and
32858         $(binaries-all-tests).
32859         (binaries-static): Define using $(binaries-static-notests) and
32860         $(binaries-static-tests).
32861         (binaries-shared-tests): New variable.
32862         (binaries-shared-notests): Likewise.
32863         (binaries-shared): Remove variable.
32864         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32865         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32866         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32867         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32868         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32869         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32870         * elf/Makefile (sln-modules): New variable.
32871         (extra-objs): Add $(sln-modules:=.o).
32872         (ldconfig-modules): Add static-stubs.
32873         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32874         * elf/static-stubs.c: New file.
32875
32876         [BZ #14283]
32877         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32878         by 7 not 8 to examine high bit of fractional part.  Use volatile
32879         variables when splitting into final array of floats if
32880         __FLT_EVAL_METHOD__ != 0.
32881         * math/libm-test.inc (cos_test): Add another test.
32882         (sin_test): Likewise.
32883         * sysdeps/i386/fpu/libm-test-ulps: Update.
32884
32885         [BZ #14273]
32886         * math/libm-test.inc (cosh_test): Add more tests.
32887
32888         * version.h (RELEASE): Set to "development".
32889         (VERSION): Set to "2.16.90".
32890
32891 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32892
32893         * NEWS: Update copyright. Remove last-updated date.
32894         Mention math library bug fixes and timezone data changes.
32895         * README: Mention GNU/Hurd, x32, and HPPA support status.
32896
32897 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32898
32899         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32900
32901 2012-06-27  Andreas Jaeger  <aj@suse.de>
32902
32903         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32904
32905 2012-06-25  Andreas Jaeger  <aj@suse.de>
32906
32907         * sysdeps/s390/fpu/libm-test-ulps: Update.
32908
32909 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32910             Thomas Schwinge  <thomas@codesourcery.com>
32911
32912         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32913         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32914         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32915         fanotify_mark.
32916
32917 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32918
32919         * sysdeps/mach/start.c: Remove file.
32920         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32921         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32922         * sysdeps/sh/init-first.c: Likewise.
32923
32924         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32925         registers for frame unwinding purposes, add CFI directives.
32926         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32927         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32928         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32929         Likewise.
32930
32931         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32932         __fortify_fail returning.
32933         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32934
32935         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32936         sysdeps/sh/____longjmp_chk.S.
32937         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32938         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32939         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32940         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32941
32942         * sysdeps/sh/abort-instr.h: New file.
32943         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32944         process in case exit returns.
32945
32946         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32947         initialize the GOT register before use.
32948
32949         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32950         calculation of ARGC > 4.
32951
32952         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32953         meaningful names to some local labels.
32954
32955 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32956             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32957
32958         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32959         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32960         (__arch_compare_and_exchange_val_16_acq): Likewise.
32961         (__arch_compare_and_exchange_val_32_acq): Likewise.
32962         (atomic_exchange_and_add): Fix gUSA sequence.
32963         (atomic_add): Likewise.
32964         (atomic_add_negative): Likewise.
32965         (atomic_add_zero): Likewise.
32966         (atomic_bit_test_set): Likewise.
32967
32968 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32969
32970         [BZ #13579]
32971         * include/link.h (struct link_map): Add l_free_initfini.
32972         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32973         l_initfini.
32974         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32975         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32976         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32977         set.
32978
32979 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32980
32981         * configure.in: Use AC_LANG_SOURCE.
32982         * configure: Regenerate.
32983
32984 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32985
32986         * configure.in (libc_cv_localstatedir): New substituted variable.
32987         * configure: Regenerated.
32988         * config.make.in (localstatedir): New variable, substituted from
32989         libc_cv_localstatedir.
32990         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32991         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32992         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32993         * sysdeps/gnu/configure: Regenerated.
32994
32995 2012-06-21  Jeff Law  <law@redhat.com>
32996
32997         [BZ #14277]
32998         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32999         free.  Simplify list management for _LIBC case.
33000
33001 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
33002
33003         [BZ #14273]
33004         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
33005         Clear sign bit of 64-bit integer value before comparing against
33006         overflow value.
33007
33008         * sysdeps/mach/configure: Regenerated.
33009
33010 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
33011
33012         [BZ #14278]
33013         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
33014
33015 2012-06-21  Jeff Law  <law@redhat.com>
33016
33017         [BZ #13882]
33018         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
33019         uint16_t for elements in the "seen" array to avoid char overflows.
33020         * elf/dl-fini.c (_dl_sort_fini): Likewise.
33021         * elf/dl-open.c (dl_open_worker): Likewise.
33022
33023 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
33024
33025         * scripts/list-sources.sh: Scan PORTS for translations.
33026         * po/libc.pot: Regenerated.
33027
33028 2012-06-21  Andreas Jaeger  <aj@suse.de>
33029
33030         [BZ #12194]
33031         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33032         warning.
33033         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33034         * bits/byteswap-16.h (__bswap_16): Likewise.
33035         * bits/byteswap.h (__bswap_constant_16): Likewise.
33036
33037 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33038
33039         [BZ #14117]
33040         * sysdeps/i386/fpu_control.h: Removed.
33041         * sysdeps/x86_64/fpu_control.h: Moved to ...
33042         * sysdeps/x86/fpu_control.h: Here.
33043
33044         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33045         (_FPU_SETCW): Likewise.
33046
33047 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33048
33049         [BZ #14117]
33050         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33051         * sysdeps/x86/fpu/bits/mathinline.h: This.
33052         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33053
33054         [BZ #14050]
33055         [BZ #14117]
33056         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33057         functions if __x86_64__ is defined.
33058
33059 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33060
33061         * string/endian.h: Add !__ASSEMBLER__ condition for including
33062         conversion interfaces.
33063
33064 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33065
33066         [BZ #14241]
33067         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33068         of ABS(x) in calculating zero to negative powers other than odd
33069         integers.
33070         * math/libm-test.inc (pow_test): Add more tests.
33071
33072 2012-06-15  Andreas Jaeger  <aj@suse.de>
33073
33074         * manual/contrib.texi (Contributors): Update entry of Liubov
33075         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33076         Machado Filho.
33077
33078 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33079
33080         * string/string.h: Add __wur to GNU version of strerror_r.
33081
33082 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33083
33084         [BZ #14229]
33085         * string/Makefile (tests): Add tst-strtok_r.
33086         * string/tst-strtok_r.c: New file.
33087         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33088         RAX_LP/RDX_LP on SAVE_PTR.
33089
33090 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33091
33092         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33093
33094 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33095
33096         * libm_test.inc (csqrt_test): Allow more spurious underflow
33097         exceptions.
33098         (j0_test): Likewise.
33099         (j1_test): Likewise.
33100         (y0_test): Likewise.
33101         (y1_test): Likewise.
33102
33103 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33104
33105         * po/Makefile (libc.pot): Use UTF-8 charset.
33106
33107 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33108
33109         [BZ #14210]
33110         Suppress sign-conversion warning from FD_SET.
33111         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33112         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33113         not unsigned long int.
33114         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33115
33116 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33117
33118         [BZ #14050]
33119         [BZ #14117]
33120         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33121         __extern_always_inline instead of __extern_inline.
33122         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33123         (__signbit): Likewise.
33124         (__signbitl): Support C++ namespace.
33125         (lrintf): New inline function.
33126         (lrint): Likewise.
33127         (llrintf): Likewise.
33128         (llrint): Likewise.
33129         (fmaxf): Likewise.
33130         (fmax): Likewise.
33131         (fminf): Likewise.
33132         (fmin): Likewise.
33133         (rint): Likewise.
33134         (rintf): Likewise.
33135         (ceil): Likewise.
33136         (ceilf): Likewise.
33137         (floor): Likewise.
33138         (floorf): Likewise.
33139         (nearbyint): Likewise.
33140         (nearbyintf): Likewise.
33141
33142 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33143
33144         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33145         non-default versions.
33146
33147 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33148
33149         [BZ #14218]
33150         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33151
33152 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33153
33154         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33155         (FE_UPWARD, FE_DOWNWARD): Don't define.
33156         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33157         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33158
33159         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33160         reading it.
33161         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33162         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33163
33164 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33165
33166         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33167         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33168         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33169         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33170
33171 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33172
33173         [BZ #14117]
33174         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33175         * sysdeps/i386/fpu/Implies: New file.
33176         * sysdeps/x86_64/fpu/Implies: Likewise.
33177         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33178         * sysdeps/x86/fpu/bits/fenv.h: This.
33179
33180         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33181         __SSE_MATH__.
33182
33183 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33184
33185         [BZ #14134]
33186         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33187         character 0xffff that matches the last element of the
33188         conversion table.
33189
33190 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33191
33192         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33193         fmodl commit.
33194
33195 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33196
33197         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33198         values higher than 25.6283.
33199
33200 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33201
33202         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33203         subnormal exponent extraction and add some __builtin_expect.
33204         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33205         Fix for subnormal mantissa calculation.
33206
33207 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33208
33209         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33210         cpu2 is -1 and errno is not ENOSYS.
33211
33212 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33213
33214         [BZ #14117]
33215         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33216         * sysdeps/x86/bits/string.h: This.
33217         * sysdeps/x86_64/bits/string.h: Removed.
33218
33219         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33220         if not compiling for x86-64, but compiling for >= i486.
33221
33222         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33223         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33224
33225         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33226         New macro from Linux kernel 3.4.0.
33227         (FP_XSTATE_MAGIC2): Likewise.
33228         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33229         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33230         (struct _fpx_sw_bytes): New struct.
33231         (struct _xsave_hdr): Likewise.
33232         (struct _ymmh_state): Likewise.
33233         (struct _xstate): Likewise.
33234
33235         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33236         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33237         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33238         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33239         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33240         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33241
33242         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33243         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33244         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33245         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33246         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33247         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33248
33249 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33250
33251         [BZ #13743]
33252         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33253         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33254         (sysdep_headers): Include sys/platform/ppc.h.
33255         * sysdeps/powerpc/test-gettimebase.c: Test for
33256         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33257         * manual/Makefile (appendices): Include platform.texi.
33258         * manual/contrib.texi (Contributors): Update @node pointers.
33259         * manual/maint.texi (Maintenance): Likewise.
33260         (Platform): New node.
33261         * manual/platform.texi: New file.  Document the new features.
33262
33263 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33264             Jakub Jelinek  <jakub@redhat.com>
33265
33266         [BZ #14188]
33267         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33268         where __builtin_expect is unavailable.
33269
33270 2012-06-03  David S. Miller  <davem@davemloft.net>
33271
33272         * stdlib/longlong.h: Updated from GCC.
33273
33274 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33275
33276         [BZ #14042]
33277         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33278         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33279         __mcount_internal.
33280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33281         (GLIBC_2.16): Likewise.
33282
33283 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33284
33285         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33286
33287 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33288
33289         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33290         (default-abi): New variable.
33291         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33292         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33293         variable.
33294         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33295         Likewise.
33296         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33297         Likewise.
33298         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33299         Likewise.
33300
33301         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33302         definition.  Document in comment.
33303
33304 2012-06-01  David S. Miller  <davem@davemloft.net>
33305
33306         * stdlib/longlong.h: Updated from GCC.
33307
33308 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33309
33310         [BZ #14117]
33311         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33312         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33313         sys/debugreg.h sys/io.h here.
33314         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33315         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33316         sys/io.h.
33317         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33318         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33319         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33320         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33321         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33322         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33323
33324         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33325         Define only if __x86_64__ is defined.
33326
33327 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33328
33329         [BZ #14048]
33330         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33331         Use int64_t for variable i.
33332         * math/libm-test.inc (fmod_test): Add more tests.
33333
33334         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33335         z computation is not scheduled after fetestexcept.
33336         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33337         Use math_force_eval instead of asm to ensure calculation scheduled
33338         before exception test.
33339         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33340         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33341
33342 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33343
33344         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33345         computation is not scheduled after fetestexcept.
33346
33347 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33348
33349         [BZ #14117]
33350         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33351         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33352
33353 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33354
33355         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33356         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33357
33358 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33359
33360         [BZ #14117]
33361         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33362         <bits/wordsize.h>.
33363         (__WCHAR_MIN): Support __WORDSIZE == 64.
33364         (__WCHAR_MAX): Likewise.
33365
33366         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33367         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33368
33369         [BZ #14183]
33370         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33371         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33372
33373         [BZ #14117]
33374         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33375         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33376
33377         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33378         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33379
33380         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33381         Defined to 1 if __x86_64__ isn't defined.
33382         (_STAT_VER_LINUX_OLD): New.
33383         (st_atime): Remove duplicate.
33384         (st_mtime): Likewise.
33385         (st_ctime): Likewise.
33386
33387 2012-05-31  David S. Miller  <davem@davemloft.net>
33388
33389         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33390         entries.
33391
33392 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33393
33394         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33395         gen-libm-test.pl.
33396
33397         [BZ #14132]
33398         * elf/dl-reloc.c: Include <_itoa.h>.
33399         (_dl_reloc_bad_type): Remove use of INTUSE.
33400         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33401         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33402         * stdio-common/psiginfo.c (psiginfo): Likewise.
33403         * stdio-common/psignal.c (psignal): Likewise.
33404         * string/strsignal.c (strsignal): Likewise.
33405         * include/signal.h (_sys_siglist): Declare hidden proto.
33406         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33407         INTVARDEF with libc_hidden_data_def.
33408         * stdio-common/itoa-udigits.c: Likewise.
33409         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33410         (_itoa_lower_digits_internal): Remove declaration.
33411         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33412         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33413         (_sys_sigabbrev_internal): Remove aliases.
33414         (_sys_siglist): Define hidden alias.
33415
33416 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33417
33418         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33419         bits/sysctl.h.
33420
33421 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33422
33423         [BZ #14117]
33424         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33425         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33426
33427         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33428         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33429         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33430         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33431         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33432         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33433
33434         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33435         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33436         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33437
33438         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33439         with __addr.
33440         (insw): Likewise.
33441         (insl): Likewise.
33442         (outsb): Likewise.
33443         (outsw): Likewise.
33444         (outsl): Likewise.
33445
33446         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33447         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33448         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33449
33450         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33451         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33452         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33453         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33454         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33455         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33456
33457         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33458         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33459
33460         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33461         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33462
33463         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33464         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33465         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33466
33467         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33468         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33469         to ...
33470         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33471
33472         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33473         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33474         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33475
33476         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33477         for x86-64.
33478         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33479
33480 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33481
33482         * math/math.h (M_El): Use two more decimal places.
33483         (M_LOG2El): Likewise.
33484         (M_LOG10El): Likewise.
33485         (M_LN2l): Likewise.
33486         (M_LN10l): Likewise.
33487         (M_PIl): Likewise.
33488         (M_PI_2l): Likewise.
33489         (M_PI_4l): Likewise.
33490         (M_1_PIl): Likewise.
33491         (M_2_PIl): Likewise.
33492         (M_2_SQRTPIl): Likewise.
33493         (M_SQRT2l): Likewise.
33494         (M_SQRT1_2l): Likewise.
33495
33496 2012-05-31  David S. Miller  <davem@davemloft.net>
33497
33498         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33499         values between float registers.
33500         * sysdeps/sparc/sparc64/memset.S: Likewise.
33501         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33502
33503 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33504
33505         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33506         -D_FORTIFY_SOURCE=1.
33507         (CPPFLAGS-tst-longjmp_chk.c): Define.
33508         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33509         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33510         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33511         CFLAGS-tst-wchar-h.c.
33512
33513 2012-05-31  Marek Polacek  <polacek@redhat.com>
33514
33515         [BZ #14132]
33516         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33517         __endmntent_internal): Remove declaration.
33518         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33519         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33520         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33521
33522 2012-05-30  David S. Miller  <davem@davemloft.net>
33523
33524         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33525         (___Q_simulate_exceptions): Use real FP ops rather than writing
33526         into the %fsr.
33527         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33528         Likewise.
33529
33530 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33531
33532         [BZ #14117]
33533         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33534         * sysdeps/x86/bits/xtitypes.h: This.
33535
33536         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33537         * sysdeps/x86/bits/wordsize.h: This.
33538
33539         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33540         * sysdeps/x86/bits/huge_vall.h: This.
33541
33542         * sysdeps/i386/bits/select.h: Removed.
33543         * sysdeps/x86_64/bits/select.h: Renamed to ...
33544         * sysdeps/x86/bits/select.h: This.
33545
33546         * sysdeps/i386/bits/setjmp.h: Removed.
33547         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33548         * sysdeps/x86/bits/setjmp.h: This.
33549
33550         * sysdeps/i386/bits/mathdef.h: Removed.
33551         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33552         * sysdeps/x86/bits/mathdef.h: This.
33553
33554 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33555
33556         [BZ #14132]
33557         * include/sys/socket.h (__connect_internal)
33558         (__libc_sa_len_internal): Remove declaration.
33559         (__connect, __libc_sa_len): Declare hidden_proto.
33560         (SA_LEN): Remove use of INTUSE.
33561         * socket/connect.c: Add libc_hidden_def.
33562         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33563         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33564         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33565         alias.
33566         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33567         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33568         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33569         of adding _internal alias.
33570
33571 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33572
33573         [BZ #14117]
33574         * sysdeps/i386/bits/link.h: Removed.
33575         * sysdeps/i386/bits/linkmap.h: Likewise.
33576         * sysdeps/x86_64/bits/link.h: Renamed to ...
33577         * sysdeps/x86/bits/link.h: This.
33578         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33579         * sysdeps/x86/bits/linkmap.h: This.
33580
33581         * sysdeps/i386/bits/endian.h: Removed.
33582         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33583         * sysdeps/x86/bits/endian.h: This.
33584
33585         * sysdeps/i386/bits/byteswap.h: Removed.
33586         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33587         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33588         * sysdeps/x86/bits/byteswap.h: This.
33589         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33590         * sysdeps/x86/bits/byteswap-16.h: This.
33591         * sysdeps/i386/Implies: Add x86.
33592         * sysdeps/x86_64/Implies: Likewise.
33593
33594 2012-05-30  David S. Miller  <davem@davemloft.net>
33595
33596         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33597         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33598         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33599         (FP_TRAPPING_EXCEPTIONS): Define.
33600         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33601         (FP_TRAPPING_EXCEPTIONS): Define.
33602         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33603         subnormals only when inexact has been signalled or underflow
33604         exceptions are enabled.
33605         (_FP_PACK_CANONICAL): Likewise.
33606
33607 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33608
33609         [BZ #14183]
33610         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33611         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33612
33613 2012-05-30  Richard Henderson  <rth@twiddle.net>
33614
33615         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33616         with #ifndef NOT_IN_libc.
33617
33618         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33619         marked to avoid plt entry.
33620
33621 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33622
33623         [BZ #14112]
33624         * Makeconfig (default-abi): New macro.
33625         (abi-includes): Likewise.
33626         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33627         $(abi-$(default-abi)-lib-soname) for soname if defined.
33628         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33629         abi-variants.
33630         * Makefile (installed-stubs): Likewise.
33631         * include/stubs-biarch.h: Removed.
33632         * scripts/lib-names.awk: Only handle one library at a time.
33633         * scripts/soversions.awk: Remove WORDSIZE support.
33634         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33635         entries.
33636         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33637         Removed.
33638         (syscall-list-default-condition): Likewise.
33639         (syscall-list-default-condition): Likewise.
33640         (syscall-list-includes): Likewise.
33641         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33642         syscall-list-* with abi-*.  Handle undefined abi-variants.
33643         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33644         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33645         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33646         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33647         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33648         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33649         Removed.
33650         (syscall-list-32-options): Likewise.
33651         (syscall-list-32-condition): Likewise.
33652         (syscall-list-64-options): Likewise.
33653         (syscall-list-64-condition): Likewise.
33654         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33655         macro.
33656         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33657         Renamed to ...
33658         (abi-*): This.
33659         (abi-64-ld-soname): New macro.
33660         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33661         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33662         Renamed to ...
33663         (abi-*): This.
33664         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33665         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33666
33667 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33668
33669         * sysdeps/unix/sysv/linux/kernel-features.h
33670         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33671         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33672         include <kernel-features.h>.
33673         [!__NR_ftruncate64]: Remove conditional code.
33674         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33675         [__NR_ftruncate64]: Make code unconditional.
33676         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33677         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33678         include <kernel-features.h>.
33679         [!__NR_ftruncate64]: Remove conditional code.
33680         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33681         [__NR_ftruncate64]: Make code unconditional.
33682         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33684         include <kernel-features.h>.
33685         [!__NR_ftruncate64]: Remove conditional code.
33686         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33687         [__NR_ftruncate64]: Make code unconditional.
33688         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33690         include <kernel-features.h>.
33691         [!__NR_ftruncate64]: Remove conditional code.
33692         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33693         [__NR_ftruncate64]: Make code unconditional.
33694         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33695
33696         * configure.in (libc_cv_fpie): Weaken to a compile test using
33697         LIBC_TRY_CC_OPTION.
33698         * configure: Regenerated.
33699
33700 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33701
33702         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33703         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33704         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33705         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33706         Refreshed.
33707         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33708         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33710         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33711         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33713         Refreshed.
33714
33715 2012-05-27  David S. Miller  <davem@davemloft.net>
33716
33717         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33718         (___Q_zero): New.
33719         (__Q_simulate_exceptions): Return void.  Change to simulate
33720         exceptions by writing into the %fsr.
33721         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33722         (__Qp_handle_exceptions): Likewise.
33723         (numbers): Delete.
33724         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33725         __Qp_handle_exceptions.
33726         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33727         __Qp_handle_exceptions.
33728         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33729         as unused and give dummy FP_RND_NEAREST initializer.
33730         (FP_INHIBIT_RESULTS): Define.
33731         (___Q_simulate_exceptions): Update declaration.
33732         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33733         formatting.
33734         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33735         as unused and give dummy FP_RND_NEAREST initializer.
33736         (__Qp_handle_exceptions): Update declaration.
33737         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33738         formatting.
33739
33740 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33741
33742         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33743         the temporary FPU control word.
33744         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33745         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33746         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33747         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33748         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33749         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33750         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33751         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33752         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33753         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33754         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33755
33756 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33757
33758         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33759         fields.
33760
33761 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33762
33763         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33764         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33765         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33766         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33767         Likewise.
33768         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33769         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33770         Likewise.
33771
33772 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33773
33774         * po/h.po: Update from translation team.
33775
33776 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33777
33778         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33779
33780         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33781         handling of denormals.
33782         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33783         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33784         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33785         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33786         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33787         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33788         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33789         Likewise.
33790
33791 2012-05-26  Marek Polacek  <polacek@redhat.com>
33792
33793         [BZ #14152]
33794         * math/libm-test.inc (fma_test): Don't always expect underflow
33795         exception.
33796
33797 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33798
33799         [BZ #12416]
33800         * elf/tst-execstack.c: Include stackinfo.h.
33801         (do_test): Adjust test case to ensure that pthread_getattr_np
33802         behaviour remains the same after marking stack executable.
33803
33804 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33805
33806         * sysdeps/unix/sysv/linux/kernel-features.h
33807         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33808         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33809         kernel-features.h.
33810         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33811         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33812         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33813         kernel-features.h.
33814         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33815         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33816
33817 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33818
33819         * configure.in: Define the default includes to being none.
33820         * configure: Regenerated.
33821
33822 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33823
33824         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33825         * sysdeps/x86_64/setjmp.S: Likewise.
33826         * sysdeps/i386/bsd-setjmp.S: Likewise.
33827         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33828         * sysdeps/i386/setjmp.S: Likewise.
33829         * sysdeps/i386/__longjmp.S: Likewise.
33830         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33831         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33832
33833         * include/stap-probe.h: New file.
33834         * configure.in: Handle --enable-systemtap.
33835         * configure: Regenerated.
33836         * config.h.in (USE_STAP_PROBE): New #undef.
33837         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33838         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33839         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33840
33841 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33842
33843         [BZ #13717]
33844         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33845         to 2.4.0 where earlier.
33846         * sysdeps/unix/sysv/linux/configure: Regenerated.
33847         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33848         <kernel-features.h>.
33849         [__ASSUME_32BITUIDS]: Make code unconditional.
33850         [!__ASSUME_32BITUIDS]: Remove conditional code.
33851         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33852         <kernel-features.h>.
33853         [__ASSUME_32BITUIDS]: Make code unconditional.
33854         [!__ASSUME_32BITUIDS]: Remove conditional code.
33855         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33856         [__ASSUME_32BITUIDS]: Make code unconditional.
33857         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33858         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33859         <kernel-features.h>.
33860         [__ASSUME_32BITUIDS]: Make code unconditional.
33861         [!__ASSUME_32BITUIDS]: Remove conditional code.
33862         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33863         <kernel-features.h>.
33864         [__ASSUME_32BITUIDS]: Make code unconditional.
33865         [!__ASSUME_32BITUIDS]: Remove conditional code.
33866         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33867         <kernel-features.h>.
33868         [__ASSUME_32BITUIDS]: Make code unconditional.
33869         [!__ASSUME_32BITUIDS]: Remove conditional code.
33870         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33871         <kernel-features.h>.
33872         [__ASSUME_32BITUIDS]: Make code unconditional.
33873         [!__ASSUME_32BITUIDS]: Remove conditional code.
33874         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33875         <kernel-features.h>.
33876         [__ASSUME_32BITUIDS]: Make code unconditional.
33877         [!__ASSUME_32BITUIDS]: Remove conditional code.
33878         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33879         <kernel-features.h>.
33880         [__ASSUME_32BITUIDS]: Make code unconditional.
33881         [!__ASSUME_32BITUIDS]: Remove conditional code.
33882         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33883         <kernel-features.h>.
33884         [__ASSUME_32BITUIDS]: Make code unconditional.
33885         [!__ASSUME_32BITUIDS]: Remove conditional code.
33886         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33887         <kernel-features.h>.
33888         [__ASSUME_32BITUIDS]: Make code unconditional.
33889         [!__ASSUME_32BITUIDS]: Remove conditional code.
33890         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33891         <kernel-features.h>.
33892         [__ASSUME_32BITUIDS]: Make code unconditional.
33893         [!__ASSUME_32BITUIDS]: Remove conditional code.
33894         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33895         <kernel-features.h>.
33896         [__ASSUME_32BITUIDS]: Make code unconditional.
33897         [!__ASSUME_32BITUIDS]: Remove conditional code.
33898         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33899         <kernel-features.h>.
33900         [__NR_setresgid] (__setresgid): Do not declare.
33901         [__ASSUME_32BITUIDS]: Make code unconditional.
33902         [!__ASSUME_32BITUIDS]: Remove conditional code.
33903         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33904         <kernel-features.h>.
33905         [__NR_setresuid] (__setresuid): Do not declare.
33906         [__ASSUME_32BITUIDS]: Make code unconditional.
33907         [!__ASSUME_32BITUIDS]: Remove conditional code.
33908         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33909         <kernel-features.h>.
33910         [__ASSUME_32BITUIDS]: Make code unconditional.
33911         [!__ASSUME_32BITUIDS]: Remove conditional code.
33912         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33913         <kernel-features.h>.
33914         [__ASSUME_32BITUIDS]: Make code unconditional.
33915         [!__ASSUME_32BITUIDS]: Remove conditional code.
33916         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33917         <kernel-features.h>.
33918         [__ASSUME_32BITUIDS]: Make code unconditional.
33919         [!__ASSUME_32BITUIDS]: Remove conditional code.
33920         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33921         <kernel-features.h>.
33922         [__ASSUME_32BITUIDS]: Make code unconditional.
33923         [!__ASSUME_32BITUIDS]: Remove conditional code.
33924         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33925         <kernel-features.h>.
33926         [__ASSUME_32BITUIDS]: Make code unconditional.
33927         [!__ASSUME_32BITUIDS]: Remove conditional code.
33928         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33929         <kernel-features.h>.
33930         [__ASSUME_32BITUIDS]: Make code unconditional.
33931         [!__ASSUME_32BITUIDS]: Remove conditional code.
33932         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33933         <kernel-features.h>.
33934         [__ASSUME_32BITUIDS]: Make code unconditional.
33935         [!__ASSUME_32BITUIDS]: Remove conditional code.
33936         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33937         <kernel-features.h>.
33938         [__ASSUME_32BITUIDS]: Make code unconditional.
33939         [!__ASSUME_32BITUIDS]: Remove conditional code.
33940         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33941         <kernel-features.h>.
33942         [__ASSUME_32BITUIDS]: Make code unconditional.
33943         [!__ASSUME_32BITUIDS]: Remove conditional code.
33944         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33945         <kernel-features.h>.
33946         [__ASSUME_32BITUIDS]: Make code unconditional.
33947         [!__ASSUME_32BITUIDS]: Remove conditional code.
33948         * sysdeps/unix/sysv/linux/kernel-features.h
33949         (__ASSUME_SETRESUID_SYSCALL): Remove.
33950         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33951         (__ASSUME_32BITUIDS): Likewise.
33952         (__ASSUME_LDT_WORKS): Likewise.
33953         (__ASSUME_O_DIRECTORY): Likewise.
33954         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33955         architecture but not kernel version.
33956         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33957         (__ASSUME_MMAP2_SYSCALL): Likewise.
33958         (__ASSUME_STAT64_SYSCALL): Likewise.
33959         (__ASSUME_IPC64): Likewise.
33960         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33961         <kernel-features.h>.
33962         [__ASSUME_32BITUIDS]: Make code unconditional.
33963         [!__ASSUME_32BITUIDS]: Remove conditional code.
33964         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33965         <kernel-features.h>.
33966         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33967         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33968         132096]: Remove conditional code.
33969         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33970         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33971         <kernel-features.h>.
33972         [__ASSUME_32BITUIDS]: Make code unconditional.
33973         [!__ASSUME_32BITUIDS]: Remove conditional code.
33974         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33975         <kernel-features.h>.
33976         [__ASSUME_32BITUIDS]: Make code unconditional.
33977         [!__ASSUME_32BITUIDS]: Remove conditional code.
33978         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33979         <kernel-features.h>.
33980         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33981         unconditional.
33982         (__setresgid): Do not declare.
33983         [__ASSUME_32BITUIDS]: Make code unconditional.
33984         [!__ASSUME_32BITUIDS]: Remove conditional code.
33985         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33986         <kernel-features.h>.
33987         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33988         unconditional.
33989         (__setresuid): Do not declare.
33990         [__ASSUME_32BITUIDS]: Make code unconditional.
33991         [!__ASSUME_32BITUIDS]: Remove conditional code.
33992         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33993         <kernel-features.h>.
33994         [__ASSUME_32BITUIDS]: Make code unconditional.
33995         [!__ASSUME_32BITUIDS]: Remove conditional code.
33996         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33997         <kernel-features.h>.
33998         [__ASSUME_32BITUIDS]: Make code unconditional.
33999         [!__ASSUME_32BITUIDS]: Remove conditional code.
34000
34001 2012-05-25  Richard Henderson  <rth@twiddle.net>
34002
34003         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
34004         dl_hwcap to ifunc resolver.
34005         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
34006         elf_ifunc_invoke.
34007         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
34008         dl_hwcap to ifunc resolver.
34009         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
34010
34011 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34012
34013         [BZ #14153]
34014         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
34015         for |x| <= 2**-26, not 2**-57.
34016         * math/libm-test.inc (acos_test): Do not allow spurious underflow
34017         exception.
34018
34019 2012-05-24  Jeff Law  <law@redhat.com>
34020
34021         * stdio-common/Makefile (tests): Add bug25.
34022         * stdio-common/bug25.c: New test.
34023
34024 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34025
34026         [BZ #13576]
34027         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34028         multiple of MALLOC_ALIGNMENT in size.
34029         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34030
34031 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34032
34033         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34034         Require >= 256.
34035         (FILENAME_MAX): Use macro-int-constant.
34036         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34037         (_IOFBF): Use macro-int-constant.
34038         (_IOLBF): Likewise.
34039         (_IONBF): Likewise.
34040         (SEEK_CUR): Likewise.
34041         (SEEK_END): Likewise.
34042         (SEEK_SET): Likewise.
34043         (TMP_MAX): Likewise.
34044         (EOF): Use macro-int-constant.  Require < 0.
34045         (NULL): Use macro-constant.  Require == 0.
34046         (stdin): Require type to be FILE *.
34047         (stdout): Likewise.
34048         (stderr): Likewise.
34049         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34050         macro-int-constant.
34051         (EXIT_SUCCESS): Likewise.
34052         (NULL): Use macro-constant.  Require == 0.
34053         (RAND_MAX): Use macro-int-constant.
34054         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34055         [C99-based standards] (strtof): Require function.
34056         [C99-based standards] (strtold): Likewise.
34057         [C99-based standards] (strtoll): Likewise.
34058         [C99-based standards] (strtoull): Likewise.
34059         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34060         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34061         [ISO || ISO99 || ISO11] (math.h): Likewise.
34062         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34063         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34064         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34065
34066 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34067
34068         [BZ #14132]
34069         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34070         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34071         * intl/dgettext.c (DCGETTEXT): Likewise.
34072         * intl/gettext.c (DCGETTEXT): Likewise.
34073         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34074         * posix/regex_internal.h (gettext): Likewise.
34075         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34076         Remove declaration.
34077         * include/argz.h (__argz_count_internal)
34078         (__argz_stringify_internal): Remove declaration.
34079         (__argz_count, __argz_stringify): Declare hidden proto.
34080         * intl/dcgettext.c: Remove use of INTDEF.
34081         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34082         * string/argz-stringify.c: Likewise.
34083         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34084         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34085         Declare hidden proto.
34086         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34087         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34088         Declare hidden proto.
34089         * include/stdio.h (__asprintf_internal): Don't declare.
34090         (__asprintf): Don't define as macro.  Declare hidden proto.
34091         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34092         (__fsetlocking): Declare hidden proto.
34093         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34094         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34095         hidden proto.
34096         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34097         (_IO_setlinebuf): Remove use of INTUSE.
34098         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34099         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34100         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34101         Remove declaration.
34102         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34103         (_IO_do_flush): Remove use of INTUSE.
34104         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34105         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34106         (_IO_adjust_column, _IO_least_wmarker)
34107         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34108         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34109         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34110         (_IO_default_doallocate, _IO_wdefault_doallocate)
34111         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34112         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34113         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34114         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34115         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34116         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34117         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34118         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34119         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34120         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34121         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34122         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34123         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34124         proto.
34125         (_IO_flush_all_internal, _IO_adjust_column_internal)
34126         (_IO_default_uflow_internal, _IO_default_finish_internal)
34127         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34128         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34129         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34130         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34131         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34132         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34133         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34134         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34135         (_IO_file_close_internal, _IO_file_close_it_internal)
34136         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34137         (_IO_file_init_internal, _IO_file_attach_internal)
34138         (_IO_file_fopen_internal, _IO_file_read_internal)
34139         (_IO_file_sync_internal, _IO_file_seek_internal)
34140         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34141         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34142         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34143         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34144         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34145         (_IO_list_all_internal, _IO_link_in_internal)
34146         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34147         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34148         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34149         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34150         (_IO_do_write_internal, _IO_padn_internal)
34151         (_IO_getline_info_internal, _IO_getline_internal)
34152         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34153         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34154         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34155         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34156         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34157         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34158         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34159         with libc_hidden_ver, remove use of INTUSE.
34160         * libio/genops.c: Likewise.
34161         * libio/freopen.c: Likewise.
34162         * libio/freopen64.c: Likewise.
34163         * libio/iofclose.c: Likewise.
34164         * libio/iofdopen.c: Likewise.
34165         * libio/iofflush.c: Likewise.
34166         * libio/iofflush_u.c: Likewise.
34167         * libio/iofgets.c: Likewise.
34168         * libio/iofgets_u.c: Likewise.
34169         * libio/iofopen.c: Likewise.
34170         * libio/iofopncook.c: Likewise.
34171         * libio/iofread.c: Likewise.
34172         * libio/iofread_u.c: Likewise.
34173         * libio/ioftell.c: Likewise.
34174         * libio/iofwrite.c: Likewise.
34175         * libio/iogetline.c: Likewise.
34176         * libio/iogets.c: Likewise.
34177         * libio/iogetwline.c: Likewise.
34178         * libio/iopadn.c: Likewise.
34179         * libio/iopopen.c: Likewise.
34180         * libio/ioseekoff.c: Likewise.
34181         * libio/ioseekpos.c: Likewise.
34182         * libio/iosetbuffer.c: Likewise.
34183         * libio/iosetvbuf.c: Likewise.
34184         * libio/ioungetc.c: Likewise.
34185         * libio/ioungetwc.c: Likewise.
34186         * libio/iovdprintf.c: Likewise.
34187         * libio/iovsprintf.c: Likewise.
34188         * libio/iovsscanf.c: Likewise.
34189         * libio/memstream.c: Likewise.
34190         * libio/obprintf.c: Likewise.
34191         * libio/oldfileops.c: Likewise.
34192         * libio/oldiofclose.c: Likewise.
34193         * libio/oldiofdopen.c: Likewise.
34194         * libio/oldiofopen.c: Likewise.
34195         * libio/oldiopopen.c: Likewise.
34196         * libio/oldstdfiles.c: Likewise.
34197         * libio/putc.c: Likewise.
34198         * libio/setbuf.c: Likewise.
34199         * libio/setlinebuf.c: Likewise.
34200         * libio/stdfiles.c: Likewise.
34201         * libio/strops.c: Likewise.
34202         * libio/vasprintf.c: Likewise.
34203         * libio/vscanf.c: Likewise.
34204         * libio/vsnprintf.c: Likewise.
34205         * libio/vswprintf.c: Likewise.
34206         * libio/wfiledoalloc.c: Likewise.
34207         * libio/wfileops.c: Likewise.
34208         * libio/wgenops.c: Likewise.
34209         * libio/wmemstream.c: Likewise.
34210         * libio/wstrops.c: Likewise.
34211         * libio/__fpurge.c: Likewise.
34212         * libio/__fsetlocking.c: Likewise.
34213         * assert/assert.c: Likewise.
34214         * debug/fgets_chk.c: Likewise.
34215         * debug/fgets_u_chk.c: Likewise.
34216         * debug/fread_chk.c: Likewise.
34217         * debug/fread_u_chk.c: Likewise.
34218         * debug/gets_chk.c: Likewise.
34219         * debug/obprintf_chk.c: Likewise.
34220         * debug/vasprintf_chk.c: Likewise.
34221         * debug/vdprintf_chk.c: Likewise.
34222         * debug/vsnprintf_chk.c: Likewise.
34223         * debug/vsprintf_chk.c: Likewise.
34224         * malloc/mtrace.c: Likewise.
34225         * misc/error.c: Likewise.
34226         * misc/syslog.c: Likewise.
34227         * stdio-common/asprintf.c: Likewise.
34228         * stdio-common/fxprintf.c: Likewise.
34229         * stdio-common/getw.c: Likewise.
34230         * stdio-common/isoc99_fscanf.c: Likewise.
34231         * stdio-common/isoc99_scanf.c: Likewise.
34232         * stdio-common/isoc99_vfscanf.c: Likewise.
34233         * stdio-common/isoc99_vscanf.c: Likewise.
34234         * stdio-common/isoc99_vsscanf.c: Likewise.
34235         * stdio-common/printf-prs.c: Likewise.
34236         * stdio-common/printf_fp.c: Likewise.
34237         * stdio-common/printf_fphex.c: Likewise.
34238         * stdio-common/printf_size.c: Likewise.
34239         * stdio-common/putw.c: Likewise.
34240         * stdio-common/scanf.c: Likewise.
34241         * stdio-common/sprintf.c: Likewise.
34242         * stdio-common/tmpfile.c: Likewise.
34243         * stdio-common/vfprintf.c: Likewise.
34244         * stdio-common/vfscanf.c: Likewise.
34245         * stdlib/strfmon_l.c: Likewise.
34246         * sunrpc/openchild.c: Likewise.
34247         * sunrpc/xdr_stdio.c: Likewise.
34248         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34249         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34250
34251 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34252
34253         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34254
34255         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34256         in the third column, to generate for the shared library an IFUNC
34257         that uses _dl_vdso_vsym.
34258         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34259         * Makeconfig (object-suffixes-noshared): New variable.
34260
34261         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34262         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34263         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34264         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34265
34266         [BZ #14132]
34267         * include/sys/time.h (__gettimeofday): Remove macro.
34268         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34269         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34270         Remove INTDEF.
34271         (__gettimeofday): Add libc_hidden_def.
34272         (gettimeofday): Add libc_hidden_weak.
34273         * sysdeps/mach/gettimeofday.c: Likewise.
34274         * sysdeps/posix/gettimeofday.c: Likewise.
34275         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34276         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34277         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34278         (__gettimeofday_internal): Remove strong_alias.
34279         (__gettimeofday): Add libc_hidden_def.
34280         (gettimeofday): Add libc_hidden_weak.
34281         * sysdeps/unix/syscalls.list (gettimeofday):
34282         Remove __gettimeofday_internal alias.
34283
34284 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34285             H.J. Lu  <hongjiu.lu@intel.com>
34286
34287         [BZ #12495]
34288         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34289         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34290         (largebin_index_32_big): New.
34291         (largebin_index): Use it for 16-byte alignment.
34292         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34293         correction with front_misalign.
34294
34295 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34296
34297         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34298         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34299         Likewise.
34300         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34301         Likewise.
34302         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34303         Likewise.
34304         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34305         Likewise.
34306         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34307         Likewise.
34308         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34309         Likewise.
34310         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34311         Likewise.
34312         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34313         Likewise.
34314         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34315         Likewise.
34316         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34317         Likewise.
34318         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34319         Likewise.
34320         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34321         Likewise.
34322
34323         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34324         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34325
34326 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34327
34328         [BZ #10846]
34329         [BZ #14036]
34330         * math/libm-test.inc (exp_test): Add test from bug 14036.
34331         (pow_test): Add test from bug 10846.
34332
34333         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34334         and other flags.
34335         (special_function): Do not include flags in test name.
34336         (parse_args): Likewise.
34337         * sysdeps/i386/fpu/libm-test-ulps: Update.
34338         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34339         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34340         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34341         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34342
34343         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34344         exceptions.
34345         * math/libm-test.inc ("Philosophy"): Update comment about
34346         exception testing.
34347         (UNDERFLOW_EXCEPTION): New macro.
34348         (UNDERFLOW_EXCEPTION_OK): Likewise.
34349         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34350         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34351         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34352         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34353         (INVALID_EXCEPTION_OK): Update value.
34354         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34355         (OVERFLOW_EXCEPTION_OK): Likewise.
34356         (IGNORE_ZERO_INF_SIGN): Likewise.
34357         (test_exceptions): Handle underflow exceptions.
34358         (acos_test): Update for underflow exception expectations.
34359         (cexp_test): Likewise.
34360         (clog_test): Likewise.
34361         (clog10_test): Likewise.
34362         (csqrt_test): Likewise.
34363         (ctan_test): Likewise.
34364         (ctanh_test): Likewise.
34365         (exp_test): Likewise.
34366         (exp10_test): Likewise.
34367         (exp2_test): Likewise.
34368         (expm1_test): Likewise.
34369         (fma_test): Likewise.
34370         (j0_test): Likewise.
34371         (jn_test): Likewise.
34372         (nexttoward_test): Likewise.
34373         (pow_test): Likewise.
34374         (scalbn_test): Likewise.
34375         (scalbln_test): Likewise.
34376         (tan_test): Likewise.
34377         (y1_test): Likewise.
34378         * sysdeps/i386/fpu/libm-test-ulps: Update.
34379         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34380
34381 2012-05-23  David S. Miller  <davem@davemloft.net>
34382
34383         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34384         (__libc_sigaction): Remove unused local variables.
34385
34386 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34387
34388         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34389
34390 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34391
34392         mktime: avoid signed integer overflow
34393         * time/mktime.c (__mktime_internal): Do not mishandle the case
34394         where diff == INT_MIN.
34395
34396         mktime: simplify computation of average
34397         * time/mktime.c (ranged_convert): Use new time_t_avg function
34398         instead of rolling our own (probably-slower) code.
34399
34400         mktime: do not assume signed right shift propagates sign bit
34401         * time/mktime.c (isdst_differ): New static function.
34402         (__mktime_internal): No need to normalize tm_isdst now.
34403         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34404         tm_isdst values.
34405
34406         mktime: merge another wrapv change from gnulib
34407         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34408         from some compilers.
34409
34410         mktime: remove incorrect attempt at unusual arithmetics
34411         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34412         The code didn't really work on such machines anyway.
34413         (TYPE_MINIMUM): Assume two's complement.
34414         (twos_complement_arithmetic): Verify that long_int and time_t
34415         are two's complement (or unsigned, in the latter case).
34416
34417         mktime: check signed shifts on long_int and time_t, too
34418         * time/mktime.c (SHR): Check that shifts work as desired
34419         on the types long_int and time_t too, as SHR is used on
34420         such types.
34421
34422         mktime: do not assume 'long' is wide enough
34423         * time/mktime.c (verify): Move decl up.
34424         (long_int): New type.
34425         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34426         to remove assumption in the code that 'long' is wide enough to
34427         store year values.  This assumption is not true on x32 and on
34428         some non-glibc platforms.
34429
34430         mktime: merge wrapv change from gnulib
34431         * time/mktime.c (WRAPV): New macro.
34432         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34433         (guess_time_tm, __mktime_internal): Do not assume that signed
34434         integer overflow wraps around; modern compilers generate code
34435         where this assumption is no longer valid.
34436
34437 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34438
34439         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34440         Replace "jmp L(pseudo_end)" with "ret".
34441         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34442         Likewise.
34443
34444 2012-05-23  Andreas Jaeger  <aj@suse.de>
34445
34446         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34447         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34448
34449 2012-05-23  Andreas Jaeger  <aj@suse.de>
34450             Maximilian Attems  <max@stro.at>
34451
34452         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34453         New macros.
34454
34455 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34456
34457         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34458         code so that pseudo_end is just ret and the stack pointer is
34459         correct also for static library in error case.
34460
34461 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34462
34463         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34464         move to syscalls.list.
34465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34469
34470         * manual/install.texi (Running make install): Do not mention Linux
34471         kernel version for which pt_chown is not needed.
34472         (Linux): Do not mention problems with nscd with 2.0 kernels.
34473         * INSTALL: Regenerated.
34474
34475 2012-05-23  Andreas Jaeger  <aj@suse.de>
34476
34477         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34478         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34479         macro.
34480         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34481         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34482         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34483         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34484         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34485         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34486         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34487         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34488         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34489         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34490         * sysdeps/unix/sysv/linux/bits/in.h
34491         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34492
34493 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34494
34495         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34496         (PREPARE_VERSION): Just use assert instead, it will be elided
34497         under [NDEBUG] anyway.
34498
34499 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34500
34501         * sysdeps/unix/sysv/linux/Makefile: Include
34502         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34503         (sysdep_routines): Remove sysctl.
34504         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34505         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34506         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34507         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34508         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34509
34510 2012-05-22  Andreas Jaeger  <aj@suse.de>
34511
34512         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34513         that pseudo_end is just ret and the stack pointer is correct also
34514         for static library in error case.
34515
34516 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34517
34518         [BZ #14122]
34519         * nss/nsswitch.c (defconfig_entries): New variable.
34520         (__nss_database_lookup): Don't leak defconfig entries.
34521         (nss_parse_service_list): Don't leak on error paths.
34522         (free_database_entries): New function.
34523         (free_defconfig): New function.
34524         (free_mem): Move common code to free_database_entries.
34525
34526 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34527
34528         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34529         Add arch_prctl.
34530         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34531
34532         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34533         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34534         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34535         New macro.
34536         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34537         (INTERNAL_SYSCALL_TYPES): Likewise.
34538         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34539         (LOAD_REGS_TYPES_[1-6]): Likewise.
34540         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34541         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34542
34543 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34544
34545         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34546         copysignl for GLIBC_2_0.
34547         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34548         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34549         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34550         logbl for GLIBC_2_0.
34551         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34552         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34553
34554 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34555
34556         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34557         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34558
34559         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34560         Use "neg %eax".
34561
34562         * time/mktime.c: Update copyright years.
34563
34564 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34565
34566         mktime: merge comment-quoting-style change from gnulib
34567         * time/mktime.c: Quote 'like this' in comments.
34568         The GNU coding standards suggest that we no longer quote `like this',
34569         as "`" and "'" are typically rendered asymmetrically nowadays.
34570         The typical gnulib style is to quote 'like this' when quoting
34571         code, and "like this" when quoting English.
34572
34573         * time/mktime.c (compile-command): Add "-I.".
34574
34575         mktime: merge mktime-internal.h change from gnulib
34576         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34577
34578         mktime: merge time_r change from gnulib
34579         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34580
34581         mktime: merge DEBUG change from gnulib
34582         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34583         case system <time.h> has a #define.
34584
34585         mktime: merge <sys/types.h> change from gnulib
34586         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34587         since <time.t> is now guaranteed to define time_t.
34588
34589         mktime: merge HAVE_CONFIG_H change from gnulib
34590         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34591
34592 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34593
34594         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34595         Use "neg %eax".
34596
34597         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34598         __rlim_t cast.
34599         (struct rusage): Use anonymous union to pad each field to
34600         __syscall_slong_t.
34601
34602 2012-05-21  David S. Miller  <davem@davemloft.net>
34603
34604         * Makefules (o-iterator): Remove .s cases.
34605         (compile-command.s): Delete.
34606         (COMPILE.s): Delete.
34607         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34608
34609 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34610
34611         * configure.in (libc_cv_predef_stack_protector): Only consider
34612         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34613         * configure: Regenerated.
34614
34615 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34616
34617         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34618         New macro.  Use R*LP on int and pointer.
34619         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34620         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34621         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34622         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34623
34624         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34625         [__WORDSIZE_TIME64_COMPAT32] instead of
34626         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34627         (struct utmp): Likewise.
34628         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34629         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34630         Renamed to ...
34631         (__WORDSIZE_TIME64_COMPAT32): This.
34632         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34633         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34634         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34635         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34636         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34637         (__WORDSIZE_TIME64_COMPAT32): New macro.
34638
34639 2012-05-21  Andreas Jaeger  <aj@suse.de>
34640
34641         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34642         only if [SHARED]. Add prototype for __wcschr_ia32.
34643
34644 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34645
34646         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34647         of %rbp unmolested in the jmp_buf while mangling the low bits.
34648         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34649         unmolested high bits of %rbp while demangling the low bits.
34650         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34651
34652 2012-05-21  Andreas Jaeger  <aj@suse.de>
34653
34654         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34655         * sunrpc/svc_simple.c: Use it for registerrpc.
34656         * sunrpc/xcrypt.c: Use it for passwd2des.
34657
34658         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34659
34660 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34661
34662         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34663         Don't define if [__SYSCALL_WORDSIZE != 32].
34664         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34665         New macro.
34666
34667 2012-05-21  Bruno Haible  <bruno@clisp.org>
34668             Andreas Jaeger  <aj@suse.de>
34669
34670         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34671         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34672         inptr and inend for must_buffer_ch.
34673         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34674         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34675         * stdio-common/Makefile (tests): Remove bug15.
34676         (bug15-ENV): Remove macro.
34677         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34678         anymore.
34679
34680 2012-05-19  Andreas Jaeger  <aj@suse.de>
34681             Roland McGrath  <roland@hack.frob.com>
34682
34683         * manual/contrib.texi: Completely rewritten. It contains now an
34684         alphabetical list of contributors and their contributions.
34685
34686 2012-05-21  Richard Henderson  <rth@twiddle.net>
34687
34688         * misc/getauxval.c (__getauxval): Use unsigned long int.
34689         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34690         (getauxval): Use unsigned long int.
34691
34692 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34693
34694         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34695
34696 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34697
34698         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34699         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34700         __alignof__ (long double).
34701
34702 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34703
34704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34705
34706 2012-05-20  Richard Henderson  <rth@twiddle.net>
34707
34708         * misc/getauxval.c: New file.
34709         * misc/sys/auxv.h: New file.
34710         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34711         (routines): Add getauxval.
34712         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34713         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34714         * elf/dl-sysdep.c (_dl_auxv): Remove.
34715         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34716         * elf/dl-support.c (_dl_auxv): New variable.
34717         (_dl_aux_init): Initialize it.
34718         * manual/startup.texi (Auxiliary Vector): New node.
34719         * sysdeps/generic/bits/hwcap.h: New file.
34720         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34721         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34722         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34723         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34724         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34725         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34726         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34727         Update.
34728         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34729         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34730         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34731         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34732         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34733         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34734         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34735         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34736
34737 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34738
34739         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34740
34741 2012-05-19  David S. Miller  <davem@davemloft.net>
34742
34743         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34744
34745 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34746
34747         [BZ #14123]
34748         * math/s_ccosh.c: Include <float.h>
34749         (__ccosh): Avoid internal overflow calculating sinh and cosh
34750         values before multiplying by sin and cos values.
34751         * math/s_ccoshf.c: Likewise.
34752         * math/s_ccoshl.c: Likewise.
34753         * math/s_csin.c: Likewise.
34754         * math/s_csinf.c: Likewise.
34755         * math/s_csinl.c: Likewise.
34756         * math/s_csinh.c: Likewise.
34757         * math/s_csinhf.c: Likewise.
34758         * math/s_csinhl.c: Likewise.
34759         * math/libm-test.inc (ccos_test): Add more tests.
34760         (ccosh_test): Likewise.
34761         (csin_test): Likewise.
34762         (csinh_test): Likewise.
34763         * sysdeps/i386/fpu/libm-test-ulps: Update.
34764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34765
34766 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34767
34768         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34769         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34770
34771         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34772
34773 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34774
34775         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34776         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34777         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34778         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34779         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34780         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34781         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34782         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34783         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34784         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34785         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34786         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34787         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34788         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34789         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34790         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34791         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34792         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34793         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34794         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34795         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34796         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34797         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34798         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34799         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34800         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34801         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34802         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34803         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34804         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34805         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34806
34807 2012-05-18  Andreas Jaeger  <aj@suse.de>
34808
34809         * csu/.gitignore: Delete.
34810
34811 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34812
34813         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34814         (timex): Use __syscall_slong_t.
34815
34816 2012-05-18  Andreas Jaeger  <aj@suse.de>
34817             Carlos O'Donell  <carlos_odonell@mentor.com>
34818
34819         * manual/install.texi (Configuring and compiling): Update
34820         description about files modified in the source directory.
34821         * INSTALL: Regenerated.
34822
34823 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34824
34825         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34826         value.  Use "or" to set return value to -1.
34827         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34828         negate return value.
34829
34830 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34831
34832         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34833         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34834         failure if the compiler has Graphite support disabled.
34835         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34836         Likewise.
34837         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34838         (CFLAGS-memmove.c): Likewise.
34839         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34840         Likewise.
34841
34842 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34843
34844         * sysdeps/x86_64/x32/_itoa.h: New file.
34845
34846         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34847         getdents system call only if kernel and user dirents have the
34848         same d_ino and d_off.
34849
34850         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34851         LLONG_MAX != LONG_MAX.
34852         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34853         (_fitoa_word): Likewise.
34854
34855         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34856         years.
34857         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34858         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34859         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34860
34861         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34862         include <bits/wordsize.h>.  Check __x86_64__ instead of
34863         __WORDSIZE.
34864         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34865         if __x86_64__ is defined.  Use anonymous union on fpstate.
34866
34867         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34868         anonymous union.
34869
34870 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34871
34872         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34873         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34874         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34875         Refer to _rtld_local_ro instead of _rtld_global_ro.
34876         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34877         Likewise.
34878         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34879         Likewise.
34880         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34881         Likewise.
34882         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34883         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34884         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34885
34886         * sysdeps/powerpc/powerpc32/dl-machine.c
34887         (__elf_machine_runtime_setup) [PROF]: Don't reference
34888         _dl_prof_resolve.
34889
34890 2012-05-18  Andreas Jaeger  <aj@suse.de>
34891
34892         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34893         function only available for GCCs before 3.4 since GCC 3.4
34894         introduced a builtin.
34895         (lrint): Likewise.
34896         (llrintf): Likewise.
34897         (llrint): Likewise.
34898         (fmaxf): Likewise.
34899         (fmax): Likewise.
34900         (fminf): Likewise.
34901         (fmin): Likewise.
34902         (rint): Likewise.
34903         (rintf): Likewise.
34904         (nearbyint): Likewise.
34905         (nearbyintf): Likewise.
34906         (ceil): Likewise.
34907         (ceilf): Likewise.
34908         (floor): Likewise.
34909         (floorf): Likewise.
34910
34911 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34912
34913         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34914         on both fields and cast pointer to __syscall_ulong_t.
34915
34916         * bits/types.h (__fsword_t): New type.
34917         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34918         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34919         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34920         (__FSWORD_T_TYPE): Likewise.
34921         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34922         (__FSWORD_T_TYPE): Likewise.
34923         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34924         (__FSWORD_T_TYPE): Likewise.
34925         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34926         (__FSWORD_T_TYPE): Likewise.
34927         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34928         __SWORD_TYPE with __fsword_t.
34929         (statfs64): Likewise.
34930
34931 2012-05-17  David S. Miller  <davem@davemloft.net>
34932
34933         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34934
34935 2012-05-17  Andreas Jaeger  <aj@suse.de>
34936
34937         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34938         warning.
34939
34940 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34941
34942         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34943
34944 2012-05-17  Andreas Jaeger  <aj@suse.de>
34945
34946         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34947         when it is used.
34948
34949 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34950
34951         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34952
34953 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34954
34955         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34956         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34957
34958 2012-05-17  Andreas Jaeger  <aj@suse.de>
34959             Carlos O'Donell  <carlos_odonell@mentor.com>
34960
34961         [BZ #14059]
34962         * sysdeps/x86_64/multiarch/init-arch.h
34963         (bit_YMM_Usable): Rename to...
34964         (bit_AVX_Usable): ... this.
34965         (bit_FMA4_Usable): New macro.
34966         (bit_XMM_state): New macro.
34967         (bit_YMM_state): New macro.
34968         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34969         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34970         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34971         (CPUID_OSXSAVE): New macro.
34972         (CPUID_AVX): New macro.
34973         (CPUID_FMA4): New macro.
34974         (index_YMM_Usable): Rename to...
34975         (index_AVX_Usable): ... this.
34976         (HAS_AVX): Use HAS_ARCH_FEATURE.
34977         (HAS_FMA4): Likewise.
34978         (HAS_YMM_USABLE): Remove.
34979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34980         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34981         are present.
34982         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34983         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34984         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34985         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34986         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34987
34988 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34989
34990         * math/libm-test.c: Support platforms without multiple rounding modes.
34991         * math/bug-nextafter.c: Support platforms without FP exceptions.
34992         * math/bug-nexttoward.c: Likewise.
34993         * math/test-fenv.c: Likewise.
34994         * math/test-misc.c: Likewise.
34995         * stdlib/bug-getcontext.c: Likewise.
34996
34997 2012-05-17  Andreas Jaeger  <aj@suse.de>
34998
34999         * manual/examples/search.c (critter_cmp): Change signature to
35000         avoid warnings.
35001         * manual/string.texi (Collation Functions): Likewise.
35002
35003 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35004
35005         * bits/types.h: Fold copyright years.
35006         * bits/typesizes.h: Likewise.
35007         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
35008         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
35009         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
35010         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
35011         * time/time.h: Likewise.
35012
35013 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
35014
35015         [BZ #208]
35016         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
35017         in instead of returning them.  Return void.
35018         (__libc_mallinfo): Accumulate over all arenas.
35019         (__malloc_stats): Adjust for change in int_mallinfo interface.
35020
35021 2012-05-16  Roland McGrath  <roland@hack.frob.com>
35022
35023         [BZ #10375]
35024         * configure.in (NM): Add AC_CHECK_TOOL for it.
35025         (libc_extra_cflags): New substituted variable.
35026         Check for -fstack-protector being used implicitly.
35027         * configure: Regenerated.
35028         * config.make.in (config-extra-cflags): New variable,
35029         gets @libc_extra_cflags@.
35030         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35031
35032         [BZ #10375]
35033         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35034         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35035         * configure: Regenerated.
35036         * config.make.in (CPPUNDEFS): New substituted variable.
35037         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35038         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35039         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35040
35041 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35042
35043         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35044         (mq_attr): Use __syscall_slong_t.
35045
35046 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35047
35048         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35049         Check __x86_64__ instead of __WORDSIZE.
35050         (_STAT_VER_LINUX): Likewise.
35051         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35052         __syscall_ulong_t and __syscall_slong_t.
35053         (stat64): Likewise.
35054
35055 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35056
35057         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35058
35059 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35060
35061         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35062
35063 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35064
35065         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35066         __syscall_ulong_t.
35067
35068         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35069         include <bits/wordsize.h>.  Check __x86_64__ instead of
35070         __WORDSIZE.
35071         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35072         defined.
35073         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35074
35075         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35076         include <bits/wordsize.h>.  Check __x86_64__ instead of
35077         __WORDSIZE.
35078         (user_regs_struct): Use "__extension__ unsigned long long"
35079         instead of "unsigned long" if __x86_64__ is defined.
35080         (user): Likewise.  Pad after pointer field if __ILP32__ is
35081         defined.
35082
35083 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35084
35085         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35086         versions 5 to 9.
35087         * configure: Regenerated.
35088         * manual/install.texi (texinfo): Increase version requirement to
35089         4.5 or later.
35090         * INSTALL: Regenerated.
35091
35092         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35093
35094 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35095
35096         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35097
35098         * sysdeps/x86_64/x32/ffs.c: New file.
35099
35100         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35101         __syscall_ulong_t.
35102         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35103         defined.  Use __syscall_ulong_t.
35104         (shminfo): Use __syscall_ulong_t.
35105         (shm_info): Likewise.
35106
35107         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35108         __syscall_ulong_t.
35109
35110         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35111         <bits/wordsize.h>.
35112         (msgqnum_t): Use __syscall_ulong_t.
35113         (msglen_t): Likewise.
35114         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35115         __syscall_ulong_t.
35116
35117         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35118         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35119
35120         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35121
35122         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35123         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35124
35125         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35126         __syscall_slong_t.
35127
35128         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35129         include <bits/wordsize.h>.  Check __x86_64__ instead of
35130         __WORDSIZE.
35131
35132         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35133         "unsigned long long int" if __x86_64__ is defined.
35134         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35135
35136         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35137         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35138         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35139
35140         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35141         <stdint.h>.
35142         (GET_PC): Cast to uintptr_t first.
35143         (GET_FRAME): Likewise.
35144         (GET_STACK): Likewise.
35145
35146         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35147         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35148         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35149         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35150         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35151         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35152         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35153         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35154         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35155         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35156         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35157         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35158         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35159         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35160         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35161         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35162         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35163         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35164         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35165         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35166         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35167         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35168         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35169         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35170         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35171         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35172         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35173         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35174         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35175
35176 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35177
35178         * Makerules (+depfiles): Also collect depfiles from .oS in
35179         $(extra-objs).
35180         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35181         .oS, $(libnldbl-routines)).
35182
35183         * Makerules (native-compile-mkdep-flags): Define.
35184         * sunrpc/Makefile (extra-objs): Add $(addprefix
35185         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35186         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35187         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35188         calling $(make-target-directory).
35189
35190 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35191
35192         * bits/types.h (__snseconds_t): Removed.
35193         * time/time.h (struct timespec): Replace __snseconds_t with
35194         __syscall_slong_t.
35195         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35196         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35197         Likewise.
35198         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35199         (__SNSECONDS_T_TYPE): Likewise.
35200         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35201         (__SNSECONDS_T_TYPE): Likewise.
35202         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35203         (__SNSECONDS_T_TYPE): Likewise.
35204
35205 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35206
35207         * sysdeps/mach/hurd/bits/typesizes.h
35208         (__SYSCALL_SLONG_TYPE): New macro.
35209         (__SYSCALL_ULONG_TYPE): Likewise.
35210
35211 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35212
35213         * bits/types.h (__syscall_slong_t): New type.
35214         (__syscall_ulong_t): Likewise.
35215
35216         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35217         (__SYSCALL_ULONG_TYPE): Likewise.
35218         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35219         (__SYSCALL_SLONG_TYPE): Likewise.
35220         (__SYSCALL_ULONG_TYPE): Likewise.
35221         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35222         (__SYSCALL_SLONG_TYPE): Likewise.
35223         (__SYSCALL_ULONG_TYPE): Likewise.
35224         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35225         (__SYSCALL_SLONG_TYPE): Likewise.
35226         (__SYSCALL_ULONG_TYPE): Likewise.
35227
35228 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35229
35230         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35231         Add sigaltstack-offsets.sym.
35232         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35233         <sigaltstack-offsets.h>.
35234         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35235         longjmp_msg pointer.
35236         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35237         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35238         signal stack.
35239         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35240
35241 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35242
35243         * elf/stackguard-macros.h: Remove file.
35244         * sysdeps/generic/stackguard-macros.h: New file.
35245         * sysdeps/i386/stackguard-macros.h: Likewise.
35246         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35247         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35248         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35249         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35250         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35251         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35252         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35253         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35254         <elf/stackguard-macros.h>.
35255
35256         [BZ #14109]
35257         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35258         __aligned__ in attribute.
35259         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35260         (gregset_t): Likewise.
35261
35262 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35263
35264         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35265         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35266         * sysdeps/x86_64/x32/Implies-after: New file.
35267
35268 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35269
35270         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35271         and access return value for _dl_profile_fixup.  Use R10_LP to
35272         load frame size.
35273
35274 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35275
35276         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35277
35278 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35279
35280         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35281         * sysdeps/x86_64/x32/sysdep.h: New file.
35282
35283 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35284
35285         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35286         * sysdeps/x86_64/setjmp.S: Likewise.
35287
35288 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35289
35290         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35291         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35292         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35293         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35294         remove unused global constant.
35295
35296 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35297
35298         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35299         include of <not-cancel.h>.
35300
35301 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35302
35303         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35304
35305 2012-05-15  Jeff Law  <law@redhat.com>
35306             Andreas Jaeger  <aj@suse.de>
35307
35308         [BZ #13594]
35309         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35310         out from...
35311         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35312         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35313         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35314         code changing __hst_map_handle.map.
35315
35316 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35317
35318         * configure.in (sysnames): Look for Implies-before and Implies-after
35319         files.
35320         * configure: Regenerated.
35321
35322 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35323
35324         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35325         8-byte data alignment with LP_SIZE alignment.
35326
35327 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35328
35329         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35330         into R10_LP.
35331
35332 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35333
35334         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35335
35336 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35337
35338         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35339         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35340         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35341         Likewise.
35342         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35343
35344 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35345
35346         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35347         (stackinfo_sub_sp): Likewise.
35348
35349 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35350
35351         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35352         RAX_LP.
35353
35354 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35355
35356         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35357         into R*_LP.
35358
35359 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35360
35361         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35362         sizes into R*_LP.
35363
35364 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35365
35366         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35367
35368 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35369
35370         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35371         into R11_LP and load __x86_64_shared_cache_size_half into
35372         R8_LP.
35373
35374 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35375
35376         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35377         R8_LP.
35378
35379 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35380
35381         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35382         logb for POWER7.
35383         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35384         logbf for POWER7.
35385         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35386         logbl for POWER7.
35387         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35388         powerpc32/power7/fpu/s_logb.c via #include.
35389         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35390         powerpc32/power7/fpu/s_logbf.c via #include.
35391         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35392         powerpc32/power7/fpu/s_logbl.c via #include.
35393
35394 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35395
35396         * README.libm: Remove file.
35397
35398 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35399
35400         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35401         count for x32.  Use R*_LP and omit operand-size suffix.
35402
35403 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35404
35405         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35406         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35407         * sysdeps/x86_64/x32/shlib-versions: New file.
35408
35409 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35410
35411         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35412         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35413         Use _dl_fatal_printf instead.
35414
35415 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35416
35417         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35418         set if not set by the user.  Do not allow for being unset.
35419         * sysdeps/unix/sysv/linux/configure: Regenerated.
35420
35421 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35422
35423         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35424         the `q' suffix from lea and replace .quad with ASM_ADDR.
35425
35426 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35427
35428         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35429         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35430         instead of $17.
35431         (PTR_DEMANGLE): Likewise.
35432
35433 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35434
35435         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35436         (LP_OP): Likewise.
35437         (ASM_ADDR): Likewise.
35438         (RAX_LP): Likewise.
35439         (RBP_LP): Likewise.
35440         (RBX_LP): Likewise.
35441         (RCX_LP): Likewise.
35442         (RDI_LP): Likewise.
35443         (RSI_LP): Likewise.
35444         (RSP_LP): Likewise.
35445         (R8_LP): Likewise.
35446         (R9_LP): Likewise.
35447         (R10_LP): Likewise.
35448         (R10_LP): Likewise.
35449         (R11_LP): Likewise.
35450         (R12_LP): Likewise.
35451         (R13_LP): Likewise.
35452         (R14_LP): Likewise.
35453         (R15_LP): Likewise.
35454
35455 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35456
35457         * sysdeps/x86_64/x32/dl-machine.h: New file.
35458
35459 2012-05-14  Andreas Jaeger  <aj@suse.de>
35460
35461         * manual/Makefile (subdir): Remove export of subdir.
35462         (all): Remove target.
35463         (.PHONY): Remove all from list.
35464         (mkinstalldirs): Remove.
35465         (.PHONY): Remove installdirs from list.
35466         ($(inst_infodir)/libc.info): Use make-target-directory.
35467         (installdirs): Remove.
35468         (subdir_%): Remove.
35469         (glibc-targets): Remove.
35470         (lib): Remove.
35471         (stubs): Remove.
35472         ($(objpfx)stubs ../po/manual.pot): Remove.
35473         ($(objpfx)stamp%): Remove.
35474         (make-target-directory): Remove.
35475         (subdir_install): Remove.
35476         (routines): Remove.
35477         (aux): Remove.
35478         (sources): Remove.
35479         (objects): Remove.
35480         (headers): Remove.
35481
35482         [BZ #13750]
35483         * manual/.gitignore: Remove, it's not needed anymore.
35484         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35485         all files in it.
35486         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35487         directory.
35488         (texis): Renamed to $(objpfx)texis.
35489         (texis-path): New, contains path to generated files.
35490         (chapters.%): Use texis-path for complete path, add extra argument
35491         libc-texinfo.sh.
35492         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35493         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35494         (summary,texi, stamp-summary): Use complete path of
35495         files. Generate files in build dir.
35496         (dir-add.texi): Build in build dir.
35497         (libm-err.texi,stamp-libm-err): Likewise.
35498         (version.texi, stamp-version): Likewise.
35499         (.%c.texi): Likewise.
35500         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35501         (mostlyclean): Remove target.
35502         (realclean): Remove target.
35503         (generated): Add new variable with contents from mostlyclean and
35504         realclean, remove entries duplicated in common-mostlyclean, add
35505         stamp-libm-err and stamp-version.
35506         (generated-dirs): Add libc directory.
35507         ($(inst_infodir)/libc.info): Install files from build dir.
35508
35509         * manual/install.texi (Configuring and compiling): Adjust since
35510         the info files are not part of the tar ball anymore.
35511
35512 2012-05-14  Andreas Jaeger  <aj@suse.de>
35513
35514         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35515         variable.
35516
35517 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35518
35519         [BZ #13717]
35520         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35521         to 2.2.0 where earlier.
35522         * sysdeps/unix/sysv/linux/configure: Regenerated.
35523         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35524         Remove conditional code.
35525         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35526         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35527         Remove conditional code.
35528         [!__NR_lchown]: Likewise.
35529         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35530         [__NR_lchown]: Likewise.
35531         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35532         comment referencing __ASSUME_LCHOWN_SYSCALL.
35533         * sysdeps/unix/sysv/linux/i386/sigaction.c
35534         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35535         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35536         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35537         Remove conditional code.
35538         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35539         (__protocol_available): Remove #if 0 code.
35540         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35541         conditional code.
35542         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35543         * sysdeps/unix/sysv/linux/kernel-features.h
35544         (__ASSUME_GETCWD_SYSCALL): Don't define.
35545         (__ASSUME_REALTIME_SIGNALS): Likewise.
35546         (__ASSUME_PREAD_SYSCALL): Likewise.
35547         (__ASSUME_PWRITE_SYSCALL): Likewise.
35548         (__ASSUME_POLL_SYSCALL): Likewise.
35549         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35550         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35551         non-SPARC.
35552         (__ASSUME_SIOCGIFNAME): Don't define.
35553         (__ASSUME_MSG_NOSIGNAL): Likewise.
35554         (__ASSUME_SENDFILE): Define unconditionally.
35555         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35556         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35557         conditional code.
35558         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35559         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35560         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35561         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35562         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35563         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35564         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35565         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35566         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35567         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35569         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35570         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35571         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35572         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35573         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35575         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35576         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35578         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35579         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35581         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35582         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35584         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35585         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35587         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35588         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35589         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35590         Remove conditional code.
35591         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35592         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35593         Remove conditional code.
35594         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35595         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35596         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35597         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35598         Remove conditional code.
35599         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35600         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35601         Remove conditional code.
35602         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35603         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35604         Remove conditional code.
35605         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35606         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35607         Remove conditional code.
35608         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35609         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35610         Remove conditional code.
35611         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35612         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35613         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35614         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35615         * sysdeps/unix/sysv/linux/sigaction.c
35616         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35617         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35618         * sysdeps/unix/sysv/linux/sigpending.c
35619         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35620         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35621         * sysdeps/unix/sysv/linux/sigprocmask.c
35622         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35623         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35624         * sysdeps/unix/sysv/linux/sigsuspend.c
35625         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35626         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35627         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35628         (__libc_missing_rt_sigs): Remove.
35629         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35630         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35631         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35632         Remove conditional code.
35633         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35634         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35635         return 1.
35636         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35637         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35638         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35639         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35640
35641 2012-05-14  Andreas Jaeger  <aj@suse.de>
35642
35643         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35644         it's not used in glibc.
35645         (__coshm1): Likewise.
35646         (__acosh1p): Likewise.
35647         (__sgn): Likewise.
35648
35649         * manual/string.texi (Copying and Concatenation): Add missing
35650         variable in concat example.
35651         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35652
35653 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35654
35655         [BZ #14103]
35656         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35657         __builtin_clzl with __builtin_clzll.
35658
35659 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35660
35661         [BZ #14104]
35662         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35663         libc_freeres_ptr.
35664
35665 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35666
35667         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35668         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35669         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35670         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35671
35672 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35673
35674         * NEWS: Update ia64 info.
35675
35676 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35677
35678         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35679         used as bcopy.
35680
35681 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35682
35683         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35684         * sysdeps/unix/syscalls.list (dup3): Likewise.
35685         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35686         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35687
35688 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35689
35690         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35691         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35692
35693 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35694
35695         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35696         thread pointer.
35697         (TLS_IE): Use mov/add instead of movq/addq to load thread
35698         pointer.
35699         (TLS_GD_PREFIX): New.
35700         (TLS_GD): Use it.
35701
35702 2012-05-11  David S. Miller  <davem@davemloft.net>
35703
35704         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35705         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35706         (_FPU_SETCW): Likewise.
35707
35708 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35709
35710         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35711         is 32-byte aligned.
35712
35713 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35714
35715         [BZ #11837]
35716         * iconvdata/gb18030.c: Update tables.
35717         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35718         characters specially.
35719         (BODY for TO_LOOP): Add encoding of missing ranges.
35720
35721 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35722
35723         [BZ #13673]
35724         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35725         * sysdeps/mach/hurd/dup3.c: Likewise.
35726         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35727         * sysdeps/powerpc/memmove.c:: Likewise.
35728
35729 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35730
35731         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35732         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35733
35734 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35735
35736         * elf/elf.h (R_X86_64_RELATIVE64): New.
35737         (R_X86_64_NUM): Updated.
35738         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35739         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35740         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35741         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35742         tst-quad1pie tst-quad2pie
35743         (modules-names): Add tst-quadmod1 tst-quadmod2.
35744         ($(objpfx)tst-quad1): New dependency.
35745         ($(objpfx)tst-quad2): Likewise.
35746         ($(objpfx)tst-quad1pie): Likewise.
35747         ($(objpfx)tst-quad2pie): Likewise.
35748         * sysdeps/x86_64/tst-quad1.c: New file.
35749         * sysdeps/x86_64/tst-quad1pie.c: New file.
35750         * sysdeps/x86_64/tst-quad2.c: Likewise.
35751         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35752         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35753         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35754         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35755         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35756
35757 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35758
35759         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35760         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35761         * streams/stropts.h (t_scalar_t): Define type.
35762
35763         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35764         (_PATH_PRESERVE): Set to "/var/lib".
35765         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35766
35767         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35768         instead of int.
35769
35770         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35771         if __dir_mkfile succeeded.
35772
35773         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35774         checking for _hurd_dtablesize.  Unlock it right after having
35775         finished _hurd_dtable allocation.
35776
35777 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35778
35779         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35780         * sysdeps/mach/hurd/configure: Regenerated.
35781         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35782         special-casing to...
35783         * sysdeps/gnu/configure.in: ... this new file.
35784         * sysdeps/unix/sysv/linux/configure: Regenerated.
35785         * sysdeps/gnu/configure: New generated file.
35786
35787         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35788         for Linux: use nsec instead of usec, as well as:
35789         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35790         members of type struct timespec.
35791         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35792         New macros.
35793         (struct stat64): Likewise.
35794         (_STATBUF_ST_NSEC): New macro.
35795         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35796
35797         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35798         __strtoul_internal rather than strtoul.
35799
35800 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35801
35802         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35803         and reject them.
35804
35805 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35806
35807         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35808         which preserves existing values.
35809         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35810
35811 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35812
35813         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35814         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35815         greater than FD_SETSIZE.
35816
35817 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35818
35819         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35820         allocated, call __vm_protect to finish enabling the existing space, and
35821         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35822         allocate the remainder.
35823
35824 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35825
35826         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35827         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35828
35829 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35830
35831         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35832         sysdeps/mach/hurd/readlink.c.
35833
35834         * posix/tst-sysconf.c (posix_options): Only use
35835         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35836         _POSIX_SYNCHRONIZED_IO when they are defined
35837         * sysdeps/mach/hurd/bits/posix_opt.h:
35838         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35839         (_XOPEN_REALTIME): Undefine macro.
35840         (_XOPEN_REALTIME_THREADS): Undefine macro.
35841         (_XOPEN_SHM): Undefine macro.
35842         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35843         macro to -1.
35844         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35845         macro to -1.
35846         (_POSIX_ASYNC_IO): Undefine macro.
35847         (_POSIX_PRIORITIZED_IO): Undefine macro.
35848         (_POSIX_SPIN_LOCKS): Define macro to -1.
35849
35850         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35851         SA_NODEFER, SA_RESETHAND.
35852         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35853         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35854         F_DUPFD_CLOEXEC.
35855
35856 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35857
35858         * elf/Makefile (pldd-modules): Define unconditionally.
35859
35860 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35861
35862         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35863
35864 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35865
35866         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35867         Return ENOENT when name is empty.
35868         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35869
35870 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35871
35872         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35873
35874         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35875
35876 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35877
35878         Fix mlock in all cases except non-readable pages.
35879         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35880         instead of VM_PROT_ALL as parameter to __vm_wire function.
35881
35882         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35883         (__mkdir): When path is `/', just fail with EEXIST.
35884         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35885
35886 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35887
35888         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35889         <sys/uio.h> (for writev).
35890         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35891         and <sys/param.h> (for MIN).
35892
35893 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35894
35895         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35896         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35897         if interrupted.
35898
35899 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35900
35901         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35902         Depend on against $(link-rpcuserlibs).
35903
35904 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35905
35906         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35907         (__libc_stack_end): Do not use attribute_relro.
35908         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35909         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35910         to libthread-provided value.
35911         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35912         attribute_relro.
35913
35914 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35915
35916         [BZ #3748]
35917         * bits/libc-lock.h (__libc_once_get): New macro.
35918         * sysdeps/mach/bits/libc-lock.h: Likewise.
35919         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35920         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35921         instead of using implementation details.
35922
35923         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35924         * libio/freopen.c: Likewise.
35925         * libio/freopen64.c: Likewise.
35926         * misc/syslog.c: Likewise.
35927         * nscd/connections.c: Likewise.
35928         * nscd/netgroupcache.c: Likewise.
35929         * sysdeps/posix/getcwd.c: Likewise.
35930
35931 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35932
35933         * math/w_ilogbf.c: Add #include <limits.h>.
35934
35935 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35936
35937         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35938         path instead of returning without unlocking.
35939
35940         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35941         immediate-write ioctls.
35942         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35943
35944 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35945
35946         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35947         __builtin_frame_address instead of making assumptions about the
35948         location of the return address relative to DATA.  Force early load of
35949         the return address.
35950         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35951         __builtin_frame_address.
35952
35953         dup3 for GNU Hurd.
35954         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35955         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35956         implement dup3 and do some further code clean-ups.
35957         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35958         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35959
35960 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35961
35962         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35963
35964         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35965         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35966         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35967         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35968         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35969         d->port.lock.
35970
35971         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35972         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35973         when handler == SIG_ERR, not when handler != SIG_ERR.
35974
35975 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35976
35977         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35978         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35979         definitions.
35980
35981         accept4 for GNU Hurd.
35982         * include/sys/socket.h (__libc_accept4): New prototype.
35983         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35984         to implement __libc_accept4.
35985         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35986         __libc_accept4.
35987         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35988
35989         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35990         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35991         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35992         signal-defines.sym.
35993
35994 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35995
35996         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35997
35998 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35999
36000         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
36001         assertion on O_CLOEXEC flag.
36002         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
36003         * hurd/intern-fd.c: Likewise.
36004         * hurd/port2fd.c: Likewise.
36005
36006 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
36007
36008         [BZ #3906]
36009         * bits/in.h (IPV6_PKTINFO): Define new macro.
36010         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
36011
36012 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36013
36014         [BZ #13954]
36015         [BZ #13955]
36016         [BZ #13956]
36017         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
36018         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
36019         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
36020         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
36021         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
36022         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
36023         * math/libm-test.inc (logb_test) : Additional logb tests.
36024
36025 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36026             Andreas Jaeger  <aj@suse.de>
36027
36028         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36029         * configure: Regenerated.
36030         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36031         * config.make.in (link-obsolete-rpc): New substituted variable.
36032         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36033         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36034         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36035         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36036         so that libc.a contains the symbols.
36037         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36038         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36039         * sunrpc/auth_none.c: Likewise.
36040         * sunrpc/auth_unix.c: Likewise.
36041         * sunrpc/authdes_prot.c: Likewise.
36042         * sunrpc/authuxprot.c: Likewise.
36043         * sunrpc/clnt_gen.c: Likewise.
36044         * sunrpc/clnt_perr.c: Likewise.
36045         * sunrpc/clnt_raw.c: Likewise.
36046         * sunrpc/clnt_simp.c: Likewise.
36047         * sunrpc/clnt_tcp.c: Likewise.
36048         * sunrpc/clnt_udp.c: Likewise.
36049         * sunrpc/clnt_unix.c: Likewise.
36050         * sunrpc/des_crypt.c: Likewise.
36051         * sunrpc/des_soft.c: Likewise.
36052         * sunrpc/get_myaddr.c: Likewise.
36053         * sunrpc/key_call.c: Likewise.
36054         * sunrpc/key_prot.c: Likewise.
36055         * sunrpc/netname.c: Likewise.
36056         * sunrpc/pm_getmaps.c: Likewise.
36057         * sunrpc/pm_getport.c: Likewise.
36058         * sunrpc/pmap_clnt.c: Likewise.
36059         * sunrpc/pmap_prot.c: Likewise.
36060         * sunrpc/pmap_prot2.c: Likewise.
36061         * sunrpc/pmap_rmt.c: Likewise.
36062         * sunrpc/publickey.c: Likewise.
36063         * sunrpc/rpc_cmsg.c: Likewise.
36064         * sunrpc/rpc_common.c: Likewise.
36065         * sunrpc/rpc_dtable.c: Likewise.
36066         * sunrpc/rpc_prot.c: Likewise.
36067         * sunrpc/rpc_thread.c: Likewise.
36068         * sunrpc/rtime.c: Likewise.
36069         * sunrpc/svc.c: Likewise.
36070         * sunrpc/svc_auth.c: Likewise.
36071         * sunrpc/svc_raw.c: Likewise.
36072         * sunrpc/svc_run.c: Likewise.
36073         * sunrpc/svc_tcp.c: Likewise.
36074         * sunrpc/svc_udp.c: Likewise.
36075         * sunrpc/svc_unix.c: Likewise.
36076         * sunrpc/svcauth_des.c: Likewise.
36077         * sunrpc/xcrypt.c: Likewise.
36078         * sunrpc/xdr.c: Likewise.
36079         * sunrpc/xdr_array.c: Likewise.
36080         * sunrpc/xdr_float.c: Likewise.
36081         * sunrpc/xdr_intXX_t.c: Likewise.
36082         * sunrpc/xdr_mem.c: Likewise.
36083         * sunrpc/xdr_rec.c: Likewise.
36084         * sunrpc/xdr_ref.c: Likewise.
36085         * sunrpc/xdr_sizeof.c: Likewise.
36086         * sunrpc/xdr_stdio.c: Likewise.
36087
36088 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36089
36090         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36091         change.  Update copyright years.
36092
36093 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36094
36095         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36096
36097 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36098             Joseph Myers  <joseph@codesourcery.com>
36099             Paul Pluzhnikov  <ppluzhnikov@google.com>
36100
36101         [BZ #14012]
36102         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36103         requiring rpcgen.
36104         [cross-compiling] (extra-libs): Likewise.
36105         [cross-compiling] (extra-libs-others): Likewise.
36106         [cross-compiling] (librpcsvc-routines): Likewise.
36107         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36108         [cross-compiling] (omit-deps): Likewise.
36109         (sunrpc-CPPFLAGS): New variable.
36110         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36111         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36112         (cross-rpcgen-objs): New variable.
36113         (extra-objs): Append $(cross-rpcgen-objs).
36114         ($(cross-rpcgen-objs)): New rule.
36115         ($(objpfx)cross-rpcgen): Likewise.
36116         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36117         comment.
36118         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36119         ($(objpfx)x%.stmp): Likewise.
36120         * sunrpc/proto.h [IS_IN_build] (_): Define.
36121         [IS_IN_build] (_libc_intl_domainname): Likewise.
36122
36123 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36124
36125         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36126         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36127         and R_X86_64_TPOFF64.
36128
36129 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36130
36131         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36132         sysdeps/unix/sysv/syscalls.list.
36133         (stime): Likewise.
36134         (utime): Likewise.
36135         * sysdeps/unix/sysv/syscalls.list: Remove file.
36136
36137 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36138
36139         [BZ #3440]
36140         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36141         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36142         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36143         (__LC_IDENTIFICATION): Make these macros useful in #if
36144         expressions, as required by C99.
36145
36146 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36147
36148         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36149         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36150         after this.
36151
36152 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36153
36154         * stdlib/longlong.h: Updated from GCC.
36155
36156 2012-05-09  Andreas Jaeger  <aj@suse.de>
36157
36158         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36159         default is first entry.
36160         (run_mode): Set type.
36161         (main): Remove informal message about syslog.
36162         (options): Fix typo.
36163
36164         [BZ #14053]
36165         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36166         to asm.
36167         (lrint): Likewise.
36168         (llrintf): Likewise.
36169         (llrint): Likewise.
36170         (rint): Likewise.
36171         (rintf): Likewise.
36172         (nearbyint): Likewise.
36173         (nearbyintf): Likewise.
36174
36175 2012-05-09  Andreas Jaeger  <aj@suse.de>
36176             Pedro Alves  <palves@redhat.com>
36177
36178         * nscd/nscd.c (run_mode): Use enum.
36179         (main): Cleanup coding style issue.
36180
36181 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36182             Andreas Jaeger  <aj@suse.de>
36183
36184         * nscd/nscd.c (go_background): Replaced with...
36185         (run_mode): ... this.
36186         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36187         (options): Add -F --foreground.
36188         (main): Implement it.
36189         (parse_opt): Parse it.
36190
36191 2012-05-09  Andreas Jaeger  <aj@suse.de>
36192
36193         [BZ #14083]
36194         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36195         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36196         -Wconversion warning.
36197         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36198         Likewise.
36199
36200 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36201
36202         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36203         == 0.
36204         (LC_ALL): Use macro-int-constant.
36205         (LC_COLLATE): Likewise.
36206         (LC_CTYPE): Likewise.
36207         (LC_MESSAGES): Likewise.
36208         (LC_MONETARY): Likewise.
36209         (LC_NUMERIC): Likewise.
36210         (LC_TIME): Likewise.
36211         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36212         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36213         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36214         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36215         Specify type.
36216         [C99-based standards] (float_t): Expect type.
36217         [C99-based standards] (double_t): Expect type.
36218         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36219         type.
36220         [C99-based standards] (HUGE_VALL): Likewise.
36221         [C99-based standards] (INFINITY): Likewise.
36222         [C99-based standards] (NAN): Likewise.
36223         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36224         [C99-based standards] (FP_NAN): Likewise.
36225         [C99-based standards] (FP_NORMAL): Likewise.
36226         [C99-based standards] (FP_SUBNORMAL): Likewise.
36227         [C99-based standards] (FP_ZERO): Likewise.
36228         [C99-based standards] (FP_FAST_FMA): Use
36229         optional-macro-int-constant.  Specify type.  Require == 1.
36230         [C99-based standards] (FP_FAST_FMAF): Likewise.
36231         [C99-based standards] (FP_FAST_FMAL): Likewise.
36232         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36233         [C99-based standards] (FP_ILOGBNAN): Likewise.
36234         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36235         Specify type.
36236         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36237         [C99-based standards] (math_errhandling): Specify type.
36238         [ISO99 || ISO11] (signgam): Do not allow.
36239         [non-C99-based standards] (copysignf): Do not allow.
36240         [non-C99-based standards] (exp2f): Likewise.
36241         [non-C99-based standards] (log2f): Likewise.
36242         [non-C99-based standards] (modff): Allow.
36243         [non-C99-based standards] (erff): Do not allow.
36244         [non-C99-based standards] (erfcf): Likewise.
36245         [non-C99-based standards] (gammaf): Likewise.
36246         [non-C99-based standards] (hypotf): Likewise.
36247         [non-C99-based standards] (j0f): Likewise.
36248         [non-C99-based standards] (j1f): Likewise.
36249         [non-C99-based standards] (jnf): Likewise.
36250         [non-C99-based standards] (lgammaf): Likewise.
36251         [non-C99-based standards] (tgammaf): Likewise.
36252         [non-C99-based standards] (y0f): Likewise.
36253         [non-C99-based standards] (y1f): Likewise.
36254         [non-C99-based standards] (ynf): Likewise.
36255         [non-C99-based standards] (isnanf): Likewise.
36256         [non-C99-based standards] (acoshf): Likewise.
36257         [non-C99-based standards] (asinhf): Likewise.
36258         [non-C99-based standards] (atanhf): Likewise.
36259         [non-C99-based standards] (cbrtf): Likewise.
36260         [non-C99-based standards] (expm1f): Likewise.
36261         [non-C99-based standards] (ilogbf): Likewise.
36262         [non-C99-based standards] (log1pf): Likewise.
36263         [non-C99-based standards] (logbf): Likewise.
36264         [non-C99-based standards] (nextafterf): Likewise.
36265         [non-C99-based standards] (remainderf): Likewise.
36266         [non-C99-based standards] (rintf): Likewise.
36267         [non-C99-based standards] (scalbf): Likewise.
36268         [non-C99-based standards] (copysignl): Likewise.
36269         [non-C99-based standards] (exp2l): Likewise.
36270         [non-C99-based standards] (log2l): Likewise.
36271         [non-C99-based standards] (modfl): Allow.
36272         [non-C99-based standards] (erfl): Do not allow.
36273         [non-C99-based standards] (erfcl): Likewise.
36274         [non-C99-based standards] (gammal): Likewise.
36275         [non-C99-based standards] (hypotl): Likewise.
36276         [non-C99-based standards] (j0l): Likewise.
36277         [non-C99-based standards] (j1l): Likewise.
36278         [non-C99-based standards] (jnl): Likewise.
36279         [non-C99-based standards] (lgammal): Likewise.
36280         [non-C99-based standards] (tgammal): Likewise.
36281         [non-C99-based standards] (y0l): Likewise.
36282         [non-C99-based standards] (y1l): Likewise.
36283         [non-C99-based standards] (ynl): Likewise.
36284         [non-C99-based standards] (isnanl): Likewise.
36285         [non-C99-based standards] (acoshl): Likewise.
36286         [non-C99-based standards] (asinhl): Likewise.
36287         [non-C99-based standards] (atanhl): Likewise.
36288         [non-C99-based standards] (cbrtl): Likewise.
36289         [non-C99-based standards] (expm1l): Likewise.
36290         [non-C99-based standards] (ilogbl): Likewise.
36291         [non-C99-based standards] (log1pl): Likewise.
36292         [non-C99-based standards] (logbl): Likewise.
36293         [non-C99-based standards] (nextafterl): Likewise.
36294         [non-C99-based standards] (remainderl): Likewise.
36295         [non-C99-based standards] (rintl): Likewise.
36296         [non-C99-based standards] (scalbl): Likewise.
36297         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36298         [non-C99-based standards] (FP_*): Do not allow.
36299         [C99-based standards] (FP_*): Change to
36300         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36301         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36302         allow.
36303         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36304         (SIG_ERR): Likewise.
36305         [X/Open-based standards] (SIG_HOLD): Likewise.
36306         (SIG_IGN): Likewise.
36307         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36308         positive value.
36309         (SIGFPE): Likewise.
36310         (SIGILL): Likewise.
36311         (SIGINT): Likewise.
36312         (SIGSEGV): Likewise.
36313         (SIGTER): Likewise.
36314         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36315         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36316         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36317         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36318         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36319         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36320         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36321         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36322         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36323         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36324         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36325         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36326         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36327         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36328         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36329         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36330         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36331         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36332         [X/Open-based standards] (SIGTRAP): Likewise.
36333         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36334         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36335         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36336         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36337         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36338         allow.
36339
36340 2012-05-08  Ian Wienand  <ianw@vmware.com>
36341
36342         [BZ #14080]
36343         * time/tzset.c (__tzset_parse_tz): Update default rules for
36344         daylight time changes in the Energy Policy Act of 2005.
36345
36346 2012-05-09  Andreas Jaeger  <aj@suse.de>
36347
36348         [BZ #13983]
36349         * elf/ldconfig.c (parse_conf): Change string to make clear that
36350         ldconfig only issued a warning if ld.so.conf does not exist.
36351
36352 2012-05-08  David S. Miller  <davem@davemloft.net>
36353
36354         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36355         movxtod instead of popping the value on the stack.
36356
36357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36358
36359 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36360
36361         * config.h.in: Add HAVE_ARM_PCS_VFP.
36362
36363 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36364
36365         [BZ #13979]
36366         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36367         checking but the checks are disabled for any reason.
36368
36369 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36370
36371         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36372         and ELF64_R_TYPE with ELFW(R_TYPE).
36373
36374 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36375
36376         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36377         (ulimit): Likewise.
36378
36379         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36380         (settimeofday): Likewise.
36381
36382 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36383
36384         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36385         a struct th_u2 inside the union, and move tu_block/tu_code into
36386         a new th_u3 union of tu_block/tu_code inside of that.  Move
36387         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36388         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36389         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36390         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36391         (th_stuff): Change to th_u1.tu_stuff.
36392         (th_data): Define.
36393         (th_msg): Change to th_u1.th_u2.tu_data.
36394
36395 2012-05-07  David S. Miller  <davem@davemloft.net>
36396
36397         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36398
36399         [BZ #14074]
36400         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36401         (SETUP_PIC_REG): Use it.
36402         (SETUP_PIC_REG_LEAF): Use it.
36403
36404 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36405
36406         [BZ #13885]
36407         [BZ #13923]
36408         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36409         USE_AS_EXPM1L.
36410         (EXPL_FINITE): Likewise.
36411         (FLDLOG): Likewise.
36412         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36413         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36414         e_expl.S.
36415         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36416         USE_AS_EXPM1L.
36417         (EXPL_FINITE): Likewise.
36418         (FLDLOG): Likewise.
36419         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36420         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36421         e_expl.S.
36422         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36423         test of -max_value argument for long double.
36424         * sysdeps/i386/fpu/libm-test-ulps: Update.
36425         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36426
36427 2012-05-06  David S. Miller  <davem@davemloft.net>
36428
36429         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36430         quad soft-float symbols whose references which are compiler
36431         generated.
36432         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36433
36434 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36435
36436         [BZ #13884]
36437         [BZ #13914]
36438         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36439         USE_AS_EXP10L.
36440         (EXPL_FINITE): Likewise.
36441         (FLDLOG): Likewise.
36442         (c0): Likewise.
36443         (c1): Likewise.
36444         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36445         Adjust comments for base varying.
36446         (__expl_finite): Change alias to EXPL_FINITE.
36447         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36448         e_expl.S.
36449         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36450         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36451         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36452         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36453         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36454         USE_AS_EXP10L.
36455         (EXPL_FINITE): Likewise.
36456         (FLDLOG): Likewise.
36457         (c0): Likewise.
36458         (c1): Likewise.
36459         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36460         Adjust comments for base varying.
36461         (__expl_finite): Change alias to EXPL_FINITE.
36462         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36463         tests for bugs.
36464         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36465
36466         [BZ #14064]
36467         * math/libm-test.inc (check_float_internal): Correct ulp
36468         calculation for subnormal expected results.
36469
36470 2012-05-06  Andreas Jaeger  <aj@suse.de>
36471
36472         * Makeconfig (+math-flags): New, set to -frounding-math.
36473         (+cflags): Add +math-flags so that all of glibc gets compiled with
36474         it.
36475
36476         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36477
36478 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36479
36480         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36481         Disable one test.
36482
36483         [BZ #13787]
36484         [BZ #13922]
36485         [BZ #14036]
36486         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36487         (__ieee754_expl): Allow for and saturate large arguments.
36488         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36489         (u_threshold): Likewise.
36490         (__exp): Call __ieee754_exp before checking for overflow and
36491         underflow.
36492         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36493         (u_threshold): Likewise.
36494         (__expf): Call __ieee754_expf before checking for overflow and
36495         underflow.
36496         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36497         (u_threshold): Likewise.
36498         (__expl): Call __ieee754_expl before checking for overflow and
36499         underflow.
36500         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36501         (__ieee754_expl): Allow for and saturate large arguments.
36502         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36503         missing overflow exception on overflow.
36504         (expm1_test): Do not allow missing overflow exception on overflow.
36505
36506         * sysdeps/i386/fpu/e_expl.c: Move to ...
36507         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36508         rather than using inline asm.
36509         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36510         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36511         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36512
36513         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36514         (nice): Likewise.
36515         (poll): Likewise.
36516         (signal): Likewise.
36517         (time): Likewise.
36518         (times): Likewise.
36519
36520 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36521
36522         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36523         sysdeps/unix/common/syscalls.list.
36524         (fchmod): Likewise.
36525         (fchown): Likewise.
36526         (ftruncate): Likewise.
36527         (getrusage): Likewise.
36528         (gettimeofday): Likewise.
36529         (setpgid): Likewise.
36530         (setregid): Likewise.
36531         (setreuid): Likewise.
36532         (sigaction): Likewise.
36533         (truncate): Likewise.
36534         (vhangup): Likewise.
36535         * sysdeps/unix/common/syscalls.list: Remove file.
36536         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36537         * sysdeps/unix/sysv/linux/Implies: Likewise.
36538
36539 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36540
36541         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36543         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36544         Moved to ...
36545         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36546         Here.
36547         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36548         to ...
36549         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36550         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36551         to ...
36552         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36553         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36554         to ...
36555         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36556         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36557         to ...
36558         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36559         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36560         to ...
36561         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36562         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36563         to ...
36564         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36565         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36566         to ...
36567         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36568         Here.
36569         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36570         to ...
36571         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36572         Here.
36573         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36574         to ...
36575         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36576         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36577         Moved to ...
36578         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36579         Here.
36580         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36581         to ...
36582         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36583
36584 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36585
36586         * sysdeps/unix/common/bits/dirent.h: Remove file.
36587         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36588
36589         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36590         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36591         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36592         * sysdeps/unix/bsd/isatty.c: Likewise.
36593         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36594         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36595         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36596
36597 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36598
36599         [BZ #13563]
36600         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36601         long double comparison inaccuracies.
36602         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36603         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36604
36605 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36606
36607         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36608         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36609
36610 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36611
36612         [BZ #14049]
36613         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36614         nonzero digits before rounding a hex value.
36615         * stdlib/tst-strtod.c (tests): Add another test.
36616
36617 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36618
36619         * sysdeps/s390/fpu/libm-test-ulps: Update.
36620
36621 2012-05-03  Andreas Jaeger  <aj@suse.de>
36622
36623         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36624         does not get optimized out.
36625         (malloc_opt_barrier): New.
36626
36627 2012-05-03  Andreas Jaeger  <aj@suse.de>
36628             Roland McGrath  <roland@hack.frob.com>
36629
36630         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36631         intermediate file deletion.
36632         (generated): Add .symlist files.
36633
36634 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36635
36636         [BZ #13775]
36637         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36638         Redirect under this condition.
36639         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36640         [__USE_GNU] (__dprintf_chk): Not under this condition.
36641         [__USE_GNU] (__vdprintf_chk): Likewise.
36642         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36643         under this condition.
36644         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36645         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36646         [__USE_XOPEN2K8] (vdprintf): Likewise.
36647         [__USE_GNU] (__dprintf_chk): Not under this condition.
36648         [__USE_GNU] (__vdprintf_chk): Likewise.
36649         [__USE_GNU] (dprintf): Likewise.
36650         [__USE_GNU] (vdprintf): Likewise.
36651
36652 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36653
36654         * elf/Makefile (common-generated): Set this instead of generated for
36655         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36656         $(all-built-dso)-derived lists.
36657
36658 2012-05-03  Andreas Jaeger  <aj@suse.de>
36659
36660         * sysdeps/i386/fpu/libm-test-ulps: Update.
36661
36662         * FAQ: Removed.
36663         * FAQ.in: Likewise.
36664         * scripts/gen-FAQ.pl: Likewise.
36665         * manual/install.texi (Installation): Point to online location of
36666         FAQ.
36667         * Makefile (files-for-dist): Remove FAQ.
36668         (FAQ): Remove.
36669
36670 2012-05-02  Allan McRae  <allan@archlinux.org>
36671
36672         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36673         (LDFLAGS-reldepmod5.so): Likewise.
36674         (LDFLAGS-reldep6mod1.so): Likewise.
36675         (LDFLAGS-reldep6mod4.so): Likewise.
36676         (LDFLAGS-reldep8mod3.so): Likewise.
36677         (LDFLAGS-unload4mod1.so): Likewise.
36678         (LDFLAGS-unload4mod2.so): Likewise.
36679         (LDFLAGS-tst-initorder): Likewise.
36680         (LDFLAGS-tst-initordera2.so): Likewise.
36681         (LDFLAGS-tst-initordera3.so): Likewise.
36682         (LDFLAGS-tst-initordera4.so): Likewise.
36683         (LDFLAGS-tst-initorderb2.so): Likewise.
36684         (LDFLAGS-noload): Likewise.
36685         (LDFLAGS-next): Likewise.
36686         (LDFLAGS-order2mod1.so): Likewise.
36687         (LDFLAGS-order2mod2.so): Likewise.
36688         (LDFLAGS-tst-initorder2): Likewise.
36689         (LDFLAGS-tst-initorder2a.so): Likewise.
36690         (LDFLAGS-tst-initorder2b.so): Likewise.
36691         (LDFLAGS-tst-initorder2c.so): Likewise.
36692         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36693
36694 2012-05-02  David S. Miller  <davem@davemloft.net>
36695
36696         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36697
36698 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36699
36700         [BZ #14055]
36701         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36702
36703 2012-05-02  Andreas Jaeger  <aj@suse.de>
36704
36705         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36706         since we manipulate rounding mode.
36707         (CPPFLAGS-test-idouble.c): Likewise.
36708         (CPPFLAGS-test-ifloat.c): Likewise.
36709         (CFLAGS-test-ldouble.c): Likewise.
36710         (CFLAGS-test-double.c): Likewise.
36711         (CFLAGS-test-float.c): Likewise.
36712         (CFLAGS-test-misc.c): Likewise.
36713         (CFLAGS-test-test-fenv.c): Likewise.
36714
36715 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36716
36717         [BZ #2550]
36718         [BZ #2570]
36719         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36720         comparisons to determine direction to adjust input.
36721
36722 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36723
36724         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36725         output to the target.
36726
36727         * scripts/localplt.awk: New file.
36728         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36729         (check-localplt-CFLAGS): Variable removed.
36730         ($(all-built-dso:=.jmprel)): New static pattern rule.
36731         (generated): Add those targets.
36732         (localplt-built-dso): New variable.
36733         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36734
36735         * elf/check-localplt.c: File removed.
36736
36737         * scripts/check-execstack.awk: New file.
36738         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36739         (check-execstack-CFLAGS): Variable removed.
36740         ($(objpfx)check-execstack.h): Target removed.
36741         ($(objpfx)execstack-default): New target.
36742         (generated): Add that instead of check-execstack.h.
36743         ($(all-built-dso:=.phdr)): New static pattern rule.
36744         (generated): Add those targets.
36745         * elf/check-execstack.c: File removed.
36746
36747         * scripts/check-textrel.awk: New file.
36748         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36749         (check-textrel-CFLAGS): Variable removed.
36750         (all-built-dso): Use := to define.o
36751         ($(all-built-dso:=.dyn)): New static pattern rule.
36752         (generated): Add those targets.
36753         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36754         * config.make.in (READELF): New substituted variable.
36755         * elf/check-textrel.c: File removed.
36756
36757 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36758
36759         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36760         allow.
36761         * conform/data/ctype.h-data [C99-based standards] (isblank):
36762         Expect function.
36763         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36764         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36765         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36766         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36767         Specify type.  Require positive value.
36768         (EILSEQ): Likewise.
36769         (ERANGE): Likewise.
36770         [ISO || POSIX] (EILSEQ): Do not expect.
36771         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36772         Specify type.  Require positive value.
36773         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36774         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36775         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36776         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36777         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36778         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36779         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36780         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36781         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36782         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36783         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36784         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36785         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36786         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36787         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36788         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36789         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36790         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36791         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36792         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36793         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36794         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36795         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36796         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36797         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36798         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36799         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36800         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36801         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36802         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36803         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36804         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36805         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36806         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36807         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36808         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36809         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36810         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36811         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36812         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36813         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36814         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36815         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36816         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36817         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36818         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36819         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36820         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36821         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36822         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36823         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36824         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36825         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36826         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36827         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36828         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36829         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36830         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36831         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36832         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36833         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36834         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36835         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36836         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36837         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36838         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36839         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36840         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36841         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36842         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36843         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36844         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36845         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36846         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36847         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36848         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36849         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36850         Require >= 2.
36851         (FLT_ROUNDS): Expect as macro, not constant.
36852         (FLT_MANT_DIG): Use macro-int-constant.
36853         (DBL_MANT_DIG): Likewise.
36854         (LDBL_MANT_DIG): Likewise.
36855         (FLT_DIG): Likewise.
36856         (DBL_DIG): Likewise.
36857         (LDBL_DIG): Likewise.
36858         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36859         (DBL_MIN_EXP): Likewise.
36860         (LDBL_MIN_EXP): Likewise.
36861         (FLT_MAX_EXP): Use macro-int-constant.
36862         (DBL_MAX_EXP): Likewise.
36863         (LDBL_MAX_EXP): Likewise.
36864         (FLT_MAX_10_EXP): Likewise.
36865         (DBL_MAX_10_EXP): Likewise.
36866         (LDBL_MAX_10_EXP): Likewise.
36867         (FLT_MAX): Use macro-constant.
36868         (DBL_MAX): Likewise.
36869         (LDBL_MAX): Likewise.
36870         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36871         (DBL_EPSILON): Likewise.
36872         (LDBL_EPSILON): Likewise.
36873         (FLT_MIN): Likewise.
36874         (DBL_MIN): Likewise.
36875         (LDBL_MIN): Likewise.
36876         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36877         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36878         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36879         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36880         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36881         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36882         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36883         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36884         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36885         [ISO11] (FLT_TRUE_MIN): Likewise.
36886         [ISO11] (LDBL_TRUE_MIN): Likewise.
36887         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36888         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36889         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36890         (SCHAR_MAX): Likewise.
36891         (UCHAR_MAX): Likewise.
36892         (CHAR_MIN): Likewise.
36893         (CHAR_MAX): Likewise.
36894         (MB_LEN_MAX): Use macro-int-constant.
36895         (SHRT_MIN): Use macro-int-constant.  Specify type.
36896         (SHRT_MAX): Likewise.
36897         (USHRT_MAX): Likewise.
36898         (INT_MAX): Likewise.
36899         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36900         bound negative.
36901         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36902         bound with "U".
36903         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36904         bound with "L".
36905         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36906         bound negative.  Suffix upper bound with "L".
36907         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36908         bound with "UL".
36909         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36910         Specify type.
36911         [C99-based standards] (LLONG_MAX): Likewise.
36912         [C99-based standards] (ULLONG_MAX): Likewise.
36913         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36914         == 0.
36915         [ISO11] (max_align_t): Require type.
36916         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36917
36918         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36919         from $CFLAGS, without defining away __attribute__ calls.
36920         (checknamespace): Use $CFLAGS_namespace.
36921
36922         * conform/conformtest.pl (@keywords): Only include C99 keywords
36923         for standards based on C99 or C11.
36924
36925         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36926         Disable tests.
36927         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36928         UNIX98]: Likewise.
36929
36930         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36931         usability of symbols in #if.
36932
36933         * conform/conformtest.pl: If macro or constant types start
36934         "promoted:", expect the symbol to be of the following type
36935         promoted by the integer promotions.
36936
36937         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36938         in one place.  Also handle "macro-constant".
36939
36940         * conform/conformtest.pl: Only accept expected macro values with
36941         "==".  Parse all "macro" lines in one place.
36942         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36943
36944         * conform/conformtest.pl: Handle braced types on "constant" lines
36945         instead of handling "typed-constant".
36946         * conform/data/signal.h-data: Use "constant" instead of
36947         "typed-constant".
36948
36949         * conform/conformtest.pl: Handle "optional-" at start of lines in
36950         one place rather than duplicating several cases.  Handle each
36951         format of "macro" line with initial "optional-".
36952
36953         * conform/conformtest.pl: Only accept expected constant or
36954         optional-constant values with "==".  Parse all "constant" lines in
36955         one place.  Parse all "optional-constant" lines in one place.
36956         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36957         * conform/data/fmtmsg.h-data: Likewise.
36958         * conform/data/netinet/in.h-data: Likewise.
36959         * conform/data/tar.h-data: Likewise.
36960         * conform/data/limits.h-data: Use "==" form on "constant" and
36961         "optional-constant" lines.
36962
36963         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36964         Use -std=c99 for XOPEN2K.
36965         (@knownproblems): Remove.
36966         (newtoken): Don't check %isknown.
36967
36968         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36969         Do not expect macro.
36970         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36971         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36972         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36973         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36974         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36975         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36976         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36977         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36978         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36979         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36980         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36981         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36982         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36983         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36984         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36985         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36986         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36987         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36988         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36989         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36990         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36991         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36992         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36993         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36994         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36995         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36996         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36997         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36998         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36999         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
37000         [XPG3] (acosh): Likewise.
37001         [XPG3] (asinh): Likewise.
37002         [XPG3] (atanh): Likewise.
37003         [XPG3] (cbrt): Likewise.
37004         [XPG3] (expm1): Likewise.
37005         [XPG3] (ilogb): Likewise.
37006         [XPG3] (log1p): Likewise.
37007         [XPG3] (logb): Likewise.
37008         [XPG3] (nextafter): Likewise.
37009         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
37010         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
37011         [XPG3] (remainder): Likewise.
37012         [XPG3] (rint): Likewise.
37013         [XPG3 || XPG4 || UNIX98] (round): Likewise.
37014         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
37015         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
37016         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
37017         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
37018         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
37019         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
37020         [UNIX98 || XOPEN2K] (scalb): Expect.
37021         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
37022         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
37023         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
37024         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37025         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37026         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37027         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37028         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37029         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37030         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37031         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37032         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37033         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37034         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37035         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37036         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37037         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37038         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37039         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37040         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37041         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37042         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37043         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37044         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37045         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37046         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37047         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37048         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37049         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37050         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37051         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37052         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37053         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37054         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37055         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37056         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37057         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37058         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37059         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37060         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37061         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37062         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37063         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37064         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37065         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37066         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37067         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37068         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37069         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37070         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37071         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37072         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37073         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37074         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37075         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37076         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37077         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37078         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37079         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37080         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37081         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37082         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37083         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37084         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37085         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37086         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37087         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37088         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37089         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37090         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37091         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37092         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37093         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37094         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37095         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37096         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37097         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37098         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37099         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37100         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37101         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37102         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37103         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37104         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37105         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37106         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37107         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37108         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37109         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37110         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37111         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37112         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37113         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37114         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37115         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37116         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37117         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37118         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37119         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37120         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37121         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37122         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37123         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37124         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37125         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37126         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37127         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37128         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37129         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37130         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37131         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37132         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37133         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37134         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37135         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37136         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37137         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37138         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37139         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37140         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37141         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37142         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37143         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37144         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37145         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37146         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37147         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37148         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37149         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37150         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37151         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37152         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37153         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37154         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37155         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37156         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37157         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37158
37159         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37160         _XOPEN_SOURCE_EXTENDED for XPG4.
37161
37162         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37163
37164         * Makeconfig (localtime): Remove variable.
37165         (inst_localtime-file): Likewise.
37166
37167 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37168
37169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37170         Update.
37171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37172         Update.
37173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37174         Update.
37175         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37176         Update.
37177         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37178         Update.
37179         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37180         Update.
37181         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37182         Update.
37183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37184         Update.
37185         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37186         Update.
37187
37188 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37189
37190         [BZ #2550]
37191         [BZ #2570]
37192         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37193         comparisons to determine direction to adjust input.
37194         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37195         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37196         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37197         Likewise.
37198         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37199         Likewise.
37200         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37201         Likewise.
37202         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37203         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37204         Likewise.
37205         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37206         Likewise.
37207         * math/libm-test.inc (nexttoward_test): Add more tests.
37208
37209 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37210
37211         [BZ #14040]
37212         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37213         in version GLIBC_2.1, not GLIBC_2.0.
37214         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37215         Likewise.
37216
37217 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37218
37219         [BZ #13942]
37220         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37221         (1 - x) * (1 + x).
37222         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37223         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37224         * math/libm-test.inc (acos_test): Add more tests.
37225         (asin_test): Likewise.
37226         * sysdeps/i386/fpu/libm-test-ulps: Update.
37227         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37228
37229         [BZ #14034]
37230         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37231         of square root.
37232         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37233         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37234         * math/libm-test.inc (acos_test_tonearest): New function.
37235         (acos_test_towardzero): Likewise.
37236         (acos_test_downward): Likewise.
37237         (acos_test_upward): Likewise.
37238         (asin_test_tonearest): Likewise.
37239         (asin_test_towardzero): Likewise.
37240         (asin_test_downward): Likewise.
37241         (asin_test_upward): Likewise.
37242         (main): Call the new functions.
37243         * sysdeps/i386/fpu/libm-test-ulps: Update.
37244         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37245
37246         [BZ #13884]
37247         [BZ #13924]
37248         * math/e_exp10.c: Include <float.h>.
37249         (__ieee754_exp10): Handle underflow here rather than multiplying
37250         large negative argument by M_LN10.
37251         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37252         of __ieee754_expf.
37253         * math/e_exp10l.c: Include <float.h>.
37254         (__ieee754_exp10l): Handle underflow here rather than multiplying
37255         large negative argument by M_LN10l.
37256         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37257         spurious overflow exception on underflow.
37258
37259 2012-04-29  Marek Polacek  <polacek@redhat.com>
37260
37261         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37262         (__fortify_function): New macro.
37263         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37264         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37265         __extern_always_inline.
37266         * libio/bits/stdio2.h: Likewise.
37267         * libio/bits/stdio.h: Likewise.
37268         * string/string.h: Likewise.
37269         * string/bits/string3.h: Likewise.
37270         * include/stdio.h: Likewise.
37271         * stdlib/bits/stdlib.h: Likewise.
37272         * stdlib/stdlib.h: Likewise.
37273         * rt/bits/mqueue2.h: Likewise.
37274         * rt/mqueue.h: Likewise.
37275         * posix/bits/unistd.h: Likewise.
37276         * posix/unistd.h: Likewise.
37277         * io/bits/poll2.h: Likewise.
37278         * io/bits/fcntl2.h: Likewise.
37279         * io/fcntl.h: Likewise.
37280         * io/sys/poll.h: Likewise.
37281         * misc/bits/syslog.h: Likewise.
37282         * misc/bits/syslog-ldbl.h: Likewise.
37283         * misc/sys/syslog.h: Likewise.
37284         * socket/bits/socket2.h: Likewise.
37285         * socket/sys/socket.h: Likewise.
37286         * debug/tst-chk1.c: Likewise.
37287         * wcsmbs/bits/wchar2.h: Likewise.
37288         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37289         * wcsmbs/wchar.h: Likewise.
37290
37291 2012-04-29  Andreas Jaeger  <aj@suse.de>
37292
37293         * Makerules (tests): Remove enable-check-abi protection.
37294         (check-abi-warn): Remove.
37295         (check-abi-%): Remove check-abi-warn usage.
37296
37297         * configure.in: Remove check-abi configure option.
37298         * configure: Regenerated.
37299         * config.make.in (enable-check-abi): Remove.
37300
37301 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37302
37303         [BZ #14033]
37304         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37305         double functions to double *_finite functions.
37306
37307         [BZ #13941]
37308         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37309         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37310         LDBL_MIN_EXP.
37311         * stdio-common/Makefile (tests): Add tst-sprintf3.
37312         * stdio-common/tst-sprintf3.c: New file.
37313
37314         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37315         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37316
37317 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37318
37319         * conform/conformtest.pl: Remove duplicate typed-constant
37320         handling.
37321
37322 2012-04-28  David S. Miller  <davem@davemloft.net>
37323
37324         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37325         (check-abi-%): Remove AWK script prerequisite and explicit
37326         abilist directory.
37327         (check-abi): Rewrite to just diff the symlist with the abilist.
37328         (config-tls, config-abi-config): Delete, no longer used.
37329         (update-abi-%): Remove AWK script and explicit abilist directory.
37330         (update-abi): Rewrite to simply compare and conditionally copy the
37331         symlist and the sysdep abilist file.  Remove update-abi-config
37332         checks.
37333         * abilist/ld.abilist: Remove.
37334         * abilist/libBrokenLocale.abilist: Remove.
37335         * abilist/libanl.abilist: Remove.
37336         * abilist/libcrypt.abilist: Remove.
37337         * abilist/libdl.abilist: Remove.
37338         * abilist/librt.abilist: Remove.
37339         * abilist/libthread_db.abilist: Remove.
37340         * abilist/libutil.abilist: Remove.
37341         * scripts/extract-abilist.awk: Remove.
37342         * scripts/merge-abilist.awk: Remove.
37343         * sysdeps/generic/libcidn.abilist: New file.
37344         * sysdeps/generic/libnss_compat.abilist: New file.
37345         * sysdeps/generic/libnss_db.abilist: New file.
37346         * sysdeps/generic/libnss_dns.abilist: New file.
37347         * sysdeps/generic/libnss_files.abilist: New file.
37348         * sysdeps/generic/libnss_hesiod.abilist: New file.
37349         * sysdeps/generic/libnss_nis.abilist: New file.
37350         * sysdeps/generic/libnss_nisplus.abilist: New file.
37351         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37352         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37353         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37354         file.
37355         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37356         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37357         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37358         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37359         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37360         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37361         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37362         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37363         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37364         file.
37365         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37366         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37367         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37368         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37369         file.
37370         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37371         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37372         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37373         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37374         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37375         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37376         file.
37377         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37378         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37379         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37380         file.
37381         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37382         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37383         New file.
37384         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37385         New file.
37386         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37387         New file.
37388         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37389         New file.
37390         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37391         New file.
37392         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37393         New file.
37394         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37395         New file.
37396         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37397         New file.
37398         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37399         New file.
37400         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37401         New file.
37402         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37403         New file.
37404         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37405         New file.
37406         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37407         New file.
37408         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37409         file.
37410         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37411         New file.
37412         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37413         New file.
37414         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37415         file.
37416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37417         New file.
37418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37419         New file.
37420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37421         file.
37422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37423         New file.
37424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37425         New file.
37426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37427         New file.
37428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37429         New file.
37430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37431         New file.
37432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37433         New file.
37434         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37436         file.
37437         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37438         New file.
37439         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37440         file.
37441         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37442         file.
37443         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37444         file.
37445         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37446         file.
37447         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37448         file.
37449         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37450         New file.
37451         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37452         file.
37453         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37454         file.
37455         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37456         New file.
37457         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37458         file.
37459         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37460         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37461         file.
37462         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37463         New file.
37464         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37465         file.
37466         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37467         file.
37468         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37469         file.
37470         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37471         file.
37472         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37473         file.
37474         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37475         New file.
37476         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37477         file.
37478         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37479         file.
37480         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37481         New file.
37482         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37483         file.
37484         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37485         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37486         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37487         file.
37488         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37489         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37490         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37491         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37492         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37493         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37494         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37495         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37496         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37497         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37498         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37500         file.
37501         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37502         New file.
37503         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37504         file.
37505         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37506         file.
37507         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37508         file.
37509         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37510         file.
37511         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37512         file.
37513         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37514         New file.
37515         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37516         New file.
37517         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37518         file.
37519         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37520         New file.
37521         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37522         file.
37523         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37524         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37525         file.
37526         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37527         New file.
37528         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37529         file.
37530         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37531         file.
37532         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37533         file.
37534         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37535         file.
37536         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37537         file.
37538         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37539         New file.
37540         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37541         New file.
37542         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37543         file.
37544         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37545         New file.
37546         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37547         file.
37548
37549 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37550
37551         * conform/conformtest.pl: Fix typo in handling typed-constant from
37552         allow-header.
37553
37554 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37555
37556         * README: Cut down references to pre-2.6 Linux kernels and
37557         Linuxthreads.  Update lists of configurations in libc and ports
37558         and sort alphabetically.  Say "or newer" with Linux kernel version
37559         requirements.
37560
37561         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37562
37563 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37564
37565         [BZ #887]
37566         * math/libm-test.inc (logb_test_downward): New test to expose
37567         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37568         rounding mode.
37569
37570 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37571
37572         [BZ #14027]
37573         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37574         to be done.
37575         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37576         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37577
37578 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37579
37580         * sysdeps/unix/i386/brk.S: Remove file.
37581         * sysdeps/unix/i386/dl-brk.S: Likewise.
37582         * sysdeps/unix/i386/pipe.S: Likewise.
37583         * sysdeps/unix/i386/sigreturn.S: Likewise.
37584         * sysdeps/unix/i386/syscall.S: Likewise.
37585         * sysdeps/unix/i386/vfork.S: Likewise.
37586         * sysdeps/unix/i386/wait.S: Likewise.
37587
37588         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37589         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37590
37591         * configure.in (arm*-none*): Do not allow without
37592         --enable-hacker-mode.
37593         (netbsd*): Remove case setting base_os.
37594         (386bsd*): Likewise.
37595         (freebsd*): Likewise.
37596         (bsdi*): Likewise.
37597         (osf*): Likewise.
37598         (sunos*): Likewise.
37599         (ultrix*): Likewise.
37600         (newsos*): Likewise.
37601         (dynix*): Likewise.
37602         (*bsd*): Likewise.
37603         (sysv*): Likewise.
37604         (isc*): Likewise.
37605         (esix*): Likewise.
37606         (sco*): Likewise.
37607         (minix*): Likewise.
37608         (irix4*): Likewise.
37609         (irix6*): Likewise.
37610         (solaris[2-9]*): Likewise.
37611         (none): Likewise.
37612         * configure: Regenerated.
37613
37614 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37615
37616         [BZ #11521]
37617         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37618         overflow or cancellation in calculating denominator.
37619         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37620         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37621         down expression to avoid unexpected rounding in newer GCCs.
37622         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37623
37624 2012-04-26  David S. Miller  <davem@davemloft.net>
37625
37626         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37627         long-double compat symbols.
37628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37629         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37632         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37633         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37634         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37635         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37636         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37637         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37638         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37639         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37640         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37641
37642 2012-04-25  David S. Miller  <davem@davemloft.net>
37643
37644         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37645         HWCAP_* values only after the memory barriers have been defined.
37646         (atomic_full_barrier): Define.
37647         (atomic_read_barrier): Define.
37648         (atomic_write_barrier): Define.
37649
37650 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37651
37652         * shlib-versions: Add libgcc_s version information.
37653         * sysdeps/generic/libgcc_s.h: Remove.
37654         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37655         libgcc_s.h.
37656         * sysdeps/gnu/unwind-resume.c: Likewise.
37657         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37658
37659 2012-04-25  David S. Miller  <davem@davemloft.net>
37660
37661         * sysdeps/unix/sparc/brk.S: Delete.
37662         * sysdeps/unix/sparc/dl-brk.S: Delete.
37663         * sysdeps/unix/sparc/pipe.S: Delete.
37664         * sysdeps/unix/sparc/sysdep.S: Delete.
37665         * sysdeps/unix/sparc/sysdep.h: Delete.
37666         * sysdeps/unix/sparc/vfork.S: Delete.
37667         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37668         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37669         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37670         (ret_ERRVAL, r0, r1, MOVE): Define.
37671         (JUMPTARGET): Remove.
37672         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37673         sysdeps/unix/sparc/sysdep.h
37674         (ENTRY, END): Remove.
37675         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37676
37677 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37678
37679         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37680         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37681         -DIS_IN_build.
37682
37683         * timezone/README: Update upstream location and email address for
37684         tzcode and tzdata.
37685         * timezone/zdump.c: Update from tzcode 2012b.
37686         * timezone/zic.c: Likewise.
37687
37688         * configure.in (libc_cv_as_needed): Remove test.
37689         * configure: Regenerated.
37690         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37691         conditional definition.
37692         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37693         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37694         * config.make.in (have-as-needed): Remove variable.
37695
37696 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37697             Paul Pluzhnikov  <ppluzhnikov@google.com>
37698
37699         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37700         strings correctly.
37701
37702 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37703
37704         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37705         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37706         * sysdeps/sh/strlen.S: Likewise.
37707
37708 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37709
37710         * sysdeps/unix/fork.S: Remove file.
37711         * sysdeps/unix/i386/fork.S: Likewise.
37712         * sysdeps/unix/sparc/fork.S: Likewise.
37713
37714         * sysdeps/unix/system.c: Remove file.
37715         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37716
37717         * sysdeps/unix/getegid.S: Remove file.
37718         * sysdeps/unix/geteuid.S: Likewise.
37719
37720 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37721
37722         * scripts/check-localplt.awk: New file.
37723         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37724         of diff.
37725         * scripts/data/localplt-generic.data: Add a comment.
37726
37727         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37728         NODE when __dir_mkfile failed.
37729         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37730         Reported by Ludovic Courtès <ludo@gnu.org>.
37731
37732 2012-04-24  Andreas Jaeger  <aj@suse.de>
37733
37734         * Makerules (common-clean): Also remove gen-as-const-headers
37735         files.
37736
37737 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37738
37739         * Makerules (native-compile): Do not change working directory for
37740         build.  Use $(OUTPUT_OPTION) in command.
37741         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37742
37743 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37744
37745         [BZ #13886]
37746         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37747         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37748         * math/libm-test.inc (floor_test): Add more tests.
37749         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37750
37751 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37752
37753         * sysdeps/unix/getdents.c: Remove file.
37754         * sysdeps/unix/sysv/getdents.c: Likewise.
37755         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37756
37757         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37758         sysdeps/unix/mman/syscalls.list.
37759         (mmap): Likewise.
37760         (mprotect): Likewise.
37761         (msync): Likewise.
37762         (munmap): Likewise.
37763         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37764         * sysdeps/unix/mman/syscalls.list: Remove.
37765         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37766
37767         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37768         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37769         * configure: Regenerated.
37770         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37771         $(libgcc_s_suffix).
37772         * config.make.in (libgcc_s_suffix): Remove variable.
37773
37774 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37775
37776         * sysdeps/unix/sysv/gethostname.c: Move to ...
37777         * sysdeps/posix/gethostname.c: ... here.
37778
37779         * sysdeps/unix/execve.S: Remove file.
37780
37781         * sysdeps/unix/_exit.S: Remove file.
37782
37783 2012-04-23  Andreas Jaeger  <aj@suse.de>
37784
37785         [BZ #13739]
37786         * manual/Makefile: Remove make dist support, there's no
37787         need for a stand-alone documentation tar ball.
37788         (TEXI2DVI): Define always, it's not in Makeconfig.
37789         (dist): Removed.
37790         (tar-it): Removed.
37791         (edition): Removed.
37792         (glibc-doc-$(edition).tar): Removed
37793         (%.Z): Removed.
37794         (%.gz): Removed.
37795         (%.uu): Removed.
37796         (ETAGS): Remove, it's in Makeconfig.
37797         (move-if-change): Remove, it's in Makeconfig.
37798
37799 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37800
37801         [BZ #13970]
37802         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37803         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37804         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37805         (strtod_l, strtof_l, strtold_l): Remove __wur.
37806         It is not necessarily an error to ignore strtol's return value.
37807         One can reliably look at the stored endptr to decide whether
37808         the number had valid syntax.
37809
37810 2012-04-21  Andreas Jaeger  <aj@suse.de>
37811
37812         [BZ #13739]
37813         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37814
37815 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37816
37817         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37818         * sysdeps/unix/sysv/Versions: Remove file.
37819
37820 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37821
37822         [BZ #13927]
37823         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37824
37825 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37826
37827         [BZ #7064]
37828         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37829         version from __vm86.
37830
37831 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37832
37833         * sysdeps/unix/common/lxstat.c: Remove file.
37834         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37835
37836         * sysdeps/unix/sysv/Makefile: Remove file.
37837
37838         * sysdeps/unix/sysv/direct.h: Remove file.
37839
37840         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37841         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37842         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37843         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37844         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37845         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37846         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37847
37848         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37849
37850         * sysdeps/unix/xmknod.c: Remove file.
37851         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37852
37853         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37854
37855         * sysdeps/unix/sysv/i386/time.S: Remove file.
37856
37857         * sysdeps/unix/fxstat.c: Remove file.
37858         * sysdeps/unix/xstat.c: Likewise.
37859         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37860
37861         * sysdeps/unix/sysv/sigaction.c: Remove file.
37862
37863         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37864         (sysdep_headers): Remove variable.
37865         [termio.h not in sysdep_headers] (generated): Likewise.
37866         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37867         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37868         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37869         * sysdeps/unix/sysv/tcflow.c: Likewise.
37870         * sysdeps/unix/sysv/tcflush.c: Likewise.
37871         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37872         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37873         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37874         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37875         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37876
37877         * sysdeps/unix/siglist.c: Remove file.
37878
37879         * sysdeps/unix/getppid.S: Remove file.
37880
37881         * sysdeps/unix/mkdir.c: Remove file.
37882         * sysdeps/unix/rmdir.c: Likewise.
37883
37884 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37885
37886         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37887         ERR_MAX value.
37888         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37889         errlist-compat value.
37890
37891 2012-04-18  David S. Miller  <davem@davemloft.net>
37892
37893         * sysdeps/generic/memcopy.h (reg_char): Delete.
37894         * debug/strcat_chk.c: Use char, not reg_char.
37895         * debug/strcpy_chk.c: Likewise.
37896         * debug/strncat_chk.c: Likewise.
37897         * debug/strncpy_chk.c: Likewise.
37898         * string/memchr.c: Likewise.
37899         * string/memrchr.c: Likewise.
37900         * string/rawmemchr.c: Likewise.
37901         * string/strcat.c: Likewise.
37902         * string/strchr.c: Likewise.
37903         * string/strchrnul.c: Likewise.
37904         * string/strcmp.c: Likewise.
37905         * string/strcpy.c: Likewise.
37906         * string/strncat.c: Likewise.
37907         * string/strncmp.c: Likewise.
37908         * string/strncpy.c: Likewise.
37909
37910 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37911
37912         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37913         __builtin_memcopy is called when src and dest ranges are known to not
37914         overlap.
37915
37916 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37917
37918         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37919         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37920         fwd_align_merge macro call.
37921         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37922         bwd_align_merge macro call.
37923         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37924
37925 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37926
37927         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37928         bwd_align_merge macros.
37929         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37930         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37931         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37932
37933 2012-04-18  David S. Miller  <davem@davemloft.net>
37934
37935         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37936
37937 2012-04-18  Andreas Jaeger  <aj@suse.de>
37938
37939         [BZ# 6794]
37940         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37941         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37942         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37943
37944         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37945         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37946         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37947
37948         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37949         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37950         Adjust for changed ldbl-128 files.
37951
37952         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37953         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37954         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37955
37956 2012-04-17  David S. Miller  <davem@davemloft.net>
37957
37958         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37959
37960 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37961
37962         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37963         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37964         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37965         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37966         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37967         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37968
37969 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37970
37971         [BZ #6794]
37972         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37973         * math/libm-test.inc: Add ilogb errno and exception tests.
37974         * math/w_ilogb.c: New file: ilogb wrapper.
37975         * math/w_ilogbf.c: New file: ilogbf wrapper.
37976         * math/w_ilogbl.c: New file: ilogbl wrapper.
37977         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37978         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37979         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37980         exception being thrown with 0.0 as argument.
37981         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37982         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37983         exception being thrown with 0.0 as argument.
37984         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37985         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37986         exception being thrown with 0.0 as argument.
37987         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37988         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37989         exception being thrown with 0.0 as argument.
37990         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37991         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37992         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37993         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37994         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37995         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37996         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37997         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37998         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37999
38000 2012-04-17  Petr Baudis  <pasky@ucw.cz>
38001
38002         * include/sys/uio.h: Change __vector to __iovec to avoid clash
38003         with altivec.
38004
38005 2012-04-16  Marek Polacek  <polacek@redhat.com>
38006
38007         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
38008
38009 2012-04-16  Marek Polacek  <polacek@redhat.com>
38010
38011         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
38012         operands of fdivp instruction.
38013
38014 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38015
38016         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
38017         * elf/tst-auditmod3b.c: Likewise.
38018         * elf/tst-auditmod4b.c: Likewise.
38019         * elf/tst-auditmod5b.c: Likewise.
38020         * elf/tst-auditmod6b.c: Likewise.
38021         * elf/tst-auditmod6c.c: Likewise.
38022         * elf/tst-auditmod7b.c: Likewise.
38023         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
38024         * sysdeps/x86_64/preconfigure.in: Likewise.
38025         * sysdeps/x86_64/preconfigure: Regenerated.
38026
38027 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38028
38029         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38030         __ILP32__.
38031
38032 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38033
38034         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38035         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38036
38037 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38038
38039         [BZ #13973]
38040         * locale/iso-639.def: Fix gl language name. Spotted by
38041         Yaron Shahrabani.
38042
38043 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38044
38045         [BZ #2074]
38046         * libio/libio.h (__io_write_fn): Update comment.
38047
38048 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38049
38050         [BZ #2074]
38051         * stdio.texi (Hook Functions): The user provided writer function
38052         is not allowed to return -1.
38053
38054 2012-04-11  David S. Miller  <davem@davemloft.net>
38055
38056         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38057
38058 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38059
38060         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38061         Add a leading slash to rtkaio.
38062
38063 2012-04-11  Jim Meyering  <meyering@redhat.com>
38064
38065         [BZ #11959]
38066         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38067         It is not necessarily an error to ignore fwrite's return
38068         value.  One can reliably use ferror to test for errors after
38069         the fact.
38070
38071 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38072
38073         * bits/types.h (__snseconds_t): New type.
38074         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38075
38076         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38077         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38078         (__SNSECONDS_T_TYPE): Likewise.
38079         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38080         (__SNSECONDS_T_TYPE): Likewise.
38081         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38082         (__SNSECONDS_T_TYPE): Likewise.
38083
38084 2012-04-10  Andreas Jaeger  <aj@suse.de>
38085
38086         [BZ #2636]
38087         * manual/time.texi (Processor Time): Return type of times is
38088         elapsed real time since an arbitrary point in the past.
38089         (CPU Time): Move CLK_TCK from here...
38090         (Processor Time): ...to here.  Correct description.
38091         * manual/conf.texi (Constants for Sysconf): Correct description of
38092         _SC_CLK_TCK.
38093
38094 2012-04-10  David S. Miller  <davem@davemloft.net>
38095
38096         [BZ #13967]
38097         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38098         where the is a gap between DT_REL(A) and DT_JMPREL.
38099
38100 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38101
38102         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38103         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38104         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38105
38106 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38107
38108         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38109         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38110         (dl_main): Handle --inhibit-cache.
38111         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38112         _dl_inhibit_cache.
38113         * elf/dl-load.c (_dl_map_object): Use it.
38114         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38115
38116 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38117
38118         [BZ #13872]
38119         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38120         (__ieee754_powl): Saturate large exponents rather than testing for
38121         overflow of y*log2(x).
38122         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38123         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38124         exceptions.
38125
38126         [BZ #11521]
38127         * math/s_ctan.c: Include <float.h>.
38128         (__ctan): Avoid internal overflow or cancellation in calculating
38129         denominator.
38130         * math/s_ctanf.c: Likewise.
38131         * math/s_ctanl.c: Likewise.
38132         * math/s_ctanh.c: Likewise.
38133         * math/s_ctanhf.c: Likewise.
38134         * math/s_ctanhl.c: Likewise.
38135         * math/libm-test.inc (ctan_test): Add more tests.
38136         (ctanh_test): Likewise.
38137         * sysdeps/i386/fpu/libm-test-ulps: Update.
38138         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38139
38140 2012-04-09  Andreas Jaeger  <aj@suse.de>
38141
38142         [BZ #6894]
38143         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38144         is an optional BSD extension.
38145
38146         [BZ #10254]
38147         * manual/stdio.texi (Opening Streams): Document additional fopen
38148         parameters.
38149
38150 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38151
38152         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38153         %eax without telling the compiler.
38154
38155 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38156
38157         [BZ # 13963]
38158         * manual/install.texi: Use sourceware.org.
38159
38160 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38161
38162         [BZ #13873]
38163         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38164         (__ieee754_pow): Generate overflow and underflow using huge*huge
38165         and tiny*tiny rather than just returning constant infinity or zero
38166         for large exponents.
38167         * math/libm-test.inc (pow_test): Require overflow exceptions for
38168         applicable cases of large exponents.
38169
38170         [BZ #706]
38171         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38172         (__ieee754_pow): Use iterative multiplication algorithm only for
38173         integer exponents with absolute value below 1024.  Check for odd
38174         integer exponents when using algorithm for real exponents.
38175         * math/libm-test.inc (pow_test): Add more tests.
38176         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38177
38178 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38179
38180         [BZ #13705]
38181         * math/libm-test.inc (exp_test): Do not allow overflow exception
38182         on underflow test.
38183
38184 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38185
38186         [BZ #13705]
38187         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38188         instead of __kernel_standard_f.
38189
38190 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38191
38192         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38193         * sysdeps/x86_64/memset_chk.S: Likewise.
38194
38195 2012-04-08  Andreas Jaeger  <aj@suse.de>
38196
38197         [BZ #10153]
38198         * manual/startup.texi (Environment Access): Describe return value
38199         for putenv and setenv.
38200
38201         [BZ #6895]
38202         * manual/filesys.texi (Directory Entries): Add description for
38203         DT_LNK.
38204
38205         [BZ #6890]
38206         * manual/filesys.texi (Directory Entries): Clarify that it's file
38207         system not operating system in the description of DT_UNKNOWN.
38208
38209         [BZ #6578]
38210         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38211
38212 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38213
38214         [BZ #6649]
38215         * manual/llio.texi (Opening and Closing Files): Add cross
38216         reference to explain mode argument.
38217
38218 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38219
38220         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38221         * sysdeps/x86_64/memset_chk.S: Likewise.
38222
38223 2012-04-07  David S. Miller  <davem@davemloft.net>
38224
38225         * elf/elf.h (R_SPARC_WDISP10): Define.
38226         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38227         R_SPARC_SIZE32.
38228         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38229         R_SPARC_SIZE64 and R_SPARC_H34.
38230
38231 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38232
38233         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38234         conditions and remove no longer applicable assertion.
38235
38236 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38237
38238         * bits/byteswap.h: Include <features.h>.
38239         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38240         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38241
38242 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38243
38244         * bits/byteswap.h (__bswap_16): Removed.
38245         Include <bits/byteswap-16.h> to get __bswap_16.
38246         * sysdeps/i386/bits/byteswap.h: Likewise.
38247         * sysdeps/s390/bits/byteswap.h: Likewise.
38248         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38249         * bits/byteswap-16.h: New file.
38250         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38251         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38252         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38253         * string/Makefile (headers): Add bits/byteswap-16.h.
38254
38255 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38256
38257         [BZ #13895]
38258         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38259         extra indirection.
38260         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38261         * nss/tst-nss-static.c: New.
38262
38263 2012-04-06  Robert Millan  <rmh@gnu.org>
38264
38265         [BZ #6486]
38266         * manual/llio.texi (File Position Primitive): lseek
38267         refers to WHENCE when it really means OFFSET.
38268
38269 2012-04-06  Andreas Jaeger  <aj@suse.de>
38270
38271         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38272         strncmp declarations.
38273
38274         * abilist/libc.abilist: Add __poll and __ppoll.
38275
38276 2012-04-05  David S. Miller  <davem@davemloft.net>
38277
38278         * scripts/check-local-headers.sh: Accept a host triplet in the
38279         path matched by the exclude regexp.
38280
38281         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38282         definition.
38283         * sysdeps/powerpc/powerpc32/dl-machine.h
38284         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38285         * sysdeps/s390/s390-32/dl-machine.h
38286         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38287         * sysdeps/sparc/sparc32/dl-machine.h
38288         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38289         * sysdeps/sparc/sparc64/dl-machine.h
38290         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38291
38292         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38293         lazy binding.
38294         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38295         undefined symbol errors.
38296
38297         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38298         DT_NEEDED entries.
38299
38300 2012-04-05  Michael Matz  <matz@suse.de>
38301
38302         [BZ #13592]
38303         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38304
38305 2012-04-05  Andreas Jaeger  <aj@suse.de>
38306
38307         [BZ #13908]
38308         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38309         comment.
38310
38311 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38312
38313         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38314         which ROUND is no valid rounding mode.
38315
38316 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38317
38318         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38319         read again.
38320         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38321
38322 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38323
38324         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38325         an exception using FPU order intentionally.
38326
38327 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38328
38329         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38330         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38331         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38332         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38333
38334 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38335
38336         [BZ #12340]
38337         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38338         EINVAL when BUFLEN is too smal.
38339
38340 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38341
38342         [BZ #13553]
38343         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38344         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38345
38346 2012-04-03  Andreas Jaeger  <aj@suse.de>
38347
38348         [BZ #13938]
38349         * manual/setjmp.texi (System V contexts): Fix sentence.
38350
38351         [BZ #13926]
38352         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38353         New macro for this case.
38354         [!__GNUC__] (__bswap_64): New inline function for this case.
38355         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38356         * bits/byteswap.h: Likewise.
38357         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38358         ull, guard with __GLIBC_HAVE_LONG_LONG.
38359
38360         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38361         __GLIBC_HAVE_LONG_LONG.
38362
38363         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38364         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38365
38366 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38367
38368         [BZ #13691]
38369         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38370         inptr and inend, rather than using last_ch.
38371
38372 2012-04-02  David S. Miller  <davem@davemloft.net>
38373
38374         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38375         * stdio-common/printf-parse.h (read_int): Change return type to
38376         'int', return -1 on INT_MAX overflow.
38377         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38378         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38379         overflows INT_MAX.  Check for overflow of in-format-string precision
38380         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38381         SIZE_MAX not INT_MAX for integer overflow test.
38382         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38383         skip the construct in the format string but do not record anything.
38384         * stdio-common/bug22.c: Adjust to test both width/prevision
38385         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38386         explicitly for proper errno values.
38387
38388 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38389
38390         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38391         CHAR_MAX.
38392         * string/test-strcmp.c [! WIDE]: Likewise.
38393         * time/tst-mktime2.c: Likewise for INT_MAX.
38394         * string/test-string.h: #include <sys/param.h> for MIN.
38395
38396         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38397         * sysdeps/i386/init-first.c (init): Likewise.
38398         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38399         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38400         * sysdeps/sh/init-first.c (init): Likewise.
38401
38402 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38403
38404         * po/ru.po: Update from translation team.
38405         * po/vi.po: Likewise.
38406
38407 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38408
38409         * resolv/nss_dns/dns-host.c: Merge copyright years.
38410
38411 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38412
38413         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38414         Optimize memcpy with prefetch if
38415         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38416         src, dst pointers have unequal 16 byte alignments.
38417
38418 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38419
38420         [BZ #13928]
38421         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38422         from a CNAME entry and return the minimum ttl for the query.
38423         (gaih_getanswer_slice): Likewise.
38424
38425 2012-03-30  Jeff Law  <law@redhat.com>
38426
38427         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38428         due to long keys.
38429         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38430         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38431
38432         * resolv/nss_dns/dns-host.c: Update copyright year.
38433
38434 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38435
38436         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38437         requests to save a system call.  Fix check that all bytes are sent.
38438
38439         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38440         comments for sendmmsg.
38441
38442 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38443
38444         [BZ #13691]
38445         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38446         with only 1 character between 0x0041 and 0x01b0.
38447         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38448         * wcsmbs/tst-mbsnrtowcs.c: New file.
38449
38450 2012-03-29  David S. Miller  <davem@davemloft.net>
38451
38452         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38453         small copies by hand.
38454
38455 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38456
38457         [BZ #13761]
38458         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38459         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38460         group memberships.
38461
38462 2012-03-28  David S. Miller  <davem@davemloft.net>
38463
38464         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38465         that branches into memcpy.
38466         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38467         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38468         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38469         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38470         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38471         bits.
38472         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38473         implementation too.
38474         * sysdeps/sparc/mempcpy.S: New file.
38475
38476         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38477         the IFUNC routine in the libc case.
38478         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38479
38480         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38481         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38482         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38483         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38484         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38485         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38486         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38487         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38488
38489         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38490         loop to 256 bytes instead of 64 bytes and fix test signedness.
38491
38492         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38493         * sysdeps/sparc/sparc32/Makefile: rather than here...
38494         * sysdeps/sparc/sparc64/Makefile: and here.
38495
38496 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38497
38498         * malloc/mallocbug.c: Avoid warnings about unused variables.
38499
38500 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38501
38502         [BZ #13760]
38503         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38504         in the right place. Discard and retry query if response is
38505         larger than input buffer size.
38506
38507 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38508
38509         [BZ #369]
38510         [BZ #2678]
38511         [BZ #3866]
38512         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38513         x for large integer exponent.
38514         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38515         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38516         sign of result as needed afterwards.
38517         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38518         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38519         result for underflowing pow the same as for overflow.
38520         (__kernel_standard_l): Handle powl overflow and underflow here
38521         rather than calling __kernel_standard.
38522         * math/libm-test.inc (pow_test): Add more tests.
38523
38524         [BZ #3868]
38525         [BZ #13879]
38526         [BZ #13910]
38527         [BZ #13911]
38528         [BZ #13912]
38529         [BZ #13913]
38530         [BZ #13915]
38531         [BZ #13916]
38532         [BZ #13917]
38533         [BZ #13918]
38534         [BZ #13919]
38535         [BZ #13920]
38536         [BZ #13921]
38537         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38538         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38539         (__kernel_standard_l): New function.
38540         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38541         __kernel_standard.
38542         * math/w_acosl.c (__acosl): Likewise.
38543         * math/w_asinl.c (__asinl): Likewise.
38544         * math/w_atan2l.c (__atan2l): Likewise.
38545         * math/w_atanhl.c (__atanhl): Likewise.
38546         * math/w_coshl.c (__coshl): Likewise.
38547         * math/w_exp10l.c (__exp10l): Likewise.
38548         * math/w_exp2l.c (__exp2l): Likewise.
38549         * math/w_fmodl.c (__fmodl): Likewise.
38550         * math/w_hypotl.c (__hypotl): Likewise.
38551         * math/w_j0l.c (__j0l, __y0l): Likewise.
38552         * math/w_j1l.c (__j1l, __y1l): Likewise.
38553         * math/w_jnl.c (__jnl, __ynl): Likewise.
38554         * math/w_lgammal.c (__lgammal): Likewise.
38555         * math/w_log10l.c (__log10l): Likewise.
38556         * math/w_log2l.c (__log2l): Likewise.
38557         * math/w_logl.c (__logl): Likewise.
38558         * math/w_powl.c (__powl): Likewise.
38559         * math/w_remainderl.c (__remainderl): Likewise.
38560         * math/w_scalbl.c (sysv_scalbl): Likewise.
38561         * math/w_sinhl.c (__sinhl): Likewise.
38562         * math/w_sqrtl.c (__sqrtl): Likewise.
38563         * math/w_tgammal.c (__tgammal): Likewise.
38564         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38565         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38566         * math/libm-test.inc (acos_test): Add more tests.
38567         (acosh_test): Likewise.
38568         (asin_test): Likewise.
38569         (atanh_test): Likewise.
38570         (exp_test): Likewise.
38571         (exp10_test): Likewise.
38572         (exp2_test): Likewise.
38573         (expm1_test): Likewise.
38574         (lgamma_test): Likewise.
38575         (log_test): Likewise.
38576         (log10_test): Likewise.
38577         (log1p_test): Likewise.
38578         (log2_test): Likewise.
38579         (pow_test): Do not allow some spurious overflow exceptions.
38580         (sqrt_test): Add more tests.
38581         (tgamma_test): Likewise.
38582         (y0_test): Likewise.
38583         (y1_test): Likewise.
38584         (yn_test): Likewise.
38585
38586 2012-03-27  Anton Blanchard  <anton@samba.org>
38587
38588         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38589         MAP_HUGETLB.
38590         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38591         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38592         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38593
38594 2012-03-27  David S. Miller  <davem@davemloft.net>
38595
38596         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38597
38598         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38599         have-as-vis3 check.
38600
38601 2012-03-27  Andreas Jaeger  <aj@suse.de>
38602
38603         * sysdeps/x86_64/elf/configure.in: Moved to ...
38604         * sysdeps/x86_64/configure.in: ... here.
38605         * sysdeps/x86_64/elf/start.S: Moved to ...
38606         * sysdeps/x86_64/start.S: ... here.
38607         * sysdeps/x86_64/elf/configure: Delete.
38608
38609         * sysdeps/x86_64/configure.in: Merge contents from
38610         sysdeps/i386/configure.in (without i686 check).
38611
38612         * sysdeps/i386/elf/Versions: Merge into ...
38613         * sysdeps/i386/Versions: ... this.
38614         * sysdeps/i386/elf/Versions: Delete file.
38615         * sysdeps/i386/elf/start.S: Moved to ...
38616         * sysdeps/i386/start.S: ...here.
38617         * sysdeps/i386/elf/configure.in: Merge into...
38618         * sysdeps/i386/configure.in: ...here.
38619         * sysdeps/i386/elf/configure.in: Delete file.
38620         * sysdeps/i386/elf/configure: Delete file.
38621
38622         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38623         * debug/backtracesyms.c: ... here.
38624         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38625         * debug/backtracesymsfd.c: ... here.
38626         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38627         * sysdeps/generic/ifunc-sel.h: ... here.
38628
38629         * sysdeps/unix/i386/start.c: Delete file.
38630         * sysdeps/unix/sparc/start.c: Delete file.
38631         * sysdeps/unix/start.c: Delete file.
38632
38633         * sysdeps/sh/elf/configure.in: Moved to ...
38634         * sysdeps/sh/configure.in: ... here.
38635         * sysdeps/sh/elf/start.S: Moved to ...
38636         * sysdeps/sh/start.S: ... here.
38637         * sysdeps/sh/elf/configure: Delete file.
38638
38639         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38640         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38641         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38642         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38643         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38644         * sysdeps/powerpc/powerpc64/start.S: here.
38645         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38646         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38647         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38648         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38649         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38650
38651         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38652         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38653         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38654         * sysdeps/powerpc/powerpc32/start.S: ... here.
38655         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38656         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38657         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38658
38659         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38660         * sysdeps/powerpc/ifunc-sel.h: ... here.
38661         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38662         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38663
38664         * sysdeps/sparc/elf/configure.in: Moved to ...
38665         * sysdeps/sparc/configure.in: ... here.
38666         * sysdeps/sparc/elf/configure: Delete file.
38667         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38668         * sysdeps/sparc/sparc32/start.S: ... here.
38669         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38670         * sysdeps/sparc/sparc64/start.S: ... here.
38671         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38672         * sysdeps/sparc/sparc32/Makefile: ... this.
38673         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38674         * sysdeps/sparc/sparc64/Makefile: ... this.
38675
38676         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38677         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38678         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38679         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38680         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38681         * sysdeps/s390/s390-32/setjmp.S: ... here.
38682         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38683         * sysdeps/s390/s390-32/configure.in: ... here.
38684         * sysdeps/s390/s390-32/elf/configure: Delete file.
38685         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38686         * sysdeps/s390/s390-32/start.S: ... here.
38687
38688         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38689         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38690         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38691         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38692         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38693         * sysdeps/s390/s390-64/setjmp.S: ... here.
38694         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38695         * sysdeps/s390/s390-64/configure.in: ... here
38696         * sysdeps/s390/s390-64/elf/configure: Delete file.
38697         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38698         * sysdeps/s390/s390-64/start.S: ... here.
38699         * sysdeps/s390/s390-64/elf/configure: Delete.
38700
38701         * configure.in: Remove support for elf directories in sysdeps.
38702
38703         * configure: Regenerated.
38704         * sysdeps/i386/configure: Regenerated.
38705         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38706         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38707         * sysdeps/s390/s390-32/configure: Regenerated.
38708         * sysdeps/s390/s390-64/configure: Regenerated.
38709         * sysdeps/sh/configure: Regenerated.
38710         * sysdeps/sparc/configure: Regenerated.
38711         * sysdeps/x86_64/configure: Regenerated.
38712
38713 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38714
38715         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38716
38717         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38718         denormal result into account.
38719
38720 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38721
38722         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38723         Reported by Allan McRae <allan@archlinux.org>.
38724
38725 2012-03-23  Jeff Law  <law@redhat.com>
38726
38727         * nss/getnssent.c (__nss_getent): Fix typo.
38728
38729 2012-03-23  David S. Miller  <davem@davemloft.net>
38730
38731         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38732
38733 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38734
38735         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38736         to pad to uint64_t for each field.
38737         (dl_tls_index): Replace unsigned long with uint64_t.
38738
38739 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38740         Paul Pluzhnikov  <ppluzhnikov@google.com>
38741
38742         [BZ #6528]
38743         * grp/Makefile (otherlibs): Don't set it.
38744         * inet/Makefile (otherlibs): Likewise.
38745         * login/Makefile (otherlibs): Likewise.
38746         * nscd/Makefile (otherlibs): Likewise.
38747         * posix/Makefile (otherlibs): Likewise.
38748         * pwd/Makefile (otherlibs): Likewise.
38749         * rt/Makefile (otherlibs): Likewise.
38750         * sunrpc/Makefile (otherlibs): Likewise.
38751         * nss/Makefile (otherlibs): Likewise.
38752         Add libnss_files to routines and static-only-routines.
38753         ($(objpfx)getent): Remove rule.
38754         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38755         static-only-routines.
38756
38757 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38758
38759         [BZ #13892]
38760         * math/s_cexp.c: Include <float.h>.
38761         (__cexp): Handle exp result overflowing not necessarily
38762         overflowing both real and imaginary parts of result.
38763         * math/s_cexpf.c: Likewise.
38764         * math/s_cexpl.c: Likewise.
38765         * math/libm-test.inc (cexp_test): Add more tests.
38766         * sysdeps/i386/fpu/libm-test-ulps: Update.
38767         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38768
38769 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38770
38771         * include/link.h (ELFW): New macro.
38772         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38773         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38774
38775 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38776
38777         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38778         with uint64_t.
38779
38780 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38781
38782         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38783         declaration.
38784         (struct La_x32_retval): Likewise.
38785
38786 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38787
38788         * sysdeps/x86_64/preconfigure.in: New file.
38789         * sysdeps/x86_64/preconfigure: New generated file.
38790
38791 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38792
38793         [BZ #13824]
38794         * math/e_exp2l.c: Include <float.h>.
38795         (__ieee754_exp2l): Handle overflow and underflow cases
38796         separately.  Only pass fractional part of argument to
38797         __ieee754_expl.
38798         * math/libm-test.inc (exp2_test): Add more tests.
38799
38800         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38801         negating x to take absolute value.
38802         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38803         Likewise.
38804         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38805         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38806         Likewise.
38807         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38808         computing low part if x was negated.
38809         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38810
38811 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38812
38813         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38814         la_x32_gnu_pltexit.
38815         (pltexit): Cast int_retval to ptrdiff_t.
38816         * elf/tst-auditmod3b.c: Likewise.
38817         * elf/tst-auditmod4b.c: Likewise.
38818         * elf/tst-auditmod5b.c: Likewise.
38819         * elf/tst-auditmod6b.c: Likewise.
38820         * elf/tst-auditmod6c.c: Likewise.
38821         * elf/tst-auditmod7b.c: Likewise.
38822
38823         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38824         and x32_gnu_pltexit.
38825
38826         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38827         __ELF_NATIVE_CLASS.
38828         (La_x32_regs): New macro.
38829         (La_x32_retval): Likewise.
38830         (la_x32_gnu_pltenter): New function prototype.
38831         (la_x32_gnu_pltexit): Likewise.
38832
38833 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38834
38835         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38836         exponent.
38837
38838         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38839
38840         * configure.in (libc_cv_cc_nofma): Check for option to disable
38841         generation of FMA instructions.
38842         * configure: Regenerate.
38843         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38844         * sysdeps/ieee754/dbl-64/Makefile: New file.
38845         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38846         Remove brandred-fma4.
38847         (CFLAGS-brandred-fma4.c): Remove.
38848         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38849         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38850         define.
38851         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38852         define.
38853
38854 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38855
38856         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38857         LLONG_MAX != LONG_MAX.
38858         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38859         (_fitoa_word): Likewise.
38860         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38861         LLONG_MAX != LONG_MAX.
38862         * stdio-common/_itowa.h: Include <_itoa.h>.
38863         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38864         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38865         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38866         only if not defined.
38867         (_ITOA_WORD_TYPE): Likewise.
38868         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38869         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38870
38871 2012-03-21  David S. Miller  <davem@davemloft.net>
38872
38873         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38874
38875 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38876
38877         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38878         of x86_64 when setting libc_cv_slibdir, libdir and
38879         libc_cv_localedir.
38880         * sysdeps/unix/sysv/linux/configure: Regenerated.
38881
38882 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38883
38884         * manual/lang.texi (Old Varargs): Remove section.
38885         (How Variadic): Update menu.
38886         (va_start): Do not mention varargs.h.
38887
38888 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38889             Joseph Myers  <joseph@codesourcery.com>
38890
38891         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38892         link test.
38893         * configure: Regenerated.
38894
38895 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38896
38897         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38898         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38899         conformtest.pl
38900
38901 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38902
38903         * NOTES: Remove.
38904         * Makefile (files-for-dist): Remove NOTES.
38905         (NOTES): Remove rule.
38906         * README: Don't refer to NOTES.
38907         * manual/creature.texi: Don't include macros.texi.
38908         * manual/intro.texi (creature.texi): Remove comment referring to
38909         NOTES.
38910
38911         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38912         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38913         * configure: Regenerated.
38914         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38915         LIBC_TRY_CC_OPTION.
38916         (libc_cv_as_i686): Likewise.
38917         (libc_cv_cc_avx): Likewise.
38918         (libc_cv_cc_sse2avx): Likewise.
38919         (libc_cv_cc_fma4): Likewise.
38920         (libc_cv_cc_novzeroupper): Likewise.
38921         * sysdeps/i386/configure: Regenerated.
38922
38923         [BZ #13883]
38924         * sysdeps/i386/fpu/s_cexp.S: Remove.
38925         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38926         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38927         * math/libm-test.inc (cexp_test): Add more tests.
38928         * sysdeps/i386/fpu/libm-test-ulps: Update.
38929         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38930
38931 2012-03-21  Allan McRae  <allan@archlinux.org>
38932
38933         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38934
38935 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38936
38937         [BZ #13871]
38938         * math/w_exp2.c: Do not include <float.h>.
38939         (o_threshold, u_threshold): Remove.
38940         (__exp2): Calculate result before checking finiteness and calling
38941         __kernel_standard.
38942         * math/w_exp2f.c: Likewise.
38943         * math/w_exp2l.c: Likewise.
38944         * math/libm-test.inc (exp2_test): Require overflow exception for
38945         1e6 input.
38946
38947         [BZ #3866]
38948         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38949         range of signed 64-bit integers before using fistpll.  Remove
38950         checks for whether integers fit in mantissa bits.
38951         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38952         the range of signed 32-bit integers before using fistpl.  Remove
38953         checks for whether integers fit in mantissa bits.
38954         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38955         (__ieee754_powl): Test for y outside the range of signed 64-bit
38956         integers before using fistpll.  Reduce 64-bit values to 63-bit
38957         ones as needed.
38958         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38959         divide-by-zero is raised for zero to large negative powers.
38960         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38961         (__ieee754_powl): Test for y outside the range of signed 64-bit
38962         integers before using fistpll.  Reduce 64-bit values to 63-bit
38963         ones as needed.
38964         * math/libm-test.inc (pow_test): Add more tests.
38965
38966 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38967
38968         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38969         <stdio-common/_itoa.h>.
38970         * debug/segfault.c: Likewise.
38971         * elf/dl-cache.c: Likewise.
38972         * elf/dl-minimal.c: Likewise.
38973         * elf/dl-misc.c: Likewise.
38974         * elf/dl-sysdep.c: Likewise.
38975         * elf/dl-version.c: Likewise.
38976         * elf/rtld.c: Likewise.
38977         * hurd/hurdsock.c: Likewise.
38978         * hurd/lookup-retry.c: Likewise.
38979         * malloc/malloc.c: Likewise.
38980         * malloc/mtrace.c: Likewise.
38981         * nscd/nscd_getgr_r.c: Likewise.
38982         * nscd/nscd_getpw_r.c: Likewise.
38983         * nscd/nscd_getserv_r.c: Likewise.
38984         * posix/getopt_init.c: Likewise.
38985         * posix/wordexp.c: Likewise.
38986         * stdio-common/_itoa.c: Likewise.
38987         * stdio-common/printf_fphex.c: Likewise.
38988         * stdio-common/vfprintf.c: Likewise.
38989         * string/_strerror.c: Likewise.
38990         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38991         * sysdeps/i386/i686/hp-timing.h: Likewise.
38992         * sysdeps/mach/_strerror.c: Likewise.
38993         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38994         * sysdeps/mach/hurd/sethostid.c: Likewise.
38995         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38996         * sysdeps/mach/xpg-strerror.c: Likewise.
38997         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38998         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38999         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
39000         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
39001         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
39002         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
39003         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
39004         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
39005         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
39006         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
39007         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
39008         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
39009         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
39010         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
39011         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
39012         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
39013         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
39014         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
39015         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
39016         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
39017         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
39018
39019         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
39020
39021         * stdio-common/_itoa.h: Moved to ...
39022         * sysdeps/generic/_itoa.h: Here.
39023
39024         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39025
39026         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39027         instead of "_itoa.h" and "_itowa.h".
39028         * stdio-common/vfprintf.: Likewise.
39029
39030 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39031
39032         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39033         <bits/wordsize.h>.
39034         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39035         (__signbit): Likwise.
39036         (llrintf): Likwise.
39037         (llrint): Likwise.
39038
39039 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39040
39041         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39042         __WORDSIZE != 64.
39043
39044 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39045
39046         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39047         OVERFLOW_EXCEPTION_OK.
39048         * math/libm-test.inc ("Philosophy"): Update comment about
39049         exception testing.
39050         (OVERFLOW_EXCEPTION): Define.
39051         (OVERFLOW_EXCEPTION_OK): Likewise.
39052         (INVALID_EXCEPTION_OK): Renumber.
39053         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39054         (IGNORE_ZERO_INF_SIGN): Likewise.
39055         (test_exceptions): Handle FE_OVERFLOW.
39056         (exp10_test): Expect overflow exceptions.
39057         (exp2_test): Likewise.
39058         (expm1_test): Likewise.
39059         (nextafter_test): Likewise.
39060         (pow_test): Likewise.
39061         (scalbn_test): Likewise.
39062         (scalbln_test): Likewise.
39063
39064 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39065
39066         * sysdeps/x86_64/bits/atomic.h
39067         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39068         64bit integer.
39069         (atomic_exchange_acq): Likewise.
39070         (__arch_exchange_and_add_body): Likewise.
39071         (__arch_add_body): Likewise.
39072         (atomic_add_negative): Likewise.
39073         (atomic_add_zero): Likewise.
39074
39075 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39076
39077         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39078         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39079
39080 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39081
39082         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39083         Check __x86_64__ instead of __WORDSIZE.
39084
39085 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39086
39087         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39088
39089 2012-03-19  David S. Miller  <davem@davemloft.net>
39090
39091         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39092
39093         * sysdeps/sparc/fpu/fenv_private.h: New file.
39094         * sysdeps/sparc/fpu/math_private.h: Use it.
39095         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39096         Remove.
39097         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39098         (libc_feholdexcept_setroundl): Remove.
39099         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39100         Remove.
39101         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39102         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39103
39104 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39105
39106         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39107         int64_t instead of long int.
39108         (INSERT_WORDS64): Likwise.
39109
39110 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39111
39112         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39113         _Unwind_GetCFA return to _Unwind_Ptr first.
39114
39115 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39116
39117         [BZ #13629]
39118         * math/s_clog.c: Include <float.h>.
39119         (__clog): Scale large or subnormal inputs.
39120         * math/s_clogf.c: Likewise.
39121         * math/s_clogl.c: Likewise.
39122         * math/s_clog10.c: Include <float.h>.
39123         (M_LOG10_2): Define.
39124         (__clog10): Scale large or subnormal inputs.
39125         * math/s_clog10f.c: Likewise.
39126         * math/s_clog10l.c: Likewise.
39127         * math/libm-test.inc (clog_test): Add more tests.
39128         (clog10_test): Likewise.
39129         * sysdeps/i386/fpu/libm-test-ulps: Update.
39130         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39131
39132         [BZ #11451]
39133         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39134         x and y.
39135         * math/libm-test.inc (atan2_test): Add another test.
39136
39137         * Makerules (common-objdir-compile): Remove.
39138         * sysdeps/unix/Makefile (config-generated): Do not add
39139         $(unix-generated) to variable.
39140         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39141         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39142         Remove rule.
39143         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39144         Likewise.
39145         [generic bits/local_lim.h] (before-compile): Do not append to
39146         variable.
39147         [generic bits/local_lim.h] (common-generated): Likewise.
39148         [generic sys/param.h] (before-compile): Do not append to variable.
39149         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39150         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39151         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39152         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39153         include.
39154         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39155         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39156         [generic sys/param.h] ($(addprefix
39157         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39158         [generic sys/param.h] (common-generated): Do not append to
39159         variable.
39160         [generic sys/param.h] (sysdep_headers): Likewise.
39161         [generic bits/errno.h] (before-compile): Do not append to
39162         variable.
39163         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39164         rule.
39165         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39166         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39167         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39168         [generic bits/errno.h] (common-generated): Do not append to
39169         variable.
39170         [generic bits/ioctls.h] (before-compile): Do not append to
39171         variable.
39172         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39173         rule.
39174         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39175         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39176         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39177         rule.
39178         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39179         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39180         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39181         [generic bits/ioctls.h] (common-generated): Do not append to
39182         variable.
39183         [generic sys/syscall.h] (syscall.h): Remove variable.
39184         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39185         rule.
39186         [generic sys/syscall.h] (before-compile): Do not append to
39187         variable.
39188         [generic sys/syscall.h] (common-generated): Likewise.
39189         * sysdeps/unix/errnos-tmpl.c: Remove file.
39190         * sysdeps/unix/errnos.awk: Likewise.
39191         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39192         * sysdeps/unix/ioctls.awk: Likewise.
39193         * sysdeps/unix/mk-local_lim.c: Likewise.
39194         * sysdeps/unix/snarf-ioctls: Likewise.
39195
39196 2012-03-19  Richard Henderson  <rth@twiddle.net>
39197
39198         * sysdeps/i386/fpu/fenv_private.h: New file.
39199         * sysdeps/i386/fpu/math_private.h: Use it.
39200         (math_opt_barrier, math_force_eval): Remove.
39201         (libc_feholdexcept_setround_53bit): Remove.
39202         (libc_feupdateenv_53bit): Remove.
39203         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39204         (math_opt_barrier, math_force_eval): Remove.
39205         (libc_feholdexcept): Remove.
39206         (libc_feholdexcept_setround): Remove.
39207         (libc_fetestexcept, libc_fesetenv): Remove.
39208         (libc_feupdateenv_test): Remove.
39209         (libc_feupdateenv, libc_feholdsetround): Remove.
39210         (libc_feresetround): Remove.
39211
39212         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39213         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39214
39215         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39216         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39217         (libc_feupdateenv_testl): New.
39218         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39219         (libc_feupdateenv_testf): New.
39220         (libc_feupdateenv): Use libc_feupdateenv_test.
39221         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39222         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39223
39224         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39225         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39226         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39227         (libc_feresetround_noex): New.
39228         (libc_feresetround_noexf): New.
39229         (libc_feresetround_noexl): New.
39230         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39231         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39232         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39233         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39234         SET_RESTORE_ROUND.
39235         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39236         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39237         (__cos): Likewise.
39238         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39239         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39240         SET_RESTORE_ROUND_NOEX.
39241         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39242         SET_RESTORE_ROUND_NOEXF.
39243         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39244         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39245         (libc_feholdsetroundf): New.
39246         (libc_feresetround, libc_feresetroundf): New.
39247
39248         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39249         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39250         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39251
39252         * sysdeps/generic/math_private.h: Include <fenv.h>.
39253         (default_libc_feholdexcept): New.
39254         (default_libc_feholdexcept_setround): New.
39255         (default_libc_fesetenv, default_libc_feupdateenv): New.
39256         (libc_feholdexcept): Only define if undefined.
39257         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39258         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39259         (libc_feholdexcept_setroundl): Likewise.
39260         (libc_feholdexcept_setround_53bit): Likewise.
39261         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39262         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39263         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39264         (libc_feupdateenv_53bit): Likewise.
39265         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39266         (libc_feholdexcept): Convert from macro to inline function.
39267         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39268         (libc_fesetenv, libc_feupdateenv): Likewise.
39269
39270         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39271         not previously defined.
39272         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39273         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39274         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39275         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39276         * sysdeps/ieee754/flt-32/math_private.h: New file.
39277         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39278         math_private.h below SET_FLOAT_WORD.
39279         (__isnan, __isinf_ns, __finite): Remove.
39280         (__isnanf, __isinf_nsf, __finitef): Remove.
39281
39282 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39283
39284         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39285
39286 2012-03-17  David S. Miller  <davem@davemloft.net>
39287
39288         [BZ #6471]
39289         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39290         for 2.16.
39291
39292 2012-03-16  David S. Miller  <davem@davemloft.net>
39293
39294         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39295         warnings.
39296
39297         [BZ #6471]
39298         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39299         properly.
39300         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39301         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39302         sysdep_routines when subdir is sysvipc.
39303         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39304         __getshmlba helper.
39305
39306         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39307
39308 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39309
39310         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39311         [__LP64__].
39312
39313 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39314
39315         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39316         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39317         (__lround): Renamed to ...
39318         (__llround): This.  Replace long int with long long int.
39319         Define lround functions as aliases of llround functions.
39320         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39321
39322 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39323
39324         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39325         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39326         adresses to uintptr_t.  Replace "long int" and "unsigned long
39327         int" with "greg_t" on va_arg.
39328
39329 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39330
39331         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39332         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39333
39334         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39335         Move e_machine check before EI_CLASS check.  Handle x32
39336         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39337         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39338         SKIP_EM_IA_64 and include
39339         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39340
39341         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39342         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39343         (add_system_dir): New macro.
39344
39345         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39346         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39347
39348 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39349
39350         [BZ #2551]
39351         [BZ #2552]
39352         [BZ #2553]
39353         [BZ #2554]
39354         [BZ #2562]
39355         [BZ #2563]
39356         [BZ #2565]
39357         [BZ #2566]
39358         [BZ #2576]
39359         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39360         (y0): Likewise.
39361         * math/w_j0f.c (j0f): Likewise.
39362         (y0f): Likewise.
39363         * math/w_j0l.c (__j0l): Likewise.
39364         (__y0l): Likewise.
39365         * math/w_j1.c (j1): Likewise.
39366         (y1): Likewise.
39367         * math/w_j1f.c (j1f): Likewise.
39368         (y1f): Likewise.
39369         * math/w_j1l.c (__j1l): Likewise.
39370         (__y1l): Likewise.
39371         * math/w_jn.c (jn): Likewise.
39372         (yn): Likewise.
39373         * math/w_jnf.c (jnf): Likewise.
39374         (ynf): Likewise.
39375         * math/w_jnl.c (__jnl): Likewise.
39376         (__ynl): Likewise.
39377         * math/libm-test.inc (j0_test): Add more tests.
39378         (j1_test): Likewise.
39379         (jn_test): Likewise.  Add trailing semicolon to existing test.
39380         (y0_test): Likewise.
39381         (y1_test): Likewise.
39382         * sysdeps/i386/fpu/libm-test-ulps: Update.
39383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39384
39385         [BZ #13851]
39386         [BZ #13854]
39387         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39388         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39389         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39390         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39391         (__tanl): Set errno for infinite argument.
39392         * sysdeps/i386/fpu/mptan.c: Remove.
39393         * sysdeps/i386/fpu/s_tan.S: Likewise.
39394         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39395         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39396         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39397         * math/libm-test.inc (tan_test): Add more tests and enable more
39398         tests for double and long double.
39399         * sysdeps/i386/fpu/libm-test-ulps: Update.
39400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39401
39402 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39403
39404         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39405         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39406
39407 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39408
39409         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39410         * configure.in: Use it for both main tree and add-ons.
39411         * configure: Regenerated.
39412
39413 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39414
39415         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39416
39417 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39418
39419         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39420         in comment.
39421
39422         [BZ #13851]
39423         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39424         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39425         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39426         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39427         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39428         infinite argument.
39429         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39430         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39431         != 0 for prec == 2.
39432         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39433         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39434         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39435         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39436         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39437         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39438         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39439         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39440         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39441         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39442         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39443         * math/libm-test.inc (cos_test): Add more tests and enable more
39444         tests for long double.
39445         (sin_test): Likewise.
39446         (sincos_test): Likewise.
39447         * sysdeps/i386/fpu/libm-test-ulps: Update.
39448         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39449
39450 2012-03-16  David S. Miller  <davem@davemloft.net>
39451
39452         * sysdeps/sparc/fpu/math_private.h: New file.
39453
39454 2012-03-15  David S. Miller  <davem@davemloft.net>
39455
39456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39457         file.
39458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39460         file.
39461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39462         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39463         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39466         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39467         sysdep routines.
39468         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39469
39470         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39471         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39472
39473         * sysdeps/sparc/sparc-ifunc.h: New file.
39474         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39475         sparc-ifunc.h
39476         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39477         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39478         Likewise.
39479         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39480         Likewise.
39481         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39482         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39483         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39484         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39485         Likewise.
39486         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39487         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39488         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39489         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39490         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39491         Likewise.
39492         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39493         Likewise.
39494         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39495         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39496         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39497         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39498         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39499         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39500         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39501         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39502         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39503         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39504         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39505         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39506         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39507         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39508         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39509         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39510         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39511         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39512         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39513         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39514         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39515         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39516         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39517         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39518
39519 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39520
39521         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39522         scaling.
39523         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39524
39525 2012-03-15  Andreas Jaeger  <aj@suse.de>
39526
39527         [BZ #13852]
39528         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39529         ieee754/flt-32 implementation for sin, cos and sincos.
39530         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39531         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39532         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39533         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39534         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39535         ieee754/flt-32 implementation for tan.
39536
39537         * math/libm-test.inc (cos_test): Enable some large input tests for
39538         float as well
39539         (sin_test): Likewise.
39540         (sincos_test): Likewise.
39541         (tan_test): Add tests for large input.
39542
39543         * sysdeps/i386/fpu/libm-test-ulps: Update.
39544
39545 2012-03-15  Andreas Jaeger  <aj@suse.de>
39546
39547         [BZ #13658]
39548         * math/libm-test.inc (cos_test): Add more test cases.
39549         (sin_test): Likewise.
39550         (sincos_test): Likewise.
39551
39552 2012-03-15  Andreas Jaeger  <aj@suse.de>
39553
39554         [BZ #13837]
39555         * math/libm-test.inc (cos_test): Add a test case for large input
39556         value.
39557         (sin_test): Likewise.
39558         (sincos_test): Likewise.
39559
39560 2012-03-15  Andreas Jaeger  <aj@suse.de>
39561             Joseph Myers  <joseph@codesourcery.com>
39562
39563         [BZ #13658]
39564         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39565         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39566         * sysdeps/i386/fpu/branred.c: Likewise.
39567         * sysdeps/i386/fpu/dosincos.c: Likewise.
39568         * sysdeps/i386/fpu/mpa.c: Likewise.
39569         * sysdeps/i386/fpu/s_cos.S: Likewise.
39570         * sysdeps/i386/fpu/s_sin.S: Likewise.
39571         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39572         * sysdeps/i386/fpu/sincos32.c: Likewise.
39573
39574         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39575         Define.
39576         (libc_feupdateenv_53bit): Define.
39577         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39578         Define.
39579         (libc_feupdateenv_53bit): Define.
39580
39581         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39582         53 bit (without extend i386 double precision).
39583
39584         * math/libm-test.inc (sincos_test): Add tests for large input.
39585         (sin): Likewise.
39586         (cos): Likewise.
39587
39588         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39589
39590 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39591
39592         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39593
39594 2012-03-15  David S. Miller  <davem@davemloft.net>
39595
39596         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39597         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39598         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39599         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39601         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39602         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39603         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39604         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39605         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39606         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39607         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39608         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39609         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39610         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39611         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39612         file.
39613         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39614         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39615         file.
39616         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39617         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39618         file.
39619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39620         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39621         file.
39622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39623         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39624         fmin/fmax sysdep routines.
39625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39626
39627 2012-03-14  David S. Miller  <davem@davemloft.net>
39628
39629         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39630         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39631         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39632         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39633         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39634         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39635         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39636         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39637         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39638         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39639         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39640         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39641         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39642         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39643         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39644         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39645         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39646         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39647         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39648         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39649         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39650         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39651         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39652         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39653         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39654         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39655         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39656         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39657         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39658         routines.
39659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39660         file.
39661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39662         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39663         file.
39664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39665         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39666         file.
39667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39668         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39669         file.
39670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39671         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39672         file.
39673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39674         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39675         file.
39676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39677         file.
39678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39679         file.
39680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39681         file.
39682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39683         New file.
39684         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39685         file.
39686         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39687         file.
39688         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39689         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39690         file.
39691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39692         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39693         file.
39694         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39696         file.
39697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39698         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39699         VIS3 routines.
39700
39701         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39702         New file.
39703
39704         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39705
39706         * sysdeps/sparc/configure.in: New file.
39707         * sysdeps/sparc/configure: Generate.
39708         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39709         * configure: Regenerate.
39710         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39711         * config.make.in (have-as-vis3): New.
39712         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39713         available use -Av9d instead of -Av9a.
39714         * sysdeps/sparc/sparc64/Makefile: Likewise.
39715         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39716         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39717         New file.
39718         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39719         file.
39720         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39721         New file.
39722         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39723         file.
39724         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39725         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39726         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39727         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39728         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39729
39730         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39731         fzeros/fnegs to load 0x80000000 into a float register instead of
39732         using the stack.
39733         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39734
39735 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39736
39737         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39738         bits/syscall.h.
39739         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39740         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39741         ($(inst_includedir)/bits/syscall.h): Remove rule.
39742         ($(objpfx)bits/syscall.d): Include instead of
39743         $(objpfx)syscall-list.d.
39744         (generated): Change syscall-list.h and syscall-list.d to
39745         bits/syscall.h and bits/syscall.d.
39746
39747 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39748
39749         [BZ #13846]
39750         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39751
39752 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39753
39754         [BZ #13841]
39755         * math/s_csqrt.c: Include <float.h>.
39756         (__csqrt): Scale large or subnormal inputs.
39757         * math/s_csqrtf.c: Likewise.
39758         * math/s_csqrtl.c: Likewise.
39759         * math/libm-test.inc (csqrt_test): Add more tests.
39760         * sysdeps/i386/fpu/libm-test-ulps: Update.
39761         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39762
39763         [BZ #13840]
39764         * math/libm-test.inc (hypot_test): Add more tests.
39765
39766 2012-03-13  David S. Miller  <davem@davemloft.net>
39767
39768         [BZ #13840]
39769         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39770         double-precision for the calculation instead of scaling.
39771
39772 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39773
39774         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39775         manipulate bits before adding and subtracting TWO52[sx].
39776         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39777         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39778         Likewise.
39779         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39780
39781 2012-03-13  David S. Miller  <davem@davemloft.net>
39782
39783         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39784         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39785         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39786         rtld-global-offsets.h
39787         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39788
39789         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39790         large parameters.
39791
39792         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39793
39794         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39795         'err' in the ifdef scope in which it is actually used.
39796
39797         * nss/nss_db/db-init.c: Include string.h
39798
39799 2012-03-12  David S. Miller  <davem@davemloft.net>
39800
39801         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39802         masking out of the most significant byte of random value used.
39803         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39804         Fix coding style in previous change.
39805
39806         * sysdeps/unix/sysv/linux/kernel-features.h
39807         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39808         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39809         expression.
39810         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39811         later.
39812
39813 2012-03-11  David S. Miller  <davem@davemloft.net>
39814
39815         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39816         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39817         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39818         for 'resultvar' otherwise things get truncated on 64-bit.
39819
39820         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39821         Fix masking out of the most significant byte of random value used.
39822
39823         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39824
39825 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39826
39827         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39828
39829 2012-03-09  David S. Miller  <davem@davemloft.net>
39830
39831         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39832         variables with appropriate CPP guards.
39833         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39834         from the frame pointer, not the stack pointer.  Correct layout
39835         comments.  Fix test on resulting framesize and the management of
39836         the outregs buffer for pltexit.  Preserve floating point return
39837         values across _dl_call_pltexit call.
39838         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39839         framesize and the management of the outregs buffer for pltexit.
39840         Preserve floating point return values across _dl_call_pltexit
39841         call.
39842         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39843         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39844         (la_sparc64_gnu_pltexit): New functions.
39845         (print_exit): Fix format string for return register value.
39846
39847 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39848
39849         * sunrpc/Makefile (others): Add rpcgen.
39850         ($(objpfx)rpcgen): Remove special build rule and dependency on
39851         libc.
39852         * sunrpc/rpcgen.c: New file.
39853
39854 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39855
39856         [BZ #13673]
39857         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39858         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39859         * sysdeps/i386/crti.S: Likewise.
39860         * sysdeps/i386/crtn.S: Likewise.
39861         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39862         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39863         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39864         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39865         * sysdeps/sh/crti.S: Likewise.
39866         * sysdeps/sh/crtn.S: Likewise.
39867         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39868
39869         [BZ #13673]
39870         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39871         with URL.
39872         * locale/programs/locfile-kw.gperf: Likewise.
39873         * locale/programs/charmap-kw.h: Regenerated.
39874         * locale/programs/locfile-kw.h: Likewise.
39875
39876         [BZ #13673]
39877         * intl/plural.y: Replace FSF snail mail address with URL.
39878         * intl/plural.c: Regenerated.
39879
39880 2012-03-09  Richard Henderson  <rth@twiddle.net>
39881
39882         * include/math_private.h: Remove file.
39883         * math/math_private.h: Move file ...
39884         * sysdeps/generic/math_private.h: ... here.
39885
39886         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39887         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39888         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39889
39890         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39891         and <math_private.h>.
39892         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39893         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39894         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39895         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39896         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39897         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39898         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39899         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39900         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39901         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39902         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39903         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39904         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39905         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39906         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39907         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39908         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39909         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39910         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39911         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39912         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39913         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39914         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39915         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39916         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39917         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39918         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39919         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39920         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39921         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39922         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39923         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39924         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39925         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39926         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39927         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39928         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39929         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39930         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39931         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39932         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39933         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39934         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39935         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39936         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39937         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39938         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39939         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39940         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39941         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39942         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39943         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39944         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39945         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39946         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39947         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39948         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39949         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39950         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39951         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39952         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39953         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39954         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39955         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39956         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39957         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39958         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39959         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39960         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39961         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39962         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39963         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39964         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39965         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39966         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39967         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39968         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39969         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39970         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39971         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39972         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39973         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39974         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39975         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39976         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39977         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39978         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39979         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39980         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39981         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39982         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39983         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39984         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39985         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39986         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39987         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39988         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39989         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39990         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39991         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39992         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39993         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39994         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39995         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39996         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39997         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39998         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39999         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
40000         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
40001         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
40002         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
40003         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
40004         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
40005         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
40006         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
40007         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
40008         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
40009         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
40010         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
40011         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
40012         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
40013         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
40014         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
40015         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
40016         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
40017         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
40018         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
40019         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
40020         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
40021         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
40022         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
40023         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
40024         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40025         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40026         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40027         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40028         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40029         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40030         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40031         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40032         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40033         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40034         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40035         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40036         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40037         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40038         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40039         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40040         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40041         * sysdeps/ieee754/k_standard.c: Likewise.
40042         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40043         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40044         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40045         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40046         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40047         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40048         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40049         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40050         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40051         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40052         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40053         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40054         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40055         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40056         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40057         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40058         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40059         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40060         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40061         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40062         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40063         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40064         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40065         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40066         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40067         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40068         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40069         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40070         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40071         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40072         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40073         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40074         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40075         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40076         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40077         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40078         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40079         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40080         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40081         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40082         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40083         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40084         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40085         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40086         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40087         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40088         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40089         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40090         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40091         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40092         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40093         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40094         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40095         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40096         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40097         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40098         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40099         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40100         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40101         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40102         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40103         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40104         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40105         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40106         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40107         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40108         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40109         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40110         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40111         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40112         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40113         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40114         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40115         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40116         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40117         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40118         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40119         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40120         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40121         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40122         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40123         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40124         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40125         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40126         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40127         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40128         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40129         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40130         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40131         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40132         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40133         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40134         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40135         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40136         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40137         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40138         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40139         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40140         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40141         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40142         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40143         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40144         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40145         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40146         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40147         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40148         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40149         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40150         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40151         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40152         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40153         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40154         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40155         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40156         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40157         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40158         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40159         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40160         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40161         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40162         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40163         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40164         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40165         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40166         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40167         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40168         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40169         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40170         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40171         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40172         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40173         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40174         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40175         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40176         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40177         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40178         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40179         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40180         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40181         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40182         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40183         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40184         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40185         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40186         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40187         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40188         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40189         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40190         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40191         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40192         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40193         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40194         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40195         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40196         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40197         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40198         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40199         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40200         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40201         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40202         * sysdeps/ieee754/s_lib_version.c: Likewise.
40203         * sysdeps/ieee754/s_matherr.c: Likewise.
40204         * sysdeps/ieee754/s_signgam.c: Likewise.
40205         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40206         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40207         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40208         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40209         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40210         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40211         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40212         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40213         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40214         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40215         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40216         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40217         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40218         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40219         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40220         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40221         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40222         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40223         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40224         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40225         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40226
40227 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40228
40229         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40230         * sunrpc/rpc_main.c: Likewise.
40231         * sunrpc/rpc_svcout.c: Likewise.
40232
40233 2012-03-09  David S. Miller  <davem@davemloft.net>
40234
40235         * include/math_private.h: New file.
40236
40237 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40238
40239         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40240         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40241         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40242         from <bits/socket_type.h>.
40243         (enum __socket_type): Don't define here.
40244         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40245         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40246         bits/socket_type.h.
40247
40248         [BZ #13566]
40249         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40250         checking __USE_GNU.
40251
40252         * Makerules ($(inst_includedir)/%.h): New rule.
40253         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40254         (install-others): Remove variable setting.
40255         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40256
40257 2012-03-08  Richard Henderson  <rth@twiddle.net>
40258
40259         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40260         from macro to inline function; merge with the
40261         !__LIBC_INTERNAL_MATH_INLINES version.
40262         (__ieee754_sqrtf): Likewise.
40263
40264         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40265         to inline function.
40266         (__rintf, __floor, __floorf): Likewise.
40267
40268         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40269         macro to inline function.
40270         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40271
40272         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40273         not <math/math_private.h>.
40274
40275 2012-03-08  David S. Miller  <davem@davemloft.net>
40276
40277         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40278         copyright year.
40279         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40280
40281 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40282
40283         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40284         normalization.
40285         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40286         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40287
40288 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40289
40290         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40291         be defined individually, they must be defined as a block.  Define
40292         S for printing a string instead of hidint the different by using a
40293         macro for adding the 'l'.
40294         * stdio-common/tst-fphex-wide.c: Adjust.
40295
40296 2012-03-07  Marek Polacek  <polacek@redhat.com>
40297
40298         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40299
40300 2012-03-08  Marek Polacek  <polacek@redhat.com>
40301
40302         [BZ #13806]
40303         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40304         * stdio-common/tst-fphex.c: Define a few macros to make the
40305         test reusable.  Use them.
40306         * stdio-common/tst-fphex-wide.c: New file.
40307
40308 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40309
40310         [BZ #6911]
40311         * manual/macros.texi (gnusystems): New macro.
40312         (nongnusystems): Likewise.
40313         (gnulinuxhurdsystems): Likewise.
40314         (gnuhurdsystems): Likewise..
40315         (gnulinuxsystems): Likewise.
40316         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40317         variants of the GNU system, not "GNU system".
40318         * manual/conf.texi: Likewise.
40319         * manual/errno.texi: Likewise.  Update example of errno macro
40320         expansion.
40321         * manual/filesys.texi: Likewise.
40322         (getumask): Document as specific to GNU/Hurd.
40323         * manual/install.texi: Likewise.  Reword some references to
40324         GNU/Linux.
40325         * manual/intro.texi: Likewise.
40326         * manual/io.texi: Likewise.
40327         (File Name Portability): Detail which constraints are inapplicable
40328         to all GNU systems and which are only inapplicable to GNU/Hurd.
40329         * manual/job.texi: Likewise.
40330         * manual/llio.texi: Likewise.
40331         (O_NOCTTY): Document as present on GNU/Linux.
40332         * manual/maint.texi: Likewise.
40333         * manual/memory.texi: Likewise.
40334         * manual/pattern.texi: Likewise.
40335         * manual/pipe.texi: Likewise.
40336         * manual/process.texi: Likewise.
40337         * manual/resource.texi: Likewise.
40338         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40339         child on GNU/Hurd.
40340         * manual/setjmp.texi: Likewise.
40341         * manual/signal.texi: Likewise.
40342         * manual/startup.texi: Likewise.
40343         * manual/stdio.texi: Likewise.
40344         * manual/terminal.texi: Likewise.
40345         (ONLCR): Document as POSIX.
40346         (OXTABS): Document availability on GNU/Linux as XTABS.
40347         (ONOEOT): Document availability separately from other bits.
40348         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40349         * manual/time.texi: Likewise.
40350         * manual/users.texi: Likewise.
40351         * INSTALL: Regenerated.
40352         * sysdeps/gnu/errlist.c: Regenerated.
40353
40354         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40355         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40356         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40357         puts.
40358         * configure: Regenerated.
40359
40360 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40361
40362         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40363         default includes instead of AC_HEADER_CHECK.
40364         * sysdeps/i386/configure: Regenerated.
40365
40366         [BZ #10716]
40367         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40368         * math/s_cacoshf.c (__cacoshf): Likewise.
40369         * math/s_cacoshl.c (__cacoshl): Likewise.
40370         * math/s_casinh.c (__casinh): Set signs of result from argument.
40371         * math/s_casinhf.c (__casinhf): Likewise.
40372         * math/s_casinhl.c (__casinhl): Likewise.
40373         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40374         (casinh_test): Add more tests.
40375         * sysdeps/i386/fpu/libm-test-ulps: Update.
40376         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40377
40378 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40379
40380         * po/zh_TW.po: Update from translation team.
40381
40382         * login/Makefile (distribute): Remove variable.
40383         * catgets/Makefile: Likewise.
40384         * mach/Makefile: Likewise.
40385         * malloc/Makefile: Likewise.
40386         * misc/Makefile: Likewise.
40387         * iconv/Makefile: Likewise.
40388         * nscd/Makefile: Likewise.
40389         * hurd/Makefile: Likewise.
40390         * manual/Makefile: Likewise.
40391         * locale/Makefile: Likewise.
40392         * intl/Makefile: Likewise.
40393         * conform/Makefile: Likewise.
40394         * nss/Makefile: Likewise.
40395         * time/Makefile: Likewise.
40396         * soft-fp/Makefile: Likewise.
40397         * dirent/Makefile: Likewise.
40398         * gmon/Makefile: Likewise.
40399         * po/Makefile: Likewise.
40400         * rt/Makefile: Likewise.
40401         * socket/Makefile: Likewise.
40402         * math/Makefile: Likewise.
40403         * signal/Makefile: Likewise.
40404         * debug/Makefile: Likewise.
40405         * elf/Makefile: Likewise.
40406         * timezone/Makefile: Likewise.
40407         * stdlib/Makefile: Likewise.
40408         * iconvdata/Makefile: Likewise.
40409         * sunrpc/Makefile: Likewise.
40410         * io/Makefile: Likewise.
40411         * argp/Makefile: Likewise.
40412         * inet/Makefile: Likewise.
40413         * hesiod/Makefile: Likewise.
40414         * grp/Makefile: Likewise.
40415         * csu/Makefile: Likewise.
40416         * wctype/Makefile: Likewise.
40417         * crypt/Makefile: Likewise.
40418         * libio/Makefile: Likewise.
40419         * string/Makefile: Likewise.
40420         * nis/Makefile: Likewise.
40421         * resolv/Makefile: Likewise.
40422         * stdio-common/Makefile: Likewise.
40423         * wcsmbs/Makefile: Likewise.
40424         * dlfcn/Makefile: Likewise.
40425         * posix/Makefile: Likewise.
40426
40427         [BZ #6959]
40428         * timezone/Makefile: Don't install timezone files, just the programs
40429         and scripts.
40430
40431 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40432
40433         * nss/databases.def: Add missing gshadow entry.
40434
40435         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40436
40437 2012-03-06  Marek Polacek  <polacek@redhat.com>
40438
40439         [BZ #13726]
40440         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40441         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40442         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40443         * stdio-common/tst-long-dbl-fphex.c: New file.
40444
40445 2012-03-06  David S. Miller  <davem@davemloft.net>
40446
40447         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40448         (set_obp_int): New function.
40449         (get_obp_int): New function.
40450         (__get_clockfreq_via_dev_openprom): Likewise.
40451         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40452         Avoid unused variable warnings on 'val' and use builtin_expect.
40453         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40454         __builtin_expect.
40455         (INLINE_CLONE_SYSCALL): Likewise.
40456
40457 2012-03-05  David S. Miller  <davem@davemloft.net>
40458
40459         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40460
40461 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40462
40463         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40464
40465         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40466         only for |x| >= 40.
40467         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40468
40469 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40470
40471         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40472         Replace gettimeofday with __vdso_gettimeofday.
40473
40474         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40475         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40476         __vdso_clock_gettime and __vdso_getcpu.
40477
40478         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40479         time with __vdso_time.
40480
40481 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40482
40483         * manual/lang.texi (size_t): Note types to which size_t may be
40484         equivalent with the GNU C Library, but do not describe when
40485         differences between them are significant.
40486
40487 2012-03-05  Andreas Jaeger  <aj@suse.de>
40488
40489         * sysdeps/i386/fpu/libm-test-ulps: Update.
40490
40491 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40492
40493         [BZ #3976]
40494         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40495         (__ieee754_pow): Save and restore rounding mode and use
40496         round-to-nearest for main computations.
40497         * math/libm-test.inc (pow_test_tonearest): New function.
40498         (pow_test_towardzero): Likewise.
40499         (pow_test_downward): Likewise.
40500         (pow_test_upward): Likewise.
40501         (main): Call the new functions.
40502         * sysdeps/i386/fpu/libm-test-ulps: Update.
40503         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40504
40505         [BZ #3976]
40506         * math/libm-test.inc (cosh_test_tonearest): New function.
40507         (cosh_test_towardzero): Likewise.
40508         (cosh_test_downward): Likewise.
40509         (cosh_test_upward): Likewise.
40510         (sinh_test_tonearest): Likewise.
40511         (sinh_test_towardzero): Likewise.
40512         (sinh_test_downward): Likewise.
40513         (sinh_test_upward): Likewise.
40514         (main): Call the new functions.
40515         * sysdeps/i386/fpu/libm-test-ulps: Update.
40516         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40517
40518 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40519
40520         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40521         default stack guard is set in last bytes.
40522         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40523
40524 2012-03-05  Kees Cook  <keescook@chromium.org>
40525
40526         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40527
40528         [BZ #13656]
40529         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40530         possibly allocate from heap instead of stack.
40531         * stdio-common/bug-vfprintf-nargs.c: New file.
40532         * stdio-common/Makefile (tests): Add nargs overflow test.
40533
40534 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40535
40536         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40537
40538 2012-03-03  Marek Polacek  <polacek@redhat.com>
40539
40540         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40541         * math/math_private.h: Likewise.
40542         * stdlib/tst-strtod.c: Likewise.
40543         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40544         * sysdeps/x86_64/bits/atomic.h: Likewise.
40545
40546 2012-03-02  David S. Miller  <davem@davemloft.net>
40547
40548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40549         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40550         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40551         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40552         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40553         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40554         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40555         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40556
40557 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40558
40559         [BZ #13792]
40560         * manual/examples/README: New file, says the example source files
40561         can be used under GPL>=2.
40562         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40563         line containing just "*/".
40564         * manual/examples/add.c: Add copyright header (GPL>=2).
40565         * manual/examples/argp-ex1.c: Likewise.
40566         * manual/examples/argp-ex2.c: Likewise.
40567         * manual/examples/argp-ex3.c: Likewise.
40568         * manual/examples/argp-ex4.c: Likewise.
40569         * manual/examples/atexit.c: Likewise.
40570         * manual/examples/db.c: Likewise.
40571         * manual/examples/dir.c: Likewise.
40572         * manual/examples/dir2.c: Likewise.
40573         * manual/examples/execinfo.c: Likewise.
40574         * manual/examples/filecli.c: Likewise.
40575         * manual/examples/filesrv.c: Likewise.
40576         * manual/examples/fmtmsgexpl.c: Likewise.
40577         * manual/examples/genpass.c: Likewise.
40578         * manual/examples/inetcli.c: Likewise.
40579         * manual/examples/inetsrv.c: Likewise.
40580         * manual/examples/isockad.c: Likewise.
40581         * manual/examples/longopt.c: Likewise.
40582         * manual/examples/memopen.c: Likewise.
40583         * manual/examples/memstrm.c: Likewise.
40584         * manual/examples/mkfsock.c: Likewise.
40585         * manual/examples/mkisock.c: Likewise.
40586         * manual/examples/mygetpass.c: Likewise.
40587         * manual/examples/pipe.c: Likewise.
40588         * manual/examples/popen.c: Likewise.
40589         * manual/examples/rprintf.c: Likewise.
40590         * manual/examples/search.c: Likewise.
40591         * manual/examples/select.c: Likewise.
40592         * manual/examples/setjmp.c: Likewise.
40593         * manual/examples/sigh1.c: Likewise.
40594         * manual/examples/sigusr.c: Likewise.
40595         * manual/examples/stpcpy.c: Likewise.
40596         * manual/examples/strdupa.c: Likewise.
40597         * manual/examples/strftim.c: Likewise.
40598         * manual/examples/strncat.c: Likewise.
40599         * manual/examples/subopt.c: Likewise.
40600         * manual/examples/swapcontext.c: Likewise.
40601         * manual/examples/termios.c: Likewise.
40602         * manual/examples/testopt.c: Likewise.
40603         * manual/examples/testpass.c: Likewise.
40604         * manual/examples/timeval_subtract.c: Likewise.
40605
40606         [BZ #13792]
40607         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40608         function to ...
40609         * manual/timeval_subtract.c.texi: ... here, new file.
40610
40611 2012-03-02  David S. Miller  <davem@davemloft.net>
40612
40613         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40614
40615 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40616
40617         [BZ #3976]
40618         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40619         (__sin): Save and restore rounding mode and use round-to-nearest
40620         for all computations.
40621         (__cos): Save and restore rounding mode and use round-to-nearest
40622         for all computations.
40623         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40624         <fenv.h>.
40625         (tan): Save and restore rounding mode and use round-to-nearest for
40626         all computations.
40627         * math/libm-test.inc (cos_test_tonearest): New function.
40628         (cos_test_towardzero): Likewise.
40629         (cos_test_downward): Likewise.
40630         (cos_test_upward): Likewise.
40631         (sin_test_tonearest): Likewise.
40632         (sin_test_towardzero): Likewise.
40633         (sin_test_downward): Likewise.
40634         (sin_test_upward): Likewise.
40635         (tan_test_tonearest): Likewise.
40636         (tan_test_towardzero): Likewise.
40637         (tan_test_downward): Likewise.
40638         (tan_test_upward): Likewise.
40639         (main): Call the new functions.
40640         * sysdeps/i386/fpu/libm-test-ulps: Update.
40641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40642
40643         [BZ #10135]
40644         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40645         small n, then large n, before computing and testing k+n.
40646         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40647         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40648         Likewise.
40649         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40650         Likewise.
40651         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40652         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40653         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40654         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40655         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40656         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40657         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40658         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40659         * math/libm-test.inc (scalbn_test): Add more tests.
40660         (scalbln_test): Likewise.
40661
40662         * manual/filesys.texi (mode_t): Describe constraints on size and
40663         signedness, not exact equivalence to a particular type.
40664         (ino_t): Likewise.
40665         (ino64_t): Likewise.
40666         (dev_t): Likewise.
40667         (nlink_t): Likewise.
40668         (blkcnt_t): Likewise.
40669         (blkcnt64_t): Likewise.
40670         * manual/llio.texi (off_t): Likewise.
40671
40672         [BZ #3976]
40673         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40674         (__ieee754_exp): Save and restore rounding mode and use
40675         round-to-nearest for all computations.
40676         * math/libm-test.inc (exp_test_tonearest): New function.
40677         (exp_test_towardzero): Likewise.
40678         (exp_test_downward): Likewise.
40679         (exp_test_upward): Likewise.
40680         (main): Call the new functions.
40681         * sysdeps/i386/fpu/libm-test-ulps: Update.
40682         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40683
40684 2012-03-01  Chris Demetriou  <cgd@google.com>
40685
40686         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40687         have predictable order.
40688
40689 2012-03-01  David S. Miller  <davem@davemloft.net>
40690
40691         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40692
40693         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40694         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40695         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40696         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40697
40698         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40699         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40700         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40701         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40702         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40703         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40704         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40705         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40706         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40707
40708         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40709
40710         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40711         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40712         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40713
40714         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40715         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40716         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40717         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40718         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40719         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40720         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40721         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40722         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40723         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40724         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40725         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40726         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40727         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40728         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40729         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40730         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40731         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40732         * sysdeps/sparc/elf/configure: Regenerated.
40733
40734 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40735
40736         * configure.in (AS, LD): Require binutils 2.20 or later.
40737         * configure: Regenerated.
40738         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40739         as required minimum version.
40740         * INSTALL: Regenerated.
40741
40742         [BZ #2541]
40743         [BZ #4108]
40744         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40745         before squaring exponent.
40746         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40747         bottom long double and 27 bits of top long double before squaring
40748         exponent.
40749         * math/libm-test.inc (erfc_test): Add more tests.
40750         * sysdeps/i386/fpu/libm-test-ulps: Update.
40751         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40753
40754 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40755
40756         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40757         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40758         containing bit-fields.
40759         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40760         * soft-fp/single.h (_FP_UNION_S): Likewise.
40761         * soft-fp/double.h (_FP_UNION_D): Likewise.
40762
40763 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40764
40765         [BZ #13786]
40766         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40767         not include ../strcmp.S.
40768         [USE_AS_STRNCASECMP_L]: Likewise.
40769         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40770         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40771         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40772         (__strncasecmp_l_ia32): Define as alias to
40773         __strncasecmp_l_nonascii.
40774
40775         [BZ #5794]
40776         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40777         * sysdeps/i386/fpu/libm-test-ulps: Update.
40778         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40779
40780         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40781         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40782
40783 2012-02-29  Jeff Law  <law@redhat.com>
40784
40785         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40786         out of bounds read.
40787
40788 2012-02-29  Marek Polacek  <polacek@redhat.com>
40789
40790         [BZ #13706]
40791         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40792         * elf/Makefile: Add rules to run tst-unused-dep.out.
40793
40794 2012-02-28  David S. Miller  <davem@davemloft.net>
40795
40796         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40797         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40798         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40799         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40800         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40801         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40802
40803 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40804
40805         * math/libm-test.inc (llround_test): Move one test from
40806         lround_test.  Use TEST_f_L in moved test.
40807         (lround_test): Move misplaced test to llround_test.  Add testcase
40808         from bug 2561.
40809
40810 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40811
40812         * sysdeps/x86_64/fpu/e_expf.S: New file.
40813         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40814
40815 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40816
40817         [BZ #13637]
40818         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40819         of remain_len that may cause incomplete multi-byte character and
40820         false match.
40821         * posix/bug-regex33.c: New file.
40822         * posix/Makefile (tests): Add bug-regex33.
40823
40824 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40825
40826         * manual/macros.texi: New file.
40827         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40828         * manual/libc.texinfo: Include macros.texi.
40829         * manual/creatute.texi: Likewise.
40830         * manual/install.texi: Likewise.
40831         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40832         @glibcadj{} in references to the GNU C Library.
40833         * manual/charset.texi: Likewise.
40834         * manual/conf.texi: Likewise.
40835         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40836         when not using those macros.
40837         * manual/creature.texi: Likewise.
40838         * manual/crypt.texi: Likewise.
40839         * manual/errno.texi: Likewise.
40840         * manual/filesys.texi: Likewise.
40841         * manual/header.texi: Likewise.
40842         * manual/install.texi: Likewise.
40843         * manual/intro.texi: Likewise.
40844         * manual/io.texi: Likewise.
40845         * manual/job.texi: Likewise.
40846         * manual/lang.texi: Likewise.
40847         * manual/libc.texiinfo: Likewise.
40848         * manual/llio.texi: Likewise.
40849         * manual/locale.texi: Likewise.
40850         * manual/maint.texi: Likewise.
40851         * manual/math.texi: Likewise.
40852         * manual/memory.texi: Likewise.
40853         * manual/message.texi: Likewise.
40854         * manual/nss.texi: Likewise.
40855         * manual/pattern.texi: Likewise.
40856         * manual/process.texi: Likewise.
40857         * manual/resource.texi: Likewise.
40858         * manual/search.texi: Likewise.
40859         * manual/setjmp.texi: Likewise.
40860         * manual/signal.texi: Likewise.
40861         * manual/socket.texi: Likewise.
40862         * manual/startup.texi: Likewise.
40863         * manual/stdio.texi: Likewise.
40864         * manual/string.texi: Likewise.
40865         * manual/sysinfo.texi: Likewise.
40866         * manual/syslog.texi: Likewise.
40867         * manual/terminal.texi: Likewise.
40868         * manual/time.texi: Likewise.
40869         * manual/users.texi: Likewise.
40870         * INSTALL: Regenerated.
40871         * NOTES: Regenerated.
40872         * sysdeps/gnu/errlist.c: Regenerated.
40873
40874 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40875
40876         * include/dirent.h: Include <dirstream.h> before
40877         <dirent/dirent.h>.
40878
40879 2012-02-28  David S. Miller  <davem@davemloft.net>
40880
40881         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40882         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40883         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40884         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40885
40886 2012-02-27  David S. Miller  <davem@davemloft.net>
40887
40888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40890         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40891         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40892
40893         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40894         frame pointer instead of stack pointer relative arg slot.
40895         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40896         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40897         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40898
40899 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40900
40901         [BZ #3992]
40902         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40903
40904 2012-02-27  David S. Miller  <davem@davemloft.net>
40905
40906         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40907         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40908         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40909         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40910         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40911         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40912         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40913         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40914
40915 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40916
40917         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40918         later.  Allow versions 5-9.
40919         * configure: Regenerated.
40920         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40921         required minimum version and 4.6 as recommended version.  Do not
40922         mention bugs in GCC 2.7 and 2.8.
40923         * INSTALL: Regenerated.
40924
40925 2012-02-27  David S. Miller  <davem@davemloft.net>
40926
40927         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40928         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40929         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40930         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40931         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40932         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40933         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40934         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40935
40936         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40937         manipulate bits before adding and subtracting TWO112[sx].
40938         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40939
40940 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40941
40942         [BZ #13775]
40943         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40944         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40945         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40946         being in POSIX, because they are in 1003.1-2008.
40947
40948         * rt/tst-aio.c: Include <fcntl.h>.
40949         * rt/tst-aio7.c: Likewise.
40950         * rt/tst-aio64.c: Likewise.
40951
40952         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40953
40954 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40955
40956         * manual/install.texi (--with-headers): Describe headers as
40957         interface headers, not private headers.
40958         (Specific advice for GNU/Linux systems): Describe use of headers
40959         from "make headers_install", not private headers from older
40960         kernels.
40961         * INSTALL: Regenerated.
40962         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40963         Change to 2.6.19.
40964         * sysdeps/unix/sysv/linux/configure: Regenerated.
40965
40966         * manual/llio.texi (fclean): Remove documentation.
40967
40968         * manual/Makefile (libc-texi-generated): New variable.  Include
40969         version.texi.
40970         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40971         $(libc-texi-generated), not duplicated list of files.
40972         (version.texi, stamp-version): New rules.
40973         (realclean): Remove $(libc-texi-generated), not individual files
40974         from that list.  Do not remove dir-add.texinfo.
40975         * manual/libc.texinfo: Comment out uses of edition numbers and
40976         references to printed manual.  Remove last-updated dates.
40977         (EDITION): Comment out.
40978         (ISBN): Likewise.
40979         (VERSION, UPDATED): Remove.
40980         (version.texi): Include.
40981
40982 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40983
40984         * sysdeps/posix/spawni.c: Include <signal.h>.
40985         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40986         * sysdeps/pthread/aio_fsync.c: Likewise.
40987
40988 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40989
40990         * conform/Makefile (tests): Run only when not cross-compiling and
40991         when fast-check is not defined.
40992
40993         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40994         * conform/data/limits.h-data: Fixes for POSIX2008.
40995         * conform/run-conformtest.sh: Run all tests.
40996         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40997         headers.
40998         * include/bits/dlfcn.h: Likewise.
40999         * include/langinfo.h: Likewise.
41000         * include/monetary.h: Likewise.
41001         * include/sys/poll.h: Likewise.
41002
41003         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
41004         for __USE_GNU.
41005         * posix/spawn.h: Define __need_sigset_t.
41006         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
41007         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
41008         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
41009         to get sigevent_t only.
41010         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
41011         only for __USE_GNU.
41012         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
41013         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
41014         process_vm_writev only for __USE_GNU.
41015         * termios/termios.h: Declare tcgetsid also for POSIX2008.
41016
41017         * conform/Makefile: For now ignore errors from run-conformtest.
41018         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
41019         POSIX to avoid namespace pollution.  Don't prepend headers.
41020         * conform/data/aio.h-data: Fixes for POSIX testing.
41021         * conform/data/fcntl.h-data: Likewise.
41022         * conform/data/glob.h-data: Likewise.
41023         * conform/data/grp.h-data: Likewise.
41024         * conform/data/pthread.h-data: Likewise.
41025         * conform/data/pwd.h-data: Likewise.
41026         * conform/data/signal.h-data: Likewise.
41027         * conform/data/spawn.h-data: Likewise.
41028         * conform/data/stdio.h-data: Likewise.
41029         * conform/data/stdlib.h-data: Likewise.
41030         * conform/data/stropts.h-data: Likewise.
41031         * conform/data/sys/mman.h-data: Likewise.
41032         * conform/data/sys/stat.h-data: Likewise.
41033         * conform/data/sys/types.h-data: Likewise.
41034         * conform/data/sys/wait.h-data: Likewise.
41035         * conform/data/time.h-data: Likewise.
41036         * conform/data/unistd.h-data: Likewise.
41037         * conform/data/utime.h-data: Likewise.
41038
41039         * io/sys/stat.h: fchmod was always in POSIX.
41040         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41041         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41042         * rt/aio.h: Define __need_timespec before including <time.h>.
41043         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41044         struct.  Add forward declaration of pthread_attr_t and use it in
41045         sigevent.
41046         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41047         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41048         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41049         always remove CLK_TCK definition.
41050
41051 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41052
41053         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41054
41055 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41056
41057         * conform/run-conformtest.sh: New file.
41058         * conform/Makefile: Run run-conformtest for tests.
41059         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41060         support.
41061
41062         * conform/data/uchar.h-data: New file.
41063         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41064         * conform/data/arpa/inet.h-data: Likewise.
41065         * conform/data/assert.h-data: Likewise.
41066         * conform/data/complex.h-data: Likewise.
41067         * conform/data/cpio.h-data: Likewise.
41068         * conform/data/ctype.h-data: Likewise.
41069         * conform/data/dirent.h-data: Likewise.
41070         * conform/data/dlfcn.h-data: Likewise.
41071         * conform/data/errno.h-data: Likewise.
41072         * conform/data/fcntl.h-data: Likewise.
41073         * conform/data/float.h-data: Likewise.
41074         * conform/data/fmtmsg.h-data: Likewise.
41075         * conform/data/fnmatch.h-data: Likewise.
41076         * conform/data/ftw.h-data: Likewise.
41077         * conform/data/glob.h-data: Likewise.
41078         * conform/data/grp.h-data: Likewise.
41079         * conform/data/iconv.h-data: Likewise.
41080         * conform/data/inttypes.h-data: Likewise.
41081         * conform/data/langinfo.h-data: Likewise.
41082         * conform/data/libgen.h-data: Likewise.
41083         * conform/data/limits.h-data: Likewise.
41084         * conform/data/locale.h-data: Likewise.
41085         * conform/data/math.h-data: Likewise.
41086         * conform/data/monetary.h-data: Likewise.
41087         * conform/data/mqueue.h-data: Likewise.
41088         * conform/data/ndbm.h-data: Likewise.
41089         * conform/data/net/if.h-data: Likewise.
41090         * conform/data/netdb.h-data: Likewise.
41091         * conform/data/netinet/in.h-data: Likewise.
41092         * conform/data/nl_types.h-data: Likewise.
41093         * conform/data/poll.h-data: Likewise.
41094         * conform/data/pthread.h-data: Likewise.
41095         * conform/data/pwd.h-data: Likewise.
41096         * conform/data/regex.h-data: Likewise.
41097         * conform/data/sched.h-data: Likewise.
41098         * conform/data/search.h-data: Likewise.
41099         * conform/data/semaphore.h-data: Likewise.
41100         * conform/data/setjmp.h-data: Likewise.
41101         * conform/data/signal.h-data: Likewise.
41102         * conform/data/spawn.h-data: Likewise.
41103         * conform/data/stdarg.h-data: Likewise.
41104         * conform/data/stdio.h-data: Likewise.
41105         * conform/data/stdlib.h-data: Likewise.
41106         * conform/data/string.h-data: Likewise.
41107         * conform/data/strings.h-data: Likewise.
41108         * conform/data/stropts.h-data: Likewise.
41109         * conform/data/sys/ipc.h-data: Likewise.
41110         * conform/data/sys/mman.h-data: Likewise.
41111         * conform/data/sys/msg.h-data: Likewise.
41112         * conform/data/sys/resource.h-data: Likewise.
41113         * conform/data/sys/select.h-data: Likewise.
41114         * conform/data/sys/sem.h-data: Likewise.
41115         * conform/data/sys/shm.h-data: Likewise.
41116         * conform/data/sys/socket.h-data: Likewise.
41117         * conform/data/sys/stat.h-data: Likewise.
41118         * conform/data/sys/statvfs.h-data: Likewise.
41119         * conform/data/sys/time.h-data: Likewise.
41120         * conform/data/sys/timeb.h-data: Likewise.
41121         * conform/data/sys/times.h-data: Likewise.
41122         * conform/data/sys/types.h-data: Likewise.
41123         * conform/data/sys/uio.h-data: Likewise.
41124         * conform/data/sys/un.h-data: Likewise.
41125         * conform/data/sys/utsname.h-data: Likewise.
41126         * conform/data/sys/wait.h-data: Likewise.
41127         * conform/data/syslog.h-data: Likewise.
41128         * conform/data/tar.h-data: Likewise.
41129         * conform/data/termios.h-data: Likewise.
41130         * conform/data/utime.h-data: Likewise.
41131         * conform/data/utmpx.h-data: Likewise.
41132         * conform/data/varargs.h-data: Likewise.
41133         * conform/data/wchar.h-data: Likewise.
41134         * conform/data/wctype.h-data: Likewise.
41135         * conform/data/wordexp.h-data: Likewise.
41136
41137         * include/stropts.h: New file.
41138         * include/uchar.h: New file.
41139         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41140         * include/assert.h: Likewise.
41141         * include/ctype.h: Likewise.
41142         * include/dirent.h: Likewise.
41143         * include/dlfcn.h: Likewise.
41144         * include/fcntl.h: Likewise.
41145         * include/fnmatch.h: Likewise.
41146         * include/glob.h: Likewise.
41147         * include/grp.h: Likewise.
41148         * include/libio.h: Likewise.
41149         * include/locale.h: Likewise.
41150         * include/math.h: Likewise.
41151         * include/net/if.h: Likewise.
41152         * include/netdb.h: Likewise.
41153         * include/netinet/in.h: Likewise.
41154         * include/pthread.h: Likewise.
41155         * include/pwd.h: Likewise.
41156         * include/regex.h: Likewise.
41157         * include/sched.h: Likewise.
41158         * include/search.h: Likewise.
41159         * include/setjmp.h: Likewise.
41160         * include/signal.h: Likewise.
41161         * include/stdio.h: Likewise.
41162         * include/stdlib.h: Likewise.
41163         * include/string.h: Likewise.
41164         * include/sys/cdefs.h: Likewise.
41165         * include/sys/mman.h: Likewise.
41166         * include/sys/msg.h: Likewise.
41167         * include/sys/resource.h: Likewise.
41168         * include/sys/select.h: Likewise.
41169         * include/sys/socket.h: Likewise.
41170         * include/sys/stat.h: Likewise.
41171         * include/sys/statvfs.h: Likewise.
41172         * include/sys/time.h: Likewise.
41173         * include/sys/times.h: Likewise.
41174         * include/sys/uio.h: Likewise.
41175         * include/sys/utsname.h: Likewise.
41176         * include/sys/wait.h: Likewise.
41177         * include/termios.h: Likewise.
41178         * include/time.h: Likewise.
41179         * include/ulimit.h: Likewise.
41180         * include/unistd.h: Likewise.
41181         * include/utime.h: Likewise.
41182         * include/wchar.h: Likewise.
41183         * include/wctype.h: Likewise.
41184         * include/wordexp.h: Likewise.
41185
41186         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41187
41188         * time/time.h: TIME_UTC must be a macro.
41189         Make timespec_get available for ISO C11 only as well.
41190
41191 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41192
41193         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41194         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41195
41196 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41197
41198         * configure.in: Use -o not -a in test for unsupported multi-arch.
41199
41200 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41201
41202         * manual/texinfo.tex: Update to version 2012-01-19.16.
41203
41204 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41205
41206         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41207
41208 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41209
41210         [BZ #13738]
41211         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41212         * manual/fdl-1.3.texi: New file.
41213         * manual/fdl-1.1.texi: File removed.
41214
41215         [BZ #13738]
41216         * manual/libc.texinfo (FDL_VERSION): New @set.
41217         Use it for mention of FDL in cover text.
41218         (Documentation License): Use it in @include file name.
41219
41220 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41221             Roland McGrath  <roland@hack.frob.com>
41222
41223         [BZ #5461]
41224         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41225         (not LONG_LONG_MAX and LONG_LONG_MIN.
41226         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41227         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41228         name.
41229         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41230
41231 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41232
41233         [BZ #2547]
41234         [BZ #11365]
41235         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41236         manipulate bits before adding and subtracting TWO23[sx].
41237         * math/libm-test.inc (nearbyint_test): Add more tests.
41238
41239 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41240
41241         [BZ #2548]
41242         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41243         bits before adding and subtracting TWO23[sx].
41244         * math/libm-test.inc (rint_test): Add more tests.
41245         (rint_test_tonearest): Likewise.
41246         (rint_test_towardzero): Likewise.
41247         (rint_test_downward): Likewise.
41248         (rint_test_upward: Likewise.
41249
41250 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41251
41252         [BZ #10110]
41253         * include/stdc-predef.h: New file.  Extracted from features.h.
41254         * include/features.h: Include stdc-predef.h.
41255         * Makefile (headers): Add stdc-predef.h.
41256         * CONFORMANCE (Compiler limitations): Update.
41257
41258 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41259
41260         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41261
41262 2012-02-21  David S. Miller  <davem@davemloft.net>
41263
41264         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41265         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41266
41267 2012-02-20  David S. Miller  <davem@davemloft.net>
41268
41269         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41270         using a normal save/restore sequence, rather than allocating a
41271         dummy stack frame just to store a frame pointer and restore.
41272         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41273
41274 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41275
41276         * manual/install.texi: Fix stray word in line-wrapped comment.
41277
41278 2012-02-20  David S. Miller  <davem@davemloft.net>
41279
41280         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41281         both binutils and gcc support GOTDATA.
41282
41283         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41284         "rd %pc" in the PIC register setup sequences.
41285
41286         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41287         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41288         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41289         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41290         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41291         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41292         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41293         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41294         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41295         (SYSCALL_ERROR_HANDLER): Likewise.
41296         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41297         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41298         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41299         (SYSCALL_ERROR_HANDLER): Likewise.
41300
41301         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41302         (HAVE_GCC_GOTDATA): New.
41303         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41304         relocation support in both binutils and gcc.
41305         * sysdeps/sparc/elf/configure: Regenerate.
41306
41307         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41308         * sysdeps/sparc/sparc32/elf/configure: Delete.
41309         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41310         * sysdeps/sparc/sparc64/elf/configure: Delete.
41311         * sysdeps/sparc/elf/configure.in: New file.
41312         * sysdeps/sparc/elf/configure: Generate.
41313
41314         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41315         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41316         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41317         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41318         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41319
41320 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41321
41322         * manual/install.texi: Do not mention specific glibc version
41323         numbers.
41324         * manual/libc.texinfo (VERSION, UPDATED): Update.
41325         (@copying): Use @copyright{} and range of years.
41326
41327 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41328
41329         [BZ #13695]
41330         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41331         [crti.S not in sysdirs] (generated): Do not append.
41332         [crti.S not in sysdirs] (omit-deps): Likewise.
41333         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41334         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41335         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41336         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41337         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41338         Likewise.
41339         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41340         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41341         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41342         * csu/defs.awk: Remove file.
41343         * sysdeps/generic/initfini.c: Likewise.
41344         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41345         variable.
41346         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41347         Likewise.
41348
41349 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41350
41351         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41352         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41353         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41354         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41355         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41356         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41357         <bits/epoll.h>.
41358         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41359         (__EPOLL_PACKED): Define to empty if not defined by
41360         <bits/epoll.h>.
41361         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41362         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41363         bits/epoll.h.
41364
41365 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41366
41367         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41368         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41369         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41370         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41371         <bits/timerfd.h>.
41372         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41373         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41374         bits/timerfd.h.
41375
41376 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41377
41378         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41379         in C locale.
41380         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41381         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41382         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41383         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41384
41385 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41386
41387         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41388         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41389
41390 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41391
41392         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41393         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41394         defined.
41395         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41396         Likewise.
41397         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41398         entry for 2.16.
41399
41400 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41401
41402         * math/w_acos.c: Use non-signaling floating-point comparisons.
41403         * math/w_acosf.c: Likewise.
41404         * math/w_acosh.c: Likewise.
41405         * math/w_acoshf.c: Likewise.
41406         * math/w_acoshl.c: Likewise.
41407         * math/w_acosl.c: Likewise.
41408         * math/w_asin.c: Likewise.
41409         * math/w_asinf.c: Likewise.
41410         * math/w_asinl.c: Likewise.
41411         * math/w_atanh.c: Likewise.
41412         * math/w_atanhf.c: Likewise.
41413         * math/w_atanhl.c: Likewise.
41414         * math/w_exp2.c: Likewise.
41415         * math/w_exp2f.c: Likewise.
41416         * math/w_exp2l.c: Likewise.
41417         * math/w_j0.c: Likewise.
41418         * math/w_j0f.c: Likewise.
41419         * math/w_j0l.c: Likewise.
41420         * math/w_j1.c: Likewise.
41421         * math/w_j1f.c: Likewise.
41422         * math/w_j1l.c: Likewise.
41423         * math/w_jn.c: Likewise.
41424         * math/w_jnf.c: Likewise.
41425         * math/w_log.c: Likewise.
41426         * math/w_log10.c: Likewise.
41427         * math/w_log10f.c: Likewise.
41428         * math/w_log10l.c: Likewise.
41429         * math/w_log2.c: Likewise.
41430         * math/w_log2f.c: Likewise.
41431         * math/w_log2l.c: Likewise.
41432         * math/w_logf.c: Likewise.
41433         * math/w_logl.c: Likewise.
41434         * math/w_sqrt.c: Likewise.
41435         * math/w_sqrtf.c: Likewise.
41436         * math/w_sqrtl.c: Likewise.
41437         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41438         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41439         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41440         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41441         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41442
41443 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41444
41445         [BZ #9739]
41446         * manual/string.texi (strnlen): Use correct parameter name in
41447         equivalent expression.
41448
41449 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41450
41451         [BZ #11174]
41452         * manual/users.texi (seteuid): Consistently use neweuid for
41453         argument name.
41454
41455 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41456
41457         [BZ #13704]
41458         * manual/nss.texi (Services in the NSS configuration): Correct
41459         list of services in example configuration file.
41460
41461 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41462
41463         [BZ #11322]
41464         * manual/arith.texi: Remove statements about negative zero
41465         behaving identically to zero.
41466
41467 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41468
41469         [BZ #5993]
41470         * manual/install.texi: Do not document upgrading from libc5.
41471
41472 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41473
41474         [BZ #4596]
41475         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41476
41477 2012-02-18  David S. Miller  <davem@davemloft.net>
41478
41479         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41480         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41481         %o7 across the call.
41482         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41483         instead.
41484         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41485         SETUP_PIC_REG_LEAF.
41486         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41487         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41488         * sysdeps/sparc/crtn.S: Likewise.
41489
41490 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41491
41492         * aout/Makefile: Remove.
41493
41494 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41495
41496         [BZ #13058]
41497         * manual/examples/argp-ex1.c (main): Format definition in GNU
41498         style.
41499         * manual/examples/argp-ex2.c (main): Likewise.
41500         * manual/examples/argp-ex3.c (main): Likewise.
41501         * manual/examples/argp-ex4.c (main): Likewise.
41502         * manual/examples/longopt.c (main): Use new-style prototype
41503         definition.
41504         * manual/examples/strncat.c (main): Specify return type and use
41505         (void) for arguments.
41506         * manual/examples/subopt.c (main): Use char **argv argument.
41507
41508 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41509
41510         [BZ #5077]
41511         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41512         rounding modes.
41513
41514 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41515
41516         [BZ #6907]
41517         * manual/string.texi (strchr): Change when strchrnul is
41518         recommended.
41519
41520 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41521
41522         [BZ #174]
41523         * manual/locale.texi (setlocale): Document LOCPATH.
41524
41525 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41526
41527         [BZ #10210]
41528         * manual/process.texi (execle): Move @dots{} before last argument.
41529
41530 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41531
41532         [BZ #12047]
41533         * manual/charset.texi (Generic Charset Conversion): Fix typo
41534         (LC_TYPE -> LC_CTYPE).
41535
41536 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41537
41538         [BZ #5805]
41539         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41540         (scalbnf): Likewise.
41541         (scalbnl): Likewise.
41542         (scalbln): Likewise.
41543         (scalblnf): Likewise.
41544         (scalblnl): Likewise.
41545         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41546         (vwarnx): Likewise.
41547         (verr): Likewise.
41548         (verrx): Likewise.
41549         * manual/filesys.texi (telldir): Use braces around return type.
41550         * manual/llio.texi (mmap): Add space after comma.
41551         (mmap64): Likewise.
41552         * manual/math.texi (jn): Use @var{} on parameter names.
41553         (jnf): Likewise.
41554         (jnl): Likewise.
41555         (yn): Likewise.
41556         (ynf): Likewise.
41557         (ynl): Likewise.
41558         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41559         line.
41560         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41561         "...".
41562         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41563         (sched_get_priority_max): Likewise.
41564         * manual/signal.texi (sigvec): Add space after comma.
41565         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41566         names.
41567         (if_indextoname): Likewise.
41568         (if_freenameindex): Likewise.
41569         (sendto): Use ',' instead of '.' in prototype.
41570         * manual/startup.texi (syscall): Use @dots{} instead of literal
41571         "...".
41572         * manual/stdio.texi (__fpending): Separate initial words of
41573         paragraph from @deftypefun line.
41574         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41575         "...".
41576         (vsyslog): Use @var{} on parameter names.
41577         * manual/terminal.texi (stty): Use @var{} on parameter names.
41578         * manual/users.texi (getutmp): Use @var{} on parameter names.
41579         (getutmpx): Likewise.
41580
41581 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41582
41583         [BZ #6884]
41584         * manual/stdio.texi (fopen): Fix typos in description of
41585         ",ccs=STRING".
41586
41587 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41588
41589         [BZ #4026]
41590         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41591         get clock_id definition.
41592
41593 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41594
41595         [BZ #4822]
41596         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41597         (madvise): Cast every argument to void on its own.
41598
41599 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41600
41601         [BZ #9902]
41602         * manual/startup.texi (Exit Status): Fix typo.
41603
41604 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41605
41606         [BZ #10140]
41607         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41608         * manual/examples/argp-ex2.c: Likewise.
41609         * manual/examples/argp-ex3.c: Likewise.
41610
41611 2012-02-16  Richard Henderson  <rth@redhat.com>
41612
41613         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41614         * sysdeps/s390/s390-32/initfini.c: Remove.
41615         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41616         * sysdeps/s390/s390-64/initfini.c: Remove.
41617
41618 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41619
41620         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41621         compiler output for sysdeps/generic/initfini.c.
41622         * sysdeps/sh/elf/initfini.c: Remove file.
41623
41624 2012-02-16  David S. Miller  <davem@davemloft.net>
41625
41626         [BZ #11494]
41627         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41628
41629         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41630         * sysdeps/sparc/crti.S: New file.
41631         * sysdeps/sparc/crtn.S: New file.
41632         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41633         * sysdeps/sparc/sparc64/Makefile: Likewise.
41634
41635 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41636
41637         [BZ #3335]
41638         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41639
41640 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41641
41642         [BZ #4822]
41643         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41644
41645         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41646         (write, read, close): Likewise.
41647         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41648
41649 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41650
41651         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41652         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41653         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41654         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41655         <bits/signalfd.h>.
41656         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41657         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41658         bits/signalfd.h.
41659
41660 2012-02-14  Marek Polacek  <polacek@redhat.com>
41661
41662         * sysdeps/x86_64/crti.S: New file.
41663         * sysdeps/x86_64/crtn.S: New file.
41664         * sysdeps/x86_64/elf/initfini.c: Remove file.
41665
41666 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41667
41668         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41669         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41670         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41671         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41672         <bits/inotify.h>.
41673         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41674         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41675         bits/inotify.h.
41676
41677 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41678
41679         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41680         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41681         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41682         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41683         <bits/eventfd.h>.
41684         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41685         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41686         bits/eventfd.h.
41687
41688 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41689
41690         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41691         __feraiseexcept instead of feraiseexcept.
41692
41693         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41694         nanosleep invocations.
41695         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41696         strings, and add error checking for a nanosleep invocations.
41697
41698 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41699
41700         Replace FSF snail mail address with URLs, as per GNU coding standards.
41701         Most of the snail mail addresses were wrong anyway, and omitting
41702         them makes the source code easier to maintain.  Almost all of the
41703         changes are to license notices and to locale LC_IDENTIFICATION
41704         addresses, except for this one:
41705         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41706         not its snail mail address.
41707
41708 2012-02-09  Richard Henderson  <rth@twiddle.net>
41709
41710         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41711         of kernel-features.h.
41712
41713         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41714
41715 2012-02-08  Marek Polacek  <polacek@redhat.com>
41716
41717         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41718         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41719         * sysdeps/gnu/_G_config.h: Likewise.
41720         * sysdeps/generic/_G_config.h: Likewise.
41721
41722 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41723
41724         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41725         tests.
41726         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41727
41728         * sysdeps/powerpc/powerpc32/crti.S: New file.
41729         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41730         * sysdeps/powerpc/powerpc64/crti.S: New file.
41731         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41732
41733         * Makeconfig (have-initfini): Don't set.
41734         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41735         * configure.in (nopic_initfini): Don't substitute.
41736         * config.h.in (HAVE_INITFINI): Don't #undef.
41737         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41738         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41739
41740 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41741
41742         Support crti.S and crtn.S provided directly by architectures.
41743         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41744         [crti.S in sysdirs] (omit-deps): Likewise.
41745         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41746         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41747         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41748         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41749         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41750         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41751         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41752         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41753         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41754         compiler output for sysdeps/generic/initfini.c.
41755         * sysdeps/i386/elf/Makefile: Remove file.
41756         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41757
41758 2012-02-07  Marek Polacek  <polacek@redhat.com>
41759
41760         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41761         * sysdeps/gnu/_G_config.h: Likewise.
41762         * sysdeps/mach/hurd/_G_config.h: Likewise.
41763
41764 2012-02-07  Marek Polacek  <polacek@redhat.com>
41765
41766         * math/Makefile (tests): Add tst-CMPLX2.
41767         * math/tst-CMPLX2.c: New file.
41768
41769 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41770
41771         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41772
41773         * math/libm-test.inc (jn_test): Add missing L suffix.
41774
41775 2012-02-06  Marek Polacek  <polacek@redhat.com>
41776
41777         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41778         * sysdeps/i386/fpu/e_powf.S: Likewise.
41779         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41780         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41781         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41782         * sysdeps/i386/fpu/e_pow.S: Likewise.
41783         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41784         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41785         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41786         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41787         * sysdeps/i386/fpu/e_log2.S: Likewise.
41788         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41789         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41790         * sysdeps/i386/fpu/e_powl.S: Likewise.
41791         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41792         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41793         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41794         * sysdeps/i386/fpu/e_logl.S: Likewise.
41795         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41796         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41797         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41798         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41799         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41800         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41801         * sysdeps/i386/fpu/e_log.S: Likewise.
41802         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41803         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41804         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41805         * sysdeps/i386/fpu/e_logf.S: Likewise.
41806         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41807         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41808         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41809         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41810         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41811         * sysdeps/i386/fpu/e_log10.S: Likewise.
41812         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41813         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41814         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41815         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41816         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41817         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41818         * sysdeps/i386/asm-syntax.h: Likewise.
41819         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41820         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41821         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41822         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41823         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41824         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41825         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41826         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41827         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41828         * sysdeps/powerpc/sysdep.h: Likewise.
41829         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41830         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41831
41832 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41833
41834         [BZ #411]
41835         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41836
41837 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41838
41839         * sysdeps/i386/sysdep.h: Include <features.h>.
41840         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41841         version.
41842
41843 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41844
41845         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41846         Define.
41847         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41848         LOAD_PIC_REG_STR.
41849
41850 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41851
41852         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41853         (SETUP_PIC_REG): Use GET_PC_THUNK.
41854         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41855         macro.
41856
41857 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41858
41859         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41860         for non-PIC compilation.
41861         (SETUP_PIC_REG): Add .p2align directive.
41862         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41863         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41864         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41865         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41866         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41867         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41868         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41869         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41870         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41871         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41872         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41873         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41874         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41875         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41876         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41877         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41878         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41879         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41880         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41881         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41882         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41883         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41884         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41885         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41886         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41887         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41888         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41889         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41890         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41891         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41892         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41893         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41894         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41895         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41896         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41897         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41898         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41899         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41900         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41901         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41902         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41903
41904 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41905
41906         * math/tst-CMPLX.c: Include <stdio.h>.
41907
41908 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41909
41910         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41911         float.
41912         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41913         * sysdeps/sparc/bits/mathdef.h: Likewise.
41914
41915 2012-01-31  Marek Polacek  <polacek@redhat.com>
41916
41917         * libio/libio.h: Don't define _PARAMS.
41918         * locale/programs/config.h: Don't define PARAMS.
41919         * stdlib/strtol_l.c: Likewise.
41920         (__strtol_l): Remove PARAMS from the prototype.
41921
41922 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41923
41924         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41925         names.  Just use the correct names.  Remove unnecessary wrapper
41926         functions.
41927         * malloc/arena.c: Likewise.
41928         * malloc/hooks.c: Likewise.
41929
41930         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41931         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41932         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41933
41934 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41935
41936         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41937         into tail calls.
41938         (update_get_addr): New function.
41939         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41940         GET_ADDR_MODULE parameter.
41941
41942 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41943
41944         * crypt/cert.c: Remove __STDC__ conditionals.
41945         * crypt/crypt-entry.c: Likewise.
41946         * crypt/crypt_util.c: Likewise.
41947         * libio/filedoalloc.c: Likewise.
41948         * libio/fileops.c: Likewise.
41949         * libio/genops.c: Likewise.
41950         * libio/iofclose.c: Likewise.
41951         * libio/iofdopen.c: Likewise.
41952         * libio/iofopen.c: Likewise.
41953         * libio/iofopen64.c: Likewise.
41954         * libio/iogetdelim.c: Likewise.
41955         * libio/iopopen.c: Likewise.
41956         * libio/obprintf.c: Likewise.
41957         * libio/oldfileops.c: Likewise.
41958         * libio/oldiofclose.c: Likewise.
41959         * libio/oldiofdopen.c: Likewise.
41960         * libio/oldiofopen.c: Likewise.
41961         * libio/oldiopopen.c: Likewise.
41962         * libio/wfiledoalloc.c: Likewise.
41963         * libio/wgenops.c: Likewise.
41964         * locale/programs/xmalloc.c: Likewise.
41965         * misc/syslog.c: Likewise.
41966         * stdio-common/xbug.c: Likewise.
41967         * string/memchr.c: Likewise.
41968         * string/memcmp.c: Likewise.
41969         * string/memrchr.c: Likewise.
41970         * string/rawmemchr.c: Likewise.
41971         * sysdeps/posix/getcwd.c: Likewise.
41972         * time/strftime_l.c: Likewise.
41973
41974 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41975
41976         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41977         * config.make.in (config-cflags-sse2avx): Define.
41978         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41979         Fix typo.
41980
41981 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41982
41983         * scripts/config.guess: Update from upstream config git repository.
41984         * scripts/config.sub: Likewise.
41985
41986 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41987
41988         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41989         (EM_NUM): Update.
41990         (R_TILEPRO_*, R_TILEGX_*): New macros.
41991
41992         * scripts/firstversions.awk: Fix bug in version range handling.
41993
41994         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41995
41996         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41997
41998         * include/sys/epoll.h: New file.
41999         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
42000         libc_hidden_def.
42001
42002 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
42003
42004         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
42005         Avoid unnecessary __WORDSIZE == 64 test.
42006         (fmaxf): Use VEX format if possible.
42007         (fmax): Likewise.
42008         (fminf): Likewise.
42009         (fmin): Likewise.
42010
42011         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
42012         * math/math_private.h: Remove libc_fegetround* and
42013         libc_fesetround*.
42014         * sysdeps/i386/configure.in: Check for -msse2avx.
42015         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
42016         also if SSE2AVX is defined.
42017         Remove libc_fegetround* and libc_fesetround*.
42018         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
42019         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
42020         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
42021         of HAS_YMM_USABLE.
42022         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42023         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42024         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42025         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42026         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42027
42028         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42029
42030 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42031
42032         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42033         size is not set.
42034         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42035
42036 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42037
42038         [BZ #13618]
42039         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42040         relocation.
42041         * Makeconfig (libm): Define.
42042         * elf/Makefile: Add rules to build and run tst-relsort1.
42043         * elf/tst-relsort1.c: New file.
42044         * elf/tst-relsort1mod1.c: New file.
42045         * elf/tst-relsort1mod2.c: New file.
42046
42047 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42048
42049         * math/s_ldexp.c: Remove __STDC__ conditionals.
42050         * math/s_ldexpf.c: Likewise.
42051         * math/s_ldexpl.c: Likewise.
42052         * math/s_nextafter.c: Likewise.
42053         * math/s_nexttowardf.c: Likewise.
42054         * math/s_significand.c: Likewise.
42055         * math/s_significandf.c: Likewise.
42056         * math/s_significandl.c: Likewise.
42057         * math/w_jnl.c: Likewise.
42058         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42059         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42060         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42061         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42062         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42063         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42064         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42065         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42066         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42067         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42068         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42069         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42070         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42071         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42072         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42073         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42074         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42075         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42076         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42077         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42078         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42079         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42080         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42081         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42082         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42083         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42084         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42085         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42086         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42087         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42088         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42089         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42090         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42091         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42092         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42093         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42094         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42095         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42096         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42097         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42098         * sysdeps/ieee754/k_standard.c: Likewise.
42099         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42100         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42101         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42102         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42103         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42104         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42105         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42106         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42107         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42108         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42109         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42110         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42111         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42112         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42113         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42114         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42115         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42116         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42117         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42118         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42119         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42120         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42121         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42122         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42123         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42124         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42125         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42126         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42127         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42128         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42129         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42130         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42131         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42132         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42133         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42134         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42135         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42136         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42137         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42138         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42139         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42140         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42141         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42142         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42143         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42144         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42145         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42146         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42147         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42148         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42149         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42150         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42151         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42152         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42153         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42154         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42155         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42156         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42157         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42158         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42159         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42160         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42161         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42162         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42163         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42164         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42165         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42166         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42167         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42168         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42169         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42170         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42171         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42172         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42173         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42174         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42175         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42176         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42177         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42178         * sysdeps/ieee754/s_matherr.c: Likewise.
42179         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42180         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42181         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42182         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42183
42184 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42185
42186         * crypt/md5.h: Remove __STDC__ conditionals.
42187         * libio/libioP.h: Likewise.
42188         * locale/programs/config.h: Likewise.
42189         * sysdeps/generic/sysdep.h: Likewise.
42190         * sysdeps/i386/asm-syntax.h: Likewise.
42191         * sysdeps/s390/asm-syntax.h: Likewise.
42192         * sysdeps/unix/sysdep.h: Likewise.
42193         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42194         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42195
42196 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42197
42198         * libio/libio.h: Remove __STDC__ conditionals.
42199         * malloc/obstack.h: Likewise.
42200         * math/complex.h: Likewise.
42201         * math/math.h: Likewise.
42202         * sysdeps/generic/_G_config.h: Likewise.
42203         * sysdeps/gnu/_G_config.h: Likewise.
42204         * sysdeps/mach/hurd/_G_config.h: Likewise.
42205         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42206         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42207         * sysdeps/sparc/bits/mathdef.h: Likewise.
42208
42209 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42210
42211         [BZ #13583]
42212         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42213         Clean up HAS_* macros.
42214         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42215         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42216         possible.
42217         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42218         HAS_AVX.
42219         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42220         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42221         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42222         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42223         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42224
42225 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42226
42227         * elf/tst-unique3.cc (gets): Remove declaration.
42228         * elf/tst-unique3lib.cc (gets): Likewise.
42229         * elf/tst-unique3lib2.cc (gets): Likewise.
42230         * elf/tst-unique4.cc (gets): Likewise.
42231
42232 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42233
42234         * include/stdio.h: Add C++ protection.  Add gets declarations and
42235         definitions.
42236         * debug/tst-chk1.c: Don't declare gets here.
42237         * stdio-common/tst-gets.c: Likewise.
42238
42239 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42240
42241         * posix/glob: Remove directory.
42242
42243 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42244
42245         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42246
42247 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42248
42249         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42250         of the non-standard EPFNOSUPPORT.
42251
42252 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42253
42254         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42255         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42256         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42257
42258 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42259
42260         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42261
42262 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42263
42264         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42265         transient errors.
42266         * nscd/grpcache.c (cache_addgr): Likewise.
42267         * nscd/hstcache.c (cache_addhst): Likewise.
42268         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42269         * nscd/pwdcache.c (cache_addpw): Likewise.
42270         * nscd/servicescache.c (cache_addserv): Likewise.
42271
42272 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42273
42274         * malloc/malloc.c: Various cleanups.
42275         * malloc/hooks.c: Likewise.
42276
42277         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42278         * stdlib/bug-fmtmsg1.c: New file.
42279
42280         * stdlib/fmtmsg.c (init): Add missing unlock.
42281         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42282
42283 2012-01-12  Marek Polacek  <polacek@redhat.com>
42284
42285         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42286         and _GNU_SOURCE.
42287
42288 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42289
42290         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42291         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42292         macro to ensure uniqueness of label name.
42293         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42294         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42295
42296 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42297
42298         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42299
42300         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42301         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42302         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42303         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42304
42305 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42306
42307         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42308
42309         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42310         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42311         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42312
42313         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42314
42315         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42316         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42317         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42318         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42319
42320         * math/bits/math-finite.h: Add ldexp support.
42321
42322 2012-01-10  Marek Polacek  <polacek@redhat.com>
42323
42324         * locale/programs/localedef.h (show_archive_content): Add noreturn
42325         attribute.
42326
42327 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42328
42329         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42330
42331 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42332
42333         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42334
42335         * io/Makefile (headers): Add bits/poll2.h.
42336
42337 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42338
42339         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42340         typo #include statement.
42341
42342 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42343
42344         * include/sys/cdefs.h: Define __attribute_alloc_size.
42345         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42346         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42347         * elf/pldd.c: Likewise.
42348         * iconv/iconv_charmap.c: Likewise.
42349         * iconv/iconvconfig.c: Likewise.
42350         * iconv/strtab.c: Likewise.
42351         * locale/programs/locale.c: Likewise.
42352         * locale/programs/localedef.h: Likewise.
42353         * locale/programs/simple-hash.c: Likewise.
42354         * nscd/nscd.h: Likewise.
42355         * nss/makedb.c: Likewise.
42356         * sysdeps/generic/ldconfig.h: Likewise.
42357         * locale/programs/localedef.c: Remove xmalloc prototype.
42358         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42359
42360 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42361
42362         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42363         appropriate.
42364
42365 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42366
42367         * math/Makefile (tests): Add tst-CMPLX.
42368         * math/tst-CMPLX.c: New file.
42369
42370         * math/complex.h (CMPLXL): Fix typo.
42371
42372         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42373         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42374         GLIBC_2.16.
42375         * debug/tst-chk1.c: Add poll and ppoll tests.
42376         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42377         * include/sys/poll.h: Add hidden proto for ppoll.
42378         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42379         * sysdeps/mach/hurd/ppoll.c: Likewise.
42380         * io/ppoll.c: Likewise.
42381         * debug/poll_chk.c: New file.
42382         * debug/ppoll_chk.c: New file.
42383         * include/bits/poll2.h: New file.
42384         * io/bits/poll2.h: New file.
42385
42386         [BZ #1350]
42387         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42388
42389         * configure.in: static is always set to yes.  Remove.
42390         * config.make.in: Don't set build-static.
42391         * Makeconfig: Remove use of build-static.
42392         * dlfcn/Makefile: Likewise.
42393         * elf/Makefile: Likewise.
42394         * math/Makefile: Likewise.
42395         * misc/Makefile: Likewise.
42396         * nptl/Makefile: Likewise.
42397         * sysdeps/mach/hurd/Makefile: Likewise.
42398
42399         * configure.in: PWD_P is not used anymore.
42400         * config.make.in: Remove PWD_P entry.
42401
42402         * configure.in: Remove last remnants of RANLIB.
42403         No need to check for signed size_t anymore.
42404         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42405         and IA-64.
42406         Remove __builtin_expect test because we require at least gcc 3.4.
42407         * aclocal.m4: Likewise.
42408
42409         * wcsmbs/mbrtoc16.c: Implement using towc function.
42410         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42411         * wcsmbs/wcsmbsload.c: Likewise.
42412         * iconv/gconv_simple.c: Likewise.
42413         * iconv/gconv_int.h: Likewise.
42414         * iconv/gconv_builtin.h: Likewise.
42415         * iconv/iconv_prog.c: Remove CHAR16 handling.
42416
42417         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42418
42419         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42420
42421         * configure.in: Remove --with-elf and --enable-bounded options.
42422         Dont set base_machine for ia64.  More non-ELF conditions removed.
42423         Remove testing and setting of leading underscore information.
42424         * config.make.in (build-bounded): Set to no.
42425         * config.h.in: Remove NO_UNDERSCORES entry.
42426         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42427         them.
42428         * csu/start.c: Remove !NO_UNDERSCORE code.
42429         * locale/localeinfo.h: Likewise.
42430         * sysdeps/generic/machine-gmon.h: Likewise.
42431         * sysdeps/generic/sysdep.h: Likewise.
42432         * sysdeps/i386/sysdep.h: Likewise.
42433         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42434         * sysdeps/mach/sysdep.h: Likewise.
42435         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42436         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42437         * sysdeps/sh/sysdep.h: Likewise.
42438         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42439         * sysdeps/unix/i386/sysdep.S: Likewise.
42440         * sysdeps/unix/sparc/start.c: Likewise.
42441         * sysdeps/unix/sparc/sysdep.S: Likewise.
42442         * sysdeps/unix/sparc/sysdep.h: Likewise.
42443         * sysdeps/unix/start.c: Likewise.
42444         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42445         * sysdeps/x86_64/sysdep.h: Likewise.
42446
42447 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42448
42449         [BZ #13553]
42450         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42451         for non-gcc.
42452         * argp/argp-fmtstream.h: Use const instead __const.
42453         * argp/argp.h: Likewise.
42454         * assert/assert.h: Likewise.
42455         * bits/fenv.h: Likewise.
42456         * bits/sched.h: Likewise.
42457         * bits/sigset.h: Likewise.
42458         * bits/sigthread.h: Likewise.
42459         * catgets/nl_types.h: Likewise.
42460         * conform/data/pthread.h-data: Likewise.
42461         * crypt/crypt-private.h: Likewise.
42462         * crypt/crypt.h: Likewise.
42463         * crypt/crypt_util.c: Likewise.
42464         * ctype/ctype.h: Likewise.
42465         * debug/execinfo.h: Likewise.
42466         * debug/mbsnrtowcs_chk.c: Likewise.
42467         * debug/mbsrtowcs_chk.c: Likewise.
42468         * debug/wcsnrtombs_chk.c: Likewise.
42469         * debug/wcsrtombs_chk.c: Likewise.
42470         * debug/wcstombs_chk.c: Likewise.
42471         * dirent/dirent.h: Likewise.
42472         * dlfcn/dlfcn.h: Likewise.
42473         * elf/neededtest4.c: Likewise.
42474         * grp/grp.h: Likewise.
42475         * gshadow/gshadow.h: Likewise.
42476         * iconv/gconv.h: Likewise.
42477         * iconv/gconv_int.h: Likewise.
42478         * iconv/gconv_simple.c: Likewise.
42479         * iconv/iconv.h: Likewise.
42480         * iconv/loop.c: Likewise.
42481         * iconv/skeleton.c: Likewise.
42482         * include/aio.h: Likewise.
42483         * include/aliases.h: Likewise.
42484         * include/argz.h: Likewise.
42485         * include/arpa/inet.h: Likewise.
42486         * include/assert.h: Likewise.
42487         * include/dirent.h: Likewise.
42488         * include/dlfcn.h: Likewise.
42489         * include/execinfo.h: Likewise.
42490         * include/fcntl.h: Likewise.
42491         * include/fenv.h: Likewise.
42492         * include/glob.h: Likewise.
42493         * include/grp.h: Likewise.
42494         * include/libintl.h: Likewise.
42495         * include/mntent.h: Likewise.
42496         * include/netdb.h: Likewise.
42497         * include/pwd.h: Likewise.
42498         * include/rpc/netdb.h: Likewise.
42499         * include/sched.h: Likewise.
42500         * include/search.h: Likewise.
42501         * include/shadow.h: Likewise.
42502         * include/signal.h: Likewise.
42503         * include/stdio.h: Likewise.
42504         * include/stdlib.h: Likewise.
42505         * include/string.h: Likewise.
42506         * include/sys/socket.h: Likewise.
42507         * include/sys/stat.h: Likewise.
42508         * include/sys/statfs.h: Likewise.
42509         * include/sys/statvfs.h: Likewise.
42510         * include/sys/syslog.h: Likewise.
42511         * include/sys/time.h: Likewise.
42512         * include/sys/uio.h: Likewise.
42513         * include/time.h: Likewise.
42514         * include/unistd.h: Likewise.
42515         * include/utmp.h: Likewise.
42516         * include/wchar.h: Likewise.
42517         * include/wctype.h: Likewise.
42518         * inet/aliases.h: Likewise.
42519         * inet/arpa/inet.h: Likewise.
42520         * inet/netinet/ether.h: Likewise.
42521         * inet/netinet/in.h: Likewise.
42522         * intl/libintl.h: Likewise.
42523         * io/bits/fcntl2.h: Likewise.
42524         * io/fcntl.h: Likewise.
42525         * io/ftw.h: Likewise.
42526         * io/sys/poll.h: Likewise.
42527         * io/sys/stat.h: Likewise.
42528         * io/sys/statfs.h: Likewise.
42529         * io/sys/statvfs.h: Likewise.
42530         * io/utime.h: Likewise.
42531         * libio/bits/stdio.h: Likewise.
42532         * libio/bits/stdio2.h: Likewise.
42533         * libio/libio.h: Likewise.
42534         * libio/libioP.h: Likewise.
42535         * libio/stdio.h: Likewise.
42536         * locale/lc-ctype.c: Likewise.
42537         * locale/locale.h: Likewise.
42538         * login/utmp.h: Likewise.
42539         * malloc/arena.c: Likewise.
42540         * malloc/malloc.c: Likewise.
42541         * malloc/malloc.h: Likewise.
42542         * malloc/mcheck.c: Likewise.
42543         * malloc/mtrace.c: Likewise.
42544         * math/bits/mathcalls.h: Likewise.
42545         * math/fenv.h: Likewise.
42546         * math/math_private.h: Likewise.
42547         * misc/bits/error.h: Likewise.
42548         * misc/bits/syslog.h: Likewise.
42549         * misc/err.h: Likewise.
42550         * misc/error.h: Likewise.
42551         * misc/fstab.h: Likewise.
42552         * misc/mntent.h: Likewise.
42553         * misc/regexp.h: Likewise.
42554         * misc/search.h: Likewise.
42555         * misc/sgtty.h: Likewise.
42556         * misc/sys/mman.h: Likewise.
42557         * misc/sys/syslog.h: Likewise.
42558         * misc/sys/uio.h: Likewise.
42559         * misc/sys/xattr.h: Likewise.
42560         * misc/ttyent.h: Likewise.
42561         * nis/rpcsvc/ypclnt.h: Likewise.
42562         * nss/nss.h: Likewise.
42563         * posix/bits/unistd.h: Likewise.
42564         * posix/fnmatch.h: Likewise.
42565         * posix/glob.h: Likewise.
42566         * posix/sched.h: Likewise.
42567         * posix/spawn.h: Likewise.
42568         * posix/sys/wait.h: Likewise.
42569         * posix/unistd.h: Likewise.
42570         * posix/wordexp.h: Likewise.
42571         * pwd/pwd.h: Likewise.
42572         * resolv/netdb.h: Likewise.
42573         * resource/sys/resource.h: Likewise.
42574         * rt/aio.h: Likewise.
42575         * rt/bits/mqueue2.h: Likewise.
42576         * rt/mqueue.h: Likewise.
42577         * shadow/shadow.h: Likewise.
42578         * signal/signal.h: Likewise.
42579         * socket/send.c: Likewise.
42580         * socket/sendto.c: Likewise.
42581         * socket/sys/socket.h: Likewise.
42582         * stdio-common/printf.h: Likewise.
42583         * stdlib/bits/stdlib.h: Likewise.
42584         * stdlib/fmtmsg.h: Likewise.
42585         * stdlib/monetary.h: Likewise.
42586         * stdlib/stdlib.h: Likewise.
42587         * stdlib/ucontext.h: Likewise.
42588         * streams/stropts.h: Likewise.
42589         * string/argz.h: Likewise.
42590         * string/bits/string2.h: Likewise.
42591         * string/string.h: Likewise.
42592         * string/strings.h: Likewise.
42593         * sunrpc/rpc/auth.h: Likewise.
42594         * sunrpc/rpc/auth_des.h: Likewise.
42595         * sunrpc/rpc/clnt.h: Likewise.
42596         * sunrpc/rpc/netdb.h: Likewise.
42597         * sunrpc/rpc/pmap_clnt.h: Likewise.
42598         * sunrpc/rpc/xdr.h: Likewise.
42599         * sysdeps/generic/inttypes.h: Likewise.
42600         * sysdeps/generic/net/if.h: Likewise.
42601         * sysdeps/generic/sys/swap.h: Likewise.
42602         * sysdeps/gnu/net/if.h: Likewise.
42603         * sysdeps/gnu/utmpx.h: Likewise.
42604         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42605         * sysdeps/i386/i486/bits/string.h: Likewise.
42606         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42607         * sysdeps/s390/bits/string.h: Likewise.
42608         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42609         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42610         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42611         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42612         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42613         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42614         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42615         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42616         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42617         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42618         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42619         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42620         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42621         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42622         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42623         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42624         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42625         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42626         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42627         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42628         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42629         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42630         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42631         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42632         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42633         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42634         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42635         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42636         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42637         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42638         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42639         * sysvipc/sys/ipc.h: Likewise.
42640         * sysvipc/sys/msg.h: Likewise.
42641         * sysvipc/sys/sem.h: Likewise.
42642         * sysvipc/sys/shm.h: Likewise.
42643         * termios/termios.h: Likewise.
42644         * time/sys/time.h: Likewise.
42645         * time/time.h: Likewise.
42646         * wcsmbs/bits/wchar2.h: Likewise.
42647         * wcsmbs/uchar.h: Likewise.
42648         * wcsmbs/wchar.h: Likewise.
42649         * wctype/wctype.h: Likewise.
42650
42651         [BZ #13551]
42652         * Makeconfig: Remove all but ELF support including AIX support.
42653         * Makerules: Likewise.
42654         * config.h.in: Likewise.
42655         * config.make.in: Likewise.
42656         * configure: Likewise.
42657         * configure.in: Likewise.
42658         * csu/Makefile: Likewise.
42659         * csu/version.c: Likewise.
42660         * debug/Makefile: Likewise.
42661         * dlfcn/Makefile: Likewise.
42662         * elf/Makefile: Likewise.
42663         * extra-lib.mk: Likewise.
42664         * iconv/Makefile: Likewise.
42665         * include/libc-symbols.h: Likewise.
42666         * include/shlib-compat.h: Likewise.
42667         * resolv/Makefile: Likewise.
42668         * resolv/res_libc.c: Likewise.
42669         * rt/Makefile: Likewise.
42670         * sysdeps/i386/asm-syntax.h: Likewise.
42671         * sysdeps/i386/sysdep.h: Likewise.
42672         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42673         * sysdeps/mach/sysdep.h: Likewise.
42674         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42675         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42676         * sysdeps/s390/asm-syntax.h: Likewise.
42677         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42678         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42679         * sysdeps/sh/sysdep.h: Likewise.
42680         * sysdeps/unix/sparc/sysdep.h: Likewise.
42681         * sysdeps/wordsize-32/divdi3.c: Likewise.
42682         * sysdeps/x86_64/sysdep.h: Likewise.
42683
42684         * argp/Versions: Remove _argp_unlock_xxx.
42685
42686         [BZ #13559]
42687         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42688         * abilist/libBrokenLocale.abilist: Likewise.
42689         * abilist/libanl.abilist: Likewise.
42690         * abilist/libc.abilist: Likewise.
42691         * abilist/libcrypt.abilist: Likewise.
42692         * abilist/libdl.abilist: Likewise.
42693         * abilist/libm.abilist: Likewise.
42694         * abilist/libnsl.abilist: Likewise.
42695         * abilist/libpthread.abilist: Likewise.
42696         * abilist/libresolv.abilist: Likewise.
42697         * abilist/librt.abilist: Likewise.
42698         * abilist/libthread_db.abilist: Likewise.
42699         * abilist/libutil.abilist: Likewise.
42700         * abilist/libnss_db.abilist: New file.
42701
42702         * scripts/abilist.awk: Add support for indirect functions.
42703
42704         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42705
42706         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42707
42708         * shlib-versions: Remove entries for ports architectures.
42709
42710         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42711         files in ports.
42712         * elf/stackguard-macros.h: Remove support for IA-64.
42713         * elf/tst-auditmod1.c: Likewise.
42714         * sysdeps/generic/ldsodefs.h: Likewise.
42715
42716         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42717         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42718         configure files.
42719
42720         [BZ #13552]
42721         * configure.in: Remove --enable-omitfp support.
42722         * FAQ.in: Adjust.
42723         * config.make.in: Likewise.
42724         * Makeconfig: Likewise.
42725         * manual/install.texi: Likewise.
42726
42727         In case anyone cares, the IA-64 architecture could move to ports.
42728         * sysdeps/ia64/*: Removed.
42729         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42730         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42731
42732         [BZ #13555]
42733         * configure.in: Remove entries for unsupported architectures.
42734
42735         [BZ #13533]
42736         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42737         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42738         routines.
42739         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42740         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42741         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42742         fall back to using wcrtomb.
42743         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42744         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42745         renaming.
42746         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42747         * wcsmbs/tst-c16c32-1.c: New file.
42748
42749         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42750         local variable.
42751
42752         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42753
42754         * elf/tst-unique3.cc: Add explicit declaration of gets.
42755         * elf/tst-unique3lib.cc: Likewise.
42756         * elf/tst-unique3lib2.cc: Likewise.
42757         * elf/tst-unique4.cc: Likewise.
42758
42759         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42760
42761 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42762
42763         [BZ #13566]
42764         * assert/assert.h (static_assert): Don't define for C++.
42765         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42766         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42767
42768 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42769
42770         * iconv/loop.c (single loop): Fix assertion in storing of
42771         remaining bytes.
42772
42773         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42774
42775 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42776
42777         * posix/getconf.c: Update copyright year.
42778         * nss/getent.c: Likewise.
42779         * nss/makedb.c: Likewise.
42780         * iconv/iconvconfig.c: Likewise.
42781         * iconv/iconv_prog.c: Likewise.
42782         * elf/ldconfig.c: Likewise.
42783         * elf/pldd.c: Likewise.
42784         * elf/sotruss.ksh: Likewise.
42785         * catgets/gencat.c: Likewise.
42786         * csu/version.c: Likewise.
42787         * elf/ldd.bash.in: Likewise.
42788         * elf/sprof.c (print_version): Likewise.
42789         * locale/programs/locale.c: Likewise.
42790         * locale/programs/localedef.c: Likewise.
42791         * login/programs/pt_chown.c: Likewise.
42792         * nscd/nscd.c (print_version): Likewise.
42793         * debug/xtrace.sh: Likewise.
42794         * malloc/memusage.sh: Likewise.
42795         * malloc/mtrace.pl: Likewise.
42796         * debug/catchsegv.sh: Likewise.
42797
42798 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42799
42800         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42801         pure attribute.
42802
42803 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42804
42805         [BZ #13533]
42806         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42807         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42808         transformations.
42809         * iconv/gconv_int.h: Likewise.
42810         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42811         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42812         from libc for GLIBC_2.16.
42813         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42814         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42815         * wcsmbs/uchar.h: Really define mbstate_t.
42816         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42817         * wcsmbs/c16rtomb.c: New file.
42818         * wcsmbs/mbrtoc16.c: New file.
42819         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42820         for C/POSIX locale.
42821         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42822         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42823
42824         * wcsmbs/wchar.h: Add missing __restrict.
42825
42826 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42827
42828         [BZ #13532]
42829         * time/Makefile (routines): Add timespec_get.
42830         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42831         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42832         timespec for ISO C11.
42833         * time/timespec_get.c: New file.
42834         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42835         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42836
42837         [BZ #13531]
42838         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42839         * stdlib/stdlib.h: Declare aligned_alloc.
42840         * Versions.def: Add GLIBC_2.16 for libc.
42841         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42842
42843         [BZ 13527]
42844         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42845         ISO C11.
42846
42847         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42848         code.
42849
42850         [BZ #13528]
42851         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42852
42853         [BZ #13529]
42854         * assert/assert.h (static_assert): Define.
42855
42856         * version.h: Update for 2.16 development version.
42857
42858         [BZ #13526]
42859         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42860         _ISOC11_SOURCE.
42861
42862         * version.h (RELEASE): Bump for 2.15 release.
42863         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42864
42865         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42866         Patch by Marek Polacek <mpolacek@redhat.com>.
42867
42868         * bits/byteswap.h: Protect long long constants with __extension__.
42869         * sysdeps/i386/bits/byteswap.h: Likewise.
42870         * sysdeps/ia64/bits/byteswap.h: Likewise.
42871         * sysdeps/s390/bits/byteswap.h: Likewise.
42872         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42873
42874 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42875
42876         [BZ #13540]
42877         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42878         destination buffer.
42879         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42880
42881 2011-12-23  Marek Polacek  <polacek@redhat.com>
42882
42883         * elf/dl-addr.c (determine_info): Add inline keyword.
42884         * elf/tst-auditmod4b.c (check_avx): Likewise.
42885         * elf/tst-auditmod6b.c (check_avx): Likewise.
42886         * elf/tst-auditmod6c.c (check_avx): Likewise.
42887         * elf/tst-auditmod7b.c (check_avx): Likewise.
42888
42889 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42890
42891         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42892         !__SSE_MATH__.
42893
42894 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42895
42896         [BZ #13540]
42897         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42898         processing for last bytes.
42899
42900 2011-08-06  Bruno Haible  <bruno@clisp.org>
42901
42902         [BZ #13061]
42903         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42904         U+0385, not to U+1FEE.
42905
42906         [BZ #13062]
42907         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42908         entry for U+00A5 U+0301.
42909
42910 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42911
42912         [BZ #13166]
42913         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42914         buffer for the output is too small.
42915
42916         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42917         optimization.
42918
42919         [BZ #13185]
42920         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42921         SSE flags if possible.
42922
42923 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42924
42925         [BZ #13540]
42926         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42927         processing for last bytes.
42928
42929 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42930
42931         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42932         (syscall-list-default-options, syscall-list-default-condition)
42933         (syscall-list-includes): Define.
42934         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42935         list of ABIs and options and #if conditions for each ABI.  Do not
42936         handle common syscalls between ABIs specially.
42937         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42938         Remove.
42939         (syscall-list-variants, syscall-list-32bit-options)
42940         (syscall-list-32bit-condition, syscall-list-64bit-options)
42941         (syscall-list-64bit-condition): Define.
42942         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
42943         (syscall-list-variants, syscall-list-32bit-options)
42944         (syscall-list-32bit-condition, syscall-list-64bit-options)
42945         (syscall-list-64bit-condition): Define.
42946         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
42947         Remove.
42948         (syscall-list-variants, syscall-list-32bit-options)
42949         (syscall-list-32bit-condition, syscall-list-64bit-options)
42950         (syscall-list-64bit-condition): Define.
42951         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42952         Remove.
42953         (syscall-list-variants, syscall-list-32bit-options)
42954         (syscall-list-32bit-condition, syscall-list-64bit-options)
42955         (syscall-list-64bit-condition): Define.
42956
42957 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42958
42959         * locale/iso-639.def: Add brx entry.
42960
42961         [BZ #13328]
42962         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42963         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42964
42965         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42966         __feraiseexcept_renamed.
42967
42968 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42969
42970         [BZ #13538]
42971         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42972         EPOLLET with unsigned values.
42973         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42974         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42975
42976         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42977         to large cancellation.
42978         * math/s_cacoshf.c: Likewise.
42979         * math/s_cacoshl.c: Likewise.
42980
42981 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42982
42983         [BZ #13305]
42984         [BZ #12786]
42985         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42986         * math/s_cacoshf.c: Likewise.
42987         * math/s_cacoshl.c: Likewise.
42988
42989 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42990
42991         [BZ #13439]
42992         * iconv/gconv.h: Define __GCONV_SWAP.
42993         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42994         * iconvdata/utf-16.c: Likewise.
42995         * iconvdata/utf-32.c: Likewise.
42996
42997 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42998
42999         [BZ #13524]
43000         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
43001         numerator after shifting it by one limb.
43002
43003 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
43004
43005         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
43006         under [__USE_EXTERN_INLINES].
43007
43008 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43009
43010         [BZ #13446]
43011         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
43012
43013 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43014
43015         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
43016         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
43017         optimized code.
43018         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
43019         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
43020         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
43021         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
43022         for strncasecmp/strncasecmp_l compilation.
43023         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
43024         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43025
43026 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43027
43028         [BZ #13484]
43029         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43030         of __asm__.
43031
43032 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43033
43034         [BZ #13506]
43035         * time/tzfile.c (__tzfile_read): Check values from file header.
43036
43037 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43038
43039         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43040         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43041         * powerpc/powerpc32/dl-start.S: Likewise.
43042         * powerpc/powerpc32/elf/start.S: Likewise.
43043         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43044         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43045         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43046         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43047         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43048         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43049         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43050         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43051         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43052         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43053         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43054         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43055         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43056         * powerpc/powerpc32/memset.S: Likewise.
43057         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43058         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43059         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43060         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43061         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43062         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43063         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43064         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43065         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43066         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43067         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43068         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43069         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43070
43071 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43072
43073         * math/libm-test.inc: Added more nearbyint tests.
43074         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43075         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43076         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43077         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43078
43079 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43080
43081         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43082         FD_CLOEXEC.
43083
43084 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43085
43086         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43087         Add wcscpy-ssse3 wcscpy-c.
43088         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43089         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43090         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43091         * sysdeps/x86_64/wcschr.S: New file.
43092         * sysdeps/x86_64/wcsrchr.S: New file.
43093         * string/test-strcmp.c: Remove checking of wcscmp function for
43094         wrong alignments.
43095         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43096         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43097         wcsrchr-sse2 wcsrchr-c.
43098         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43099         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43100         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43101         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43102         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43103         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43104         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43105         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43106         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43107         * wcsmbc/wcschr.c (WCSCHR): New macro.
43108
43109 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43110
43111         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43112         * wcsmbs/test-wcsrchr.c: New file.
43113         * string/test-strrchr.c: Add wcsrchr support.
43114         (WIDE): New macro.
43115         * wcsmbs/test-wcscpy.c: New file.
43116         * string/test-strcpy.c: Add wcscpy support.
43117         (WIDE): New macro.
43118
43119 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43120
43121         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43122         the inner loop.
43123
43124 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43125
43126         [BZ #13472]
43127         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43128
43129 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43130
43131         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43132         Minor optimizations.
43133
43134         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43135         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43136         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43137
43138 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43139
43140         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43141         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43142         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43143         for gcc to avoid warnings.
43144         * inet/Makefile (tests): Add tst-checks.
43145         * inet/tst-checks.c: New file.
43146
43147         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43148         warning.
43149
43150         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43151         __wmemcmp_sse2.
43152
43153         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43154         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43155
43156         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43157
43158 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43159
43160         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43161         problem.
43162
43163         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43164
43165 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43166
43167         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43168         conditional on GCC version.
43169         (__arch_compare_and_exchange_val_8_acq)
43170         (__arch_compare_and_exchange_val_16_acq)
43171         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43172         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43173         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43174
43175 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43176
43177         * sysdeps/sh/backtrace.c: New file.
43178
43179 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43180
43181         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43182         parenthesis.
43183
43184 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43185
43186         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43187         falling back to utime.
43188
43189 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43190
43191         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43192         expectations for float.
43193
43194 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43195
43196         * locale/weight.h (findidx): Add parameter len.
43197         * locale/weightwc.h (findidx): Likewise.
43198         * posix/fnmatch_loop.c (FCT): Adjust caller.
43199         * posix/regcomp.c (build_equiv_class): Likewise.
43200         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43201         * posix/regexec.c (check_node_accept_bytes): Likewise.
43202         * string/strcoll_l.c (STRCOLL): Likewise.
43203         * string/strxfrm_l.c (STRXFRM): Likewise.
43204
43205 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43206
43207         * Makefile.in: Remove CVSOPT handling.
43208         * configure.in: Remove use of AC_REVISION.
43209         * iconvdata/Makefile (distribute): No need to filter out CVS.
43210         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43211         handling.
43212
43213 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43214
43215         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43216         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43217         [USE_AS_STRNCASECMP_L]: Likewise.
43218         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43219         NO_TLS_DIRECT_SEG_REFS.
43220         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43221         Fix argument offsets for non-PIC.
43222         [USE_AS_STRNCASECMP_L]: Likewise.
43223         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43224         NO_TLS_DIRECT_SEG_REFS.
43225
43226 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43227
43228         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43229         O_CLOEXEC.
43230         * locale/loadlocale.c (_nl_load_locale): Likewise.
43231
43232 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43233
43234         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43235         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43236         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43237         (SYSCALL_GETTIME): Set errno on error.
43238
43239         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43240         count references to noai6ai_cached.
43241
43242 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43243
43244         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43245
43246         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43247         FD_CLOEXEC for /proc/self/maps.
43248
43249         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43250         FD_CLOEXEC for /proc/meminfo.
43251
43252         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43253         gai.conf.
43254
43255         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43256         FD_CLOEXEC for given file.
43257
43258         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43259
43260         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43261         FD_CLOEXEC for /etc/hosts.
43262         (_gethtent): Likewise.
43263
43264         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43265
43266         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43267         cancellation and set FD_CLOEXEC for /etc/netgroup.
43268
43269         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43270         reading /etc/publickey.
43271
43272         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43273         allow cancellation when reading /etc/group.
43274
43275         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43276         cancellation.
43277         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43278
43279         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43280         when using data file.
43281
43282         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43283
43284         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43285         (write_nis_obj): Use "c" and "e" in fopen.
43286
43287         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43288
43289         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43290
43291         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43292
43293         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43294
43295         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43296         locale.alias.
43297
43298         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43299
43300         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43301
43302         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43303
43304         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43305         file parsing and set FD_CLOEXEC.
43306
43307 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43308
43309         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43310
43311 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43312
43313         * malloc/arena.c (arena_get2): Don't call reused_arena when
43314         _int_new_arena failed.
43315
43316 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43317
43318         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43319         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43320         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43321         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43322         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43323         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43324         to compile strcasecmp and strncasecmp.
43325         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43326         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43327
43328         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43329
43330 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43331
43332         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43333         locale-defines.sym to gen-as-const-headers.
43334         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43335         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43336         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43337         to compile strcasecmp and strncasecmp.
43338         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43339         strcasecmp_l and strncasecmp_l.
43340         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43341         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43342         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43343         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43344         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43345         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43346         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43347         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43348         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43349         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43350         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43351
43352 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43353
43354         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43355         result of SYSDEP_GETTIME_CPU to retval.
43356         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43357         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43358
43359         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43360         variable.
43361
43362         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43363         mantissa words.
43364         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43365
43366         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43367         from unused variable.
43368
43369         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43370         DWARF definitions.
43371         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43372         for assembling.
43373
43374         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43375         over namespaces.
43376
43377         * sunrpc/rpc_prot.c (rejected): Fix case value.
43378
43379         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43380         unsigned long long int to avoid warnings in shift.
43381
43382         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43383         of use of trans.
43384         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43385         variable tmp.
43386
43387         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43388         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43389         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43390
43391         * nis/nis_table.c (nis_list): Use variable of correct type for
43392         result of __follow_path call.
43393
43394 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43395
43396         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43397         of math functions ceil, trunc, floor, round, and sqrt, when
43398         avaliable on the platform.
43399         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43400         name clash.
43401         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43402         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43403         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43404
43405 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43406
43407         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43408         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43409
43410 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43411
43412         * include/unistd.h: Fix __readlink return type.
43413         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43414
43415 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43416
43417         * stdlib/ucontext.h: Undo last change for makecontext.
43418
43419 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43420
43421         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43422
43423         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43424         * setjmp/setjmp.h: Mark functions as non-leaf.
43425         * setjmp/bits/setjmp2.h: Likewise.
43426         * stdlib/ucontext.h: Likewise.
43427
43428 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43429
43430         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43431         (reused_arena): Don't check arena limit.
43432         (arena_get2): Atomically check arena limit.
43433
43434 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43435
43436         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43437         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43438
43439         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43440         instructions.
43441
43442 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43443
43444         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43445         handler when locking.
43446
43447         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43448         Fix size of allocated buffer.
43449
43450 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43451
43452         [BZ #10103]
43453         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43454         declarations for long double functions.
43455         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43456
43457         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43458
43459 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43460
43461         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43462         installed.
43463
43464         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43465         is disabled.
43466
43467 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43468
43469         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43470
43471 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43472
43473         * include/alloca.h (stackinfo_alloca_round): Define.
43474         (extend_alloca): Use it.
43475         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43476         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43477         here.
43478
43479         * scripts/check-local-headers.sh: Ignore libaudit.h.
43480
43481         * nscd/Makefile (extra-objs): Make recursively expanded.
43482
43483 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43484
43485         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43486         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43487
43488         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43489         * posix/tst-rfc3484-2.c: Likewise.
43490         * posix/tst-rfc3484-3.c: Likewise.
43491
43492         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43493         process_vm_writev.
43494         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43495         process_vm_writev.
43496         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43497         process_vm_writev from libc using GLIBC_2.15 version.
43498
43499         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43500
43501 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43502
43503         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43504         stack usage.
43505
43506 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43507
43508         [BZ #13367]
43509         * nss/getent.c (initgroups_keys): Show error message in case no group
43510         names are given.
43511
43512         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43513         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43514         __bump_nl_timestamp.
43515         * nscd/connections (nscd_init): When host database is served open
43516         netlink socket and request notification about configuration changes.
43517         (main_loop_poll): Track netlink file descriptor and bump timestamp
43518         in case data becomes available.
43519         (main_loop_epoll): Likewise.
43520         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43521         (database_pers_head): Add extra_data fileds.
43522         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43523         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43524         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43525         Adjust caller.
43526         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43527         in6ai data, call __free_in6ai.
43528         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43529         Add -DHAVE_NETLINK.
43530         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43531         interface information.  Reuse previous data if netlink timestamp
43532         is not changed.
43533         (__bump_nl_timestamp): New function.
43534         (__free_in6ai): New function.
43535
43536 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43537
43538         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43539         close_not_cancel_no_status here.
43540         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43541
43542 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43543
43544         [BZ #13276]
43545         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43546         return value.
43547
43548         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43549         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43550         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43551
43552 2011-07-03  Andreas Jaeger  <aj@suse.de>
43553
43554         [BZ #10709]
43555         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43556         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43557         * math/libm-test.inc (sin_test): Add test case.
43558
43559 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43560
43561         [BZ #13337]
43562         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43563         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43564
43565         * elf/chroot_canon.c (chroot_canon): Cleanups.
43566
43567         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43568
43569         [BZ #13335]
43570         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43571         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43572
43573         * string/test-strchr.c: Make usable for strchrnul testing.
43574         * string/test-strchrnul.c: New file.
43575         * string/Makefile (strop-tests): Add strchrnul.
43576
43577         * po/it.po: Update from translation team.
43578         * po/es.po: Likewise.
43579
43580 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43581
43582         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43583         the three constants needed as parameters.  Drop the others.
43584         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43585         __m128i_strloadu_tolower.
43586         Create and initialize variable zero and use it in all the places
43587         where _mm_setzero_si128 was used.
43588
43589         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43590         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43591         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43592         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43593         anymore.
43594         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43595         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43596         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43597         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43598         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43599         __mpranred, __mptan.
43600         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43601         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43602         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43603         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43604         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43605         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43606         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43607         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43608         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43609
43610 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43611
43612         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43613         redefine if SHARED.
43614         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43615
43616         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43617         wide char related routines to wcsmbs subdir.
43618
43619 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43620
43621         [BZ #13344]
43622         * misc/sys/cdefs.h (__THROWNL): Define.
43623         * posix/unistd.h: Use __THREADNL instead of __THREAD
43624         for memory synchronization functions.
43625
43626 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43627
43628         [BZ #13349]
43629         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43630         doesn't exist.
43631         * manual/stdio.texi (Obstack Streams): Node removed.
43632
43633 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43634
43635         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43636         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43637         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43638
43639         * math/math_private.h (math_force_eval): Allow non-addressable
43640         arguments.
43641         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43642
43643 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43644
43645         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43646         file is not needed.
43647
43648         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43649         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43650         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43651         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43652         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43653         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43654         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43655         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43656         Add AVX variants.
43657         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43658         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43659         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43660         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43661         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43662         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43663         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43664         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43665         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43666         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43667         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43668         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43669         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43670         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43671         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43672         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43673         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43674         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43675         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43676
43677         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43678         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43679
43680         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43681         place.  Use VEX encoding when compiling for AVX.
43682
43683 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43684
43685         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43686         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43687
43688         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43689
43690 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43691
43692         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43693         useless if() expression.
43694         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43695         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43696         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43697         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43698         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43699         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43700         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43701         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43702         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43703         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43704         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43705         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43706         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43707         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43708         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43709         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43710         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43711         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43712         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43713
43714         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43715
43716 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43717
43718         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43719         condition.
43720         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43721
43722 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43723
43724         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43725         .text section.  Avoid duplicate constants.
43726         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43727         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43728         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43729         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43730         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43731         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43732         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43733         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43734         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43735         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43736         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43737         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43738         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43739         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43740         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43741         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43742         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43743         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43744         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43745         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43746         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43747         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43748         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43749         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43750         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43751         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43752         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43753         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43754         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43755         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43756         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43757         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43758         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43759         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43760         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43761         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43762         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43763         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43764         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43765         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43766         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43767         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43768         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43769         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43770         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43771
43772 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43773
43774         * sysdeps/x86_64/dla.h: Move to ...
43775         * sysdeps/x86_64/fpu/dla.h: ...here.
43776         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43777         situations.  Use __builtin_fma only for gcc 4.6 and up.
43778
43779         * config.make.in: Add have-mfma4 entry.
43780         * configure.in: Substitute libc_cv_cc_fma4.
43781         * math/Makefile (dbl-only-routines): Add sincostab.
43782         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43783         Use __sincostab not sincos.
43784         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43785         name is a macro.
43786         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43787         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43788         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43789         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43790         using __copysign.
43791         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43792         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43793         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43794         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43795         and __inv.
43796         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43797         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43798         __copysign.
43799         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43800         define aliases when function name is a macro.
43801         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43802         sysdeps/ieee754/dbl-64/sincos.tbl.
43803         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43804         fma4-enabled routines.
43805         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43806         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43807         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43808         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43809         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43810         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43811         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43812         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43813         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43814         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43815         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43816         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43817         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43818         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43819         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43820         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43821         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43822         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43823         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43824         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43825         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43826         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43827         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43828         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43829         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43830         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43831         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43832         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43833         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43834         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43835
43836         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43837         rename.
43838         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43839         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43840         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43841         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43842         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43843         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43844         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43845         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43846
43847 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43848
43849         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43850
43851 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43852
43853         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43854
43855         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43856         prediction.
43857         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43858
43859         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43860         Remove unused variable magic_bits.
43861         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43862
43863         * string/strnlen.c: Define and use STRNLEN macro.
43864         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43865         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43866         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43867         * wcsmbs/wcslen.c: Define and use WCSLEN.
43868         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43869         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43870         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43871         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43872         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43873         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43874         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43875
43876 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43877
43878         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43879         strnlen-sse2-no-bsf.
43880         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43881         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43882         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43883         Add strnlen support.
43884         (USE_AS_STRNLEN): New macro.
43885         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43886         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43887         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43888         * sysdeps/x86_64/wcslen.S: New file.
43889
43890 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43891
43892         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43893         XMM-moves are used for copying on small sizes.
43894
43895 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43896
43897         * wcsmbs/Makefile (strop-tests): Add wcschr.
43898         * wcsmbs/test-wcschr.c: New file.
43899         * string/test-strchr.c: Update.
43900         Add wcschr support.
43901         (WIDE): New macro.
43902
43903 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43904
43905         * wcsmbs/Makefile (strop-tests): Add wcslen.
43906         * wcsmbs/test-wcslen.c: New file.
43907         * string/test-strlen.c: Update.
43908         Add wcslen support.
43909         (WIDE): New macro.
43910
43911 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43912
43913         * po/it.po: Update from translation team.
43914
43915 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43916
43917         * sysdeps/x86_64/wcscmp.S: Update.
43918         Fix wrong comparison semantics.
43919         wcscmp shall use signed comparison not unsigned.
43920         Don't use substraction to avoid overflow bug.
43921         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43922         * wcsmbc/wcscmp.c: Likewise.
43923         * string/test-strcmp.c: Likewise.
43924         Add new tests to check cases with negative values.
43925
43926 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43927
43928         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43929         * sysdeps/x86_64/dla.h: ...here.  New file.
43930         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43931         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43932         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43933         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43934         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43935         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43936         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43937         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43938         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43939
43940 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43941
43942         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43943         __ynl_finite aliases.
43944
43945 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43946
43947         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43948
43949         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43950         define DLA_FMA.
43951         [DLA_FMA] (EMULV): Use DLA_FMA.
43952         [DLA_FMA] (MUL12): Use EMULV.
43953         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43954         that are not needed.
43955         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43956         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43957         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43958         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43959         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43960         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43961         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43962
43963 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43964
43965         * math/s_nan.c: Undef __nan.
43966         * math/s_nanf.c: Undef __nanf.
43967         * math/s_nanl.c: Undef __nanl.
43968         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43969         "math_private.h".
43970
43971 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43972
43973         * math/s_catan.c: Add branch predictions.
43974         * math/s_catanf.c: Likewise.
43975         * math/s_catanh.c: Likewise.
43976         * math/s_catanhf.c: Likewise.
43977         * math/s_catanhl.c: Likewise.
43978         * math/s_catanl.c: Likewise.
43979         * math/s_cexp.c: Likewise.
43980         * math/s_cexpf.c: Likewise.
43981         * math/s_cexpl.c: Likewise.
43982         * math/s_clog.c: Likewise.
43983         * math/s_clog10.c: Likewise.
43984         * math/s_clog10f.c: Likewise.
43985         * math/s_clog10l.c: Likewise.
43986         * math/s_clogf.c: Likewise.
43987         * math/s_clogl.c: Likewise.
43988         * math/s_csqrt.c: Likewise.
43989         * math/s_csqrtf.c: Likewise.
43990         * math/s_csqrtl.c: Likewise.
43991         * math/s_ctanf.c: Likewise.
43992         * math/s_ctanh.c: Likewise.
43993         * math/s_ctanhf.c: Likewise.
43994         * math/s_ctanhl.c: Likewise.
43995         * math/s_ctanl.c: Likewise.
43996
43997         * math/math_private.h: Define __nan, __nanf, __nanl.
43998         * math/s_cacosh.c: Include <math_private.h>.
43999         * math/s_cacoshl.c: Likewise.
44000         * math/s_casinh.c: Likewise.
44001         * math/s_casinhf.c: Likewise.
44002         * math/s_casinhl.c: Likewise.
44003         * math/s_ccos.c: Rely entire on ccosh.
44004         * math/s_ccosf.c: Rely entire on ccoshf.
44005         * math/s_ccosl.c: Rely entirely on ccoshl.
44006         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
44007         Remove tests for FE_INVALID.
44008         * math/s_ccoshf.c: Likewise.
44009         * math/s_ccoshl.c: Likewise.
44010         * math/s_csin.c: Likewise.
44011         * math/s_csinf.c: Likewise.
44012         * math/s_csinh.c Likewise.
44013         * math/s_csinhf.c: Likewise.
44014         * math/s_csinhl.c: Likewise.
44015         * math/s_csinl.c: Likewise.
44016         * math/s_ctan.c: Likewise.
44017         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
44018         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
44019         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
44020
44021 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
44022
44023         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
44024         compilation problems.
44025
44026         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44027         __builtin_expect.
44028
44029 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44030
44031         * sysdeps/i386/configure.in: Test for -mfma4 option.
44032         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44033         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44034         COMMON_CPUID_INDEX_80000001.
44035         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44036         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44037         use it if FMA3 is not supported.
44038         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44039
44040         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44041         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44042
44043 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44044
44045         [BZ #12892]
44046         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44047         it would create a cycle with a link time dependency.
44048
44049 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44050
44051         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44052         instruction.
44053         * string/Makefile (strop-tests): Add rawmemchr.
44054         * string/test-rawmemchr.c: New file.
44055
44056         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44057         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44058         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44059         when compiling str{,n}casecmp and when AVX is available.  Hook up
44060         new optimized code in initializers.
44061
44062 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44063
44064         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44065         __feraiseexcept instead of feraiseexcept.
44066
44067 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44068
44069         * math/math_private.h: Define defaults for libc_fetestexcept and
44070         libc_feupdateenv.
44071         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44072         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44073         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44074         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44075         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44076         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44077         libc_fetestexcept and libc_feupdateenv.
44078
44079         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44080         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44081         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44082         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44083         libc_feholdexcept_setround.
44084
44085         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44086         Add s_nearbyint-c and s_nearbyintf-c.
44087         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44088         nearbyintf inlines.
44089         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44090         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44091         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44092         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44093
44094         * math/math_private.h: Define defaults for libc_fegetround,
44095         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44096         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44097         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44098         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44099         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44100         standard functions.
44101         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44102         Remove comments and hacks for old compiler versions.
44103         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44104         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44105         libc_feholdexceptl.
44106
44107 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44108
44109         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44110         (__feraiseexcept_renamed): Add __NTH.
44111         (feraiseexcept): Add __NTH.  Rename local variables to fix
44112         namespace violations.
44113
44114 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44115
44116         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44117
44118         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44119
44120         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44121         recently added interfaces.
44122         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44123
44124         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44125         about macro parameter expansion.
44126
44127         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44128         __NO_MATH_INLINES is defined.  Cleanups.
44129
44130         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44131         and __floorf is target has SSE4.1.
44132         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44133         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44134         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44135         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44136
44137         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44138         name.
44139         (floorf): Likewise.
44140
44141         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44142
44143 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44144
44145         * misc/sys/cdefs.h: Fix last change.
44146
44147         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44148         database lookup.
44149
44150 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44151
44152         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44153
44154         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44155         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44156         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44157         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44158         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44159         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44160         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44161         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44162         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44163         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44164         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44165         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44166         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44167         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44168         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44169         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44170         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44171         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44172         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44173         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44174         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44175         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44176
44177         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44178         ceil, ceilf, floor, floorf.
44179
44180         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44181         Perform IRELATIVE relocations last.
44182
44183         * elf/do-rel.h: Add another parameter nrelative, replacing the
44184         local variable with the same name.  Change name of the function
44185         to end in Rel or Rela (uppercase).
44186         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44187         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44188         elf_dynamic_do_##reloc function.
44189
44190 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44191
44192         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44193         is sufficient, at least on modern CPUs.
44194
44195         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44196
44197         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44198         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44199
44200         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44201         __expl_finite.
44202         * math/bits/math-finite.h: Add entries for exp.
44203         * math/e_expl.c: Add __*_finite alias.
44204         * sysdeps/i386/fpu/e_exp.S: Likewise.
44205         * sysdeps/i386/fpu/e_expf.S: Likewise.
44206         * sysdeps/i386/fpu/e_expl.c: Likewise.
44207         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44208         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44209         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44210         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44211         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44212         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44213         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44214
44215         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44216         is sufficient, at least on modern CPUs.
44217
44218         * ctype/ctype-info.c (__ctype_init): Define.
44219         * include/ctype.h (__ctype_init): Declare.
44220         (__ctype_b_loc): The variable is always initialized.
44221         (__ctype_toupper_loc): Likewise.
44222         (__ctype_tolower_loc): Likewise.
44223         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44224         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44225
44226 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44227
44228         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44229
44230         * configure.in: Also look in $cxxmachine/include for C++ system
44231         headers.
44232
44233 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44234
44235         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44236         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44237         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44238         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44239         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44240         (USE_AS_WMEMCMP): New macro.
44241         Fixing indents.
44242         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44243         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44244         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44245         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44246         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44247         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44248         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44249         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44250         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44251         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44252         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44253         (USE_AS_WMEMCMP): New macro.
44254         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44255         * sysdeps/string/test-memcmp.c: Update.
44256         Fix simple_wmemcmp.
44257         Add new tests.
44258         * wcsmbs/wmemcmp.c: Update.
44259         (WMEMCMP): New macro.
44260         Fix overflow bug.
44261
44262 2011-10-12  Andreas Jaeger  <aj@suse.de>
44263
44264         [BZ #13268]
44265         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44266
44267 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44268
44269         * libio/iofwide.c (do_length): Avoid warning.
44270
44271         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44272
44273 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44274
44275         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44276
44277         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44278         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44279         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44280         * sysdeps/i386/i686/fpu/e_log.S: New file.
44281         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44282         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44283
44284         * ctype/ctype.h: Add support for inlined isXXX functions when
44285         compiling C++ code.
44286
44287 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44288
44289         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44290
44291         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44292
44293 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44294
44295         [BZ #13291]
44296         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44297
44298 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44299
44300         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44301         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44302         feraiseexcept.
44303
44304         * sysdeps/x86_64/memrchr.S: Check for zero size.
44305
44306         * string/stratcliff.c: Add memrchr tests.
44307
44308 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44309
44310         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44311         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44312         rawmemchr-sse2 rawmemchr-sse2-bsf.
44313         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44314         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44315         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44316         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44317         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44318         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44319         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44320         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44321         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44322         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44323         * string/memrchr.c (MEMRCHR): New macro.
44324
44325 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44326
44327         Add integration with gcc's -ffinite-math-only and optimize wrapper
44328         functions in libm.
44329         * Versions.def: Define GLIBC_2.15 version for libm.
44330         * math/Makefile (headers): Add bits/math-finite.h.
44331         * math/bits/math-finite.h: New file.
44332         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44333         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44334         * math/e_acoshl.c: Add __*_finite alias.
44335         * math/e_acosl.c: Likewise.
44336         * math/e_asinl.c: Likewise.
44337         * math/e_atan2l.c: Likewise.
44338         * math/e_atanhl.c: Likewise.
44339         * math/e_coshl.c: Likewise.
44340         * math/e_exp10.c: Likewise.
44341         * math/e_exp10f.c: Likewise.
44342         * math/e_exp10l.c: Likewise.
44343         * math/e_exp2l.c: Likewise.
44344         * math/e_fmodl.c: Likewise.
44345         * math/e_gammal_r.c: Likewise.
44346         * math/e_hypotl.c: Likewise.
44347         * math/e_j0l.c: Likewise.
44348         * math/e_j1l.c: Likewise.
44349         * math/e_jnl.c: Likewise.
44350         * math/e_lgammal_r.c: Likewise.
44351         * math/e_log10l.c: Likewise.
44352         * math/e_log2l.c: Likewise.
44353         * math/e_logl.c: Likewise.
44354         * math/e_powl.c: Likewise.
44355         * math/e_sinhl.c: Likewise.
44356         * math/e_sqrtl.c: Likewise.
44357         * math/e_scalb.c: Completely rewritten and optimized.
44358         * math/e_scalbf.c: Likewise.
44359         * math/e_scalbl.c: Likewise.
44360         * math/w_acos.c: Likewise.
44361         * math/w_acosf.c: Likewise.
44362         * math/w_acosl.c: Likewise.
44363         * math/w_acosh.c: Likewise.
44364         * math/w_acoshf.c: Likewise.
44365         * math/w_acoshl.c: Likewise.
44366         * math/w_asin.c: Likewise.
44367         * math/w_asinf.c: Likewise.
44368         * math/w_asinl.c: Likewise.
44369         * math/w_atan2.c: Likewise.
44370         * math/w_atan2f.c: Likewise.
44371         * math/w_atan2l.c: Likewise.
44372         * math/w_atanh.c: Likewise.
44373         * math/w_atanhf.c: Likewise.
44374         * math/w_atanhl.c: Likewise.
44375         * math/w_exp10.c: Likewise.
44376         * math/w_exp10f.c: Likewise.
44377         * math/w_exp10l.c: Likewise.
44378         * math/w_fmod.c: Likewise.
44379         * math/w_fmodf.c: Likewise.
44380         * math/w_fmodl.c: Likewise.
44381         * math/w_j0.c: Likewise.
44382         * math/w_j0f.c: Likewise.
44383         * math/w_j0l.c: Likewise.
44384         * math/w_j1.c: Likewise.
44385         * math/w_j1f.c: Likewise.
44386         * math/w_j1l.c: Likewise.
44387         * math/w_jn.c: Likewise.
44388         * math/w_jnf.c: Likewise.
44389         * math/w_log.c: Likewise.
44390         * math/w_logf.c: Likewise.
44391         * math/w_logl.c: Likewise.
44392         * math/w_log10.c: Likewise.
44393         * math/w_log10f.c: Likewise.
44394         * math/w_log10l.c: Likewise.
44395         * math/w_log2.c: Likewise.
44396         * math/w_log2f.c: Likewise.
44397         * math/w_log2l.c: Likewise.
44398         * math/w_pow.c: Likewise.
44399         * math/w_powf.c: Likewise.
44400         * math/w_powl.c: Likewise.
44401         * math/w_remainder.c: Likewise.
44402         * math/w_remainderf.c: Likewise.
44403         * math/w_remainderl.c: Likewise.
44404         * math/w_scalb.c: Likewise.
44405         * math/w_scalbf.c: Likewise.
44406         * math/w_scalbl.c: Likewise.
44407         * math/w_sqrt.c: Likewise.
44408         * math/w_sqrtf.c: Likewise.
44409         * math/w_sqrtl.c: Likewise.
44410         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44411         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44412         used.
44413         * math/math_private.h: Declare __kernel_standard_f.
44414         * math/w_cosh.c: Remove cruft and optimize a bit.
44415         * math/w_coshf.c: Likewise.
44416         * math/w_coshl.c: Likewise.
44417         * math/w_exp2.c: Likewise.
44418         * math/w_exp2f.c: Likewise.
44419         * math/w_exp2l.c: Likewise.
44420         * math/w_hypot.c: Likewise.
44421         * math/w_hypotf.c: Likewise.
44422         * math/w_hypotl.c: Likewise.
44423         * math/w_lgamma.c: Likewise.
44424         * math/w_lgamma_r.c: Likewise.
44425         * math/w_lgammaf.c: Likewise.
44426         * math/w_lgammaf_r.c: Likewise.
44427         * math/w_lgammal.c: Likewise.
44428         * math/w_lgammal_r.c: Likewise.
44429         * math/w_sinh.c: Likewise.
44430         * math/w_sinhf.c: Likewise.
44431         * math/w_sinhl.c: Likewise.
44432         * math/w_tgamma.c: Likewise.
44433         * math/w_tgammaf.c: Likewise.
44434         * math/w_tgammal.c: Likewise.
44435         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44436         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44437         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44438         Minor optimizations.  Pretty printing.  Remove cruft.
44439         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44440         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44441         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44442         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44443         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44444         * sysdeps/i386/fpu/e_asin.S: Likewise.
44445         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44446         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44447         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44448         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44449         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44450         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44451         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44452         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44453         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44454         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44455         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44456         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44457         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44458         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44459         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44460         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44461         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44462         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44463         * sysdeps/i386/fpu/e_log.S: Likewise.
44464         * sysdeps/i386/fpu/e_log10.S: Likewise.
44465         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44466         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44467         * sysdeps/i386/fpu/e_log2.S: Likewise.
44468         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44469         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44470         * sysdeps/i386/fpu/e_logf.S: Likewise.
44471         * sysdeps/i386/fpu/e_logl.S: Likewise.
44472         * sysdeps/i386/fpu/e_pow.S: Likewise.
44473         * sysdeps/i386/fpu/e_powf.S: Likewise.
44474         * sysdeps/i386/fpu/e_powl.S: Likewise.
44475         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44476         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44477         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44478         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44479         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44480         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44481         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44482         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44483         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44484         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44485         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44486         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44487         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44488         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44489         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44490         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44491         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44492         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44493         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44494         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44495         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44496         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44497         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44498         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44499         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44500         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44501         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44502         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44503         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44504         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44505         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44506         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44507         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44508         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44509         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44510         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44511         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44512         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44513         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44514         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44515         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44516         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44517         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44518         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44519         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44520         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44521         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44522         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44523         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44524         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44525         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44526         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44527         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44528         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44529         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44530         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44531         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44532         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44533         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44534         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44535         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44536         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44537         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44538         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44539         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44540         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44541         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44542         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44543         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44544         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44545         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44546         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44547         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44548         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44549         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44550         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44551         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44552         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44553         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44554         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44555         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44556         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44557         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44558         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44559         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44560         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44561         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44562         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44563         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44564         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44565         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44566         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44567         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44568         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44569         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44570         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44571         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44572         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44573         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44574         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44575         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44576         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44577         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44578         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44579         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44580         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44581         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44582         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44583         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44584         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44585         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44586         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44587         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44588         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44589         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44590         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44591         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44592         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44593         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44594         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44595         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44596         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44597         (__isnanf): Likewise.
44598         (__isinf_ns): Likewise.
44599         (__isinf_nsf): Likewise.
44600         (__finite): Likewise.
44601         (__finitef): Likewise.
44602         (__ieee754_sqrt): Define as macro.
44603         (__ieee754_sqrtf): Define as macro.
44604         (__ieee754_sqrtl): Define as macro.
44605         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44606         inlined copy.
44607         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44608         __FINITE_MATH_ONLY__ consistent.
44609         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44610
44611 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44612
44613         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44614         of rawmemchr.
44615
44616         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44617
44618 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44619
44620         * po/ja.po: Update from translation team.
44621
44622 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44623
44624         * locale/programs/locarchive.c (prepare_address_space): New function.
44625         (create_archive, enlarge_archive, open_archive): Use it.
44626
44627         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44628         inside [SHARED], where it is used.
44629
44630         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44631
44632         * nss/getent.c (netgroup_keys): Remove unused variable.
44633         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44634
44635 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44636
44637         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44638         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44639         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44640         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44641         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44642         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44643         * math/Makefile (libm-calls): Add s_isinf_ns.
44644         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44645         * math/multc3.c: Likewise.
44646         * math/s_casin.c: Likewise.
44647         * math/s_casinf.c: Likewise.
44648         * math/s_casinl.c: Likewise.
44649         * math/s_ccos.c: Likewise.
44650         * math/s_ccosf.c: Likewise.
44651         * math/s_ccosl.c: Likewise.
44652         * math/s_ctan.c: Likewise.
44653         * math/s_ctanf.c: Likewise.
44654         * math/s_ctanh.c: Likewise.
44655         * math/s_ctanhf.c: Likewise.
44656         * math/s_ctanhl.c: Likewise.
44657         * math/s_ctanl.c: Likewise.
44658         * math/w_fmod.c: Likewise.
44659         * math/w_fmodf.c: Likewise.
44660         * math/w_fmodl.c: Likewise.
44661         * math/w_remainder.c: Likewise.
44662         * math/w_remainderf.c: Likewise.
44663         * math/w_remainderl.c: Likewise.
44664         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44665         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44666         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44667         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44668         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44669         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44670         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44671         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44672
44673         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44674         of the number.
44675         * stdio-common/printf_fphex.c: Likewise.
44676         * stdio-common/printf_size.c: Likewise.
44677
44678         * math/e_exp10.c: Include math_private.h using <...> not "...".
44679         * math/e_exp10f.c: Likewise.
44680         * math/e_exp10l.c: Likewise.
44681         * math/e_exp2l.c: Likewise.
44682         * math/e_j0l.c: Likewise.
44683         * math/e_j1l.c: Likewise.
44684         * math/e_jnl.c: Likewise.
44685         * math/e_lgammal_r.c: Likewise.
44686         * math/e_rem_pio2l.c: Likewise.
44687         * math/e_scalb.c: Likewise.
44688         * math/e_scalbf.c: Likewise.
44689         * math/e_scalbl.c: Likewise.
44690         * math/k_cosl.c: Likewise.
44691         * math/k_sinl.c: Likewise.
44692         * math/k_tanl.c: Likewise.
44693         * math/s_cacoshf.c: Likewise.
44694         * math/s_catan.c: Likewise.
44695         * math/s_catanf.c: Likewise.
44696         * math/s_catanh.c: Likewise.
44697         * math/s_catanhf.c: Likewise.
44698         * math/s_catanhl.c: Likewise.
44699         * math/s_catanl.c: Likewise.
44700         * math/s_ccosh.c: Likewise.
44701         * math/s_ccoshf.c: Likewise.
44702         * math/s_ccoshl.c: Likewise.
44703         * math/s_cexp.c: Likewise.
44704         * math/s_cexpf.c: Likewise.
44705         * math/s_cexpl.c: Likewise.
44706         * math/s_clog.c: Likewise.
44707         * math/s_clog10.c: Likewise.
44708         * math/s_clog10f.c: Likewise.
44709         * math/s_clog10l.c: Likewise.
44710         * math/s_clogf.c: Likewise.
44711         * math/s_clogl.c: Likewise.
44712         * math/s_csin.c: Likewise.
44713         * math/s_csinf.c: Likewise.
44714         * math/s_csinh.c: Likewise.
44715         * math/s_csinhf.c: Likewise.
44716         * math/s_csinhl.c: Likewise.
44717         * math/s_csinl.c: Likewise.
44718         * math/s_csqrt.c: Likewise.
44719         * math/s_csqrtf.c: Likewise.
44720         * math/s_csqrtl.c: Likewise.
44721         * math/s_ctan.c: Likewise.
44722         * math/s_ctanf.c: Likewise.
44723         * math/s_ctanh.c: Likewise.
44724         * math/s_ctanhf.c: Likewise.
44725         * math/s_ctanhl.c: Likewise.
44726         * math/s_ctanl.c: Likewise.
44727         * math/s_ldexp.c: Likewise.
44728         * math/s_ldexpf.c: Likewise.
44729         * math/s_ldexpl.c: Likewise.
44730         * math/s_significand.c: Likewise.
44731         * math/s_significandf.c: Likewise.
44732         * math/s_significandl.c: Likewise.
44733         * math/w_acos.c: Likewise.
44734         * math/w_acosf.c: Likewise.
44735         * math/w_acosh.c: Likewise.
44736         * math/w_acoshf.c: Likewise.
44737         * math/w_acoshl.c: Likewise.
44738         * math/w_acosl.c: Likewise.
44739         * math/w_asin.c: Likewise.
44740         * math/w_asinf.c: Likewise.
44741         * math/w_asinl.c: Likewise.
44742         * math/w_atan2.c: Likewise.
44743         * math/w_atan2f.c: Likewise.
44744         * math/w_atan2l.c: Likewise.
44745         * math/w_atanh.c: Likewise.
44746         * math/w_atanhf.c: Likewise.
44747         * math/w_atanhl.c: Likewise.
44748         * math/w_cosh.c: Likewise.
44749         * math/w_coshf.c: Likewise.
44750         * math/w_coshl.c: Likewise.
44751         * math/w_dremf.c: Likewise.
44752         * math/w_exp10.c: Likewise.
44753         * math/w_exp10f.c: Likewise.
44754         * math/w_exp10l.c: Likewise.
44755         * math/w_exp2.c: Likewise.
44756         * math/w_exp2f.c: Likewise.
44757         * math/w_fmod.c: Likewise.
44758         * math/w_fmodf.c: Likewise.
44759         * math/w_fmodl.c: Likewise.
44760         * math/w_hypot.c: Likewise.
44761         * math/w_hypotf.c: Likewise.
44762         * math/w_hypotl.c: Likewise.
44763         * math/w_j0.c: Likewise.
44764         * math/w_j0f.c: Likewise.
44765         * math/w_j0l.c: Likewise.
44766         * math/w_j1.c: Likewise.
44767         * math/w_j1f.c: Likewise.
44768         * math/w_j1l.c: Likewise.
44769         * math/w_jn.c: Likewise.
44770         * math/w_jnf.c: Likewise.
44771         * math/w_jnl.c: Likewise.
44772         * math/w_lgamma.c: Likewise.
44773         * math/w_lgamma_r.c: Likewise.
44774         * math/w_lgammaf.c: Likewise.
44775         * math/w_lgammaf_r.c: Likewise.
44776         * math/w_lgammal.c: Likewise.
44777         * math/w_lgammal_r.c: Likewise.
44778         * math/w_log.c: Likewise.
44779         * math/w_log10.c: Likewise.
44780         * math/w_log10f.c: Likewise.
44781         * math/w_log10l.c: Likewise.
44782         * math/w_log2.c: Likewise.
44783         * math/w_log2f.c: Likewise.
44784         * math/w_log2l.c: Likewise.
44785         * math/w_logf.c: Likewise.
44786         * math/w_logl.c: Likewise.
44787         * math/w_pow.c: Likewise.
44788         * math/w_powf.c: Likewise.
44789         * math/w_powl.c: Likewise.
44790         * math/w_remainder.c: Likewise.
44791         * math/w_remainderf.c: Likewise.
44792         * math/w_remainderl.c: Likewise.
44793         * math/w_scalb.c: Likewise.
44794         * math/w_scalbf.c: Likewise.
44795         * math/w_scalbl.c: Likewise.
44796         * math/w_sinh.c: Likewise.
44797         * math/w_sinhf.c: Likewise.
44798         * math/w_sinhl.c: Likewise.
44799         * math/w_sqrt.c: Likewise.
44800         * math/w_sqrtf.c: Likewise.
44801         * math/w_sqrtl.c: Likewise.
44802         * math/w_tgamma.c: Likewise.
44803         * math/w_tgammaf.c: Likewise.
44804         * math/w_tgammal.c: Likewise.
44805
44806         * po/ja.po: Update from translation team.
44807
44808 2011-09-29  Andreas Jaeger  <aj@suse.de>
44809
44810         [BZ #13179]
44811         * sunrpc/netname.c (netname2host): Fix logic.
44812
44813         [BZ #6779]
44814         [BZ #6783]
44815         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44816         correctly.
44817         * math/w_remainder.c (__remainder): Likewise.
44818         * math/w_remainderf.c (__remainderf): Likewise.
44819         * math/libm-test.inc (remainder_test): Add test cases.
44820
44821 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44822
44823         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44824         sdiv_qrnnd.
44825
44826 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44827
44828         * string/test-memcmp.c: Avoid unncessary #defines.
44829         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44830
44831 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44832
44833         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44834         Use new sse2 version for core i3 - i7 as it's faster
44835         than sse42 version.
44836         (bit_Prefer_PMINUB_for_stringop): New.
44837         * sysdeps/x86_64/rawmemchr.S: Update.
44838         Replace with faster SSE2 version.
44839         * sysdeps/x86_64/memrchr.S: New file.
44840         * sysdeps/x86_64/memchr.S: Update.
44841         Replace with faster SSE2 version.
44842
44843 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44844
44845         * elf/dl-load.c (lose): Add cast to avoid warning.
44846
44847 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44848
44849         * po/ca.po: Update from translation team.
44850
44851         * inet/getnetgrent_r.c: Hook up nscd.
44852         * nscd/Makefile (routines): Add nscd_netgroup.
44853         (nscd-modules): Add netgroupcache.
44854         (CFLAGS-netgroupcache.c): Define.
44855         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44856         (cache_search): Add const to second parameter.
44857         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44858         INNETGR.
44859         (dbs): Add netgrdb entry.
44860         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44861         (verify_persistent_db): Handle netgrdb.
44862         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44863         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44864         GETFDNETGR.
44865         (netgroup_response_header): Define.
44866         (innetgroup_response_header): Define.
44867         (datahead): Add netgroup_response_header and innetgroup_response_header
44868         elements.
44869         * nscd/nscd.conf: Add entries for netgroup cache.
44870         * nscd/nscd.h (dbtype): Add netgrdb.
44871         (_PATH_NSCD_NETGROUP_DB): Define.
44872         (netgroup_iov_disabled): Declare.
44873         (xmalloc, xcalloc, xrealloc): Move declarations here.
44874         (cache_search): Adjust prototype.
44875         Add netgroup-related prototypes.
44876         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44877         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44878         (__nscd_innetgr): Declare.
44879         * nscd/selinux.c (perms): Use access_vector_t as element type and
44880         add netgroup-related initializers.
44881         * nscd/netgroupcache.c: New file.
44882         * nscd/nscd_netgroup.c: New file.
44883         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44884         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44885         For four parameters use innetgr.
44886         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44887         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44888         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44889         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44890
44891         * nscd/connections.c (register_traced_file): Don't register file
44892         for disabled databases.
44893
44894 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44895
44896         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44897
44898         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44899         from tree and freeing node.
44900
44901 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44902
44903         * nss/nsswitch.c (__nss_database_lookup): Handle
44904         nss_parse_service_list out of memory case.
44905
44906 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44907
44908         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44909         out of memory case.
44910
44911 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44912
44913         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44914         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44915         pass it down.
44916         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44917         elf_machine_rela, elf_machine_lazy_rel.
44918         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44919         (ELF_DYNAMIC_DO_REL): Likewise.
44920         (ELF_DYNAMIC_DO_RELA): Likewise.
44921         (ELF_DYNAMIC_RELOCATE): Likewise.
44922         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44923         to ELF_DYNAMIC_DO_REL.
44924         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44925         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44926         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44927         elf_machine_rela.
44928         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44929         skip_ifunc, don't call ifunc function if non-zero.
44930         (elf_machine_rela): Likewise.
44931         (elf_machine_lazy_rel): Likewise.
44932         (elf_machine_lazy_rela): Likewise.
44933         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44934         (elf_machine_lazy_rel): Likewise.
44935         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44936         Likewise.
44937         (elf_machine_lazy_rel): Likewise.
44938         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44939         Likewise.
44940         (elf_machine_lazy_rel): Likewise.
44941         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44942         (elf_machine_lazy_rel): Likewise.
44943         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44944         (elf_machine_lazy_rel): Likewise.
44945         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44946         (elf_machine_lazy_rel): Likewise.
44947         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44948         (elf_machine_lazy_rel): Likewise.
44949         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44950         (elf_machine_lazy_rel): Likewise.
44951         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44952         (elf_machine_lazy_rel): Likewise.
44953
44954 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44955
44956         * nss/nss_files/files-init.c (_nss_files_init): Use static
44957         initialization for all the *_traced_file variables.
44958
44959 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44960
44961         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44962
44963 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44964
44965         [BZ #13226]
44966         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44967
44968 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44969
44970         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44971         Reread the line before reparsing it.
44972
44973 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44974
44975         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44976
44977 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44978             Maxim Kuvyrkov  <maxim@codesourcery.com>
44979             Joseph Myers  <joseph@codesourcery.com>
44980
44981         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44982         if needed for __stack_chk_guard.
44983
44984 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44985
44986         * sysdeps/posix/spawni.c (script_execute): Always define it.
44987         It will be optimized away if unused.
44988         (maybe_script_execute): New function.
44989         (__spawni): Call it.
44990
44991         * Makerules: Don't include tls.make.
44992         (config-tls): Always set to thread.
44993         * tls.make.c: File removed.
44994
44995 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44996
44997         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44998         * config.make.in (CPPFLAGS-config): New substituted variable.
44999
45000 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45001
45002         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
45003
45004         [BZ #13192]
45005         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
45006         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
45007
45008 2011-09-15  Roland McGrath  <roland@hack.frob.com>
45009
45010         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
45011         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
45012         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
45013         (CALL_FAIL): Likewise.
45014         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
45015         (CALL_FAIL): Macro removed.
45016         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
45017
45018 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
45019
45020         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
45021         for __FINITE_MATH_ONLY__ == 1.
45022
45023 2011-09-15  Andreas Schwab  <schwab@redhat.com>
45024
45025         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45026         __ieee754_sqrt instead of sqrt.
45027         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45028         __ieee754_sqrtf instead of sqrtf.
45029         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45030         __floorf instead of floorf.
45031         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45032         __floorf, __truncf instead of floorf, truncf.
45033
45034 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45035
45036         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45037
45038         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45039         __extern_always_inline.
45040         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45041         32-bit.
45042
45043 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45044
45045         * elf/rtld.c (dl_main): Also relocate in dependency order when
45046         doing symbol dependency testing.
45047
45048 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45049
45050         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45051         Always define `refsym'.
45052
45053 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45054
45055         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45056         (__FD_ELT): Renamed from __FDELT.
45057         * misc/bits/select2.h (__FD_ELT): Likewise.
45058         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45059         __FD_MASK instead of __FDELT, __FDMASK.
45060         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45061         Likewise.
45062         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45063         Likewise.
45064
45065         * elf/Makefile (gen-ldd): Fix pattern.
45066
45067         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45068         (init_tls): Likewise.
45069
45070 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45071
45072         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45073
45074 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45075
45076         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45077         `struct cmsghdr *' instead of `void *'.
45078         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45079         Likewise.
45080
45081 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45082
45083         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45084         if non-absolute.
45085         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45086         ldd_rewrite_script.
45087
45088 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45089
45090         * configure.in: Remove --with-tls option.
45091         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45092         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45093         out in case it is missing.
45094         * sysdeps/ia64/elf/configure.in: Likewise.
45095         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45096         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45097         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45098         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45099         * sysdeps/sh/elf/configure.in: Likewise.
45100         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45101         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45102         * sysdeps/x86_64/elf/configure.in: Likewise.
45103         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45104         * sysdeps/mach/hurd/tls.h: Likewise.
45105
45106         [BZ #13067]
45107         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45108
45109         [BZ #13090]
45110         * configure.in: Fix use of AC_INIT.
45111
45112         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45113
45114 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45115
45116         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45117         __set_errno.
45118         * malloc/hooks.c: Likewise.
45119
45120         [BZ #11929]
45121         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45122         variables statically.
45123         (narenas): Initialize.
45124         (list_lock): Initialize.
45125         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45126         initializtion of main_arena and list_lock.  Small cleanups.
45127         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45128         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45129         Add initializers to main_arena and mp_.
45130         (malloc_state): Remove pagesize member.  Change all users to use
45131         GLRO(dl_pagesize).
45132
45133         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45134         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45135         is always initialized.
45136
45137         * malloc/malloc.c: Removed unused configurations and dead code.
45138         * malloc/arena.c: Likewise.
45139         * malloc/hooks.c: Likewise.
45140         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45141
45142         * include/tls.h: Removed.  USE___THREAD must always be defined.
45143         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45144         * elf/dl-libc.c: Likewise.
45145         * elf/dl-tsd.c: Likewise.
45146         * include/errno.h: Likewise.
45147         * include/netdb.h: Likewise.
45148         * include/resolv.h: Likewise.
45149         * inet/herrno-loc.c: Likewise.
45150         * inet/herrno.c: Likewise.
45151         * malloc/arena.c: Likewise.
45152         * malloc/hooks.c: Likewise.
45153         * malloc/malloc.c: Likewise.
45154         * resolv/res-state.c: Likewise.
45155         * resolv/res_libc.c: Likewise.
45156         * sysdeps/i386/dl-machine.h: Likewise.
45157         * sysdeps/ia64/dl-machine.h: Likewise.
45158         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45159         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45160         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45161         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45162         * sysdeps/sh/dl-machine.h: Likewise.
45163         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45164         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45165         * sysdeps/unix/i386/sysdep.S: Likewise.
45166         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45167         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45168         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45169         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45170         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45171         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45172         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45173         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45174         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45175         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45176         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45177         * sysdeps/x86_64/dl-machine.h: Likewise.
45178         * tls.make.c: Likewise.
45179
45180         * configure.in: Remove --with-__thread option.  Make tests for
45181         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45182         tls_model attribute fail if no support is available.  Remove
45183         USE_IN_LIBIO.
45184         * Makeconfig: Adjust for dropped configure option.  All features are
45185         now mandatory.
45186         * Makerules: Likewise.
45187         * Versions.def: Likewise.
45188         * argp/argp-fmtstream.c: Likewise.
45189         * argp/argp-fmtstream.h: Likewise.
45190         * argp/argp-help.c: Likewise.
45191         * assert/assert.c: Likewise.
45192         * config.h.in: Likewise.
45193         * config.make.in: Likewise.
45194         * configure: Likewise.
45195         * configure.in: Likewise.
45196         * csu/Versions: Likewise.
45197         * csu/init.c: Likewise.
45198         * elf/tst-audit2.c: Likewise.
45199         * elf/tst-tls10.c: Likewise.
45200         * elf/tst-tls10.h: Likewise.
45201         * elf/tst-tls11.c: Likewise.
45202         * elf/tst-tls12.c: Likewise.
45203         * elf/tst-tls14.c: Likewise.
45204         * elf/tst-tlsmod11.c: Likewise.
45205         * elf/tst-tlsmod12.c: Likewise.
45206         * elf/tst-tlsmod13.c: Likewise.
45207         * elf/tst-tlsmod13a.c: Likewise.
45208         * elf/tst-tlsmod14a.c: Likewise.
45209         * elf/tst-tlsmod15b.c: Likewise.
45210         * elf/tst-tlsmod16a.c: Likewise.
45211         * elf/tst-tlsmod16b.c: Likewise.
45212         * elf/tst-tlsmod7.c: Likewise.
45213         * elf/tst-tlsmod8.c: Likewise.
45214         * elf/tst-tlsmod9.c: Likewise.
45215         * gmon/gmon.c: Likewise.
45216         * grp/fgetgrent_r.c: Likewise.
45217         * grp/putgrent.c: Likewise.
45218         * hurd/fopenport.c: Likewise.
45219         * include/libc-symbols.h: Likewise.
45220         * include/tls.h: Likewise.
45221         * intl/gettextP.h: Likewise.
45222         * intl/loadinfo.h: Likewise.
45223         * locale/global-locale.c: Likewise.
45224         * locale/localeinfo.h: Likewise.
45225         * mach/devstream.c: Likewise.
45226         * malloc/arena.c: Likewise.
45227         * malloc/set-freeres.c: Likewise.
45228         * misc/err.c: Likewise.
45229         * misc/getttyent.c: Likewise.
45230         * misc/mntent_r.c: Likewise.
45231         * posix/getopt.c: Likewise.
45232         * posix/wordexp.c: Likewise.
45233         * pwd/fgetpwent_r.c: Likewise.
45234         * resolv/Versions: Likewise.
45235         * resolv/res_hconf.c: Likewise.
45236         * shadow/fgetspent_r.c: Likewise.
45237         * shadow/putspent.c: Likewise.
45238         * stdio-common/printf_fphex.c: Likewise.
45239         * stdio-common/tmpfile.c: Likewise.
45240         * stdlib/abort.c: Likewise.
45241         * stdlib/fmtmsg.c: Likewise.
45242         * sunrpc/auth_unix.c: Likewise.
45243         * sunrpc/clnt_perr.c: Likewise.
45244         * sunrpc/clnt_tcp.c: Likewise.
45245         * sunrpc/clnt_udp.c: Likewise.
45246         * sunrpc/clnt_unix.c: Likewise.
45247         * sunrpc/openchild.c: Likewise.
45248         * sunrpc/svc_simple.c: Likewise.
45249         * sunrpc/svc_tcp.c: Likewise.
45250         * sunrpc/svc_udp.c: Likewise.
45251         * sunrpc/svc_unix.c: Likewise.
45252         * sunrpc/xdr.c: Likewise.
45253         * sunrpc/xdr_array.c: Likewise.
45254         * sunrpc/xdr_rec.c: Likewise.
45255         * sunrpc/xdr_ref.c: Likewise.
45256         * sunrpc/xdr_stdio.c: Likewise.
45257
45258 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45259
45260         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45261
45262 2011-07-03  Andreas Jaeger  <aj@suse.de>
45263
45264         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45265         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45266         regenerate with gen-libm-tests.pl.
45267
45268 2010-05-12  Petr Baudis  <pasky@suse.cz>
45269
45270         [BZ #11589]
45271         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45272         around j0() zero points by switching to j1().
45273         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45274         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45275         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45276         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45277
45278 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45279
45280         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45281         instead of 0.
45282         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45283         instead of 0.
45284         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45285         Patch in part by Pavel Roskin <proski@gnu.org>.
45286
45287         [BZ #13138]
45288         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45289         realloc.
45290         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45291         Free memory block if necessary.
45292
45293         [BZ #12847]
45294         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45295         be NULL.  Don't lock in this case.
45296
45297 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45298
45299         * elf/elf.h (ELFOSABI_GNU): New macro.
45300         (ELFOSABI_LINUX): Define to that.
45301
45302 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45303
45304         * string/strncat.c (strncat): Undef the symbol in case it has been
45305         defined in bits/string.h.
45306
45307 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45308
45309         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45310
45311         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45312         link map.
45313
45314 2011-08-17  Andreas Jaeger  <aj@suse.de>
45315
45316         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45317
45318 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45319             Ian Lance Taylor  <iant@google.com>
45320
45321         * math/libm-test.inc (lround_test): New testcase.
45322         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45323
45324 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45325
45326         * Makefile: Remove support for automatic cvs check-ins.
45327         * Makerules: Likewise.
45328         * config.make.in: Likewise.
45329         * configure.in: Likewise.
45330         * intl/Makefile: Likewise.
45331         * locale/Makefile: Likewise.
45332         * po/Makefile: Likewise.
45333         * posix/Makefile: Likewise.
45334         * sysdeps/gnu/Makefile: Likewise.
45335         * sysdeps/mach/hurd/Makefile: Likewise.
45336         * sysdeps/sparc/sparc32/Makefile: Likewise.
45337
45338         [BZ #13118]
45339         * posix/Makefile (bug-regex32-ENV): Define.
45340         Patch by John Stanley <jpsinthemix@verizon.net>.
45341
45342         * misc/Makefile (headers): Add bits/select2.h.
45343         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45344         * misc/bits/select2.h: New file.
45345         * include/bits/select2.h: New file.
45346         * debug/Makefile (routines): Add fdelt_chk.
45347         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45348         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45349         FD_ISSET.
45350         * debug/fdelt_chk.c: New file.
45351
45352         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45353         * wcsmbs/test-wmemcmp.c: Likewise.
45354         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45355         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45356
45357 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45358
45359         * string/Makefile (strop-tests): Add memcmp.
45360         * string/test-wmemcmp.c: New file.
45361         * string/test-memcmp.c: Add wmemcmp support.
45362
45363 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45364
45365         [BZ #13153]
45366         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45367         2011-07-19 change.
45368
45369         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45370         garbage value in a __mach_port_mod_refs call in the cases of the
45371         task-self and thread-self ports.
45372
45373 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45374
45375         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45376
45377 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45378
45379         * elf/dl-load.c (lose): Check for non-null L.
45380
45381 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45382
45383         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45384
45385         * elf/dl-libc.c (dlerror_run): Pass back error code from
45386         dl_catch_error.
45387
45388         [BZ #13123]
45389         * elf/dl-load.c (lose): Free l_origin if it is valid.
45390
45391         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45392         names.
45393         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45394         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45395         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45396         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45397         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45398         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45399
45400 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45401
45402         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45403         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45404         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45405         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45406         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45407         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45408         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45409         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45410         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45411         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45412
45413 2011-08-15  Alan Modra  <amodra@gmail.com>
45414
45415         [BZ #13092]
45416         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45417         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45418         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45419         ppc_mcount to static-only-routines.
45420         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45421         __mcount_internal.
45422         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45423         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45424
45425 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45426
45427         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45428         for finite and infinity parameters.
45429
45430 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45431
45432         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45433         and add nop instructions for throughput optimization.
45434         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45435
45436 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45437
45438         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45439         aligned copy for power7 with vector-scalar instructions.
45440         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45441
45442 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45443
45444         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45445         AVX check.
45446
45447 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45448
45449         [BZ #13144]
45450         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45451         last change.
45452
45453 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45454
45455         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45456         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45457         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45458         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45459         clock_gettime.
45460
45461 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45462
45463         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45464         Forgot to demangle the pointer.
45465
45466         * sysdeps/i386/sysdep.h: Define atom_text_section.
45467         * sysdeps/x86_64/sysdep.h: Likewise.
45468         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45469         section with atom_text_section.
45470         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45471         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45472         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45473         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45474         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45475
45476         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45477         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45478         already be defined.  Change to take two parameters and don't assign
45479         result to variable.  Adjust all users.
45480         Define INTERNAL_GETTIME if not already defined.
45481         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45482         call.
45483         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45484         HAVE_CLOCK_GETTIME_VSYSCALL.
45485         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45486
45487         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45488         gettimeofday vsyscall, just use time.
45489
45490 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45491
45492         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45493         <errno.h>.
45494
45495 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45496
45497         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45498         syscall on x86-64.
45499         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45500         syscall.
45501         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45502         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45503         syscall if possible.
45504
45505 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45506
45507         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45508         e_ident.  Don't pass to find_mapsXX.
45509         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45510
45511 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45512
45513         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45514         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45515         * sysdeps/x86_64/multiarch/strchr.S: Update.
45516         Check bit_slow_BSF bit.
45517         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45518         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45519         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45520
45521 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45522
45523         [BZ #13134]
45524         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45525         before glibc 2.15.
45526         (tryshell): Define.
45527         (__spawni): Change last parameter to be flag.  Test
45528         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45529         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45530         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45531         * posix/spawni.c: Likewise.
45532         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45533         * posix/spawnp.c: Likewise.  Change normal version to use
45534         SPAWN_XFLAGS_USE_PATH.
45535         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45536         SPAWN_XFLAGS_TRY_SHELL.
45537
45538         [BZ #13150]
45539         * posix/glob.h: Remove gcc 1.x support.
45540
45541         [BZ #13068]
45542         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45543
45544 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45545
45546         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45547         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45548         strrchr-sse2-bsf
45549         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45550         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45551         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45552         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45553         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45554         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45555
45556 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45557
45558         * sysdeps/x86_64/wcscmp.S: New file.
45559
45560         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45561         wcscmp-c wcscmp-sse2
45562         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45563         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45564         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45565         * wcsmbs/wcscmp.c: Allow renaming.
45566
45567 2011-09-05  David S. Miller  <davem@davemloft.net>
45568
45569         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45570         stack slot, rather than the struct return pointer slot.
45571         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45572         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45573         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45574         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45575
45576 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45577
45578         * po/ja.po: Update from translation team.
45579
45580         [BZ #13144]
45581         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45582         kernel in 64-bit binaries.
45583
45584 2011-09-01  David S. Miller  <davem@davemloft.net>
45585
45586         * elf/elf.h (HWCAP_SPARC_*): Move to..
45587         * sysdeps/sparc/sysdep.h: this new file and add new values.
45588         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45589         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45590         _DL_HWCAP_COUNT to 24.
45591         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45592         entries.
45593         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45594         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45595         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45596         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45597         instead of magic constants.
45598         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45599
45600 2011-08-31  David S. Miller  <davem@davemloft.net>
45601
45602         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45603         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45604         Reimplement to do errno handling inline.
45605         (SYSCALL_ERROR_HANDLER): New macro.
45606         (__SYSCALL_STRING): Do not do errno handling in asm.
45607         (__CLONE_SYSCALL_STRING): Delete.
45608         (__INTERNAL_SYSCALL_STRING): Delete.
45609         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45610         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45611         (PSEUDO): Reimplement to do errno handling inline.
45612         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45613         (SYSCALL_ERROR_HANDLER): New macro.
45614         (__SYSCALL_STRING): Do not do errno handling in asm.
45615         (__CLONE_SYSCALL_STRING): Delete.
45616         (__INTERNAL_SYSCALL_STRING): Delete.
45617         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45618         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45619         i386.
45620         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45621         (inline_syscall*): Add 'err' argument.
45622         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45623         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45624         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45625         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45626
45627         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45628         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45629
45630 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45631
45632         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45633
45634 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45635
45636         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45637         directive.
45638
45639 2011-08-24  David S. Miller  <davem@davemloft.net>
45640
45641         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45642
45643 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45644
45645         * elf/Makefile: Add rules to build and run unload8 test.
45646         * elf/unload8.c: New file.
45647         * elf/unload8mod1.c: New file.
45648         * elf/unload8mod1x.c: New file.
45649         * elf/unload8mod2.c: New file.
45650         * elf/unload8mod3.c: New file.
45651
45652         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45653         it wasn't used.
45654
45655 2011-08-23  David S. Miller  <davem@davemloft.net>
45656
45657         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45658         subtract stack bias.
45659         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45660         %sp not %fp in calculations.
45661         (_JMPBUF_UNWINDS_ADJ): Likewise.
45662
45663         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45664         (aio_suspend): Call it to force an exception region around the
45665         AIO_MISC_WAIT() invocation.
45666
45667 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45668
45669         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45670         backslash.
45671
45672 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45673
45674         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45675         protection macro.
45676         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45677         and <dl-machine.h>.
45678         (Elf64_FuncDesc): Remove.
45679
45680 2011-08-22  David S. Miller  <davem@davemloft.net>
45681
45682         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45683         sigaltstack check, add missing cfi directives.
45684         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45685         missing cfi directives, and sigaltstack handling.
45686
45687 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45688
45689         [BZ #11724]
45690         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45691         object is seen twice.
45692         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45693
45694         * elf/Makefile (distribute): Add tst-initorder2.c.
45695         (tests): Add tst-initorder2.
45696         (modules-names): Add tst-initorder2a tst-initorder2b
45697         tst-initorder2c tst-initorder2d.  Add rules to build them.
45698         ($(objpfx)tst-initorder2.out): New rule.
45699         * elf/tst-initorder2.c: New file.
45700         * elf/tst-initorder2.exp: New file.
45701
45702 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45703
45704         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45705
45706         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45707         dependencies back to end of function.
45708
45709         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45710         $(elfobjdir)/ld.so.
45711
45712 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45713
45714         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45715         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45716         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45717         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45718         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45719         of __vdso_gettimeofday.
45720         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45721         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45722         attribute_hidden.
45723         (_libc_vdso_platform_setup): Remove initialization of
45724         __vdso_gettimeofday and __vdso_time.
45725
45726 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45727
45728         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45729         and fgetc_unlocked.
45730         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45731         getc_unlocked.
45732
45733         * elf/dl-open.c (add_to_global): Report additions to the global scope
45734         for LD_DEBUG=scopes.
45735         (dl_open_worker): Also print scope of newly loaded dependencies.
45736         (_dl_show_scope): Indicate if there is no scope.
45737
45738         [BZ #13114]
45739         * stdio-common/Makefile (tests): Add bug24.
45740         * stdio-common/bug24.c: New file.
45741
45742 2011-08-19  Andreas Jaeger  <aj@suse.de>
45743
45744         [BZ #13114]
45745         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45746         non-existant file when using close-on-exec mode.
45747
45748 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45749
45750         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45751         the very first instruction.
45752
45753         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45754         the CFI state in the end.
45755         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45756         inclusion of dl-trampoline.h.
45757         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45758
45759 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45760
45761         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45762         expectations for long double.
45763
45764         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45765         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45766
45767 2011-08-14  David S. Miller  <davem@davemloft.net>
45768
45769         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45770         artificual limit depends upon the system page size.
45771
45772 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45773
45774         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45775         * resolv/Makefile: Define CFLAGS-libresolv.
45776
45777 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45778
45779         * nss/makedb.c (compute_tables): Make variables used in nested
45780         function static.
45781
45782 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45783
45784         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45785         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45786         if buffer was too small.
45787
45788         * elf/pldd.c (main): Attach to all threads in the process.
45789         Rewrite /proc handling to use *at functions.
45790
45791 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45792
45793         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45794         specifies first scope to show.
45795         (dl_open_worker): Update callers.  Move printing scope of new
45796         object to before the relocation.
45797         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45798         * sysdeps/generic/ldsodefs.h: Update declaration.
45799
45800         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45801         string for the scope number.
45802
45803 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45804
45805         * nscd/servicescache.c (cache_addserv): Make sure written is always
45806         initialized.
45807
45808 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45809
45810         * sysdeps/i386/i486/bits/atomic.h
45811         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45812         statement expression, so as to suppress "set but not used" warning.
45813         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45814
45815         * string/strncat.c (STRNCAT): Use prototype definition.
45816
45817         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45818         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45819         -Iprograms here.
45820         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45821         (localedef-modules): Add localedef.
45822         (locale-modules): Add locale.
45823
45824         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45825         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45826         to avoid a warning.
45827
45828 2011-08-14  David S. Miller  <davem@davemloft.net>
45829
45830         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45831         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45832
45833 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45834
45835         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45836         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45837         * elf/rtld.c (dl_main): Set l_name of vDSO.
45838         Call _dl_show_scope when DL_DEBUG_SCOPES.
45839         (process_dl_debug): Recognize scopes flag and also set it for all.
45840         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45841         Declare _dl_show_scope.
45842
45843         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45844         (do_dlopen): Pass caller_dlopen to dl_open.
45845         (__libc_dlopen_mode): Initialize caller_dlopen.
45846
45847         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45848         of libc.  Make tolower call locale-independent.  Optimize a bit by
45849         using isdigit instead of isalnum.
45850         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45851
45852 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45853
45854         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45855         was a dependency or dynamically loaded.
45856
45857 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45858
45859         * intl/l10nflist.c: Allow architecture-specific pop function.
45860         * sysdeps/x86_64/l10nflist.c: New file.
45861
45862         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45863         classification.
45864
45865 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45866
45867         * include/dirent.h: Add libc_hidden_proto for scandirat and
45868         scandirat64.  Don't declare __scandirat64.
45869         * dirent/scandirat.c: Add libc_hidden_def.
45870         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45871         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45872
45873 2011-08-10  David S. Miller  <davem@davemloft.net>
45874
45875         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45876         enum.
45877         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45878         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45879         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45880
45881 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45882
45883         * Versions.def [libc]: Add GLIBC_2.15.
45884         * dirent/Makefile (routines): Add scandirat and scandirat64.
45885         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45886         GLIBC_2.15.
45887         * dirent/dirent.h: Declare scandirat and scandirat64.
45888         * dirent/scandirat.c: New file.
45889         * dirent/scandirat64.c: New file.
45890         * sysdeps/wordsize-64/scandirat.c: New file.
45891         * sysdeps/wordsize-64/scandirat64.c: New file.
45892         * dirent/opendir.c: Define opendirat.
45893         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45894         using scandirat.
45895         * dirent/scandir64.c: Adjust for scandir.c change.
45896         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45897         __scandirat64, and __scandir_cancel_handler.
45898         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45899         additional parameter and use openat instead of open (outside of ld.so).
45900         Add new __opendir as wrapper around __opendirat.
45901         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45902         here without requiring old scandirat implementation.
45903
45904 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45905
45906         * dirent/scandir.c (cancel_handler): Renamed to
45907         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45908         defined.  Adjust users.
45909         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45910         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45911
45912 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45913
45914         * string/test-string.h (IMPL): Use __STRING to expand name and then
45915         stringify it.
45916
45917         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45918         of cleanups.
45919
45920 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45921
45922         * string/Makefile: Update.
45923         (strop-tests): Append strncat.
45924         * string/test-wcscmp.c: New file.
45925         New comprehensive test for wcscmp.
45926         * string/test-strcmp.c: Update.
45927         (WIDE): New define.
45928
45929 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45930
45931         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45932         line.
45933
45934 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45935
45936         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45937         encoding to ACE if AI_IDN.
45938
45939 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45940
45941         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45942         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45943
45944 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45945
45946         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45947         Fix overflow bug in strncat.
45948         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45949
45950         * string/test-strncat.c: Update.
45951         Add new tests for checking overflow bugs.
45952
45953 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45954
45955         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45956         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45957         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45958         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45959         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45960         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45961         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45962         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45963         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45964
45965         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45966         (USE_AS_STRCAT): Define.
45967         Add strcat and strncat support.
45968         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45969
45970 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45971
45972         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45973         __n bigger than INT_MAX+1.
45974         (__strncmp_g): Likewise.
45975
45976 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45977
45978         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45979         * libio/stido.h: Likewise.
45980
45981         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45982         (AF_NFC): Define.
45983         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45984         (AF_NFC): Define.
45985
45986         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45987         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45988         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45989         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45990         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45991
45992         [BZ #13021]
45993         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45994         installed.
45995
45996         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45997         typo.
45998         (_dl_x86_64_save_sse): Likewise.
45999
46000 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
46001
46002         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
46003         OSXSAVE.
46004         (_dl_x86_64_save_sse): Likewise.
46005
46006         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
46007
46008         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
46009
46010 2011-07-21  Andreas Schwab  <schwab@redhat.com>
46011
46012         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
46013         change.
46014         (_dl_x86_64_save_sse): Use correct AVX check.
46015
46016 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
46017
46018         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
46019         bug in strncpy/strncat.
46020         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
46021
46022 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
46023
46024         * string/tester.c (test_strcat): Add tests for different alignments
46025         of source and destination.
46026         (test_strncat): Likewise.
46027
46028 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46029
46030         [BZ #12852]
46031         * posix/glob.c (glob): Check passed in values before using them in
46032         expressions to avoid some overflows.
46033         (glob_in_dir): Likewise.
46034
46035         [BZ #13007]
46036         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46037         check for AVX enablement so that we don't crash with old kernels and
46038         new hardware.
46039         * elf/tst-audit4.c: Add same checks here.
46040         * elf/tst-audit6.c: Likewise.
46041
46042         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46043
46044 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46045
46046         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46047
46048 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46049
46050         * po/cs.po: Update from translation team.
46051         * po/bg.po: Likewise.
46052
46053 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46054
46055         * misc/sys/cdefs.h: Add support for const attribute.
46056         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46057         to gnu_dev_{major,minor,makedev} functions.
46058
46059 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46060
46061         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46062
46063 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46064
46065         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46066         strlen results.
46067
46068 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46069
46070         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46071         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46072         register in order to avoid conflicts with the soft frame pointer
46073         being held in r11 when necessary.
46074         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46075         (INTERNAL_VSYSCALL_NCS): Likewise.
46076
46077 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46078
46079         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46080         * elf/dl-fini.c (_dl_fini): Adjust caller.
46081         * elf/dl-close.c (_dl_close_worker): Likewise.
46082         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46083
46084 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46085
46086         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46087         "aux_cache->nlibs < 0".
46088
46089         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46090         in the reload-count case.
46091
46092 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46093
46094         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46095         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46096         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46097         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46098         * sysdeps/x86_64/multiarch/strcat.S: New file.
46099         * sysdeps/x86_64/multiarch/strncat.S: New file.
46100         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46101         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46102         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46103         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46104         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46105         (USE_AS_STRCAT): Define.
46106         Add strcat and strncat support.
46107         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46108         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46109         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46110         * string/strncat.c: Update.
46111         (USE_AS_STRNCAT): Define.
46112         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46113         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46114         and i7.
46115         * sysdeps/x86_64/multiarch/init-arch.h
46116         (bit_Prefer_PMINUB_for_stringop): New.
46117         (index_Prefer_PMINUB_for_stringop): Likewise.
46118         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46119         bit_Prefer_PMINUB_for_stringop.
46120
46121 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46122
46123         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46124         buffer64.
46125         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46126         of casting of buffer.
46127         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46128         buffer32 and buffer64.
46129         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46130         writes instead of casting of buffer.
46131         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46132         buffer32.
46133         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46134         casting of buffer.
46135
46136 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46137
46138         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46139
46140 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46141
46142         * nscd/nscd.c (termination_handler): Don't do anything for a database
46143         if it has not yet been initialized.
46144
46145 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46146
46147         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46148
46149 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46150
46151         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46152
46153 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46154
46155         * po/nl.po: Update from translation team.
46156         * po/sv.po: Likewise.
46157
46158 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46159
46160         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46161         now disallowed by GCC.
46162
46163         * configure.in (use-default-link): Default to yes if a test -shared
46164         link meets our qualifications.
46165         * configure: Regenerated.
46166
46167         * config.make.in (output-format): New variable.
46168         * configure.in: Check for ld --print-output-format support.
46169         * configure: Regenerated.
46170         * Makerules ($(common-objpfx)format.lds)
46171         [$(output-format) != unknown]: Just use $(output-format),
46172         instead of the linker-script munging.
46173
46174 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46175
46176         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46177         of $(common-objpfx)shlib.lds.
46178         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46179
46180         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46181         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46182
46183         * configure.in (-z relro check): Adjust test code to add a large
46184         writable data section after it.
46185         * configure: Regenerated.
46186
46187 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46188
46189         * configure.in (-z relro check): Fix test code to make the variable
46190         truly const.
46191         * configure: Regenerated.
46192
46193 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46194
46195         * nscd/nscd.h (struct traced_file): Define.
46196         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46197         elements.  Add traced_files.
46198         (inotify_fd): Declare.
46199         (register_traced_file): Declare.
46200         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46201         (inotify_fd): Export.
46202         (resolv_conf_descr): Remove.
46203         (nscd_init): Move inotify descriptor creation to main.
46204         Don't register files for notification here.
46205         (register_traced_file): New function.
46206         (invalidate_cache): Don't use reset_res to determine whether to call
46207         res_init, go through the list of registered files.
46208         (main_loop_poll): The inotify descriptors are now stored in the
46209         structures for the traced files.
46210         (main_loop_epoll): Likewise
46211         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46212         to __nss_disable_nscd.
46213         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46214         for a database anymore.  Check the records for all the registered
46215         files instead.
46216         * nss/Makefile (libnss_files-routines): Add files-init.
46217         (libnss_db-routines): Add db-init.
46218         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46219         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46220         * nss/nss_db/db-init.c: New file.
46221         * nss/nss_files/files-init.c: New file.
46222         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46223         __nss_lookup_function.
46224         (__nss_lookup_function): Call nss_load_library.
46225         (nss_load_all_libraries): New function.
46226         (__nss_disable_nscd): Take parameter with callback function for files
46227         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46228         used for the cached services.
46229         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46230         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46231         options for features to all the files in nscd.
46232
46233         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46234
46235 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46236
46237         * csu/elf-init.c (__libc_csu_init): Comment typo.
46238
46239 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46240
46241         * po/pl.po: Update from translation team.
46242         * po/ja.po: Likewise.
46243         * po/ru.po: Likewise.
46244         * po/ko.po: Likewise.
46245         * po/fr.po: Likewise.
46246
46247 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46248
46249         * configure.in (.ctors/.dtors header and trailer check):
46250         Use an empirical test on a built program.
46251         * configure: Regenerated.
46252
46253         * configure.in (-z relro check): Use an empirical test on a built DSO.
46254         Detect, but do not require, on ia64.
46255         * configure: Regenerated.
46256
46257         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46258         Update tests that use readelf to use $READELF instead.
46259         * configure: Regenerated.
46260
46261 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46262
46263         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46264         if the result is not used.
46265
46266 2011-07-05  Andreas Jaeger  <aj@suse.de>
46267
46268         [BZ#9696]
46269         * stdlib/tst-strtod.c: Add testcase.
46270
46271 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46272
46273         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46274         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46275         The latter has a higher limit.  Take additional parameter to pass to
46276         the new function.
46277         (__pathconf): Pass file to __statfs_link_max.
46278         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46279         __statfs_link_max.
46280         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46281         __statfs_link_max.
46282
46283         [BZ #12868]
46284         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46285         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46286         Handle Lustre.
46287         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46288         (__statfs_filesize_max): Likewise.
46289         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46290
46291 2011-07-05  Andreas Jaeger  <aj@suse.de>
46292
46293         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46294
46295 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46296
46297         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46298         `status' variable.
46299         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46300         Likewise.
46301
46302 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46303
46304         * Makefile (strop-tests): Add strncat.
46305         * string/test-strncat.c: New file.
46306
46307 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46308
46309         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46310
46311 2011-06-21  Andreas Jaeger  <aj@suse.de>
46312
46313         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46314         Copy rule from iconvdata/Makefile.
46315
46316 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46317
46318         [BZ #12922]
46319         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46320         but no long options are defined, just return 'W'.
46321
46322 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46323
46324         [BZ #9696]
46325         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46326
46327 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46328
46329         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46330         netgroups to read.
46331         (innetgr): Likewise.
46332
46333 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46334
46335         * config.make.in (install_root): Default to $(DESTDIR).
46336
46337 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46338
46339         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46340
46341 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46342
46343         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46344
46345         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46346         containing directory rather than embedding absolute directory names.
46347
46348         * scripts/check-local-headers.sh: Rewritten using awk.
46349         Match by word, not by line.  Print error messages for matches.
46350         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46351
46352         * Makerules [shlib-lds-flags empty]:
46353         ($(common-objpfx)libc_pic.opts): New target.
46354         ($(common-objpfx)libc_pic.os.clean): New target.
46355         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46356
46357         * config.make.in (OBJCOPY): New variable.
46358         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46359         * configure: Regenerated.
46360
46361         * config.make.in (use-default-link): New variable.
46362         * configure.in (use_default_link): Grok --with-default-link to set it.
46363         * configure: Regenerated.
46364         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46365         (shlib-lds, shlib-lds-flags): Define to empty.
46366
46367         * Makerules (shlib-lds): New variable.
46368         (shlib-lds-flags): New variable.
46369         (build-shlib, build-moduile, build-module-asneeded): Use it.
46370         ($(common-objpfx)libc.so): Use $(shlib-lds).
46371         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46372         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46373
46374         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46375         DT_FLAGS/DT_FLAGS_1 with zero flags.
46376
46377         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46378         linker script munging.
46379
46380 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46381
46382         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46383         as 128-bit value.
46384         * crypt/sha512.c (sha512_process_block): Perform total addition using
46385         128-bit if possible.
46386         (__sha512_finish_ctx): Likewise.
46387         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46388         as 64-bit value.
46389         * crypt/sha256.c (SWAP64): Define.
46390         (sha256_process_block): Perform total addition using 64-bit if
46391         possible.
46392         (__sha256_finish_ctx): Likewise.
46393
46394 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46395
46396         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46397         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46398         * nscd/hstcache.c (cache_addhst): Likewise.
46399         * nscd/grpcache.c (cache_addgr): Likewise.
46400         * nscd/aicache.c (addhstaiX): Likewise
46401         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46402
46403 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46404
46405         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46406         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46407         * nscd/hstcache.c (cache_addhst): Likewise.
46408         * nscd/grpcache.c (cache_addgr): Likewise.
46409         * nscd/aicache.c (addhstaiX): Likewise
46410
46411 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46412
46413         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46414         domain only when needed.
46415
46416 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46417
46418         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46419         is always restored.
46420
46421 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46422
46423         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46424         are re-adding the entry.
46425         * nscd/servicescache.c (cache_addserv): Likewise.
46426
46427 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46428
46429         * sysdeps/generic/dl-irel.h: fix protection against multiple
46430         inclusions.
46431         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46432
46433 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46434
46435         [BZ #12935]
46436         * malloc/memusage.sh: Fix quoting in message.
46437         * debug/xtrace.sh: Likewise.
46438
46439         * configure.in: Remove support for --experimental-malloc option, make
46440         it the default.
46441         * config.make.in: Likewise.
46442         * malloc/Makefile: Likewise.
46443
46444 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46445
46446         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46447         two-byte characters.
46448
46449 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46450
46451         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46452         AC_CACHE_CHECK invocation.
46453         * configure: Regenerated.
46454
46455         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46456
46457 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46458
46459         [BZ #12350]
46460         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46461         bit from old_res_options.
46462
46463         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46464
46465         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46466         value type for setfct.
46467
46468 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46469
46470         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46471         __gettimeofday instead of gettimeofday.
46472
46473 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46474
46475         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46476
46477 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46478
46479         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46480
46481         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46482         info.
46483
46484 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46485
46486         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46487         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46488         strcpy-sse2-unaligned strncpy-sse2-unaligned
46489         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46490         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46491         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46492         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46493         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46494         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46495         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46496         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46497         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46498         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46499         (STRCPY): Support SSE2 and SSSE3 versions.
46500
46501 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46502
46503         [BZ #12874]
46504         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46505         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46506         kernels which artificially limit size of requests.
46507
46508 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46509
46510         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46511         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46512         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46513         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46514         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46515         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46516         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46517         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46518         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46519         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46520         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46521         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46522         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46523         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46524         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46525         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46526         Enable unaligned load optimization for Intel Core i3, i5 and i7
46527         processors.
46528         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46529         Define.
46530         (index_Fast_Unaligned_Load): Define.
46531         (HAS_FAST_UNALIGNED_LOAD): Define.
46532
46533 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46534
46535         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46536
46537 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46538
46539         [BZ #12907]
46540         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46541         until it is clear that the information is realy needed.
46542         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46543
46544 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46545
46546         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46547
46548 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46549
46550         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46551         /sys/devices/system/cpu/online if it is usable.
46552
46553         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46554         reading the information from the /proc filesystem to once a second.
46555
46556 2011-06-21  Andreas Jaeger  <aj@suse.de>
46557
46558         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46559         NULL after inclusion of kernel headers.
46560
46561 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46562
46563         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46564         calls to internal_setent.
46565
46566         [BZ #12885]
46567         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46568         addresses using gethostbyname4_r ignore IPv4 addresses.
46569
46570         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46571         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46572
46573         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46574
46575 2011-06-20  David S. Miller  <davem@davemloft.net>
46576
46577         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46578         inclusions.
46579         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46580
46581         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46582         (elf_irel): Use it.
46583         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46584         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46585         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46586         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46587         * sysdeps/x86_64/dl-irel.h: Likewise.
46588
46589         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46590         * elf/dl-sym.c: Likewise.
46591
46592 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46593
46594         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46595         need to dereference resplen2.
46596
46597 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46598
46599         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46600
46601 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46602
46603         * Makeconfig: Define vardbdir and inst_vardbdir.
46604         * nss/Makefile: Add rules to install db-Makefile.
46605
46606         * nss/nss_db/db-XXX.c: Cleanup.
46607
46608         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46609         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46610         GLIBC_PRIVATE.
46611         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46612         * nss/makedb.c: Implement -g option to specify that value strings
46613         are generated and should not be added to table iterated over for
46614         get*ent calls.
46615         * nss/nss_db/db-initgroups.c: New file.
46616
46617         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46618         interface.
46619
46620         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46621         (internal_getgrouplist): Adjust to name change.
46622         Update use_initgroups_entry if this is not the first call.
46623         * nss/databases.def: Add initgroups entry.
46624
46625         * nss/makedb.c (compute_tables): Check result of multiple hash table
46626         sizes to minimize maximum chain length.
46627
46628 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46629
46630         * Versions.def: Add entry for libnss_db.
46631         * shlib-versions: Likewise.
46632         * nss/Makefile: Add rules to build libnss_db.
46633         * nss/Versions: Add libnss_db information.  Organize libnss_files
46634         entries better.
46635         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46636         makedb progra.  Some minor improvements to generate smaller files.
46637         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46638         here from...
46639         * nss/makedb.c: ...here.
46640         Improve database format to be smaller and require less memory at
46641         runtime.
46642         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46643         db anymore.
46644         * nss/nss_db/db-netgrp.c: Likewise.
46645         * nss/nss_db/db-open.c: Likewise.
46646         * nss/nss_files/flies-XXX.x: Adjust comments.
46647         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46648         * nss/nss_files/files-grp.c: Likewise.
46649         * nss/nss_files/files-hosts.c: Likewise.
46650         * nss/nss_files/files-network.c: Likewise.
46651         * nss/nss_files/files-proto.c: Likewise.
46652         * nss/nss_files/files-pwd.c: Likewise.
46653         * nss/nss_files/files-rpc.c: Likewise.
46654         * nss/nss_files/files-service.c: Likewise.
46655         * nss/nss_files/files-sgrp.c: Likewise.
46656         * nss/nss_files/files-spwd.c: Likewise.
46657         * nss/nss_db/db-alias.c: Removed.
46658         * nss/nss_db/dummy-db.h: Removed.
46659
46660 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46661
46662         * nss/makedb.c: Rewritten to not use database library.
46663         * nss/Makefile: Update to build new makedb program.
46664
46665 2011-06-14  Andreas Jaeger  <aj@suse.de>
46666
46667         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46668         memset declaration.
46669
46670 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46671
46672         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46673         tmpbuf.
46674
46675 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46676
46677         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46678         * elf/Makefile ($(objpfx)ld.so): Likewise.
46679
46680         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46681         Don't list ld.so twice in dependencies.
46682
46683         * posix/bug-regex31.c: Include <stdlib.h>.
46684
46685         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46686
46687         * nis/nss_compat/compat-spwd.c
46688         (getspent_next_nss_netgr): Remove unused variable.
46689         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46690
46691         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46692         nonmembers" output to use the right array.
46693
46694         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46695
46696         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46697
46698         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46699         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46700         * catgets/gencat.c (read_input_file): Likewise.
46701         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46702
46703         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46704         variable definition inside #if's controlling its use.
46705
46706         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46707
46708         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46709
46710         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46711
46712         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46713         unreachable code.
46714
46715         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46716
46717         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46718         * configure: Regenerated.
46719
46720         * Makerules: Revert last change.
46721         * elf/Makefile: Likewise.
46722
46723 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46724
46725         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46726         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46727         (reloc-link): Likewise.
46728
46729 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46730
46731         * elf/Makefile: Add rules to build pldd.
46732         * elf/pldd.c: New file.
46733         * elf/pldd-xx.c: New file.
46734
46735 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46736
46737         * version.h: Update for 2.15 development version.
46738
46739 2011-06-07  David S. Miller  <davem@davemloft.net>
46740
46741         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46742         ifuncs.
46743         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46744         elf_machine_lazy_rel): Likewise.
46745         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46746         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46747         elf_machine_lazy_rel): Likewise.
46748         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46749         dl_hwcap via passed in argument.
46750         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46751         Likewise.
46752
46753 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46754
46755         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46756
46757 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46758
46759         [BZ #12849]
46760         * manual/fdl-1.1.texi: New file, verbatim from:
46761         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46762         * manual/lgpl-2.1.texi: New file, verbatim from:
46763         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46764         * manual/Makefile (licenses): New variable, list those new file names.
46765         (texis): Use it.
46766         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46767
46768         * manual/fdl.texi: File removed.
46769         * manual/lesser.texi: File removed.
46770         * manual/libc.texinfo (Copying, Documentation License):
46771         Use new @include file names, put @appendix directive before @include.
46772
46773 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46774
46775         [BZ #12841]
46776         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46777         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46778         (mq_open): Add __NTH.
46779
46780 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46781
46782         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46783         Assume Intel Core i3/i5/i7 processor if AVX is available.
46784
46785 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46786
46787         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46788         typo.
46789
46790 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46791
46792         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46793         memory.  Use alloca_account.  Fix memory leak when retrying.
46794
46795 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46796
46797         * version.h (RELEASE): Bump for 2.14 release.
46798         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46799
46800         * config.make.in (RANLIB): Remove entry.
46801
46802 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46803
46804         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46805         (libc.pot): Work around missing support for .ksh extension in xgettext.
46806
46807         [BZ #12684]
46808         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46809         if both request failed.
46810         (send_dg): In case of server errors clear resplen or *resplen2.
46811
46812         [BZ #12454]
46813         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46814         when there are multiple maps.
46815         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46816         (_dl_fini): Remove test here.
46817
46818         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46819
46820 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46821
46822         [BZ #12350]
46823         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46824         bit from old_res_options.
46825         (gaih_inet): Likewise.
46826
46827         [BZ #11099]
46828         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46829         as signed.
46830
46831         * resolv/res_init.c (res_setoptions): Make the code more compact.
46832
46833         [BZ #11558]
46834         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46835         set RES_USEVC.
46836
46837         [BZ #11634]
46838         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46839
46840         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46841
46842         [BZ #11781]
46843         * malloc/malloc.h: Declare malloc hook variables as volatile.
46844
46845         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46846         in last patch.
46847
46848         [BZ #11799]
46849         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46850         raise in the comment.
46851         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46852         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46853         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46854
46855 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46856
46857         [BZ #12811]
46858         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46859         grow the buffers more if it already has to be sufficient.
46860         (build_wcs_upper_buffer): Likewise.
46861         * posix/regexec.c (check_matching): Likewise.
46862         (clean_state_log_if_needed): Likewise.
46863         (extend_buffers): Don't enlarge buffers beyond size of the input
46864         buffer.
46865         Patches mostly by Emil Wojak <emil@wojak.eu>.
46866         * posix/bug-regex32.c: New file.
46867         * posix/Makefile (tests): Add bug-regex32.
46868
46869         * locale/findlocale.c (_nl_find_locale): Return right away if
46870         _nl_explode_name failed.
46871         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46872
46873         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46874
46875         * debug/xtrace.sh: Unify messages.
46876         * malloc/memusage.sh: Likewise.
46877
46878         [BZ #12813]
46879         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46880         time symbol from vDSO.  Substitute with vsyscall if not available.
46881         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46882         __vdso_time.
46883
46884         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46885         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46886         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46887         Add sendmmsg and internal_sendmmsg.
46888         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46889         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46890         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46891
46892         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46893         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46894         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46895
46896 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46897
46898         [BZ #12813]
46899         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46900         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46901         available.
46902         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46903         __vdso_getcpu.
46904
46905         [BZ #12814]
46906         * iconvdata/Makefile (tests): Add bug-iconv9.
46907         * iconvdata/bug-iconv9.c: New file.
46908
46909 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46910
46911         [BZ #12814]
46912         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46913
46914 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46915
46916         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46917         (struct user_regs_struct): Change intcs field back to cs.
46918
46919 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46920
46921         * po/ja.po: Update from translation team.
46922
46923 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46924
46925         [BZ #12795]
46926         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46927         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46928
46929 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46930
46931         * stdlib/longlong.h: Update from GCC.
46932
46933 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46934
46935         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46936         parameter name.
46937         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46938         Add parameter name.
46939         (__sysconf): Pass it down.
46940
46941 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46942
46943         [BZ #12671]
46944         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46945         some situations.
46946         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46947         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46948         add in in __libc_use_alloca calls.  Adjust callers.
46949         (glob): Use malloc in some situations.
46950
46951         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46952         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46953         pltexit.
46954
46955 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46956
46957         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46958         and CLOCK_BOOTTIME_ALARM.
46959
46960         [BZ #12782]
46961         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46962         is returned.
46963
46964         * string/_strerror.c (__strerror_r): Print negative errors as signed
46965         numbers.
46966
46967         [BZ #12777]
46968         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46969         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46970         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46971
46972         * configure.in: Fix typo in redirection and correct removal of test
46973         files in two cases.
46974
46975         [BZ #12788]
46976         * locale/setlocale.c (new_composite_name): Fix test to check for
46977         identical name of all categories.
46978
46979         [BZ #12792]
46980         * libio/filedoalloc.c (local_isatty): New function.
46981         (_IO_file_doallocate): Use local_isatty.
46982         * stdio-common/perror.c (perror): In case a new stream is used
46983         forward the stream error.
46984         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46985         error flag.
46986
46987 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46988
46989         [BZ #11869]
46990         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46991         alloca.
46992         * include/alloca.h (extend_alloca_account): Define.
46993
46994         [BZ #11857]
46995         * posix/regex.h: Fix comments with documentation of user-accessible
46996         fields after compilation and describe correct free'ing of pattern
46997         after re_compile_pattern.
46998         Patch by Reuben Thomas <rrt@sc3d.org>.
46999
47000 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
47001
47002         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
47003         and -mno-altivec to prevent the compiler from using Altivec and/or
47004         VSX instructions when the corresponding registers are not available.
47005
47006 2011-05-19  Andreas Schwab  <schwab@redhat.com>
47007
47008         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
47009
47010 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
47011
47012         * libio/freopen.c (freopen): Use __dup2, not dup2.
47013         * libio/freopen64.c (freopen64): Likewise.
47014
47015 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
47016
47017         [BZ #12775]
47018         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
47019         * math/Makefile (tests): Add test-powl.
47020         (CFLAGS-test-powl.c): Define.
47021         * math/test-powl.c: New file.
47022
47023 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
47024
47025         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47026
47027 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47028
47029         [BZ #11837]
47030         * iconvdata/gb18030.c: Update to GB18020-2005.
47031
47032 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47033
47034         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47035         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47036         Patch by Aharon Robbins <arnold@skeeve.com>.
47037
47038         [BZ #11892]
47039         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47040         on the stack.
47041
47042         [BZ #11895]
47043         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47044         through underflows.
47045
47046         [BZ #12766]
47047         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47048         point to strings before performing equality test for error_one_per_line
47049         mode.
47050
47051         [BZ #11697]
47052         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47053
47054         [BZ #11820]
47055         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47056         (struct user_fpregs_struct): Avoid __uint*_t types.
47057
47058         [BZ #6420]
47059         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47060         symbol info.  Use it instead of calling _dl_addr locally.
47061         (lock_and_info): New function.
47062         (tr_freehook): Call lock_and_info and pass symbol info as additional
47063         parameter to tr_where.
47064         (tr_mallochook): Likewise.
47065         (tr_reallochook): Likewise.
47066         (tr_memalignhook): Likewise.
47067
47068         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47069         used and couldn't be at all thread-safe.
47070
47071 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47072
47073         * libio/freopen.c (freopen): Don't close old file descriptor
47074         before the new one is opened.  Instead dup the new file descriptor
47075         to the old one after the new stream is created.
47076         * libio/freopen64.c (freopen64): Likewise.
47077         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47078         * libio/fileops.c (_IO_new_file_close_it): Handle new
47079         _IO_FLAGS2_NOCLOSE flag.
47080         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47081         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47082         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47083         _IO_FLAGS2_NOCLOSE flag.
47084         * include/unistd.h: Add hidden_proto for dup3.
47085         Define __have_dup3.
47086         * io/dup3.c: Define hidden symbol.
47087         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47088
47089         [BZ #7101]
47090         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47091         when an incomplete long option is used.
47092         * posix/tst-getopt_long1.c: New file.
47093         * posix/Makefile (tests): Add tst-getopt_long1.
47094
47095         [BZ #10138]
47096         * scripts/config.guess: Update from autoconf-2.68.
47097         * scripts/config.sub: Likewise.
47098
47099         [BZ #10157]
47100         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47101         tests into ...
47102         (has_cpuclock): ...this.  New function.
47103         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47104         macro here based on has_cpuclock code.
47105
47106         [BZ #10149]
47107         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47108         First byte (not low byte) is now always NUL.
47109         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47110
47111         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47112         Use non-cancelable interfaces.
47113
47114         [BZ #9809]
47115         * locale/iso-639.def: Add entry for Sorani.
47116
47117         [BZ #11901]
47118         * include/stdlib.h: Move include protection to the right place.
47119         Define abort_msg_s.  Declare __abort_msg with it.
47120         * stdlib/abort.c (__abort_msg): Adjust type.
47121         * assert/assert.c (__assert_fail_base): New function.  Majority
47122         of code from __assert_fail.  Allocate memory for __abort_msg with
47123         mmap.
47124         (__assert_fail): Now call __assert_fail_base.
47125         * assert/assert-perr.c: Remove bulk of implementation.  Use
47126         __assert_fail_base.
47127         * include/assert.hL Declare __assert_fail_base.
47128         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47129         mmap.
47130         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47131
47132 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47133
47134         [BZ #11952]
47135         [BZ #12453]
47136         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47137         until all modules are registered in the DTV.
47138         * elf/Makefile: Add rules to build and run tst-tls19.
47139         * elf/tst-tls19.c: New file.
47140         * elf/tst-tls19mod1.c: New file.
47141         * elf/tst-tls19mod2.c: New file.
47142         * elf/tst-tls19mod3.c: New file.
47143         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47144
47145         [BZ #12083]
47146         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47147         correctly.
47148
47149         [BZ #12601]
47150         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47151         two-byte sequence errors.
47152         * iconvdata/Makefile (tests): Add bug-iconv8.
47153         * iconvdata/bug-iconv8.c: New file.
47154
47155         [BZ #12626]
47156         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47157         buf2 definition.
47158
47159         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47160
47161         [BZ #12432]
47162         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47163         (dummy_getcfa): New function.
47164         (init): Get _Unwind_GetCFA address, use dummy if not found.
47165         (backtrace_helper): In recursion check, also check whether CFA changes.
47166         (__backtrace): Completely initialize arg.
47167
47168         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47169         storing incomplete byte sequence in state object.  Avoid testing for
47170         guaranteed too small input if we know there is enough data available.
47171
47172 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47173
47174         * Makeconfig (+link-pie): Indent.
47175         * Rules (binaries-pie): Define if $(have-fpie) and
47176         $(build-shared).
47177         (binaries-shared): Also filter out $(binaries-pie).
47178         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47179         * nscd/Makefile (others-pie): Add nscd.
47180         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47181         ($(objpfx)nscd): Remove command override.
47182         * login/Makefile (others-pie): Add pt_chown.
47183         ($(objpfx)pt_chown): Remove command override.
47184         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47185         remove command overrides.
47186
47187 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47188
47189         * libio/tst_putwc.c: Fix error messages.
47190
47191         [BZ #12724]
47192         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47193         currently writing and seek to current position when not.
47194         * libio/Makefile (tests): Add bug-fclose1.
47195         * libio/bug-fclose1.c: New file.
47196
47197 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47198
47199         [BZ #12511]
47200         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47201         don't set DF_1_NODELETE here.
47202         (do_lookup_x): When entering new entry test for copy relocation
47203         and if necessary set DF_1_NODELETE flag.
47204         * elf/tst-unique4.cc: New file.
47205         * elf/tst-unique4.h: New file.
47206         * elf/tst-unique4lib.cc: New file.
47207         * elf/Makefile: Add rules to build and run tst-unique4.
47208         Patch by Piotr Bury <pbury@goahead.com>.
47209
47210 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47211
47212         [BZ #12052]
47213         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47214
47215         [BZ #12625]
47216         * misc/mntent_r.c (addmntent): Flush the stream after the output
47217
47218         [BZ #12393]
47219         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47220         (is_trusted_path_normalize): Skip initial colon.  Append slash
47221         to empty buffer.  Duplicate is_trusted_path code but allow
47222         constructed patch to be prefix.
47223         (is_dst): Allow $ORIGIN followed by /.
47224         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47225         Correct testing of result of is_trusted_path_normalize
47226         (decompose_rpath): Fix warning.
47227
47228 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47229
47230         [BZ #11257]
47231         * grp/initgroups.c (internal_getgrouplist): When we found the service
47232         list through the initgroups entry in nsswitch.conf do not always
47233         continue on a successful lookup.  Don't always use the
47234         __nss_group_database value if it is set.
47235         * nss/nsswitch.conf (initgroups): Change action for successful db
47236         lookup to continue for compatibility.
47237
47238 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47239
47240         [BZ #11532]
47241         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47242         and CP774 modules.
47243         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47244         and CP774 modules.
47245         * iconvdata/tst-tables.sh: Likewise.
47246         * iconvdata/cp770.c: New file.
47247         * iconvdata/cp771.c: New file.
47248         * iconvdata/cp772.c: New file.
47249         * iconvdata/cp773.c: New file.
47250         * iconvdata/cp774.c: New file.
47251         * iconvdata/testdata/CP770: New file.
47252         * iconvdata/testdata/CP770..UTF8: New file.
47253         * iconvdata/testdata/CP771: New file.
47254         * iconvdata/testdata/CP771..UTF8: New file.
47255         * iconvdata/testdata/CP772: New file.
47256         * iconvdata/testdata/CP772..UTF8: New file.
47257         * iconvdata/testdata/CP773: New file.
47258         * iconvdata/testdata/CP773..UTF8: New file.
47259         * iconvdata/testdata/CP774: New file.
47260         * iconvdata/testdata/CP774..UTF8: New file.
47261
47262         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47263         END CHARMAP line.
47264         * iconvdata/gen-8bit-gap.sh: Likewise.
47265         * iconvdata/gen-8bit.sh: Likewise.
47266
47267         * locale/iso-639.def: Add ary entry.
47268
47269         [BZ #11258]
47270         * locale/C-translit.h.in: Add U20A1 transliteration.
47271
47272         [BZ #12178]
47273         * locale/iso-639.def: Add wae entry.
47274         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47275
47276         [BZ #12545]
47277         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47278         for n.
47279
47280         [BZ #12711]
47281         * locale/C-translit.h.in: Add entry for U20B9.
47282         Patch by pravin.d.s@gmail.com.
47283
47284 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47285
47286         [BZ #12713]
47287         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47288         ENAMETOOLONG use generic getcwd.
47289         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47290         in rtld.  Use *stat64.
47291         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47292         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47293         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47294         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47295         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47296         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47297         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47298         __fstatat64 macros.
47299         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47300         * dirent/rewinddir.c: Add libc_hidden_def.
47301         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47302         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47303
47304         * include/dirent.h (__alloc_dir): Add flags parameter.
47305         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47306         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47307         __alloc_dir.
47308         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47309         from fdopendir if O_CLOEXEC is already set.
47310
47311 2011-03-15  Alan Modra  <amodra@gmail.com>
47312
47313         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47314         l_tls_firstbyte_offset non-zero.  Save padding offset in
47315         l_tls_firstbyte_offset for later use.
47316         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47317         freeing static tls block.
47318
47319 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47320
47321         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47322         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47323         being defined by the kernel headers.
47324
47325 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47326
47327         [BZ #12734]
47328         * resolv/resolv.h: Define RES_NOTLDQUERY.
47329         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47330         no-tld-query and set RES_NOTLDQUERY.
47331         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47332         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47333         modern BIND to search name as TLD unless forbidden.
47334
47335 2011-05-07  Petr Baudis  <pasky@suse.cz>
47336             Ulrich Drepper  <drepper@gmail.com>
47337
47338         [BZ #12393]
47339         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47340         (is_trusted_path): ...to here.
47341         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47342         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47343         using is_trusted_path_normalize() in setuid scripts.
47344
47345 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47346
47347         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47348         __BEGIN/__END_DECLS.
47349
47350 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47351
47352         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47353         NSS_STATUS_NOTFOUND if no record was found.
47354
47355 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47356
47357         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47358         (headers-not-in-tirpc): Remove rpc/netdb.h
47359         * resolv/netdb.h: Revert last change.
47360
47361 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47362
47363         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47364         circular dependency between libgcc.a and libc.a.
47365
47366 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47367
47368         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47369         * nis/Makefile: Don't install rpcsvc/*.
47370         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47371         instead of <rpc/types.h>.
47372         (MAXHOSTNAMELEN): Define.
47373
47374 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47375
47376         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47377
47378 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47379
47380         [BZ #12714]
47381         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47382         gethostbyname4_r when IPv6 results are possible.
47383
47384 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47385
47386         [BZ #12723]
47387         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47388         _PC_PIPE_BUF handling.
47389
47390 2011-04-30  Bruno Haible  <bruno@clisp.org>
47391
47392         [BZ #12717]
47393         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47394         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47395         to 'int'.
47396         * inet/getnameinfo.c (getnameinfo): Likewise.
47397
47398 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47399
47400         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47401         to groups setting in database lookup.
47402         * nss/nsswitch.conf: Add initgroups entry.
47403
47404 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47405
47406         [BZ #12685]
47407         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47408         mode string.
47409         Patch by Eric Blake <eblake@redhat.com>.
47410
47411 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47412
47413         * sunrpc/Makefile (need-export-routines): Add svc_run.
47414         (routines): Remove svc_run.
47415         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47416         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47417         * sunrpc/svc_run.c (svc_run): Likewise.
47418         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47419
47420 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47421
47422         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47423         problem in reallocation in last patch.
47424
47425 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47426
47427         * sunrpc/Makefile: Move inclusion of Rules.
47428
47429 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47430
47431         * nss/nss_files/files-initgroups.c: New file.
47432         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47433         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47434         _nss_files_initgroups_dyn.
47435
47436 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47437
47438         * elf/elf.h (R_ARM_IRELATIVE): Define.
47439
47440 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47441
47442         * po/ru.po: Update from translation team.
47443
47444 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47445
47446         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47447         dependencies.
47448
47449 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47450
47451         [BZ #12653]
47452         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47453         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47454         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47455         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47456         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47457
47458 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47459
47460         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47461         differing bytes.
47462         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47463         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47464         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47465
47466 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47467
47468         [BZ #12420]
47469         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47470         storing it.
47471         * stdlib/bug-getcontext.c: New file.
47472         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47473
47474 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47475
47476         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47477         instructions into .machine "z9-109".
47478         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47479         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47480
47481 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47482
47483         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47484         between environment variables and auxiliary vector.
47485
47486 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47487
47488         * Makefile: Add rules to build linkobj/libc.so.
47489         * include/libc-symbols.h: Define libc_hidden_nolink.
47490         * include/rpc/auth.h: Mark functions which are to be hidden.
47491         * include/rpc/auth_des.h: Likewise.
47492         * include/rpc/auth_unix.h: Likewise.
47493         * include/rpc/clnt.h: Likewise.
47494         * include/rpc/des_crypt.h: Likewise.
47495         * include/rpc/key_prot.h: Likewise.
47496         * include/rpc/pmap_clnt.h: Likewise.
47497         * include/rpc/pmap_prot.h: Likewise.
47498         * include/rpc/pmap_rmt.h: Likewise.
47499         * include/rpc/rpc_msg.h: Likewise.
47500         * include/rpc/svc.h: Likewise.
47501         * include/rpc/svc_auth.h: Likewise.
47502         * include/rpc/xdr.h: Likewise.
47503         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47504         * nss/Makefile: Likewise.
47505         * sunrpc/Makefile: Don't install headers.  Build library with normal
47506         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47507         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47508         for the compat linking library.  Remove use of INTDEF/INTUSE.
47509         * sunrpc/auth_none.c: Likewise.
47510         * sunrpc/auth_unix.c: Likewise.
47511         * sunrpc/authdes_prot.c: Likewise.
47512         * sunrpc/authuxprot.c: Likewise.
47513         * sunrpc/clnt_gen.c: Likewise.
47514         * sunrpc/clnt_perr.c: Likewise.
47515         * sunrpc/clnt_raw.c: Likewise.
47516         * sunrpc/clnt_simp.c: Likewise.
47517         * sunrpc/clnt_tcp.c: Likewise.
47518         * sunrpc/clnt_udp.c: Likewise.
47519         * sunrpc/clnt_unix.c: Likewise.
47520         * sunrpc/des_crypt.c: Likewise.
47521         * sunrpc/des_soft.c: Likewise.
47522         * sunrpc/get_myaddr.c: Likewise.
47523         * sunrpc/key_call.c: Likewise.
47524         * sunrpc/key_prot.c: Likewise.
47525         * sunrpc/netname.c: Likewise.
47526         * sunrpc/pm_getmaps.c: Likewise.
47527         * sunrpc/pm_getport.c: Likewise.
47528         * sunrpc/pmap_clnt.c: Likewise.
47529         * sunrpc/pmap_prot.c: Likewise.
47530         * sunrpc/pmap_prot2.c: Likewise.
47531         * sunrpc/pmap_rmt.c: Likewise.
47532         * sunrpc/publickey.c: Likewise.
47533         * sunrpc/rpc_cmsg.c: Likewise.
47534         * sunrpc/rpc_common.c: Likewise.
47535         * sunrpc/rpc_dtable.c: Likewise.
47536         * sunrpc/rpc_prot.c: Likewise.
47537         * sunrpc/rpc_thread.c: Likewise.
47538         * sunrpc/rtime.c: Likewise.
47539         * sunrpc/svc.c: Likewise.
47540         * sunrpc/svc_auth.c: Likewise.
47541         * sunrpc/svc_authux.c: Likewise.
47542         * sunrpc/svc_raw.c: Likewise.
47543         * sunrpc/svc_run.c: Likewise.
47544         * sunrpc/svc_simple.c: Likewise.
47545         * sunrpc/svc_tcp.c: Likewise.
47546         * sunrpc/svc_udp.c: Likewise.
47547         * sunrpc/svc_unix.c: Likewise.
47548         * sunrpc/svcauth_des.c: Likewise.
47549         * sunrpc/xcrypt.c: Likewise.
47550         * sunrpc/xdr.c: Likewise.
47551         * sunrpc/xdr_array.c: Likewise.
47552         * sunrpc/xdr_float.c: Likewise.
47553         * sunrpc/xdr_intXX_t.c: Likewise.
47554         * sunrpc/xdr_mem.c: Likewise.
47555         * sunrpc/xdr_rec.c: Likewise.
47556         * sunrpc/xdr_ref.c: Likewise.
47557         * sunrpc/xdr_sizeof.c: Likewise.
47558         * sunrpc/xdr_stdio.c: Likewise.
47559
47560 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47561
47562         [BZ #12650]
47563         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47564         * sysdeps/ia64/dl-tls.h: Likewise.
47565         * sysdeps/powerpc/dl-tls.h: Likewise.
47566         * sysdeps/s390/dl-tls.h: Likewise.
47567         * sysdeps/sh/dl-tls.h: Likewise.
47568         * sysdeps/sparc/dl-tls.h: Likewise.
47569         * sysdeps/x86_64/dl-tls.h: Likewise.
47570         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47571
47572 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47573
47574         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47575         rpath element also skip the following colon.
47576         (expand_dynamic_string_token): Add is_path parameter and pass
47577         down to DL_DST_REQUIRED and _dl_dst_substitute.
47578         (decompose_rpath): Call expand_dynamic_string_token with
47579         non-zero is_path.  Ignore empty rpaths.
47580         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47581         with zero is_path.
47582
47583 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47584
47585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47586         Make cancelable.
47587
47588 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47589
47590         [BZ #12655]
47591         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47592         Patch by Filipe David Manana <fdmanana@apache.org>.
47593
47594 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47595
47596         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47597         Maintain aligned stack.
47598         (CHECK_RSP): Remove unused macro.
47599
47600 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47601
47602         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47603         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47604
47605 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47606
47607         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47608
47609         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47610
47611 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47612
47613         [BZ #12518]
47614         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47615         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47616         * sysdeps/x86_64/memmove.c: New file.
47617         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47618         (memcpy): Renamed to ...
47619         (__new_memcpy): This.
47620         (memcpy): Provide GLIBC_2_14 memcpy.
47621         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47622         (memcpy): Provide GLIBC_2_2_5 memcpy.
47623
47624 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47625
47626         [BZ #12631]
47627         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47628
47629 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47630
47631         * misc/syncfs.c: New file.
47632         * misc/Makefile (routines): Add syncfs.
47633         * posix/unistd.h: Declare syncfs.
47634         * sysdeps/unix/syscalls.list: Add syncfs.
47635
47636 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47637
47638         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47639         open_by_handle_at.
47640         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47641         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47642         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47643         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47644         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47645         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47646         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47647
47648 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47649
47650         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47651         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47652         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47653         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47654         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47655         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47656         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47657
47658         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47659         sync_file_range.c with -fexceptions.
47660         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47661         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47662         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47663         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47664         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47665         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47666         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47667         sync_file_range as cancellation point
47668         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47669         now a wrapper around __call_sync_file_range with cancellation handling.
47670         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47671         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47672         function name to __call_sync_file_range.
47673         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47674         Add call_sync_file_range.
47675
47676 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47677
47678         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47679         bits/timex.h.
47680
47681 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47682
47683         * iconv/iconv.h: Fix typo in comment.
47684         * io/fcntl.h: Likewise.
47685         * libio/stdio.h: Likewise.
47686         * posix/spawn.h: Likewise.
47687         * posix/unistd.h: Likewise.
47688         * stdlib/stdlib.h: Likewise.
47689         * time/time.h: Likewise.
47690         * wcsmbs/wchar.h: Likewise.
47691
47692         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47693         open_by_handle): Add.
47694         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47695         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47696         Augment a few comments.
47697         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47698         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47699         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47700         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47701         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47702         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47703         open_by_handle.
47704
47705         * io/fcntl.h (AT_EMPTY_PATH): Define.
47706
47707 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47708
47709         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47710         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47711         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47712         to...
47713         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47714         * Versions.def: Add GLIBC_2.14.
47715         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47716         Export.
47717
47718 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47719
47720         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47721         round counter.
47722         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47723
47724 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47725
47726         [BZ #12597]
47727         * string/test-strncmp.c (do_page_test): New function.
47728         (check2): Likewise.
47729         (test_main): Call check2.
47730         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47731
47732 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47733
47734         [BZ #12587]
47735         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47736         Handle cache information in CPU leaf 4.
47737         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47738
47739 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47740
47741         [BZ #12583]
47742         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47743         character representation.
47744         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47745
47746 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47747
47748         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47749         END(__isnan) to END(__isnanf) to match function entry point/label
47750         EALIGN(__isnanf,...).
47751
47752 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47753
47754         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47755
47756 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47757
47758         [BZ #12510]
47759         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47760         copy from the symbol referenced in the relocation to initialize the
47761         used variable.
47762         Patch by Piotr Bury <pbury@goahead.com>.
47763         * elf/Makefile: Add rules to build and tst-unique3.
47764         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47765         * elf/tst-unique3.cc: New file.
47766         * elf/tst-unique3.h: New file.
47767         * elf/tst-unique3lib.cc: New file.
47768         * elf/tst-unique3lib2.cc: New file.
47769
47770         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47771
47772 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47773
47774         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47775         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47776         to _start.
47777
47778 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47779
47780         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47781         to-be-loaded object along a path to loader is ld.so.
47782
47783 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47784             Ulrich Drepper  <drepper@gmail.com>
47785
47786         * sysdeps/x86_64/memset.S: After aligning destination, code
47787         branches to different locations depending on the value of
47788         misalignment, when multiarch is enabled. Fix this.
47789
47790 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47791
47792         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47793         Set _x86_64_preferred_memory_instruction for AMD processsors.
47794         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47795         Set bit_Prefer_SSE_for_memop for AMD processors.
47796
47797 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47798
47799         * libio/fmemopen.c (fmemopen): Optimize a bit.
47800
47801 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47802
47803         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47804
47805 2011-03-03  Roland McGrath  <roland@redhat.com>
47806
47807         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47808
47809 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47810
47811         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47812         __bzero_ultra1 instead of __memset_ultra1.
47813
47814 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47815             Ulrich Drepper  <drepper@gmail.com>
47816
47817         [BZ #12509]
47818         * include/link.h (struct link_map): Add l_orig_initfini.
47819         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47820         returning unsuccessfully.
47821         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47822         close of a file loaded at startup, restore the original l_initfini
47823         list.
47824         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47825         list, store the pointer.
47826         * elf/Makefile ($(objpfx)noload-mem): New rule.
47827         (noload-ENV): Define.
47828         (tests): Add $(objpfx)noload-mem.
47829         * elf/noload.c: Include <memcheck.h>.
47830         (main): Call mtrace.  Close all opened handles.
47831
47832 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47833
47834         [BZ #12454]
47835         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47836         dependencies are missing.
47837
47838 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47839
47840         Fix __if_freereq crash: Unlike the generic version which uses free,
47841         Hurd needs munmap.
47842         * sysdeps/mach/hurd/ifreq.h: New file.
47843
47844 2011-01-27  Petr Baudis  <pasky@suse.cz>
47845             Ulrich Drepper  <drepper@gmail.com>
47846
47847         [BZ 12445]#
47848         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47849         to extend_alloca().
47850         * stdio-common/bug23.c: New file.
47851         * stdio-common/Makefile (tests): Add bug23.
47852
47853 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47854             Ulrich Drepper  <drepper@gmail.com>
47855
47856         [BZ #12489]
47857         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47858         before performing relro protection.  At old place add assertion
47859         to make sure nothing changed.
47860
47861 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47862             Glauber de Oliveira Costa  <glommer@gmail.com>
47863
47864         * elf/elf.h: Add new ARM TLS relocs.
47865
47866 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47867
47868         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47869         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47870         cast from r3.
47871         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47872         'tests' variable.
47873         * sysdeps/wordsize-64/tst-writev.c: New file.
47874
47875 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47876
47877         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47878         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47879         insns in _dl_start to prevent a TOC reference before relocs are
47880         resolved.
47881
47882 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47883
47884         [BZ #12469]
47885         * Makeconfig: Remove RANLIB definition.
47886         * Makerules: Don't use RANLIB.
47887         * aclocal.m4: Remove ranlib test.
47888         * configure.in: No need to check for ranlib.
47889         * elf/rtld-Rules: Don't use RANLIB.
47890
47891 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47892
47893         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47894         protection macro.
47895         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47896         inclusion protection macro.
47897
47898         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47899         SIGRTMIN and SIGRTMAX and print information in that case only when
47900         SIGRTMIN is defined.
47901
47902 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47903
47904         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47905         arginfo fn returning -1.
47906
47907         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47908         and thousands string is zero terminated.
47909
47910 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47911
47912         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47913         sysdeps/unix/sysv/linux/bits/socket.h.
47914
47915 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47916
47917         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47918         (__CPU_COUNT): Remove old macros.
47919         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47920         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47921         (__CPU_ALLOC, __CPU_FREE): Add macros.
47922         (__sched_cpualloc, __sched_cpufree): Add declarations.
47923
47924 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47925
47926         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47927         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47928         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47929         (readdhstai): Return value of addhstaiX call.
47930         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47931         (addgrbyX): Return value returned by cache_addgr.
47932         (readdgrbyname): Return value returned by addgrbyX.
47933         (readdgrbygid): Likewise.
47934         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47935         (addpwbyX): Return value returned by cache_addpw.
47936         (readdpwbyname): Return value returned by addhstbyX.
47937         (readdpwbyuid): Likewise.
47938         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47939         (addservbyX): Return value returned by cache_addserv.
47940         (readdservbyname): Return value returned by addservbyX:
47941         (readdservbyport): Likewise.
47942         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47943         (addhstbyX): Return value returned by cache_addhst.
47944         (readdhstbyname): Return value returned by addhstbyX.
47945         (readdhstbyaddr): Likewise.
47946         (readdhstbynamev6): Likewise.
47947         (readdhstbyaddrv6): Likewise.
47948         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47949         (readdinitgroups): Return value returned by addinitgroupsX.
47950         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47951         (prune_cache): Keep track of timeout value of re-added entries.
47952         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47953         * nscd/nscd.h: Adjust prototypes of readd* functions.
47954
47955 2011-02-04  Roland McGrath  <roland@redhat.com>
47956
47957         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47958         (nis_stats): Likewise.
47959         * nis/nis_modify.c (nis_modify): Likewise.
47960         * nis/nis_remove.c (nis_remove): Likewise.
47961         * nis/nis_add.c (nis_add): Likewise.
47962
47963         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47964
47965         * posix/fnmatch_loop.c: Add some consts.
47966
47967         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47968
47969 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47970
47971         [BZ #12460]
47972         * config.make.in (config-cflags-novzeroupper): Define.
47973         * configure.in: Substitute libc_cv_cc_novzeroupper.
47974         * elf/Makefile (AVX-CFLAGS): Define.
47975         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47976         (CFLAGS-tst-auditmod4a.c): Likewise.
47977         (CFLAGS-tst-auditmod4b.c): Likewise.
47978         (CFLAGS-tst-auditmod6b.c): Likewise.
47979         (CFLAGS-tst-auditmod6c.c): Likewise.
47980         (CFLAGS-tst-auditmod7b.c): Likewise.
47981         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47982
47983 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47984
47985         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47986         function to the callback.
47987         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47988
47989 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47990
47991         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47992         of errno.
47993
47994 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47995
47996         [BZ #11724]
47997         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47998         of constructors.
47999         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
48000         of destructors.
48001         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
48002
48003         [BZ #11724]
48004         * elf/Makefile: Add rules to build and run new test.
48005         * elf/tst-initorder.c: New file.
48006         * elf/tst-initorder.exp: New file.
48007         * elf/tst-initordera1.c: New file.
48008         * elf/tst-initordera2.c: New file.
48009         * elf/tst-initordera3.c: New file.
48010         * elf/tst-initordera4.c: New file.
48011         * elf/tst-initorderb1.c: New file.
48012         * elf/tst-initorderb2.c: New file.
48013         * elf/tst-order-a1.c: New file.
48014         * elf/tst-order-a2.c: New file.
48015         * elf/tst-order-a3.c: New file.
48016         * elf/tst-order-a4.c: New file.
48017         * elf/tst-order-b1.c: New file.
48018         * elf/tst-order-b2.c: New file.
48019         * elf/tst-order-main.c: New file.
48020         New test case by George Gensure <werkt0@gmail.com>.
48021
48022 2010-10-01  Andreas Schwab  <schwab@redhat.com>
48023
48024         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48025         decoding ACE if AI_CANONIDN.
48026
48027 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48028
48029         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48030
48031 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48032
48033         * version.h (RELEASE): Bump for 2.13 release.
48034         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48035
48036         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48037
48038         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48039         MADV_NOHUGEPAGE.
48040         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48041         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48042         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48043         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48044         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48045         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48046
48047         * posix/getconf.c: Update copyright year.
48048         * catgets/gencat.c: Likewise.
48049         * csu/version.c: Likewise.
48050         * debug/catchsegv.sh: Likewise.
48051         * debug/xtrace.sh: Likewise.
48052         * elf/ldconfig.c: Likewise.
48053         * elf/ldd.bash.in: Likewise.
48054         * elf/sprof.c (print_version): Likewise.
48055         * iconv/iconv_prog.c: Likewise.
48056         * iconv/iconvconfig.c: Likewise.
48057         * locale/programs/locale.c: Likewise.
48058         * locale/programs/localedef.c: Likewise.
48059         * malloc/memusage.sh: Likewise.
48060         * malloc/mtrace.pl: Likewise.
48061         * nscd/nscd.c (print_version): Likewise.
48062         * nss/getent.c: Likewise.
48063
48064         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48065         PF_CAIF, and PF_ALG.
48066         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48067
48068 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48069
48070         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48071         (modules-names): Use them.
48072         (ifunc-test-modules, ifunc-pie-tests): Define.
48073         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48074         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48075         (test-extras): Likewise.
48076         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48077         $(compile-command.c).
48078         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48079         (all-built-dso): Define.
48080         (check-textrel.out, check-execstack.out): Depend on it.
48081
48082         * configure.in: Don't override --enable-multi-arch.
48083
48084 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48085
48086         [BZ #6812]
48087         * nscd/hstcache.c (tryagain): Define.
48088         (cache_addhst): Return tryagain not notfound for temporary errors.
48089         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48090         failed.
48091
48092 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48093
48094         [BZ #10563]
48095         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48096         to make the syscall.
48097         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48098
48099         [BZ #12378]
48100         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48101         and fall back to matching as normal character if the string ends before
48102         the matching ']' is found.  This is what POSIX requires.
48103         * posix/testfnm.c: Adjust test result.
48104         * posix/globtest.sh: Adjust test result.  Add new test.
48105         * posix/tst-fnmatch.input: Likewise.
48106         * posix/tst-fnmatch2.c: Add new test.
48107
48108 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48109
48110         * elf/Makefile (check-execstack): Revert last change.  Depend on
48111         check-execstack.h.
48112         (check-execstack.h): New target.
48113         (generated): Add check-execstack.h.
48114         * elf/check-execstack.c: Include "check-execstack.h".
48115         (main): Revert last change.
48116         (handle_file): Return zero if GNU_STACK is absent and
48117         DEFAULT_STACK_PERMS doesn't include PF_X.
48118
48119 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48120
48121         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48122         in child fails because the descriptor is already closed.
48123         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48124         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48125         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48126
48127         [BZ #12397]
48128         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48129         syscall.
48130
48131         [BZ #10484]
48132         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48133         temporary buffer used to handle multi lookups locally.
48134         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48135
48136 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48137
48138         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48139         loader is ld.so.
48140
48141 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48142
48143         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48144         alignment for SSE2.
48145
48146 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48147
48148         [BZ #12394]
48149         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48150         characters.  When rounding increased number of integer digits recompute
48151         number of groups.
48152         * stdio-common/tst-grouping.c: New file.
48153         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48154
48155 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48156
48157         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48158         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48159
48160         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48161         void.
48162         * bits/select.h: Likewise.
48163
48164 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48165
48166         * po/ja.po: Update from translation team.
48167
48168 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48169
48170         [BZ #11155]
48171         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48172         implementation just like for lxstat, fxstatat, et al.
48173
48174 2010-12-27  Jim Meyering  <meyering@redhat.com>
48175
48176         [BZ #12348]
48177         * posix/regexec.c (build_trtable): Return failure indication upon
48178         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48179
48180 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48181
48182         [BZ #12201]
48183         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48184         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48185         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48186         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48187
48188         [BZ #12207]
48189         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48190
48191         [BZ #12204]
48192         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48193         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48194
48195 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48196
48197         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48198         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48199         script has SORT_BY_INIT_PRIORITY.
48200         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48201         NO_CTORS_DTORS_SECTIONS is defined.
48202         * elf/soinit.c: Likewise.
48203         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48204         NO_CTORS_DTORS_SECTIONS is defined.
48205         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48206         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48207         * sysdeps/sh/init-first.c: Likewise.
48208         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48209
48210 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48211
48212         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48213         always use the slow path.
48214
48215 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48216
48217         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48218         similar rule which adds the sysdep directories to the header search in
48219         order to pick up the correct platform stackinfo.h.
48220         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48221         perform test if it is, otherwise return successfully without testing.
48222         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48223         DEFAULT_STACK_PERMS define in stackinfo.h.
48224         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48225         defined in stackinfo.h.
48226         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48227         DEFAULT_STACK_PERMS defined in stackinfo.h.
48228         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48229         * sysdeps/ia64/stackinfo.h: Likewise.
48230         * sysdeps/s390/stackinfo.h: Likewise.
48231         * sysdeps/sh/stackinfo.h: Likewise.
48232         * sysdeps/sparc/stackinfo.h: Likewise.
48233         * sysdeps/x86_64/stackinfo.h: Likewise.
48234         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48235         PF_X for powerpc64.  Retain PF_X for powerpc32.
48236
48237 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48238
48239         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48240         accurately.
48241         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48242         GETDENTS_64BIT_ALIGNED.
48243
48244 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48245
48246         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48247
48248 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48249
48250         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48251         _GNU_SOURCE.
48252
48253         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48254         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48255         Remove __restrict.
48256         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48257         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48258
48259 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48260
48261         [BZ #11655]
48262         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48263         are initialized.
48264
48265 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48266
48267         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48268
48269 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48270
48271         * po/it.po: Update from translation team.
48272
48273 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48274
48275         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48276         unused codes.
48277
48278 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48279
48280         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48281
48282 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48283
48284         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48285         specially.
48286         (gaih_getanswer_slice): Likewise.
48287
48288 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48289
48290         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48291
48292 2010-05-31  Petr Baudis  <pasky@suse.cz>
48293
48294         [BZ #11149]
48295         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48296         silently even in the chroot mode.
48297
48298 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48299
48300         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48301         last patch a bit.  Pretty printing
48302
48303 2010-05-31  Petr Baudis <pasky@suse.cz>
48304
48305         [BZ #10085]
48306         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48307         initialization of skip_initgroups_dyn.
48308
48309 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48310
48311         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48312         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48313
48314 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48315
48316         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48317
48318 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48319
48320         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48321         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48322         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48323         ($(objpfx)tst-fnmatch-mem): New rule.
48324         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48325         * posix/tst-fnmatch.c (main): Call mtrace.
48326
48327 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48328
48329         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48330         Support Intel processor model 6 and model 0x2c.
48331
48332 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48333
48334         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48335           signed comparison.
48336
48337 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48338
48339         [BZ #12205]
48340         * string/test-strncasecmp.c (check_result): New function.
48341         (do_one_test): Use it.
48342         (check1): New function.
48343         (test_main): Use it.
48344         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48345         Support strcasecmp and strncasecmp.
48346
48347 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48348
48349         [BZ #12194]
48350         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48351         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48352
48353 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48354
48355         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48356         IFUNC support.
48357         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48358         memset-x86-64.
48359         * sysdeps/x86_64/multiarch/bzero.S: New file.
48360         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48361         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48362         * sysdeps/x86_64/multiarch/memset.S: New file.
48363         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48364         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48365         Set bit_Prefer_SSE_for_memop for Intel processors.
48366         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48367         Define.
48368         (index_Prefer_SSE_for_memop): Define.
48369         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48370
48371 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48372
48373         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48374         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48375
48376 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48377
48378         [BZ #12191]
48379         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48380         (__x86_64_raw_data_cache_size_half): Likewise.
48381         (__x86_64_raw_shared_cache_size): Likewise.
48382         (__x86_64_raw_shared_cache_size_half): Likewise.
48383
48384         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48385         (__x86_64_raw_data_cache_size_half): Likewise.
48386         (__x86_64_raw_shared_cache_size): Likewise.
48387         (__x86_64_raw_shared_cache_size_half): Likewise.
48388         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48389         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48390         and __x86_64_raw_shared_cache_size_half.  Round
48391         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48392         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48393         to multiple of 256 bytes.
48394
48395 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48396
48397         [BZ #12167]
48398         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48399         of inacessible symlinks.  Verify result of symlink before returning it.
48400         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48401         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48402
48403 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48404
48405         * math/math.h (isinf): Fix typo in comment.
48406
48407 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48408
48409         * po/da.po: Update from translation team.
48410
48411 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48412
48413         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48414         is added to the list.
48415
48416 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48417             Ulrich Drepper  <drepper@gmail.com>
48418
48419         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48420         the global list here.  Move code to...
48421         (_dl_add_to_namespace_list): ...here.  New function.
48422         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48423         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48424         * elf/dl-load.c (lose): Don't remove the element from the list.
48425         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48426         (_dl_map_object): Likewise.
48427
48428 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48429
48430         [BZ #12159]
48431         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48432         into all bytes of SSE register.
48433         Patch by Richard Li <richardpku@gmail.com>.
48434
48435 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48436
48437         [BZ #12140]
48438         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48439         perturbing.
48440
48441 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48442
48443         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48444         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48445         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48446         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48447         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48448         submachine.
48449         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48450
48451 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48452
48453         * include/dlfcn.h (__RTLD_SECURE): Define.
48454         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48455         mode & __RTLD_SECURE instead.
48456         (open_path): Rename preloaded parameter to secure.
48457         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48458         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48459         * elf/dl-deps.c (openaux): Likewise.
48460         * elf/rtld.c (struct map_args): Remove is_preloaded.
48461         (map_doit): Don't use it.
48462         (dl_main): Likewise.
48463         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48464         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48465
48466 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48467
48468         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48469         (sysd-rules-targets): Remove duplicates.
48470         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48471         rtld-%.$o dependency.
48472
48473 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48474
48475         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48476         _dl_map_object do it.
48477
48478 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48479
48480         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48481         fast fma builtins, define the macros in the C99 standard.
48482         (FP_FAST_FMAF): Likewise.
48483         (FP_FAST_FMAL): Likewise.
48484         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48485
48486         * bits/mathdef.h: Update copyright year.
48487         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48488
48489 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48490
48491         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48492         builtins, define the macros in the C99 standard.
48493         (FP_FAST_FMAF): Likewise.
48494         (FP_FAST_FMAL): Likewise.
48495         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48496         multiply/add.
48497         (FP_FAST_FMAF): Likewise.
48498
48499 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48500
48501         [BZ #3268]
48502         * math/libm-test.inc (fma_test): Some new testcases.
48503         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48504         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48505         y and infinite z.  Do multiplication by C already in long double.
48506         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48507         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48508         y and infinite z.  Do bitwise or of inexact bit into u.d.
48509         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48510         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48511         * sysdeps/i386/fpu/s_fma.S: Removed.
48512         * sysdeps/i386/fpu/s_fmal.S: Removed.
48513
48514 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48515
48516         [BZ #3268]
48517         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48518         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48519         computation is not scheduled after fetestexcept.  Fix value
48520         of minimum denormal long double.
48521
48522 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48523
48524         [BZ #3268]
48525         * math/libm-test.inc (fma_test): Add some more tests.
48526         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48527         correctly.
48528
48529 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48530
48531         * scripts/data/localplt-s390-linux-gnu.data: New file.
48532         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48533
48534 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48535
48536         [BZ #3268]
48537         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48538         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48539         instead of dbl-64.
48540         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48541         inlines.
48542         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48543         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48544         if one of x and y is very large and the other is subnormal.
48545         * sysdeps/s390/fpu/s_fmaf.c: New file.
48546         * sysdeps/s390/fpu/s_fma.c: New file.
48547         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48548         * sysdeps/powerpc/fpu/s_fma.S: New file.
48549         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48550         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48551         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48552
48553 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48554
48555         [BZ #3268]
48556         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48557         fma tests.
48558         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48559         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48560         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48561         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48562         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48563         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48564         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48565
48566 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48567
48568         [BZ #12078]
48569         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48570         * posix/bug-regex31.input: Add test case.
48571
48572 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48573
48574         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48575         * posix/bug-regex31.input: New file.
48576
48577         [BZ #12078]
48578         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48579         (parse_sub_exp): Fix last change, use postorder.
48580
48581         * posix/bug-regex31.c: New file.
48582         * posix/Makefile: Add rules to build and run bug-regex31.
48583
48584         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48585
48586         [BZ #12078]
48587         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48588
48589         [BZ #12108]
48590         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48591         to have entries in sys_siglist.
48592
48593         [BZ #12093]
48594         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48595         be NULL.
48596
48597 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48598
48599         [BZ #3268]
48600         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48601         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48602         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48603         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48604         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48605         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48606         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48607         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48608         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48609         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48610         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48611         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48612         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48613         * math/ftestexcept.c (fetestexcept): Likewise.
48614         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48615         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48616         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48617         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48618         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48619         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48620         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48621
48622 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48623
48624         [BZ #12107]
48625         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48626         newline.
48627
48628 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48629
48630         * string/bug-strstr1.c: New file.
48631         * string/Makefile: Add rules to build and run bug-strstr1.
48632
48633 2010-10-05  Eric Blake  <eblake@redhat.com>
48634
48635         [BZ #12092]
48636         * string/str-two-way.h (two_way_long_needle): Always clear memory
48637         when skipping input due to the shift table.
48638
48639 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48640
48641         [BZ #12005]
48642         * malloc/mcheck.c: Handle large requests.
48643
48644         [BZ #12077]
48645         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48646         for strncmp and strncasecmp.
48647         * string/stratcliff.c: Add tests for strcmp and strncmp.
48648         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48649
48650 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48651
48652         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48653         __set_fpscr.
48654
48655 2010-09-30  Andreas Jaeger  <aj@suse.de>
48656
48657         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48658         (CGROUP_SUPER_MAGIC): Define.
48659         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48660         Handle btrfs and cgroup file systems.
48661         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48662         Likewise.
48663
48664 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48665
48666         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48667         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48668
48669 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48670
48671         [BZ #12067]
48672         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48673         trying to locate the ELF header.
48674
48675 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48676
48677         [BZ #11611]
48678         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48679         Mask out sign-bit copies when constructing f_fsid.
48680
48681 2010-09-24  Petr Baudis <pasky@suse.cz>
48682
48683         * debug/stack_chk_fail_local.c: Add missing licence exception.
48684         * debug/warning-nop.c: Likewise.
48685
48686 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48687
48688         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48689         implementing getdents64 using getdents syscall, set d_type if
48690         __ASSUME_GETDENTS32_D_TYPE.
48691
48692 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48693
48694         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48695         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48696
48697 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48698
48699         [BZ #12037]
48700         * posix/unistd.h: Undo change of feature selection for ftruncate from
48701         2010-01-11.
48702
48703 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48704
48705         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48706         detection.
48707
48708 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48709
48710         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48711         fanotify_mark.
48712         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48713
48714 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48715
48716         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48717         variables after CHECK_SP call.
48718         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48719
48720 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48721             Ulrich Drepper  <drepper@redhat.com>
48722
48723         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48724         re-relocationg ld.so.
48725         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48726         _dl_init_paths call.
48727         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48728         here anymore.
48729
48730 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48731
48732         * resolv/res_init.c (__res_vinit): Count the default server we added.
48733
48734 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48735             Ulrich Drepper  <drepper@redhat.com>
48736
48737         [BZ #11968]
48738         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48739         (____longjmp_chk): Use %ebx for saving value across system call.
48740         Add unwind info.
48741
48742 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48743
48744         * manual/Makefile: Don't mix pattern rules with normal rules.
48745
48746 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48747
48748         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48749         operation.
48750         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48751         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48752         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48753         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48754         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48755         Likewise.
48756
48757 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48758
48759         [BZ #11979]
48760         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48761         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48762
48763 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48764
48765         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48766         * sysdeps/x86_64/addmul_1.S: Likewise.
48767         * sysdeps/x86_64/lshift.S: Likewise.
48768         * sysdeps/x86_64/mul_1.S: Likewise.
48769         * sysdeps/x86_64/rshift.S: Likewise.
48770         * sysdeps/x86_64/sub_n.S: Likewise.
48771         * sysdeps/x86_64/submul_1.S: Likewise.
48772
48773 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48774
48775         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48776         Define __sched_param instead of SCHED_* and sched_param when
48777         <bits/sched.h> is included with __need_schedparam defined.
48778         * bits/sched.h [__need_schedparam]
48779         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48780         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48781         (__defined_schedparam): Define to 1.
48782         (__sched_param): New structure, identical to sched_param.
48783         (__need_schedparam): Undefine.
48784
48785 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48786
48787         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48788         (epoll_create1): Declare.
48789
48790         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48791
48792 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48793
48794         [BZ #7066]
48795         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48796         shifting retval into place.
48797
48798 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48799
48800         * nis/rpcsvc/nis.h: Update copyright notice.
48801         * nis/rpcsvc/nis.x: Likewise.
48802         * nis/rpcsvc/nis_callback.h: Likewise.
48803         * nis/rpcsvc/nis_callback.x: Likewise.
48804         * nis/rpcsvc/nis_object.x: Likewise.
48805         * nis/rpcsvc/nis_tags.h: Likewise.
48806         * nis/rpcsvc/yp.h: Likewise.
48807         * nis/rpcsvc/yp.x: Likewise.
48808         * nis/rpcsvc/ypupd.h: Likewise.
48809         * nis/yp_xdr.c: Likewise.
48810         * nis/ypupdate_xdr.c: Likewise.
48811
48812         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48813         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48814         (pmap_getport): Use __libc_rpc_getport.
48815         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48816         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48817         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48818
48819 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48820
48821         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48822         fanotify_mark.
48823
48824 2010-08-27  Roland McGrath  <roland@redhat.com>
48825
48826         * sysdeps/i386/i686/multiarch/Makefile
48827         (CFLAGS-varshift.c): New variable.
48828
48829 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48830
48831         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48832         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48833
48834         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48835
48836         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48837
48838 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48839
48840         * sysdeps/x86_64/strlen.S: Unroll the loop.
48841         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48842         strlen-sse2 strlen-sse2-bsf.
48843         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48844         __strlen_no_bsf if bit_Slow_BSF is set.
48845         (__strlen_sse42): Removed.
48846         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48847         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48848
48849 2010-08-25  Roland McGrath  <roland@redhat.com>
48850
48851         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48852         * sysdeps/x86_64/multiarch/varshift.c: New file.
48853         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48854         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48855         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48856         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48857
48858 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48859
48860         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48861         strlen-sse2 strlen-sse2-bsf.
48862         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48863         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48864         (__strlen_sse2): Removed.
48865         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48866         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48867         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48868         bit_Slow_BSF for Atom.
48869         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48870         (index_Slow_BSF): Define.
48871         (HAS_SLOW_BSF): Define.
48872
48873 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48874
48875         [BZ #10851]
48876         * resolv/res_init.c (__res_vinit): When no server address at all
48877         is given default to loopback.
48878
48879 2010-08-24  Roland McGrath  <roland@redhat.com>
48880
48881         * configure.in: Remove config-name.h generation.
48882         * configure: Regenerated.
48883         * config-name.in: File removed.
48884         * scripts/config-uname.sh: New file.
48885         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48886         ($(objdir)config-name.h): New target.
48887
48888         * sunrpc/rpc_parse.h: Avoid nested comment.
48889
48890 2010-08-24  Richard Henderson  <rth@redhat.com>
48891             Ulrich Drepper  <drepper@redhat.com>
48892             H.J. Lu  <hongjiu.lu@intel.com>
48893
48894         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48895         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48896         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48897         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48898         _mm_alignr_epi8 with _mm_loadu_si128.
48899         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48900         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48901         (__m128i_shift_right): Removed.
48902         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48903         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48904         * sysdeps/x86_64/multiarch/varshift.h: New file.
48905         * sysdeps/x86_64/multiarch/varshift.S: New file.
48906
48907 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48908
48909         * configure.in: Move assembler checks to before sysdep dir checking.
48910
48911 2010-08-20  Petr Baudis  <pasky@suse.cz>
48912
48913         * LICENSES: Sync the sunrpc license.
48914
48915 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48916
48917         * sunrpc/auth_des.c: Update copyright notice once again.
48918         * sunrpc/auth_none.c: Likewise.
48919         * sunrpc/auth_unix.c: Likewise.
48920         * sunrpc/authdes_prot.c: Likewise.
48921         * sunrpc/authuxprot.c: Likewise.
48922         * sunrpc/bindrsvprt.c: Likewise.
48923         * sunrpc/clnt_gen.c: Likewise.
48924         * sunrpc/clnt_perr.c: Likewise.
48925         * sunrpc/clnt_raw.c: Likewise.
48926         * sunrpc/clnt_simp.c: Likewise.
48927         * sunrpc/clnt_tcp.c: Likewise.
48928         * sunrpc/clnt_udp.c: Likewise.
48929         * sunrpc/clnt_unix.c: Likewise.
48930         * sunrpc/des_crypt.c: Likewise.
48931         * sunrpc/des_soft.c: Likewise.
48932         * sunrpc/get_myaddr.c: Likewise.
48933         * sunrpc/getrpcport.c: Likewise.
48934         * sunrpc/key_call.c: Likewise.
48935         * sunrpc/key_prot.c: Likewise.
48936         * sunrpc/openchild.c: Likewise.
48937         * sunrpc/pm_getmaps.c: Likewise.
48938         * sunrpc/pm_getport.c: Likewise.
48939         * sunrpc/pmap_clnt.c: Likewise.
48940         * sunrpc/pmap_prot.c: Likewise.
48941         * sunrpc/pmap_prot2.c: Likewise.
48942         * sunrpc/pmap_rmt.c: Likewise.
48943         * sunrpc/rpc/auth.h: Likewise.
48944         * sunrpc/rpc/auth_unix.h: Likewise.
48945         * sunrpc/rpc/clnt.h: Likewise.
48946         * sunrpc/rpc/des_crypt.h: Likewise.
48947         * sunrpc/rpc/key_prot.h: Likewise.
48948         * sunrpc/rpc/netdb.h: Likewise.
48949         * sunrpc/rpc/pmap_clnt.h: Likewise.
48950         * sunrpc/rpc/pmap_prot.h: Likewise.
48951         * sunrpc/rpc/pmap_rmt.h: Likewise.
48952         * sunrpc/rpc/rpc.h: Likewise.
48953         * sunrpc/rpc/rpc_des.h: Likewise.
48954         * sunrpc/rpc/rpc_msg.h: Likewise.
48955         * sunrpc/rpc/svc.h: Likewise.
48956         * sunrpc/rpc/svc_auth.h: Likewise.
48957         * sunrpc/rpc/types.h: Likewise.
48958         * sunrpc/rpc/xdr.h: Likewise.
48959         * sunrpc/rpc_clntout.c: Likewise.
48960         * sunrpc/rpc_cmsg.c: Likewise.
48961         * sunrpc/rpc_common.c: Likewise.
48962         * sunrpc/rpc_cout.c: Likewise.
48963         * sunrpc/rpc_dtable.c: Likewise.
48964         * sunrpc/rpc_hout.c: Likewise.
48965         * sunrpc/rpc_main.c: Likewise.
48966         * sunrpc/rpc_parse.c: Likewise.
48967         * sunrpc/rpc_parse.h: Likewise.
48968         * sunrpc/rpc_prot.c: Likewise.
48969         * sunrpc/rpc_sample.c: Likewise.
48970         * sunrpc/rpc_scan.c: Likewise.
48971         * sunrpc/rpc_scan.h: Likewise.
48972         * sunrpc/rpc_svcout.c: Likewise.
48973         * sunrpc/rpc_tblout.c: Likewise.
48974         * sunrpc/rpc_util.c: Likewise.
48975         * sunrpc/rpc_util.h: Likewise.
48976         * sunrpc/rpcinfo.c: Likewise.
48977         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48978         * sunrpc/rpcsvc/key_prot.x: Likewise.
48979         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48980         * sunrpc/rpcsvc/mount.x: Likewise.
48981         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48982         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48983         * sunrpc/rpcsvc/rex.x: Likewise.
48984         * sunrpc/rpcsvc/rstat.x: Likewise.
48985         * sunrpc/rpcsvc/rusers.x: Likewise.
48986         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48987         * sunrpc/rpcsvc/spray.x: Likewise.
48988         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48989         * sunrpc/rtime.c: Likewise.
48990         * sunrpc/svc.c: Likewise.
48991         * sunrpc/svc_auth.c: Likewise.
48992         * sunrpc/svc_authux.c: Likewise.
48993         * sunrpc/svc_raw.c: Likewise.
48994         * sunrpc/svc_run.c: Likewise.
48995         * sunrpc/svc_simple.c: Likewise.
48996         * sunrpc/svc_tcp.c: Likewise.
48997         * sunrpc/svc_udp.c: Likewise.
48998         * sunrpc/svc_unix.c: Likewise.
48999         * sunrpc/svcauth_des.c: Likewise.
49000         * sunrpc/xcrypt.c: Likewise.
49001         * sunrpc/xdr.c: Likewise.
49002         * sunrpc/xdr_array.c: Likewise.
49003         * sunrpc/xdr_float.c: Likewise.
49004         * sunrpc/xdr_mem.c: Likewise.
49005         * sunrpc/xdr_rec.c: Likewise.
49006         * sunrpc/xdr_ref.c: Likewise.
49007         * sunrpc/xdr_sizeof.c: Likewise.
49008         * sunrpc/xdr_stdio.c: Likewise.
49009
49010         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
49011         handling.
49012
49013 2010-08-19  Andreas Schwab  <schwab@redhat.com>
49014
49015         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
49016
49017 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
49018
49019         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
49020         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
49021         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
49022         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
49023         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
49024         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49025         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49026         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49027         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49028         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49029         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49030         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49031         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49032         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49033
49034 2010-07-26  Anton Blanchard  <anton@samba.org>
49035
49036         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49037         * malloc/arena.c (heap_trim): Likewise.
49038
49039 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49040
49041         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49042         here.  Not...
49043         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49044         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49045
49046 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49047
49048         * sysdeps/i386/elf/Makefile: New file.
49049
49050 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49051
49052         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49053         from fanotify_init.
49054         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49055         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49056
49057 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49058
49059         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49060         of strncasecmp_l.
49061         * sysdeps/multiarch/strcmp.S: Likewise.
49062
49063 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49064
49065         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49066         strncase_l-nonascii.
49067         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49068         Add strncase_l-ssse3.
49069         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49070         * sysdeps/x86_64/strcmp.S: Likewise.
49071         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49072         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49073         * sysdeps/x86_64/strncase.S: New file.
49074         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49075         * sysdeps/x86_64/strncase_l.S: New file.
49076         * string/Makefile (strop-tests): Add strncasecmp.
49077         * string/test-strncasecmp.c: New file.
49078
49079         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49080         warning.
49081
49082         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49083         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49084
49085 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49086
49087         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49088
49089 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49090
49091         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49092         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49093         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49094
49095 2010-05-01  Alan Modra  <amodra@gmail.com>
49096
49097         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49098         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49099         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49100         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49101         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49102         tidying.  Don't tail-call __sigjmp_save for static lib.
49103         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49104         save location.
49105         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49106         (CALL_MCOUNT): Add eh info, and nop after bl.
49107         (TAIL_CALL_SYSCALL_ERROR): New macro.
49108         (PSEUDO_RET): Use it.
49109         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49110         Correct save location of integer regs and cr.
49111         (_dl_profile_resolve): Correct cr save location.  Delete nops
49112         after bl when SHARED.  Reduce cfi size a little by better
49113         placement of cfi directives.
49114         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49115         make a stack frame.  Instead use parm save area as a temp.
49116         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49117         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49119         Don't make a stack frame for parent, use parm save area.
49120         Increase child stack frame to 112 bytes.  Don't save unused reg,
49121         and adjust reg usage.  Set up cfi on error recovery and
49122         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49123         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49124         (__makecontext): Add dummy nop after jump to exit.
49125         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49126         Use correct parm save area and cr save, reduce stack frame.
49127         Correct cfi for possible PSEUDO_RET frame setup.
49128         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49129         Branch to local label emitted by PSEUDO_RET rather than
49130         __syscall_error.
49131
49132 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49133
49134         [BZ #11904]
49135         * locale/programs/locale.c (print_assignment): New function.
49136         (show_locale_vars): Use it.
49137
49138 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49139
49140         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49141         field.
49142         (struct statfs64): Likewise.
49143         (_STATFS_F_FLAGS): Define.
49144         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49145         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49146         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49147         (ST_VALID): Define locally.
49148         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49149         __statvfs_getflags, use the provided value.
49150         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49151         __ASSUME_STATFS_F_FLAGS.
49152
49153         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49154
49155         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49156         Add sys/fanotify.h.
49157         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49158         fanotify_mask for GLIBC_2.13.
49159         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49160         fanotify_init and fanotify_mark.
49161         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49162         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49163
49164         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49165         Add prlimit.
49166         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49167         prlimit64 for GLIBC_2.13.
49168         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49169         prlimit64.
49170         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49171         syscall.
49172         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49173         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49174         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49175         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49176         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49177         add prlimit alias.
49178         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49179
49180         [BZ #11903]
49181         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49182         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49183
49184         * nss/Makefile: Add rules to build and run tst-nss-test1.
49185         * shlib-versions: Add entry for libnss_test1.
49186         * nss/nss_test1.c: New file.
49187         * nss/tst-nss-test1.c: New file.
49188
49189         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49190         (__nss_configure_lookup): Set appropriate entry in
49191         __nss_configure_lookup to true.
49192         * nss/nsswitch.h: Define enum with indeces of databases in
49193         databases and __nss_database_custom arrays.  Declare
49194         __nss_database_custom.
49195         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49196         to avoid using nscd when custom rules are installed.
49197         * nss/getXXbyYY_r.c: Likewise.
49198         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49199
49200         * nss/nss_files/files-parse.c: Whitespace fixes.
49201
49202 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49203
49204         [BZ #11883]
49205         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49206         * posix/fnmatch_loop.c: Likewise.
49207
49208 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49209
49210         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49211         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49212         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49213         * Versions.def [GLIBC_2.13]: Add.
49214
49215 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49216
49217         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49218         Also fail if tpwd after pwuid call is NULL.
49219
49220 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49221
49222         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49223         when converting to ms.
49224
49225 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49226
49227         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49228         EOPNOTSUPP errors with ENOTTY.
49229         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49230         EOPNOTSUPP errors with ENOTTY.
49231
49232 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49233
49234         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49235         Add strcasecmp_l-ssse3.
49236         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49237         strcasecmp.
49238         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49239         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49240         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49241
49242 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49243
49244         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49245
49246         * string/Makefile (strop-tests): Add strcasecmp.
49247         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49248         strcasecmp_l-nonascii.
49249         (gen-as-const-headers): Add locale-defines.sym.
49250         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49251         * sysdeps/x86_64/strcasecmp.S: New file.
49252         * sysdeps/x86_64/strcasecmp_l.S: New file.
49253         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49254         * sysdeps/x86_64/locale-defines.sym: New file.
49255         * string/test-strcasecmp.c: New file.
49256
49257         * string/test-strcasestr.c: Test both ends of the range of characters.
49258         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49259
49260 2010-07-29  Roland McGrath  <roland@redhat.com>
49261
49262         [BZ #11856]
49263         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49264
49265 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49266
49267         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49268         for ld.so.
49269
49270 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49271
49272         * manual/memory.texi (Malloc Tunable Parameters): Document
49273         M_PERTURB.
49274
49275 2010-07-26  Roland McGrath  <roland@redhat.com>
49276
49277         [BZ #11840]
49278         * configure.in (-fgnu89-inline check): Set and substitute
49279         gnu89_inline, not libc_cv_gnu89_inline.
49280         * configure: Regenerated.
49281         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49282
49283 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49284
49285         * string/test-strnlen.c: New file.
49286         * string/Makefile (strop-tests): Add strnlen.
49287         * string/tester.c (test_strnlen): Add a few more test cases.
49288         * string/tst-strlen.c: Better error reporting.
49289
49290         * sysdeps/x86_64/strnlen.S: New file.
49291
49292 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49293
49294         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49295         lower-latency instructions.
49296
49297 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49298
49299         * string/test-strcasestr.c: New file.
49300         * string/test-strstr.c: New file.
49301         * string/Makefile (strop-tests): Add strstr and strcasestr.
49302         * string/str-two-way.h: Don't undefine MAX.
49303         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49304
49305 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49306
49307         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49308         strcasestr-nonascii.
49309         (CFLAGS-strcasestr-nonascii.c): Define.
49310         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49311         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49312         Remove unused attribute.
49313
49314 2010-07-20  Roland McGrath  <roland@redhat.com>
49315
49316         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49317         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49318         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49319         like LD_HWCAP_MASK can disable hwcaps.
49320
49321 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49322
49323         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49324
49325 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49326
49327         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49328         call in strcasestr.
49329         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49330         __strcasestr_sse42_nonascii.
49331         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49332         strcasestr-nonascii.c.
49333         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49334
49335 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49336
49337         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49338         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49339         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49340         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49341
49342 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49343
49344         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49345         fcntl.
49346
49347 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49348
49349         [BZ #11577]
49350         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49351         dl_signal_cerror.
49352
49353 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49354
49355         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49356         _PC_PIPE_BUF using F_GETPIPE_SZ.
49357
49358 2010-07-05  Roland McGrath  <roland@redhat.com>
49359
49360         * manual/arith.texi (Rounding Functions): Fix rint description
49361         implicit in round description.
49362
49363 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49364
49365         * elf/Makefile: Fix linking for a few tests to make recent linker
49366         happy.
49367
49368 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49369
49370         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49371         $(common-objpfx)libc_nonshared.a.
49372
49373 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49374
49375         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49376         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49377         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49378         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49379         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49380         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49381         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49382         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49383         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49397         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49398         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49399         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49400         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49401         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49402         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49403         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49404         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49405         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49406         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49407         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49408         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49409         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49410         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49411         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49412         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49413         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49414         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49415         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49416         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49417         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49418         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49419         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49420         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49421         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49422         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49423
49424 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49425
49426         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49427         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49428         * string/memmove.c (memmove): Renamed to ...
49429         (MEMMOVE): ...this.  Default to memmove.
49430         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49431         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49432         (END_CHK): Define.
49433         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49434         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49435         mempcpy-ssse3-back memmove-ssse3-back.
49436         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49437         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49438         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49439         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49440         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49441         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49442         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49443         * sysdeps/x86_64/multiarch/memmove.c: New file.
49444         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49445         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49446         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49447         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49448         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49449         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49450         Define.
49451         (index_Fast_Copy_Backward): Define.
49452         (HAS_ARCH_FEATURE): Define.
49453         (HAS_FAST_REP_STRING): Define.
49454         (HAS_FAST_COPY_BACKWARD): Define.
49455
49456 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49457
49458         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49459         Restore proper fallback handling.
49460
49461 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49462
49463         [BZ #11701]
49464         * posix/group_member.c (__group_member): Correct checking loop.
49465
49466         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49467         OOM in getpwuid_r correctly.  Return error number when the caller
49468         should return, otherwise -1.
49469         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49470         call returning > 0 value.
49471         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49472
49473 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49474
49475         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49476         libc_nonshared.a from targets in modules-names.
49477
49478 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49479
49480         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49481         requires it.
49482
49483 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49484
49485         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49486         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49487         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49488         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49489
49490 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49491
49492         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49493
49494 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49495
49496         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49497         and F_GETPIPE_SZ.
49498         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49499         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49500         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49501         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49502         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49503         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49504
49505 2010-06-14  Roland McGrath  <roland@redhat.com>
49506
49507         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49508
49509 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49510
49511         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49512         __REDIRECT followed by __THROW.
49513         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49514         * posix/getopt.h (getopt): Likewise.
49515
49516 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49517
49518         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49519         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49520         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49521         in AT_FLAGS.
49522         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49523         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49524
49525 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49526
49527         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49528
49529 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49530
49531         [BZ #11640]
49532         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49533         Properly check family and model.
49534
49535 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49536
49537         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49538
49539 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49540
49541         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49542
49543 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49544
49545         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49546         symbol reference.
49547
49548 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49549
49550         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49551         symbol reference.
49552
49553 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49554
49555         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49556         and internal_recvmmsg.
49557         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49558         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49559         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49560         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49561
49562         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49563         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49564         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49565
49566 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49567
49568         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49569
49570 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49571
49572         POWER7 optimizations.
49573         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49574         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49575
49576 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49577
49578         * version.h: Update for 2.13 development version.
49579
49580 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49581
49582         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49583         exceptions.  Return 0.
49584
49585 2010-05-07  Roland McGrath  <roland@redhat.com>
49586
49587         * elf/ldconfig.c (main): Add a const.
49588
49589 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49590
49591         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49592         (args_options): Add no-idn option.
49593         (ahosts_keys_int): Add idn_flags to ai_flags.
49594         (parse_option): Handle 'i' option to clear idn_flags.
49595
49596         * malloc/malloc.c (_int_free): Possible race in the most recently
49597         added check.  Only act on the data if no current modification
49598         happened.
49599
49600 See ChangeLog.17 for earlier changes.