IA64: Consolidate NPTL/non versions of clone
[platform/upstream/glibc.git] / ChangeLog
1 2014-08-04  Roland McGrath  <roland@hack.frob.com>
2
3         * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
4         that was previously under [RESET_PID].
5         * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
6
7 2014-08-04  Andreas Schwab  <schwab@suse.de>
8
9         * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
10
11 2014-08-03  Mike Frysinger  <vapier@gentoo.org>
12
13         * stdlib/tst-setcontext.c (test_stack): Fix coding style.
14         (main): Likewise.
15
16 2014-08-01  Roland McGrath  <roland@hack.frob.com>
17
18         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
19
20 2014-08-01  Richard Henderon  <rth@redhat.com>
21
22         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
23         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
24         typo in exact zero test.
25         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
26         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
27         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28
29 2014-08-01  Roland McGrath  <roland@hack.frob.com>
30
31         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
32         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
33         * sysdeps/arm/sysdep.h: ... here.
34         [!__ASSEMBLER__]: Include <stdint.h>.
35
36 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
37
38         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
39         (HAVE_WCTYPE_H): Likewise.
40         (HAVE_ISWCTYPE): Likewise.
41         (ENABLE_NLS): Likewise.
42         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
43         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
44
45         * posix/regex_internal.c: Check if DEBUG is defined and is
46         set.
47
48         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
49         (HAVE_MBSRTOWCS): Likewise.
50         * posix/fnmatch.c: Include string.h unconditionally.
51
52 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
53
54         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
55         reversal.
56
57 2014-07-31  Roland McGrath  <roland@hack.frob.com>
58
59         * sysdeps/generic/safe-fatal.h: New file.
60         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
61         * nptl/forward.c: Include it.
62         (__pthread_unwind): Use __safe_fatal as default action, rather
63         than a bogus use of INTERNAL_SYSCALL that could never work.
64
65         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
66         * configure.ac (libc_cv_builtin_trap): New test.
67         * configure: Regenerated.
68         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
69         (ABORT_INSTRUCTION): Define using __builtin_trap.
70
71         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
72         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
73         * sysdeps/nptl/nptl-signals.h: New file.
74         * nptl/pthreadP.h: Include <nptl-signals.h>.
75
76 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
77
78         * sysdeps/s390/s390-64/utf16-utf32-z9.c
79         (ONE_DIRECTION): Define.
80         * sysdeps/s390/s390-64/utf8-utf16-z9.c
81         (ONE_DIRECTION): Define.
82         * sysdeps/s390/s390-64/utf8-utf32-z9.c
83         (ONE_DIRECTION): Define.
84
85 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
86
87         * sysdeps/s390/Makefile: Delete file.
88         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
89         * sysdeps/s390/__longjmp.c: Delete file.
90         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
91         Remove fields __flags and __reserved.
92         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
93         and add versioning.
94         * sysdeps/s390/rtld-__longjmp.c: Delete file.
95         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
96         * sysdeps/s390/rtld-setjmp.S: Likewise.
97         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
98         * sysdeps/s390/s390-32/__longjmp.c: ... here.
99         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
100         * sysdeps/s390/s390-32/setjmp.S: ... here.
101         Add versioning.
102         (__sigsetjmp): Remove setting __flags field.
103         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
104         * sysdeps/s390/s390-64/__longjmp.c: ... here.
105         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
106         * sysdeps/s390/s390-64/setjmp.S: ... here.
107         Add versioning.
108         (__sigsetjmp): Remove setting __flags field.
109         * sysdeps/s390/setjmp.S: Delete file.
110         * sysdeps/s390/sigjmp.c: Likewise.
111         * sysdeps/s390/v1-longjmp.c: Likewise.
112         * sysdeps/s390/v1-setjmp.h: Likewise.
113         * sysdeps/s390/v1-sigjmp.c: Likewise.
114         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
115         Remove v1-longjmp_chk.
116         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
117         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
118         Include debug/longjmp_chk.c and add versioning.
119         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
120         Include nptl/pt-longjmp.c and add versioning.
121         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
122         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
123         Include __longjmp.c.
124         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
125         Move to ...
126         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
127         (__getcontext): Remove setting __flags field.
128         Add versioning.
129         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
130         Don't restore upper high grps.
131         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
132         Likewise.
133         (__swapcontext): Remove setting uc_flags field.
134         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
135         Delete file.
136         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
137         Include __longjmp.c.
138         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
139         Move to ...
140         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
141         (__getcontext): Remove setting __flags field.
142         Add versioning.
143         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
144         (__swapcontext): Remove setting uc_flags field.
145         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
146         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
147         Remove fields uc_high_gprs and __reserved.
148         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
149         New file with reverted content.
150         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
151         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
152         Regenerated.
153         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
154         Regenerated.
155
156 2014-07-31  Andreas Schwab  <schwab@suse.de>
157
158         * config.h.in (HAVE_IFUNC): Define to 0.
159         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
160         definedness.
161
162 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
163
164         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
165         memmove-avx-unaligned, memcpy-avx-unaligned and
166         mempcpy-avx-unaligned.
167         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
168         Add tests for AVX memcpy functions.
169         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
170         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
171         memcpy_chk.
172         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
173         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
174         memmove_chk.
175         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
176         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
177         mempcpy_chk.
178         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
179         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
180         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
181
182 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
183
184         [BZ #17213]
185         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
186         powerpc64le.
187
188 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
189
190         [BZ #16839]
191         * manual/llio.texi: Add section about open file description locks.
192         * manual/examples/ofdlocks.c: Example of open file description
193         lock usage.
194         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
195         F_OFD_SETLK, and F_OFD_SETLKW.
196
197 2014-07-23  Allan McRae  <allan@archlinux.org>
198
199         * po/es.po: Update Spanish translation from translation project.
200
201 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
202
203         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
204
205 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
206
207         [BZ #17078]
208         * sysdeps/arm/dl-machine.h (elf_machine_rela)
209         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
210         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
211
212 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
213
214         [BZ #17088]
215         * math/fesetenv.c (__fesetenv)
216         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
217         * math/feupdateenv.c (__feupdateenv)
218         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
219
220         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
221         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
222         (__ASSUME_SOCKETCALL): Do not define.
223
224         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
225         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
226         (__ASSUME_SOCKETCALL): Do not define.
227         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
228         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
229         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
230         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
231         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
232         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
233         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
234         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
235
236         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
237         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
238         (__ASSUME_SOCKETCALL): Do not define.
239         (__ASSUME_IPC64): Define unconditionally.
240         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
241         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
242         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
243         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
244         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
245         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
246         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
247         Likewise.
248
249         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
250         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
251         (__ASSUME_SOCKETCALL): Do not define.
252         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
253         (__ASSUME_FUTEX_LOCK_PI): Likewise.
254         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
255         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
256         (__ASSUME_REQUEUE_PI): Define unconditionally.
257         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
258         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
259         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
260         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
261         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
262         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
263
264         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
265         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
266         (__ASSUME_SOCKETCALL): Do not define.
267         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
268         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
269         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
270         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
271         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
272         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
273
274         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
275         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
276         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
277         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
278         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
279         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
280         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
281         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
282         (__ASSUME_GETCPU_SYSCALL): Likewise.
283
284         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
285         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
286         cases for individual architectures.
287         * sysdeps/gnu/configure: Regenerated.
288         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
289         LIBC_SLIBDIR_RTLDDIR.
290         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
291         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
292         LIBC_SLIBDIR_RTLDDIR.
293         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
294         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
295         LIBC_SLIBDIR_RTLDDIR.
296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
297         Regenerated.
298         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
299         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
300         file.
301         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
302         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
303         file.
304         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
305         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
306         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
307         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
308
309         * sysdeps/aarch64/shlib-versions: Move to ...
310         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
311         * sysdeps/alpha/shlib-versions: Move to ...
312         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
313         * sysdeps/arm/shlib-versions: Move to ...
314         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
315         * sysdeps/hppa/shlib-versions: Move all contents except for
316         libgcc_s entry to ...
317         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
318         entry from ...
319         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
320         * sysdeps/ia64/shlib-versions: Move to ...
321         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
322         entry from ...
323         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
324         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
325         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
326         * sysdeps/microblaze/shlib-versions: Move to ...
327         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
328         * sysdeps/mips/shlib-versions: Move to ...
329         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
330         entry from ...
331         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
332         * sysdeps/tile/shlib-versions: Move to ...
333         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
334         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
335         from ...
336         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
337         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
338         entry from ...
339         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
340
341 2014-07-17  Will Newton  <will.newton@linaro.org>
342
343         * sysdeps/arm/bits/atomic.h
344         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
345         (__arch_compare_and_exchange_bool_16_int): Likewise.
346         (__arch_compare_and_exchange_bool_64_int): Likewise.
347
348         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
349         into an #else block.
350
351 2014-07-16  Roland McGrath  <roland@hack.frob.com>
352
353         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
354         just Linux configurations.  Test empirically that the compiler sets
355         __ARM_EABI__, rather than using the tuple to decide.
356         * sysdeps/arm/preconfigure: Regenerated.
357         * sysdeps/unix/sysv/linux/arm/configure: File removed.
358         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
359         contents appended ...
360         * sysdeps/arm/configure.ac: ... here.
361         * sysdeps/arm/configure: Regenerated.
362
363 2014-07-15  Roland McGrath  <roland@hack.frob.com>
364
365         * nptl/pthread_kill.c: New file.
366         * nptl/pthread_sigmask.c: New file.
367         * nptl/pthread_sigqueue.c: New file.
368
369         * sysdeps/nptl/lowlevellock.h: New file.
370         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
371         * sysdeps/nptl/lowlevellock-futex.h: New file.
372
373         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
374         Remove dead declarations.
375
376 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
377
378         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
379         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
380         config-cflags-avx2.
381         * sysdeps/x86_64/configure.ac: Likewise.
382         * sysdeps/i386/configure: Regenerated.
383         * sysdeps/x86_64/configure: Likewise.
384         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
385         memset-avx2 only if config-cflags-avx2 is yes.
386         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
387         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
388         defined.
389         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
390         only if HAVE_AVX2_SUPPORT is defined.
391         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
392
393 2014-07-14  Alan Modra  <amodra@gmail.com>
394
395         [BZ #17153]
396         * elf/elf.h (DT_PPC64_NUM): Correct value.
397         * NEWS: Add to fixed bug list.
398
399 2014-07-13  Jim Meyering  <meyering@fb.com>
400
401         [BZ 17150]
402         regex: don't deref NULL upon heap allocation failure
403         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
404         failure in one more place.
405         To trigger the segfault, configure grep -with-included-regex,
406         build it, and run these commands:
407         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
408
409 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
410
411         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
412
413 2014-07-11  Richard Henderson  <rth@redhat.com>
414
415         * sysdeps/aarch64/libm-test-ulps: Update.
416
417 2014-07-10  Florian Weimer  <fweimer@redhat.com>
418
419         [BZ #17135]
420         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
421         * nptl/allocatestack.c (__nptl_setxid_error): New function.
422         (__nptl_setxid): Initialize error member.  Call
423         __nptl_setxid_error.
424         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
425         * nptl/descr.h (struct xid_command): Add error member.
426         * nptl/tst-setuid3.c: New file.
427         * nptl/Makefile (tests): Add it.
428
429 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
430
431         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
432         New define.
433         (__lll_trylock): Use __lll_base_trylock.
434         (__lll_cond_trylock): Likewise.
435
436 2014-07-10  Roland McGrath  <roland@hack.frob.com>
437
438         * nptl/pthread_create.c (start_thread): Use atomic_or and
439         lll_futex_wake directly rather than lll_robust_dead.
440         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
441         (lll_robust_dead): Macro removed.
442         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
443         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
444         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
445         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
446         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
447         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
448         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
449         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
450         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
451         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
452         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
453         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
454         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
455         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
456         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
457
458         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
459         Use atomic_compare_and_exchange_val_acq directly rather than
460         lll_robust_trylock.
461         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
462         (__lll_robust_trylock, lll_robust_trylock): Removed.
463         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
464         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
465         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
466         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
467         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
468         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
469         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
470         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
471         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
472         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
473         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
474         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
475         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
476         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
477
478 2014-07-02  Florian Weimer  <fweimer@redhat.com>
479
480         * manual/locale.texi (Locale Names): New section documenting
481         locale name syntax.  Adjust menu and node chaining accordingly.
482         (Choosing Locale): Reference Locale Names, Locale Categories.
483         Mention setting LC_ALL=C.  Reflect that name syntax is now
484         documented.
485         (Locale Categories): New section title.  Reference Locale Names.
486         LC_ALL is an environment variable, but not a category.
487         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
488         description, now in Locale Name.  Reference that section.  Locale
489         name syntax is now documented.
490
491 2014-07-02  Florian Weimer  <fweimer@redhat.com>
492
493         [BZ #17137]
494         * locale/findlocale.c (name_present, valid_locale_name): New
495         functions.
496         (_nl_find_locale): Use the loc_name variable to store name
497         candidates.  Call name_present and valid_locale_name to check and
498         validate locale names.  Return an error if the locale is invalid.
499
500 2014-07-02  Florian Weimer  <fweimer@redhat.com>
501
502         * locale/setlocale.c (setlocale): Use strdup for allocating
503         composite name copy.
504
505 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
506
507         Sync up with gnulib.
508         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
509         [!_LIBC && ENABLE_NLS]: Include gettext.h.
510         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
511         and _GL_ARG_NONNULL.
512         [USE_UNLOCKED_IO]: Include unlocked-io.h.
513         [!_LIBC]: Include code for Windows and Cygwin.
514         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
515         Include prototype for int strerror_r.
516         [!_LIBC] (is_open): New function.
517         (flush_stdout): New function.
518         (print_errno_message): Use it.
519         (error): Likewise.
520         (error_at_line): Likewise.
521         (error_tail) Add function attribute macros.  Use
522         __builtin_expect.
523
524         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
525
526         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
527
528         * io/ftw.c: Include sys/param.h unconditionally.
529
530         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
531
532         [BZ #17125]
533         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
534         libc_freeres_ptr.
535         (freecache): New function to free CACHE on exit.
536
537         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
538         initialization.
539
540 2014-07-09  David S. Miller  <davem@davemloft.net>
541
542         * sysdeps/sparc/fpu/libm-test-ulps: Update.
543
544         * sysdeps/sparc/nptl/internaltypes.h: Delete.
545         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
546         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
547         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
548         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
549         * sysdeps/sparc/nptl/sem_init.c: Likewise.
550         * sysdeps/sparc/nptl/sem_post.c: Likewise.
551         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
552         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
553         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
554         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
555         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
556         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
557
558 2014-07-09  Andreas Schwab  <schwab@suse.de>
559
560         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
561         output.
562         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
563         (do_test): Likewise.
564
565         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
566
567 2014-07-09  Will Newton  <will.newton@linaro.org>
568
569         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
570         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
571         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
572         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
573         * sysdeps/hppa/start.S (_start): Likewise.
574
575 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
576
577         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
578
579         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
580         defined.
581
582 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
583
584         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
585         after checking that it is non-NULL.
586
587         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
588
589 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
590
591         * sysdeps/powerpc/memmove.c: Remove file.
592         * sysdeps/powerpc/powerpc32/power4/memcopy.h
593         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
594         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
595         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
596         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
597         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
598         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
599         string memmove instead of removed powerpc one.
600
601         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
602         [weak_alias]: Fix compiler warning due trailing data.
603         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
604         [weak_alias]: Likewise.
605         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
606         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
607
608         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
609         (__libc_ifunc_impl_list): Add memmove functions.
610
611 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
612
613         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
614         Remove code.
615         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
616         Likewise
617         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
618         Likewise
619         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
620         Likewise
621         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
622         Likewise
623         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
624         Likewise
625         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
626         Likewise
627         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
628         Likewise
629         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
630         Likewise
631         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
632         Likewise
633         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
634         Likewise
635         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
636         Likewise
637         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
638         Likewise
639         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
640         Likewise
641         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
642         Likewise
643         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
644         Likewise
645         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
646         Likewise
647
648 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
649
650         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
651         to avoid alignment traps in non-cacheable memory.
652         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
653
654         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
655         multiarch objects.
656         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
657         file: multiarch power7 memmove.
658         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
659         multiarch default memmove.
660         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
661         multiarch memove for powerpc32/power4.
662
663         * string/bcopy.c: Use full path to include memmove.c.
664         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
665         multiarch objects.
666         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
667         bcopy for powerpc64.
668         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
669         bcopy for powerpc64.
670         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
671         and memmove implementations.
672         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
673         optimized multiarch memmove for POWER7/powerpc64.
674         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
675         default multiarch memmove for powerpc64.
676         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
677         multiarch for powerpc64.
678         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
679         for POWER7/powerpc64.
680         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
681         memmove for POWER7/powerpc64.
682
683         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
684         glibc default one.
685
686         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
687         __ELF_NATIVE_CLASS equal to 64.
688
689 2014-07-07  Roland McGrath  <roland@hack.frob.com>
690
691         * sysdeps/nptl/lowlevellock.h: File removed.
692
693         * NEWS: NPTL is no longer an add-on!
694         * nptl/internaltypes.h: Moved ...
695         * sysdeps/nptl/internaltypes.h: ... here.
696         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
697         * sysdeps/nptl/fork.c: Likewise.
698         * sysdeps/nptl/gai_misc.h: Likewise.
699         * sysdeps/nptl/librt-cancellation.c: Likewise.
700         * sysdeps/nptl/jmp-unwind.c: Likewise.
701         * sysdeps/nptl/setxid.h: Likewise.
702         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
703         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
704         * sysdeps/unix/sysv/linux/arm/Implies: New file.
705         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
706         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
707         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
708         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
709         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
710         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
711         * sysdeps/unix/sysv/linux/mips/Implies: New file.
712         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
713         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
714         * sysdeps/unix/sysv/linux/sh/Implies: New file.
715         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
716         * sysdeps/unix/sysv/linux/tile/Implies: New file.
717         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
718         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
719         * nptl/Makeconfig: Moved ...
720         * sysdeps/nptl/Makeconfig: ... here.
721         * nptl/configure: File removed.
722         * nptl/ANNOUNCE: File removed.
723         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
724         * sysdeps/unix/sysv/linux/configure: Regenerated.
725
726         * nptl/Makefile (routines): Add libc_pthread_init,
727         libc_multiple_threads, register-atfork and unregister-atfork.
728         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
729         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
730         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
731         pthread-pi-defines.sym, structsem.sym.
732         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
733         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
734         [$(subdir) = nptl] (tests): Add tst-setgetname.
735         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
736         * sysdeps/unix/sysv/linux/sigaction.c: Just include
737         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
738         [!LIBC_SIGACTION]: Remove aliases.
739         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
740         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
741         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
742         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
743         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
744         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
745         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
746         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
747         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
748         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
749         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
750         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
751         __libc_allocate_rtsig_private.
752         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
753         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
754         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
755         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
756         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
757         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
758         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
759         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
760         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
761         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
762         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
763         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
764         * nptl/internaltypes.h: ... here.
765         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
766         * sysdeps/nptl/jmp-unwind.c: ... here.
767         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
768         * nptl/libc-lowlevellock.c: ... here.
769         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
770         * nptl/libc_multiple_threads.c: ... here.
771         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
772         * nptl/libc_pthread_init.c: ... here.
773         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
774         * nptl/lowlevelbarrier.sym: ... here.
775         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
776         * nptl/lowlevelcond.sym: ... here.
777         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
778         * nptl/lowlevellock.c: ... here.
779         * nptl/lowlevellock.h: Moved ...
780         * sysdeps/nptl/lowlevellock.h: ... here.
781         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
782         * nptl/lowlevelrobustlock.c: ... here.
783         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
784         * nptl/lowlevelrobustlock.sym: ... here.
785         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
786         * nptl/lowlevelrwlock.sym: ... here.
787         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
788         * nptl/pt-fork.c: ... here.
789         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
790         * nptl/pthread-pi-defines.sym: ... here.
791         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
792         * nptl/pthread_attr_getaffinity.c: ... here.
793         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
794         * nptl/pthread_attr_setaffinity.c: ... here.
795         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
796         * nptl/pthread_mutex_cond_lock.c: ... here.
797         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
798         Update #include.
799         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
800         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
801         * nptl/pthread_once.c: ... here, replacing old file.
802         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
803         * nptl/pthread_yield.c: ... here.
804         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
805         * nptl/register-atfork.c: ... here.
806         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
807         * nptl/sem_post.c: ... here.
808         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
809         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
810         * nptl/sem_timedwait.c: ... here.
811         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
812         * nptl/sem_trywait.c: ... here.
813         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
814         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
815         * nptl/sem_wait.c: ... here.
816         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
817         * nptl/structsem.sym: ... here.
818         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
819         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
820         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
821         * nptl/unregister-atfork.c: ... here.
822         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
823         * nptl/unwindbuf.sym: ... here.
824         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
825         * sysdeps/nptl/fork.c: ... here.
826         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
827         * sysdeps/nptl/fork.h: ... here.
828         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
829         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
830         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
831         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
832         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
833         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
834         * sysdeps/unix/sysv/linux/getpid.c: ... here.
835         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
836         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
837         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
838         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
839         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
840         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
841         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
842         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
843         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
844         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
845         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
846         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
847         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
848         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
849         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
850         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
851         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
852         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
853         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
854         * sysdeps/unix/sysv/linux/raise.c: ... here.
855         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
856         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
857         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
858         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
859         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
860         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
861         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
862         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
863         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
864         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
865         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
866         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
867         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
868         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
869         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
870
871 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
872
873         * sysdeps/generic/memcopy.h: Add comment for
874         MEMCPY_OK_FOR_FWD_MEMMOVE.
875
876 2014-07-04  Will Newton  <will.newton@linaro.org>
877
878         * string/memchr.c: Merge from gnulib.
879         [_LIBC]: Remove conditionals.
880         (__ptr_t): Remove define.
881         (LONG_MAX_32_BITS): Likewise.
882         (LONG_MAX): Likewise.
883         (MEMCHR): Use ANSI prototype and optimize algorithm.
884
885         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
886
887 2014-07-03  Roland McGrath  <roland@hack.frob.com>
888
889         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
890         (lll_futex_timed_wait_bitset): Fix syscall argument count.
891
892         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
893         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
894         in a bare environment with no <stdlib.h> installed.
895         * sysdeps/nptl/configure: Regenerated.
896
897         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
898
899         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
900         AC_EGREP_CPP for kernel header checks, so they only succeed if
901         including <linux/version.h> actually works right.
902         * sysdeps/unix/sysv/linux/configure: Regenerated.
903
904         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
905         value so it's not diagnosed as unused.
906
907         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
908         thing) with "ifeq ($(subdir),rt)".
909
910 2014-07-03  Richard Henderson  <rth@redhat.com>
911
912         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
913         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
914         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
915
916         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
917         (math_force_eval): New.
918
919         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
920         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
921
922         * sysdeps/alpha/fpu/s_round.c: Remove file.
923         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
924
925         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
926         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
927         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
928         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
929         (_dl_start, print_statistics): Likewise.
930         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
931         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
932
933         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
934         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
935         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
936         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
937         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
938         (HP_SMALL_TIMING_AVAIL): Define.
939         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
940         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
941         (HP_SMALL_TIMING_AVAIL): Define.
942         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
943         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
944
945         * sysdeps/aarch64/hp-timing.h: New file.
946
947         * sysdeps/generic/hp-timing.h: Remove dead comment.
948         * sysdeps/generic/hp-timing-common.h: New file.
949         * sysdeps/alpha/hp-timing.h: Include it.
950         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
951         * sysdeps/i386/i686/hp-timing.h: Likewise.
952         * sysdeps/ia64/hp-timing.h: Likewise.
953         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
954         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
955         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
956         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
957         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
958         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
959         (hp_timing_t): New.
960
961         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
962         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
963         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
964         * elf/rtld.c (_dl_start_final): Likewise.
965         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
966         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
967         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
968         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
969         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
970         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
971         (HP_TIMING_DIFF_INIT): Remove.
972         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
973         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
974         (HP_TIMING_DIFF_INIT): Remove.
975         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
976         * sysdeps/i386/i686/hp-timing.c: Remove file.
977         * sysdeps/x86_64/hp-timing.c: Remove file.
978         * sysdeps/ia64/hp-timing.c: Remove file.
979         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
980         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
981         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
982         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
983
984         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
985         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
986         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
987         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
988         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
989         (HP_TIMING_ACCUM): Remove.
990         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
991         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
992         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
993
994         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
995         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
996         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
997         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
998         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
999         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1000         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
1001         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
1002
1003         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
1004
1005 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
1006
1007         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
1008
1009 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1010
1011         Sync up with gettext.
1012         * intl/loadmsgcat.c: Define O_BINARY if not defined.
1013         [_MSC_VER]: Include malloc.h
1014         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1015         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1016         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1017         TEMP_FAILURE_RETRY.  Cast return of alloca.
1018         [!_LIBC] Call gl_rwlock_init.
1019         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1020
1021 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1022
1023         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1024         before checking its value.
1025
1026 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1027
1028         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1029
1030         * debug/memcpy_chk.c: Don't include pagecopy.h.
1031         * debug/mempcpy_chk.c: Likewise.
1032         * string/memcpy.c: Likewise.
1033         * string/memmove.c: Likewise.
1034         * sysdeps/powerpc/memmove.c: Likewise.
1035         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1036         definition of PAGE_COPY_FWD_MAYBE here...
1037         * sysdeps/generic/pagecopy.h: ... from here.
1038         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1039
1040 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1041             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1042
1043         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1044         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1045         optimizations.
1046         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1047         (__libc_ifunc_impl_list): Likewise.
1048         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1049         multiarch strcat for PPC64.
1050         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1051         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1052
1053 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1054
1055         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1056
1057 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1058
1059         * intl/loadmsgcat.c: Remove declaration of
1060         get_sysdep_segment_value.
1061         (get_sysdep_segment_value): Use ISO C style.
1062         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1063         semicolon.  Fix typo and formatting in comment.
1064         (_nl_unload_domain): Use ISO C style.
1065
1066         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1067
1068 2014-07-02  Will Newton  <will.newton@linaro.org>
1069
1070         * malloc/obstack.c: Merge from gnulib master.
1071         [HAVE_CONFIG_H]: Remove conditional code.
1072         [!_LIBC]: Include config.h.
1073         [!ELIDE_CODE]: Don't include inttypes.h, include
1074         stdint.h unconditionally.
1075         (print_and_abort): Mark as _Noreturn.
1076         (_obstack_allocated_p): Mark as __attribute_pure__.
1077         (obstack_free): Rename to __obstack_free.
1078         [!__attribute__]: Remove conditional code.
1079         * malloc/obstack.h: Merge from gnulib master.
1080         [__cplusplus]: Move conditional down.
1081         [!__attribute_pure__]: Define __attribute_pure__ here
1082         if it is not already defined.
1083         (_obstack_memory_used): Mark as __attribute_pure__.
1084         [!__obstack_free]: Define as obstack_free.
1085         [__GNUC__]: Remove check for ancient NeXT gcc.
1086
1087 2014-07-02  Will Newton  <will.newton@linaro.org>
1088             Paul Eggert  <eggert@cs.ucla.edu>
1089
1090         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1091
1092 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1093
1094         * resolv/gethnamaddr.c: Add comment warning that the file is
1095         not maintained.
1096
1097 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1098
1099         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1100         entries.
1101
1102         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1103         entry for aio_cancel and aio_cancel64.
1104         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1105         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1106         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1107         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1108         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1109         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1110         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1111         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1112         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1113         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1114         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1115         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1116         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1117
1118 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1119
1120         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1121         * nptl/pthread_mutex_lock.c: Likewise.
1122         * nptl/pthread_mutex_timedlock.c: Likewise.
1123         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1124
1125 2014-07-01  Richard henderson  <rth@redhat.com>
1126
1127         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1128         (__isnan, __isnanl): Remove.
1129         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1130
1131         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1132
1133 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1134
1135         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1136
1137 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1138
1139         * resolv/nss_dns/dns-host.c (getanswer_r)
1140         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1141
1142 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1143
1144         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1145         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1146         undefine.
1147         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1148         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1149
1150 2014-07-01  Roland McGrath <roland@hack.frob.com>
1151
1152         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1153         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1154
1155         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1156         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1157
1158         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1159         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1160         ... here.
1161         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1162         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1163
1164         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1165         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1166         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1167         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1168
1169         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1170         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1171         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1172         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1173         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1174         Moved ...
1175         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1176         ... here.
1177         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1178         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1179         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1180         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1181         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1182         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1183         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1184         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1185         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1186         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1187         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1188         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1189         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1190         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1191         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1192         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1193         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1194         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1195         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1196         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1197         ... here.
1198         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1199         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1200         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1201         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1202         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1203         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1204         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1205         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1206
1207 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1208
1209         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1210         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1211         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1212         Add sysdep.
1213
1214 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1215
1216         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1217
1218 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1219
1220         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1221         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1222
1223         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1224
1225         * sysdeps/arm/libm-test-ulps: Regenerated.
1226
1227 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1228             Roland McGrath <roland@hack.frob.com>
1229
1230         * test-skeleton.c (signal_handler): Kill the whole process group
1231         before killing the child individually.
1232         (main): Report any failure on `setpgid'.
1233
1234 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1235
1236         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1237         from _TLS_H to _ARM_NPTL_TLS_H.
1238         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1239         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1240
1241 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1242
1243         [BZ #16539]
1244         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1245         (__expm1l): Return argument unchanged when small but not
1246         subnormal.
1247
1248         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1249         include macro name.
1250         (_FP_UNPACK_RAW_1_P): Likewise.
1251         (_FP_PACK_RAW_1): Likewise.
1252         (_FP_PACK_RAW_1_P): Likewise.
1253         (_FP_MUL_MEAT_1_wide): Likewise.
1254         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1255         (_FP_MUL_MEAT_1_hard): Likewise.
1256         (_FP_DIV_MEAT_1_imm): Likewise.
1257         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1258         (_FP_DIV_MEAT_1_udiv): Likewise.
1259         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1260         (_FP_UNPACK_RAW_2): Likewise.
1261         (_FP_UNPACK_RAW_2_P): Likewise.
1262         (_FP_PACK_RAW_2): Likewise.
1263         (_FP_PACK_RAW_2_P): Likewise.
1264         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1265         (_FP_MUL_MEAT_2_wide): Likewise.
1266         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1267         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1268         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1269         (_FP_MUL_MEAT_2_gmp): Likewise.
1270         (_FP_DIV_MEAT_2_udiv): Likewise.
1271         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1272         (_FP_FRAC_SRL_4): Likewise.
1273         (_FP_FRAC_SRST_4): Likewise.
1274         (_FP_FRAC_SRS_4): Likewise.
1275         (_FP_UNPACK_RAW_4): Likewise.
1276         (_FP_UNPACK_RAW_4_P): Likewise.
1277         (_FP_PACK_RAW_4): Likewise.
1278         (_FP_PACK_RAW_4_P): Likewise.
1279         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1280         (_FP_MUL_MEAT_4_wide): Likewise.
1281         (_FP_MUL_MEAT_4_gmp): Likewise.
1282         (umul_ppppmnnn): Likewise.
1283         (_FP_DIV_MEAT_4_udiv): Likewise.
1284         (__FP_FRAC_ADD_4): Likewise.
1285         (__FP_FRAC_SUB_3): Likewise.
1286         (__FP_FRAC_SUB_4): Likewise.
1287         (__FP_FRAC_DEC_3): Likewise.
1288         (__FP_FRAC_DEC_4): Likewise.
1289         (__FP_FRAC_ADDI_4): Likewise.
1290         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1291         (_FP_FRAC_SRL_8): Likewise.
1292         (_FP_FRAC_SRS_8): Likewise.
1293
1294         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1295         include macro name.
1296         (FP_UNPACK_RAW_EP): Likewise.
1297         (FP_PACK_RAW_E): Likewise.
1298         (FP_PACK_RAW_EP): Likewise.
1299         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1300         (_FP_ISSIGNAN): Likewise.
1301         (_FP_ADD_INTERNAL): Likewise.
1302         (_FP_FMA): Likewise.
1303         (_FP_CMP): Likewise.
1304         (_FP_SQRT): Likewise.
1305         (_FP_TO_INT): Likewise.
1306         (_FP_FROM_INT): Likewise.
1307         (FP_EXTEND): Likewise.
1308         (_FP_DIV_MEAT_N_loop): Likewise.
1309
1310 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1311
1312         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1313         throughout.
1314
1315 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1316
1317         [BZ #17097]
1318         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1319         result with correct sign in case of exponents that produce
1320         overflow except for X very close to 1.
1321
1322 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1323
1324         mktime: merge #if/#ifdef usage from glibc
1325         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1326         as that works with both Glibc's and Gnulib's style.
1327         See thread starting at Siddhesh Poyarekar's bug report at:
1328         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1329
1330 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1331
1332         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1333         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1334         * sysdeps/tile/tilegx/memmove.c: Remove file.
1335
1336 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1337
1338         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1339         abi-name definition.
1340         * scripts/soversions.awk: Do not handle or generate ABI lines.
1341         * shlib-versions: Remove ABI entries.
1342         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1343         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1344
1345 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1346
1347         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1348         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1349         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1350         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1351         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1352         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1353         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1354         Moved ...
1355         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1356         ... here.
1357         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1358         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1359         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1360         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1362         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1363         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1364         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1365         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1366         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1367         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1368         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1369         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1370         Moved ...
1371         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1373         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1375         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1377         Moved ...
1378         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1379         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1380         Moved ...
1381         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1382         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1383         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1384         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1385         Moved ...
1386         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1387         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1388         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1389         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1390         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1391         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1392         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1393         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1394         Moved ...
1395         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1396         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1397         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1398         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1399         Moved ...
1400         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1401         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1402         Moved ...
1403         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1404         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1405         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1406         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1407         Moved ...
1408         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1409         ... here.
1410         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1411         Identical file removed.
1412         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1413         Moved ...
1414         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1416         Identical file removed.
1417         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1418         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1419         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1420         Moved ...
1421         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1422         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1423         Identical file removed.
1424         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1425         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1427         Identical file removed.
1428         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1429         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1430         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1431         Identical file removed.
1432         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1433         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1434         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1435         Identical file removed.
1436         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1437         Moved ...
1438         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1439         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1440         Identical file removed.
1441         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1442         Moved ...
1443         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1444         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1445         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1446         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1447         Identical file removed.
1448         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1449         Moved ...
1450         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1451         ... here.
1452         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1453         Identical file removed.
1454         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1455         Moved ...
1456         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1457         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1458         Identical file removed.
1459         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1460         Moved ...
1461         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1462         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1463         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1464         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1465         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1466         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1467         Moved ...
1468         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1469         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1470         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1471
1472         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1473         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1474         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1475         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1476         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1477
1478 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1479
1480         [BZ #17092]
1481         * nscd/nscd.c (monitor_child): Return exit status of child
1482         instead of return value from wait syscall.
1483
1484 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1485
1486         * configure.ac (libc_commonpagesize): Remove variable.
1487         (libc_relro_required): Likewise.
1488         (libc_cv_z_relro): Remove configure test.
1489         * configure: Regenerated.
1490         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1491         variable.
1492         (libc_relro_required): Likewise.
1493         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1494         (libc_relro_required): Likewise.
1495         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1496         (libc_relro_required): Likewise.
1497         * sysdeps/arm/preconfigure: Regenerated.
1498         * sysdeps/ia64/preconfigure: Remove file.
1499         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1500         variable.
1501         (libc_relro_required): Likewise.
1502
1503         [BZ #16561]
1504         [BZ #16562]
1505         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1506         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1507         recompute overflowing results in original rounding mode.
1508         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1509         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1510         recompute overflowing results in original rounding mode.
1511         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1512         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1513         recompute overflowing results in original rounding mode.
1514         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1515         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1516         recompute overflowing results in original rounding mode.
1517         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1518         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1519         recompute overflowing results in original rounding mode.
1520         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1521         (libc_feholdsetround_ctx): New macro.
1522         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1523         * sysdeps/i386/fpu/libm-test-ulps: Update.
1524         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1525
1526 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1527
1528         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1529         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1530         corresponding .cpsetup call.
1531
1532 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1533
1534         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1535         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1536         * sysdeps/arm/Makefile [$(subdir) = csu]
1537         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1538         (static-only-routines): Add aeabi_read_tp here.
1539         (shared-only-routines): Add libc-aeabi_read_tp here.
1540         (CFLAGS-libc-start.c): Add -fexceptions here.
1541         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1542         (sysdep_routines, static-only-routines, shared-only-routines):
1543         Don't add to these here.
1544         (CFLAGS-libc-start.c): Likewise.
1545
1546         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1547         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1548         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1549         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1550         * sysdeps/arm/Makefile [$(subdir) = rt]
1551         (librt-sysdep_routines, librt-shared-only-routines):
1552         Append rt-aeabi_unwind_cpp_pr1 here.
1553         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1554         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1555         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1556         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1557         Append nptl-aeabi_unwind_cpp_pr1 here.
1558         (tests): Filter out tst-cleanupx4 here.
1559         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1560         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1561         Don't do those here.
1562
1563 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1564
1565         * scripts/list-sources.sh: Do not handle ports specially.
1566
1567 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1568
1569         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1570         * sysdeps/arm/feupdateenv.c: Likewise.
1571
1572         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1573
1574 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1575
1576         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1577         trailing whitespace removed.
1578         * scripts/config.guess: Update to version 2014-03-23.
1579         * scripts/config.sub: Update to version 2014-05-01
1580         * scripts/install-sh: Update to version 2013-12-25.23.
1581         * scripts/move-if-change: Update from gnulib.
1582
1583 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1584
1585         * debug/memmove_chk.c: Remove pagecopy.h include.
1586
1587 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1588
1589         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1590         identical to gnulib mktime.
1591
1592 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1593
1594         * configure.ac: Do not test for machine being rs6000.  Do not test
1595         for powerpc*-*soft.
1596         * configure: Regenerated.
1597
1598         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1599         test.
1600         * configure: Regenerated.
1601         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1602         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1603         Remove configure test.
1604         * sysdeps/arm/configure: Regenerated.
1605         * sysdeps/nptl/configure.ac: Do not check
1606         libc_cv_asm_cfi_directives.
1607         * sysdeps/nptl/configure: Regenerated.
1608         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1609         * sysdeps/x86_64/nptl/configure: Remove generated file.
1610         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1611         unconditional.
1612         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1613
1614 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1615
1616         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1617         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1618         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1619         it is defined.
1620
1621         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1622         instead of whether it is defined.
1623         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1624         * sysdeps/hppa/dl-machine.h: Likewise.
1625         * sysdeps/ia64/dl-machine.h: Likewise.
1626         * sysdeps/m68k/dl-machine.h: Likewise.
1627         * sysdeps/microblaze/dl-machine.h: Likewise.
1628         * sysdeps/mips/dl-machine.: Likewise.
1629         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1630         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1631         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1632         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1633         * sysdeps/sh/dl-machine.h: Likewise.
1634         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1635         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1636         * sysdeps/tile/dl-machine.h: Likewise.
1637         * sysdeps/x86_64/dl-machine.h: Likewise.
1638
1639         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1640         code.
1641         (verify_persistent_db): Likewise.
1642
1643 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1644
1645         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1646         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1647         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1648         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1649         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1650         Moved ...
1651         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1652         ... here.
1653         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1654         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1655         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1656         Identical file removed.
1657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1658         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1660         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1661         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1662         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1664         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1666         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1668         Moved ...
1669         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1670         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1671         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1672         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1673         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1674         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1675         Moved ...
1676         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1678         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1680         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1681         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1682         Identical file removed.
1683         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1684         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1686         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1688         Moved ...
1689         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1690         ... here.
1691         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1692         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1693         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1694         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1695         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1696         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1698         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1699         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1700         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1701         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1702         Moved ...
1703         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1704         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1705         Moved ...
1706         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1707         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1708         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1709         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1710         Moved ...
1711         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1712         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1713         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1714
1715         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1716         folded into ...
1717         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1718         * sysdeps/unix/sysv/linux/s390/Versions
1719         (libpthread: GLIBC_2.19): New version set.
1720         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1721         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1722         (librt: GLIBC_2.3.3): New version set.
1723         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1724         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1725         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1726         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1727         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1728         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1729         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1730         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1731         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1732         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1733         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1734         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1735         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1736         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1737         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1738         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1739         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1740         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1741         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1742         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1743         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1744         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1745         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1746         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1747         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1748         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1749         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1750         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1751         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1752         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1753         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1754         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1755         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1756         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1757         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1758         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1759         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1760         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1761         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1762         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1763         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1764         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1765         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1766         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1767         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1768
1769         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1770         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
1771         (__libc_vfork): Define the function under this name.
1772         [!NOT_IN_libc] (__vfork): Make this an alias.
1773         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1774         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1775         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1776         (__libc_vfork): Define the function under this name.
1777         [!NOT_IN_libc] (__vfork): Make this an alias.
1778         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1779         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1780         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1781         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1782         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1783         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1784
1785         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1786         code that was previously under [RESET_PID].
1787         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1788         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1789         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1790
1791         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1792         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1793         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1794         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1795         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1796         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1797         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1798         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1799         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1800         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1801         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1802         Moved ...
1803         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1804         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1805         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1806         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1807         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1808         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1809         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1810         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1811         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1812         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1813         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1814         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1815         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1816         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1817         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1818         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1819         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1820         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1821         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1822         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1823         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1824         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1825         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1826         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1827         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1828         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1829         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1830         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1831         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1832
1833 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1834
1835         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1836         that was previously under [RESET_PID].
1837         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1838
1839 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1840
1841         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1842         not undefine and redefine.
1843         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1844         [O_CLOEXEC]: Make code unconditional.
1845         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1846         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1847         <kernel-features.h>.
1848         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1849         conditional variable definition.
1850         (shm_open) [O_CLOEXEC]: Make code unconditional.
1851         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1852         code.
1853
1854         * configure.ac (USE_REGPARMS): Don't define here.
1855         * configure: Regenerated.
1856         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1857         * sysdeps/i386/configure: Regenerated.
1858
1859         * nptl/createthread.c: Don't include kernel-features.h.
1860         * nptl/pthread_cancel.c: Likewise.
1861         * nptl/pthread_condattr_setclock.c: Likewise.
1862         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1863         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1864         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1865         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1866         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1867         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1868         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1869         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1870         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1871         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1872         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1873         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1874         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1875         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1876         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1877         * nscd/gai.c: Likewise.
1878         * nss/nss_db/db-open.c: Likewise.
1879         * sysdeps/generic/ldsodefs.h: Likewise.
1880         * sysdeps/sh/nptl/tls.h: Likewise.
1881         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1882         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1883         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1884         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1885         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1886         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1887         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1888         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1889         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1890         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1891         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1892         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1893         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1894         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1895         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1896         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1897         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1898         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1899         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1900         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1901         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1902         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1903         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1904         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1905         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1906         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1907         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1908         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1909         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1910         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1911         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1912         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1913         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1914         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1915         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1916         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1917         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1918         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1919         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1920         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1921         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1922         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1923         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1924         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1925         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1926         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1927         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1928         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1929         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1930         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1931         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1932         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1933         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1934         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1935         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1936         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1937         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1938         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1946         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1947         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1948         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1949         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1950         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1951         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1952         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1953         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1954         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1955         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1956         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1958         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1961         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1962         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1963         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1964         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1965         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1966         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1967         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1968         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1969         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1970         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1971         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1972         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1973         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1974         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1975         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1976         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1977         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1978         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1979         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1980         * sysdeps/unix/sysv/linux/system.c: Likewise.
1981         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1982         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1983         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1984         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1985         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1986         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1987         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1988
1989         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1990         * configure: Regenerated.
1991         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1992
1993         * configure.ac (base_machine): Do not set specially for particular
1994         machines here.
1995         * configure: Regenerated.
1996         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1997         settings from configure.ac.
1998         * sysdeps/i386/preconfigure: New file.
1999         * sysdeps/s390/preconfigure: Likewise.
2000         * sysdeps/sh/preconfigure: Likewise.
2001         * sysdeps/sparc/preconfigure: Likewise.
2002
2003 2014-06-25  Roland McGrath  <roland@hack.frob.com>
2004
2005         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
2006         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
2007         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
2008         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
2009         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
2010         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
2011         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
2012         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
2013         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
2014         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2015         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2016         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2017         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2018         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2019         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2020         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2021         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2022         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2023         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2024
2025         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2026         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2027         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2028         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2029         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2030         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2031         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2032         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2033         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2034         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2035         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2036         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2037         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2038         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2039         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2040         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2041         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2042         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2043         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2044         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2045         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2046         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2047         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2048         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2049         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2050         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2051         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2052         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2053         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2054         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2055         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2056         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2057         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2058         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2059         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2060         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2061         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2062         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2063
2064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2065         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2067         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2069         Moved ...
2070         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2071         ... here.
2072         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2073         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2074         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2075         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2077         Moved ...
2078         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2079         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2080         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2082         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2084         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2085         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2086         Moved ...
2087         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2088         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2089         Moved ...
2090         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2091         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2092         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2093         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2094         Moved ...
2095         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2096         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2097         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2098         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2099         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2101         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2103         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2105         Moved ...
2106         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2107         ... here.
2108         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2109         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2110         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2111         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2113         Moved ...
2114         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2115         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2116         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2118         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2119         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2120         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2121         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2122         Moved ...
2123         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2124         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2125         Moved ...
2126         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2127         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2128         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2129         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2130         Moved ...
2131         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2132         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2133         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2134         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2135         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2136
2137 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2138
2139         * timezone/checktab.awk: Update from tzcode 2014e.
2140         * timezone/private.h: Likewise.
2141         * timezone/tzfile.h: Likewise.
2142         * timezone/zdump.c: Likewise.
2143         * timezone/zic.c: Likewise.
2144
2145         * sysdeps/unix/sysv/linux/kernel-features.h
2146         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2147         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2148         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2149         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2150         Remove conditional code.
2151
2152 2014-06-25  Will Newton  <will.newton@linaro.org>
2153
2154         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2155         (_dl_arm_cap_flags): Add HWCAP2 values.
2156         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2157         (_DL_HWCAP_COUNT): Increase to 37.
2158         (_DL_HWCAP_LAST): New define.
2159         (_DL_HWCAP2_LAST): New define.
2160         (_dl_procinfo): Add support for printing
2161         AT_HWCAP2 entries.
2162         (_dl_string_hwcap): Use _dl_hwcap_string.
2163
2164 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2165
2166         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2167
2168 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2169
2170         * README: Do not mention ports directory.
2171
2172         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2173         Remove macro.
2174         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2175         <kernel-features.h>.
2176         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2177         conditional variable definition.
2178         (__futimes): Update comment.
2179         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2180         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2181
2182         [BZ #16560]
2183         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2184         arguments close to 0.
2185         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2186         Likewise.
2187         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2188         Likewise.
2189         * math/auto-libm-test-in: Add more tests of exp10.
2190         * math/auto-libm-test-out: Regenerated.
2191         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2192
2193         * sysdeps/unix/sysv/linux/kernel-features.h
2194         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2195         * sysdeps/unix/sysv/linux/readv.c: Do not include
2196         <kernel-features.h>.
2197         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2198         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2199         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2200         unconditional.
2201         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2202         conditional code.
2203         * sysdeps/unix/sysv/linux/writev.c: Do not include
2204         <kernel-features.h>.
2205         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2206         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2207         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2208         unconditional.
2209         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2210         conditional code.
2211
2212 2014-06-25  Will Newton  <will.newton@linaro.org>
2213
2214         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2215         comment changes throughout the file.  Remove checks
2216         for HAVE_*_H definitions that are not required.
2217         (__gen_tempname): Call abort if an unknown kind value is
2218         passed.
2219
2220 2014-06-25  Andreas Schwab  <schwab@suse.de>
2221
2222         [BZ #17086]
2223         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2224         scalbln, scalblnf, scalblnl in libc.
2225
2226 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2227
2228         [BZ #17086]
2229         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2230         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2231         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2232
2233 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2234
2235         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2236         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2237         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2238         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2239         Update #include.
2240         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2241         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2242         Update #include.
2243         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2244         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2245         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2246         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2247         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2248         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2249         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2250         * sysdeps/x86/bits/semaphore.h: ... here.
2251         * sysdeps/x86/nptl/elide.h: Moved ...
2252         * sysdeps/x86/elide.h: ... here.
2253         * sysdeps/x86_64/nptl/Implies: File removed.
2254         * sysdeps/i386/nptl/Implies: File removed.
2255
2256 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2257
2258         [BZ #16539]
2259         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2260         return the argument for normal arguments with exponent below -64.
2261         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2262         Likewise.
2263         * math/auto-libm-test-in: Add another test of expm1.
2264         * math/auto-libm-test-out: Regenerated.
2265
2266         [BZ #16287]
2267         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2268         calling __erfcl for arguments at least 16.
2269         * math/auto-libm-test-in: Add more tests of erf.
2270         * math/auto-libm-test-out: Regenerated.
2271
2272         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2273         individual architectures.
2274         * sysdeps/unix/sysv/linux/configure: Regenerated.
2275         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2276         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2277         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2278         (ldd_rewrite_script): Define variable.
2279         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2280         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2281         file.
2282         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2283         generated file.
2284         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2285         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2286         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2287         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2288         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2289         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2290         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2291         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2292
2293 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2294
2295         [BZ #17084]
2296         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2297         Rename member __data.d to __data.__elision_data.
2298
2299 2014-06-24  Wilco  <wdijkstr@arm.com>
2300
2301         * NEWS: Add 16918 to fixed bug list.
2302
2303 2014-06-24  Wilco  <wdijkstr@arm.com>
2304
2305         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2306
2307 2014-06-24  Wilco  <wdijkstr@arm.com>
2308
2309         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2310         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2311         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2312         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2313         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2314         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2315         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2316         Use _FPU_MASK_RM.
2317
2318 2014-06-24  Wilco  <wdijkstr@arm.com>
2319
2320         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2321
2322 2014-06-24  Wilco  <wdijkstr@arm.com>
2323
2324         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2325         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2326         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2327         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2328
2329 2014-06-24  Wilco  <wdijkstr@arm.com>
2330
2331         [BZ #16918]
2332         * sysdeps/arm/feupdateenv.c (feupdateenv):
2333         Rewrite to reduce FPSCR accesses and fix return value.
2334
2335 2014-06-24  Wilco  <wdijkstr@arm.com>
2336
2337         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2338         Optimize to avoid unnecessary FPSCR writes.
2339         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2340         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2341         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2342         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2343
2344 2014-06-24  Wilco  <wdijkstr@arm.com>
2345
2346         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2347         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2348         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2349         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2350         Call libc_fetestexcept_vfp.
2351         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2352         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2353         __SOFTFP__ ifdef so that they can be built for softfp.
2354
2355 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2356
2357         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2358         argument type signed char.
2359
2360         * Makerules (check-abi): Dump diff of symlist if the test
2361         fails.
2362
2363 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2364
2365         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2366         using abort.
2367
2368         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2369         Remove unused variable ST.
2370
2371 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2372
2373         [BZ #16354]
2374         [BZ #17061]
2375         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2376         small arguments before calling __expm1.
2377         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2378         small arguments before calling __expm1f.
2379         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2380         small arguments before calling __expm1l.
2381         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2382         Likewise.
2383         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2384         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2385         spurious underflow for some cosh tests.
2386         * math/auto-libm-test-out: Regenerated.
2387         * sysdeps/i386/fpu/libm-test-ulps: Update.
2388
2389         [BZ #17050]
2390         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2391         (__ieee754_y1): Set errno if return value overflows.
2392         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2393         (__ieee754_y1f): Set errno if return value overflows.
2394         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2395         (__ieee754_y1l): Set errno if return value overflows.
2396         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2397         (__ieee754_y1l): Set errno if return value overflows.
2398         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2399         * math/auto-libm-test-out: Regenerated.
2400
2401         * math/gen-auto-libm-tests.c: Document use of
2402         ignore-zero-inf-sign.
2403         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2404         (input_flags): Add ignore-zero-inf-sign.
2405         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2406         * math/gen-libm-test.pl (generate_testfile): Handle
2407         ignore-zero-inf-sign.
2408         * math/auto-libm-test-in: Mark some cpow tests with
2409         ignore-zero-inf-sign and some with xfail-rounding.
2410         * math/auto-libm-test-out: Regenerated.
2411         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2412         * sysdeps/i386/fpu/libm-test-ulps: Update.
2413         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2414
2415         [BZ #16315]
2416         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2417         overflowing or underflowing operations take place with sign of
2418         result.
2419         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2420         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2421         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2422         (__ieee754_pow): Recompute overflowing and underflowing results in
2423         original rounding mode.
2424         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2425         (__powl_helper): Allow negative argument X and scale negated value
2426         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2427         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2428         overflowing or underflowing operations take place with sign of
2429         result.
2430         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2431         Include <math.h>.
2432         * math/auto-libm-test-in: Add more tests of pow.
2433         * math/auto-libm-test-out: Regenerated.
2434         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2435         (pow_tonearest_test_data): Remove.
2436         (pow_test_tonearest): Likewise.
2437         (pow_towardzero_test_data): Likewise.
2438         (pow_test_towardzero): Likewise.
2439         (pow_downward_test_data): Likewise.
2440         (pow_test_downward): Likewise.
2441         (pow_upward_test_data): Likewise.
2442         (pow_test_upward): Likewise.
2443         (main): Don't call removed functions.
2444         * sysdeps/i386/fpu/libm-test-ulps: Update.
2445         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2446
2447 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2448
2449         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2450         Moved ...
2451         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2453         Moved ...
2454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2455         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2456         Moved ...
2457         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2459         Moved ...
2460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2461         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2462         File removed.
2463         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2464         File removed.
2465         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2466         File removed.
2467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2468         File removed.
2469         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2470         File removed.
2471         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2472         File removed.
2473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2474         File removed.
2475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2476         File removed.
2477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2478         File removed.
2479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2480         File removed.
2481         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2482         File removed.
2483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2484         File removed.
2485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2486         Moved ...
2487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2489         Moved ...
2490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2491         ... here.
2492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2493         Moved ...
2494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2496         Moved ...
2497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2499         Moved ...
2500         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2502         Moved ...
2503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2505         Moved ...
2506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2508         Moved ...
2509         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2511         Moved ...
2512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2513         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2515         ... here.
2516         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2517         Moved ...
2518         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2520         Moved ...
2521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2522         ... here.
2523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2524         Moved ...
2525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2526         ... here.
2527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2528         Moved ...
2529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2530         ... here.
2531         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2532         Moved ...
2533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2535         Moved ...
2536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2540         Moved ...
2541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2542         ... here.
2543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2544         Moved ...
2545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2546         ... here.
2547         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2548         Moved ...
2549         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2551         Moved ...
2552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2554         Moved ...
2555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2557         Moved ...
2558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2560         Moved ...
2561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2562         ... here.
2563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2564         Moved ...
2565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2566         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2567         Moved ...
2568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2569         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2570         Moved ...
2571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2573         Moved ...
2574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2575         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2577         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2578         Moved ...
2579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2581         Moved ...
2582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2584         Moved ...
2585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2586         ... here.
2587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2588         Moved ...
2589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2590         ... here.
2591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2592         Moved ...
2593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2594         ... here.
2595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2596         Moved ...
2597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2599         Moved ...
2600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2602         Moved ...
2603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2605         Moved ...
2606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2607         ... here.
2608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2609         Moved ...
2610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2611         ... here.
2612         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2613         Moved ...
2614         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2615         ... here.
2616         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2617         Moved ...
2618         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2620         Moved ...
2621         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2622
2623 2014-06-23  Will Newton  <will.newton@linaro.org>
2624             Wilco  <wdijkstr@arm.com>
2625
2626         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2627         implementation.  Include get-rounding-mode.h.
2628         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2629         [!libc_feholdsetround_noex_ctx]: Define
2630         libc_feholdsetround_noex_ctx.
2631         [!libc_feholdsetround_noexf_ctx]: Define
2632         libc_feholdsetround_noexf_ctx.
2633         [!libc_feholdsetround_noexl_ctx]: Define
2634         libc_feholdsetround_noexl_ctx.
2635         (libc_feholdsetround_ctx): New function.
2636         (libc_feresetround_ctx): New function.
2637         (libc_feholdsetround_noex_ctx): New function.
2638         (libc_feresetround_noex_ctx): New function.
2639
2640 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2641
2642         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2643         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2644         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2645         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2646         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2647         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2648
2649         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2650         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2651         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2652         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2653         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2654         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2655         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2656         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2657         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2658         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2659         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2660         Moved ...
2661         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2662         ... here.
2663         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2664         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2665         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2666         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2667         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2668         Moved ...
2669         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2670         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2671         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2672         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2673         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2674         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2675         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2676         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2677         Moved ...
2678         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2679         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2680         Moved ...
2681         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2682         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2683         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2684         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2685         Moved ...
2686         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2687         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2688         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2689         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2690         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2691         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2692         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2693         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2694         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2695         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2696         Moved ...
2697         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2698         ... here.
2699         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2700         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2701         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2702         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2703         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2704         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2705         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2706         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2707         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2708         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2709         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2710         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2711         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2712         Moved ...
2713         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2714         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2715         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2716         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2717         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2718         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2719         Moved ...
2720         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2721         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2722         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2723         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2724         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2725
2726         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2727         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2728         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2729         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2730         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2731         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2732         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2733         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2734         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2735         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2736         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2737         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2738         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2739         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2740         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2741         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2742         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2743         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2744         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2745         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2746         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2747         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2748         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2749         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2750         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2751         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2752         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2753         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2754
2755 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2756
2757         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2758         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2759         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2760         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2761         (IPV6_PMTUDISC_INTERFACE): Likewise.
2762         (IPV6_PMTUDISC_OMIT): Likewise.
2763
2764 2014-06-23  Andreas Schwab  <schwab@suse.de>
2765
2766         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2767         Remove unused errout label.
2768
2769 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2770
2771         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2772         macro: hardware supports Vector Crypto instructions.
2773
2774 2014-06-23  Will Newton  <will.newton@linaro.org>
2775
2776         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2777         rather than __builtin_expect.
2778
2779         * elf/dl-lookup.c (undefined_msg): Remove variable.
2780         (_dl_lookup_symbol_x): Replace undefined_msg with string
2781         literal.
2782
2783         * elf/dl-lookup.c (do_lookup_unique): New function.
2784         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2785         to a separate function.
2786
2787 2014-06-23  Andreas Schwab  <schwab@suse.de>
2788
2789         [BZ #17079]
2790         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2791         before reading the next line.
2792
2793 2014-06-23  Will Newton  <will.newton@linaro.org>
2794
2795         * test-skeleton.c (signal_handler): Use printf and %m
2796         rather than perror.  Use printf rather than fprintf to
2797         stderr.  Use puts rather than fputs to stderr.
2798         (main): Likewise.
2799
2800 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2801
2802         * nscd/nscd.c (thread_info_t): Remove typedef.
2803         (thread_info): Remove variable.
2804
2805 2014-06-21  Allan McRae  <allan@archlinux.org>
2806
2807         * NEWS: Mention CVE-2014-4043.
2808
2809 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2810
2811         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2812         * nptl/smp.h: ... here.
2813
2814         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2815
2816         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2817         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2818         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2819         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2820
2821         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2822         * nptl/stack-aliasing.h: New file.
2823         * sysdeps/i386/i686/stack-aliasing.h: New file.
2824         * sysdeps/i386/i686/nptl/Makefile: File removed.
2825         * sysdeps/x86_64/stack-aliasing.h: New file.
2826         * sysdeps/x86_64/nptl/Makefile
2827         (CFLAGS-pthread_create.c): Variable removed.
2828
2829         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2830         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2831         old file.
2832         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2833         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2834         old file.
2835
2836 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2837
2838         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2839         (__ASSUME_SIGFRAME_V2): Remove macro.
2840         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2841         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2842         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2843         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2844         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2845         Declare as function.  Remove conditional macro definitions.
2846         (__default_rt_sa_restorer): Likewise.
2847         (__default_sa_restorer_v1): Remove declaration.
2848         (__default_sa_restorer_v2): Likewise.
2849         (__default_rt_sa_restorer_v1): Likewise.
2850         (__default_rt_sa_restorer_v2): Likewise.
2851         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2852         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2853         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2854
2855 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2856
2857         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2858         (libpthread-routines): Add sysdep.
2859         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2860         * sysdeps/unix/sysv/linux/sparc/Versions
2861         (libpthread: GLIBC_2.3.3): New version set.
2862         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2863         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2864         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2865         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2866         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2867         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2868         Moved ...
2869         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2870         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2871         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2872         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2873         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2874         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2875         * sysdeps/sparc/nptl/sem_init.c: ... here.
2876         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2877         * sysdeps/sparc/nptl/sem_post.c: ... here.
2878         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2879         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2880         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2881         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2882         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2883         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2884         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2885         (libpthread-routines): Add cpu_relax.
2886         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2887         File removed.
2888         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2889         (librt: GLIBC_2.3.3): New version set.
2890         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2891         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2892         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2893         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2894         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2895         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2896         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2897         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2898         Moved ...
2899         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2900         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2901         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2902         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2903         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2904         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2905         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2906         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2907         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2908         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2909         Moved ...
2910         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2911         Update #include.
2912         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2913         Moved ...
2914         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2915         Update #include.
2916         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2917         Moved ...
2918         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2919         Update #include.
2920         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2921         Moved ...
2922         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2923         Update #include.
2924         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2925         Moved ...
2926         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2927         Update #include.
2928         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2929         Moved ...
2930         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2931         Update #include.
2932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2933         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2934         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2935         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2936         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2937         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2938         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2939         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2940         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2941         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2942         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2943         Moved ...
2944         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2945         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2946         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2947         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2948         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2949
2950 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2951
2952         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2953         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2954         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2955         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2956         * nscd/nscd.c: Likewise.
2957         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2958         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2959         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2960         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2961
2962         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2963         <kernel-features.h>.
2964         (init_mq_netlink): Remove conditional have_sock_cloexec
2965         definitions.  Remove code conditional on have_sock_cloexec < 0.
2966         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2967         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2968         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2969         <kernel-features.h>.
2970         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2971         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2972
2973 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2974
2975         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2976         Add tests for memset_chk and memset.
2977
2978         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2979         with AVX2_Usable.
2980
2981 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2982
2983         [BZ #16046]
2984         * elf/tst-dl-iter-static.c: New file.
2985         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2986
2987         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2988         error.
2989
2990 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2991
2992         * sysdeps/unix/sysv/linux/kernel-features.h
2993         (__ASSUME_F_GETOWN_EX): Remove macro.
2994         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2995         <kernel-features.h>.
2996         (miss_F_GETOWN_EX): Remove variable or macro.
2997         (do_fcntl): Do not check miss_F_GETOWN_EX.
2998         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2999
3000         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
3001         Remove macro.
3002         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
3003         [!__ASSUME_AT_RANDOM]: Remove conditional code.
3004         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
3005
3006         * sysdeps/unix/sysv/linux/kernel-features.h
3007         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
3008         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
3009         [ADJ_OFFSET_SS_READ]: Make code unconditional.
3010         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
3011
3012 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
3013
3014         [BZ #17075]
3015         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3016         Fix calculation of the symbol's value.
3017         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3018         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3019         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3020         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3021         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3022         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3023         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3024         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3025         (modules-names): Add `tst-armtlsdescmod',
3026         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3027         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3028         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3029         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3030         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3031         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3032         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3033         ($(objpfx)tst-armtlsdescloc): New dependency.
3034         ($(objpfx)tst-armtlsdescextnow): Likewise.
3035         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3036         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3037         TLS scheme support.
3038         * sysdeps/arm/configure: Regenerate.
3039
3040 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3041
3042         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3043         (__atfct_seterrno_2): Likewise.
3044         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3045         <kernel-features.h>.
3046         (__ASSUME_ATFCTS): Do not undefine and redefine.
3047         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3048         (__have_atfcts): Remove conditional definition.
3049         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3050         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3051         unreachable if [__ASSUME_ATFCTS].
3052         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3053         not undefine and redefine.
3054         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3055         <kernel-features.h>.
3056         (faccessat) [__NR_faccessat]: Make code unconditional.
3057         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3058         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3059         <kernel-features.h>.
3060         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3061         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3062         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3063         <kernel-features.h>.
3064         (fchownat) [__NR_fchownat]: Make code unconditional.
3065         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3066         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3067         <kernel-features.h>.
3068         (futimesat) [__NR_futimesat]: Make code unconditional.
3069         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3070         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3071         <kernel-features.h>.
3072         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3073         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3074         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3075         <kernel-features.h>.
3076         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3077         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3078         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3079         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3080         <kernel-features.h>.
3081         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3082         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3083         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3084         <kernel-features.h>.
3085         (linkat) [__NR_linkat]: Make code unconditional.
3086         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3087         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3088         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3089         <kernel-features.h>.
3090         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3091         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3092         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3093         <kernel-features.h>.
3094         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3095         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3096         * sysdeps/unix/sysv/linux/openat.c: Do not include
3097         <kernel-features.h>.
3098         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3099         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3100         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3101         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3102         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3103         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3104         <kernel-features.h>.
3105         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3106         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3107         result of INLINE_SYSCALL directly, not via int variable.
3108         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3109         <kernel-features.h>.
3110         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3111         (renameat) [__NR_renameat]: Make code unconditional.
3112         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3113         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3114         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3115         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3116         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3117         (__ASSUME_ATFCTS): Do not undefine and redefine.
3118         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3119         <kernel-features.h>.
3120         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3121         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3122         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3123         <kernel-features.h>.
3124         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3125         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3126         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3127         (__ASSUME_ATFCTS): Do not undefine and redefine.
3128         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3129         <kernel-features.h>.
3130         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3131         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3132         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3133         <kernel-features.h>.
3134         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3135         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3136
3137 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3138
3139         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3140
3141 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3142
3143         [BZ #17069]
3144         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3145         constructed tree before returning error.
3146         * posix/bug-regexp36.c: Expand test case.
3147
3148 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3149
3150         [BZ #6803]
3151         * math/libm-test.inc (scalbln_test_date):
3152         Add errno expectations.
3153         * math/w_scalblnf.c: New File.
3154         Add wrapper which checks for setting errno to ERANGE.
3155         Add weak_alias for corresponding scalbln function.
3156         * math/w_scalbln.c: Likewise.
3157         * math/w_scalblnl.c: Likewise.
3158         * math/Makefile (libm-calls): Add w_scalbln.
3159         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3160         Remove weak_alias for corresponding scalbln function.
3161         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3162         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3163         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3164         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3165         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3166         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3167         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3168         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3169         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3170         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3171         Remove long_double_symbol for scalblnl function in libm, libc.
3172         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3173         Add wrapper which checks for setting errno to ERANGE.
3174         Add long_double_symbol for scalblnl function in libm, libc.
3175         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3176         Remove long_double_symbol for scalblnl in libm.
3177         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3178         Add wrapper which checks for setting errno to ERANGE.
3179         Add long_double_symbol for scalblnl function in libm.
3180         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3181         Do not use wrapper because of own implementation.
3182
3183 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3184
3185         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3186         3 bytes for __pad1 for x32.
3187         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3188
3189 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3190             H.J. Lu  <hongjiu.lu@intel.com>
3191
3192         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3193         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3194         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3195         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3196         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3197
3198 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3199
3200         [BZ #17069]
3201         * posix/regcomp.c (parse_expression): Deallocate partially
3202         constructed tree before returning error.
3203         * posix/Makefile.c (tests): Add bug-regex36.
3204         (generated): Add bug-regex36.mtrace.
3205         (tests-special): Add $(objpfx)bug-regex36-mem.out
3206         (bug-regex36-ENV): New variable.
3207         ($(objpfx)bug-regex36-mem.out): New rule.
3208         * posix/bug-regex36.c: New file.
3209
3210 2014-06-19  Will Newton  <will.newton@linaro.org>
3211
3212         * malloc/malloc.c (systrim): If extra is zero then return
3213         early.
3214
3215 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3216
3217         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3218
3219 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3220
3221         * sysdeps/aarch64/strchr.S: New file.
3222
3223 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3224
3225         [BZ #17022]
3226         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3227         from arguments -2 or below.
3228         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3229         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3230
3231 2014-06-18  Andreas Schwab  <schwab@suse.de>
3232
3233         [BZ #17062]
3234         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3235         of a bracket expr not to run off the end of the string.
3236         * posix/Makefile (tests): Add tst-fnmatch3.
3237         * posix/tst-fnmatch3.c: New file.
3238
3239 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3240
3241         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3242         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3243         [$(cross-compiling) = no]: Likewise.
3244         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3245         [$(cross-compiling) = no]: Likewise.
3246
3247 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3248
3249         [BZ #17031]
3250         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3251         double, adjusted for any remainder from the high double.
3252         * math/libm-test.inc (nearbyint): Add tests.
3253         (rint): Likewise.
3254
3255 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3256
3257         * nptl/sysdeps/powerpc/Makefile: Moved ...
3258         * sysdeps/powerpc/nptl/Makefile: ... here.
3259         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3260         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3261         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3262         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3263         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3264         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3265         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3266         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3267         * nptl/sysdeps/powerpc/tls.h: Moved ...
3268         * sysdeps/powerpc/nptl/tls.h: ... here.
3269
3270 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3271
3272         [BZ #16681]
3273         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3274         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3275         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3276         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3277         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3278         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3279         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3280         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3281         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3282
3283 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3284
3285         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3286
3287 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3288
3289         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3290         defined operator.
3291
3292         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3293         $TIMEOUTFACTOR.
3294
3295 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3296
3297         [BZ #17058]
3298         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3299         non-executed part of the test.
3300
3301 2014-06-16  Andreas Schwab  <schwab@suse.de>
3302
3303         * string/bits/string2.h (strdup, strndup): Update feature guard.
3304
3305 2014-06-14  David S. Miller  <davem@davemloft.net>
3306
3307         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3308
3309 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3310
3311         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3312         that was previously under [RESET_PID].
3313         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3314
3315         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3316         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3317         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3318         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3319         (__libc_vfork): New strong alias.
3320         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3321
3322 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3323
3324         * sysdeps/generic/elide.h: New file.
3325
3326 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3327
3328         * Makefile (installed-headers): Adjust path of pthread.h header.
3329
3330 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3331
3332         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3333         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3334         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3335         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3336
3337         * nptl/sysdeps/s390/Makefile: Moved ...
3338         * sysdeps/s390/nptl/Makefile: ... here.
3339         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3340         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3341         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3342         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3343         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3344         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3345         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3346         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3347         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3348         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3349         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3350         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3351         * nptl/sysdeps/s390/tls.h: Moved ...
3352         * sysdeps/s390/nptl/tls.h: ... here.
3353
3354         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3355         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3356
3357 2014-06-13  David S. Miller  <davem@davemloft.net>
3358
3359         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3360         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3361         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3362         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3363         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3364         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3365         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3366         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3367         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3368         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3369         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3370         Remove RESET_PID cpp guards.
3371         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3372         Remove RESET_PID cpp guards.
3373         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3374
3375 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3376
3377         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3378         __sp to uintptr_t.
3379
3380 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3381
3382         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3383         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3384         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3385         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3386         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3387         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3388         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3389         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3390         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3391         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3392         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3393         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3394         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3395         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3396         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3397         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3398         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3399         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3400         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3401         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3402
3403         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3404         (pthread_rwlock_rdlock): Add elision.
3405         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3406         (pthread_rwlock_wrlock): Add elision.
3407         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3408         (pthread_rwlock_trywrlock): Add elision.
3409         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3410         (pthread_rwlock_tryrdlock): Add elision.
3411         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3412         (pthread_rwlock_tryrdlock): Add elision unlock.
3413         * nptl/sysdeps/pthread/pthread.h:
3414         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3415         (PTHREAD_RWLOCK_INITIALIZER,
3416         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3417         Handle new elision field.
3418         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3419         * sysdeps/arm/nptl/bits/pthreadtypes.h
3420         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3421         * sysdeps/sh/nptl/bits/pthreadtypes.h
3422         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3423         * sysdeps/tile/nptl/bits/pthreadtypes.h
3424         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3425         * sysdeps/a/nptl/bits/pthreadtypes.h
3426         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3427         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3428         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3429         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3430         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3431         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3432         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3433         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3434         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3435         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3436         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3437         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3438         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3439         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3440         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3441         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3442         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3443         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3444         (elision_init): Set try_xbegin to zero when no RTM.
3445         * sysdeps/x86/nptl/bits/pthreadtypes.h
3446         (pthread_rwlock_t): Change __pad1 to __rwelision.
3447         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3448
3449 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3450
3451         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3452         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3453         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3454         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3455
3456 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3457
3458         [BZ #16996]
3459         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3460         that the cached result has been set before returning it.
3461
3462 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3463
3464         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3465         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3466         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3467         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3468         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3469         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3470
3471         * nptl/sysdeps/sparc/Makefile: Moved ...
3472         * sysdeps/sparc/nptl/Makefile: ... here.
3473         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3474         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3475         * nptl/sysdeps/sparc/tls.h: Moved ...
3476         * sysdeps/sparc/nptl/tls.h: ... here.
3477         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3478         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3479         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3480         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3481         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3482         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3483         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3484         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3485         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3486         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3487         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3488         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3489         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3490         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3491         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3492         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3493         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3494         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3495         Update #include.
3496         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3497         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3498         Update #include.
3499         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3500         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3501         Update #include.
3502         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3503         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3504         Update #include.
3505
3506         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3507
3508         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3509         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3510
3511         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3512         (struct list_links): Type removed.
3513         (struct thread_node, struct timer_node): Replace struct list_links
3514         with struct list_head.
3515         (list_unlink_ip): Likewise.
3516         * sysdeps/pthread/timer_routines.c
3517         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3518         (list_append, list_insbefore): Likewise.
3519         (list_init): Function removed.
3520         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3521         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3522         * sysdeps/pthread/Makefile: ... here, new file.
3523
3524         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3525         * sysdeps/nptl/Implies: ... here.
3526         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3527         * nptl/sysdeps/pthread/list.h: Moved ...
3528         * include/list.h: ... here.
3529         * nptl/sysdeps/pthread/createthread.c: Moved ...
3530         * nptl/createthread.c: ... here.
3531         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3532         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3533         * nptl/pt-longjmp.c: ... here.
3534         * nptl/sysdeps/pthread/Makefile: Moved ...
3535         * sysdeps/nptl/Makefile: ... here.
3536         * nptl/sysdeps/pthread/Subdirs: Moved ...
3537         * sysdeps/nptl/Subdirs: ... here.
3538         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3539         * sysdeps/nptl/aio_misc.h: ... here.
3540         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3541         * sysdeps/nptl/bits/libc-lock.h: ... here.
3542         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3543         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3544         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3545         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3546         * nptl/sysdeps/pthread/configure: Moved ...
3547         * sysdeps/nptl/configure: ... here.
3548         * nptl/sysdeps/pthread/configure.ac: Moved ...
3549         * sysdeps/nptl/configure.ac: ... here.
3550         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3551         * sysdeps/nptl/gai_misc.h: ... here.
3552         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3553         * sysdeps/nptl/librt-cancellation.c: ... here.
3554         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3555         * sysdeps/nptl/malloc-machine.h: ... here.
3556         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3557         * sysdeps/nptl/pthread-functions.h: ... here.
3558         * nptl/sysdeps/pthread/pthread.h: Moved ...
3559         * sysdeps/nptl/pthread.h: ... here.
3560         * nptl/sysdeps/pthread/setxid.h: Moved ...
3561         * sysdeps/nptl/setxid.h: ... here.
3562         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3563         * sysdeps/nptl/sigfillset.c: ... here.
3564         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3565         * sysdeps/nptl/tcb-offsets.h: ... here.
3566         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3567         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3568         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3569         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3570         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3571         * sysdeps/pthread/allocalim.h: ... here.
3572         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3573         * sysdeps/pthread/bits/sigthread.h: ... here.
3574         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3575         * sysdeps/pthread/flockfile.c: ... here.
3576         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3577         * sysdeps/pthread/ftrylockfile.c: ... here.
3578         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3579         * sysdeps/pthread/funlockfile.c: ... here.
3580         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3581         * sysdeps/pthread/posix-timer.h: ... here.
3582         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3583         * sysdeps/pthread/timer_create.c: ... here.
3584         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3585         * sysdeps/pthread/timer_delete.c: ... here.
3586         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3587         * sysdeps/pthread/timer_getoverr.c: ... here.
3588         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3589         * sysdeps/pthread/timer_gettime.c: ... here.
3590         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3591         * sysdeps/pthread/timer_routines.c: ... here.
3592         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3593         * sysdeps/pthread/timer_settime.c: ... here.
3594         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3595         * sysdeps/pthread/tst-timer.c: ... here.
3596         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3597         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3598
3599         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3600         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3601
3602         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3603         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3604         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3605         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3606         Update #include target.
3607         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3608         * sysdeps/i386/i686/nptl/Makefile: ... here.
3609         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3610         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3611         Update #include target.
3612         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3613         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3614         * nptl/sysdeps/i386/Makefile: Moved ...
3615         * sysdeps/i386/nptl/Makefile: ... here.
3616         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3617         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3618         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3619         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3620         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3621         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3622         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3623         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3624         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3625         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3626         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3627         * nptl/sysdeps/i386/tls.h: Moved ...
3628         * sysdeps/i386/nptl/tls.h: ... here.
3629
3630         * sysdeps/sh/Makefile [$(subdir) = csu]
3631         (gen-as-const-headers): Add tcb-offsets.sym.
3632         * nptl/sysdeps/sh/Makefile: File removed.
3633         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3634         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3635         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3636         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3637         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3638         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3639         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3640         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3641         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3642         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3643         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3644         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3645         * nptl/sysdeps/sh/tls.h: Moved ...
3646         * sysdeps/sh/nptl/tls.h: ... here.
3647         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3648         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3649         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3650         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3651         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3652         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3653         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3654         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3655         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3656         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3657         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3658         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3659         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3660         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3661         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3662         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3663         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3664         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3665         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3666         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3667         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3668         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3669         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3670         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3671         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3672         Moved ...
3673         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3674         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3675         Moved ...
3676         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3677         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3678         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3679         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3680         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3681         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3682         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3683         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3684         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3685         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3686         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3687         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3688         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3689         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3690         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3691         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3692         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3693         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3694         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3695
3696 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3697
3698         * posix/spawn_faction_addopen.c: Include string.h.
3699
3700 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3701
3702         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3703         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3704         * nptl/sysdeps/x86_64/Makefile: Moved ...
3705         * sysdeps/x86_64/nptl/Makefile: ... here.
3706         * nptl/sysdeps/x86_64/configure: Moved ...
3707         * sysdeps/x86_64/nptl/configure: ... here.
3708         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3709         * sysdeps/x86_64/nptl/configure.ac: ... here.
3710         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3711         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3712         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3713         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3714         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3715         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3716         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3717         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3718         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3719         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3720         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3721         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3722         * nptl/sysdeps/x86_64/tls.h: Moved ...
3723         * sysdeps/x86_64/nptl/tls.h: ... here.
3724         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3725         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3726         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3727         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3728
3729         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3730
3731 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3732
3733         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3734
3735 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3736
3737         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3738         type.
3739         [POSIX] (off_t): Likewise.
3740         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3741         [POSIX] (S_ISBLK): Require macro.
3742         [POSIX] (S_ISCHR): Likewise.
3743         [POSIX] (S_ISDIR): Likewise.
3744         [POSIX] (S_ISFIFO): Likewise.
3745         [POSIX] (S_ISREG): Likewise.
3746         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3747         optional-macro.
3748         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3749         type.
3750         [POSIX] (time_t): Likewise.
3751         [POSIX] (timer_t): Likewise.
3752
3753 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3754
3755         [BZ #17048]
3756         * posix/spawn_int.h (struct __spawn_action): Make the path string
3757         non-const to support deallocation.
3758         * posix/spawn_faction_addopen.c
3759         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3760         * posix/spawn_faction_destroy.c
3761         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3762         path in all spawn_do_open actions.
3763         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3764         posix_spawn_file_actions_addopen.
3765
3766 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3767
3768         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3769         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3770         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3771         conditional code always true.
3772         (__libc_vfork): New alias.
3773
3774 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3775
3776         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3777         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3778
3779         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3780
3781         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3782         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3783
3784         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3785         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3786
3787         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3788         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3789
3790 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3791
3792         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3793         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3794         multiarch strcmp for PPC64.
3795         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3796         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3797         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3798         multiarch optimizations.
3799         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3800         (__libc_ifunc_impl_list): Likewise.
3801
3802 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3803
3804         * benchtests/scripts/validate_benchout.py: New script.
3805         * benchtests/Makefile (bench-func): Call it.
3806         * benchtests/scripts/benchout.schema.json: New file.
3807
3808 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3809
3810         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3811         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3812         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3813         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3814         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3815         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3816         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3817         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3818         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3819         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3820         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3821         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3822         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3823         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3824         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3825         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3827         Moved ...
3828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3829         ... here.
3830         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3831         Moved ...
3832         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3834         Moved ...
3835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3836         ... here.
3837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3838         Moved ...
3839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3840         ... here.
3841         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3842         Moved ...
3843         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3845         Moved ...
3846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3847         ... here.
3848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3849         Moved ...
3850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3851         ... here.
3852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3853         Moved ...
3854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3856         Moved ...
3857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3858         ... here.
3859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3860         Moved ...
3861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3862         ... here.
3863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3864         Moved ...
3865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3866         ... here.
3867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3868         Moved ...
3869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3871         Moved ...
3872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3873         ... here.
3874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3875         Moved ...
3876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3877         ... here.
3878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3879         Moved ...
3880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3881         ... here.
3882         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3883         Moved ...
3884         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3886         Moved ...
3887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3888         ... here.
3889         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3890         Moved ...
3891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3892         ... here.
3893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3894         Moved ...
3895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3896         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3897         Moved ...
3898         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3899         ... here.
3900         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3901         Moved ...
3902         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3904         Moved ...
3905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3907         Moved ...
3908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3909         ... here.
3910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3911         Moved ...
3912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3913         ... here.
3914         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3915         Moved ...
3916         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3917         ... here.
3918         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3919         Moved ...
3920         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3921         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3922         Moved ...
3923         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3924         ... here.
3925         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3926         Moved ...
3927         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3928         ... here.
3929         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3930         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3931         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3932         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3933         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3934         Moved ...
3935         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3936         ... here.
3937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3938         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3939         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3940         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3941         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3942         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3943         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3944         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3945         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3946         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3947         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3948         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3949         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3950         Moved ...
3951         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3952         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3953         Moved ...
3954         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3955         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3956         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3957         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3958         Moved ...
3959         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3960         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3961         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3962         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3963         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3964         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3965         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3966
3967 2014-06-10  Wilco  <wdijkstr@arm.com>
3968
3969         * math/test-fenv-return.c: New file.
3970         * math/Makefile: Add new test test-fenv-return.
3971
3972 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3973
3974         [BZ #17042]
3975         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3976         when x - 1 is zero.
3977         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3978         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3979         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3980         0.0L for an argument of 1.0L.
3981         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3982         Likewise.
3983         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3984         value when x - 1 is zero.
3985         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3986         * sysdeps/i386/fpu/libm-test-ulps: Update.
3987         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3988
3989 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3990
3991         [BZ #15119]
3992         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3993
3994 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3995
3996         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3997         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3998
3999 2014-06-09  Roland McGrath  <roland@hack.frob.com>
4000
4001         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4002         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
4003
4004         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4005         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
4006
4007         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4008         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
4009
4010         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
4011         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
4012
4013         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
4014         if not already defined.
4015         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4016         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4017         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4018         (TLS_INIT_TP): Use it.
4019         (TLS_DEFINE_INIT_TP): New macro.
4020         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4021
4022 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4023
4024         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4025         constant.
4026         [POSIX] (IXANY): Likewise.
4027         [POSIX] (OLCUC): Likewise.
4028         [POSIX || POSIX2008] (CBAUD): Do not allow.
4029         [POSIX || POSIX2008] (DEFECHO): Likewise.
4030         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4031         [POSIX || POSIX2008] (ECHOKE): Likewise.
4032         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4033         [POSIX || POSIX2008] (EXTA): Likewise.
4034         [POSIX || POSIX2008] (EXTB): Likewise.
4035         [POSIX || POSIX2008] (FLUSHO): Likewise.
4036         [POSIX || POSIX2008] (LOBLK): Likewise.
4037         [POSIX || POSIX2008] (PENDIN): Likewise.
4038         [POSIX || POSIX2008] (SWTCH): Likewise.
4039         [POSIX || POSIX2008] (VDISCARD): Likewise.
4040         [POSIX || POSIX2008] (VDSUSP): Likewise.
4041         [POSIX || POSIX2008] (VLNEXT): Likewise.
4042         [POSIX || POSIX2008] (VREPRINT): Likewise.
4043         [POSIX || POSIX2008] (VSTATUS): Likewise.
4044         [POSIX || POSIX2008] (VWERASE): Likewise.
4045         (B*): Change to B[0123456789]*.
4046         * conform/data/time.h-data [POSIX || UNIX98]
4047         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4048         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4049         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4050         [POSIX] (tm_*): Do not allow.
4051
4052 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4053
4054         * Makefile (install): Don't set LANGUAGE.
4055         * Makefile.in (install): Likewise.
4056         * assert/Makefile (test-assert-ENV): Remove variable.
4057         (test-assert-perr-ENV): Likewise.
4058         * elf/Makefile (neededtest4-ENV): Likewise.
4059         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4060         [$(cross-compiling) = no]: Don't set LANGUAGE.
4061         * io/ftwtest-sh (LANG): Remove variable.
4062         * libio/Makefile (tst-widetext-ENV): Likewise.
4063         * manual/install.texi (Running make install): Don't refer to
4064         environment settings for make install.
4065         * INSTALL: Regenerated.
4066         * nptl/tst-tls6.sh: Don't set LANG.
4067         * posix/globtest.sh (LANG): Remove variable.
4068         * string/Makefile (tester-ENV): Likewise.
4069         (inl-tester-ENV): Likewise.
4070         (noinl-tester-ENV): Likewise.
4071         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4072         [$(cross-compiling) = no]: Don't set LANGUAGE.
4073         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4074         without explicit environment settings.
4075
4076 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4077
4078         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4079         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4080         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4081         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4082
4083 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4084
4085         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4086         other files in the crypt directory.
4087         * crypt/crypt.c: Remove duplicate includes.
4088         * crypt/crypt-entry.c: Likewise.
4089         * crypt/crypt_util.c: Likewise.
4090
4091 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4092
4093         * Makeconfig (run-program-env): New variable.
4094         (run-program-prefix-before-env): Likewise.
4095         (run-program-prefix-after-env): Likewise.
4096         (run-program-prefix): Define in terms of new variables.
4097         (built-program-cmd-before-env): New variable.
4098         (built-program-cmd-after-env): Likewise.
4099         (built-program-cmd): Define in terms of new variables.
4100         (test-program-prefix-before-env): New variable.
4101         (test-program-prefix-after-env): Likewise.
4102         (test-program-prefix): Define in terms of new variables.
4103         (test-program-cmd-before-env): New variable.
4104         (test-program-cmd-after-env): Likewise.
4105         (test-program-cmd): Define in terms of new variables.
4106         * Rules (make-test-out): Use $(run-program-env).
4107         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4108         (help): Do not mention environment variables.  Mention
4109         --timeoutfactor option.
4110         (timeoutfactor): New variable.
4111         (blacklist_exports): Remove function.
4112         (exports): Remove variable.
4113         (command): Do not include ${exports}.
4114         * manual/install.texi (Configuring and compiling): Do not mention
4115         test wrappers preserving environment variables.  Mention that last
4116         assignment to a variable must take precedence.
4117         * INSTALL: Regenerated.
4118         * benchtests/Makefile (run-bench): Use $(run-program-env).
4119         * catgets/Makefile ($(objpfx)test1.cat): Use
4120         $(built-program-cmd-before-env), $(run-program-env) and
4121         $(built-program-cmd-after-env).
4122         ($(objpfx)test2.cat): Do not specify environment variables
4123         explicitly.
4124         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4125         $(run-program-env) and $(built-program-cmd-after-env).
4126         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4127         $(run-program-env) and $(test-program-cmd-after-env).
4128         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4129         explicitly.
4130         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4131         run_program_env and test_program_cmd_after_env arguments.
4132         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4133         * elf/tst-pathopt.sh: Use run_program_env argument.
4134         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4135         $(test-wrapper-env) and $(run-program-env).
4136         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4137         run_program_env arguments.
4138         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4139         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4140         $(test-program-prefix-before-env), $(run-program-env) and
4141         $(test-program-prefix-after-env).
4142         ($(objpfx)tst-gettext2.out): Likewise.
4143         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4144         run_program_env and test_program_prefix_after_env arguments.
4145         * intl/tst-gettext2.sh: Likewise.
4146         * intl/tst-gettext4.sh: Do not set environment variables
4147         explicitly.
4148         * intl/tst-gettext6.sh: Likewise.
4149         * intl/tst-translit.sh: Likewise.
4150         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4151         $(test-program-prefix-before-env), $(run-program-env) and
4152         $(test-program-prefix-after-env).
4153         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4154         run_program_env and test_program_prefix_after_env arguments.
4155         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4156         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4157         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4158         explicitly with each use of ${test_wrapper_env}.
4159         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4160         $(test-program-prefix-before-env), $(run-program-env) and
4161         $(test-program-prefix-after-env).
4162         * posix/tst-getconf.sh: Do not set environment variables
4163         explicitly.
4164         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4165         run_program_env and test_program_prefix_after_env arguments.
4166         * stdio-common/tst-printf.sh: Do not set environment variables
4167         explicitly.
4168         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4169         $(test-program-prefix-before-env), $(run-program-env) and
4170         $(test-program-prefix-after-env).
4171         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4172         run_program_env and test_program_prefix_after_env arguments.
4173         Split $test calls into $test_pre and $test.
4174         * timezone/Makefile (build-testdata): Use
4175         $(built-program-cmd-before-env), $(run-program-env) and
4176         $(built-program-cmd-after-env).
4177
4178 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4179
4180         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4181         strlen for non SHARED builds.
4182
4183 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4184
4185         * nptl/allocatestack.c (check_list): Inlined function...
4186         (__reclaim_stacks): ... here.
4187
4188 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4189
4190         [BZ #15698]
4191         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4192         memory overrun.
4193
4194 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4195
4196         * Rules (make-test-out): Include
4197         LOCPATH=$(common-objpfx)localedata in default environment.
4198         * debug/Makefile (tst-chk1-ENV): Remove variable.
4199         (tst-chk2-ENV): Likewise.
4200         (tst-chk3-ENV): Likewise.
4201         (tst-chk4-ENV): Likewise.
4202         (tst-chk5-ENV): Likewise.
4203         (tst-chk6-ENV): Likewise.
4204         (tst-lfschk1-ENV): Likewise.
4205         (tst-lfschk2-ENV): Likewise.
4206         (tst-lfschk3-ENV): Likewise.
4207         (tst-lfschk4-ENV): Likewise.
4208         (tst-lfschk5-ENV): Likewise.
4209         (tst-lfschk6-ENV): Likewise.
4210         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4211         (tst-iconv7-ENV): Likewise.
4212         * intl/Makefile (LOCPATH-ENV): Likewise.
4213         (tst-codeset-ENV): Likewise.
4214         (tst-gettext3-ENV): Likewise.
4215         (tst-gettext5-ENV): Likewise.
4216         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4217         (tst-fopenloc-ENV): Likewise.
4218         (tst-fgetws-ENV): Remove variable.
4219         (tst-ungetwc1-ENV): Likewise.
4220         (tst-ungetwc2-ENV): Likewise.
4221         (bug-ungetwc2-ENV): Likewise.
4222         (tst-swscanf-ENV): Likewise.
4223         (bug-ftell-ENV): Likewise.
4224         (tst-fgetwc-ENV): Likewise.
4225         (tst-fseek-ENV): Likewise.
4226         (tst-ftell-partial-wide-ENV): Likewise.
4227         (tst-ftell-active-handler-ENV): Likewise.
4228         (tst-ftell-append-ENV): Likewise.
4229         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4230         (tst-regexloc-ENV): Likewise.
4231         (bug-regex1-ENV): Likewise.
4232         (tst-regex-ENV): Likewise.
4233         (tst-regex2-ENV): Likewise.
4234         (bug-regex5-ENV): Likewise.
4235         (bug-regex6-ENV): Likewise.
4236         (bug-regex17-ENV): Likewise.
4237         (bug-regex18-ENV): Likewise.
4238         (bug-regex19-ENV): Likewise.
4239         (bug-regex20-ENV): Likewise.
4240         (bug-regex22-ENV): Likewise.
4241         (bug-regex23-ENV): Likewise.
4242         (bug-regex25-ENV): Likewise.
4243         (bug-regex26-ENV): Likewise.
4244         (bug-regex30-ENV): Likewise.
4245         (bug-regex32-ENV): Likewise.
4246         (bug-regex33-ENV): Likewise.
4247         (bug-regex34-ENV): Likewise.
4248         (bug-regex35-ENV): Likewise.
4249         (tst-rxspencer-ENV): Likewise.
4250         (tst-rxspencer-no-utf8-ENV): Likewise.
4251         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4252         (tst-sscanf-ENV): Likewise.
4253         (tst-swprintf-ENV): Likewise.
4254         (tst-swscanf-ENV): Likewise.
4255         (test-vfprintf-ENV): Likewise.
4256         (scanf13-ENV): Likewise.
4257         (bug14-ENV): Likewise.
4258         (tst-grouping-ENV): Likewise.
4259         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4260         (tst-strtod3-ENV): Likewise.
4261         (tst-strtod4-ENV): Likewise.
4262         (tst-strtod5-ENV): Likewise.
4263         (testmb2-ENV): Likewise./
4264         * string/Makefile (tst-strxfrm-ENV): Likewise.
4265         (tst-strxfrm2-ENV): Likewise.
4266         (bug-strcoll1-ENV): Likewise.
4267         (test-strcasecmp-ENV): Likewise.
4268         (test-strncasecmp-ENV): Likewise.
4269         * time/Makefile (tst-strptime-ENV): Likewise.
4270         (tst-ftime_l-ENV): Likewise.
4271         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4272         (tst-mbrtowc-ENV): Likewise.
4273         (tst-wcrtomb-ENV): Likewise.
4274         (tst-mbrtowc2-ENV): Likewise.
4275         (tst-c16c32-1-ENV): Likewise.
4276         (tst-mbsnrtowcs-ENV): Likewise.
4277
4278 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4279
4280         * manual/resource.texi (How to get information about the memory
4281         subsystem?): Fix typo.
4282         Reported by Peon de la Parra Ivan <peon@keba.com>
4283
4284 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4285
4286         [BZ #16882]
4287         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4288         (pthread_spin_lock): Branch out of spin loop to proper location.
4289         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4290         (pthread_spin_lock): Likewise.
4291
4292         * nptl/tst-spin4.c: New test.
4293         * nptl/Makefile (tests): Add tst-spin4.
4294
4295 2014-06-03  Andreas Schwab  <schwab@suse.de>
4296
4297         [BZ #15946]
4298         * resolv/res_send.c (send_dg): Reload file descriptor after
4299         calling reopen.
4300
4301 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4302
4303         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4304
4305 2014-06-03  Richard Henderson  <rth@redhat.com>
4306
4307         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4308         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4309         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4310         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4311         in the SAVE_PID block.
4312         (__libc_vfork): New alias.
4313         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4314
4315         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4316         child in registers, not on the stack.  Remove RESET_PID conditionals.
4317         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4318
4319 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4320
4321         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4322
4323 2014-06-03  Wilco  <wdijkstr@arm.com>
4324
4325         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4326         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4327         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4328         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4329         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4330         Likewise.
4331
4332 2014-06-03  Wilco  <wdijkstr@arm.com>
4333
4334         * sysdeps/aarch64/fpu/math_private.h
4335         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4336         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4337         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4338         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4339         Fix declarations.
4340
4341 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4342
4343         * crypt/crypt-private.h: Include ufc-crypt.h.
4344         (__b64_from_24bit): Declare extern.
4345         * crypt/crypt_util.c(__b64_from_24bit): New function.
4346         (b64t): New static const variable.
4347         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4348         (b64t): Remove variable.
4349         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4350         * crypt/sha256-crypt.c: Include crypt-private.h.
4351         (b64t): Remove variable.
4352         (__sha256_crypt_r): Remove b64_from_24bit and replace
4353         with __b64_from_24bit.
4354         * crypt/sha512-crypt.c: Likewise.
4355
4356 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4357
4358         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4359         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4360         Label the code __libc_vfork rather than __vfork.
4361         [!NOT_IN_libc] (vfork): Define as weak alias.
4362         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4363         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4364         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4365
4366 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4367
4368         * malloc/malloc.c (malloc_info): Fix format specifier for
4369         n_mmaps.
4370
4371 2014-06-02  Wilco  <wdijkstr@arm.com>
4372
4373         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4374         FPCR write.
4375
4376 2014-06-02  Wilco  <wdijkstr@arm.com>
4377
4378         [BZ #17009]
4379         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4380         Rewrite to reduce FPCR/FPSR accesses.
4381
4382 2014-06-01  David S. Miller  <davem@davemloft.net>
4383
4384         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4385
4386 2014-05-31  David S. Miller  <davem@davemloft.net>
4387
4388         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4389         to occur in round to nearest mode when |x| >= 2.0
4390
4391 2014-05-30  Richard Henderson  <rth@twiddle.net>
4392
4393         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4394         (PSEUDO_RET_NOERRNO): Remove.
4395         (ret): Don't redefine.
4396         (ret_NOERRNO): Define in terms of ret.
4397         (ret_ERRVAL): Likewise.
4398
4399         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4400         use of PSEUDO_RET; perform the error check directly.
4401
4402 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4403
4404         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4405         with __int128_t.
4406
4407 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4408
4409         * malloc/malloc (malloc_info): Fix formatting.
4410
4411 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4412             Roland McGrath  <roland@hack.frob.com>
4413
4414         * malloc/malloc (malloc_info): Also print mmapped statistics.
4415
4416 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4417
4418         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4419         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4420
4421 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4422
4423         * malloc/malloc.c (malloc_info): Inline mi_arena.
4424
4425 2014-05-29  Richard Henderson  <rth@twiddle.net>
4426
4427         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4428         Remove comma before expanding ASM_ARGS_##nr.
4429         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4430         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4431         of ASM_ARGS_##nr.
4432         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4433         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4434         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4435         (ASM_ARGS_1): Add leading comma.
4436
4437         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4438         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4439         to __errno_location.
4440         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4441         Remove the expected plt for __errno_location.
4442
4443         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4444         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4445         call to __read_tp.
4446
4447         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4448         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4449         it and break it down.
4450         (DOCARGS_0, DOCARGS_1): Do nothing.
4451         (DOCARGS_2): Update to store into the new stack frame.
4452         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4453         (UNDOCARGS_1): Update to restore from the new stack frame.
4454         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4455         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4456
4457         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4458         (SINGLE_THREAD_P): New parameter for result regno.
4459         (PSEUDO): Update to match; use cbz instead of beq.
4460
4461         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4462         Use ENTRY to define the _nocancel entry point.  Share the syscall
4463         and syscall error check paths with the cancel path.
4464         (PSEUDO_END): New.
4465
4466         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4467         whitespace; tabs before and after asm mnemonics.
4468
4469 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4470
4471         [BZ #15132]
4472         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4473         Call fstat64 or stat64 internally, depending on arguments passed.
4474         Replace stat buffer argument with file descriptor argument.
4475         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4476         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4477         Pass fd to __internal_statvfs instead of calling fstat64.
4478         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4479         Pass fd to __internal_statvfs64 instead of calling fstat64.
4480         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4481         Pass -1 to __internal_statvfs instead of calling stat64.
4482         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4483         Pass -1 to __internal_statvfs64 instead of calling stat64.
4484
4485 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4486
4487         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4488         that was previously under [RESET_PID].
4489         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4490
4491         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4492         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4493
4494 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4495
4496         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4497
4498         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4499         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4500
4501 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4502
4503         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4504
4505 2014-05-27  Andreas Schwab  <schwab@suse.de>
4506
4507         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4508         TLS_INIT_TP macro.
4509         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4510         * elf/rtld.c (init_tls, dl_main): Likewise.
4511         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4512         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4513         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4514         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4515         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4516         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4517         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4518         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4519         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4520         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4521         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4522         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4523         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4524         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4525         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4526         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4527         * sysdeps/generic/tls.h: Update description.
4528
4529 2014-05-27  Will Newton  <will.newton@linaro.org>
4530
4531         [BZ #16990]
4532         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4533         and restore r2 rather than just restoring.
4534
4535 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4536
4537         [BZ #16724]
4538         * libio/tst-ftell-append.c: New test case.
4539         * libio/Makefile (tests): Add test case.
4540         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4541         append mode.
4542         * libio/wfileops.c (do_ftell_wide): Likewise.
4543
4544 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4545
4546         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4547
4548         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4549         ...
4550         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4552         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4553         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4554         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4555         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4556         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4557         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4558         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4559         Moved ...
4560         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4561         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4562         Moved ...
4563         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4564         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4565         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4566         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4567         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4568         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4569         ...
4570         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4571         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4572         Moved ...
4573         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4574         here.
4575         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4576         ...
4577         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4578         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4579         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4580
4581         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4582         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4583         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4584         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4585
4586         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4587         merge into ...
4588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4589         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4590         ...
4591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4592         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4593         ...
4594         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4595         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4596         Moved ...
4597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4598         here.
4599         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4600         Moved ...
4601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4602         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4603         Moved ...
4604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4605
4606         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4607         conditional [RESET_PID].
4608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4609         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4610         removed.
4611         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4612         removed.
4613
4614         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4615         <tcb-offsets.h>.
4616         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4617         (__libc_vfork): New strong alias.
4618         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4619         removed.
4620         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4621         Removed.
4622
4623         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4624         <tcb-offsets.h>.
4625         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4626         (__libc_vfork): New strong alias.
4627         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4628         removed.
4629         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4630         removed.
4631
4632 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4633
4634         * malloc/malloc.c (mi_arena): New function.
4635         (malloc_info): Remove nested function mi_arena. Call non-nosted
4636         function mi_arena.
4637
4638 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4639
4640         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4641         by insrwi.
4642         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4643         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4644         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4645         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4646         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4647         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4648         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4649
4650 2014-05-26  Andreas Schwab  <schwab@suse.de>
4651
4652         [BZ #16984]
4653         * locale/programs/repertoire.c (repertoire_read): Add slash
4654         between I18NPATH element and file name.
4655         * locale/programs/locfile.c (locfile_read): Likewise.
4656
4657 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4658
4659         * nptl/pthread_mutexattr_settype.c
4660         (__pthread_mutexattr_settype):
4661         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4662
4663 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4664
4665         * nptl/tst-mutex5 (do_test):
4666         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4667
4668 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4669
4670         * benchtests/README: Document 'init' directive.
4671         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4672         BENCH_INIT.
4673         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4674         (parse_file): Recognize 'init' directive.
4675
4676 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4677
4678         [BZ #16796]
4679         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4680         alignment of struct pthread.
4681
4682 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4683
4684         [BZ #16878]
4685         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4686         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4687         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4688         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4689
4690 2014-05-25  Richard Henderson  <rth@twiddle.net>
4691
4692         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4693         (SINGLE_THREAD_P_PIC): Remove.
4694         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4695         (SINGLE_THREAD_P_PIC): Remove.
4696
4697         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4698         branch to syscall error ...
4699         (PSEUDO): ... here.
4700         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4701         from __local_syscall_error to .Lsyscall_error.
4702         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4703         (SYSCALL_ERROR): Update label name.
4704
4705         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4706         Do not use DOARGS/UNDOARGS.
4707         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4708         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4709         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4710         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4711         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4712
4713         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4714         block comment.
4715
4716         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4717         define if !NOT_IN_libc.
4718         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4719         define with non-default symbol versions.
4720
4721 2014-05-23  Richard Henderson  <rth@twiddle.net>
4722
4723         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4724         (vfork, __vfork): Define via compat_symbol.
4725
4726         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4727         [!HAVE_IFUNC] (vfork_compat): Remove.
4728         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4729
4730 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4731
4732         [BZ #16978]
4733         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4734         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4735         variable.
4736
4737 2014-05-23  Richard Henderson  <rth@twiddle.net>
4738
4739         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4740         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4741         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4742         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4743
4744         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4745         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4746         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4747         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4748         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4749         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4750         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4751         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4752         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4753         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4754         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4755         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4756         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4757         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4758         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4759         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4760         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4761         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4762         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4763         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4764         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4765         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4766         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4767         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4768         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4769         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4770         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4771         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4772         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4773         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4774         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4775         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4776         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4777         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4778         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4779         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4780         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4781         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4782         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4783         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4784         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4785         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4786         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4787         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4788         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4789         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4790         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4791         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4792         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4793         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4794         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4795         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4796         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4797         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4798         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4799         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4800
4801         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4802         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4803         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4804         before exiting on error.
4805         (__libc_vfork): New strong alias.
4806         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4807         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4808
4809         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4810         that was previously under [RESET_PID].
4811         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4812
4813         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4814
4815 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4816
4817         [BZ #16977]
4818         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4819         value when x - 1 is zero.
4820         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4821         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4822         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4823         0.0L for an argument of 1.0L.
4824         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4825         Likewise.
4826         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4827         value when x - 1 is zero.
4828         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4829         * sysdeps/i386/fpu/libm-test-ulps: Update.
4830         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4831
4832 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4833
4834         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4835         alphasort and versionsort.
4836
4837 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4838
4839         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4840         macro.
4841         [copysignf]: Likewise.
4842
4843 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4844
4845         * crypt/md5-crypt.c: Fix formatting.
4846
4847 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4848
4849         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4850         (b64_from_24bit): New function.
4851
4852 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4853
4854         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4855         libc_hidden_builtin_def to ifunc.
4856         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4857         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4858
4859 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4860
4861         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4862         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4863
4864 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4865
4866         * nscd/Depend (linuxthreads): Remove.
4867         (nptl): Add.
4868         * resolv/Depend (linuxthreads): Remove.
4869         * rt/Depend (linuxthreads): Remove.
4870
4871         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4872         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4873         $(common-objpfx)elf/.
4874         (link-libc-before-gnulib): Likewise.
4875         (elfobjdir): Remove variable.
4876         * Makefile (install): Use $(elf-objpfx) instead of
4877         $(common-objpfx)elf/.
4878         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4879         $(elfobjdir)/.
4880         (link-libc-deps): Likewise.
4881         ($(common-objpfx)libc.so): Likewise.
4882         ($(common-objpfx)linkobj/libc.so): Likewise.
4883         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4884         instead of $(common-objpfx)elf/.
4885         (symbolic-link-list): Likewise.
4886         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4887         [$(cross-compiling) = no]: Likewise.
4888         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4889         $(elfobjdir)/.
4890         (static-gnulib-arch): Likewise.
4891         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4892         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4893         $(common-objpfx)elf/.
4894
4895 2014-05-21  Richard Henderson  <rth@redhat.com>
4896
4897         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4898         (SINGLE_THREAD_P): Use the correct width load.  Fold
4899         into the ldr offset.
4900
4901         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4902         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4903
4904 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4905
4906         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4907         (libgcc_s_resume): Use __attribute_used__.
4908         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4909         Likewise.
4910
4911 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4912
4913         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4914         optimization when used with float constants.
4915
4916         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4917
4918 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4919
4920         [BZ #16915]
4921         * locale/nl_langinfo_l.c: Make direct reference to every
4922         _nl_current_CATEGORY symbol.
4923         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4924         (tests-static): Add tst-langinfo-static.
4925         (tests-special): Add tst-langinfo-static.out.
4926         ($(objpfx)tst-langinfo.out): Redirect output.
4927         ($(objpfx)tst-langinfo-static.out): New.
4928         * localedata/tst-langinfo.sh: Send output to stdout.
4929         * localedata/tst-langinfo-static.c: New file.
4930
4931         [BZ #16965]
4932         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4933         when the shift amount is modulo the limb size.
4934
4935 2014-05-20  Richard Henderson  <rth@redhat.com>
4936
4937         [BZ #16967]
4938         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4939         Change type of sa_flags from unsigned int to int.
4940
4941         [BZ #16966]
4942         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4943
4944         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4945
4946 2014-05-20  Will Newton  <will.newton@linaro.org>
4947
4948         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4949         Test the return value of the system call in the nocancel case.
4950
4951 2014-05-20  Will Newton  <will.newton@linaro.org>
4952             Yvan Roux  <yvan.roux@linaro.org>
4953
4954         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4955         #include of asm/ptrace.h.
4956         (PTRACE_GET_THREAD_AREA): Remove #undef.
4957         (PTRACE_GETHBPREGS): Likewise.
4958         (PTRACE_SETHBPREGS): Likewise.
4959         (struct user_regs_struct): New structure.
4960         (struct user_fpsimd_struct): New structure.
4961         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4962         #include of asm/ptrace.h and second #include of sys/user.h.
4963         (PTRACE_GET_THREAD_AREA): Remove #undef.
4964         (PTRACE_GETHBPREGS): Likewise.
4965         (PTRACE_SETHBPREGS): Likewise.
4966         (ELF_NGREG): Use new struct user_regs_struct.
4967         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4968
4969 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4970
4971         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4972         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4973
4974 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4975
4976         [BZ #16958]
4977         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4978         membar to avoid block loads/stores to overlap previous stores.
4979
4980 2014-05-17  Richard Henderson  <rth@redhat.com>
4981
4982         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4983         Create the __##syscall_name##_nocancel entry point.
4984         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4985         Remove; let the sysdep-cancel.h code create it.
4986
4987 2014-05-17  David S. Miller  <davem@davemloft.net>
4988
4989         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4990         Protect with __USE_GNU.
4991         (TIOCSET_TEMPT): Likewise.
4992         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4993         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4994         these are already provided in bits/ioctl-types.h
4995
4996 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4997
4998         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4999         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
5000
5001         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
5002         Use wait4 regardless of [__NR_waitpid].
5003
5004 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
5005
5006         PR libgcc/60166
5007         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
5008         (_FP_NANSIGN_Q): Set the quiet bit.
5009
5010 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
5011
5012         * benchtests/Makefile
5013         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
5014         not $(common-objpfx)math/libm.so.
5015         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5016         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5017         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5018         $(common-objpfx)dlfcn/libdl.so.
5019         ($(objpfx)tst-audit8): Depend on $(libm), not
5020         $(common-objpfx)math/libm.so.
5021         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5022         not $(common-objpfx)dlfcn/libdl.so.
5023         * math/Makefile
5024         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5025         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5026         [$(build-shared) = yes].
5027         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5028         $(common-objpfx)nptl/libpthread.so.
5029         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5030         $(common-objpfx)math/libm.so$(libm.so-version) or
5031         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5032         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5033         $(common-objpfx)dlfcn/libdl.so.
5034         * setjmp/Makefile (link-libm): Remove variable.
5035         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5036         * stdio-common/Makefile (link-libm): Remove variable.
5037         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5038         * stdlib/Makefile (link-libm): Remove variable.
5039         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5040         ($(objpfx)tst-strtod-round): Likewise.
5041         ($(objpfx)tst-tininess): Likewise.
5042         ($(objpfx)tst-strtod-underflow): Likewise.
5043         ($(objpfx)tst-strtod6): Likewise.
5044         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5045         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5046         $(common-objpfx)dlfcn/libdl.so.
5047
5048 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5049
5050         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5051         BSD terminal modes definitions.
5052
5053 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5054
5055         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5056         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5057
5058         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5059         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5060         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5061         Don't do #include_next.
5062         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5063         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5064         Don't do #include_next.
5065         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5066         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5067         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5068         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5069
5070 2014-05-16  Allan McRae  <allan@archlinux.org>
5071
5072         * po/sv.po: Update Swedish translation from translation project.
5073
5074         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5075         in sed expression.
5076
5077 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5078
5079         [BZ #16917]
5080         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5081         errno if the TIOCGPTN ioctl fails with an error different than
5082         EINVAL.
5083         * login/tst-ptsname.c: New file.
5084         * login/Makefile (tests): Add tst-ptsname.
5085
5086         [BZ #16943]
5087         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5088         and prlimit64.
5089
5090 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5091
5092         [BZ #16849]
5093         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5094         herrno to return EAI_AGAIN.
5095
5096 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5097
5098         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5099         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5100         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5101         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5102         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5103         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5104         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5105         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5106         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5107         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5108         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5109         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5110         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5111         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5112         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5113         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5114         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5115         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5116         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5117         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5118         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5119         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5120         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5121         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5122         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5123         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5124         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5125         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5126         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5127         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5128         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5129         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5130         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5131         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5133         Moved ...
5134         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5135         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5136         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5137         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5138         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5139         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5140         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5141         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5142         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5143         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5144         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5145         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5146         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5147         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5148         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5149         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5150         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5151         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5152         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5153         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5154         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5155         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5156         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5157         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5158         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5160         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5162         Moved ...
5163         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5164         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5165         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5166         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5167         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5168         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5169         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5171         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5172         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5173         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5174         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5175         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5176         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5177         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5178         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5179         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5180         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5181         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5182         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5183         Moved ...
5184         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5185         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5186         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5187
5188         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5189         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5190         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5191         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5192         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5193         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5194         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5195         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5196         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5197         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5198         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5199         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5200         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5201         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5202         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5203         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5204         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5205         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5206         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5207         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5208         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5209         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5210         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5212         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5213         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5214         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5215         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5216         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5217         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5218         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5219
5220         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5221         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5222
5223         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5224         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5225         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5226         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5227         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5228         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5229         Moved ...
5230         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5231         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5232         Moved ...
5233         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5234         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5235         Moved ...
5236         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5237         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5238         Moved ...
5239         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5240         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5241         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5242         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5243         Moved ...
5244         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5245         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5246         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5247         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5248         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5249         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5250         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5251         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5252         Moved ...
5253         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5254         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5255         Moved ...
5256         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5257         ... here.
5258         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5259         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5260         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5261         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5262         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5263         Moved ...
5264         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5265         ... here.
5266         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5267         Moved ...
5268         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5269         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5270         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5271         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5272         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5273         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5274         Moved ...
5275         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5276         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5277         Moved ...
5278         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5279         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5280         Moved ...
5281         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5282         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5283         Moved ...
5284         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5285         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5286         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5287         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5288         Moved ...
5289         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5290         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5291         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5292         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5293         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5294         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5295         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5296         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5297         Moved ...
5298         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5299         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5300         Moved ...
5301         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5302         ... here.
5303         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5304         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5305         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5306         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5307         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5308         Moved ...
5309         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5310         ... here.
5311         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5312         Moved ...
5313         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5314         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5315         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5316         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5317         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5318         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5319         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5320         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5321         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5322         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5323         Moved ...
5324         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5325         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5326         Moved ...
5327         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5328         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5329         Moved ...
5330         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5331         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5332         Moved ...
5333         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5334         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5335         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5336         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5337         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5338         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5339         Moved ...
5340         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5341         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5342         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5343         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5344         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5345         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5346         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5347         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5348         Moved ...
5349         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5350         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5351         Moved ...
5352         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5353         ... here.
5354         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5355         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5356         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5357         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5358         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5359         Moved ...
5360         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5361         ... here.
5362         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5363         Moved ...
5364         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5365         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5366         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5367         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5368         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5369         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5370         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5371         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5372         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5373         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5374         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5375
5376         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5377         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5378
5379         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5380         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5381
5382         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5383         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5384         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5385         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5386         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5387         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5388         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5390         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5391         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5392         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5393         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5394         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5395         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5396         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5397         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5398         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5399         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5400         Moved ...
5401         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5402         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5403         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5404         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5405         Moved ...
5406         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5407         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5408         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5409         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5410         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5411         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5412         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5413         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5414         Moved ...
5415         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5416         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5417         Moved ...
5418         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5419         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5420         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5421         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5422         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5423         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5424         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5425         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5426         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5427         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5428         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5429         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5430         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5431         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5432         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5433         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5434         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5435
5436         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5437         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5438         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5439         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5440         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5441
5442         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5443         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5444         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5445         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5446         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5447         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5448         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5449         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5450         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5451         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5452
5453         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5454         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5455
5456         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5457         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5458         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5459         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5460         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5461         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5462         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5463         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5464         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5465         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5466         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5467         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5468         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5469         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5470         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5471         Update #include.
5472         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5473         Likewise.
5474         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5475         Likewise.
5476         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5477         Likewise.
5478         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5479         Likewise.
5480         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5481         Likewise.
5482         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5483         Likewise.
5484         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5485         Likewise.
5486         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5487         Likewise.
5488         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5489         Likewise.
5490         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5491         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5492         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5493         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5494         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5495         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5496         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5497         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5498         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5499         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5500         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5501         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5502         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5503         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5504         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5505
5506         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5507         that was previously under [RESET_PID].
5508         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5509         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5510         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5511
5512         * sysdeps/i386/nptl/Implies: New file.
5513         * sysdeps/x86_64/nptl/Implies: New file.
5514         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5515         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5516         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5517         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5518
5519         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5520         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5521         (__libc_vfork): New strong alias.
5522         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5523         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5524
5525         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5526         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5527         (__libc_vfork): New strong alias.
5528         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5529         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5530
5531         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5532         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5533         (__libc_vfork): New strong alias.
5534         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5535         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5536         * nptl/pt-vfork.c: New file.
5537         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5538         (libpthread: GLIBC_2.20): New version set (empty).
5539
5540 2014-05-14  Will Newton  <will.newton@linaro.org>
5541
5542         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5543         rather than #if.
5544
5545 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5546
5547         [BZ #16564]
5548         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5549         arguments with exponent 65 or above.
5550         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5551         arguments 0x1p113L or above.
5552         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5553         to arguments 0x1p107L or above.
5554         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5555         positive arguments with exponent 65 or above.
5556         * math/auto-libm-test-in: Add more tests of log1p.
5557         * math/auto-libm-test-out: Regenerated.
5558
5559         [BZ #16928]
5560         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5561         non-finite arguments is +0.
5562         * math/s_cacosf.c (__cacosf): Likewise.
5563         * math/s_cacosl.c (__cacosl): Likewise.
5564         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5565         * sysdeps/i386/fpu/libm-test-ulps: Update.
5566         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5567
5568         [BZ #16927]
5569         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5570         value.
5571         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5572         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5573         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5574         for explicit high bit of mantissa when testing for argument equal
5575         to 1.
5576         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5577         * sysdeps/i386/fpu/libm-test-ulps: Update.
5578         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5579
5580         [BZ #16516]
5581         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5582         (__erf): Scale by 16 instead of 8 in potentially underflowing
5583         case.  Ensure exception if result actually underflows.
5584         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5585         (__erff): Scale by 16 instead of 8 in potentially underflowing
5586         case.  Ensure exception if result actually underflows.
5587         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5588         (efx8): Remove variable.
5589         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5590         case.  Ensure exception if result actually underflows.
5591         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5592         (efx8): Remove variable.
5593         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5594         case.  Ensure exception if result actually underflows.
5595         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5596         (efx8): Remove variable.
5597         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5598         case.  Ensure exception if result actually underflows.
5599         * math/auto-libm-test-in: Add more tests of erf.
5600         * math/auto-libm-test-out: Regenerated.
5601
5602 2014-05-14  Andreas Schwab  <schwab@suse.de>
5603
5604         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5605         Remove code conditionalized on USE___THREAD.
5606
5607         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5608         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5609         not definedness.
5610
5611 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5612
5613         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5614         Define unconditionally.
5615         (__ASSUME_O_CLOEXEC): Likewise.
5616         (__ASSUME_SOCK_CLOEXEC): Likewise.
5617         (__ASSUME_IN_NONBLOCK): Likewise.
5618         (__ASSUME_PIPE2): Likewise.
5619         (__ASSUME_EVENTFD2): Likewise.
5620         (__ASSUME_SIGNALFD4): Likewise.
5621         (__ASSUME_DUP3): Likewise.
5622         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5623         (__ASSUME_DUP3): Do not define.
5624         (__ASSUME_EVENTFD2): Likewise.
5625         (__ASSUME_IN_NONBLOCK): Likewise.
5626         (__ASSUME_O_CLOEXEC): Likewise.
5627         (__ASSUME_PIPE2): Likewise.
5628         (__ASSUME_SIGNALFD4): Likewise.
5629         (__ASSUME_SOCK_CLOEXEC): Likewise.
5630         (__ASSUME_UTIMES): Undefine.
5631         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5632         (__ASSUME_UTIMES): Do not define.
5633         (__ASSUME_O_CLOEXEC): Likewise.
5634         (__ASSUME_SOCK_CLOEXEC): Likewise.
5635         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5636         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5637         0x020621].
5638         (__ASSUME_PIPE2): Likewise.
5639         (__ASSUME_EVENTFD2): Likewise.
5640         (__ASSUME_SIGNALFD4): Likewise.
5641         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5642         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5643         Do not define.
5644         (__ASSUME_EVENTFD2): Likewise.
5645         (__ASSUME_SIGNALFD4): Likewise.
5646         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5647         (__ASSUME_32BITUIDS): Likewise.
5648         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5649         (__ASSUME_IPC64): Likewise.
5650         (__ASSUME_ST_INO_64_BIT): Likewise.
5651         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5652         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5653         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5654         (__ASSUME_UTIMES): Do not define.
5655         (__ASSUME_PSELECT): Likewise.
5656         (__ASSUME_PPOLL): Likewise.
5657         (__ASSUME_O_CLOEXEC): Likewise.
5658         (__ASSUME_SOCK_CLOEXEC): Likewise.
5659         (__ASSUME_IN_NONBLOCK): Likewise.
5660         (__ASSUME_PIPE2): Likewise.
5661         (__ASSUME_EVENTFD2): Likewise.
5662         (__ASSUME_SIGNALFD4): Likewise.
5663         (__ASSUME_DUP3): Likewise.
5664         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5665         (__ASSUME_UTIMES): Likewise.
5666         (__ASSUME_O_CLOEXEC): Likewise.
5667         (__ASSUME_SOCK_CLOEXEC): Likewise.
5668         (__ASSUME_IN_NONBLOCK): Likewise.
5669         (__ASSUME_PIPE2): Likewise.
5670         (__ASSUME_EVENTFD2): Likewise.
5671         (__ASSUME_SIGNALFD4): Likewise.
5672         (__ASSUME_DUP3): Likewise.
5673         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5674         (__ASSUME_UTIMES): Likewise.
5675         (__ASSUME_O_CLOEXEC): Likewise.
5676         (__ASSUME_SOCK_CLOEXEC): Likewise.
5677         (__ASSUME_IN_NONBLOCK): Likewise.
5678         (__ASSUME_PIPE2): Likewise.
5679         (__ASSUME_EVENTFD2): Likewise.
5680         (__ASSUME_SIGNALFD4): Likewise.
5681         (__ASSUME_DUP3): Likewise.
5682         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5683         Likewise.
5684         (__ASSUME_UTIMES): Likewise.
5685         (__ASSUME_EVENTFD2): Likewise.
5686         (__ASSUME_SIGNALFD4): Likewise.
5687         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5688         (__ASSUME_O_CLOEXEC): Likewise.
5689         (__ASSUME_SOCK_CLOEXEC): Likewise.
5690         (__ASSUME_IN_NONBLOCK): Likewise.
5691         (__ASSUME_PIPE2): Likewise.
5692         (__ASSUME_EVENTFD2): Likewise.
5693         (__ASSUME_SIGNALFD4): Likewise.
5694         (__ASSUME_DUP3): Likewise.
5695         (__ASSUME_UTIMES): Undefine.
5696
5697         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5698         feclearexcept.  Remove symbol versioning code.
5699         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5700         symbol versioning code.
5701         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5702         symbol versioning code.
5703         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5704         feupdateenv.  Remove symbol versioning code.
5705         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5706         fegetexceptflag.  Remove symbol versioning code.
5707         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5708         fesetexceptflag.  Remove symbol versioning code.
5709         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5710         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5711         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5712         (__posix_fadvise64_l32): Remove prototype.
5713         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5714         code.
5715
5716 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5717
5718         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5719         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5720         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5721         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5722
5723 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5724
5725         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5726         current working directory
5727
5728 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5729
5730         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5731         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5732         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5733         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5734         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5735         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5736         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5737         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5738         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5739         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5740         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5741         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5742         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5743         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5744         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5745         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5746         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5747         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5748         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5749         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5750         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5751         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5752         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5753         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5754         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5755         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5756         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5757         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5758         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5759         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5760         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5761         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5762         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5763         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5764         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5765         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5766         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5767         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5768         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5769         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5770         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5771         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5772
5773         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5774         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5775
5776         * sysdeps/unix/sysv/linux/arm/Makefile
5777         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5778         Add rt-aeabi_unwind_cpp_pr1.
5779         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5780         Add nptl-aeabi_unwind_cpp_pr1.
5781         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5782         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5783         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5784         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5785         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5786         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5787
5788         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5789         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5790         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5791         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5792
5793         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5794         Deconditionalize the code that was previously under [RESET_PID].
5795         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5796
5797         * sysdeps/generic/exit-thread.h: New file.
5798         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5799         * include/unistd.h (__exit_thread): Remove declaration.
5800         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5801         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5802         * csu/libc-start.c: Include <exit-thread.h>.
5803         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5804         * nptl/pthread_create.c: Include <exit-thread.h>.
5805         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5806         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5807         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5808         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5809         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5810         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5811         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5812         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5813         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5814         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5815         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5816         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5817         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5818         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5819         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5820         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5821         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5822
5823 2014-05-13  Andreas Schwab  <schwab@suse.de>
5824
5825         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5826
5827 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5828
5829         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5830         (__ASSUME_UTIMES): Do not condition on kernel version.
5831         (__ASSUME_PSELECT): Define unconditionally.
5832         (__ASSUME_PPOLL): Likewise.
5833         (__ASSUME_ATFCTS): Likewise.
5834         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5835         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5836         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5837         (__ASSUME_UTIMENSAT): Define unconditionally.
5838         (__ASSUME_PRIVATE_FUTEX): Likewise.
5839         (__ASSUME_FALLOCATE): Likewise.
5840         (__ASSUME_O_CLOEXEC): Likewise.
5841         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5842         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5843         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5844         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5845         (__ASSUME_IN_NONBLOCK): Likewise.
5846         (__ASSUME_PIPE2): Likewise.
5847         (__ASSUME_EVENTFD2): Likewise.
5848         (__ASSUME_SIGNALFD4): Likewise.
5849         (__ASSUME_DUP3): Likewise.
5850         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5851         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5852         (__ASSUME_AT_RANDOM): Likewise.
5853         (__ASSUME_PREADV): Likewise.
5854         (__ASSUME_PWRITEV): Likewise.
5855         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5856         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5857         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5858         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5859         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5860         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5861         (__ASSUME_O_CLOEXEC): Define unconditionally.
5862         (__ASSUME_PSELECT): Do not undefine conditionally.
5863         (__ASSUME_PPOLL): Likewise.
5864         (__ASSUME_ATFCTS): Likewise.
5865         (__ASSUME_SET_ROBUST_LIST): Likewise.
5866         (__ASSUME_UTIMENSAT): Likewise.
5867         (__ASSUME_FDATASYNC): Define unconditionally.
5868         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5869         (__ASSUME_SIGFRAME_V2): Likewise.
5870         )__ASSUME_EVENTFD2): Likewise.
5871         (__ASSUME_SIGNALFD4): Likewise.
5872         (__ASSUME_PSELECT): Do not undefine conditionally.
5873         (__ASSUME_PPOLL): Likewise.
5874         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5875         (__ASSUME_PSELECT): Define unconditionally.
5876         (__ASSUME_PPOLL): Likewise.
5877         (__ASSUME_O_CLOEXEC): Likewise.
5878         (__ASSUME_SOCK_CLOEXEC): Likewise.
5879         (__ASSUME_IN_NONBLOCK): Likewise.
5880         (__ASSUME_PIPE2): Likewise.
5881         (__ASSUME_EVENTFD2): Likewise.
5882         (__ASSUME_SIGNALFD4): Likewise.
5883         (__ASSUME_DUP3): Likewise.
5884         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5885         (__ASSUME_O_CLOEXEC): Likewise.
5886         (__ASSUME_SOCK_CLOEXEC): Likewise.
5887         (__ASSUME_IN_NONBLOCK): Likewise.
5888         (__ASSUME_PIPE2): Likewise.
5889         (__ASSUME_EVENTFD2): Likewise.
5890         (__ASSUME_SIGNALFD4): Likewise.
5891         (__ASSUME_DUP3): Likewise.
5892         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5893         (__ASSUME_EVENTFD2): Likewise.
5894         (__ASSUME_SIGNALFD4): Likewise.
5895         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5896
5897 2014-05-12  Andreas Schwab  <schwab@suse.de>
5898
5899         [BZ #16932]
5900         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5901         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5902         than maximum RPC packet size.
5903         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5904         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5905         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5906         (_nss_nis_getservbyport_r): Likewise.
5907
5908 2014-05-12  Will Newton  <will.newton@linaro.org>
5909
5910         * malloc/Makefile (tests): Add tst-mallopt.
5911         * malloc/tst-mallopt.c: New file.
5912
5913 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5914
5915         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5916         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5917
5918 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5919
5920         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5921         (tst-tlsmod6.so): Likewise.
5922
5923 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5924
5925         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5926
5927 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5928
5929         [BZ #16064]
5930         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5931         and <dl-procinfo.h>.
5932         (__fegetenv): Save SSE state in envp->__eip if supported.
5933         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5934         envp->__eip if supported.
5935         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5936         and <dl-procinfo.h>.
5937         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5938         __data_offset and __data_selector in environment to 0.  Set SSE
5939         state if supported.
5940         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5941         test-fenv-sse.
5942         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5943         -mfpmath=sse.
5944         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5945
5946 2014-05-09  Will Newton  <will.newton@linaro.org>
5947
5948         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5949         and libc_relro_required for ARM.
5950         * sysdeps/arm/preconfigure: Regenerate.
5951
5952 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5953             Stefan Liebler  <stli@linux.vnet.ibm.com>
5954
5955         * config.make.in (enable-lock-elision): New Makefile variable.
5956         * configure.ac: Likewise.
5957         * configure: Regenerate.
5958         * sysdeps/s390/configure.ac:
5959         Add check for gcc transactions support.
5960         * sysdeps/s390/configure: Regenerate.
5961         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5962         Build elision files if enabled.
5963         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5964         Add lock elision support for s390.
5965         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5966         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5967         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5968         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5969         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5970         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5971         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5972         Likewise.
5973         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5974         Likewise.
5975         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5976         Likewise.
5977         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5978         Likewise.
5979         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5980         (__lll_timedlock_elision, __lll_lock_elision)
5981         (__lll_unlock_elision, __lll_trylock_elision)
5982         (lll_timedlock_elision, lll_lock_elision)
5983         (lll_unlock_elision, lll_trylock_elision): Add.
5984         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5985         (pthread_mutex_t): Add lock elision support for s390.
5986
5987 2014-05-14  Wilco  <wdijkstr@arm.com>
5988
5989         * sysdeps/arm/fclrexcpt.c: Cleanup.
5990         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5991         * sysdeps/arm/feenablxcpt.c: Cleanup.
5992         * sysdeps/arm/fegetenv.c: Cleanup.
5993         * sysdeps/arm/fegetexcept.c: Cleanup.
5994         * sysdeps/arm/fegetround.c: Cleanup.
5995         * sysdeps/arm/feholdexcpt.c: Cleanup.
5996         * sysdeps/arm/fesetenv.c: Cleanup.
5997         * sysdeps/arm/fesetround.c: Cleanup.
5998         * sysdeps/arm/feupdateenv.c: Cleanup.
5999         * sysdeps/arm/fgetexcptflg.c: Cleanup.
6000         * sysdeps/arm/fraiseexcpt.c: Cleanup.
6001         * sysdeps/arm/fsetexcptflg.c: Cleanup.
6002         * sysdeps/arm/ftestexcept.c: Cleanup.
6003         * sysdeps/arm/get-rounding-mode.h: Cleanup.
6004         * sysdeps/arm/setfpucw.c: Cleanup.
6005
6006 2014-05-09  Will Newton  <will.newton@linaro.org>
6007
6008         * sysdeps/arm/armv7/strcmp.S: New file.
6009         * NEWS: Mention addition of ARMv7 optimized strcmp.
6010
6011 2014-05-08  Roland McGrath  <roland@hack.frob.com>
6012
6013         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
6014         look for %.ac rather than %.in.
6015
6016         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6017         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6018         * sysdeps/mach/hurd/configure: Regenerated.
6019         * sysdeps/unix/sysv/linux/configure: Regenerated.
6020
6021         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6022
6023 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6024
6025         [BZ# 16922]
6026         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6027         (LONG_SUB): Ditto.
6028         (PTR_SUB): Ditto.
6029
6030 2014-05-07  Andreas Schwab  <schwab@suse.de>
6031
6032         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6033         when skipping over non-matching result from nscd.
6034
6035 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6036
6037         [BZ #16876]
6038         * nptl/sockperf.c (client): Check socket return value.
6039
6040         [BZ #16877]
6041         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6042         nscd security class.
6043
6044 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6045
6046         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6047         * sysdeps/arm/unwind.h: ... here.
6048
6049 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6050
6051         [BZ# 16916]
6052         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6053         Define.
6054
6055 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6056
6057         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6058         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6059         multiarch strncpy for PPC64.
6060         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6061         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6062         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6063         multiarch optimizations.
6064         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6065         (__libc_ifunc_impl_list): Likewise.
6066         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6067         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6068         multiarch stpncpy for PPC64.
6069         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6070         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6071
6072 2014-05-06  Andreas Schwab  <schwab@suse.de>
6073
6074         [BZ #16912]
6075         * gmon/mcount.c (_MCOUNT_DECL): Use
6076         atomic_compare_and_exchange_bool_acq instead of
6077         catomic_compare_and_exchange_bool_acq.
6078
6079 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6080
6081         * elf/Makefile (others, install-bin): Remove pldd.
6082         (pldd-modules): Variable removed.
6083         ($(objpfx)pldd): Target removed.
6084         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6085         (others, install-bin): Append pldd here.
6086         ($(objpfx)pldd): New target.
6087
6088         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6089         to 0, so the first #if test emitted later doesn't see it undefined.
6090         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6091         * sysdeps/gnu/errlist.c: Regenerated.
6092
6093 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6094
6095         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6096         [libc_hidden_builtin_def]: Define to empty value.
6097         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6098         [libc_hidden_builtin_def]: Likewise.
6099         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6100         [libc_hidden_builtin_def]: Likewise.
6101         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6102         [libc_hidden_builtin_def]: Likewise.
6103         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6104         __redirect_memcpy and define ifunc as default hidden symbol.
6105         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6106         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6107
6108 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6109
6110         * locale/iso-4217.def: Reintroduce XDR currency.
6111
6112 2014-05-04  Allan McRae  <allan@archlinux.org>
6113
6114         * po/eo.po: Update Esperanto translation from translation project.
6115
6116 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6117
6118         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6119         and FEATURE_INDEX_MAX to 1.
6120         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6121
6122 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6123
6124         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6125         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6126         * iconvdata/big5.c (ONE_DIRECTION): Define.
6127         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6128         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6129         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6130         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6131         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6132         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6133         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6134         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6135         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6136         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6137         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6138         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6139         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6140         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6141         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6142         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6143         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6144         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6145         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6146         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6147         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6148         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6149         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6150         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6151         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6152         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6153         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6154         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6155         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6156         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6157         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6158         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6159         * iconvdata/johab.c (ONE_DIRECTION): Define.
6160         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6161         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6162         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6163         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6164         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6165         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6166         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6167         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6168         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6169         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6170
6171 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6172
6173         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6174         (_IO_JUMPS_OFFSET): Define to 0.
6175
6176         * nptl/sysdeps/pthread/bits/libc-lock.h
6177         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6178         (__libc_lock_define_initialized_recursive): Always define using
6179         initializer.  Modern compilers treat uninitialized (implicit zero) and
6180         explicit zero initializers the same (i.e. put the datum in bss).
6181
6182 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6183
6184         * nscd/nscd-client.h: Include <string.h>.
6185
6186 2014-05-01  David S. Miller  <davem@davemloft.net>
6187
6188         [BZ #16885]
6189         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6190         multiple zero bytes exist at the end of a string.
6191         Reported by Aurelien Jarno <aurelien@aurel32.net>
6192
6193         * string/test-strcmp.c (check): Add explicit test for situations where
6194         there are multiple zero bytes after the first.
6195
6196 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6197
6198         [BZ #16890]
6199         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6200         when compiling wprintf.
6201         * stdio-common/tstdiomisc.c (t3): New function.
6202         (main): Call it.
6203
6204 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6205
6206         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6207         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6208         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6209         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6210
6211 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6212
6213         * stdlib/longlong.h: Updated from GCC.
6214
6215 2014-05-01  Will Newton  <will.newton@linaro.org>
6216             Bernard Ogden  <bernie.ogden@linaro.org>
6217
6218         * NEWS: Update fixed bug list.
6219
6220         [BZ #15119]
6221         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6222
6223 2014-04-30  David S. Miller  <davem@davemloft.net>
6224
6225         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6226         (libc_feholdexcept_setround_sparc_ctx): New function.
6227         (libc_fesetenv_sparc_ctx): Likewise.
6228         (libc_feupdateenv_sparc_ctx): Likewise.
6229         (libc_feholdsetround_sparc_ctx): Likewise.
6230         (libc_feholdexcept_setround_ctx): Define.
6231         (libc_feholdexcept_setroundf_ctx): Likewise.
6232         (libc_feholdexcept_setroundl_ctx): Likewise.
6233         (libc_fesetenv_ctx): Likewise.
6234         (libc_fesetenvf_ctx): Likewise.
6235         (libc_fesetenvl_ctx): Likewise.
6236         (libc_feupdateenv_ctx): Likewise.
6237         (libc_feupdateenvf_ctx): Likewise.
6238         (libc_feupdateenvl_ctx): Likewise.
6239         (libc_feresetround_ctx): Likewise.
6240         (libc_feresetroundf_ctx): Likewise.
6241         (libc_feresetroundl_ctx): Likewise.
6242         (libc_feholdsetround_ctx): Likewise.
6243         (libc_feholdsetroundf_ctx): Likewise.
6244         (libc_feholdsetroundl_ctx): Likewise.
6245
6246         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6247         with __USE_GNU instead of XOPEN cpp guards.
6248
6249         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6250         0.
6251
6252         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6253         with XOPEN cpp guards.
6254
6255 2014-04-30  Julian Brown  <julian@codesourcery.com>
6256
6257         [BZ #16888]
6258         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6259         handling.
6260
6261 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6262
6263         [BZ #9894]
6264         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6265         Change to 2.6.32.
6266         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6267         * sysdeps/unix/sysv/linux/configure: Regenerated.
6268         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6269         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6270         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6271         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6272         * README: Update reference to required Linux kernel version.
6273         * manual/install.texi (Linux): Update reference to required Linux
6274         kernel headers version.
6275         * INSTALL: Regenerated.
6276
6277         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6278         header inclusion.
6279         [POSIX] (limits.h): Likewise.
6280         [POSIX] (math.h): Likewise.
6281         [POSIX] (sys/wait.h): Likewise.
6282         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6283         function.
6284         [POSIX] (stddef.h): Do not allow header inclusion.
6285
6286 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6287
6288         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6289
6290 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6291
6292         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6293         Return immediately after lll_futex_wake.
6294
6295 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6296
6297         [BZ #16791]
6298         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6299         structure.
6300         (datahead_init_pos): Call datahead_init_common early.
6301         (datahead_init_neg): Likewise.
6302
6303         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6304         datahead_init_neg): New functions.
6305         * nscd/aicache.c (addhstaiX): Use them.
6306         * nscd/grpcache.c (cache_addgr): Likewise.
6307         * nscd/hstcache.c (cache_addhst): Likewise.
6308         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6309         * nscd/netgroupcache.c (do_notfound): Likewise.
6310         (addgetnetgrentX): Likewise.
6311         (addinnetgrX): Likewise.
6312         * nscd/pwdcache.c (cache_addpw): Likewise.
6313         * nscd/servicescache.c (cache_addserv): Likewise.
6314
6315 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6316             Atsushi Onoe  <atsushi@onoe.org>
6317
6318         [BZ #14308]
6319         [BZ #12994]
6320         [BZ #13651]
6321         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6322         one response is valid.
6323         * resolv/res_send.c (send_dg): Check for validity of other
6324         response if the current response is a referral.
6325
6326 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6327
6328         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6329
6330 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6331
6332         [BZ #16823]
6333         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6334         Always divide by positive zero when computing -Inf result.
6335         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6336         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6337
6338 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6339
6340         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6341         FPSCR if value do not change.
6342         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6343         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6344         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6345         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6346         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6347         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6348         function.
6349
6350 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6351
6352         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6353         * sysdeps/unix/sysv/linux/hppa: Move directory from
6354         ports/systeps/unix/sysv/linux/hppa.
6355         * README: Update listing for hppa-*-linux-gnu.
6356
6357 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6358
6359         [BZ #16754]
6360         * manual/stdio.texi (Hook functions): Fix types of stream hook
6361         functions.
6362         [BZ #16854]
6363         * socket/sys/socket.h: Fix typo in comment.
6364
6365 2014-04-28  Wilco  <wdijkstr@arm.com>
6366
6367         * sysdeps/arm/fenv_private.h: New file.
6368         * sysdeps/arm/math_private.h: New file.
6369         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6370
6371 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6372
6373         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6374         with __int128_t.
6375         (La_x86_64_retval): Likewise.
6376
6377 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6378
6379         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6380         fpsr if value didn't change.
6381         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6382         to fpcr if value didn't change.
6383         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6384         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6385         fpsr or fpcr if value didn't change.
6386         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6387         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6388         fpcr if value didn't change.
6389         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6390         to fpsr if value didn't change.
6391
6392 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6393
6394         * nptl/tst-sem3.c: Use test-skeleton.c
6395         (main): Rename to do_test.  Use return instead of
6396         exit.
6397         * nptl/tst-sem4.c: Use test-skeleton.c
6398         (main): Rename to do_test.
6399
6400 2014-04-22  David S. Miller  <davem@davemloft.net>
6401
6402         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6403         (struct sigaction): New struct member __glibc_reserved0, change
6404         type of sa_flags to int.
6405
6406 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6407
6408         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6409         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6410
6411 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6412
6413         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6414         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6415
6416 2014-04-22  Will Newton  <will.newton@linaro.org>
6417             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6418
6419         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6420         (__longjmp): Add longjmp and longjmp_target SystemTap
6421         probes.
6422         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6423         (__sigsetjmp): Add setjmp SystemTap probe.
6424
6425 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6426
6427         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6428         match manual order.
6429
6430 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6431
6432         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6433
6434         * sysdeps/powerpc/fpu/fenv_private.h
6435         (libc_feholdexcept_setroundl_ctx): Define to
6436         libc_feholdexcept_setround_ppc_ctx.
6437         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6438         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6439         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6440         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6441
6442 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6443
6444         * sysdeps/aarch64/math-tests.h: New file.
6445
6446 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6447
6448         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6449         New.
6450         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6451         Check and set bit_AVX2_Usable.
6452         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6453         macro.
6454         (bit_AVX2): Likewise.
6455         (index_AVX2_Usable): Likewise.
6456         (CPUID_AVX2): Likewise.
6457         (HAS_AVX2): Likewise.
6458
6459 2014-04-17  Will Newton  <will.newton@linaro.org>
6460
6461         * manual/setjmp.texi (System V contexts): Add note that
6462         calling setcontext on a context created by a call to a
6463         signal handler is undefined.  Update text to note that
6464         setcontext from a signal handler is possible but not
6465         recommended.
6466
6467         [BZ #16629]
6468         * stdlib/tst-setcontext.c: Include signal.h.
6469         (main): Check that the signal stack before and
6470         after swapcontext is the same.
6471
6472         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6473         Re-implement to restore registers in user code and avoid
6474         rt_sigreturn system call.
6475
6476 2014-04-17  Wilco  <wdijkstr@arm.com>
6477
6478         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6479         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6480         * math/test-fenv.c: Skip exception trap tests on targets which only
6481         support non-stop mode.
6482
6483 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6484             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6485
6486         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6487         (libc_feholdsetround_aarch64_ctx)
6488         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6489         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6490         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6491         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6492         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6493         (libc_feresetround_noexl_ctx): Define.
6494
6495 2014-04-16  Richard Henderson  <rth@redhat.com>
6496
6497         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6498
6499         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6500         unwind tables.
6501
6502         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6503         const from the non-libc, non-ldso copy.
6504
6505         * sysdeps/alpha/libm-test-ulps: Regenerate.
6506
6507 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6508             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6509
6510         * sysdeps/aarch64/fpu/math_private.h: New file.
6511
6512 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6513
6514         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6515
6516 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6517
6518         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6519         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6520         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6521         Intel MPX bound registers before _dl_profile_fixup.
6522         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6523         registers after _dl_profile_fixup.  Save and restore bound
6524         registers bnd0/bnd1 when calling _dl_call_pltexit.
6525         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6526         (LR_BND_OFFSET): Likewise.
6527         (LRV_BND0_OFFSET): Likewise.
6528         (LRV_BND1_OFFSET): Likewise.
6529
6530 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6531
6532         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6533         to...
6534         * sysdeps/mach/hurd/i386/tls.h: ... here.
6535         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6536         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6537         fields.
6538
6539 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6540
6541         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6542
6543 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6544
6545         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6546
6547 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6548
6549         [BZ #14770]
6550         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6551         * sysdeps/s390/configure: Regenerate.
6552
6553         [BZ #16824]
6554         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6555         Set round-to-nearest internally to reduce error accumulation.
6556
6557 2014-04-16  Alan Modra  <amodra@gmail.com>
6558
6559         [BZ #16740]
6560         [BZ #16619]
6561         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6562         * math/libm-test.inc (frexp_test_data): Add tests.
6563         * NEWS: Update fixed bug list.
6564
6565 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6566
6567         * benchtests/Makefile: Depend on libraries in build directory.
6568         (bench-math): Separate out math tests.
6569         (bench-pthread): Separate out pthread tests.
6570         (bench): Include math and pthread tests.
6571
6572 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6573
6574         [BZ #16831]
6575         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6576         _dl_debug_initialize.
6577
6578         * configure.ac: Remove SELinux header check.
6579         * configure: Regenerate.
6580         * nscd/selinux.c (perms): Array of const char* to permission names.
6581         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6582         default policy. Call string_to_security_class and string_to_av_perm to
6583         translate strings. Enforce default policy and call avs_has_perm with
6584         results of translated strings.
6585
6586 2014-04-13  David S. Miller  <davem@davemloft.net>
6587
6588         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6589
6590 2014-04-12  Allan McRae  <allan@archlinux.org>
6591
6592         [BZ #16838]
6593         * manual/string.texi (Collation Functions): Fix qsort argument
6594         order in example.
6595         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6596
6597 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6598
6599         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6600         Make the test a no-op if there are no exceptions defined.
6601
6602 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6603
6604         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6605         enable-hardcoded-path-in-tests
6606
6607 2014-04-11  Will Newton  <will.newton@linaro.org>
6608
6609         * benchtests/Makefile (extra-objs): Add json-lib.o.
6610         (bench-func): Tidy up JSON output.
6611         * benchtests/bench-skeleton.c: Include json-lib.h.
6612         (main): Use JSON library functions to do output of
6613         benchmark results.
6614         * benchtests/bench-timing-type.c (main): Output the
6615         timing type simply, leaving formatting to the user.
6616         * benchtests/json-lib.c: New file.
6617         * benchtests/json-lib.h: Likewise.
6618
6619 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6620
6621         [BZ #15215]
6622         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6623         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6624         memory barriers.  Add comments.
6625         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6626         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6627         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6628         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6629         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6630         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6631
6632 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6633
6634         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6635         * sysdeps/s390/s390-64/configure.ac: ... this ...
6636         * sysdeps/s390/configure.ac: ... to here.
6637         * sysdeps/s390/s390-32/configure: Delete file.
6638         * sysdeps/s390/s390-64/configure: Delete file.
6639         * sysdeps/s390/configure: Regenerate.
6640
6641 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6642
6643         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6644
6645 2014-04-11  Will Newton  <will.newton@linaro.org>
6646
6647         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6648         to zero if it is not defined elsewhere.  (mtrim): Test
6649         the value of MALLOC_DEBUG with #if rather than #ifdef.
6650
6651 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6652
6653         * benchtests/pthread_once-inputs: New file.
6654         * benchtests/pthread_once-source.c: New file.
6655         * benchtests/README: Update documentation.
6656
6657 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6658             H.J. Lu  <hongjiu.lu@intel.com>
6659
6660         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6661         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6662         * sysdeps/x86_64/configure: Regenerated.
6663         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6664         macro.
6665         (REGISTER_SAVE_RAX): Likewise.
6666         (REGISTER_SAVE_RCX): Likewise.
6667         (REGISTER_SAVE_RDX): Likewise.
6668         (REGISTER_SAVE_RSI): Likewise.
6669         (REGISTER_SAVE_RDI): Likewise.
6670         (REGISTER_SAVE_R8): Likewise.
6671         (REGISTER_SAVE_R9): Likewise.
6672         (REGISTER_SAVE_BND0): Likewise.
6673         (REGISTER_SAVE_BND1): Likewise.
6674         (REGISTER_SAVE_BND2): Likewise.
6675         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6676         bound registers when calling _dl_fixup.
6677
6678 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6679
6680         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6681         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6682         of its definition.
6683         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6684         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6685         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6686         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6687         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6688         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6689         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6690
6691 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6692
6693         [BZ #15514]
6694         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6695         pathconf(_PC_NAME_MAX).
6696
6697 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6698
6699         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6700         Remove macro usage.
6701         (__PTHREAD_SPINS): Move definition to ...
6702         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6703         (__PTHREAD_SPINS): ... here.
6704         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6705         (__PTHREAD_SPIN): Likewise.
6706         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6707         (__PTHREAD_SPIN): Likewise.
6708         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6709         (__PTHREAD_SPIN): Likewise.
6710         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6711         (__PTHREAD_SPIN): Likewise.
6712         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6713         (__PTHREAD_SPIN): Likewise.
6714         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6715         (__PTHREAD_SPIN): Likewise.
6716         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6717         (__PTHREAD_SPIN): Likewise.
6718         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6719         (__PTHREAD_SPIN): Likewise.
6720         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6721         (__PTHREAD_SPIN): Likewise.
6722         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6723         (__PTHREAD_SPIN): Likewise.
6724         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6725         (__PTHREAD_SPIN): Likewise.
6726         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6727         (__PTHREAD_SPIN): Likewise.
6728
6729         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6730         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6731         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6732         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6733         imply folder.
6734         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6735         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6736         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6737         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6738         correct imply path.
6739         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6740         strlen symbol for non multi-arch builds.
6741         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6742         missing hidden_def and weak_alias.
6743
6744 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6745
6746         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6747
6748 2014-04-07  Will Newton  <will.newton@linaro.org>
6749
6750         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6751         and contents.  [!_LIBC] Remove #ifndef and contents.
6752         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6753         * string/memccpy.c (__memccpy): Use ANSI prototype.
6754         * string/memfrob.c (memfrob): Likewise.
6755         * string/strcoll.c (STRCOLL): Likewise.
6756         * string/strlen.c (strlen): Likewise.
6757         * string/strtok.c (STRTOK): Likewise.
6758         * string/strcat.c: Remove unused #include of memcopy.h.
6759         (strcat): Use ANSI prototype.
6760         * string/strchr.c: Remove unused #include of memcopy.h.
6761         (strchr): Use ANSI prototype.
6762         * string/strcmp.c: Remove unused #include of memcopy.h.
6763         (strcmp): Use ANSI prototype.
6764         * string/strcpy.c: Remove unused #include of memcopy.h.
6765         (strcpy): Use ANSI prototype.
6766
6767 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6768
6769         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6770         * config.make.in (config-extra-cppflags): Set it from
6771         libc_extra_cppflags.
6772         * configure.ac (libc_extra_cflags): Make it accumulate over
6773         configure fragments.
6774         (libc_extra_cppflags): New flag.
6775         * configure. Regenerate.
6776         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6777         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6778         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6779         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6780
6781         [BZ #16815]
6782         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6783         result for FE_DOWNWARD rounding mode.
6784         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6785         Likewise.
6786         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6787
6788 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6789
6790         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6791         in function argument name.
6792
6793 2014-04-03  David Svoboda  <svoboda@cert.org>
6794
6795         [BZ #5666]
6796         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6797         explicitly.
6798
6799 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6800
6801         * elf/dl-unmap-segments.h: New file.
6802         * sysdeps/generic/ldsodefs.h
6803         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6804         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6805         * elf/dl-fptr.c: Likewise.
6806         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6807         * sysdeps/aarch64/tlsdesc.c: Likewise.
6808         * sysdeps/arm/tlsdesc.c: Likewise.
6809         * sysdeps/i386/tlsdesc.c: Likewise.
6810         * sysdeps/tile/dl-runtime.c: Likewise.
6811         * sysdeps/x86_64/tlsdesc.c: Likewise.
6812         * elf/dl-load.h: New file.
6813         * elf/dl-load.c: Include it.
6814         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6815         Macros moved to dl-load.h.
6816         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6817         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6818         Use _dl_unmap_segments in place of __munmap.
6819         Break out segment-mapping loop into ...
6820         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6821
6822 2014-04-03  Will Newton  <will.newton@linaro.org>
6823
6824         * elf/dl-lookup.c (do_lookup_x): Remove comment
6825         referring to nested function and move variable
6826         declarations down to before first use.
6827
6828 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6829
6830         [BZ #16799]
6831         [BZ #16800]
6832         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6833         with 0 numerator.
6834         * math/s_catanf.c (__catanf): Likewise.
6835         * math/s_catanh.c (__catanh): Likewise.
6836         * math/s_catanhf.c (__catanhf): Likewise.
6837         * math/s_catanhl.c (__catanhl): Likewise.
6838         * math/s_catanl.c (__catanl): Likewise.
6839         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6840         by positive zero when computing -Inf result.
6841         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6842         (catanh_test): Likewise.
6843         * sysdeps/i386/fpu/libm-test-ulps: Update.
6844         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6845
6846         [BZ #16789]
6847         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6848         instead of using underflowing value in computing result.
6849         * math/s_clog10.c (__clog10): Likewise.
6850         * math/s_clog10f.c (__clog10f): Likewise.
6851         * math/s_clog10l.c (__clog10l): Likewise.
6852         * math/s_clogf.c (__clogf): Likewise.
6853         * math/s_clogl.c (__clogl): Likewise.
6854         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6855         (clog10_test): Likewise.
6856         * sysdeps/i386/fpu/libm-test-ulps: Update.
6857         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6858
6859 2014-04-02  Alan Modra  <amodra@gmail.com>
6860
6861         [BZ #16739]
6862         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6863         output when value is near a power of two.  Use int64_t for lx and
6864         remove casts.  Use decimal rather than hex exponent constants.
6865         Don't use long double multiplication when double will suffice.
6866         * math/libm-test.inc (nextafter_test_data): Add tests.
6867         * NEWS: Add 16739 and 16786 to bug list.
6868
6869         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6870
6871         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6872
6873 2014-04-01  Will Newton  <will.newton@linaro.org>
6874
6875         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6876         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6877
6878 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6879
6880         [BZ #13347]
6881         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6882         * nptl/tst-setuid2.c: New file.
6883         * nptl/Makefile (xtests): Add tst-setuid2.
6884
6885 2014-04-01  Alan Modra  <amodra@gmail.com>
6886
6887         [BZ #16786]
6888         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6889
6890 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6891
6892         [BZ #6803]
6893         [BZ #6804]
6894         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6895         set errno as appropriate.
6896         * math/w_scalbf.c (__scalbf): Likewise.
6897         * math/w_scalbl.c (__scalbl): Likewise.
6898         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6899         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6900         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6901         Add more NaN tests.
6902
6903         [BZ #16349]
6904         * math/w_atan2.c: Include <errno.h>.
6905         (__atan2): Set errno for result underflowing to zero.
6906         * math/w_atan2f.c: Include <errno.h>.
6907         (__atan2f): Set errno for result underflowing to zero.
6908         * math/w_atan2l.c: Include <errno.h>.
6909         (__atan2l): Set errno for result underflowing to zero.
6910         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6911         tests.
6912         * math/auto-libm-test-out: Regenerated.
6913
6914 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6915
6916         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6917         Encode instruction correctly in little endian.
6918         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6919         Likewise.
6920         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6921         Likewise.
6922         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6923         Likewise.
6924         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6925         Likewise.
6926
6927 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6928
6929         [BZ #9894]
6930         * sysdeps/unix/sysv/linux/kernel-features.h
6931         [__sparc__ && !__arch64__ && !__sparc_v9__]
6932         (__ASSUME_SET_ROBUST_LIST): Do not define.
6933         [__sparc__ && !__arch64__ && !__sparc_v9__]
6934         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6935         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6936         Likewise.
6937         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6938         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6939         (__ASSUME_REQUEUE_PI): Likewise.
6940         (__ASSUME_SET_ROBUST_LIST): Likewise.
6941         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6942         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6943         Undefine.
6944         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6945         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6946         Likewise.
6947         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6948         Likewise.
6949         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6950         Likewise.
6951         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6952         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6953         Undefine.
6954         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6955         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6956         Likewise.
6957
6958         [BZ #16648]
6959         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6960         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6961         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6962
6963 2014-03-31  Will Newton  <will.newton@linaro.org>
6964
6965         * benchtests/Makefile (bench): Add ffs and ffsll to list
6966         of tests.
6967         * benchtests/ffs-inputs: New file.
6968         * benchtests/ffsll-inputs: Likewise.
6969
6970 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6971
6972         [BZ #16770]
6973         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6974         too large before casting to int.
6975         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6976         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6977         * math/libm-test.inc (scalb_test_data): Add more tests.
6978
6979 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6980
6981         * benchtests/Makefile (DETAILED_OPT): New make option.
6982         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6983         set.
6984         * benchtests/bench-skeleton.c: Include stdbool.h.
6985         (main): Store and print timings per input.
6986         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6987         member to each argument value.
6988         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6989         (_print_arg_data): Initialize per-input timing to 0.
6990
6991         * benchtests/Makefile (timing-type): New binary.
6992         (bench-clean): Also remove bench-timing-type.
6993         (bench): New target for timing-type.
6994         (bench-func): Print output in JSON format.
6995         * benchtests/bench-skeleton.c (main): Print output in JSON
6996         format.
6997         * benchtests/bench-timing-type.c: New file.
6998         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6999         (TIMING_PRINT_STATS): Remove.
7000         * benchtests/scripts/bench.py (_print_arg_data): Store variant
7001         name separately.
7002
7003         * benchtests/bench-modf.c: Remove.
7004         * benchtests/modf-inputs: New inputs file.
7005
7006 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
7007
7008         [BZ #16362]
7009         * math/s_clog10.c (M_PI_LOG10E): New macro.
7010         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
7011         imaginary parts are 0.
7012         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
7013         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
7014         imaginary parts are 0.
7015         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7016         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7017         imaginary parts are 0.
7018         * math/libm-test.inc (clog10_test_data): Update expected results
7019         for when real and imaginary parts are 0.
7020
7021 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7022
7023         * elf/dl-load.c: Finish conversion of __builtin_expect into
7024         __glibc_{un}likely.
7025
7026 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7027
7028         [BZ #16348]
7029         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7030         1+x for argument with exponent below -67.
7031         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7032         Likewise.
7033         * math/auto-libm-test-in: Add more tests of exp.
7034         * math/auto-libm-test-out: Regenerated.
7035
7036 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7037
7038         [BZ #16759]
7039         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7040         (nscd_getnetgrent): Use it.
7041
7042         [BZ #16760]
7043         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7044         of stpcpy.
7045
7046 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7047
7048         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7049         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7050         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7051         (lll_robust_unlock): Remove out of line section. Use cfi
7052         intrinsics.
7053         (LLL_STUB_UNWIND_INFO*): Remove.
7054         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7055         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7056         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7057         (lll_robust_unlock): Remove out of line section. Use cfi
7058         intrinsics.
7059         (LLL_STUB_UNWIND_INFO*): Remove.
7060
7061 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7062
7063         [BZ #16758]
7064         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7065         blank values.
7066
7067 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7068
7069         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7070
7071 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7072
7073         [BZ #16198]
7074         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7075         fnstenv.
7076         * math/test-fenv-preserve.c: New file.
7077         * math/Makefile (tests): Add test-fenv-preserve.
7078
7079 2014-03-26  Will Newton <will.newton@linaro.org>
7080
7081         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7082
7083 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7084
7085         * scripts/versionlist.awk: Partition the version sets and emit all
7086         GLIBC_* (sorted) before all others (sorted).
7087
7088 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7089
7090         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7091         GLIBC_2.2.5 version.
7092
7093 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7094
7095         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7096         calls.
7097
7098         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7099         previous change.
7100
7101         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7102
7103 2014-03-25  Andreas Schwab  <schwab@suse.de>
7104
7105         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7106         label to be used after in6ailist is initialized.
7107
7108 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7109
7110         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7111         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7112
7113 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7114
7115         [BZ #16357]
7116         [BZ #16599]
7117         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7118         min_plus_half.
7119         (fp_formats): Update initializers.
7120         (init_fp_formats): Initialize new field.
7121         (output_for_one_input_case): Allow underflow for results up to
7122         min_plus_half.
7123         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7124         * math/auto-libm-test-in: Don't mark some underflows from asin and
7125         atanh as spurious.
7126         * math/auto-libm-test-out: Regenerated.
7127         * sysdeps/i386/fpu/libm-test-ulps: Update.
7128         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7129
7130 2014-03-25  Andreas Schwab  <schwab@suse.de>
7131
7132         * libio/Makefile (tst-ftell-partial-wide-ENV)
7133         (tst-ftell-active-handler-ENV): Define.
7134
7135 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7136
7137         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7138
7139 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7140
7141         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7142
7143 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7144
7145         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7146         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7147         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7148
7149 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7150
7151         [BZ #16634]
7152         * elf/dl-load.c (open_verify): Add mode parameter.
7153         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7154         (open_path): Change from boolean 'secure' to complete flag 'mode'
7155         (_dl_map_object): Adjust.
7156         * elf/Makefile (tests): Add tst-dlopen-aout.
7157         * elf/tst-dlopen-aout.c: New test.
7158
7159 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7160
7161         [BZ #16714]
7162         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7163         (struct stat): Rename member pad0 to __glibc_reserved0.
7164
7165         [BZ #16712]
7166         * sysdeps/s390/s390-32/bits/wordsize.h
7167         (__WORDSIZE32_SIZE_ULONG): New define.
7168         * sysdeps/s390/s390-64/bits/wordsize.h
7169         (__WORDSIZE32_SIZE_ULONG): Likewise.
7170         * sysdeps/generic/stdint.h (SIZE_MAX):
7171         Define as UL if __WORDSIZE32_SIZE_ULONG.
7172
7173         [BZ #16713]
7174         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7175         (__glibc_reserved0): New variable.
7176         (sa_flags): Change type to int.
7177
7178         * posix/Makefile (before-compile): Use += before-compile instead
7179         of a :=.
7180
7181         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7182         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7183
7184 2014-03-20  Andreas Schwab  <schwab@suse.de>
7185
7186         [BZ #16743]
7187         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7188         non-matching result from nscd.
7189
7190 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7191
7192         * scripts/bench.py: Moved to ...
7193         * benchtests/scripts/bench.py: ... here.
7194         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7195
7196 2014-03-24  Andreas Schwab  <schwab@suse.de>
7197
7198         [BZ #16002]
7199         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7200         alloca_account and account alloca use for struct in6ailist.
7201
7202 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7203
7204         [BZ #16284]
7205         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7206         rounding mode to recompute results that overflow to infinity or
7207         underflow to zero.
7208         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7209         bug 16284.
7210         * math/auto-libm-test-out: Regenerated.
7211         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7212         (ccosh_test): Likewise.
7213         (csin_test_data): Use plus_oflow.
7214         (csin_test): Use ALL_RM_TEST.
7215         (csinh_test_data): Use plus_oflow.
7216         (csinh_test): Use ALL_RM_TEST.
7217         * sysdeps/i386/fpu/libm-test-ulps: Update.
7218         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7219
7220 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7221
7222         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7223         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7224         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7225
7226         [BZ #16731]
7227         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7228         when x - 1 is zero.
7229         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7230         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7231         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7232         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7233         argument is 1.
7234         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7235         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7236         zero.
7237         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7238         * sysdeps/i386/fpu/libm-test-ulps: Update.
7239         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7240
7241 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7242
7243         * scripts/bench.pl: Remove file.
7244         * scripts/bench.py: New benchmark script.
7245         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7246         * benchtests/README: Mention python dependency.
7247         * scripts/pylintrc: New file.
7248         * scripts/pylint: New file.
7249
7250         * bits/mathdef.h: Use #ifdef instead of #if.
7251         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7252         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7253         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7254         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7255         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7256         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7257
7258 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7259             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7260
7261         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7262         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7263         and strpbrk-ppc64 objects.
7264         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7265         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7266         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7267         multiarch strpbrk for POWER7.
7268         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7269         multiarch strpbrk for PPC64.
7270         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7271         ifunc selector.
7272         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7273         strpbrk for POWER7.
7274
7275 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7276
7277         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7278         (atan_test): Likewise.
7279         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7280         (atanh_test): Use ALL_RM_TEST.
7281         (atan2_test_data): Likewise.
7282         (cabs_test): Likewise.
7283         (cacosh_test): Likewise.
7284         (carg_test): Likewise.
7285         (casin_test): Likewise.
7286         (casinh_test): Likewise.
7287         (cbrt_test): Likewise.
7288         (csqrt_test): Likewise.
7289         (erf_test): Likewise.
7290         (erfc_test): Likewise.
7291         (pow10_test): Likewise.
7292         (exp2_test): Likewise.
7293         (hypot_test): Likewise.
7294         (j0_test): Likewise.
7295         (j1_test): Likewise.
7296         (lgamma_test): Likewise.
7297         (gamma_test): Likewise.
7298         (sincos_test): Likewise.
7299         (tanh_test): Likewise.
7300         (y0_test): Likewise.
7301         (y1_test): Likewise.
7302         * sysdeps/i386/fpu/libm-test-ulps: Update.
7303         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7304
7305 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7306
7307         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7308         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7309         and strcspn-ppc64 objects.
7310         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7311         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7312         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7313         multiarch strcspn for POWER7.
7314         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7315         multiarch strcspn for PPC64.
7316         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7317         ifunc selector.
7318         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7319         strcspn for POWER7.
7320
7321 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7322
7323         * math/gen-libm-test.pl (generate_testfile): Expect only function
7324         name as argument to AUTO_TESTS_* and pass results for all rounding
7325         modes to parse_args.
7326         (parse_auto_input): Separate inputs of automatic tests from
7327         outputs before storing in %auto_tests.
7328         * math/libm-test.inc (acos_test_data): Update call to
7329         AUTO_TESTS_f_f.
7330         (acos_test): Use ALL_RM_TEST.
7331         (acos_tonearest_test_data): Remove.
7332         (acos_test_tonearest): Likewise.
7333         (acos_towardzero_test_data): Likewise.
7334         (acos_test_towardzero): Likewise.
7335         (acos_downward_test_data): Likewise.
7336         (acos_test_downward): Likewise.
7337         (acos_upward_test_data): Likewise.
7338         (acos_test_upward): Likewise.
7339         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7340         (asin_test_data): Likewise.
7341         (asin_test): Use ALL_RM_TEST.
7342         (asin_tonearest_test_data): Remove.
7343         (asin_test_tonearest): Likewise.
7344         (asin_towardzero_test_data): Likewise.
7345         (asin_test_towardzero): Likewise.
7346         (asin_downward_test_data): Likewise.
7347         (asin_test_downward): Likewise.
7348         (asin_upward_test_data): Likewise.
7349         (asin_test_upward): Likewise.
7350         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7351         (atan_test_data): Likewise.
7352         (atanh_test_data): Likewise.
7353         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7354         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7355         (carg_test_data): Likewise.
7356         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7357         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7358         (ccosh_test_data): Likewise.
7359         (cexp_test_data): Likewise.
7360         (clog_test_data): Likewise.
7361         (clog10_test_data): Likewise.
7362         (cos_test_data): Update call to AUTO_TESTS_f_f.
7363         (cos_test): Use ALL_RM_TEST.
7364         (cos_tonearest_test_data): Remove.
7365         (cos_test_tonearest): Likewise.
7366         (cos_towardzero_test_data): Likewise.
7367         (cos_test_towardzero): Likewise.
7368         (cos_downward_test_data): Likewise.
7369         (cos_test_downward): Likewise.
7370         (cos_upward_test_data): Likewise.
7371         (cos_test_upward): Likewise.
7372         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7373         (cosh_test): Use ALL_RM_TEST.
7374         (cosh_tonearest_test_data): Remove.
7375         (cosh_test_tonearest): Likewise.
7376         (cosh_towardzero_test_data): Likewise.
7377         (cosh_test_towardzero): Likewise.
7378         (cosh_downward_test_data): Likewise.
7379         (cosh_test_downward): Likewise.
7380         (cosh_upward_test_data): Likewise.
7381         (cosh_test_upward): Likewise.
7382         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7383         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7384         (ctan_test_data): Likewise.
7385         (ctan_test): Use ALL_RM_TEST.
7386         (ctan_tonearest_test_data): Remove.
7387         (ctan_test_tonearest): Likewise.
7388         (ctan_towardzero_test_data): Likewise.
7389         (ctan_test_towardzero): Likewise.
7390         (ctan_downward_test_data): Likewise.
7391         (ctan_test_downward): Likewise.
7392         (ctan_upward_test_data): Likewise.
7393         (ctan_test_upward): Likewise.
7394         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7395         (ctanh_test): Use ALL_RM_TEST.
7396         (ctanh_tonearest_test_data): Remove.
7397         (ctanh_test_tonearest): Likewise.
7398         (ctanh_towardzero_test_data): Likewise.
7399         (ctanh_test_towardzero): Likewise.
7400         (ctanh_downward_test_data): Likewise.
7401         (ctanh_test_downward): Likewise.
7402         (ctanh_upward_test_data): Likewise.
7403         (ctanh_test_upward): Likewise.
7404         (erf_test_data): Update call to AUTO_TESTS_f_f.
7405         (erfc_test_data): Likewise.
7406         (exp_test_data): Likewise.
7407         (exp_test): Use ALL_RM_TEST.
7408         (exp_tonearest_test_data): Remove.
7409         (exp_test_tonearest): Likewise.
7410         (exp_towardzero_test_data): Likewise.
7411         (exp_test_towardzero): Likewise.
7412         (exp_downward_test_data): Likewise.
7413         (exp_test_downward): Likewise.
7414         (exp_upward_test_data): Likewise.
7415         (exp_test_upward): Likewise.
7416         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7417         (exp10_test): Use ALL_RM_TEST.
7418         (exp10_tonearest_test_data): Remove.
7419         (exp10_test_tonearest): Likewise.
7420         (exp10_towardzero_test_data): Likewise.
7421         (exp10_test_towardzero): Likewise.
7422         (exp10_downward_test_data): Likewise.
7423         (exp10_test_downward): Likewise.
7424         (exp10_upward_test_data): Likewise.
7425         (exp10_test_upward): Likewise.
7426         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7427         (expm1_test_data): Likewise.
7428         (expm1_test): Use ALL_RM_TEST.
7429         (expm1_tonearest_test_data): Remove.
7430         (expm1_test_tonearest): Likewise.
7431         (expm1_towardzero_test_data): Likewise.
7432         (expm1_test_towardzero): Likewise.
7433         (expm1_downward_test_data): Likewise.
7434         (expm1_test_downward): Likewise.
7435         (expm1_upward_test_data): Likewise.
7436         (expm1_test_upward): Likewise.
7437         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7438         (fma_test): Use ALL_RM_TEST.
7439         (fma_towardzero_test_data): Remove.
7440         (fma_test_towardzero): Likewise.
7441         (fma_downward_test_data): Likewise.
7442         (fma_test_downward): Likewise.
7443         (fma_upward_test_data): Likewise.
7444         (fma_test_upward): Likewise.
7445         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7446         (j0_test_data): Update call to AUTO_TESTS_f_f.
7447         (j1_test_data): Likewise.
7448         (jn_test_data): Update call to AUTO_TESTS_if_f.
7449         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7450         (log_test_data): Update call to AUTO_TESTS_f_f.
7451         (log10_test_data): Likewise.
7452         (log1p_test_data): Likewise.
7453         (log2_test_data): Likewise.
7454         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7455         (pow_tonearest_test_data): Likewise.
7456         (sin_test_data): Update call to AUTO_TESTS_f_f.
7457         (sin_test): Use ALL_RM_TEST.
7458         (sin_tonearest_test_data): Remove.
7459         (sin_test_tonearest): Likewise.
7460         (sin_towardzero_test_data): Likewise.
7461         (sin_test_towardzero): Likewise.
7462         (sin_downward_test_data): Likewise.
7463         (sin_test_downward): Likewise.
7464         (sin_upward_test_data): Likewise.
7465         (sin_test_upward): Likewise.
7466         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7467         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7468         (sinh_test): Use ALL_RM_TEST.
7469         (sinh_tonearest_test_data): Remove.
7470         (sinh_test_tonearest): Likewise.
7471         (sinh_towardzero_test_data): Likewise.
7472         (sinh_test_towardzero): Likewise.
7473         (sinh_downward_test_data): Likewise.
7474         (sinh_test_downward): Likewise.
7475         (sinh_upward_test_data): Likewise.
7476         (sinh_test_upward): Likewise.
7477         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7478         (sqrt_test): Use ALL_RM_TEST.
7479         (sqrt_tonearest_test_data): Remove.
7480         (sqrt_test_tonearest): Likewise.
7481         (sqrt_towardzero_test_data): Likewise.
7482         (sqrt_test_towardzero): Likewise.
7483         (sqrt_downward_test_data): Likewise.
7484         (sqrt_test_downward): Likewise.
7485         (sqrt_upward_test_data): Likewise.
7486         (sqrt_test_upward): Likewise.
7487         (tan_test_data): Update call to AUTO_TESTS_f_f.
7488         (tan_test): Use ALL_RM_TEST.
7489         (tan_tonearest_test_data): Remove.
7490         (tan_test_tonearest): Likewise.
7491         (tan_towardzero_test_data): Likewise.
7492         (tan_test_towardzero): Likewise.
7493         (tan_downward_test_data): Likewise.
7494         (tan_test_downward): Likewise.
7495         (tan_upward_test_data): Likewise.
7496         (tan_test_upward): Likewise.
7497         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7498         (tgamma_test_data): Likewise.
7499         (y0_test_data): Likewise.
7500         (y1_test_data): Likewise.
7501         (yn_test_data): Update call to AUTO_TESTS_if_f.
7502         (main): Do not call removed functions.
7503
7504 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7505
7506         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7507         (ldexp_test_data): Remove.
7508         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7509         scalbn_test_data.
7510         (scalb_test): Use ALL_RM_TEST.
7511
7512 2014-03-19  Andreas Schwab  <schwab@suse.de>
7513
7514         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7515
7516 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7517
7518         [BZ #16649]
7519         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7520         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7521         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7522         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7523         (__ASSUME_PREADV): Undefine.
7524         (__ASSUME_PWRITEV): Likewise.
7525
7526 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7527
7528         * bits/mman-linux.h: Add comment about non-Linux use.
7529         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7530         bits/mman-linux.h resting place.
7531
7532         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7533         * bits/mman-linux.h: ... here.
7534
7535 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7536
7537         * conform/conformtest.pl: Add standard definition when calling C
7538         preprocessor on data files.
7539         (checknamespace): Remove unused variable.
7540
7541 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7542
7543         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7544         minus_oflow, plus_uflow and minus_uflow in expected results.
7545         * math/libm-test.inc (scalbn_test_data): Add more tests of
7546         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7547         minus_uflow.
7548         (scalbn_test): Use ALL_RM_TEST.
7549         (scalbln_test_data): Add more tests of negative arguments.  Use
7550         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7551         (scalbln_test): Use ALL_RM_TEST.
7552
7553 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7554
7555         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7556
7557 2014-03-18  Will Newton  <will.newton@linaro.org>
7558
7559         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7560         inaccurate comment.
7561
7562 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7563
7564         * Makerules [!subdir] (check-abi): Exit with error status if a
7565         test failed.
7566
7567 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7568
7569         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7570         for rint.  Include results for all rounding modes.
7571         (nearbyint_test): Use ALL_RM_TEST.
7572         (rint_test_data): Include all tests used for nearbyint.
7573
7574 2014-03-17  Will Newton  <will.newton@linaro.org>
7575
7576         * nptl/sysdeps/pthread/pthread.h: Revert previous
7577         change.
7578
7579         * sysdeps/generic/ldsodefs.h: Revert previous
7580         change.
7581
7582         * libio/genops.c: Revert previous change.
7583         * libio/libioP.h: Likewise.
7584         * stdio-common/vfprintf.c: Likewise.
7585
7586         * sysdeps/generic/math_private.h: Revert previous
7587         change.
7588
7589         * sysdeps/generic/math_private.h: Check whether
7590         HAVE_RM_CTX is defined with #ifdef rather
7591         than #if.
7592
7593         * argp/argp-fmtstream.h: Check whether
7594         __STRICT_ANSI__ is defined with #ifdef rather
7595         than #if.
7596         * argp/argp.h: Likewise.
7597
7598         * libio/genops.c: Check whether
7599         _IO_JUMPS_OFFSET is defined with #ifdef rather
7600         than #if.
7601         * libio/libioP.h: Likewise.
7602         * stdio-common/vfprintf.c: Likewise.
7603
7604         * sysdeps/generic/ldsodefs.h: Check whether
7605         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7606         than #if.
7607
7608         * nptl/sysdeps/pthread/pthread.h: Check
7609         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7610         its value.
7611
7612 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7613
7614         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7615         setting O_APPEND.
7616         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7617         test case.
7618
7619         [BZ #16680]
7620         * libio/fileops.c (_IO_file_open): Seek to end of file but
7621         don't cache the offset.
7622         (get_file_offset): Remove function.
7623         (do_ftell): Use cached offset when available.
7624         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7625         don't cache the offset.
7626         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7627         case.
7628         (do_one_test): Call it.
7629         (do_ftell_test): Fix up expected old offset for a+ mode.
7630         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7631         available.
7632
7633         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7634         up test status with function return status.
7635         (do_write_test): Likewise.
7636         (do_append_test): Likewise.
7637
7638         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7639         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7640         Remove.
7641
7642 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7643
7644         * math/gen-libm-test.pl (parse_args): Handle results specified for
7645         each rounding mode separately.
7646         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7647         tests and results from lrint_tonearest_test_data,
7648         lrint_towardzero_test_data, lrint_downward_test_data and
7649         lrint_upward_test_data.
7650         (lrint_test): Use ALL_RM_TEST.
7651         (lrint_tonearest_test_data): Remove.
7652         (lrint_test_tonearest): Likewise.
7653         (lrint_towardzero_test_data): Likewise.
7654         (lrint_test_towardzero): Likewise.
7655         (lrint_downward_test_data): Likewise.
7656         (lrint_test_downward): Likewise.
7657         (lrint_upward_test_data): Likewise.
7658         (lrint_test_upward): Likewise.
7659         (llrint_test_data): Merge in per-rounding-mode tests and results
7660         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7661         llrint_downward_test_data and llrint_upward_test_data.
7662         (llrint_test): Use ALL_RM_TEST.
7663         (llrint_tonearest_test_data): Remove.
7664         (llrint_test_tonearest): Likewise.
7665         (llrint_towardzero_test_data): Likewise.
7666         (llrint_test_towardzero): Likewise.
7667         (llrint_downward_test_data): Likewise.
7668         (llrint_test_downward): Likewise.
7669         (llrint_upward_test_data): Likewise.
7670         (llrint_test_upward): Likewise.
7671         (rint_test_data): Merge in per-rounding-mode tests and results
7672         from rint_tonearest_test_data, rint_towardzero_test_data,
7673         rint_downward_test_data and rint_upward_test_data.  Add
7674         per-rounding-mode results for tests not in those arrays.
7675         (rint_test): Use ALL_RM_TEST.
7676         (rint_tonearest_test_data): Remove.
7677         (rint_test_tonearest): Likewise.
7678         (rint_towardzero_test_data): Likewise.
7679         (rint_test_towardzero): Likewise.
7680         (rint_downward_test_data): Likewise.
7681         (rint_test_downward): Likewise.
7682         (rint_upward_test_data): Likewise.
7683         (rint_test_upward): Likewise.
7684         (main): Don't call removed functions.
7685
7686 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7687
7688         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7689         "Compiled on ..." crapola.  It is anti-useful.
7690
7691 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7692
7693         * scripts/evaluate-test.sh: Handle fourth argument to determine
7694         whether test run should stop on failure.
7695         * Makeconfig (stop-on-test-failure): New variable.
7696         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7697         $(stop-on-test-failure).
7698         * Makefile (tests): Give a summary of results from testing and
7699         exit with failure status if they include an ERROR or FAIL.
7700         (xtests): Likewise.
7701         * manual/install.texi (Configuring and compiling): Mention
7702         stop-on-test-failure=y.
7703         * INSTALL: Regenerated.
7704
7705 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7706
7707         * scripts/versionlist.awk: New file.
7708         * Makerules [$(build-shared) = yes]
7709         (postclean-generated): Add Versions.def, not Versions.def.v and
7710         Versions.def.v.i.
7711         ($(common-objpfx)Versions.def.v.i): Target removed.
7712         ($(common-objpfx)Versions.def): New target.
7713         ($(common-objpfx)Versions.all): Depend on that rather that
7714         $(common-objpfx)Versions.def.v.
7715         * Versions.def: File removed.
7716
7717         * Makeconfig (+gccwarn): Add -Wundef.
7718         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7719         a dl-sysdep.h breaking its contract.
7720         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7721         * include/stackinfo.h: New file.
7722         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7723         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7724         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7725         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7726         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7727         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7728         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7729         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7730         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7731         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7732         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7733         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7734         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7735         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7736         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7737
7738 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7739
7740         [BZ #16707]
7741         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7742         implementation.
7743         * math/libm-test.inc (round_test_data): Add more tests.
7744
7745         [BZ #16706]
7746         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7747         implementation.
7748         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7749
7750         [BZ #16701]
7751         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7752         implementation.
7753         * math/libm-test.inc (ceil_test_data): Add more tests.
7754
7755         * math/libm-test.inc (trunc_test_data): Add more tests related to
7756         BZ#16414.
7757
7758 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7759
7760         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7761         with #if rather than #ifdef.
7762         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7763
7764 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7765
7766         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7767         first.  Disable AVX-512 GCC support if assembler doesn't support
7768         it.
7769         * sysdeps/x86_64/configure: Regenerated.
7770
7771 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7772
7773         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7774         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7775         (__old_pthread_attr_setstack): Likewise.
7776         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7777         [!_STACK_GROWS_DOWN]: Likewise.
7778
7779 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7780
7781         * config.make.in (have-bash2): Delete.
7782         * configure.ac (libc_cv_have_bash2): Delete.
7783         * configure: Regenerate.
7784         * elf/Makefile (common-ldd-rewrite): Rename to ...
7785         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7786         (sh-ldd-rewrite): Delete.
7787         (bash-ldd-rewrite): Delete.
7788         (have-bash2): Delete checks.
7789         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7790         ldd-rewrite.
7791
7792         * config.make.in (have-ksh): Delete.
7793         (KSH): Delete.
7794         * configure.ac (libc_cv_have_ksh): Delete.
7795         * configure: Regenerate.
7796
7797         * elf/Makefile: Delete $(have-ksh) check.
7798         ($(objpfx)sotruss): Change KSH to BASH.
7799         * elf/sotruss.ksh: Rename to ...
7800         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7801         function style to match POSIX.  Drop ksh vim mode setting.
7802
7803         * manual/time.texi (Specifying the Time Zone with TZ): Change
7804         Tuesday to Thursday.
7805
7806         * debug/tst-longjmp_chk2.c: Update header comment.
7807         (stackoverflow_handler): Add comment.  Call assert on pass value.
7808
7809 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7810
7811         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7812         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7813         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7814         (La_x86_64_vector): Add zmm.
7815         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7816         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7817         ($(objpfx)tst-audit10): New target.
7818         ($(objpfx)tst-audit10.out): Likewise.
7819         (tst-audit10-ENV): New.
7820         (AVX512-CFLAGS): Likewise.
7821         (CFLAGS-tst-audit10.c): Likewise.
7822         (CFLAGS-tst-auditmod10a.c): Likewise.
7823         (CFLAGS-tst-auditmod10b.c): Likewise.
7824         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7825         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7826         * sysdeps/x86_64/configure: Regenerated.
7827         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7828         AVX-512 zmm register support.
7829         (_dl_x86_64_save_sse): Likewise.
7830         (_dl_x86_64_restore_sse): Likewise.
7831         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7832         size vector registers.
7833         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7834         (ZMM_SIZE): Likewise.
7835         * sysdeps/x86_64/tst-audit10.c: New file.
7836         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7837         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7838
7839 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7840
7841         * configure.ac (HAVE_EHDR_START): New check.
7842         * configure: Regenerated.
7843         * config.h.in (HAVE_EHDR_START): New #undef.
7844         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7845         assuming the lowest-addressed segment maps the start of the file.
7846
7847 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7848
7849         * INSTALL: Regenerated.
7850
7851 2014-03-13  Will Newton  <will.newton@linaro.org>
7852
7853         * manual/setjmp.texi (System V contexts): Improve
7854         clarity and grammar of documentation.
7855
7856 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7857
7858         [BZ #16381]
7859         * elf/Makefile (tests): Add tst-pie2.
7860         (tests-pie): Add tst-pie2.
7861         * elf/tst-pie2.c: New file.
7862         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7863         for ET_EXEC.
7864         * elf/rtld.c (map_doit): Load executable as lt_executable.
7865         (dl_main): Likewise.
7866
7867 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7868
7869         [BZ #16642]
7870         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7871         (__ASSUME_PSELECT): Undefine.
7872
7873 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7874
7875         [BZ #16689]
7876         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7877         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7878         static build.
7879         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7880         selector for static builds.
7881
7882 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7883
7884         [BZ #16695]
7885         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7886         key in the buffer.
7887
7888 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7889
7890         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7891         IFUNC selector for static builds.
7892
7893 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7894
7895         * sysdeps/mips/math_private.h [__mips_hard_float]
7896         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7897         libc_feresetround_mips_ctx.
7898         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7899         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7900         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7901
7902         [BZ #16677]
7903         * math/s_nextafter.c (__nextafter): Do not return value from
7904         overflowing computation.
7905         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7906         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7907         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7908         Likewise.
7909         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7910         Likewise.
7911         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7912         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7913
7914 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7915
7916         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7917         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7918         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7919         the new mov targetting sp.
7920
7921 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7922
7923         [BZ #16683]
7924         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7925         Define it for static builds as well.
7926         (NO_BZERO_IMPL): Likewise.
7927
7928 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7929
7930         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7931         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7932         multiarch strspn for PPC64.
7933         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7934         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7935         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7936         (__libc_ifunc_impl_list): Likewise.
7937         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7938         multiarch optimizations
7939         * string/strspn.c (strspn): Using macro to redefine symbol name.
7940
7941 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7942             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7943
7944         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7945         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7946         multiarch strncat for PPC64.
7947         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7948         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7949         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7950         (__libc_ifunc_impl_list): Likewise.
7951         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7952         multiarch optimizations
7953
7954 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7955
7956         [BZ #16639]
7957         * nscd/nscd.service: Make service type forking.
7958
7959 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7960
7961         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7962         sign in non default rounding modes.
7963         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7964
7965 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7966
7967         * math/libm-test.inc (ALL_RM_TEST): New macro.
7968         (ceil_test): Use ALL_RM_TEST.
7969         (cimag_test): Likewise.
7970         (conj_test): Likewise.
7971         (copysign_test): Likewise.
7972         (cproj_test): Likewise.
7973         (creal_test): Likewise.
7974         (fabs_test): Likewise.
7975         (floor_test): Likewise.
7976         (fmax_test): Likewise.
7977         (fmin_test): Likewise.
7978         (fmod_test): Likewise.
7979         (fpclassify_test): Likewise.
7980         (frexp_test): Likewise.
7981         (ilogb_test): Likewise.
7982         (isfinite_test): Likewise.
7983         (finite_test): Likewise.
7984         (isgreater_test): Likewise.
7985         (isgreaterequal_test): Likewise.
7986         (isinf_test): Likewise.
7987         (isless_test): Likewise.
7988         (islessequal_test): Likewise.
7989         (islessgreater_test): Likewise.
7990         (isnan_test): Likewise.
7991         (isnormal_test): Likewise.
7992         (issignaling_test): Likewise.
7993         (isunordered_test): Likewise.
7994         (logb_test): Likewise.
7995         (logb_downward_test_data): Remove.
7996         (logb_test_downward): Likewise.
7997         (lround_test): Use ALL_RM_TEST.
7998         (llround_test): Likewise.
7999         (modf_test): Likewise.
8000         (nexttoward_test): Likewise.
8001         (remainder_test): Likewise.
8002         (drem_test): Likewise.
8003         (remainder_tonearest_test_data): Likewise.
8004         (remainder_test_tonearest): Likewise.
8005         (drem_test_tonearest): Likewise.
8006         (remainder_towardzero_test_data): Likewise.
8007         (remainder_test_towardzero): Likewise.
8008         (drem_test_towardzero): Likewise.
8009         (remainder_downward_test_data): Likewise.
8010         (remainder_test_downward): Likewise.
8011         (drem_test_downward): Likewise.
8012         (remainder_upward_test_data): Likewise.
8013         (remainder_test_upward): Likewise.
8014         (drem_test_upward): Likewise.
8015         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8016         (round_test): Use ALL_RM_TEST.
8017         (signbit_test): Likewise.
8018         (trunc_test): Likewise.
8019         (significand_test): Likewise.
8020         (main): Don't call removed functions.
8021
8022 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8023
8024         [BZ #16674]
8025         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8026         || __USE_XOPEN2K8].
8027         (ILL_ILLOPN): Likewise.
8028         (ILL_ILLADR): Likewise.
8029         (ILL_ILLTRP): Likewise.
8030         (ILL_PRVOPC): Likewise.
8031         (ILL_PRVREG): Likewise.
8032         (ILL_COPROC): Likewise.
8033         (ILL_BADSTK): Likewise.
8034         (FPE_INTDIV): Likewise.
8035         (FPE_INTOVF): Likewise.
8036         (FPE_FLTDIV): Likewise.
8037         (FPE_FLTOVF): Likewise.
8038         (FPE_FLTUND): Likewise.
8039         (FPE_FLTRES): Likewise.
8040         (FPE_FLTINV): Likewise.
8041         (FPE_FLTSUB): Likewise.
8042         (SEGV_MAPERR): Likewise.
8043         (SEGV_ACCERR): Likewise.
8044         (BUS_ADRALN): Likewise.
8045         (BUS_ADRERR): Likewise.
8046         (BUS_OBJERR): Likewise.
8047         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8048         (TRAP_TRACE): Likewise.
8049         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8050         __USE_XOPEN2K8].
8051         (CLD_KILLED): Likewise.
8052         (CLD_DUMPED): Likewise.
8053         (CLD_TRAPPED): Likewise.
8054         (CLD_STOPPED): Likewise.
8055         (CLD_CONTINUED): Likewise.
8056         (POLL_IN): Likewise.
8057         (POLL_OUT): Likewise.
8058         (POLL_MSG): Likewise.
8059         (POLL_ERR): Likewise.
8060         (POLL_PRI): Likewise.
8061         (POLL_HUP): Likewise.
8062         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8063         Likewise.
8064         (ILL_ILLOPN): Likewise.
8065         (ILL_ILLADR): Likewise.
8066         (ILL_ILLTRP): Likewise.
8067         (ILL_PRVOPC): Likewise.
8068         (ILL_PRVREG): Likewise.
8069         (ILL_COPROC): Likewise.
8070         (ILL_BADSTK): Likewise.
8071         (FPE_INTDIV): Likewise.
8072         (FPE_INTOVF): Likewise.
8073         (FPE_FLTDIV): Likewise.
8074         (FPE_FLTOVF): Likewise.
8075         (FPE_FLTUND): Likewise.
8076         (FPE_FLTRES): Likewise.
8077         (FPE_FLTINV): Likewise.
8078         (FPE_FLTSUB): Likewise.
8079         (SEGV_MAPERR): Likewise.
8080         (SEGV_ACCERR): Likewise.
8081         (BUS_ADRALN): Likewise.
8082         (BUS_ADRERR): Likewise.
8083         (BUS_OBJERR): Likewise.
8084         (BUS_MCEERR_AR): Likewise.
8085         (BUS_MCEERR_AO): Likewise.
8086         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8087         (TRAP_TRACE): Likewise.
8088         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8089         __USE_XOPEN2K8].
8090         (CLD_KILLED): Likewise.
8091         (CLD_DUMPED): Likewise.
8092         (CLD_TRAPPED): Likewise.
8093         (CLD_STOPPED): Likewise.
8094         (CLD_CONTINUED): Likewise.
8095         (POLL_IN): Likewise.
8096         (POLL_OUT): Likewise.
8097         (POLL_MSG): Likewise.
8098         (POLL_ERR): Likewise.
8099         (POLL_PRI): Likewise.
8100         (POLL_HUP): Likewise.
8101         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8102         (ILL_ILLOPN): Likewise.
8103         (ILL_ILLADR): Likewise.
8104         (ILL_ILLTRP): Likewise.
8105         (ILL_PRVOPC): Likewise.
8106         (ILL_PRVREG): Likewise.
8107         (ILL_COPROC): Likewise.
8108         (ILL_BADSTK): Likewise.
8109         (FPE_INTDIV): Likewise.
8110         (FPE_INTOVF): Likewise.
8111         (FPE_FLTDIV): Likewise.
8112         (FPE_FLTOVF): Likewise.
8113         (FPE_FLTUND): Likewise.
8114         (FPE_FLTRES): Likewise.
8115         (FPE_FLTINV): Likewise.
8116         (FPE_FLTSUB): Likewise.
8117         (SEGV_MAPERR): Likewise.
8118         (SEGV_ACCERR): Likewise.
8119         (BUS_ADRALN): Likewise.
8120         (BUS_ADRERR): Likewise.
8121         (BUS_OBJERR): Likewise.
8122         (BUS_MCEERR_AR): Likewise.
8123         (BUS_MCEERR_AO): Likewise.
8124         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8125         (TRAP_TRACE): Likewise.
8126         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8127         __USE_XOPEN2K8].
8128         (CLD_KILLED): Likewise.
8129         (CLD_DUMPED): Likewise.
8130         (CLD_TRAPPED): Likewise.
8131         (CLD_STOPPED): Likewise.
8132         (CLD_CONTINUED): Likewise.
8133         (POLL_IN): Likewise.
8134         (POLL_OUT): Likewise.
8135         (POLL_MSG): Likewise.
8136         (POLL_ERR): Likewise.
8137         (POLL_PRI): Likewise.
8138         (POLL_HUP): Likewise.
8139         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8140         Likewise.
8141         (ILL_ILLOPN): Likewise.
8142         (ILL_ILLADR): Likewise.
8143         (ILL_ILLTRP): Likewise.
8144         (ILL_PRVOPC): Likewise.
8145         (ILL_PRVREG): Likewise.
8146         (ILL_COPROC): Likewise.
8147         (ILL_BADSTK): Likewise.
8148         (ILL_BADIADDR): Likewise.
8149         (ILL_BREAK): Likewise.
8150         (FPE_INTDIV): Likewise.
8151         (FPE_INTOVF): Likewise.
8152         (FPE_FLTDIV): Likewise.
8153         (FPE_FLTOVF): Likewise.
8154         (FPE_FLTUND): Likewise.
8155         (FPE_FLTRES): Likewise.
8156         (FPE_FLTINV): Likewise.
8157         (FPE_FLTSUB): Likewise.
8158         (FPE_DECOVF): Likewise.
8159         (FPE_DECDIV): Likewise.
8160         (FPE_DECERR): Likewise.
8161         (FPE_INVASC): Likewise.
8162         (FPE_INVDEC): Likewise.
8163         (SEGV_MAPERR): Likewise.
8164         (SEGV_ACCERR): Likewise.
8165         (SEGV_PSTKOVF): Likewise.
8166         (BUS_ADRALN): Likewise.
8167         (BUS_ADRERR): Likewise.
8168         (BUS_OBJERR): Likewise.
8169         (BUS_MCEERR_AR): Likewise.
8170         (BUS_MCEERR_AO): Likewise.
8171         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8172         (TRAP_TRACE): Likewise.
8173         (TRAP_BRANCH): Likewise.
8174         (TRAP_HWBKPT): Likewise.
8175         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8176         __USE_XOPEN2K8].
8177         (CLD_KILLED): Likewise.
8178         (CLD_DUMPED): Likewise.
8179         (CLD_TRAPPED): Likewise.
8180         (CLD_STOPPED): Likewise.
8181         (CLD_CONTINUED): Likewise.
8182         (POLL_IN): Likewise.
8183         (POLL_OUT): Likewise.
8184         (POLL_MSG): Likewise.
8185         (POLL_ERR): Likewise.
8186         (POLL_PRI): Likewise.
8187         (POLL_HUP): Likewise.
8188         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8189         (ILL_ILLOPN): Likewise.
8190         (ILL_ILLADR): Likewise.
8191         (ILL_ILLTRP): Likewise.
8192         (ILL_PRVOPC): Likewise.
8193         (ILL_PRVREG): Likewise.
8194         (ILL_COPROC): Likewise.
8195         (ILL_BADSTK): Likewise.
8196         (FPE_INTDIV): Likewise.
8197         (FPE_INTOVF): Likewise.
8198         (FPE_FLTDIV): Likewise.
8199         (FPE_FLTOVF): Likewise.
8200         (FPE_FLTUND): Likewise.
8201         (FPE_FLTRES): Likewise.
8202         (FPE_FLTINV): Likewise.
8203         (FPE_FLTSUB): Likewise.
8204         (SEGV_MAPERR): Likewise.
8205         (SEGV_ACCERR): Likewise.
8206         (BUS_ADRALN): Likewise.
8207         (BUS_ADRERR): Likewise.
8208         (BUS_OBJERR): Likewise.
8209         (BUS_MCEERR_AR): Likewise.
8210         (BUS_MCEERR_AO): Likewise.
8211         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8212         (TRAP_TRACE): Likewise.
8213         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8214         __USE_XOPEN2K8].
8215         (CLD_KILLED): Likewise.
8216         (CLD_DUMPED): Likewise.
8217         (CLD_TRAPPED): Likewise.
8218         (CLD_STOPPED): Likewise.
8219         (CLD_CONTINUED): Likewise.
8220         (POLL_IN): Likewise.
8221         (POLL_OUT): Likewise.
8222         (POLL_MSG): Likewise.
8223         (POLL_ERR): Likewise.
8224         (POLL_PRI): Likewise.
8225         (POLL_HUP): Likewise.
8226         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8227         (ILL_ILLOPN): Likewise.
8228         (ILL_ILLADR): Likewise.
8229         (ILL_ILLTRP): Likewise.
8230         (ILL_PRVOPC): Likewise.
8231         (ILL_PRVREG): Likewise.
8232         (ILL_COPROC): Likewise.
8233         (ILL_BADSTK): Likewise.
8234         (FPE_INTDIV): Likewise.
8235         (FPE_INTOVF): Likewise.
8236         (FPE_FLTDIV): Likewise.
8237         (FPE_FLTOVF): Likewise.
8238         (FPE_FLTUND): Likewise.
8239         (FPE_FLTRES): Likewise.
8240         (FPE_FLTINV): Likewise.
8241         (FPE_FLTSUB): Likewise.
8242         (SEGV_MAPERR): Likewise.
8243         (SEGV_ACCERR): Likewise.
8244         (BUS_ADRALN): Likewise.
8245         (BUS_ADRERR): Likewise.
8246         (BUS_OBJERR): Likewise.
8247         (BUS_MCEERR_AR): Likewise.
8248         (BUS_MCEERR_AO): Likewise.
8249         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8250         (TRAP_TRACE): Likewise.
8251         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8252         __USE_XOPEN2K8].
8253         (CLD_KILLED): Likewise.
8254         (CLD_DUMPED): Likewise.
8255         (CLD_TRAPPED): Likewise.
8256         (CLD_STOPPED): Likewise.
8257         (CLD_CONTINUED): Likewise.
8258         (POLL_IN): Likewise.
8259         (POLL_OUT): Likewise.
8260         (POLL_MSG): Likewise.
8261         (POLL_ERR): Likewise.
8262         (POLL_PRI): Likewise.
8263         (POLL_HUP): Likewise.
8264         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8265         (ILL_ILLOPN): Likewise.
8266         (ILL_ILLADR): Likewise.
8267         (ILL_ILLTRP): Likewise.
8268         (ILL_PRVOPC): Likewise.
8269         (ILL_PRVREG): Likewise.
8270         (ILL_COPROC): Likewise.
8271         (ILL_BADSTK): Likewise.
8272         (FPE_INTDIV): Likewise.
8273         (FPE_INTOVF): Likewise.
8274         (FPE_FLTDIV): Likewise.
8275         (FPE_FLTOVF): Likewise.
8276         (FPE_FLTUND): Likewise.
8277         (FPE_FLTRES): Likewise.
8278         (FPE_FLTINV): Likewise.
8279         (FPE_FLTSUB): Likewise.
8280         (SEGV_MAPERR): Likewise.
8281         (SEGV_ACCERR): Likewise.
8282         (BUS_ADRALN): Likewise.
8283         (BUS_ADRERR): Likewise.
8284         (BUS_OBJERR): Likewise.
8285         (BUS_MCEERR_AR): Likewise.
8286         (BUS_MCEERR_AO): Likewise.
8287         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8288         (TRAP_TRACE): Likewise.
8289         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8290         __USE_XOPEN2K8].
8291         (CLD_KILLED): Likewise.
8292         (CLD_DUMPED): Likewise.
8293         (CLD_TRAPPED): Likewise.
8294         (CLD_STOPPED): Likewise.
8295         (CLD_CONTINUED): Likewise.
8296         (POLL_IN): Likewise.
8297         (POLL_OUT): Likewise.
8298         (POLL_MSG): Likewise.
8299         (POLL_ERR): Likewise.
8300         (POLL_PRI): Likewise.
8301         (POLL_HUP): Likewise.
8302         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8303         (ILL_ILLOPN): Likewise.
8304         (ILL_ILLADR): Likewise.
8305         (ILL_ILLTRP): Likewise.
8306         (ILL_PRVOPC): Likewise.
8307         (ILL_PRVREG): Likewise.
8308         (ILL_COPROC): Likewise.
8309         (ILL_BADSTK): Likewise.
8310         (ILL_DBLFLT): Likewise.
8311         (ILL_HARDWALL): Likewise.
8312         (FPE_INTDIV): Likewise.
8313         (FPE_INTOVF): Likewise.
8314         (FPE_FLTDIV): Likewise.
8315         (FPE_FLTOVF): Likewise.
8316         (FPE_FLTUND): Likewise.
8317         (FPE_FLTRES): Likewise.
8318         (FPE_FLTINV): Likewise.
8319         (FPE_FLTSUB): Likewise.
8320         (SEGV_MAPERR): Likewise.
8321         (SEGV_ACCERR): Likewise.
8322         (BUS_ADRALN): Likewise.
8323         (BUS_ADRERR): Likewise.
8324         (BUS_OBJERR): Likewise.
8325         (BUS_MCEERR_AR): Likewise.
8326         (BUS_MCEERR_AO): Likewise.
8327         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8328         (TRAP_TRACE): Likewise.
8329         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8330         __USE_XOPEN2K8].
8331         (CLD_KILLED): Likewise.
8332         (CLD_DUMPED): Likewise.
8333         (CLD_TRAPPED): Likewise.
8334         (CLD_STOPPED): Likewise.
8335         (CLD_CONTINUED): Likewise.
8336         (POLL_IN): Likewise.
8337         (POLL_OUT): Likewise.
8338         (POLL_MSG): Likewise.
8339         (POLL_ERR): Likewise.
8340         (POLL_PRI): Likewise.
8341         (POLL_HUP): Likewise.
8342         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8343         (ILL_ILLOPN): Likewise.
8344         (ILL_ILLADR): Likewise.
8345         (ILL_ILLTRP): Likewise.
8346         (ILL_PRVOPC): Likewise.
8347         (ILL_PRVREG): Likewise.
8348         (ILL_COPROC): Likewise.
8349         (ILL_BADSTK): Likewise.
8350         (FPE_INTDIV): Likewise.
8351         (FPE_INTOVF): Likewise.
8352         (FPE_FLTDIV): Likewise.
8353         (FPE_FLTOVF): Likewise.
8354         (FPE_FLTUND): Likewise.
8355         (FPE_FLTRES): Likewise.
8356         (FPE_FLTINV): Likewise.
8357         (FPE_FLTSUB): Likewise.
8358         (SEGV_MAPERR): Likewise.
8359         (SEGV_ACCERR): Likewise.
8360         (BUS_ADRALN): Likewise.
8361         (BUS_ADRERR): Likewise.
8362         (BUS_OBJERR): Likewise.
8363         (BUS_MCEERR_AR): Likewise.
8364         (BUS_MCEERR_AO): Likewise.
8365         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8366         (TRAP_TRACE): Likewise.
8367         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8368         __USE_XOPEN2K8].
8369         (CLD_KILLED): Likewise.
8370         (CLD_DUMPED): Likewise.
8371         (CLD_TRAPPED): Likewise.
8372         (CLD_STOPPED): Likewise.
8373         (CLD_CONTINUED): Likewise.
8374         (POLL_IN): Likewise.
8375         (POLL_OUT): Likewise.
8376         (POLL_MSG): Likewise.
8377         (POLL_ERR): Likewise.
8378         (POLL_PRI): Likewise.
8379         (POLL_HUP): Likewise.
8380         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8381         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8382
8383         [BZ #16670]
8384         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8385         before #include of <time.h>.
8386         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8387         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8388         (test-xfail-UNIX98/sched.h/conform): Likewise.
8389
8390 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8391
8392         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8393         error absence of trapping exception support.
8394         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8395
8396 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8397
8398         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8399         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8400         * timezone/Makefile (testdata): Move definition above include of
8401         Rules.
8402         (test-zones): New variable.
8403         (tests-special): Add zone files.
8404         (build-testdata): Use $(evaluate-test).
8405
8406         * elf/Makefile (tests-special): Rename tests to end with .out.
8407         ($(objpfx)noload-mem): Likewise.
8408         ($(objpfx)tst-leaks1-mem): Likewise.
8409         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8410         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8411         $(objpfx)test-iconvconfig.out.
8412         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8413         set -e inside subshell and redirect output to file.
8414         * iconvdata/Makefile (generated): Rename tests to end with .out.
8415         Correct type.
8416         (tests-special): Rename tests to end with .out.
8417         ($(objpfx)mtrace-tst-loading): Likewise.
8418         * intl/Makefile (generated): Likewise.
8419         (tests-special): Likewise.
8420         ($(objpfx)mtrace-tst-gettext): Likewise.
8421         * misc/Makefile (generated): Likewise.
8422         (tests-special): Likewise.
8423         ($(objpfx)tst-error1-mem): Likewise.
8424         * nptl/Makefile (tests-special): Likewise.
8425         ($(objpfx)tst-stack3-mem): Likewise.
8426         (generated): Likewise.
8427         * posix/Makefile (generated): Likewise.
8428         (tests-special): Likewise.
8429         (xtests-special): Likewise.
8430         ($(objpfx)tst-fnmatch-mem): Likewise.
8431         ($(objpfx)bug-regex2-mem): Likewise.
8432         ($(objpfx)bug-regex14-mem): Likewise.
8433         ($(objpfx)bug-regex21-mem): Likewise.
8434         ($(objpfx)bug-regex31-mem): Likewise.
8435         ($(objpfx)tst-vfork3-mem): Likewise.
8436         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8437         ($(objpfx)tst-pcre-mem): Likewise.
8438         ($(objpfx)tst-boost-mem): Likewise.
8439         ($(objpfx)bug-ga2-mem): Likewise.
8440         ($(objpfx)bug-glob2-mem): Likewise.
8441         * resolv/Makefile (generate): Likewise.
8442         (tests-special): Likewise.
8443         (xtests-special): Likewise.
8444         (generated): Likewise.
8445         ($(objpfx)mtrace-tst-leaks): Likewise.
8446         ($(objpfx)mtrace-tst-leaks2): Likewise.
8447
8448         * scripts/merge-test-results.sh: New file.
8449         * Makefile (tests-special-notdir): New variable.
8450         (tests): Run merge-test-results.sh.
8451         (xtests): Likewise.
8452         * Rules (tests-special-notdir): New variable.
8453         (xtests-special-notdir): Likewise.
8454         (tests): Run merge-test-results.sh
8455         (xtests): Likewise.
8456
8457         * Makeconfig (test-xfail-name): New variable.
8458         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8459         compute variable name for expected failures.
8460         * conform/Makefile (conformtest-headers-data): New variable.
8461         (conformtest-standards): Likewise.
8462         (conformtest-headers-ISO): Likewise.
8463         (conformtest-headers-ISO99): Likewise.
8464         (conformtest-headers-ISO11): Likewise.
8465         (conformtest-headers-POSIX): Likewise.
8466         (conformtest-headers-XPG3): Likewise.
8467         (conformtest-headers-XPG4): Likewise.
8468         (conformtest-headers-UNIX98): Likewise.
8469         (conformtest-headers-XOPEN2K): Likewise.
8470         (conformtest-headers-POSIX2008): Likewise.
8471         (conformtest-headers-XOPEN2K8): Likewise.
8472         (conformtest-header-list-base): Likewise.
8473         (conformtest-header-list-tests): Likewise.
8474         (conformtest-header-base): Likewise.
8475         (conformtest-header-tests): Likewise.
8476         (tests-special): Add $(conformtest-header-list-tests).  If
8477         [$(fast-check) && !$(cross-compiling)], add
8478         $(conformtest-header-tests) instead of
8479         $(objpfx)run-conformtest.out.
8480         (generated): Add $(conformtest-header-list-base).  If
8481         [$(fast-check) && !$(cross-compiling)], add
8482         $(conformtest-header-base).  Remove previous setting.
8483         ($(conformtest-header-list-tests)): New target.
8484         (test-xfail-run-conformtest): Remove variable.
8485         ($(objpfx)run-conformtest.out): Remove target.
8486         (test-xfail-ISO11/complex.h/conform): New variable.
8487         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8488         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8489         (test-xfail-XPG3/varargs.h/conform): Likewise.
8490         (test-xfail-XPG4/varargs.h/conform): Likewise.
8491         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8492         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8493         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8494         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8495         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8496         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8497         (test-xfail-XPG3/ftw.h/conform): Likewise.
8498         (test-xfail-XPG3/grp.h/conform): Likewise.
8499         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8500         (test-xfail-XPG3/limits.h/conform): Likewise.
8501         (test-xfail-XPG3/pwd.h/conform): Likewise.
8502         (test-xfail-XPG3/search.h/conform): Likewise.
8503         (test-xfail-XPG3/signal.h/conform): Likewise.
8504         (test-xfail-XPG3/stdio.h/conform): Likewise.
8505         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8506         (test-xfail-XPG3/string.h/conform): Likewise.
8507         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8508         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8509         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8510         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8511         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8512         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8513         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8514         (test-xfail-XPG3/termios.h/conform): Likewise.
8515         (test-xfail-XPG3/time.h/conform): Likewise.
8516         (test-xfail-XPG3/unistd.h/conform): Likewise.
8517         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8518         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8519         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8520         (test-xfail-XPG4/netdb.h/conform): Likewise.
8521         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8522         (test-xfail-XPG4/signal.h/conform): Likewise.
8523         (test-xfail-XPG4/stdio.h/conform): Likewise.
8524         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8525         (test-xfail-XPG4/stropts.h/conform): Likewise.
8526         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8527         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8528         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8529         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8530         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8531         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8532         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8533         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8534         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8535         (test-xfail-XPG4/termios.h/conform): Likewise.
8536         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8537         (test-xfail-XPG4/unistd.h/conform): Likewise.
8538         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8539         (test-xfail-POSIX/sched.h/conform): Likewise.
8540         (test-xfail-POSIX/signal.h/conform): Likewise.
8541         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8542         (test-xfail-POSIX/tar.h/conform): Likewise.
8543         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8544         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8545         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8546         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8547         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8548         (test-xfail-UNIX98/sched.h/conform): Likewise.
8549         (test-xfail-UNIX98/signal.h/conform): Likewise.
8550         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8551         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8552         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8553         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8554         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8555         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8556         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8557         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8558         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8559         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8560         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8561         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8562         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8563         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8564         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8565         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8566         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8567         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8568         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8569         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8570         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8571         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8572         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8573         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8574         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8575         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8576         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8577         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8578         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8579         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8580         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8581         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8582         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8583         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8584         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8585         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8586         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8587         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8588         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8589         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8590         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8591         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8592         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8593         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8594         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8595         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8596         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8597         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8598         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8599         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8600         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8601         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8602         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8603         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8604         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8605         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8606         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8607         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8608         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8609         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8610         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8611         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8612         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8613         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8614         (conformtest-cc-flags): Likewise.
8615         ($(conformtest-header-tests): New target.
8616         * conform/check-header-lists.sh: New file.
8617         * conform/run-conformtest.sh: Remove.
8618
8619         * conform/conformtest.pl: Allow ' and \ in values given for
8620         constants.
8621         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8622         inclusion.
8623         [POSIX] (sys/types.h): Likewise.
8624         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8625         inclusion.
8626         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8627         inclusion.
8628         * conform/data/signal.h-data (SIGIO): Remove expectation.
8629         [XPG3] (SIGBUS): Do not expect.
8630         [POSIX || XPG3] (SIGPOLL): Likewise.
8631         [POSIX || XPG3] (SIGPROF): Likewise.
8632         [POSIX || XPG3] (SIGSYS): Likewise.
8633         [XPG3] (SIGTRAP): Likewise.
8634         [POSIX || XPG3] (SIGURG): Likewise.
8635         [POSIX || XPG3] (SIGVTALRM): Likewise.
8636         [POSIX || XPG3] (SIGXCPU): Likewise.
8637         [POSIX || XPG3] (SIGXFSZ): Likewise.
8638         [POSIX] (SA_SIGINFO): Expect.
8639         [XPG3] (siginfo_t): Do not expect type or contents.
8640         [POSIX] (si_pid): Do not expect element.
8641         [POSIX] (si_uid): Likewise.
8642         [POSIX] (si_addr): Likewise.
8643         [POSIX] (si_status): Likewise.
8644         [POSIX] (si_band): Likewise.
8645         [XPG4] (si_value): Likewise.
8646         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8647         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8648         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8649         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8650         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8651         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8652         [POSIX || XPG3] (ILL_COPROC): Likewise.
8653         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8654         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8655         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8656         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8657         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8658         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8659         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8660         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8661         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8662         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8663         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8664         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8665         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8666         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8667         [POSIX || XPG3] (CLD_EXITED): Likewise.
8668         [POSIX || XPG3] (CLD_KILLED): Likewise.
8669         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8670         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8671         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8672         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8673         [POSIX || XPG3] (POLL_IN): Likewise.
8674         [POSIX || XPG3] (POLL_OUT): Likewise.
8675         [POSIX || XPG3] (POLL_MSG): Likewise.
8676         [POSIX || XPG3] (POLL_ERR): Likewise.
8677         [POSIX || XPG3] (POLL_PRI): Likewise.
8678         [POSIX || XPG3] (POLL_HUP): Likewise.
8679         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8680         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8681         (SIG*): Do not allow.
8682         [XPG3] (si_*): Likewise.
8683         [XPG3] (SI_*): Likewise.
8684         [XPG3 || XPG4] (sigev_*): Likewise.
8685         [XPG3 || XPG4] (SIGEV_*): Likewise.
8686         [XPG3 || XPG4] (sival_*): Likewise.
8687         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8688         [POSIX || XPG3] (BUS_*): Likewise.
8689         [POSIX || XPG3] (CLD_*): Likewise.
8690         [POSIX || XPG3] (FPE_*): Likewise.
8691         [POSIX || XPG3] (ILL_*): Likewise.
8692         [POSIX || XPG3] (POLL_*): Likewise.
8693         [POSIX || XPG3] (SEGV_*): Likewise.
8694         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8695         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8696         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8697         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8698         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8699         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8700         Specify type and value.
8701         (TVERSLEN): Likewise.
8702         (REGTYPE): Likewise.
8703         (AREGTYPE): Likewise.
8704         (LNKTYPE): Likewise.
8705         (SYMTYPE): Likewise.
8706         (CHRTYPE): Likewise.
8707         (BLKTYPE): Likewise.
8708         (DIRTYPE): Likewise.
8709         (FIFOTYPE): Likewise.
8710         (CONTTYPE): Likewise.
8711         (TSUID): Likewise.
8712         (TSGID): Likewise.
8713         (TSVTX): Likewise.
8714         (TUREAD): Likewise.
8715         (TUWRITE): Likewise.
8716         (TUEXEC): Likewise.
8717         (TGREAD): Likewise.
8718         (TGWRITE): Likewise.
8719         (TGEXEC): Likewise.
8720         (TOREAD): Likewise.
8721         (TOWRITE): Likewise.
8722         (TOEXEC): Likewise.
8723         [POSIX] (TSVTX): Expect constant.
8724
8725 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8726
8727         * Makefile (tests): Change dependencies to ....
8728         (tests-special): ... additions to this variable.
8729         (tests): Depend on $(tests-special).
8730         * Makerules (check-abi-list): New variable.
8731         (check-abi): Depend on $(check-abi-list).
8732         [$(subdir) = elf] (tests-special): Add
8733         $(objpfx)check-abi-libc.out.
8734         [$(build-shared) = yes && subdir] (tests-special): Add
8735         $(check-abi-list).
8736         [$(build-shared) = yes && subdir] (tests): Do not depend on
8737         check-abi.
8738         * Rules (tests): Depend on $(tests-special).
8739         (xtests): Depend on $(xtests-special).
8740         * catgets/Makefile (tests): Change dependencies to ....
8741         (tests-special): ... additions to this variable.
8742         * conform/Makefile (tests): Change dependencies to ....
8743         (tests-special): ... additions to this variable.
8744         * elf/Makefile (tests): Change dependencies to ....
8745         (tests-special): ... additions to this variable.
8746         * grp/Makefile (tests): Change dependencies to ....
8747         (tests-special): ... additions to this variable.
8748         * iconv/Makefile (xtests): Change dependencies to ....
8749         (xtests-special): ... additions to this variable.
8750         * iconvdata/Makefile (tests): Change dependencies to ....
8751         (tests-special): ... additions to this variable.
8752         * intl/Makefile (tests): Change dependencies to ....
8753         (tests-special): ... additions to this variable.  Also add
8754         $(objpfx)tst-gettext.out.
8755         * io/Makefile (tests): Change dependencies to ....
8756         (tests-special): ... additions to this variable.
8757         * libio/Makefile (tests): Change dependencies to ....
8758         (tests-special): ... additions to this variable.
8759         * malloc/Makefile (tests): Change dependencies to ....
8760         (tests-special): ... additions to this variable.
8761         * misc/Makefile (tests): Change dependencies to ....
8762         (tests-special): ... additions to this variable.
8763         * nptl/Makefile (tests): Change dependencies to ....
8764         (tests-special): ... additions to this variable.
8765         * nptl_db/Makefile (tests): Change dependencies to ....
8766         (tests-special): ... additions to this variable.
8767         * posix/Makefile (tests): Change dependencies to ....
8768         (tests-special): ... additions to this variable.
8769         (xtests): Change dependencies to ....
8770         (xtests-special): ... additions to this variable.
8771         * resolv/Makefile (tests): Change dependencies to ....
8772         (tests-special): ... additions to this variable.
8773         (xtests): Change dependencies to ....
8774         (xtests-special): ... additions to this variable.
8775         * stdio-common/Makefile (tests): Change dependencies to ....
8776         (tests-special): ... additions to this variable.
8777         (do-tst-unbputc): Remove target.
8778         (do-tst-printf): Likewise.
8779         * stdlib/Makefile (tests): Change dependencies to ....
8780         (tests-special): ... additions to this variable.
8781         * string/Makefile (tests): Change dependencies to ....
8782         (tests-special): ... additions to this variable.
8783         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8784         (tests-special): ... additions to this variable.
8785
8786         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8787         whole file.
8788         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8789         whole file.
8790         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8791         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8792
8793         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8794         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8795         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8796         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8797         * conform/data/libgen.h-data [XPG3]: Likewise.
8798         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8799         * conform/data/ndbm.h-data [XPG3]: Likewise.
8800         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8801         * conform/data/netdb.h-data [XPG3]: Likewise.
8802         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8803         * conform/data/poll.h-data [XPG3]: Likewise.
8804         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8805         * conform/data/strings.h-data [XPG3]: Likewise.
8806         * conform/data/stropts.h-data [XPG3]: Likewise.
8807         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8808         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8809         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8810         Likewise.
8811         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8812         * conform/data/sys/time.h-data [XPG3]: Likewise.
8813         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8814         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8815         * conform/data/sys/un.h-data [XPG3]: Likewise.
8816         * conform/data/syslog.h-data [XPG3]: Likewise.
8817         * conform/data/ucontext.h-data [XPG3]: Likewise.
8818         * conform/data/utmpx.h-data [XPG3]: Likewise.
8819         * conform/data/varargs.h-data [UNIX98]: Enable file.
8820
8821         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8822
8823         * math/libm-test.inc (struct test_f_f_data): Move expected results
8824         into structure for each rounding mode.
8825         (struct test_ff_f_data): Likewise.
8826         (struct test_ff_f_data_nexttoward): Likewise.
8827         (struct test_fi_f_data): Likewise.
8828         (struct test_fl_f_data): Likewise.
8829         (struct test_if_f_data): Likewise.
8830         (struct test_fff_f_data): Likewise.
8831         (struct test_c_f_data): Likewise.
8832         (struct test_f_f1_data): Likewise.
8833         (struct test_fF_f1_data): Likewise.
8834         (struct test_ffI_f1_data): Likewise.
8835         (struct test_c_c_data): Likewise.
8836         (struct test_cc_c_data): Likewise.
8837         (struct test_f_i_data): Likewise.
8838         (struct test_ff_i_data): Likewise.
8839         (struct test_f_l_data): Likewise.
8840         (struct test_f_L_data): Likewise.
8841         (struct test_fFF_11_data): Likewise.
8842         (RM_): New macro.
8843         (RM_FE_DOWNWARD): Likewise.
8844         (RM_FE_TONEAREST): Likewise.
8845         (RM_FE_TOWARDZERO): Likewise.
8846         (RM_FE_UPWARD): Likewise.
8847         (RUN_TEST_LOOP_f_f): Update references to expected results.
8848         (RUN_TEST_LOOP_2_f): Likewise.
8849         (RUN_TEST_LOOP_fff_f): Likewise.
8850         (RUN_TEST_LOOP_c_f): Likewise.
8851         (RUN_TEST_LOOP_f_f1): Likewise.
8852         (RUN_TEST_LOOP_fF_f1): Likewise.
8853         (RUN_TEST_LOOP_fI_f1): Likewise.
8854         (RUN_TEST_LOOP_ffI_f1): Likewise.
8855         (RUN_TEST_LOOP_c_c): Likewise.
8856         (RUN_TEST_LOOP_cc_c): Likewise.
8857         (RUN_TEST_LOOP_f_i): Likewise.
8858         (RUN_TEST_LOOP_f_i_tg): Likewise.
8859         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8860         (RUN_TEST_LOOP_f_b): Likewise.
8861         (RUN_TEST_LOOP_f_b_tg): Likewise.
8862         (RUN_TEST_LOOP_f_l): Likewise.
8863         (RUN_TEST_LOOP_f_L): Likewise.
8864         (RUN_TEST_LOOP_fFF_11): Likewise.
8865         * math/gen-libm-test.pl (parse_args): Output four copies of
8866         expected results for each test.
8867
8868         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8869         (__ASSUME_UTIMES): Remove.
8870         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8871         (__ASSUME_UTIMES): Likewise.
8872
8873         * math/gen-auto-libm-tests.c: Update comment on output format.
8874         (output_for_one_input_case): Generate before-rounding and
8875         after-rounding information as conditions on output flags not
8876         floating-point format.
8877         * math/auto-libm-test-out: Regenerated.
8878         * math/gen-libm-test.pl (cond_value): New function.
8879         (or_cond_value): Use cond_value.
8880         (generate_testfile): Handle conditional exceptions.
8881
8882 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8883
8884         * math/libm-test.inc (max_valid_error): New variable.
8885         (init_max_error): Take new argument specifying whether function
8886         results are exactly determined.  Set max_valid_error and bound
8887         other variables for errors based on this argument.
8888         (set_max_error): Do not record results above max_valid_error.
8889         (check_float_internal): Only accept errors of up to 0.5ulps if
8890         also at most max_valid_error.
8891         (START): Take new argument EXACT and pass it to init_max_error.
8892         (acos_test): Update call to START.
8893         (acos_test_tonearest): Likewise.
8894         (acos_test_towardzero): Likewise.
8895         (acos_test_downward): Likewise.
8896         (acos_test_upward): Likewise.
8897         (acosh_test): Likewise.
8898         (asin_test): Likewise.
8899         (asin_test_tonearest): Likewise.
8900         (asin_test_towardzero): Likewise.
8901         (asin_test_downward): Likewise.
8902         (asin_test_upward): Likewise.
8903         (asinh_test): Likewise.
8904         (atan_test): Likewise.
8905         (atanh_test): Likewise.
8906         (atan2_test): Likewise.
8907         (cabs_test): Likewise.
8908         (cacos_test): Likewise.
8909         (cacosh_test): Likewise.
8910         (carg_test): Likewise.
8911         (casin_test): Likewise.
8912         (casinh_test): Likewise.
8913         (catan_test): Likewise.
8914         (catanh_test): Likewise.
8915         (cbrt_test): Likewise.
8916         (ccos_test): Likewise.
8917         (ccosh_test): Likewise.
8918         (ceil_test): Likewise.
8919         (cexp_test): Likewise.
8920         (cimag_test): Likewise.
8921         (clog_test): Likewise.
8922         (clog10_test): Likewise.
8923         (conj_test): Likewise.
8924         (copysign_test): Likewise.
8925         (cos_test): Likewise.
8926         (cos_test_tonearest): Likewise.
8927         (cos_test_towardzero): Likewise.
8928         (cos_test_downward): Likewise.
8929         (cos_test_upward): Likewise.
8930         (cosh_test): Likewise.
8931         (cosh_test_tonearest): Likewise.
8932         (cosh_test_towardzero): Likewise.
8933         (cosh_test_downward): Likewise.
8934         (cosh_test_upward): Likewise.
8935         (cpow_test): Likewise.
8936         (cproj_test): Likewise.
8937         (creal_test): Likewise.
8938         (csin_test): Likewise.
8939         (csinh_test): Likewise.
8940         (csqrt_test): Likewise.
8941         (ctan_test): Likewise.
8942         (ctan_test_tonearest): Likewise.
8943         (ctan_test_towardzero): Likewise.
8944         (ctan_test_downward): Likewise.
8945         (ctan_test_upward): Likewise.
8946         (ctanh_test): Likewise.
8947         (ctanh_test_tonearest): Likewise.
8948         (ctanh_test_towardzero): Likewise.
8949         (ctanh_test_downward): Likewise.
8950         (ctanh_test_upward): Likewise.
8951         (erf_test): Likewise.
8952         (erfc_test): Likewise.
8953         (exp_test): Likewise.
8954         (exp_test_tonearest): Likewise.
8955         (exp_test_towardzero): Likewise.
8956         (exp_test_downward): Likewise.
8957         (exp_test_upward): Likewise.
8958         (exp10_test): Likewise.
8959         (exp10_test_tonearest): Likewise.
8960         (exp10_test_towardzero): Likewise.
8961         (exp10_test_downward): Likewise.
8962         (exp10_test_upward): Likewise.
8963         (pow10_test): Likewise.
8964         (exp2_test): Likewise.
8965         (expm1_test): Likewise.
8966         (expm1_test_tonearest): Likewise.
8967         (expm1_test_towardzero): Likewise.
8968         (expm1_test_downward): Likewise.
8969         (expm1_test_upward): Likewise.
8970         (fabs_test): Likewise.
8971         (fdim_test): Likewise.
8972         (floor_test): Likewise.
8973         (fma_test): Likewise.
8974         (fma_test_towardzero): Likewise.
8975         (fma_test_downward): Likewise.
8976         (fma_test_upward): Likewise.
8977         (fmax_test): Likewise.
8978         (fmin_test): Likewise.
8979         (fmod_test): Likewise.
8980         (fpclassify_test): Likewise.
8981         (frexp_test): Likewise.
8982         (hypot_test): Likewise.
8983         (ilogb_test): Likewise.
8984         (isfinite_test): Likewise.
8985         (finite_test): Likewise.
8986         (isgreater_test): Likewise.
8987         (isgreaterequal_test): Likewise.
8988         (isinf_test): Likewise.
8989         (isless_test): Likewise.
8990         (islessequal_test): Likewise.
8991         (islessgreater_test): Likewise.
8992         (isnan_test): Likewise.
8993         (isnormal_test): Likewise.
8994         (issignaling_test): Likewise.
8995         (isunordered_test): Likewise.
8996         (j0_test): Likewise.
8997         (j1_test): Likewise.
8998         (jn_test): Likewise.
8999         (ldexp_test): Likewise.
9000         (lgamma_test): Likewise.
9001         (gamma_test): Likewise.
9002         (lrint_test): Likewise.
9003         (lrint_test_tonearest): Likewise.
9004         (lrint_test_towardzero): Likewise.
9005         (lrint_test_downward): Likewise.
9006         (lrint_test_upward): Likewise.
9007         (llrint_test): Likewise.
9008         (llrint_test_tonearest): Likewise.
9009         (llrint_test_towardzero): Likewise.
9010         (llrint_test_downward): Likewise.
9011         (llrint_test_upward): Likewise.
9012         (log_test): Likewise.
9013         (log10_test): Likewise.
9014         (log1p_test): Likewise.
9015         (log2_test): Likewise.
9016         (logb_test): Likewise.
9017         (logb_test_downward): Likewise.
9018         (lround_test): Likewise.
9019         (llround_test): Likewise.
9020         (modf_test): Likewise.
9021         (nearbyint_test): Likewise.
9022         (nextafter_test): Likewise.
9023         (nexttoward_test): Likewise.
9024         (pow_test): Likewise.
9025         (pow_test_tonearest): Likewise.
9026         (pow_test_towardzero): Likewise.
9027         (pow_test_downward): Likewise.
9028         (pow_test_upward): Likewise.
9029         (remainder_test): Likewise.
9030         (drem_test): Likewise.
9031         (remainder_test_tonearest): Likewise.
9032         (drem_test_tonearest): Likewise.
9033         (remainder_test_towardzero): Likewise.
9034         (drem_test_towardzero): Likewise.
9035         (remainder_test_downward): Likewise.
9036         (drem_test_downward): Likewise.
9037         (remainder_test_upward): Likewise.
9038         (drem_test_upward): Likewise.
9039         (remquo_test): Likewise.
9040         (rint_test): Likewise.
9041         (rint_test_tonearest): Likewise.
9042         (rint_test_towardzero): Likewise.
9043         (rint_test_downward): Likewise.
9044         (rint_test_upward): Likewise.
9045         (round_test): Likewise.
9046         (scalb_test): Likewise.
9047         (scalbn_test): Likewise.
9048         (scalbln_test): Likewise.
9049         (signbit_test): Likewise.
9050         (sin_test): Likewise.
9051         (sin_test_tonearest): Likewise.
9052         (sin_test_towardzero): Likewise.
9053         (sin_test_downward): Likewise.
9054         (sin_test_upward): Likewise.
9055         (sincos_test): Likewise.
9056         (sinh_test): Likewise.
9057         (sinh_test_tonearest): Likewise.
9058         (sinh_test_towardzero): Likewise.
9059         (sinh_test_downward): Likewise.
9060         (sinh_test_upward): Likewise.
9061         (sqrt_test): Likewise.
9062         (sqrt_test_tonearest): Likewise.
9063         (sqrt_test_towardzero): Likewise.
9064         (sqrt_test_downward): Likewise.
9065         (sqrt_test_upward): Likewise.
9066         (tan_test): Likewise.
9067         (tan_test_tonearest): Likewise.
9068         (tan_test_towardzero): Likewise.
9069         (tan_test_downward): Likewise.
9070         (tan_test_upward): Likewise.
9071         (tanh_test): Likewise.
9072         (tgamma_test): Likewise.
9073         (trunc_test): Likewise.
9074         (y0_test): Likewise.
9075         (y1_test): Likewise.
9076         (yn_test): Likewise.
9077         (significand_test): Likewise.
9078
9079         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9080         individual tests in comment.
9081         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9082         (prev_max_error): New variable.
9083         (prev_real_max_error): Likewise.
9084         (prev_imag_max_error): Likewise.
9085         (compare_ulp_data): Don't refer to test names in comment.
9086         (find_test_ulps): Remove function.
9087         (find_function_ulps): Likewise.
9088         (find_complex_function_ulps): Likewise.
9089         (init_max_error): Take function name as argument.  Look up ulps
9090         for that function.
9091         (print_ulps): Remove function.
9092         (print_max_error): Use prev_max_error instead of calling
9093         find_function_ulps.
9094         (print_complex_max_error): Use prev_real_max_error and
9095         prev_imag_max_error instead of calling find_complex_function_ulps.
9096         (check_float_internal): Take max_ulp parameter instead of calling
9097         find_test_ulps.  Don't call print_ulps.
9098         (check_float): Update call to check_float_internal.
9099         (check_complex): Update calls to check_float_internal.
9100         (START): Pass argument to init_max_error.
9101         * math/gen-libm-test.pl (%results): Don't include "kind"
9102         information.
9103         (parse_ulps): Don't handle ulps of individual tests.
9104         (print_ulps_file): Likewise.
9105         (output_ulps): Likewise.
9106         * math/README.libm-test: Update.
9107         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9108         individual tests.
9109         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9110         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9111         * sysdeps/arm/libm-test-ulps: Likewise.
9112         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9113         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9114         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9115         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9116         * sysdeps/microblaze/libm-test-ulps: Likewise.
9117         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9118         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9119         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9120         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9121         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9122         * sysdeps/sh/libm-test-ulps: Likewise.
9123         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9124         * sysdeps/tile/libm-test-ulps: Likewise.
9125         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9126
9127 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9128
9129         * math/libm-test.inc (print_complex_max_error): Check separately
9130         whether real and imaginary errors are within allowed range and
9131         pass 0 to print_complex_function_ulps instead of value within
9132         allowed range.
9133
9134 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9135
9136         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9137         formatting.
9138         (get_handles_fopen): Likewise.
9139         (do_write_test): Likewise.
9140
9141         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9142
9143         * libio/fileops.c (do_ftell): Use cached offset when
9144         available.
9145         * libio/iofwide.c (do_ftell_wide): Likewise.
9146         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9147         _IO_file_attach.
9148         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9149
9150         [BZ #16532]
9151         * libio/libioP.h (get_file_offset): New function.
9152         * libio/fileops.c (get_file_offset): Likewise.
9153         (do_ftell): Likewise.
9154         (_IO_new_file_seekoff): Split out ftell logic.
9155         * libio/wfileops.c (do_ftell_wide): Likewise.
9156         (_IO_wfile_seekoff): Split out ftell logic.
9157         * libio/tst-ftell-active-handler.c: New test case.
9158         * libio/Makefile (tests): Add it.
9159
9160 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9161
9162         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9163         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9164
9165 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9166
9167         [BZ #16639]
9168         * nscd/connections.c (nscd_init): Call do_exit.
9169         (start_threads): Call do_exit and notify_parent.
9170         (begin_drop_privileges): Call do_exit.
9171         (finish_drop_privileges): Likewise.
9172         * nscd/selinux.c (preserve_capabilities): Likewise.
9173         (install_real_capabilities): Likewise.
9174         (nscd_selinux_enabled): Likewise.
9175         (avc_create_thread): Likewise.
9176         (avc_alloc_lock): Likewise.
9177         (nscd_avc_init): Likewise.
9178         * nscd/nscd.c (parent_fd): New static variable.
9179         (main): Create a pipe between parent and child processes.
9180         Skip closing parent_fd.
9181         (monitor_child): New function.
9182         (do_exit): Likewise.
9183         (notify_parent): Likewise.
9184         * nscd/nscd.h (notify_parent): Likewise.
9185         (do_exit): Likewise.
9186
9187 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9188
9189         * malloc/malloc.c (__libc_calloc): Revert last change.
9190
9191 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9192
9193         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9194
9195 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9196
9197         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9198         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9199         implementation.
9200         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9201         (__libc_ifunc_impl_list): Likewise.
9202         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9203         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9204         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9205         * string/strrchr.c: Define STRRCHR.
9206
9207 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9208
9209         * benchtest/bench-strtok.c (simple_strtok): Delete.
9210         (strtok_string): Use as benchmark.
9211         * string/strtok (STRTOK): New macro.
9212
9213 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9214
9215         * manual/threads.texi: Add header and standard comments to all
9216         functions.
9217
9218         * elf/dl-lookup.c (check_match): New function.
9219         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9220         (do_lookup_x): Remove nested function check_match. Use non-nested
9221         function check_match.
9222
9223 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9224
9225         * csu/Makefile (generated, before-compile): Use += rather than =.
9226         * catgets/Makefile (generated, generated-dirs): Likewise.
9227         * debug/Makefile (generated): Likewise.
9228         * dlfcn/Makefile (generated): Likewise.
9229         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9230         * iconvdata/Makefile (before-compile, generated): Likewise.
9231         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9232         * libio/Makefile (generated): Likewise.
9233         * malloc/Makefile (generated): Likewise.
9234         * manual/Makefile (generated, generated-dirs): Likewise.
9235         * misc/Makefile (generated): Likewise.
9236         * posix/Makefile (generated): Likewise.
9237         * resolv/Makefile (generated): Likewise.
9238         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9239         * timezone/Makefile (generated, generated-dirs): Likewise.
9240
9241         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9242
9243 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9244
9245         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9246         power8 implementation.
9247         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9248         file: POWER8 llround ifunc implementation.
9249         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9250         (__lllround): Add POWER8 implementation.
9251         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9252         POWER8 llround implementation.
9253
9254         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9255         power8 implementation.
9256         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9257         file: POWER8 llrint ifunc implementation.
9258         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9259         Add POWER8 implementation.
9260         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9261         POWER8 llrint implementation.
9262
9263         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9264         power8 implementation.
9265         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9266         file: POWER8 finite ifunc implementation.
9267         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9268         Add POWER8 implementation.
9269         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9270         Likewise.
9271         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9272         POWER8 finite implementation.
9273         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9274
9275         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9276         power8 implementation.
9277         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9278         file: POWER8 isinf ifunc implementation.
9279         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9280         POWER8 implementation.
9281         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9282         Likewise.
9283         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9284         isinf implementation.
9285         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9286
9287         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9288         (INIT_ARCH): Add hwcap2 initialization.
9289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9290         power8 implementation.
9291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9292         file: POWER8 isnan ifunc implementation.
9293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9294         POWER8 implementation.
9295         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9296         Likewise.
9297         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9298         isnan implementation.
9299         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9300
9301 2014-02-27  Joey Ye  <joey.ye@arm.com>
9302
9303         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9304         (_FP_NANFRAC_Q): Set to zero.
9305
9306 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9307
9308         [BZ #16623]
9309         * math/auto-libm-test-in: New test inputs.
9310         * math/auto-libm-test-out: Regenerate.
9311         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9312         and DA.
9313         (__cos): Likewise.
9314         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9315
9316 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9317
9318         * scripts/evaluate-test.sh: Take new argument indicating whether
9319         failure is expected.
9320         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9321         indicating whether failure is expected.
9322         * conform/Makefile (test-xfail-run-conformtest): New variable.
9323         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9324         level.
9325         * posix/Makefile (test-xfail-annexc): New variable.
9326         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9327
9328 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9329
9330         * argp/Makefile: Include Makeconfig immediately after defining
9331         subdir.
9332         * assert/Makefile: Likewise.
9333         * benchtests/Makefile: Likewise.
9334         * catgets/Makefile: Likewise.
9335         * conform/Makefile: Likewise.
9336         * crypt/Makefile: Likewise.
9337         * csu/Makefile: Likewise.
9338         (all): Remove target.
9339         * ctype/Makefile: Include Makeconfig immediately after defining
9340         subdir.
9341         * debug/Makefile: Likewise.
9342         * dirent/Makefile: Likewise.
9343         * dlfcn/Makefile: Likewise.
9344         * gmon/Makefile: Likewise.
9345         * gnulib/Makefile: Likewise.
9346         * grp/Makefile: Likewise.
9347         * gshadow/Makefile: Likewise.
9348         * hesiod/Makefile: Likewise.
9349         * hurd/Makefile: Likewise.
9350         (all): Remove target.
9351         * iconvdata/Makefile: Include Makeconfig immediately after
9352         defining subdir.
9353         * inet/Makefile: Likewise.
9354         * intl/Makefile: Likewise.
9355         * io/Makefile: Likewise.
9356         * libio/Makefile: Likewise.
9357         (all): Remove target.
9358         * locale/Makefile: Include Makeconfig immediately after defining
9359         subdir.
9360         * login/Makefile: Likewise.
9361         * mach/Makefile: Likewise.
9362         (all): Remove target.
9363         * malloc/Makefile: Include Makeconfig immediately after defining
9364         subdir.
9365         (all): Remove target.
9366         * manual/Makefile: Include Makeconfig immediately after defining
9367         subdir.
9368         * math/Makefile: Likewise.
9369         * misc/Makefile: Likewise.
9370         * nis/Makefile: Likewise.
9371         * nss/Makefile: Likewise.
9372         * po/Makefile: Likewise.
9373         (all): Remove target.
9374         * posix/Makefile: Include Makeconfig immediately after defining
9375         subdir.
9376         * pwd/Makefile: Likewise.
9377         * resolv/Makefile: Likewise.
9378         * resource/Makefile: Likewise.
9379         * rt/Makefile: Likewise.
9380         * setjmp/Makefile: Likewise.
9381         * shadow/Makefile: Likewise.
9382         * signal/Makefile: Likewise.
9383         * socket/Makefile: Likewise.
9384         * soft-fp/Makefile: Likewise.
9385         * stdio-common/Makefile: Likewise.
9386         * stdlib/Makefile: Likewise.
9387         * streams/Makefile: Likewise.
9388         * string/Makefile: Likewise.
9389         * sunrpc/Makefile: Likewise.
9390         (all): Remove target.
9391         * sysvipc/Makefile: Include Makeconfig immediately after defining
9392         subdir.
9393         * termios/Makefile: Likewise.
9394         * time/Makefile: Likewise.
9395         * timezone/Makefile: Likewise.
9396         (all): Remove target.
9397         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9398         subdir.
9399         * wctype/Makefile: Likewise.
9400
9401 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9402
9403         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9404         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9405         (libc_feholdexcept_setround_mips): Ditto.
9406         (libc_feholdsetround): New.
9407         (libc_feholdsetroundf): New.
9408         (libc_feholdsetroundl): New.
9409         (libc_feupdateenv_test_mips): New.
9410         (libc_feupdateenv_test): New.
9411         (libc_feupdateenv_testf): New.
9412         (libc_feupdateenv_testl): New.
9413         (libc_feresetround): New.
9414         (libc_feresetroundf): New.
9415         (libc_feresetroundl): New.
9416         (libc_fetestexcept_mips): New.
9417         (libc_fetestexcept): New.
9418         (libc_fetestexceptf): New.
9419         (libc_fetestexceptl): New.
9420         (HAVE_RM_CTX): New.
9421         (libc_feholdexcept_setround_mips_ctx): New.
9422         (libc_feholdexcept_setround_ctx): New.
9423         (libc_feholdexcept_setroundf_ctx): New.
9424         (libc_feholdexcept_setroundl_ctx): New.
9425         (libc_fesetenv_mips_ctx): New.
9426         (libc_fesetenv_ctx): New.
9427         (libc_fesetenv_ctxf): New.
9428         (libc_fesetenv_ctxl): New.
9429         (libc_feupdateenv_mips_ctx): New.
9430         (libc_feupdateenv_ctx): New.
9431         (libc_feupdateenvf_ctx): New.
9432         (libc_feupdateenvl_ctx): New.
9433         (libc_feholdsetround_mips_ctx): New.
9434         (libc_feholdsetround_ctx): New.
9435         (libc_feholdsetroundf_ctx): New.
9436         (libc_feholdsetroundl_ctx): New.
9437         (libc_feresetround_mips_ctx): New.
9438         (libc_feresetround_ctx): New.
9439         (libc_feresetroundf_ctx): New.
9440         (libc_feresetroundl_ctx): New.
9441
9442 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9443
9444         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9445
9446         * manual/ipc.texi: New file.
9447         * manual/Makefile (chapters): Add ipc.
9448         * manual/job.texi: Add "Inter-Process Communication" to next.
9449         * manual/process.texi: Add "Inter-Process Communication" to prev.
9450
9451 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9452
9453         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9454
9455 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9456
9457         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9458
9459         * manual/arith.texi: Fix spaces after sentences.
9460         * manual/charset.texi: Likewise.
9461         * manual/errno.texi: Likewise.
9462         * manual/install.texi: Likewise.
9463         * manual/llio.texi: Likewise.
9464         * manual/locale.texi: Likewise.
9465         * manual/maint.texi: Likewise.
9466         * manual/math.texi: Likewise.
9467         * manual/memory.texi: Likewise.
9468         * manual/message.texi: Likewise.
9469         * manual/probes.texi: Likewise.
9470         * manual/resource.texi: Likewise.
9471         * manual/signal.texi: Likewise.
9472         * manual/socket.texi: Likewise.
9473         * manual/stdio.texi: Likewise.
9474         * manual/string.texi: Likewise.
9475         * manual/time.texi: Likewise.
9476         * manual/users.texi: Likewise.
9477
9478 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9479
9480         [BZ #16632]
9481         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9482         _DEFAULT_SOURCE is defined.
9483
9484 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9485             Carlos O'Donell  <carlos@redhat.com>
9486
9487         [BZ #16613]
9488         * elf/dl-tls.c (_dl_count_modids): New function.
9489         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9490         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9491         audit library and increment generation counter.
9492         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9493         * elf/tst-audit9.c: New file.
9494         * elf/tst-auditmod9a.c: New file.
9495         * elf/tst-auditmod9b.c: New file.
9496         * elf/Makefile: Add rules to build and run tst-audit9.
9497
9498 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9499
9500         [BZ #15347]
9501         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9502
9503 2014-02-25  Will Newton  <will.newton@linaro.org>
9504
9505         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9506         (__longjmp): Restore sp and lr before restoring callee
9507         saved registers.  Add longjmp and longjmp_target
9508         SystemTap probe point.
9509         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9510         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9511         Define to zero to match jmpbuf layout.
9512         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9513         (__sigsetjmp): Save sp and lr before saving callee
9514         saved registers.  Add setjmp SystemTap probe point.
9515
9516 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9517
9518         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9519
9520 2014-02-24  Andreas Schwab  <schwab@suse.de>
9521
9522         [BZ #15804]
9523         * elf/pldd.c (wait_for_ptrace_stop): New function.
9524         (main): Call it after attaching.
9525
9526 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9527
9528         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9529         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9530         Versions files is now verboten.
9531         * hurd/Versions (libc: GLIBC_2.0):
9532         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9533         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9534         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9535         * mach/Versions: Likewise.
9536
9537         * csu/Versions: Remove unused %include.
9538         * resolv/Versions: Likewise.
9539
9540 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9541
9542         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9543         ($(objpfx)check-local-headers.out): Likewise.
9544         ($(objpfx)begin-end-check.out): Likewise.
9545         * Makerules (check-abi-%.out): Likewise.
9546         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9547         ($(objpfx)test2.cat): Likewise.
9548         ($(objpfx)de/libc.cat): Likewise.
9549         ($(objpfx)test-gencat.out): Likewise.
9550         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9551         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9552         ($(objpfx)noload-mem): Likewise.
9553         ($(objpfx)tst-pathopt.out): Likewise.
9554         ($(objpfx)tst-rtld-load-self.out): Likewise.
9555         ($(objpfx)tst-array1-cmp.out): Likewise.
9556         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9557         ($(objpfx)tst-array2-cmp.out): Likewise.
9558         ($(objpfx)tst-array3-cmp.out): Likewise.
9559         ($(objpfx)tst-array4-cmp.out): Likewise.
9560         ($(objpfx)tst-array5-cmp.out): Likewise.
9561         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9562         ($(objpfx)check-textrel.out): Likewise.
9563         ($(objpfx)check-execstack.out): Likewise.
9564         ($(objpfx)check-localplt.out): Likewise.
9565         ($(objpfx)order2-cmp.out): Likewise.
9566         ($(objpfx)tst-leaks1-mem): Likewise.
9567         ($(objpfx)tst-leaks1-static-mem): Likewise.
9568         ($(objpfx)tst-initorder-cmp.out): Likewise.
9569         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9570         ($(objpfx)tst-unused-dep.out): Likewise.
9571         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9572         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9573         * iconv/Makefile (test-iconvconfig): Likewise.
9574         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9575         ($(objpfx)iconv-test.out): Likewise.
9576         ($(objpfx)tst-tables.out): Likewise.
9577         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9578         ($(objpfx)tst-gettext.out): Likewise.
9579         ($(objpfx)tst-translit.out): Likewise.
9580         ($(objpfx)tst-gettext2.out): Likewise.
9581         ($(objpfx)tst-gettext4.out): Likewise.
9582         ($(objpfx)tst-gettext6.out): Likewise.
9583         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9584         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9585         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9586         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9587         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9588         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9589         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9590         ($(objpfx)wordexp-tst.out): Likewise.
9591         ($(objpfx)annexc.out): Likewise.
9592         ($(objpfx)tst-fnmatch-mem): Likewise.
9593         ($(objpfx)bug-regex2-mem): Likewise.
9594         ($(objpfx)bug-regex14-mem): Likewise.
9595         ($(objpfx)bug-regex21-mem): Likewise.
9596         ($(objpfx)bug-regex31-mem): Likewise.
9597         ($(objpfx)tst-vfork3-mem): Likewise.
9598         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9599         ($(objpfx)tst-pcre-mem): Likewise.
9600         ($(objpfx)tst-boost-mem): Likewise.
9601         ($(objpfx)tst-getconf.out): Likewise.
9602         ($(objpfx)bug-ga2-mem): Likewise.
9603         ($(objpfx)bug-glob2-mem): Likewise.
9604         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9605         ($(objpfx)mtrace-tst-leaks2): Likewise.
9606         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9607         ($(objpfx)tst-printf.out): Likewise.
9608         ($(objpfx)tst-setvbuf1.out): Likewise.
9609         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9610         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9611         ($(objpfx)tst-fmtmsg.out): Likewise.
9612         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9613         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9614
9615         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9616         * bits/sigaction.h [__USE_MISC]: Likewise.
9617         * bits/waitstatus.h: Update #endif comments.
9618         * ctype/ctype.h: Likewise.
9619         * dirent/dirent.h: Likewise.
9620         [__USE_MISC]: Remove redundant conditionals.
9621         * grp/grp.h: Update #endif comments.
9622         [__USE_GNU]: Remove redundant conditionals.
9623         [__USE_MISC]: Likewise.
9624         * inet/netinet/in.h [__USE_GNU]: Likewise.
9625         * io/sys/stat.h [__USE_MISC]: Likewise.
9626         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9627         * libio/bits/stdio.h: Update #endif comments.
9628         [__USE_MISC]: Remove redundant conditionals.
9629         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9630         * libio/stdio.h: Update #endif comments.
9631         [__USE_MISC]: Remove redundant conditionals.
9632         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9633         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9634         * math/math.h: Update #else and #endif comments.
9635         [__USE_MISC]: Remove redundant conditionals.
9636         * misc/sys/uio.h: Update #endif comments.
9637         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9638         * posix/glob.h [__USE_MISC]: Likewise.
9639         * posix/sys/types.h: Update #endif comments.
9640         [__USE_MISC]: Remove redundant conditionals.
9641         * posix/sys/wait.h: Update #endif comments.
9642         [__USE_MISC]: Remove redundant conditionals.
9643         * posix/unistd.h: Update #endif comments.
9644         [__USE_MISC]: Remove redundant conditionals.
9645         * pwd/pwd.h [__USE_GNU]: Likewise.
9646         [__USE_MISC]: Likewise.
9647         * resolv/netdb.h [__USE_GNU]: Likewise.
9648         * signal/signal.h: Update #endif comments.
9649         [__USE_MISC]: Remove redundant conditionals.
9650         * stdlib/stdlib.h: Update #else and #endif comments.
9651         [__USE_MISC]: Remove redundant conditionals.
9652         [__USE_GNU]: Likewise.
9653         * string/bits/string2.h [__USE_MISC]: Likewise.
9654         * string/string.h: Update #endif comments.
9655         [__USE_MISC]: Remove redundant conditionals.
9656         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9657         Likewise.
9658         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9659         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9660         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9661         Likewise.
9662         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9663         Likewise.
9664         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9665         comments.
9666         [__USE_MISC]: Remove redundant conditionals.
9667         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9668         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9669         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9670         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9671         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9672         Likewise.
9673         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9674         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9675         Likewise.
9676         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9677         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9678         Likewise.
9679         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9680         Likewise.
9681         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9682         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9683         Likewise.
9684         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9685         Likewise.
9686         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9687         * sysdeps/x86/bits/string.h: Update #endif comments.
9688         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9689         conditionals.
9690         * time/sys/time.h: Update #endif comments.
9691         * time/time.h: Likewise.
9692         [__USE_MISC]: Remove redundant conditionals.
9693
9694 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9695
9696         [BZ #16600]
9697         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9698
9699 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9700
9701         * Versions.def (librt): Add GLIBC_2.17.
9702
9703 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9704
9705         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9706         synonym for _SYS_AUXV_H to allow direct inclusion.
9707         * sysdeps/sparc/bits/hwcap.h: Likewise.
9708         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9709         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9710         * sysdeps/sparc/sysdep.h: Likewise.
9711
9712 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9713
9714         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9715
9716 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9717
9718         * benchtests/bench-strrchr.c: Print length instead of position.
9719
9720 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9721
9722         [BZ #16611]
9723         * sysdeps/unix/sysv/linux/kernel-features.h
9724         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9725         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9726         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9727         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9728         Likewise.
9729         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9730         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9731         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9732         (__ASSUME_SENDMMSG): Define instead of using previous
9733         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9734         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9735         (__ASSUME_SENDMMSG_SYSCALL): Define.
9736         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9737         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9738         Likewise.
9739         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9740         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9741         Likewise.
9742         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9743         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9744         Likewise.
9745         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9746         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9747         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9748         [__ASSUME_SENDMMSG]: Change conditionals to
9749         [__ASSUME_SENDMMSG_SOCKETCALL].
9750         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9751         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9752         Define.
9753         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9754         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9755         Likewise.
9756         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9757         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9758         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9759         [!__ASSUME_SENDMMSG]: Change conditional to
9760         [!__ASSUME_SENDMMSG_SOCKETCALL].
9761         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9762         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9763         Define.
9764
9765         [BZ #16610]
9766         * sysdeps/unix/sysv/linux/kernel-features.h
9767         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9768         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9769         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9770         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9771         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9772         [__i386__ || __sparc__]
9773         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9774         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9775         (__ASSUME_RECVMMSG): Define instead of using previous
9776         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9777         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9778         (__ASSUME_RECVMMSG_SYSCALL): Define.
9779         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9780         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9781         Likewise.
9782         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9783         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9784         Likewise.
9785         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9786         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9787         Likewise.
9788         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9789         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9790         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9791         [__ASSUME_RECVMMSG]: Change condition to
9792         [__ASSUME_RECVMMSG_SOCKETCALL].
9793         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9794         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9795         Define.
9796         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9797         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9798         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9799         Likewise.
9800         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9801         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9802         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9803         [!__ASSUME_RECVMMSG]: Change condition to
9804         [!__ASSUME_RECVMMSG_SOCKETCALL].
9805         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9806         (__ASSUME_RECVMMSG_SYSCALL): Define.
9807
9808         [BZ #16609]
9809         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9810         __powerpc__ || __s390__ || __sh__ || __sparc__]
9811         (__ASSUME_SOCKETCALL): Define.
9812         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9813         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9814         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9815         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9816         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9817         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9818         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9819         (__ASSUME_ACCEPT4): Define instead of using previous
9820         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9821         __powerpc__ || __sparc__ || __s390__)] condition.
9822         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9823         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9824         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9825         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9826         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9827         [!__ASSUME_ACCEPT4]: Change condition to
9828         [!__ASSUME_ACCEPT4_SOCKETCALL].
9829         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9830         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9831         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9832         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9833         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9834         __ASSUME_ACCEPT4_SYSCALL.
9835         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9836         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9837         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9838         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9839         __ASSUME_ACCEPT4_SYSCALL.
9840         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9841         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9842         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9843         [__ASSUME_ACCEPT4]: Change condition to
9844         [__ASSUME_ACCEPT4_SOCKETCALL].
9845         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9846         (__ASSUME_SOCKETCALL): Define.
9847         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9848         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9849         (__ASSUME_SOCKETCALL): Define.
9850         (__ASSUME_ACCEPT4): Remove.
9851         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9852         Define.
9853         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9854         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9855         Likewise.
9856         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9857         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9858
9859         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9860         macro.
9861         (HWCAP_ARM_LPAE): Likewise.
9862         (HWCAP_ARM_EVTSTRM): Likewise.
9863         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9864         Add vpfd32, lpae and evtstrm.
9865         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9866         Increase to 22.
9867
9868 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9869
9870         * math/auto-libm-test-in: Add tests of clog10.
9871         * math/auto-libm-test-out: Regenerated.
9872         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9873         * sysdeps/i386/fpu/libm-test-ulps: Update.
9874         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9875
9876 2014-02-18  Andreas Schwab  <schwab@suse.de>
9877
9878         [BZ #16574]
9879         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9880         Store non-zero if the second buffer was newly allocated.
9881         (send_dg): Likewise.
9882         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9883         to send_vc and send_dg.
9884         (res_nsend): Pass NULL for ansp2_malloced.
9885         * resolv/res_query.c (__libc_res_nquery): Add parameter
9886         answerp2_malloced and pass it down to __libc_res_nsend.
9887         (res_nquery): Pass additional NULL to __libc_res_nquery.
9888         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9889         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9890         second answer buffer if answerp2_malloced was set.
9891         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9892         (__libc_res_nquerydomain): Add parameter
9893         answerp2_malloced and pass it down to __libc_res_nquery.
9894         (res_nquerydomain): Pass additional NULL to
9895         __libc_res_nquerydomain.
9896         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9897         additional NULL to __libc_res_nsend and __libc_res_nquery.
9898         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9899         additional NULL to __libc_res_nsearch.
9900         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9901         parameter of __libc_res_nsearch to check for separately allocated
9902         second buffer.
9903         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9904         __libc_res_nquery.
9905         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9906         additional NULL to __libc_res_nquery.
9907         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9908         __libc_res_nsearch.
9909         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9910         * include/resolv.h: Update prototypes of __libc_res_nquery,
9911         __libc_res_nsearch, __libc_res_nsend.
9912
9913 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9914
9915         * math/auto-libm-test-in: Add tests of fma.
9916         * math/auto-libm-test-out: Regenerated.
9917         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9918         (fma_towardzero_test_data): Likewise.
9919         (fma_downward_test_data): Likewise.
9920         (fma_upward_test_data): Likewise.
9921         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9922         mpc_mode.
9923         (rounding_modes): Add values for new field.
9924         (func_calc_method): Add value mpfr_fff_f.
9925         (func_calc_desc): Add mpfr_fff_f union field.
9926         (test_function): Add field exact_args.
9927         (FUNC): Add macro argument EXACT_ARGS.
9928         (FUNC_mpfr_f_f): Update call to FUNC.
9929         (FUNC_mpfr_f_f): Likewise.
9930         (FUNC_mpfr_ff_f): Likewise.
9931         (FUNC_mpfr_if_f): Likewise.
9932         (FUNC_mpc_c_f): Likewise.
9933         (FUNC_mpc_c_c): Likewise.
9934         (test_functions): Add fma.  Update calls to FUNC.
9935         (handle_input_arg): Add argument exact_args.
9936         (add_test): Update call to handle_input_arg.
9937         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9938         (output_for_one_input_case): Update call to calc_generic_results.
9939         Recalculate exact zero results in each rounding mode.
9940
9941         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9942         non-negative before setting low bit.
9943         * math/auto-libm-test-in: Mark one asin test possibly having
9944         spurious underflow.
9945         * math/auto-libm-test-out: Regenerated.
9946         * sysdeps/i386/fpu/libm-test-ulps: Update.
9947         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9948
9949 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9950
9951         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9952         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9953         ports/sysdeps/unix/sysv/linux/microblaze.
9954         * README: Add missing listing for microblaze*-*-linux-gnu.
9955
9956 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
9957
9958         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
9959         duplicate code
9960
9961 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9962
9963         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9964         * sysdeps/unix/sysv/linux/ia64: Move directory from
9965         ports/sysdeps/unix/sysv/linux/ia64.
9966         * README: Update listing for ia64-*-linux-gnu.
9967
9968 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9969             Joseph Myers  <joseph@codesourcery.com>
9970
9971         * Makeconfig (test-name): New variable.
9972         (evaluate-test): Likewise.
9973         * Makerules (do-test-clean): Remove .test-result files.
9974         (common-mostlyclean): Likewise.
9975         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9976         * scripts/evaluate-test.sh: New file.
9977
9978 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9979
9980         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9981         separate $(objpfx)tst-fopenloc-cmp.out and
9982         $(objpfx)tst-fopenloc-mem.out targets.
9983         (tests): Update dependencies.
9984         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9985         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9986         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9987         (tst-rxspencer-no-utf8-ARGS): New variable.
9988         (tst-rxspencer-no-utf8-ENV): Likewise.
9989         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9990         instead of $(objpfx)tst-rxspencer-mem.
9991         ($(objpfx)tst-rxspencer-mem): Change target to
9992         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9993         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9994         * posix/tst-rxspencer-no-utf8.c: New file.
9995
9996         * elf/Makefile ($(objpfx)order.out): Remove rule.
9997         [$(run-built-tests) = yes] (tests): Depend on
9998         $(objpfx)order-cmp.out.
9999         ($(objpfx)order-cmp.out): New rule.
10000         [$(run-built-tests) = yes] (tests): Depend on
10001         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
10002         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
10003         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
10004         $(objpfx)tst-array5-static-cmp.out.
10005         ($(objpfx)tst-array1.out): Remove rule.
10006         ($(objpfx)tst-array1-cmp.out): New rule.
10007         ($(objpfx)tst-array1-static.out): Remove rule.
10008         ($(objpfx)tst-array1-static-cmp.out): New rule.
10009         ($(objpfx)tst-array2.out): Remove rule.
10010         ($(objpfx)tst-array2-cmp.out): New rule.
10011         ($(objpfx)tst-array3.out): Remove rule.
10012         ($(objpfx)tst-array3-cmp.out): New rule.
10013         ($(objpfx)tst-array4.out): Remove rule.
10014         ($(objpfx)tst-array4-cmp.out): New rule.
10015         ($(objpfx)tst-array5.out): Remove rule.
10016         ($(objpfx)tst-array5-cmp.out): New rule.
10017         ($(objpfx)tst-array5-static.out): Remove rule.
10018         ($(objpfx)tst-array5-static-cmp.out): New rule.
10019         [$(run-built-tests) = yes] (tests): Depend on
10020         $(objpfx)order2-cmp.out.
10021         ($(objpfx)order2.out): Remove rule.
10022         ($(objpfx)order2-cmp.out): New rule.
10023         ($(objpfx)tst-initorder.out): Remove rule.
10024         [$(run-built-tests) = yes] (tests): Depend on
10025         $(objpfx)tst-initorder-cmp.out.
10026         ($(objpfx)tst-initorder-cmp.out): New rule.
10027         ($(objpfx)tst-initorder2.out): Remove rule.
10028         [$(run-built-tests) = yes] (tests): Depend on
10029         $(objpfx)tst-initorder2-cmp.out.
10030         ($(objpfx)tst-initorder2-cmp.out): New rule.
10031         [$(run-built-tests) = yes] (tests): Depend on
10032         $(objpfx)tst-unused-dep-cmp.out.
10033         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10034         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10035         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10036         on $(objpfx)tst-setvbuf1-cmp.out.
10037         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10038         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10039         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10040         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10041         ($(objpfx)tst-svc.out): Remove rule.
10042         ($(objpfx)tst-svc-cmp.out): New rule.
10043
10044 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10045
10046         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10047         * ctype/ctype.h [__USE_MISC]: Likewise.
10048         * dirent/dirent.h [__USE_MISC]: Likewise.
10049         * grp/grp.h [__USE_MISC]: Likewise.
10050         * io/fcntl.h [__USE_MISC]: Likewise.
10051         * io/sys/stat.h [__USE_MISC]: Likewise.
10052         * libio/stdio.h [__USE_MISC]: Likewise.
10053         * posix/unistd.h [__USE_MISC]: Likewise.
10054         * pwd/pwd.h [__USE_MISC]: Likewise.
10055         * stdlib.h [__USE_MISC]: Likewise.
10056         * string/bits/string2.h [__USE_MISC]: Likewise.
10057         * string/string.h [__USE_MISC]: Likewise.
10058         * time/time.h [__USE_MISC]: Likewise.
10059
10060 2014-02-13  Andreas Schwab  <schwab@suse.de>
10061
10062         [BZ #16574]
10063         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10064         second answer buffer if it was separately allocated.
10065
10066 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10067
10068         * sysdeps/mips/math-tests.h: Include <features.h>.
10069         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10070         (ROUNDING_TESTS_long_double): Do not define.
10071         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10072         (EXCEPTION_TESTS_long_double): Likewise.
10073         * sysdeps/mips/mips64/libm-test-ulps: Update.
10074
10075         * include/features.h (__USE_BSD): Remove macro definitions.
10076         (__USE_SVID): Likewise.
10077         (_BSD_SOURCE): Likewise.
10078         (_SVID_SOURCE): Likewise.
10079         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10080         from definition of _DEFAULT_SOURCE.
10081         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10082         [_DEFAULT_SOURCE].
10083         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10084         * bits/mman.h [__USE_BSD]: Likewise.
10085         * bits/termios.h [__USE_BSD]: Likewise.
10086         * bits/waitstatus.h [__USE_BSD]: Likewise.
10087         * ctype/ctype.h [__USE_SVID]: Likewise.
10088         * dirent/dirent.h [__USE_BSD]: Likewise.
10089         * grp/grp.h [__USE_SVID]: Likewise.
10090         [__USE_BSD]: Likewise.
10091         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10092         * io/fcntl.h [__USE_BSD]: Likewise.
10093         * io/ftw.h [__USE_BSD]: Likewise.
10094         * io/sys/stat.h [__USE_BSD]: Likewise.
10095         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10096         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10097         * libio/stdio.h [__USE_SVID]: Likewise.
10098         [__USE_BSD]: Likewise.
10099         * math/math.h [__USE_SVID]: Likewise.
10100         [__USE_BSD]: Likewise.
10101         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10102         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10103         * misc/search.h [__USE_SVID]: Likewise.
10104         * misc/sys/mman.h [__USE_BSD]: Likewise.
10105         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10106         * misc/sys/uio.h [__USE_BSD]: Likewise.
10107         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10108         * posix/glob.h [__USE_BSD]: Likewise.
10109         * posix/regex.h [__USE_BSD]: Likewise.
10110         * posix/sys/types.h [__USE_BSD]: Likewise.
10111         [__USE_SVID]: Likewise.
10112         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10113         * posix/sys/wait.h [__USE_BSD]: Likewise.
10114         [__USE_SVID]: Likewise.
10115         * posix/unistd.h [__USE_BSD]: Likewise.
10116         [__USE_SVID]: Likewise.
10117         * pwd/pwd.h [__USE_SVID]: Likewise.
10118         * resolv/netdb.h [__USE_BSD]: Likewise.
10119         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10120         * signal/signal.h [__USE_BSD]: Likewise.
10121         [__USE_SVID]: Likewise.
10122         * socket/sys/socket.h [__USE_BSD]: Likewise.
10123         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10124         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10125         [__USE_SVID]: Likewise.
10126         * string/bits/string2.h [__USE_BSD]: Likewise.
10127         [__USE_SVID]: Likewise.
10128         * string/bits/string3.h [__USE_BSD]: Likewise.
10129         * string/endian.h [__USE_BSD]: Likewise.
10130         * string/string.h [__USE_SVID]: Likewise.
10131         [__USE_BSD]: Likewise.
10132         * string/strings.h [__USE_BSD]: Likewise.
10133         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10134         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10135         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10136         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10137         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10138         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10139         Likewise.
10140         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10141         Likewise.
10142         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10143         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10144         Likewise.
10145         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10146         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10147         Likewise.
10148         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10149         Likewise.
10150         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10151         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10152         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10153         Likewise.
10154         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10155         Likewise.
10156         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10157         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10158         * termios/termios.h [__USE_BSD]: Likewise.
10159         * time/sys/time.h [__USE_BSD]: Likewise.
10160         * time/time.h [__USE_BSD]: Likewise.
10161         [__USE_SVID]: Likewise.
10162
10163         * Makefile (subdir_targets): Remove subdir_lint.out.
10164
10165         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10166         (do-tst-printf): Likewise.
10167         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10168         $(objpfx)tst-printf.out.
10169
10170         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10171
10172         * Makerules (check-abi-%): Change target to
10173         $(objpfx)check-abi-%.out.
10174         (check-abi target): Update dependencies.
10175         (check-abi-pattern variable): Redirect output of diff to $@.
10176         (check-abi variable): Likewise.
10177         * elf/Makefile (check-abi): Update dependencies.
10178
10179         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10180         unused.
10181         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10182         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10183         subnormal range.
10184         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10185         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10186         value has largest subnormal exponent.
10187         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10188         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10189         * sysdeps/aarch64/soft-fp/sfp-machine.h
10190         (_FP_TININESS_AFTER_ROUNDING): New macro.
10191         * sysdeps/alpha/soft-fp/sfp-machine.h
10192         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10193         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10194         Likewise.
10195         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10196         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10197         * sysdeps/mips/soft-fp/sfp-machine.h
10198         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10199         * sysdeps/powerpc/soft-fp/sfp-machine.h
10200         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10201         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10202         Likewise.
10203         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10204         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10205         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10206         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10207         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10208         Likewise.
10209
10210 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10211
10212         [BZ #16545]
10213         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10214         model 1.
10215
10216 2014-02-12  Richard Henderson  <rth@redhat.com>
10217
10218         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10219         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10220         * sysdeps/unix/sysv/linux/alpha: Move directory from
10221         ports/sysdeps/unix/sysv/linux/alpha.
10222         * README: Update listing for alpha-*-linux-gnu.
10223
10224 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10225
10226         * include/features.h: Update comment documenting feature test
10227         macros.
10228         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10229         _DEFAULT_SOURCE.
10230         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10231         (_SVID_SOURCE): Likewise.
10232         (_DEFAULT_SOURCE): Update description of default features.
10233         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10234         with _GNU_SOURCE.
10235         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10236         (S_ISVTX): Likewise.
10237         * manual/math.texi (Mathematical Constants): Likewise.
10238         * manual/signal.texi (Interrupted Primitives): Likewise.
10239         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10240         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10241         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10242         Don't refer to _SVID_SOURCE in warning text.
10243
10244         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10245
10246         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10247         already defined.
10248         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10249         * sysdeps/mips/dl-lookup.c: Remove.
10250         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10251
10252 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10253
10254         [BZ #16447]
10255         * math/auto-libm-test-in: Add testcase for expl.
10256         * math/auto-libm-test-out: Regenerate.
10257         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10258         calculation of unsafe.
10259         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10260
10261 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10262
10263         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10264         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10265         ports/sysdeps/unix/sysv/linux/aarch64.
10266         * README: Update listing for aarch64*-*-linux-gnu.
10267
10268 2014-02-11  Will Newton  <will.newton@linaro.org>
10269
10270         * manual/probes.texi (Mathematical Function Probes): Use
10271         "triggered" instead of "hit".
10272
10273         * manual/probes.texi (Internal Probes): Add documentation
10274         of setjmp, longjmp and longjmp_target probes.
10275
10276         * include/stap-probe.h: Add comment about probe argument
10277         format.
10278
10279         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10280         definition.  (tr_where, tr_freehook, tr_mallochook,
10281         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10282
10283 2014-02-11  David S. Miller  <davem@davemloft.net>
10284
10285         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10286         processing int_tests.
10287
10288 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10289
10290         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10291         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10292         * sysdeps/unix/sysv/linux/mips: Move directory from
10293         ports/sysdeps/unix/sysv/linux/mips.
10294         * README: Update listing for mips-*-linux-gnu and
10295         mips64-*-linux-gnu.
10296
10297 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10298
10299         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10300         * sysdeps/unix/sysv/linux/m68k: Move directory from
10301         ports/sysdeps/unix/sysv/linux/m68k.
10302         * README: Update listing for m68k-*-linux-gnu.
10303
10304 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10305
10306         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10307         * sysdeps/unix/sysv/linux/generic: Move directory from
10308         ports/sysdeps/unix/sysv/linux/generic.
10309         * sysdeps/unix/sysv/linux/tile: Move directory from
10310         ports/sysdeps/unix/sysv/linux/tile.
10311         * README: Update listing for tile*-*-linux-gnu.
10312
10313 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10314
10315         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10316         __builtin_expect.
10317         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10318         * catgets/open_catalog.c (__open_catalog): Likewise.
10319         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10320         * debug/confstr_chk.c: Likewise.
10321         * debug/fread_chk.c (__fread_chk): Likewise.
10322         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10323         * debug/getgroups_chk.c: Likewise.
10324         * debug/mbsnrtowcs_chk.c: Likewise.
10325         * debug/mbsrtowcs_chk.c: Likewise.
10326         * debug/mbstowcs_chk.c: Likewise.
10327         * debug/memcpy_chk.c: Likewise.
10328         * debug/memmove_chk.c: Likewise.
10329         * debug/mempcpy_chk.c: Likewise.
10330         * debug/memset_chk.c: Likewise.
10331         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10332         * debug/strcat_chk.c (__strcat_chk): Likewise.
10333         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10334         * debug/strncat_chk.c (__strncat_chk): Likewise.
10335         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10336         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10337         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10338         * debug/wcpncpy_chk.c: Likewise.
10339         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10340         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10341         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10342         * debug/wcsncpy_chk.c: Likewise.
10343         * debug/wcsnrtombs_chk.c: Likewise.
10344         * debug/wcsrtombs_chk.c: Likewise.
10345         * debug/wcstombs_chk.c: Likewise.
10346         * debug/wmemcpy_chk.c: Likewise.
10347         * debug/wmemmove_chk.c: Likewise.
10348         * debug/wmempcpy_chk.c: Likewise.
10349         * debug/wmemset_chk.c: Likewise.
10350         * dirent/scandirat.c (SCANDIRAT): Likewise.
10351         * dlfcn/dladdr1.c (dladdr1): Likewise.
10352         * dlfcn/dladdr.c (dladdr): Likewise.
10353         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10354         * dlfcn/dlerror.c (__dlerror): Likewise.
10355         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10356         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10357         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10358         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10359         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10360         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10361         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10362         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10363         Likewise.
10364         * elf/dl-conflict.c: Likewise.
10365         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10366         * elf/dl-dst.h: Likewise.
10367         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10368         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10369         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10370         * elf/dl-init.c (call_init, _dl_init): Likewise.
10371         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10372         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10373         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10374         Likewise.
10375         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10376         Likewise.
10377         * elf/dl-minimal.c (__libc_memalign): Likewise.
10378         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10379         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10380         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10381         * elf/dl-sym.c (do_sym): Likewise.
10382         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10383         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10384         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10385         * elf/dl-writev.h (_dl_writev): Likewise.
10386         * elf/ldconfig.c (search_dir): Likewise.
10387         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10388         (dl_main): Likewise.
10389         * elf/setup-vdso.h (setup_vdso): Likewise.
10390         * grp/compat-initgroups.c (compat_call): Likewise.
10391         * grp/fgetgrent.c (fgetgrent): Likewise.
10392         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10393         * grp/putgrent.c (putgrent): Likewise.
10394         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10395         Likewise.
10396         * hurd/hurdinit.c: Likewise.
10397         * iconvdata/8bit-gap.c (struct): Likewise.
10398         * iconvdata/ansi_x3.110.c : Likewise.
10399         * iconvdata/big5.c : Likewise.
10400         * iconvdata/big5hkscs.c : Likewise.
10401         * iconvdata/cp1255.c: Likewise.
10402         * iconvdata/cp1258.c : Likewise.
10403         * iconvdata/cp932.c : Likewise.
10404         * iconvdata/euc-cn.c: Likewise.
10405         * iconvdata/euc-jisx0213.c : Likewise.
10406         * iconvdata/euc-jp.c: Likewise.
10407         * iconvdata/euc-jp-ms.c : Likewise.
10408         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10409         * iconvdata/gb18030.c : Likewise.
10410         * iconvdata/gbbig5.c (const): Likewise.
10411         * iconvdata/gbgbk.c: Likewise.
10412         * iconvdata/gbk.c : Likewise.
10413         * iconvdata/ibm1364.c : Likewise.
10414         * iconvdata/ibm930.c : Likewise.
10415         * iconvdata/ibm932.c: Likewise.
10416         * iconvdata/ibm933.c : Likewise.
10417         * iconvdata/ibm935.c : Likewise.
10418         * iconvdata/ibm937.c : Likewise.
10419         * iconvdata/ibm939.c : Likewise.
10420         * iconvdata/ibm943.c: Likewise.
10421         * iconvdata/iso_11548-1.c: Likewise.
10422         * iconvdata/iso-2022-cn.c : Likewise.
10423         * iconvdata/iso-2022-cn-ext.c : Likewise.
10424         * iconvdata/iso-2022-jp-3.c: Likewise.
10425         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10426         * iconvdata/iso-2022-kr.c : Likewise.
10427         * iconvdata/iso646.c (gconv_end): Likewise.
10428         * iconvdata/iso_6937-2.c : Likewise.
10429         * iconvdata/iso_6937.c : Likewise.
10430         * iconvdata/iso8859-1.c: Likewise.
10431         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10432         * iconvdata/shift_jisx0213.c : Likewise.
10433         * iconvdata/sjis.c : Likewise.
10434         * iconvdata/t.61.c : Likewise.
10435         * iconvdata/tcvn5712-1.c : Likewise.
10436         * iconvdata/tscii.c: Likewise.
10437         * iconvdata/uhc.c : Likewise.
10438         * iconvdata/unicode.c (gconv_end): Likewise.
10439         * iconvdata/utf-16.c (gconv_end): Likewise.
10440         * iconvdata/utf-32.c (gconv_end): Likewise.
10441         * iconvdata/utf-7.c (base64): Likewise.
10442         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10443         * iconv/gconv_close.c (__gconv_close): Likewise.
10444         * iconv/gconv_open.c (__gconv_open): Likewise.
10445         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10446         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10447         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10448         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10449         (ucs4le_internal_loop_single): Likewise.
10450         * iconv/iconv.c (iconv): Likewise.
10451         * iconv/iconv_close.c: Likewise.
10452         * iconv/loop.c (SINGLE): Likewise.
10453         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10454         * include/atomic.h: Likewise.
10455         * inet/inet6_option.c (option_alloc): Likewise.
10456         * intl/bindtextdom.c (set_binding_values): Likewise.
10457         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10458         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10459         * intl/localealias.c (read_alias_file): Likewise.
10460         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10461         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10462         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10463         * libio/fmemopen.c (fmemopen): Likewise.
10464         * libio/iofgets.c (_IO_fgets): Likewise.
10465         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10466         * libio/iofgetws.c (fgetws): Likewise.
10467         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10468         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10469         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10470         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10471         * locale/findlocale.c (_nl_find_locale): Likewise.
10472         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10473         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10474         Likewise.
10475         * locale/setlocale.c (setlocale): Likewise.
10476         * login/programs/pt_chown.c (main): Likewise.
10477         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10478         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10479         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10480         (mmap, mmap64, mremap, munmap): Likewise.
10481         * math/e_exp2l.c: Likewise.
10482         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10483         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10484         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10485         * math/s_catan.c (__catan): Likewise.
10486         * math/s_catanf.c (__catanf): Likewise.
10487         * math/s_catanh.c (__catanh): Likewise.
10488         * math/s_catanhf.c (__catanhf): Likewise.
10489         * math/s_catanhl.c (__catanhl): Likewise.
10490         * math/s_catanl.c (__catanl): Likewise.
10491         * math/s_ccosh.c (__ccosh): Likewise.
10492         * math/s_ccoshf.c (__ccoshf): Likewise.
10493         * math/s_ccoshl.c (__ccoshl): Likewise.
10494         * math/s_cexp.c (__cexp): Likewise.
10495         * math/s_cexpf.c (__cexpf): Likewise.
10496         * math/s_cexpl.c (__cexpl): Likewise.
10497         * math/s_clog10.c (__clog10): Likewise.
10498         * math/s_clog10f.c (__clog10f): Likewise.
10499         * math/s_clog10l.c (__clog10l): Likewise.
10500         * math/s_clog.c (__clog): Likewise.
10501         * math/s_clogf.c (__clogf): Likewise.
10502         * math/s_clogl.c (__clogl): Likewise.
10503         * math/s_csin.c (__csin): Likewise.
10504         * math/s_csinf.c (__csinf): Likewise.
10505         * math/s_csinh.c (__csinh): Likewise.
10506         * math/s_csinhf.c (__csinhf): Likewise.
10507         * math/s_csinhl.c (__csinhl): Likewise.
10508         * math/s_csinl.c (__csinl): Likewise.
10509         * math/s_csqrt.c (__csqrt): Likewise.
10510         * math/s_csqrtf.c (__csqrtf): Likewise.
10511         * math/s_csqrtl.c (__csqrtl): Likewise.
10512         * math/s_ctan.c (__ctan): Likewise.
10513         * math/s_ctanf.c (__ctanf): Likewise.
10514         * math/s_ctanh.c (__ctanh): Likewise.
10515         * math/s_ctanhf.c (__ctanhf): Likewise.
10516         * math/s_ctanhl.c (__ctanhl): Likewise.
10517         * math/s_ctanl.c (__ctanl): Likewise.
10518         * math/w_pow.c: Likewise.
10519         * math/w_powf.c: Likewise.
10520         * math/w_powl.c: Likewise.
10521         * math/w_scalb.c (sysv_scalb): Likewise.
10522         * math/w_scalbf.c (sysv_scalbf): Likewise.
10523         * math/w_scalbl.c (sysv_scalbl): Likewise.
10524         * misc/error.c (error_tail): Likewise.
10525         * misc/pselect.c (__pselect): Likewise.
10526         * nis/nis_callback.c (__nis_create_callback): Likewise.
10527         * nis/nis_call.c (__nisfind_server): Likewise.
10528         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10529         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10530         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10531         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10532         * nis/nis_lookup.c (nis_lookup): Likewise.
10533         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10534         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10535         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10536         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10537         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10538         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10539         * nis/nss_compat/compat-initgroups.c (add_group)
10540         (internal_getgrent_r): Likewise.
10541         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10542         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10543         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10544         (internal_getspnam_r): Likewise.
10545         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10546         (_nss_nis_getaliasbyname_r): Likewise.
10547         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10548         (_nss_nis_getntohost_r): Likewise.
10549         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10550         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10551         (_nss_nis_getgrgid_r): Likewise.
10552         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10553         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10554         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10555         (_nss_nis_gethostbyname4_r): Likewise.
10556         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10557         (initgroups_netid): Likewise.
10558         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10559         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10560         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10561         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10562         (_nss_nis_getprotobynumber_r): Likewise.
10563         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10564         (_nss_nis_getsecretkey): Likewise.
10565         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10566         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10567         (_nss_nis_getpwuid_r): Likewise.
10568         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10569         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10570         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10571         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10572         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10573         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10574         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10575         Likewise.
10576         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10577         (_nss_nisplus_getntohost_r): Likewise.
10578         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10579         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10580         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10581         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10582         Likewise.
10583         * nis/nss_nisplus/nisplus-initgroups.c
10584         (_nss_nisplus_initgroups_dyn): Likewise.
10585         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10586         (_nss_nisplus_getnetbyaddr_r): Likewise.
10587         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10588         (_nss_nisplus_getprotobynumber_r): Likewise.
10589         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10590         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10591         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10592         Likewise.
10593         * nis/nss_nisplus/nisplus-service.c
10594         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10595         (_nss_nisplus_getservbyport_r): Likewise.
10596         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10597         (_nss_nisplus_getspnam_r): Likewise.
10598         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10599         Likewise.
10600         * nscd/aicache.c (addhstaiX): Likewise.
10601         * nscd/cache.c (cache_search, prune_cache): Likewise.
10602         * nscd/connections.c (register_traced_file, send_ro_fd)
10603         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10604         (main_loop_epoll): Likewise.
10605         * nscd/grpcache.c (addgrbyX): Likewise.
10606         * nscd/hstcache.c (addhstbyX): Likewise.
10607         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10608         * nscd/mem.c (gc, mempool_alloc): Likewise.
10609         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10610         (addinnetgrX): Likewise.
10611         * nscd/nscd-client.h (__nscd_acquire_maplock)
10612         (__nscd_drop_map_ref): Likewise.
10613         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10614         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10615         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10616         Likewise.
10617         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10618         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10619         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10620         (__nscd_get_map_ref): Likewise.
10621         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10622         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10623         Likewise.
10624         * nscd/pwdcache.c (addpwbyX): Likewise.
10625         * nscd/selinux.c (preserve_capabilities): Likewise.
10626         * nscd/servicescache.c (addservbyX): Likewise.
10627         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10628         * posix/fnmatch.c (fnmatch): Likewise.
10629         * posix/getopt.c (_getopt_internal_r): Likewise.
10630         * posix/glob.c (glob, glob_in_dir): Likewise.
10631         * posix/wordexp.c (exec_comm_child): Likewise.
10632         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10633         (getanswer_r, gaih_getanswer_slice): Likewise.
10634         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10635         * resolv/res_init.c: Likewise.
10636         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10637         * resolv/res_query.c (__libc_res_nquery): Likewise.
10638         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10639         Likewise.
10640         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10641         * stdio-common/perror.c (perror): Likewise.
10642         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10643         * stdio-common/tmpnam.c (tmpnam): Likewise.
10644         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10645         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10646         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10647         Likewise.
10648         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10649         * stdlib/putenv.c (putenv): Likewise.
10650         * stdlib/setenv.c (__add_to_environ): Likewise.
10651         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10652         * stdlib/strtol_l.c (INTERNAL): Likewise.
10653         * string/memmem.c (memmem): Likewise.
10654         * string/strerror.c (strerror): Likewise.
10655         * string/strnlen.c (__strnlen): Likewise.
10656         * string/test-memmem.c (simple_memmem): Likewise.
10657         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10658         * sunrpc/pm_getport.c (__get_socket): Likewise.
10659         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10660         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10661         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10662         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10663         Likewise.
10664         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10665         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10666         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10667         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10668         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10669         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10670         Likewise.
10671         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10672         Likewise.
10673         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10674         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10675         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10676         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10677         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10678         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10679         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10680         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10681         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10682         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10683         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10684         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10685         Likewise.
10686         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10687         Likewise.
10688         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10689         Likewise.
10690         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10691         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10692         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10693         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10694         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10695         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10696         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10697         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10698         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10699         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10700         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10701         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10702         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10703         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10704         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10705         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10706         Likewise.
10707         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10708         Likewise.
10709         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10710         Likewise.
10711         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10712         Likewise.
10713         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10714         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10715         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10716         Likewise.
10717         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10718         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10719         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10720         * sysdeps/posix/sleep.c: Likewise.
10721         * sysdeps/posix/tempname.c: Likewise.
10722         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10723         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10724         Likewise.
10725         * sysdeps/powerpc/powerpc32/dl-machine.h
10726         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10727         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10728         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10729         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10730         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10731         Likewise.
10732         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10733         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10734         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10735         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10736         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10737         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10738         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10739         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10740         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10741         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10742         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10743         (elf_machine_lazy_rel): Likewise.
10744         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10745         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10746         (elf_machine_lazy_rel): Likewise.
10747         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10748         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10749         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10750         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10751         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10752         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10753         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10754         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10755         Likewise.
10756         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10757         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10758         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10759         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10760         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10761         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10762         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10763         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10764         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10765         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10766         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10767         Likewise.
10768         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10769         (__posix_fallocate64_l64): Likewise.
10770         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10771         (posix_fallocate): Likewise.
10772         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10773         Likewise.
10774         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10775         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10776         (getifaddrs_internal): Likewise.
10777         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10778         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10779         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10780         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10781         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10782         (__posix_fallocate64_l64): Likewise.
10783         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10784         Likewise.
10785         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10786         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10787         (__get_clockfreq): Likewise.
10788         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10789         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10790         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10791         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10792         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10793         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10794         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10795         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10796         Likewise.
10797         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10798         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10799         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10800         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10801         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10802         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10803         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10804         Likewise.
10805         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10806         (posix_fallocate): Likewise.
10807         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10808         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10809         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10810         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10811         (elf_machine_rela, elf_machine_rela_relative)
10812         (elf_machine_lazy_rel): Likewise.
10813         * time/asctime.c (asctime_internal): Likewise.
10814         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10815         * time/tzset.c (__tzset_parse_tz): Likewise.
10816         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10817         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10818         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10819         * wcsmbs/wcsmbsload.h: Likewise.
10820
10821         [BZ #15894]
10822         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10823
10824         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10825         (arena_get2): Remove THREAD_STATS conditionals.
10826         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10827         (__malloc_stats, int): Likewise.
10828
10829 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10830
10831         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10832         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10833
10834         * manual/setjmp.texi: Fix typos/grammar errors.
10835
10836         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10837         Only return early when n is <= 0.  Delete unused return statement.
10838
10839         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10840         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10841         * debug/tst-longjmp_chk3.c: New file.
10842
10843         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10844         (test_main): Replace code with set_fortify_handler call.
10845         * debug/test-strcpy_chk.c: Likewise.
10846         * debug/tst-chk1.c: Likewise.
10847         * debug/tst-longjmp_chk.c: Likewise.
10848         * test-skeleton.c: Include fcntl.h & paths.h
10849         (set_fortify_handler): Define.
10850
10851         * debug/tst-longjmp_chk.c: Add header comment and include
10852         ../test-skeleton.c.
10853         (do_test): Mark static.
10854         (TEST_FUNCTION): Define.
10855
10856         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10857         (IP_PMTUDISC_INTERFACE): Likewise.
10858         (IP_MULTICAST_IF): Likewise.
10859         (IP_MULTICAST_TTL): Likewise.
10860         (IP_MULTICAST_LOOP): Likewise.
10861         (IP_ADD_MEMBERSHIP): Likewise.
10862         (IP_DROP_MEMBERSHIP): Likewise.
10863         (IP_UNBLOCK_SOURCE): Likewise.
10864         (IP_BLOCK_SOURCE): Likewise.
10865         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10866         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10867         (IP_MSFILTER): Likewise.
10868         (MCAST_JOIN_GROUP): Likewise.
10869         (MCAST_BLOCK_SOURCE): Likewise.
10870         (MCAST_UNBLOCK_SOURCE): Likewise.
10871         (MCAST_LEAVE_GROUP): Likewise.
10872         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10873         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10874         (MCAST_MSFILTER): Likewise.
10875         (IP_MULTICAST_ALL): Likewise.
10876         (IP_UNICAST_IF): Likewise.
10877
10878         * timezone/Makefile: Delete $(have-ksh) check.
10879         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10880         * timezone/tzselect.ksh: Add +x mode bits.
10881
10882         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10883         (ANON_INODE_FS_MAGIC): Likewise.
10884         (BDEVFS_MAGIC): Likewise.
10885         (BINFMTFS_MAGIC): Likewise.
10886         (BTRFS_TEST_MAGIC): Likewise.
10887         (CRAMFS_MAGIC_WEND): Likewise.
10888         (DEBUGFS_MAGIC): Likewise.
10889         (ECRYPTFS_SUPER_MAGIC): Likewise.
10890         (EXT3_SUPER_MAGIC): Likewise.
10891         (EXT4_SUPER_MAGIC): Likewise.
10892         (FUTEXFS_SUPER_MAGIC): Likewise.
10893         (HOSTFS_SUPER_MAGIC): Likewise.
10894         (HUGETLBFS_MAGIC): Likewise.
10895         (MINIX3_SUPER_MAGIC): Likewise.
10896         (MTD_INODE_FS_MAGIC): Likewise.
10897         (NILFS_SUPER_MAGIC): Likewise.
10898         (OPENPROM_SUPER_MAGIC): Likewise.
10899         (PIPEFS_MAGIC): Likewise.
10900         (PSTOREFS_MAGIC): Likewise.
10901         (QNX6_SUPER_MAGIC): Likewise.
10902         (RAMFS_MAGIC): Likewise.
10903         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10904         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10905         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10906         (SECURITYFS_MAGIC): Likewise.
10907         (SELINUX_MAGIC): Likewise.
10908         (SMACK_MAGIC): Likewise.
10909         (SOCKFS_MAGIC): Likewise.
10910         (SQUASHFS_MAGIC): Likewise.
10911         (STACK_END_MAGIC): Likewise.
10912         (TMPFS_MAGIC): Likewise.
10913         (USBDEVICE_SUPER_MAGIC): Likewise.
10914         (V9FS_MAGIC): Likewise.
10915         (XENFS_SUPER_MAGIC): Likewise.
10916         (CRAMFS_MAGIC): Fix typo in comment.
10917         (EXT2_SUPER_MAGIC): Update comment.
10918         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10919
10920 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10921
10922         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10923         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10924         * sysdeps/unix/sysv/linux/arm: Move directory from
10925         ports/sysdeps/unix/sysv/linux/arm.
10926         * README: Update listing for arm-*-linux-gnueabi.
10927
10928         * README: Remove mention of am33.
10929
10930 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10931
10932         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10933         than the comma operator, to avoid "rhs of comma has no effect"
10934         compiler warnings.
10935         (__sigfillset, __sigandset, __sigorset): Likewise.
10936         * include/signal.h (__sigemptyset): Likewise.
10937         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10938
10939 2014-02-07  Allan McRae  <allan@archlinux.org>
10940
10941         * version.h (RELEASE): Set to "development".
10942         (VERSION): Set to "2.19.90"
10943         * NEWS: Add 2.20 section.
10944
10945 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10946
10947         [BZ #16529]
10948         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10949
10950 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10951
10952         * manual/contrib.texi: Update entry for Carlos O'Donell,
10953         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10954
10955 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10956
10957         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10958
10959         * sysdeps/unix/sysv/linux/kernel-features.h
10960         [__LINUX_KERNEL_VERSION >= 0x020621]
10961         (__ASSUME_PROC_PID_TASK_COMM): Define.
10962
10963 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10964
10965         [BZ #16398]
10966         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10967         conversion when destination buffer does not have enough space.
10968         * libio/tst-ftell-partial-wide.c: New test case.
10969         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10970
10971         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10972         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10973         Leonard and Allan McRae.
10974
10975 2014-02-04  David S. Miller  <davem@davemloft.net>
10976
10977         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10978         32-bit.
10979
10980 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10981
10982         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10983         New file
10984         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10985         New file
10986         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10987         New file.
10988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10989         New file.
10990         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10991         New file.
10992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10993         New file.
10994         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10995         New file.
10996         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10997         New file.
10998         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10999         New file.
11000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11001         New file.
11002         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11003         New file.
11004         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11005         New file.
11006         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11007         New file.
11008
11009 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11010
11011         * nptl/shlib-versions: Change powerpc*le start to 2.17.
11012         * shlib-versions: Likewise.
11013
11014 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11015             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11016
11017         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11018         (abilist-pattern): New variable, set to %-le.abilist.
11019
11020         * Makerules (abilist-pattern): New variable.
11021         (vpath): Use $(abilist-pattern) in place of %.abilist.
11022         (check-abi-% pattern rule): Likewise.
11023         (check-abi, update-abi): Likewise.
11024
11025 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11026
11027         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11028
11029 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11030
11031         * manual/startup.texi: Add next, previous, and top entries for
11032         the `Program Arguments' and `Environment Variables' nodes.
11033
11034 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11035
11036         * manual/macros.texi: Add comments before MTASC-safety macros.
11037
11038         * manual/users.texi: Document MTASC-safety properties.
11039
11040         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11041         (pthread_getspecific, pthread_setspecific): Format with
11042         @deftypefun, and add @safety note.
11043         * manual/signal.texi: Move comments that analyze the above
11044         functions to their home place.
11045
11046 2014-02-03  Allan McRae  <allan@archlinux.org>
11047
11048         * po/sl.po: Update Slovenian translation from translation project.
11049
11050 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11051
11052         * manual/time.texi (timegm): Add missing blank after @c.
11053         Reported by Joseph Myers <joseph@codesourcery.com>.
11054
11055 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11056
11057         * manual/check-safety.sh: New.
11058         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11059
11060         * manual/terminal.texi: Document MTASC-safety properties.
11061
11062         * manual/filesys.texi: Document MTASC-safety properties.
11063
11064         * manual/errno.texi: Document MTASC-safety properties.
11065
11066         * manual/intro.texi: Document safety identifiers and
11067         conditionals.
11068
11069         * manual/string.texi (wcstok): Fix prototype.
11070         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11071
11072         * manual/time.texi: Document MTASC-safety properties.
11073
11074         * manual/string.texi: Document MTASC-safety properties.
11075
11076         * manual/threads.texi: Document MTASC-safety properties.
11077
11078         * manual/stdio.texi: Document MTASC-safety properties.
11079
11080         * manual/syslog.texi: Document MTASC-safety properties.
11081
11082         * manual/sysinfo.texi: Document MTASC-safety properties.
11083
11084         * manual/startup.texi: Document MTASC-safety properties.
11085
11086         * manual/socket.texi: Document MTASC-safety properties.
11087
11088         * manual/signal.texi: Document MTASC-safety properties.
11089
11090 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11091
11092         * manual/setjmp.texi: Document MTASC-safety properties.
11093
11094         * manual/search.texi: Document MTASC-safety properties.
11095
11096         * manual/resource.texi: Document MTASC-safety properties.
11097
11098         * manual/process.texi: Document MTASC-safety properties.
11099
11100         * manual/platform.texi: Document MTASC-safety properties.
11101
11102         * manual/pipe.texi: Document MTASC-safety properties.
11103
11104         * manual/pattern.texi: Document MTASC-safety properties.
11105
11106         * manual/message.texi: Document MTASC-safety properties.
11107
11108         [BZ #12751]
11109         * manual/memory.texi: Document MTASC-safety properties.
11110
11111         * manual/math.texi: Document MTASC-safety properties.
11112
11113         * manual/locale.texi: Document MTASC-safety properties.
11114
11115         * manual/llio.texi: Document MTASC-safety properties.
11116
11117         * manual/libdl.texi: New.
11118
11119         * manual/lang.texi: Document MTASC-safety properties.
11120
11121         * manual/job.texi: Document MTASC-safety properties.
11122
11123         * manual/getopt.texi: Document MTASC-safety properties.
11124
11125         * manual/ctype.texi: Document MTASC-safety properties.
11126
11127 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11128
11129         [BZ #16046]
11130         * csu/libc-tls.c (static_map): Remove variable.
11131         (__libc_setup_tls): Use main executable's link map for TLS data.
11132         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11133         casing for LM_ID_BASE and GL(dl_nns).
11134         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11135         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11136         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11137         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11138         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11139         member.
11140         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11141         l_phnum members.
11142
11143 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11144
11145         * manual/debug.texi: Document MTASC-safety properties.
11146
11147 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11148
11149         [BZ #16510]
11150         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11151         of __x86_64__ when disabling x87 inline functions.
11152
11153 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11154
11155         * manual/charset.texi: Document MTASC-safety properties.
11156
11157         * manual/crypt.texi: Document MTASC-safety properties.
11158
11159         * manual/conf.texi: Document MTASC-safety properties.
11160
11161         * manual/arith.texi: Document MTASC-safety properties.
11162
11163         * manual/argp.texi: Document MTASC-safety properties.
11164
11165         * manual/macros.texi: Introduce macros to document multi
11166         thread, asynchronous signal and asynchronous cancellation
11167         safety properties.
11168         * manual/intro.texi: Introduce the properties themselves.
11169
11170 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11171
11172         * sysdeps/sh/sh4/Makefile: New file.
11173
11174 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11175
11176         * math/gen-libm-test.pl ($srcdir): New variable.
11177         ($auto_input): Use it.
11178
11179 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11180
11181         [BZ #16506]
11182         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11183         access beyond array bounds when parsing netgroups file.
11184
11185         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11186         the old buffer before realloc.
11187
11188 2014-01-27  Allan McRae  <allan@archlinux.org>
11189
11190         * po/fr.po: Update French translation from translation project.
11191
11192 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11193
11194         * sysdeps/sh/libm-test-ulps: Regenerate.
11195
11196 2014-01-24  David S. Miller  <davem@davemloft.net>
11197
11198         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11199
11200 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11201
11202         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11203         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11204
11205 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11206
11207         [BZ #16474]
11208         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11209         string pointers after reallocation.
11210
11211 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11212
11213         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11214         __SH4A__ instead of __SH_FPU_ANY__.
11215
11216 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11217
11218         * sysdeps/sh/fpu_control.h: New file.
11219         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11220         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11221         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11222         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11223         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11224         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11225         * sysdeps/sh/sys/ucontext.h: Remove.
11226         * sysdeps/sh/sys: Remove directory.
11227
11228 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11229
11230         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11231         s390/sys/ucontext.h.
11232         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11233         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11234
11235 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11236
11237         [BZ #15605]
11238         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11239
11240 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11241
11242         [BZ#16431]
11243         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11244         Adjust the vDSO correctly for internal calls.
11245         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11246
11247 2014-01-20  Allan McRae  <allan@archlinux.org>
11248
11249         * po/ca.po: Update Catalan translation from translation project.
11250
11251 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11252
11253         * sysdeps/s390/sotruss-lib.c: New file.
11254
11255 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11256
11257         [BZ#16430]
11258         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11259         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11260         local calls issues by not having a PLT stub required for IFUNC calls.
11261         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11262
11263 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11264
11265         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11266         * math/test-fpucw-static.c: Likewise.
11267
11268 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11269
11270         [BZ #16453]
11271         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11272
11273 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11274
11275         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11276         implementation for powerpc.
11277
11278 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11279
11280         [BZ #14782]
11281         * sysdeps/posix/system.c (__libc_system): Do not enable
11282         asynchronous cancellation.
11283
11284 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11285
11286         [BZ #16427]
11287         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11288         handling only for numbers special also in the IEEE case.
11289
11290 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11291
11292         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11293
11294 2014-01-11  Allan McRae  <allan@archlinux.org>
11295
11296         * po/bg.po: Update Bulgarian translation from translation project.
11297
11298         * po/de.po: Update German translation from translation project.
11299
11300 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11301
11302         * sysdeps/generic/gcc-compat.h: New file.
11303
11304 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11305
11306         * benchtests/asin-inputs: Correct slow inputs.
11307         * benchtests/acos-inputs: Likewise.
11308
11309 2014-01-10  Allan McRae  <allan@archlinux.org>
11310
11311         * po:sv.po: Update Swedish translation from translation project.
11312
11313         * po/vi.po: Update Vietnamese translation from translation project.
11314
11315         * po/eo.po: Update Esperanto translation from translation project.
11316
11317         * po/cs.po: Update Czech translation from translation project.
11318
11319         * po/nl.po: Update Dutch translation from translation project.
11320
11321         * po/pl.po: Update Polish translation from translation project.
11322
11323         * po/ru.po: Update Russian translation from translation project.
11324
11325         * po/uk.po: Update Ukrainian translation from translation project.
11326
11327 2014-01-08  Brooks Moses  <bmoses@google.com>
11328
11329         * elf/dl-load.c: Fix comment typo.
11330
11331 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11332
11333         * po/header.pot: Rename to...
11334         * po/pot.header: ... this.
11335         * po/Makefile: Use pot.header.
11336
11337 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11338             Maxim Kuvyrkov  <maxim@kugelworks.com>
11339
11340         [BZ #16394]
11341         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11342         SRC and DEST against LEN.
11343
11344 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11345
11346         [BZ #16414]
11347         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11348         implementation.
11349         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11350
11351 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11352
11353         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11354
11355 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11356
11357         [BZ #16408]
11358         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11359         for large positive arguments.
11360
11361 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11362
11363         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11364
11365         * math/auto-libm-test-in: Mark various tests with
11366         xfail-rounding:ldbl-128ibm.
11367         * math/auto-libm-test-out: Regenerated.
11368
11369         [BZ #16407]
11370         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11371         Increase overflow threshold.
11372
11373 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11374
11375         [BZ #14286]
11376         * stdio-common/vfprintf.c: Check for integer overflow.
11377
11378 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11379
11380         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11381         the first argument and return value of __tls_get_addr_internal.
11382
11383 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11384
11385         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11386         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11387
11388 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11389
11390         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11391         * sysdeps/s390/rtld-global-offsets.sym: New file.
11392         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11393         GLIBC_2.19 symbol.
11394         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11395         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11396         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11397         ... this.
11398         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11399         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11400         ... this.
11401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11402         Regenerate.
11403         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11404         Regenerate.
11405         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11406         halfs of GPRs for high_gprs contexts.
11407         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11408         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11409         field.
11410         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11411         uc_flags field.
11412         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11413         64 bit versions:
11414         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11415         for high GPRs (uc_high_gprs) and for future extensions
11416         (__reserved).
11417         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11418         for future extensions (__reserved).
11419         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11420         64 bit versions:
11421         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11422         SC_HIGHGPRS offset definition.
11423         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11424         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11425
11426         * Versions.def: Add GLIBC_2.19 for libpthread.
11427         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11428         siglongjmp for libpthread with GLIBC_2.19 symver.
11429         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11430         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11431         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11432         * sysdeps/s390/__longjmp.c: New file.
11433         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11434         * sysdeps/s390/longjmp.c: New file.
11435         * sysdeps/s390/setjmp.S: New file.
11436         * sysdeps/s390/sigjmp.S: New file.
11437         * sysdeps/s390/v1-longjmp.c: New file.
11438         * sysdeps/s390/v1-setjmp.h: New file.
11439         * sysdeps/s390/v1-sigjmp.c: New file.
11440         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11441         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11442         GLIBC_2.19 version.
11443         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11444         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11445         versioned symbols for ____longjmp_chk.
11446         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11447         Likewise.
11448         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11449         Regenerate.
11450         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11451         Regenerate.
11452         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11453         Regenerate.
11454         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11455         Regenerate.
11456         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11457         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11458         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11459         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11460         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11461         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11462         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11463         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11464         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11465         * sysdeps/s390/rtld-__longjmp.c: New file.
11466         * sysdeps/s390/rtld-setjmp.S: New file.
11467
11468 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11469
11470         [BZ #16400]
11471         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11472         Return -__logl (x) for small positive arguments without evaluating
11473         a polynomial.
11474
11475 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11476
11477         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11478         Rename to ...
11479         (__ptrace_peeksiginfo_args): ... this.
11480         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11481         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11482         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11483
11484 2014-01-06  Allan McRae  <allan@archlinux.org>
11485
11486         * inet/netinet/in.h: Fix typo in comment.
11487
11488 2014-01-05  Andreas Jaeger  <aj@suse.de>
11489
11490         * sysdeps/i386/fpu/libm-test-ulps: Update.
11491
11492 2014-01-05  Allan McRae  <allan@archlinux.org>
11493
11494         * po/libc.pot: Regenerated.
11495
11496         * malloc/memusagestat.c: Fix gettext call formatting.
11497
11498 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11499
11500         * nscd/nscd.c: Improve usage() output.
11501
11502 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11503
11504         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11505         * sysdeps/unix/sysv/linux/configure: Regenerated.
11506         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11507         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11508
11509 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11510
11511         [BZ #16390]
11512         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11513         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11514
11515 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11516
11517         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11518         extra tokens at end of #undef directive.
11519         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11520         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11521         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11522
11523 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11524
11525         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11526
11527         * math/auto-libm-test-in: Mark various tests with
11528         xfail-rounding:ldbl-128ibm.
11529         * math/auto-libm-test-out: Regenerated.
11530
11531 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11532
11533         [BZ #16386]
11534         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11535         numbers with subnormal high part when calculating exponent.
11536
11537         [BZ #16385]
11538         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11539         fabs.
11540
11541         [BZ #16384]
11542         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11543         M_LN2l.
11544         (__ieee754_acoshl): Use __log1pl not __log1p.
11545
11546 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11547
11548         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11549         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11550         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11551         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11552         (reused_arena, arena_get2): Convert to GNU style.
11553         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11554         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11555         (memalign_check, __malloc_set_state): Likewise.
11556         * malloc/mallocbug.c (main): Likewise.
11557         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11558         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11559         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11560         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11561         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11562         (__posix_memalign, malloc_info): Likewise.
11563         * malloc/malloc.h: Likewise.
11564         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11565         (mallochook, memalignhook, reallochook, mabort): Likewise.
11566         * malloc/mcheck.h: Likewise.
11567         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11568         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11569         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11570         * malloc/morecore.c (__default_morecore): Likewise.
11571         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11572         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11573         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11574         (print_and_abort): Likewise.
11575         * malloc/obstack.h: Likewise.
11576         * malloc/set-freeres.c (__libc_freeres): Likewise.
11577         * malloc/tst-mallocstate.c (main): Likewise.
11578         * malloc/tst-mtrace.c (main): Likewise.
11579         * malloc/tst-realloc.c (do_test): Likewise.
11580
11581 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11582
11583         [BZ #16366]
11584         * nscd/netgroupcache.c (do_notfound): New function.
11585         (addgetnetgrentX): Use it.
11586
11587         [BZ # 16365]
11588         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11589         NSS_STATUS_NOTFOUND.
11590
11591 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11592
11593         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11594         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11595
11596 2014-01-01  Allan McRae  <allan@archlinux.org>
11597
11598         * scripts/update-copyrights: Update configure input file suffix.
11599
11600         * NEWS: Update copyright year.
11601         * catgets/gencat.c: Likewise.
11602         * csu/version.c: Likewise.
11603         * debug/catchsegv.sh: Likewise.
11604         * debug/pcprofiledump.c: Likewise.
11605         * debug/xtrace.sh: Likewise.
11606         * elf/ldconfig.c: Likewise.
11607         * elf/ldd.bash.in: Likewise.
11608         * elf/pldd.c: Likewise.
11609         * elf/sotruss.ksh: Likewise.
11610         * elf/sprof.c: Likewise.
11611         * iconv/iconv_prog.c: Likewise.
11612         * iconv/iconvconfig.c: Likewise.
11613         * locale/programs/locale.c: Likewise.
11614         * locale/programs/localedef.c: Likewise.
11615         * login/programs/pt_chown.c: Likewise.
11616         * malloc/memusage.sh: Likewise.
11617         * malloc/memusagestat.c: Likewise.
11618         * malloc/mtrace.pl: Likewise.
11619         * manual/libc.texinfo: Likewise.
11620         * nscd/nscd.c: Likewise.
11621         * nss/getent.c: Likewise.
11622         * nss/makedb.c: Likewise.
11623         * posix/getconf.c: Likewise.
11624         * scripts/test-installation.pl: Likewise.
11625
11626         * All files with FSF copyright notices: Update copyright dates
11627         using scripts/update-copyrights.
11628         * intl/plural.c: Regenerated.
11629         * locale/programs/charmap-kw.h: Likewise.
11630         * locale/programs/locfile-kw.h: Likewise.
11631
11632 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11633
11634         * sysdeps/unix/sysv/linux/configure: Regenerated.
11635         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11636         the linux/fanotify.h header.
11637         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11638         HAVE_LINUX_FANOTIFY_H is defined.
11639
11640 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11641
11642         * benchtests/cos-inputs: New inputs.
11643         * benchtests/sin-inputs: Likewise.
11644
11645         * benchtests/atan-inputs: New inputs. Fix name of multiple
11646         precision fallback inputs.
11647
11648         * benchtests/atanh-inputs: New inputs.
11649         * benchtests/tanh-inputs: Likewise.
11650
11651         * benchtests/acosh-inputs: New inputs.
11652         * benchtests/asinh-inputs: Likewise.
11653
11654         * benchtests/cosh-inputs: New inputs.
11655         * benchtests/sinh-inputs: Likewise.
11656
11657         * benchtests/acos-inputs: Add more inputs.
11658         * benchtests/asin-inputs: Likewise.
11659
11660 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11661
11662         [BZ #16375]
11663         * manual/arith.texi: Fix spelling.
11664         * manual/charset.texi: Likewise.
11665         * manual/errno.texi: Likewise.
11666         * manual/filesys.texi: Likewise.
11667         * manual/lang.texi: Likewise.
11668         * manual/llio.texi: Likewise.
11669         * manual/locale.texi: Likewise.
11670         * manual/message.texi: Likewise.
11671         * manual/resource.texi: Likewise.
11672         * manual/search.texi: Likewise.
11673         * manual/setjmp.texi: Likewise.
11674         * manual/stdio.texi: Likewise.
11675         * manual/string.texi: Likewise.
11676         * manual/sysinfo.texi: Likewise.
11677         * manual/time.texi: Likewise.
11678
11679 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11680
11681         * po/sl.po: New file.
11682
11683 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11684
11685         * .gitignore: Add core/.gdbinit/.gdb_history.
11686
11687 2013-12-27  Allan McRae  <allan@archlinux.org>
11688
11689         [BZ #16369]
11690         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11691         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11692
11693 2013-12-24  Brooks Moses  <bmoses@google.com>
11694
11695         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11696         all compilers that claim C++98 compliance, not just GCC.
11697         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11698         Likewise.
11699
11700 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11701
11702         * NEWS: Restore accidentally deleted bug-fix entries.
11703
11704 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11705             Ondřej Bílka  <neleai@seznam.cz>
11706
11707         [BZ #15073]
11708         * malloc/malloc.c (_int_free): Perform sanity check only if we
11709         have_lock.
11710
11711 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11712
11713         [BZ #12986]
11714         * manual/stdio.texi (String Input Conversions): Clarify that character
11715         classes are not supported.
11716
11717 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11718
11719         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11720
11721 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11722
11723         [BZ #16337]
11724         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11725         Calculate results for small negative arguments directly rather
11726         than using reflection formula with special underflow handling.
11727
11728         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11729         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11730         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11731         (fchflags): Likewise.
11732         (revoke): Likewise.
11733         (setlogin): Likewise.
11734         (sigaltstack): Likewise.
11735         (wait4): Likewise.
11736         (sigblock): Remove.
11737         (sigsetmask): Likewise.
11738         (wait3): Likewise.
11739         (waitpid): Likewise.
11740         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11741         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11742         file.
11743         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11744         * sysdeps/unix/bsd/Makefile: ... here.
11745         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11746         * sysdeps/unix/bsd/Versions: ... here.
11747         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11748         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11749         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11750         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11751         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11752         * sysdeps/unix/bsd/sigblock.c: ... here.
11753         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11754         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11755         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11756         * sysdeps/unix/bsd/sigvec.c: ... here.
11757         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11758         * sysdeps/unix/bsd/tcdrain.c: ... here.
11759         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11760         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11761         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11762         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11763         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11764         * sysdeps/unix/bsd/wait.c: ... here.
11765         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11766         * sysdeps/unix/bsd/wait3.c: ... here.
11767         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11768         * sysdeps/unix/bsd/waitpid.c: ... here.
11769
11770 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11771
11772         [BZ #16356]
11773         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11774         round-to-nearest for [!USE_AS_EXPM1L].
11775         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11776         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11777         more tests of exp and exp10.  Expect some exp10 tests to miss
11778         exceptions or fail in directed rounding modes.
11779         * math/auto-libm-test-out: Regenerated.
11780         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11781         (exp10_test_tonearest): New function.
11782         (exp10_towardzero_test_data): New array.
11783         (exp10_test_towardzero): New function.
11784         (exp10_downward_test_data): New array.
11785         (exp10_test_downward): New function.
11786         (exp10_upward_test_data): New array.
11787         (exp10_test_upward): New function.
11788         (main): Call the new functions.
11789         * sysdeps/i386/fpu/libm-test-ulps: Update.
11790         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11791
11792 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11793
11794         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11795         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11796         * math/auto-libm-test-out: Regenerated.
11797         * math/libm-test.inc (acosh_test_data): Add more tests.
11798         (atanh_test_data): Likewise.
11799         (ceil_test_data): Likewise.
11800         (copysign_test_data): Likewise.
11801         * sysdeps/i386/fpu/libm-test-ulps: Update.
11802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11803
11804         * timezone/checktab.awk: Update from tzcode 2013i.
11805         * timezone/private.h: Likewise.
11806         * timezone/scheck.c: Likewise.
11807         * timezone/tzfile.h: Likewise.
11808         * timezone/tzselect.ksh: Likewise.
11809         * timezone/zdump.c: Likewise.
11810         * timezone/zic.c: Likewise.
11811
11812         * math/auto-libm-test-in: Add tests of cpow.
11813         * math/auto-libm-test-out: Regenerated.
11814         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11815         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11816         mpc_cc_c.
11817         (func_calc_desc): Add mpc_cc_c union field.
11818         (test_functions): Add cpow.
11819         (special_fill_2pi): New function.
11820         (special_real_inputs): Add 2pi.
11821         (calc_generic_results): Handle mpc_cc_c.
11822         * sysdeps/i386/fpu/libm-test-ulps: Update.
11823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11824
11825         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11826         csqrt, ctan and ctanh.
11827         * math/auto-libm-test-out: Regenerated.
11828         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11829         (TEST_COND_x86): Likewise.
11830         (ccos_test_data): Use AUTO_TESTS_c_c.
11831         (ccosh_test_data): Likewise.
11832         (cexp_test_data): Likewise.
11833         (clog_test_data): Likewise.
11834         (csqrt_test_data): Likewise.
11835         (ctan_test_data): Likewise.
11836         (ctan_tonearest_test_data): Likewise.
11837         (ctan_towardzero_test_data): Likewise.
11838         (ctan_downward_test_data): Likewise.
11839         (ctan_upward_test_data): Likewise.
11840         (ctanh_test_data): Likewise.
11841         (ctanh_tonearest_test_data): Likewise.
11842         (ctanh_towardzero_test_data): Likewise.
11843         (ctanh_downward_test_data): Likewise.
11844         (ctanh_upward_test_data): Likewise.
11845         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11846         mpc_c_c.
11847         (func_calc_desc): Add mpc_c_c union field.
11848         (FUNC_mpc_c_c): New macro.
11849         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11850         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11851         ctanh.
11852         (special_fill_min_subnorm_p120): New function.
11853         (special_real_inputs): Add min_subnorm_p120.
11854         (calc_generic_results): Handle mpc_c_c.
11855         * sysdeps/i386/fpu/libm-test-ulps: Update.
11856         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11857
11858 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11859
11860         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11861         (do_sin_slow): New functions.
11862         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11863         (cslow2, csloww1, csloww2): Use the new functions.
11864
11865         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11866         Use M to change sign of result instead of X.  Assume X is
11867         positive.
11868         (csloww1): Likewise.
11869         (__sin): Adjust.
11870         (__cos): Adjust.
11871
11872         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11873         arguments A and DA.
11874         (__sin): Adjust.
11875         (__cos): Likewise.
11876
11877         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11878         (__cos): Likewise.
11879         (sloww1): Don't adjust sign of DX.
11880         (csloww1): Likewise.
11881         (sloww2): Use X directly and don't adjust sign of DX.
11882         (csloww2): Likewise.
11883
11884 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11885
11886         * math/auto-libm-test-in: Add tests of cabs and carg.
11887         * math/auto-libm-test-out: Regenerated.
11888         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11889         (carg_test_data): Likewise.
11890         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11891         mpc_c_f.
11892         (func_calc_desc): Add mpc_c_f union field.
11893         (test_functions): Add cabs and carg.
11894         (calc_generic_results): Handle mpc_c_f.
11895
11896         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11897         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11898         as a macro and a compat symbol.
11899         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11900         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11901         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11902         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11903         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11904         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11905         not use .hidden.
11906         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11907         Likewise.
11908         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11909         Likewise.
11910         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11911         Likewise.
11912         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11913         Likewise.
11914         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11915         Likewise.
11916         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11917         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11918         from GLIBC_2.3.2.
11919
11920 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11921
11922         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11923
11924 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11925
11926         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11927         trailing whitespace removed.
11928         * scripts/config.guess: Update to version 2013-11-29.
11929         * scripts/config.sub: Update to version 2013-10-01.
11930
11931         * math/auto-libm-test-in: Add tests of sincos.
11932         * math/auto-libm-test-out: Regenerated.
11933         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11934         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11935         mpfr_f_11.
11936         (func_calc_desc): Add mpfr_f_11 union field.
11937         (test_functions): Add sincos.
11938         (calc_generic_results): Handle mpfr_f_11.
11939         * sysdeps/i386/fpu/libm-test-ulps: Update.
11940         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11941
11942 2013-12-19  Andreas Schwab  <schwab@suse.de>
11943
11944         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11945         CALL_MCOUNT.
11946         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11947         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11948         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11949
11950 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11951
11952         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11953         * sysdeps/i386/fpu/libm-test-ulps: Update.
11954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11955
11956         [BZ #16293]
11957         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11958         round-to-nearest mode when using frndint.
11959         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11960         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11961         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11962         Likewise.
11963         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11964         sinh test to fail.
11965         * math/auto-libm-test-out: Regenerated.
11966         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11967         (TEST_COND_x86): Likewise.
11968         (expm1_tonearest_test_data): New array.
11969         (expm1_test_tonearest): New function.
11970         (expm1_towardzero_test_data): New array.
11971         (expm1_test_towardzero): New function.
11972         (expm1_downward_test_data): New array.
11973         (expm1_test_downward): New function.
11974         (expm1_upward_test_data): New array.
11975         (expm1_test_upward): New function.
11976         (main): Run the new test functions.
11977         * sysdeps/i386/fpu/libm-test-ulps: Update.
11978         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11979
11980         * include/features.h: Update comment documenting feature test
11981         macros.  Mention _DEFAULT_SOURCE in comment.
11982         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11983         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11984         _BSD_SOURCE and _SVID_SOURCE.
11985         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11986         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11987         !_SVID_SOURCE]: Likewise.
11988         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11989         (__USE_POSIX_IMPLICITLY): Define.
11990         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11991         (_POSIX_SOURCE): Undefine and redefine.
11992         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11993         (_POSIX_C_SOURCE): Likewise.
11994         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11995         (Feature Test Macros): Update documentation of default features.
11996
11997 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11998
11999         * benchtests/Makefile: Add bench-strtok.
12000         * benchtests/bench-strtok.c: New file: strtok benchtest.
12001
12002 2013-12-19  Allan McRae  <allan@archlinux.org>
12003
12004         * manual/install.texi: Suppress menu for plain text output.
12005         * INSTALL: Regenerated.
12006
12007 2013-12-18  Brooks Moses  <bmoses@google.com>
12008
12009         [BZ #15846]
12010         * misc/getauxval.c: Include errno.h.
12011         (__getauxval): Set errno to ENOENT if the requested type is not
12012         found.
12013         * misc/sys/auxv.h (getauxval): Document that it may set errno;
12014         don't declare with __attribute_const__.
12015         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12016         * manual/startup.texi: Document that getauxval sets errno.
12017
12018 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12019
12020         * math/auto-libm-test-in: Add tests of jn and yn.
12021         * math/auto-libm-test-out: Regenerated.
12022         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12023         (yn_test_data): Likewise.
12024         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12025         mpfr_if_f.
12026         (func_calc_desc): Add mpfr_if_f union field.
12027         (FUNC_mpfr_if_f): New macro.
12028         (test_functions): Add jn and yn.
12029         (calc_generic_results): Assert type of second input for
12030         mpfr_ff_f.  Handle mpfr_if_f.
12031         (output_for_one_input_case): Disable all checking for arguments
12032         fitting floating-point types in case of an integer argument.
12033         * sysdeps/i386/fpu/libm-test-ulps: Update.
12034         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12035
12036         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12037         Don't expect fegetround reference in libm.so.
12038
12039 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12040
12041         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12042         $(config-cflags-nofma).
12043
12044 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12045
12046         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12047         * math/auto-libm-test-out: Regenerated.
12048
12049         [BZ #16338]
12050         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12051         to determine exponent and adjust argument to have exponent of -1.
12052         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12053         log2.
12054         * math/auto-libm-test-out: Regenerated.
12055         * sysdeps/i386/fpu/libm-test-ulps: Update.
12056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12057
12058 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12059
12060         * manual/probes.texi: Remove cases when per-thread arenas are
12061         disabled.
12062
12063 2013-12-18  Andreas Schwab  <schwab@suse.de>
12064
12065         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12066         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12067         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12068         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12069         * sysdeps/i386/i686/multiarch/Makefile: Update.
12070         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12071
12072 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12073
12074         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12075         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12076
12077 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12078
12079         [BZ #15968]
12080         Support TZ transition times < 00:00:00.
12081         This is needed for version-3 tz-format files; it supports time
12082         stamps past 2037 for America/Godthab (the only entry in the tz
12083         database for which this change is relevant).
12084         * manual/time.texi (TZ Variable): Document transition times
12085         from -167:59:59 through -00:00:01.
12086         * time/tzset.c (tz_rule): Time of day is now signed.
12087         (__tzset_parse_tz): Parse negative time of day.
12088
12089         Document TZ transition times >= 25:00:00.
12090         * manual/time.texi (TZ Variable): Document transition times from
12091         25:00:00 through 167:59:59.  These are already supported, and this
12092         support will help with version-3 tz-format files.
12093
12094         * manual/time.texi (TZ Variable): Modernize North America example
12095         to reflect current (i.e., 2007-and-later) daylight saving rules.
12096
12097         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12098
12099 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12100
12101         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12102         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12103         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12104         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12105         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12106         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12107         * sysdeps/unix/bsd/clock.c: Likewise.
12108         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12109         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12110         * sysdeps/unix/bsd/init-posix.c: Likewise.
12111         * sysdeps/unix/bsd/poll.c: Likewise.
12112         * sysdeps/unix/bsd/ptsname.c: Likewise.
12113         * sysdeps/unix/bsd/seekdir.c: Likewise.
12114         * sysdeps/unix/bsd/setegid.c: Likewise.
12115         * sysdeps/unix/bsd/seteuid.c: Likewise.
12116         * sysdeps/unix/bsd/setgid.c: Likewise.
12117         * sysdeps/unix/bsd/setrgid.c: Likewise.
12118         * sysdeps/unix/bsd/setruid.c: Likewise.
12119         * sysdeps/unix/bsd/setsid.c: Likewise.
12120         * sysdeps/unix/bsd/setuid.c: Likewise.
12121         * sysdeps/unix/bsd/sigaction.c: Likewise.
12122         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12123         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12124         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12125         * sysdeps/unix/bsd/telldir.c: Likewise.
12126         * sysdeps/unix/bsd/times.c: Likewise.
12127         * sysdeps/unix/bsd/usleep.c: Likewise.
12128
12129         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12130         ($(objpfx)libbsd-compat.a): Remove rule.
12131
12132         * include/features.h (__FAVOR_BSD): Do not define.
12133         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12134         features conflicting with POSIX.
12135         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12136         (_BSD_SOURCE): Remove description of not being a subset of other
12137         feature test macros.
12138         * manual/job.texi (getpgrp): Do not document BSD version.
12139         (getpgid): Do not document by reference to BSD getpgrp.
12140         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12141         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12142         * signal/signal.h [__FAVOR_BSD]: Likewise.
12143         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12144         instead of making contents conditional on [__FAVOR_BSD].
12145         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12146
12147 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12148
12149         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12150
12151 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12152
12153         [BZ #16314]
12154         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12155         values below 2**-450, not 2**-500.
12156         * math/auto-libm-test-in: Don't allow spurious underflow from
12157         hypot.
12158         * math/auto-libm-test-out: Regenerated.
12159
12160         [BZ #16316]
12161         [BZ #16330]
12162         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12163         values of ha and hb and sort them after adjusting subnormal
12164         arguments.
12165         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12166         Likewise.
12167         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12168         values of ea and eb and sort them after adjusting subnormal
12169         arguments.
12170         * math/auto-libm-test-in: Do not expect some hypot tests of
12171         subnormals to fail.  Add more hypot tests.
12172         * math/auto-libm-test-out: Regenerated.
12173
12174 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12175
12176         [BZ #13304]
12177         * sysdeps/sh/s_fma.c: New file.
12178         * sysdeps/sh/s_fmaf.c: New file.
12179         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12180         version.
12181         * sysdeps/sh/Implies: Add sh/soft-fp.
12182
12183 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12184
12185         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12186         level of indirection to members `objname', `errstring', `malloced'.
12187         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12188         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12189         it as the __longjmp argument (just pass 1 instead).
12190         (_dl_catch_error): Initialize C with argument pointers and address of
12191         volatile local ERRCODE rather than copying values out of C at return.
12192
12193 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12194
12195         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12196         * math/auto-libm-test-out: Regenerated.
12197         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12198         (hypot_test_data): Likewise.
12199         (pow_test_data): Likewise.
12200         (pow_tonearest_test_data): Likewise.
12201         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12202         mpfr_ff_f.
12203         (func_calc_desc): Add mpfr_ff_f union field.
12204         (FUNC_mpfr_ff_f): New macro.
12205         (test_functions): Add atan2, hypot and pow.
12206         (special_fill_min): New function.
12207         (special_fill_minus_min): Likewise.
12208         (special_fill_min_subnorm): Likewise.
12209         (special_fill_minus_min_subnorm): Likewise.
12210         (special_real_inputs): Add min, -min, min_subnorm and
12211         -min_subnorm.
12212         (calc_generic_results): Handle mpfr_ff_f.
12213         * sysdeps/i386/fpu/libm-test-ulps: Update.
12214         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12215
12216 2013-12-16  Will Newton  <will.newton@linaro.org>
12217
12218         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12219         (Aligned Memory Blocks): Add documentation for aligned_alloc
12220         and suggest it as an alternative to posix_memalign.
12221         (Hooks for Malloc): Document __memalign_hook is also called
12222         for aligned_alloc.  (Summary of Malloc): Add summary for
12223         aligned alloc.  Document __memalign_hook is also called
12224         for aligned_alloc.
12225
12226 2013-12-16  Will Newton  <will.newton@linaro.org>
12227
12228         * manual/memory.texi (Malloc Examples): Clarify default
12229         alignment documentation.  Suggest posix_memalign rather
12230         than memalign or valloc.
12231         (Aligned Memory Blocks): Remove suggestion to use memalign
12232         or valloc.  Remove obsolete comment about BSD.
12233         Document memalign errno values and mark the function obsolete.
12234         Document posix_memalign returned error codes.  Mark valloc
12235         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12236         called for posix_memalign and valloc.
12237         (Summary of Malloc): Add posix_memalign to function summary.
12238         __memalign_hook is also called for posix_memalign and valloc.
12239
12240 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12241
12242         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12243         TAYLOR_SIN.
12244         (__sin): Adjust.
12245         (__cos): Likewise.
12246         (sloww): Use mynumber union.  Expand ternary operator into
12247         if-else statements.
12248         (cslow): use mynumber union.
12249
12250 2013-12-16  Allan McRae  <allan@archlinux.org>
12251
12252         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12253         * configure: Regenerated.
12254
12255         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12256
12257         [BZ #14120]
12258         * configure.ac: Added --enable-maintainer-mode. Check for
12259         autoconf when enabled.
12260         * configure: Regenerated.
12261
12262         * nscd/nscd.service: New file.
12263         * nscd/nscd.tmpfiles: New file.
12264
12265 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12266
12267         [BZ #12100]
12268         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12269         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12270         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12271         (strstr): Add __strstr_sse2_unaligned ifunc.
12272         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12273         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12274         (strcasestr): Remove __strcasestr_sse42 ifunc.
12275         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12276         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12277         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12278
12279 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12280
12281         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12282         * sysdeps/sh/bits/fenv.h: ... here.
12283         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12284
12285 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12286
12287         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12288
12289         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12290         hypotf multiarch implementations.
12291         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12292         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12293         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12294         multiarch hypot for PPC64.
12295         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12296         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12297         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12298         multiarch hypotf for PPC64.
12299
12300         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12301         modff multiarch implementations.
12302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12305         multiarch modf for PPC64.
12306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12309         multiarch modff for PPC64.
12310
12311         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12312         and logl multiarch implementations.
12313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12314         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12316         multiarch logb for PPC64.
12317         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12319         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12320         multiarch logb for PPC64.
12321         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12322         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12323         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12324         multiarch logb for PPC64.
12325
12326         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12327         isinff multiarch implementation.
12328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12329         file.
12330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12331         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12332         multiarch isinf for PPC64.
12333         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12334         file.
12335         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12336         multiarch isinff for PPC64.
12337
12338         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12339         finitef multiarch implementation.
12340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12341         file.
12342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12343         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12344         multiarch finite for PPC64.
12345         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12346         file.
12347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12348         multiarch finitef for PPC64.
12349
12350         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12351         lrint multiarch implementation.
12352         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12353         file.
12354         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12355         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12356         multiarch llrint for PPC64.
12357         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12358         multiarch lrint for PPC64.
12359
12360         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12361         copysignf multiarch implementation.
12362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12363         file.
12364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12365         file.
12366         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12367         multiarch copysign for PPC64.
12368         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12369         multiarch copysignf for PPC64.
12370
12371         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12372         multiarch implementation.
12373         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12374         file.
12375         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12376         file.
12377         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12378         file.
12379         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12380         file.
12381         multiarch llround for PPC64.
12382         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12383         multiarch trunc for PPC64.
12384         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12385         multiarch truncf for PPC64.
12386
12387         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12388         multiarch implementation.
12389         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12390         file.
12391         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12392         file.
12393         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12394         file.
12395         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12396         file.
12397         multiarch llround for PPC64.
12398         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12399         multiarch round for PPC64.
12400         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12401         multiarch roundf for PPC64.
12402
12403         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12404         multiarch implementation.
12405         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12406         file.
12407         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12408         file.
12409         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12410         file.
12411         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12412         file.
12413         multiarch llround for PPC64.
12414         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12415         multiarch floor for PPC64.
12416         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12417         multiarch floorf for PPC64.
12418
12419         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12420         multiarch implementation.
12421         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12422         file.
12423         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12424         file.
12425         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12426         file.
12427         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12428         file.
12429         multiarch llround for PPC64.
12430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12431         multiarch ceil for PPC64.
12432         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12433         multiarch ceilf for PPC64.
12434
12435         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12436         multiarch implementation.
12437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12438         file.
12439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12440         file.
12441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12442         file.
12443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12444         multiarch llround for PPC64.
12445         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12446         multiarch lround for PPC64.
12447
12448         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12449         multiarch implementation.
12450         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12451         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12452         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12453         file.
12454         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12455         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12456         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12457         multiarch isnan for PPC64.
12458         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12459         multiarch isnanf for PPC64.
12460
12461         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12462         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12463         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12464         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12465         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12467
12468         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12469         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12470         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12471         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12472
12473         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12474         multiarch implementations.
12475         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12476         (__libc_ifunc_impl_list): Likewise.
12477         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12478         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12479         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12480         multiarch stpcpy for PPC64.
12481
12482         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12483         multiarch implementations.
12484         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12485         (__libc_ifunc_impl_list): Likewise.
12486         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12487         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12488         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12489         multiarch strcpy for PPC64.
12490
12491         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12492         redefine function name.
12493         (_wordcopy_fwd_dest_aligned): Likewise.
12494         (_wordcopy_bwd_aligned): Likewise.
12495         (_wordcopy_bwd_dest_aligned): Likewise.
12496         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12497         multiarch implementations.
12498         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12499         (__libc_ifunc_impl_list): Likewise.
12500         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12501         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12502         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12503         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12504         multiarch wcscpy for PPC64.
12505
12506         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12507         multiarch implementations.
12508         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12509         (__libc_ifunc_impl_list): Likewise.
12510         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12511         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12512         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12513         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12514         multiarch wcscpy for PPC64.
12515
12516         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12517         multiarch implementations.
12518         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12519         (__libc_ifunc_impl_list): Likewise.
12520         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12521         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12522         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12523         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12524         multiarch wcsrchr for PPC64.
12525
12526         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12527         multiarch implementations.
12528         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12529         (__libc_ifunc_impl_list): Likewise.
12530         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12531         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12532         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12533         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12534         multiarch wcschr for PPC64.
12535
12536         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12537         multiarch implementations.
12538         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12539         (__libc_ifunc_impl_list): Likewise.
12540         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12541         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12542         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12543         multiarch strchrnul for PPC64.
12544
12545         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12546         implementations.
12547         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12548         (__libc_ifunc_impl_list): Likewise.
12549         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12550         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12551         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12552         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12553         strchr for PPC64.
12554
12555         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12556         implementations.
12557         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12558         (__libc_ifunc_impl_list): Likewise.
12559         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12560         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12561         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12562         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12563         strncmp for PPC64.
12564
12565         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12566         multiarch implementations.
12567         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12568         (__libc_ifunc_impl_list): Likewise.
12569         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12570         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12571         strncasecmp for PPC64.
12572         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12573         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12574         multiarch strncasecmp_l for PPC64.
12575
12576         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12577         multiarch implementations.
12578         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12579         (__libc_ifunc_impl_list): Likewise.
12580         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12581         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12582         multiarch strcasecmp for PPC64.
12583         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12584         file.
12585         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12586         multiarch strcasecmp_l for PPC64.
12587
12588         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12589         implementations.
12590         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12591         (__libc_ifunc_impl_list): Likewise.
12592         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12593         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12594         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12595         strnlen for PPC64.
12596
12597         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12598         implementations.
12599         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12600         (__libc_ifunc_impl_list): Likewise.
12601         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12602         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12603         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12604         strlen for PPC64.
12605
12606         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12607         implementations.
12608         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12609         (__libc_ifunc_impl_list): Likewise.
12610         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12611         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12612         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12613         rawmemrchr for PPC64.
12614
12615         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12616         implementation.
12617         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12618         (__libc_ifunc_impl_list): Likewise.
12619         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12620         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12621         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12622         memrchr for PPC64.
12623
12624         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12625         implementation.
12626         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12627         (__libc_ifunc_impl_list): Likewise.
12628         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12629         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12630         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12631         memchr for PPC64.
12632
12633         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12634         implementation.
12635         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12636         (__libc_ifunc_impl_list): Likewise.
12637         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12638         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12639         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12640         mempcpy for PPC64.
12641
12642         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12643         avoid cretion of __bzero symbol.
12644         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12645         Likewise.
12646         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12647         Likewise.
12648         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12649         Likewise.
12650         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12651         multiarch implementations.
12652         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12653         (__libc_ifunc_impl_list): Likewise.
12654         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12655         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12656         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12657         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12658         bzero for PPC32.
12659         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12660         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12661         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12662         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12663         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12664         memset for PPC64.
12665         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12666
12667         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12668         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12669         implementations.
12670         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12671         (__libc_ifunc_impl_list): Likewise.
12672         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12673         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12674         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12675         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12676         memcmp for PPC64.
12677
12678         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12679         multiarch for POWER/PPC64.
12680         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12681         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12682         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12683         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12684         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12685         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12686         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12687         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12688         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12689         memcpy for PPC64.
12690
12691         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12692         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12693         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12694         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12695         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12696         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12697         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12698         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12699         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12700         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12701         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12702         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12703         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12704         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12705         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12706         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12707         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12708         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12709         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12710         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12711         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12712         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12713
12714 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12715
12716         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12717
12718 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12719
12720         * benchtests/Makefile (bench): Add exp2 and log2.
12721         (LDLIBS-bench-exp2): Add -lm.
12722         (LDLIBS-bench-log2): Likewise.
12723         * benchtests/exp2-inputs: New inputs file.
12724         * benchtests/log2-inputs: New inputs file.
12725         * benchtests/log-inputs: Add new inputs.
12726         * benchtests/tan-inputs: Likewise.
12727
12728 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12729
12730         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12731         definition...
12732         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12733         (csloww2): ... from here.
12734
12735         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12736         instead of structures.
12737         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12738         (POLYNOMIAL): Likewise.
12739         (TAYLOR_SLOW): Likewise.
12740         (__sin): Likewise.
12741         (__cos): Likewise.
12742         (slow1): Likewise.
12743         (slow2): Likewise.
12744         (sloww): Likewise.
12745         (sloww1); Likewise.
12746         (sloww2): Likewise.
12747         (bsloww1): Likewise.
12748         (bsloww2): Likewise.
12749         (cslow2): Likewise.
12750         (csloww): Likewise.
12751         (csloww1): Likewise.
12752         (csloww2): Likewise.
12753
12754 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12755
12756         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12757         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12758         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12759         * malloc/hooks.c (realloc_check): Likewise.
12760
12761         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12762         * malloc/arena.c: Remove PER_THREAD conditional.
12763         [!PER_THREAD]: Remove code.
12764         (ptmalloc_unlock_all2): Likewise.
12765         (ptmalloc_init): Likewise.
12766         (_int_new_arena): Likewise.
12767         (arena_get2): Likewise.
12768         * malloc/hooks.c (__malloc_get_state): Likewise.
12769         (__malloc_set_state): Likewise.
12770         * malloc/malloc.c: Likewise.
12771         (struct malloc_state): Likewise.
12772         (struct malloc_par): Likewise.
12773         (__libc_realloc): Likewise.
12774         (__libc_mallopt): Likewise.
12775
12776 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12777
12778         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12779
12780 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12781
12782         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12783         macro to a function.  Check for zero perturb_byte.
12784         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12785
12786         * malloc/malloc.c: (force_reg): Remove.
12787         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12788         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12789         force_reg by atomic_forced_read.
12790         * malloc/arena.c (ptmalloc_init): Likewise.
12791         * malloc/hooks.c (top_check): Likewise.
12792
12793 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12794
12795         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12796
12797 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12798
12799         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12800
12801 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12802
12803         * math/auto-libm-test-in: Add tests of lgamma.
12804         * math/auto-libm-test-out: Regenerated.
12805         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12806         (M_LOG_2_SQRT_PIl): Likewise.
12807         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12808         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12809         mpfr_f_f1.
12810         (func_calc_desc): Add mpfr_f_f1 union field.
12811         (ARGS1): New macro.
12812         (ARGS2): Likewise.
12813         (ARGS3): Likewise.
12814         (ARGS4): Likewise.
12815         (RET1): Likewise.
12816         (RET2): Likewise.
12817         (CALC): Likewise.
12818         (FUNC): Likewise.
12819         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12820         (test_functions): Add lgamma.
12821         (calc_generic_results): Handle mpfr_f_f1.
12822         * sysdeps/i386/fpu/libm-test-ulps: Update.
12823         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12824
12825 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12826
12827         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12828         __mpn_add_n for PowerPC64/POWER7.
12829         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12830         __mpn_sub_n for PowerPC64/POWER7.
12831
12832         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12833         __mpn_addmul_1 for PowerPC64.
12834         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12835         __mpn_submul_1 for PowerPC64.
12836         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12837         for PowerPC64.
12838         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12839         for PowerPC64.
12840
12841 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12842
12843         [BZ #15089]
12844         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12845
12846 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12847
12848         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12849
12850         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12851         add multiarch folders.
12852         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12853         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12854         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12855         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12856         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12857         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12858         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12859         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12860         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12861         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12862         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12863         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12864         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12865         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12866         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12867         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12868         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12869
12870         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12871         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12872         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12873         New file.
12874         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12875         New file.
12876         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12877         multiarch __ieee754_hypot for PowerPC32.
12878         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12879         New file.
12880         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12881         New file.
12882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12883         multiarch __ieee754_hypotf for PowerPC32.
12884
12885         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12886         long_double_symbol only if __logbl is defined.
12887         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12888         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12889         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12890         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12891         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12892         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12893         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12894         path for implementation.
12895         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12896         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12898         logb, and logbl multiarch implementations for PowerPC32.
12899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12900         file.
12901         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12902         file.
12903         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12904         multiarch logb for PowerPC32.
12905         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12906         file.
12907         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12908         file.
12909         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12910         multiarch logbf for PowerPC32.
12911         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12913         file.
12914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12915         multiarch logbl implementation for PowerPC32.
12916
12917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12918         and modff multiarch implementations.
12919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12920         New file.
12921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12922         New file.
12923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12924         multiarch modf for PowerPC32.
12925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12926         New file.
12927         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12928         New file.
12929         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12930         multiarch modff for PowerPC32.
12931
12932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12933         and lrintf multiarch implementations.
12934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12935         New file.
12936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12937         New file.
12938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12939         multiarch lrint for PowerPC32.
12940         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12941         file: multiarch lrintf for PowerPC32.
12942
12943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12944         and lroundf multiarch implementations.
12945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12946         New file.
12947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12948         New file.
12949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12950         New file.
12951         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12952         multiarch lround for PowerPC32.
12953         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12954         file: multiarch lroundf for PowerPC32.
12955
12956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12957         copysign and copysignf multiarch implementations.
12958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12959         New file.
12960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12961         New file.
12962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12963         file: multiarch copysign for PowerPC32.
12964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12965         file: multiarch copysignf for PowerPC32.
12966
12967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12968         and truncf multiarch implementations.
12969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12970         New file.
12971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12972         file.
12973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12974         multiarch trunc for PowerPC32.
12975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12976         New file.
12977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12978         New file.
12979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12980         multiarch truncf for PowerPC32.
12981
12982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12983         and roundf multiarch implementations.
12984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12985         New file.
12986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12987         file.
12988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12989         multiarch round for PowerPC32.
12990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12991         New file.
12992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12993         New file.
12994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12995         multiarch roundf for PowerPC32.
12996
12997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12998         and floorf multiarch implementations.
12999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
13000         New file.
13001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
13002         file.
13003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
13004         multiarch floor for PowerPC32.
13005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
13006         New file.
13007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
13008         New file.
13009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
13010         multiarch floorf for PowerPC32.
13011
13012         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
13013         and ceilf multiarch implementations.
13014         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13015         New file.
13016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13017         file.
13018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13019         multiarch ceil for PowerPC32.
13020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13021         New file.
13022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13023         file.
13024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13025         multiarch ceilf for PowerPC32.
13026
13027         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13028         is defined.
13029         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13030         FINITEF is defined.
13031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13032         and finitef multiarch implementations.
13033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13034         New file.
13035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13036         file.
13037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13038         multiarch finite for PowerPC32.
13039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13040         New file.
13041         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13042         file: multiarch finitef for PowerPC32.
13043
13044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13045         and isinff multiarch implementations.
13046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13047         file.
13048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13049         file.
13050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13051         multiarch isinf for PowerPC32.
13052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13053         New file.
13054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13055         multiarch isinff for PowerPC32.
13056
13057         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13058         alias when __isnan is defined.
13059         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13060         and isnanf multiarch implementations.
13061         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13062         file.
13063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13064         file.
13065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13066         file.
13067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13068         file.
13069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13070         multiarch isnan for PowerPC32.
13071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13072         New file.
13073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13074         New file.
13075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13076         multiarch isnanf for PowerPC32.
13077
13078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13079         and sqrtf multiarch implementations.
13080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13081         file.
13082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13083         file.
13084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13085         multiarch sqrt for PowerPC32.
13086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13087         file.
13088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13089         file.
13090         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13091         multiarch sqrtf for PowerPC32.
13092
13093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13094         and llroundf multiarch implementations.
13095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13096         New file.
13097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13098         New file.
13099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13100         New file.
13101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13102         file: multiarch llround for PowerPC32.
13103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13104         file: multiarch llroundf for PowerPC32.
13105
13106         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13107         multiarch PowerPC32 fpu implementations.
13108         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13109         New file.
13110         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13111         New file.
13112         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13113         multiarch llrint for PowerPC32.
13114         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13115         New file.
13116         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13117         New file.
13118         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13119         file.
13120
13121         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13122
13123         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13124         file.
13125         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13126         file.
13127         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13128         file.
13129         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13130         multiarch wordcopy for PPC32.
13131         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13132         wordcopy objects.
13133         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13134         (__libc_ifunc_impl_list): Likewise.
13135         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13136         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13137         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13138         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13139         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13140         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13141
13142         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13143         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13144         file.
13145         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13146         file.
13147         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13148         file.
13149         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13150         multiarch wcscpy for PPC32.
13151         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13152         multiarch objects.
13153         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13154         (__libc_ifunc_impl_list): Likewise.
13155         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13156         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13157         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13158         sysdeps/powerpc/power6/wcscpy.c.
13159
13160         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13161         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13162         file.
13163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13164         file.
13165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13166         file.
13167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13168         multiarch wcsrchr for PPC32.
13169         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13170         multiarch objects.
13171         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13172         (__libc_ifunc_impl_list): Likewise.
13173         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13174         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13175         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13176         sysdeps/powerpc/power6/wcsrchr.c.
13177
13178         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13179         file.
13180         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13181         file.
13182         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13183         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13184         multiarch wcschr for PPc32.
13185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13186         multiarch objects.
13187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13188         (__libc_ifunc_impl_list): Likewise.
13189         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13190         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13191         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13192         sysdeps/powerpc/power6/wcschr.c.
13193
13194         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13195         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13196         file.
13197         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13198         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13199         file: multiarch strchr for PPC32.
13200         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13201         multiarch objects.
13202         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13203         (__libc_ifunc_impl_list): Likewise.
13204
13205         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13206         name.
13207         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13208         file.
13209         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13210         file.
13211         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13212         multiarch strchrnul for PPC32.
13213         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13214         multiarch objects.
13215         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13216         (__libc_ifunc_impl_list): Likewise.
13217
13218         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13219         file.
13220         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13221         multiarch strncasecmp for PPC32.
13222         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13223         file.
13224         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13225         multiarch strncasecmp_l for PPC32.
13226         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13227         strncasecmp multiarch objects.
13228         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13229         (__libc_ifunc_impl_list): Likewise.
13230
13231         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13232         file.
13233         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13234         multiarch strncasecmp for PPC32.
13235         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13236         New file.
13237         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13238         multiarch strcasecmp_l for PPC32.
13239         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13240         multiarch objects.
13241         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13242         (__libc_ifunc_impl_list): Likewise.
13243
13244         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13245         file.
13246         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13247         file.
13248         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13249         multiarch strncmp for PPC32.
13250         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13251         multiarch objects.
13252         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13253         (__libc_ifunc_impl_list): Likewise.
13254
13255         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13256         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13257         file.
13258         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13259         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13260         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13261         multiarch objects.
13262         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13263         (__libc_ifunc_impl_list): Likewise.
13264
13265         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13266         file.
13267         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13268         file.
13269         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13270         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13271         multiarch objects.
13272         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13273         (__libc_ifunc_impl_list): Likewise.
13274
13275         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13276         file.
13277         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13278         file.
13279         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13280         multiarch rawmemchr for PPC32.
13281         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13282         multiarch objects.
13283         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13284         (__libc_ifunc_impl_list): Likewise.
13285
13286         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13287         file.
13288         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13289         file.
13290         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13291         file: memrchr multiarch for PPC32.
13292         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13293         multiarch objects.
13294         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13295         (__libc_ifunc_impl_list): Likewise.
13296
13297         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13298         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13299         file.
13300         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13301         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13302         multiarch memchr for PPC32.
13303         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13304         multiarch objects.
13305         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13306         (__libc_ifunc_impl_list): Likewise.
13307
13308         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13309         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13310         file.
13311         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13312         file.
13313         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13314         file: multiarch mempcpy for PPC32.
13315         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13316         multiarch objects.
13317         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13318         (__libc_ifunc_impl_list): Likewise.
13319
13320         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13321         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13322         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13323         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13324         multiarch bzero for PPC32.
13325         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13326         file.
13327         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13328         file.
13329         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13330         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13331         file: multiarch memset for PPC32.
13332         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13333         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13334         memset multiarch objects.
13335         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13336         (__libc_ifunc_impl_list): Likewise.
13337
13338         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13339         file.
13340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13341         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13342         memcmp for PPC32.
13343         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13344         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13345         multiarch objects.
13346         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13347         (__libc_ifunc_impl_list): Likewise.
13348
13349         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13350         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13351         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13352         file.
13353         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13354         file.
13355         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13356         file.
13357         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13358         multiarch memcpy for PPC32.
13359         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
13360         multiarch objects.
13361         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13362         (__libc_ifunc_impl_list): Likewise.
13363
13364         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
13365         support multiarch for POWER/PPC32.
13366         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13367         Likewise.
13368         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13370         Implies file to make multiarch folder appers before the fpu and
13371         default folder for power4 configuration.
13372
13373 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13374
13375         * scripts/bench.pl: Append volatile keyword to type.
13376
13377 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13378
13379         * sysdeps/sh/sotruss-lib.c: New file.
13380         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13381
13382 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13383
13384         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13385
13386 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13387
13388         [BZ #6810]
13389         * math/w_tgamma.c: Include <errno.h>.
13390         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13391         * math/w_tgammaf.c: Include <errno.h>.
13392         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13393         * math/w_tgammal.c: Include <errno.h>.
13394         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13395         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13396         underflow.  Add more tgamma tests.
13397         * math/auto-libm-test-out: Regenerated.
13398         * sysdeps/i386/fpu/libm-test-ulps: Update.
13399         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13400
13401         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13402         sin, sinh, tan, tanh, tgamma, y0 and y1.
13403         * math/auto-libm-test-out: Regenerated.
13404         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13405         (TEST_COND_x86): Likewise.
13406         (M_E2l): Remove macro.
13407         (M_E3l): Likewise.
13408         (M_2_SQRT_PIl): Likewise.
13409         (M_SQRT_PIl): Likewise.
13410         (M_1_DIV_El): Likewise.
13411         (log_test_data): Use AUTO_TESTS_f_f.
13412         (log10_test_data): Likewise.
13413         (log1p_test_data): Likewise.
13414         (log2_test_data): Likewise.
13415         (sin_test_data): Likewise.
13416         (sin_tonearest_test_data): Likewise.
13417         (sin_towardzero_test_data): Likewise.
13418         (sin_downward_test_data): Likewise.
13419         (sin_upward_test_data): Likewise.
13420         (sinh_test_data): Likewise.
13421         (sinh_tonearest_test_data): Likewise.
13422         (sinh_towardzero_test_data): Likewise.
13423         (sinh_downward_test_data): Likewise.
13424         (sinh_upward_test_data): Likewise.
13425         (tan_test_data): Likewise.
13426         (tan_tonearest_test_data): Likewise.
13427         (tan_towardzero_test_data): Likewise.
13428         (tan_downward_test_data): Likewise.
13429         (tan_upward_test_data): Likewise.
13430         (tanh_test_data): Likewise.
13431         (tgamma_test_data): Likewise.
13432         (y0_test_data): Likewise.
13433         (y1_test_data): Likewise.
13434         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13435         (special_real_inputs): Add pi/4.
13436         * sysdeps/i386/fpu/libm-test-ulps: Update.
13437         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13438
13439 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13440
13441         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13442         "longjmp_target" static probes.
13443         (__longjmp): Rename to __longjmp_symbol.
13444         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13445         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13446         on which longjmp to generate.
13447         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13448         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13449         probe.
13450         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13451         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13452         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13453         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13454         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13455         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13457         __longjmp_symbol based on which __longjmp to generate.
13458         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13459         probe.
13460         (setjmp): Rename to setjmp_symbol.
13461         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13462         (_setjmp): Rename to _setjmp_symbol.
13463         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13464         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13465         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13466         which setjmp to generate.
13467         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13468         "longjmp_target" static probes.
13469
13470 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13471
13472         * benchtests/README: Add note about output arguments.
13473         * benchtests/bench-sincos.c: Remove file.
13474         * benchtests/sincos-inputs: New file.
13475         * scripts/bench.pl: Identify output arguments and define
13476         static variables for them.
13477
13478         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13479
13480         [BZ #15941]
13481         * Makefile (INSTALL): Add install-plain.texi as the primary
13482         dependency.
13483         * manual/install-plain.texi: New file.
13484         * manual/install.texi: Include node directive only for
13485         non-plaintext output.
13486
13487 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13488
13489         * stdlib/longlong.h: Update from GCC.
13490
13491         [BZ #6807]
13492         [BZ #15901]
13493         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13494         * math/w_j0f.c (y0f): Likewise.
13495         * math/w_j0l.c (__y0l): Likewise.
13496         * math/w_j1.c (y1): Likewise.
13497         * math/w_j1f.c (y1f): Likewise.
13498         * math/w_j1l.c (__y1l): Likewise
13499         * math/w_jn.c (yn): Likewise.
13500         * math/w_jnf.c (ynf): Likewise.
13501         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13502         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13503         value for Bessel function domain errors outside _SVID_ mode.
13504         Adjust sign of return value for yn (negative integer, 0).
13505         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13506         by zero in return for negative x and set sign appropriately for
13507         negative n.
13508         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13509         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13510         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13511         expectations in error cases.
13512         (y1_test_data): Likewise.
13513         (yn_test_data): Likewise.
13514         * sysdeps/i386/fpu/libm-test-ulps: Update.
13515         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13516
13517 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13518
13519         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13520         "64" to "64-v1".  Add "64-v2".
13521         (abi-64-options): Rename to ...
13522         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13523         (abi-64-condition): Rename to ...
13524         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13525         (abi-64-ld-soname): Rename to ...
13526         (abi-64-v1-ld-soname): ... this.
13527         (abi-64-v2-options): Define.
13528         (abi-64-v2-condition): Likewise.
13529         (abi-64-v2-ld-soname): Likewise.
13530         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13531         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13535
13536 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13537             Alan Modra  <amodra@gmail.com>
13538
13539         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13540         New versions for use with the ELFv2 ABI.
13541         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13542         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13543         declaration.
13544         (struct La_ppc64v2_retval): Likewise.
13545         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13546         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13547         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13548         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13549         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13550         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13551         Do not save or restore CR.
13552         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13553         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13554         return values for ELFv2 ABI.  Fix location of FPR return registers.
13555         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13556         updated values for _CALL_ELF == 2.
13557         (La_regs, La_retval, int_retval): Likewise.
13558
13559 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13560
13561         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13562         (FRAME_MIN_SIZE_PARM): Likewise.
13563         (FRAME_BACKCHAIN): Likewise.
13564         (FRAME_CR_SAVE): Likewise.
13565         (FRAME_LR_SAVE): Likewise.
13566         (FRAME_TOC_SAVE): Likewise.
13567         (FRAME_PARM_SAVE): Likewise.
13568         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13569         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13570         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13571         (call_mcount_parm_offset): New macro.
13572         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13573         (PROF): Use symbolic stack frame offsets.
13574         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13575         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13576         Redefine in terms of FRAME_MIN_SIZE.
13577         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13578         (_dl_profile_resolve): Likewise.  Update comment.
13579         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13580         symbols stack frame offsets.
13581         (__sigsetjmp): Likewise.
13582         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13583         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13584         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13585         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13586
13587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13588         (FRAME_BACKCHAIN): Remove.
13589         (FRAME_CR_SAVE): Likewise.
13590         (FRAME_LR_SAVE): Likewise.
13591         (FRAME_COMPILER_DW): Likewise.
13592         (FRAME_LINKER_DW): Likewise.
13593         (FRAME_TOC_SAVE): Likewise.
13594         (FRAME_PARM_SAVE): Likewise.
13595         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13596         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13597         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13598         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13599         (CHECK_SP): Use symbolic stack frame offsets.
13600         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13601         zone" instead of caller's parameter save area for temp storage.
13602         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13603         Likewise.  Also, use symbolic stack frame offsets.
13604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13605         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13606         our own stack frame instead of the caller's.
13607         (__socket): Use symbolic stack frame offsets.
13608
13609 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13610             Alan Modra  <amodra@gmail.com>
13611
13612         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13613         Define.
13614         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13615         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13616         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13617         New function.
13618         (elf_machine_fixup_plt): Call it.
13619         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13620         reloc arguments.
13621         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13622         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13623         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13624         r2 before calling target.
13625
13626 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13627             Alan Modra  <amodra@gmail.com>
13628
13629         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13630         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13631         versions of macros to support ELFv2 ABI.
13632         (LOCALENTRY): New macro.
13633         (ENTRY, EALIGN): Use it.
13634         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13635         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13636         fall through into ENTRY entry point.
13637         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13638         Only define if _CALL_ELF != 2.
13639
13640         (elf_machine_matches_host): Verify ABI version matches.
13641         (RTLD_START): Use LOCALENTRY.
13642         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13643         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13644         (PLT_ENTRY_WORDS): New macro.
13645         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13646         (elf_machine_runtime_setup): Support ELFv2 ABI.
13647         (elf_machine_fixup_plt): Likewise.
13648         (elf_machine_plt_conflict): Likewise.
13649         (resolve_ifunc): Likewise.
13650         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13651         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13652         Likewise.
13653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13654         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13655         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13656         (makecontext): Support ELFv2 ABI.
13657         * elf/elf.h (EF_PPC64_ABI): Define.
13658
13659 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13660
13661         * sysdeps/powerpc/powerpc64/sysdep.h
13662         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13663         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13664         (ENTRY) [ASSEMBLER]: ... but instead here ...
13665         (EALIGN) [ASSEMBLER]: ... and here.
13666         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13667         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13668         (ENTRY_2) [!ASSEMBLER]: Use it.
13669         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13670         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13671         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13672         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13673         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13674         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13675         Use PPC64_LOAD_FUNCPTR.
13676
13677         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13678
13679 2013-12-04  Alan Modra  <amodra@gmail.com>
13680
13681         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13682         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13683         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13684         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13685
13686         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13687         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13688         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13689         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13690         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13691         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13692
13693 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13694
13695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13696         (__makecontext): Fix incorrect CFI when backtracing out of
13697         context created via makecontext.
13698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13699         (__setcontext): Fix incorrect CFI during switch to new context.
13700         (__novec_setcontext): Likewise.
13701
13702 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13703
13704         [BZ #4772]
13705         * time/strptime_l.c (__strptime_internal): Allow modifiers
13706         in strptime.
13707         * time/tst-strptime.c (day_tests): Add testcase.
13708
13709 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13710
13711         * scripts/bench.pl: Skip over blank lines.
13712
13713 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13714
13715         [BZ #926]
13716         * manual/time.texi (Calendar Time): Clarify what timezone functions
13717         use.
13718
13719 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13720
13721         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13722
13723 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13724
13725         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13726         implementation.
13727         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13728         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13729         * debug/memset_chk.c (__memset_chk): Likewise.
13730         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13731         * debug/strncpy_chk.c: Likewise.
13732
13733 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13734
13735         [BZ #15268]
13736         [BZ #15425]
13737         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13738         (__ieee754_exp): For possibly underflowing results, check size of
13739         result and force underflow exception if required.
13740         * math/auto-libm-test-in: Add more tests of exp.
13741         * math/auto-libm-test-out: Regenerated.
13742         * sysdeps/i386/fpu/libm-test-ulps: Update.
13743         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13744
13745         [BZ #16283]
13746         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13747         * math/w_exp2f.c (__exp2f): Likewise.
13748         * math/w_exp2l.c (__exp2l): Likewise.
13749         * math/auto-libm-test-in: Do not allow missing errno on exp2
13750         underflow.
13751         * math/auto-libm-test-out: Regenerated.
13752
13753 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13754
13755         [BZ #16274]
13756         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13757         handle filename validation.
13758         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13759         (do_open): Delete.
13760
13761 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13762
13763         [BZ #6786]
13764         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13765         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13766         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13767         <float.h>.
13768         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13769         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13770         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13771         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13772         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13773         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13774         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13775         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13776         Add more erfc tests.
13777         * math/auto-libm-test-out: Regenerated.
13778         * sysdeps/i386/fpu/libm-test-ulps: Update.
13779         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13780
13781         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13782         exp2, expm1, j0 and j1.
13783         * math/auto-libm-test-out: Regenerated.
13784         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13785         (erfc_test_data): Likewise.
13786         (exp_test_data): Likewise.
13787         (exp_tonearest_test_data): Likewise.
13788         (exp_towardzero_test_data): Likewise.
13789         (exp_downward_test_data): Likewise.
13790         (exp_upward_test_data): Likewise.
13791         (exp10_test_data): Likewise.
13792         (exp2_test_data): Likewise.
13793         (expm1_test_data): Likewise.
13794         (j0_test_data): Likewise.
13795         (j1_test_data): Likewise.
13796         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13797         (input_flag_type): Add flag_xfail_rounding.
13798         (input_flags): Add xfail-rounding.
13799         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13800         (output_for_one_input_case): Handle flag_xfail_rounding.
13801         * sysdeps/i386/fpu/libm-test-ulps: Update.
13802         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13803
13804 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13805
13806         [BZ #16289]
13807         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13808         division by 0.
13809
13810 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13811
13812         [BZ #16195]
13813         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13814         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13815         (STAP_PROBE0): New macro.
13816         (STAP_PROBE1): Likewise.
13817         (STAP_PROBE2): Likewise.
13818         (STAP_PROBE3): Likewise.
13819         (STAP_PROBE4): Likewise.
13820
13821 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13822
13823         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13824
13825 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13826
13827         * benchtests/Makefile (bench): Add sqrt.
13828         (LDLIBS-bench-sqrt): New.
13829         * benchtests/sqrt-input: New.
13830
13831 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13832
13833         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13834         (GAIH_EAI): Likewise.
13835         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13836         (gaih_inet): Likewise.
13837         (getaddrinfo): Don't use GAIH_EAI.
13838
13839         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13840         (struct gaih): Remove definition.
13841
13842 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13843
13844         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13845         Use HERRNOP directly.
13846
13847 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13848
13849         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13850
13851 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13852
13853         * math/gen-auto-libm-tests.c (test_functions): Add more
13854         single-argument functions.
13855         (special_fill_pi_2): New function.
13856         (special_fill_minus_pi_2): Likewise.
13857         (special_fill_pi_6): Likewise.
13858         (special_fill_minus_pi_6): Likewise.
13859         (special_fill_pi_3): Likewise.
13860         (special_fill_2pi_3): Likewise.
13861         (special_fill_e): Likewise.
13862         (special_fill_1_e): Likewise.
13863         (special_fill_e_minus_1): Likewise.
13864         (special_real_inputs): Add more special inputs.
13865         (output_for_one_input_case): Do not require ERANGE on underflow to
13866         zero if round-to-nearest result does not underflow to zero, unless
13867         exact results required.
13868         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13869         atan, atanh, cbrt, cos and cosh.
13870         * math/auto-libm-test-out: Regenerated.
13871         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13872         (acos_tonearest_test_data): Likewise.
13873         (acos_towardzero_test_data): Likewise.
13874         (acos_downward_test_data): Likewise.
13875         (acos_upward_test_data): Likewise.
13876         (acosh_test_data): Likewise.
13877         (asin_test_data): Likewise.
13878         (asin_tonearest_test_data): Likewise.
13879         (asin_towardzero_test_data): Likewise.
13880         (asin_upward_test_data): Likewise.
13881         (asinh_test_data): Likewise.
13882         (atan_test_data): Likewise.
13883         (atanh_test_data): Likewise.
13884         (cbrt_test_data): Likewise.
13885         (cos_test_data): Likewise.
13886         (cos_tonearest_test_data): Likewise.
13887         (cos_towardzero_test_data): Likewise.
13888         (cos_downward_test_data): Likewise.
13889         (cos_upward_test_data): Likewise.
13890         (cosh_test_data): Likewise.
13891         (cosh_tonearest_test_data): Likewise.
13892         (cosh_towardzero_test_data): Likewise.
13893         (cosh_downward_test_data): Likewise.
13894         (cosh_upward_test_data): Likewise.
13895         * sysdeps/i386/fpu/libm-test-ulps: Update.
13896         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13897
13898 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13899
13900         [BZ #6787]
13901         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13902         * math/w_exp10f.c (__exp10f): Likewise.
13903         * math/w_exp10l.c (__exp10l): Likewise.
13904         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13905         errno settings in existing tests.
13906
13907         [BZ #14032]
13908         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13909         precision control set to double precision.
13910         * sysdeps/i386/fpu/w_sqrt.c: New file.
13911         * math/auto-libm-test-in: Add more tests.
13912         * math/auto-libm-test-out: Update.
13913
13914         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13915         (sqrt_test_tonearest): New function.
13916         (sqrt_towardzero_test_data): New variable.
13917         (sqrt_test_towardzero): New function.
13918         (sqrt_downward_test_data): New variable.
13919         (sqrt_test_downward): New function.
13920         (sqrt_upward_test_data): New variable.
13921         (sqrt_test_upward): New function.
13922         (main): Call the new functions.
13923
13924         * math/gen-auto-libm-tests.c: New file.
13925         * math/auto-libm-test-in: Likewise.
13926         * math/auto-libm-test-out: New generated file.
13927         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13928         variables.
13929         (%beautify): Add generated representations of zero.
13930         (top level): Set $auto_input and call parse_auto_input.
13931         (beautify): Remove trailing "f" from hex float constants.
13932         (parse_args): Handle XFAIL_TEST.
13933         (convert_condition): New function.
13934         (or_value): Likewise.
13935         (or_cond_value): Likewise.
13936         (generate_testfile): Handle AUTO_TESTS_* lines.
13937         (parse_auto_input): New function.
13938         * math/libm-test.inc (XFAIL_TEST): New macro.
13939         (ERRNO_UNCHANGED): Update value.
13940         (ERRNO_EDOM): Likewise.
13941         (ERRNO_ERANGE): Likewise.
13942         (IGNORE_RESULT): Likewise.
13943         (TEST_COND_flt_32): New macro.
13944         (TEST_COND_dbl_64): Likewise.
13945         (TEST_COND_ldbl_96_intel): Likewise.
13946         (TEST_COND_ldbl_96_m68k): Likewise.
13947         (TEST_COND_ldbl_128): Likewise.
13948         (TEST_COND_ldbl_128ibm): Likewise.
13949         (TEST_COND_long32): Likewise.
13950         (TEST_COND_long64): Likewise.
13951         (TEST_COND_before_rounding): Likewise.
13952         (TEST_COND_after_rounding): Likewise.
13953         (enable_test): Handle XFAIL_TEST flag.
13954         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13955         with finite results.
13956         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13957         auto-libm-test-out.
13958
13959 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13960             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13961
13962         [BZ #16214]
13963         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13964         __tls_get_addr_internal instead of __tls_get_offset in order to
13965         avoid GOT pointer dependency.  Make rtld export
13966         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13967         __tls_get_addr since we are a __tls_get_offset platform.
13968         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13969         GOT pointer being set up before.
13970         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13971
13972 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13973
13974         * manual/math.texi (Errors in Math Functions): Document accuracy
13975         goals.
13976
13977         [BZ #15004]
13978         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13979         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13980         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13981         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13982         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13983         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13984         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13985         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13986         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13987         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13988         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13989         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13990         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13991         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13992         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13993         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13994
13995         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13996         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13997         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13998         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13999         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
14000         Likewise.
14001         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
14002         Likewise.
14003         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
14004         Likewise.
14005         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
14006         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
14007         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
14008         atomic-feupdateenv and flt-rounds.
14009         * sysdeps/powerpc/nofpu/Versions (libc): Add
14010         __atomic_feholdexcept, __atomic_feclearexcept,
14011         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
14012         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
14013         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
14014         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14015         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14016         here.
14017         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14018         Update.
14019
14020         * manual/arith.texi (FP Exceptions): Document that exceptions may
14021         not be raised when matherr is used.
14022         (Math Error Reporting): Document overflow in directed rounding
14023         modes.  Document that errno may not be set when finite values are
14024         returned on overflow.  Document intent to set errno on underflow
14025         only for underflow to zero.
14026
14027         [BZ #16271]
14028         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14029         round-to-nearest then adjust result for other rounding modes.
14030         * include/fenv.h (fegetround): Use libm_hidden_proto.
14031         * math/fegetround.c (fegetround): Use libm_hidden_def.
14032         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14033         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14034         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14035         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14036         Likewise.
14037         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14038         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14039         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14040         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14041
14042 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14043
14044         [BZ #16077]
14045         * nss/Versions (libnss_files): Add
14046         _nss_files_gethostbyname3_r.
14047         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14048         New function.
14049         (HOST_DB_LOOKUP): Remove macro.
14050         (_nss_files_gethostbyname_r): Implement function without the
14051         HOST_DB_LOOKUP macro.
14052         (_nss_files_gethostbyname2_r): Likewise.
14053
14054 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14055
14056         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14057
14058 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14059
14060         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14061         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14062         warning.
14063
14064 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14065
14066         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14067         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14068         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14069         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14070         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14071         __fe_nomask_env_priv and attribute_hidden.
14072         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14073         (libc_feupdateenv_test_ppc): Likewise.
14074         (libc_feresetround_ppc): Likewise.
14075         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14076         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14077         compat_symbol macro.
14078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14079         (__fe_nomask_env): Likewise.
14080         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14081
14082 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14083
14084         * string/Makefile: Remove ifunc tests.
14085         * string/test-string.h: Define TEST_IFUNC.
14086         * string/test-bcopy-ifunc.c: Remove.
14087         * string/test-bzero-ifunc.c: Likewise.
14088         * string/test-memccpy-ifunc.c: Likewise.
14089         * string/test-memchr-ifunc.c: Likewise.
14090         * string/test-memcmp-ifunc.c: Likewise.
14091         * string/test-memcpy-ifunc.c: Likewise.
14092         * string/test-memmem-ifunc.c: Likewise.
14093         * string/test-memmove-ifunc.c: Likewise.
14094         * string/test-mempcpy-ifunc.c: Likewise.
14095         * string/test-memrchr-ifunc.c: Likewise.
14096         * string/test-memset-ifunc.c: Likewise.
14097         * string/test-rawmemchr-ifunc.c: Likewise.
14098         * string/test-stpcpy-ifunc.c: Likewise.
14099         * string/test-stpncpy-ifunc.c: Likewise.
14100         * string/test-strcasecmp-ifunc.c: Likewise.
14101         * string/test-strcasestr-ifunc.c: Likewise.
14102         * string/test-strcat-ifunc.c: Likewise.
14103         * string/test-strchr-ifunc.c: Likewise.
14104         * string/test-strchrnul-ifunc.c: Likewise.
14105         * string/test-strcmp-ifunc.c: Likewise.
14106         * string/test-strcpy-ifunc.c: Likewise.
14107         * string/test-strcspn-ifunc.c: Likewise.
14108         * string/test-strlen-ifunc.c: Likewise.
14109         * string/test-strncasecmp-ifunc.c: Likewise.
14110         * string/test-strncat-ifunc.c: Likewise.
14111         * string/test-strncmp-ifunc.c: Likewise.
14112         * string/test-strncpy-ifunc.c: Likewise.
14113         * string/test-strnlen-ifunc.c: Likewise.
14114         * string/test-strpbrk-ifunc.c: Likewise.
14115         * string/test-strrchr-ifunc.c: Likewise.
14116         * string/test-strspn-ifunc.c: Likewise.
14117         * string/test-strstr-ifunc.c: Likewise.
14118
14119 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14120
14121         * benchtests/Makefile: Remove ifunc tests.
14122         * benchtests/bench-string.h: Define TEST_IFUNC.
14123         * benchtests/bench-bcopy-ifunc.c: Remove.
14124         * benchtests/bench-bzero-ifunc.c: Likewise.
14125         * benchtests/bench-memccpy-ifunc.c: Likewise.
14126         * benchtests/bench-memchr-ifunc.c: Likewise.
14127         * benchtests/bench-memcmp-ifunc.c: Likewise.
14128         * benchtests/bench-memcpy-ifunc.c: Likewise.
14129         * benchtests/bench-memmem-ifunc.c: Likewise.
14130         * benchtests/bench-memmove-ifunc.c: Likewise.
14131         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14132         * benchtests/bench-memrchr-ifunc.c: Likewise.
14133         * benchtests/bench-memset-ifunc.c: Likewise.
14134         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14135         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14136         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14137         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14138         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14139         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14140         * benchtests/bench-strcat-ifunc.c: Likewise.
14141         * benchtests/bench-strchr-ifunc.c: Likewise.
14142         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14143         * benchtests/bench-strcmp-ifunc.c: Likewise.
14144         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14145         * benchtests/bench-strcpy-ifunc.c: Likewise.
14146         * benchtests/bench-strcspn-ifunc.c: Likewise.
14147         * benchtests/bench-strlen-ifunc.c: Likewise.
14148         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14149         * benchtests/bench-strncat-ifunc.c: Likewise.
14150         * benchtests/bench-strncmp-ifunc.c: Likewise.
14151         * benchtests/bench-strncpy-ifunc.c: Likewise.
14152         * benchtests/bench-strnlen-ifunc.c: Likewise.
14153         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14154         * benchtests/bench-strrchr-ifunc.c: Likewise.
14155         * benchtests/bench-strsep-ifunc.c: Likewise.
14156         * benchtests/bench-strspn-ifunc.c: Likewise.
14157         * benchtests/bench-strstr-ifunc.c: Likewise.
14158
14159 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14160
14161         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14162
14163 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14164
14165         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14166         * rt/aio.h: Likewise.
14167         * sysdeps/gnu/bits/utmp.h: Likewise.
14168         * sysdeps/gnu/bits/utmpx.h: Likewise.
14169         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14170         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14171         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14172         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14173         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14174         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14175         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14176         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14177         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14178         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14179         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14180         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14181         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14183         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14184         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14185         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14186         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14187         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14188         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14189         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14190         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14191         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14192         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14193         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14194         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14195         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14196         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14197         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14198         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14199         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14200         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14201         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14202         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14203         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14204         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14205         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14206         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14207         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14208         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14209         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14210         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14211
14212 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14213
14214         [BZ #16245]
14215         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14216         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14217
14218 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14219
14220         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14221         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14222         Likewise.
14223
14224 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14225
14226         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14227         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14228         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14229         (__fesetround): Remove define.
14230         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14231         rounding and exceptions handling.
14232         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14233         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14234         (__fe_nomask_env): Likewise.
14235         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14236         __fegetround instead of fegetround.
14237         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14238         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14239
14240 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14241
14242         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14243         it's there.
14244
14245         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14246
14247 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14248
14249         [BZ #11157]
14250         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14251         (encrypt_r): Likewise.
14252         * malloc/obstack.h (obstack_free): Likewise.
14253         * posix/unistd.h (encrypt): Likewise.
14254
14255 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14256
14257         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14258         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14259         DL_CALL_DT_FINI() that call the functions directly.
14260         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14261         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14262         * elf/dl-fini.c: Likewise.
14263
14264 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14265
14266         * malloc/hooks.c (memalign_check): Add alignment rounding.
14267         * malloc/malloc.c (_mid_memalign): New function.
14268         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14269         Implement by calling _mid_memalign.
14270         * manual/probes.texi (Memory Allocation Probes): Remove
14271         memory_valloc_retry and memory_pvalloc_retry.
14272
14273 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14274
14275         * locale/programs/locarchive.c (open_archive): Add const
14276         qualifier to ARCHIVEFNAME and copy default fname to
14277         DEFAULT_FNAME.
14278
14279         [BZ #15601]
14280         * libio/tst-widetext.input: Rename Oriya to Odia.
14281         * locale/iso-639.def: Likewise.
14282
14283         * manual/probes.texi (Mathematical Function Probes): Add
14284         documentation for sin, cos, asin and acos probes.
14285         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14286         (__sin32): Add slowasin probe.
14287         (__cos32): Add slowacos probe.
14288         (__mpsin): Add slowsin probe.
14289         (__mpcos): Add slowcos probe.
14290
14291 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14292
14293         [BZ #15483]
14294         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14295         thread-local __sim_exceptions_thread and global
14296         __sim_exceptions_global.
14297         (__sim_disabled_exceptions): Change to thread-local
14298         __sim_disabled_exceptions_thread and global
14299         __sim_disabled_exceptions_global.
14300         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14301         and global __sim_round_mode_global.
14302         (__simulate_exceptions): Use thread-local floating-point state and
14303         set global state from it as needed.
14304         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14305         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14306         __sim_round_mode_thread.
14307         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14308         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14309         and global __sim_exceptions_global.
14310         (__sim_disabled_exceptions): Change to thread-local
14311         __sim_disabled_exceptions_thread and global
14312         __sim_disabled_exceptions_global.
14313         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14314         and global __sim_round_mode_global.
14315         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14316         (SIM_SET_GLOBAL): Likewise.
14317         * sysdeps/powerpc/soft-fp/sfp-machine.h
14318         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14319         __sim_round_mode_thread.
14320         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14321         __sim_disabled_exceptions_thread.
14322         (__sim_exceptions): Change to __sim_exceptions_thread.
14323         (__sim_disabled_exceptions): Change to
14324         __sim_disabled_exceptions_thread.
14325         (__sim_round_mode): Change to __sim_round_mode_thread.
14326         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14327         thread-local floating-point state and set global state from it as
14328         needed.
14329         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14330         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14331         (__sim_disabled_exceptions): Remove extern declaration.
14332         (feenableexcept): Use thread-local floating-point state and set
14333         global state from it as needed.
14334         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14335         extern declaration.
14336         (__sim_disabled_exceptions): Likewise.
14337         (__sim_round_mode): Likewise.
14338         (__fegetenv): Use thread-local floating-point state.
14339         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14340         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14341         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14342         floating-point state and set global state from it as needed.
14343         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14344         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14345         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14346         Likewise.
14347         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14348         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14349         Likewise.
14350         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14351         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14352         Use __sim_round_mode_thread.
14353         * math/test-fenv-tls.c: New file.
14354         * math/Makefile (tests): Add test-fenv-tls.
14355         ($(objpfx)test-fenv-tls): Depend on
14356         $(common-objpfx)nptl/libpthread.so.
14357
14358 2013-11-19  Andreas Schwab  <schwab@suse.de>
14359
14360         * locale/programs/locale.c (show_info): Decode wordarray elements.
14361         * locale/categories.def (LC_MONETARY): Add element for
14362         _NL_MONETARY_CRNCYSTR.
14363         * locale/C-monetary.c (conversion_rate): New variable.
14364         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14365         element.
14366
14367 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14368
14369         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14370         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14371
14372 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14373
14374         * elf/Makefile (tst-auxv): New test.
14375         * elf/tst-auxv.c: New
14376         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14377
14378 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14379
14380         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14381         (hidden_proto): Caller changed.
14382         (hidden_tls_proto): New macro.
14383         (libc_hidden_tls_proto): Likewise.
14384         (rtld_hidden_tls_proto): Likewise.
14385         (libm_hidden_tls_proto): Likewise.
14386         (libresolv_hidden_tls_proto): Likewise.
14387         (librt_hidden_tls_proto): Likewise.
14388         (libdl_hidden_tls_proto): Likewise.
14389         (libnss_files_hidden_tls_proto): Likewise.
14390         (libnsl_hidden_tls_proto): Likewise.
14391         (libnss_nisplus_hidden_tls_proto): Likewise.
14392         (libutil_hidden_tls_proto): Likewise.
14393
14394 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14395
14396         [BZ #10253]
14397         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14398         (decompose_rpath): Defer expansion to fillin_rpath.
14399         (_dl_init_paths): Pass linkmap to fillin_rpath.
14400
14401 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14402
14403         * benchtests/Makefile: Add strsep.
14404         * benchtests/bench-strsep.c: New file: strsep benchtest.
14405         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14406
14407 2013-11-18  Andreas Schwab  <schwab@suse.de>
14408
14409         * locale/programs/locale.c (show_info) [case byte]: Check for
14410         '\377' instead of '\177'.
14411         * locale/C-monetary.c (not_available): Always use "\377".
14412         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14413         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14414         detect unavailable sign_posn locale elements.
14415         * locale/localeconv.c (__localeconv): For grouping and
14416         mon_grouping handle "\177" and "\377" like no grouping.
14417         (INT_ELEM): New macro.  Use it to set all numeric members.
14418         * locale/programs/ld-monetary.c (monetary_read)
14419         <tok_mon_grouping>: Normalize single -1 to the empty string.
14420         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14421         Likewise.
14422
14423 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14424
14425         [BZ #16055]
14426         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14427         when we match (nil).
14428         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14429
14430 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14431
14432         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14433         (NO_TEST_INLINE): Update value.
14434         (ERRNO_UNCHANGED): Likewise.
14435         (ERRNO_EDOM): Likewise.
14436         (ERRNO_ERANGE): Likewise.
14437         (IGNORE_RESULT): Likewise.
14438         (check_float_internal): Check signs of NaN results if
14439         TEST_NAN_SIGN used.
14440         (check_complex): Pass TEST_NAN_SIGN flag through to second
14441         check_float_internal call.
14442         (copysign_test_data): Add tests with quiet NaNs as second
14443         argument.  Use TEST_NAN_SIGN.
14444         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14445         TEST_NAN_SIGN.
14446         (signbit_test_data): Add tests of quiet NaN argument.
14447         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14448
14449         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14450         $ignore_result.
14451         (parse_args): Handle function results specified as IGNORE.
14452         * math/libm-test.inc (IGNORE_RESULT): New macro.
14453         (check_float_internal): Do not check numerical result if flag
14454         IGNORE_RESULT set.
14455         (check_complex): Pass through IGNORE_RESULT to second
14456         check_float_internal call.
14457         (check_int): Do not check numerical result if flag IGNORE_RESULT
14458         set.
14459         (check_long): Likewise.
14460         (check_bool): Likewise.
14461         (check_longlong): Likewise.
14462         (lrint_test_data): Add tests of infinite and NaN arguments.
14463         (lrint_tonearest_test_data): Likewise.
14464         (lrint_towardzero_test_data): Likewise.
14465         (lrint_downward_test_data): Likewise.
14466         (lrint_upward_test_data): Likewise.
14467         (llrint_test_data): Likewise.
14468         (llrint_tonearest_test_data): Likewise.
14469         (llrint_towardzero_test_data): Likewise.
14470         (llrint_downward_test_data): Likewise.
14471         (llrint_upward_test_data): Likewise.
14472         (lround_test_data): Likewise.
14473         (llround_test_data): Likewise.
14474
14475         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14476         (ERRNO_UNCHANGED): Update value.
14477         (ERRNO_EDOM): Likewise.
14478         (ERRNO_ERANGE): Likewise.
14479         (NO_TEST_INLINE_FLOAT): New macro.
14480         (NO_TEST_INLINE_DOUBLE): Likewise.
14481         (enable_test): New function.
14482         (RUN_TEST_f_f): Check enable_test before running test.
14483         (RUN_TEST_2_f): Likewise.
14484         (RUN_TEST_fff_f): Likewise.
14485         (RUN_TEST_c_f): Likewise.
14486         (RUN_TEST_f_f1): Likewise.
14487         (RUN_TEST_fF_f1): Likewise.
14488         (RUN_TEST_fI_f1): Likewise.
14489         (RUN_TEST_ffI_f1): Likewise.
14490         (RUN_TEST_c_c): Likewise.
14491         (RUN_TEST_cc_c): Likewise.
14492         (RUN_TEST_f_i): Likewise.
14493         (RUN_TEST_f_i_tg): Likewise.
14494         (RUN_TEST_ff_i_tg): Likewise.
14495         (RUN_TEST_f_b): Likewise.
14496         (RUN_TEST_f_b_tg): Likewise.
14497         (RUN_TEST_f_l): Likewise.
14498         (RUN_TEST_f_L): Likewise.
14499         (RUN_TEST_fFF_11): Likewise.
14500         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14501         conditionals.
14502         (cosh_test_data): Likewise.
14503         (exp_test_data): Likewise.
14504         (expm1_test_data): Likewise.
14505         (hypot_test_data): Likewise.
14506         (pow_test_data): Likewise.
14507         (sinh_test_data): Likewise.
14508         (tanh_test_data): Likewise.
14509         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14510         flags argument.
14511
14512         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14513         tests with quiet NaN input and output.
14514         (acosh_test_data): Likewise.
14515         (asin_test_data): Likewise.
14516         (asinh_test_data): Likewise.
14517         (atan_test_data): Likewise.
14518         (atanh_test_data): Likewise.
14519         (atan2_test_data): Likewise.
14520         (cbrt_test_data): Likewise.
14521         (cos_test_data): Likewise.
14522         (cosh_test_data): Likewise.
14523         (erf_test_data): Likewise.
14524         (erfc_test_data): Likewise.
14525         (exp_test_data): Likewise.
14526         (exp10_test_data): Likewise.
14527         (exp2_test_data): Likewise.
14528         (expm1_test_data): Likewise.
14529         (hypot_test_data): Likewise.
14530         (j0_test_data): Likewise.
14531         (j1_test_data): Likewise.
14532         (jn_test_data): Likewise.
14533         (lgamma_test_data): Likewise.
14534         (log_test_data): Likewise.
14535         (log10_test_data): Likewise.
14536         (log1p_test_data): Likewise.
14537         (log2_test_data): Likewise.
14538         (pow_test_data): Likewise.
14539         (scalb_test_data): Likewise.
14540         (sin_test_data): Likewise.
14541         (sincos_test_data): Likewise.
14542         (sinh_test_data): Likewise.
14543         (tan_test_data): Likewise.
14544         (tanh_test_data): Likewise.
14545         (tgamma_test_data): Likewise.
14546         (y0_test_data): Likewise.
14547         (y1_test_data): Likewise.
14548         (yn_test_data): Likewise.
14549
14550         [BZ #16167]
14551         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14552         argument being NaN and avoid computations with second argument in
14553         that case.
14554         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14555         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14556         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14557
14558 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14559
14560         * locale/iso-639.def: Add Chitwani Tharu (the).
14561
14562 2013-11-14  Andreas Schwab  <schwab@suse.de>
14563
14564         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14565         word instead of empty string.
14566
14567 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14568
14569         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14570         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14571         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14572         (__fe_nomask_env): Likewise.
14573
14574 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14575
14576         * benchtests/bench-timing.h: Include time.h.
14577
14578 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14579
14580         [BZ #15997]
14581         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14582         to 3.4.0 for x32.
14583         * sysdeps/unix/sysv/linux/configure: Regenerated.
14584
14585 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14586
14587         [BZ #16151]
14588         * stdlib/strtod_l.c (round_and_return): Do not consider
14589         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14590         exponent one less than half the least subnormal exponent.
14591         * stdlib/test-strtod-round-data: Add more tests.
14592         * stdlib/tst-strtod-round.c (tests): Regenerated.
14593
14594 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14595
14596         [BZ #14143]
14597         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14598         (__fe_mask_env): Likewise.
14599         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14600         libm_hidden_proto and add function prototype.
14601         (__fe_mask_env): Add function prototype.
14602         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14603         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14605         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14607         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14608
14609 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14610
14611         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14612         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14613
14614 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14615
14616         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14617         of htab_find_slot().
14618
14619 2013-11-11  David S. Miller  <davem@davemloft.net>
14620
14621         [BZ #16150]
14622         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14623         symbol in the non-vis3 case in static builds.
14624         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14625         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14626         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14627         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14628
14629 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14630
14631         [BZ #387]
14632         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14633         it is empty.
14634
14635 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14636
14637         * benchtests/Makefile: Add bench-strtod.
14638         * benchtests/bench-strtod.c: New file: strtod benchtest
14639
14640 2013-11-11  Andreas Schwab  <schwab@suse.de>
14641
14642         [BZ #16153]
14643         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14644         terminating NUL in key length.
14645
14646 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14647
14648         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14649         Add artificial ODP entry for vDSO symbol for PPC64.
14650         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14651         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14652
14653 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14654
14655         [BZ #15374]
14656         * nss/getent.c (services_keys): Recognize services starting with digit.
14657
14658 2013-11-06  David S. Miller  <davem@davemloft.net>
14659
14660         [BZ #15985]
14661         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14662         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14663
14664 2013-11-06  Will Newton  <will.newton@linaro.org>
14665
14666         * manual/memory.texi (Malloc Examples): Remove register
14667         keyword from examples.
14668
14669 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14670
14671         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14672
14673 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14674
14675         [BZ #6981]
14676         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14677         depending on [__GCC_IEC_559 > 0].
14678         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14679         depending on [__GCC_IEC_559_COMPLEX > 0].
14680
14681 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14682
14683         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14684         to iso-639.def.
14685
14686 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14687
14688         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14689
14690 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14691
14692         [BZ #16112]
14693         * malloc/malloc (malloc_info): Do not handle first bin as
14694         special case.
14695
14696 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14697
14698         * locale/iso-639.def: Add Central Nahuatl (nhn).
14699
14700 2013-11-01  Bruno Haible  <bruno@clisp.org>
14701
14702         [BZ #7003]
14703         * manual/math.texi (BSD Random): Specify range upper bound as
14704         in POSIX.
14705
14706 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14707
14708         * locale/iso-639.def: Add Meadow Mari (mhr).
14709
14710 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14711
14712         [BZ #14752], [BZ #15763]
14713         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14714         Validate name.
14715         * rt/tst_shm.c: Add test for escaping directory.
14716
14717 2013-10-31  Andreas Schwab  <schwab@suse.de>
14718
14719         [BZ #15917]
14720         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14721         followed by 'x' as part of digit sequence.
14722         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14723
14724 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14725
14726         [BZ #16037]
14727         * configure.ac: allow GNU Make 4.0 and greater.
14728         * configure: Regenerated.
14729
14730 2013-10-30  Will Newton  <will.newton@linaro.org>
14731
14732         [BZ #16038]
14733         * malloc/hooks.c (memalign_check): Limit alignment to the
14734         maximum representable power of two.
14735         * malloc/malloc.c (__libc_memalign): Likewise.
14736         * malloc/tst-memalign.c (do_test): Add test for very
14737         large alignment values.
14738         * malloc/tst-posix_memalign.c (do_test): Likewise.
14739
14740 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14741
14742         [BZ #11087]
14743         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14744         (munmap_chunk): Likewise.
14745         (mremap_chunk): Likewise.
14746
14747 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14748
14749         [BZ #15799]
14750         * stdlib/div.c (div): Remove obsolete code.
14751         * stdlib/ldiv.c (ldiv): Likewise.
14752         * stdlib/lldiv.c (lldiv): Likewise.
14753
14754 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14755
14756         [BZ #16071]
14757         * nss/nss_files/files-XXX.c (get_contents_ret): New
14758         enumerator.
14759         (get_contents): New function.
14760         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14761
14762 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14763
14764         * configure.in: Moved to ...
14765         * configure.ac: ... here. Change reference to configure.in
14766         to configure.ac.
14767         * sysdeps/arm/preconfigure.ac: ... here.
14768         configure.in to configure.ac.
14769         * sysdeps/gnu/configure.in: Moved to ...
14770         * sysdeps/gnu/configure.ac: ... here.
14771         * sysdeps/i386/configure.in: Moved to ...
14772         * sysdeps/i386/configure.ac: ... here.
14773         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14774         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14775         * sysdeps/mach/configure.in: Moved to ...
14776         * sysdeps/mach/configure.ac: ... here.
14777         * sysdeps/mach/hurd/configure.in: Moved to ...
14778         * sysdeps/mach/hurd/configure.ac: ... here.
14779         * sysdeps/powerpc/configure.in: Moved to ...
14780         * sysdeps/powerpc/configure.ac: ... here.
14781         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14782         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14783         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14784         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14785         * sysdeps/s390/s390-32/configure.in: Moved to ...
14786         * sysdeps/s390/s390-32/configure.ac: ... here.
14787         * sysdeps/s390/s390-64/configure.in: Moved to ...
14788         * sysdeps/s390/s390-64/configure.ac: ... here.
14789         * sysdeps/sh/configure.in: Moved to ...
14790         * sysdeps/sh/configure.ac: ... here.
14791         * sysdeps/sparc/configure.in: Moved to ...
14792         * sysdeps/sparc/configure.ac: ... here.
14793         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14794         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14795         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14796         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14797         * sysdeps/x86_64/configure.in: Moved to ...
14798         * sysdeps/x86_64/configure.ac: ... here.
14799         * sysdeps/x86_64/preconfigure.in: Moved to ...
14800         * sysdeps/x86_64/preconfigure.ac: ... here.
14801         * aclocal.m4: Change reference to configure.in to configure.ac.
14802         * config.h.in: Likewise.
14803         * manual/install.texi: Likewise.
14804         * manual/maint.texi: Likewise.
14805         * Makefile: Likewise.
14806         * malloc/Makefile: Likewise.
14807         * nscd/Makefile: Likewise.
14808         * Makeconfig: Change reference to configure.in and
14809         preconfigure.in to configure.ac and preconfigure.ac
14810         respectively.
14811         * INSTALL: Regenerated.
14812         * configure: Likewise.
14813         * sysdeps/gnu/configure: Likewise.
14814         * sysdeps/i386/configure: Likewise.
14815         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14816         * sysdeps/mach/configure: Likewise.
14817         * sysdeps/mach/hurd/configure: Likewise.
14818         * sysdeps/powerpc/configure: Likewise.
14819         * sysdeps/powerpc/powerpc32/configure: Likewise.
14820         * sysdeps/powerpc/powerpc64/configure: Likewise.
14821         * sysdeps/s390/s390-32/configure: Likewise.
14822         * sysdeps/s390/s390-64/configure: Likewise.
14823         * sysdeps/sh/configure: Likewise.
14824         * sysdeps/sparc/configure: Likewise.
14825         * sysdeps/unix/sysv/linux/configure: Likewise.
14826         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14827         * sysdeps/x86_64/configure: Likewise.
14828         * sysdeps/x86_64/preconfigure: Likewise.
14829
14830 2013-10-29  Andreas Schwab  <schwab@suse.de>
14831
14832         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14833
14834 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14835
14836         * benchtests/pow-inputs: Add new inputs.
14837
14838         * benchtests/exp-inputs: Add new inputs.
14839
14840         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14841         conditional check for return value.
14842         (__cos32): Likewise.
14843
14844 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14845
14846         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14847         to provide a boost for large inputs with word alignment.
14848         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14849         implementation based on optimized PPC64 strcpy.
14850         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14851         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14852         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14853         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14854
14855 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14856
14857         [BZ #2801]
14858         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14859
14860 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14861
14862         [BZ #14876]
14863         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14864         * time/tst-strptime.c (day_tests): Add testcase.
14865
14866 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14867
14868         [BZ #14029]
14869         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14870
14871 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14872
14873         [BZ #16074]
14874         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14875         MAP_FAILED on error.
14876
14877 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14878
14879         [BZ #16072]
14880         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14881         heap for large requests.
14882
14883 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14884
14885         [BZ #9954]
14886         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14887         result if the result has no associated interface.
14888         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14889         interface for all 127.X.Y.Z addresses.
14890
14891 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14892
14893         * locale/iso-639.def: Add Ligurian (lij)
14894
14895 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14896
14897         [BZ #15825]
14898         * sunrpc/rpc_main.c: Document rpcgen -5.
14899
14900 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14901
14902         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14903
14904 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14905
14906         [BZ #10278]
14907         * posix/glob.c: Match only directories when trailing slash is present.
14908         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14909         (main): Add testcase.
14910
14911 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14912
14913         [BZ #15670]
14914         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14915
14916 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14917
14918         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14919         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14920         AUTH_DES and cindex for FIPS 140-2.
14921         (DES Encryption): Add cindex FIPS 46-3.
14922
14923         * locale/locarchive.h (struct locarhandle): Add fname.
14924         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14925         if an optional argument was specified to --list-archive,
14926         otherwise NULL.
14927         * locale/programs/locarchive.c (show_archive_content): Take new
14928         argument fname and pass it via ah.fname to open_archive.
14929         * locale/programs/localedef.h: Update decl.
14930         (open_archive): If AH->fname is non-null, open that file
14931         rather than the default file name, and don't ignore ENOENT.
14932         (create_archive): Set AH.fname to NULL.
14933         (delete_locales_from_archive): Likewise.
14934         (add_locales_to_archive): Likewise.
14935         * locale/programs/locfile.c (write_all_categories): Likewise.
14936
14937 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14938             Aldy Hernandez  <aldyh@redhat.com>
14939
14940         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14941         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14942         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14943         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14944         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14945         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14946         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14947         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14948         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14949         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14950         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14951         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14952         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14953         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14954         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14955         Likewise.
14956         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14957         Likewise.
14958         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14959         Likewise.
14960         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14961         Likewise.
14962         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14963         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14964         Likewise.
14965         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14966         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14967         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14968         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14969         Likewise.
14970         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14971         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14972         * sysdeps/powerpc/preconfigure: Likewise.
14973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14974         Likewise.
14975         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14976         Replace contents of file by #include of <fenv_libc.h>.
14977         * sysdeps/powerpc/soft-fp/sfp-machine.h
14978         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14979         and <sys/prctl.h>.
14980         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14981         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14982         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14983         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14984         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14985         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14986         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14987         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14988         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14989         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14990         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14991         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14992         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14993         Allow copysignl PLT reference to be missing.
14994
14995 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14996             Joseph Myers  <joseph@codesourcery.com
14997
14998         [BZ #15948]
14999         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
15000         single character.
15001         (add_to_tablewc): Assert sequence of wide characters is nonempty.
15002
15003 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
15004
15005         * elf/tst-tls-dlinfo.c: Don't include tls.h.
15006         * elf/tst-tls1.c: Likewise.
15007         * elf/tst-tls10.h: Likewise.
15008         * elf/tst-tls14.c: Likewise.
15009         * elf/tst-tls2.c: Likewise.
15010         * elf/tst-tls3.c: Likewise.
15011         * elf/tst-tls4.c: Likewise.
15012         * elf/tst-tls5.c: Likewise.
15013         * elf/tst-tls6.c: Likewise.
15014         * elf/tst-tls7.c: Likewise.
15015         * elf/tst-tls8.c: Likewise.
15016         * elf/tst-tls9.c: Likewise.
15017         * elf/tst-tlsmod1.c: Likewise.
15018         * elf/tst-tlsmod13.c: Likewise.
15019         * elf/tst-tlsmod13a.c: Likewise.
15020         * elf/tst-tlsmod14a.c: Likewise.
15021         * elf/tst-tlsmod16a.c: Likewise.
15022         * elf/tst-tlsmod16b.c: Likewise.
15023         * elf/tst-tlsmod2.c: Likewise.
15024         * elf/tst-tlsmod3.c: Likewise.
15025         * elf/tst-tlsmod4.c: Likewise.
15026         * elf/tst-tlsmod5.c: Likewise.
15027         * elf/tst-tlsmod6.c: Likewise.
15028
15029 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15030
15031         [BZ #12486]
15032         * malloc/malloc.c: remove checks for statistics.
15033
15034 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15035
15036         [BZ #15277]
15037         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15038         * inet/tst-network.c: Add testcase.
15039
15040 2013-10-17  Andreas Schwab  <schwab@suse.de>
15041
15042         [BZ #15218]
15043         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15044         to determine canonical name.
15045
15046 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15047
15048         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15049         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15050         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15051         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15052         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15053         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15054         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15055         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15056         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15057         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15058         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15059         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15060         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15061         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15062         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15063         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15064         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15065         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15066         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15067         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15068         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15069         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15070         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15071         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15072         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15073         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15074         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15075         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15076         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15077         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15078         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15079         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15080         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15081         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15082         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15083         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15084         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15085         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15086         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15087         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15088         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15089         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15090         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15091         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15092         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15093         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15094         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15095         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15096         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15097         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15098         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15099         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15100         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15101         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15102         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15103         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15104         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15105         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15106
15107 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15108
15109         [BZ #16041]
15110         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15111         make result into a quiet NaN.
15112
15113 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15114
15115         * soft-fp/adddf3.c: Fix horizontal whitespace.
15116         * soft-fp/addsf3.c: Likewise.
15117         * soft-fp/addtf3.c: Likewise.
15118         * soft-fp/divdf3.c: Likewise.
15119         * soft-fp/divsf3.c: Likewise.
15120         * soft-fp/divtf3.c: Likewise.
15121         * soft-fp/double.h: Likewise.
15122         * soft-fp/eqdf2.c: Likewise.
15123         * soft-fp/eqsf2.c: Likewise.
15124         * soft-fp/eqtf2.c: Likewise.
15125         * soft-fp/extenddftf2.c: Likewise.
15126         * soft-fp/extended.h: Likewise.
15127         * soft-fp/extendsfdf2.c: Likewise.
15128         * soft-fp/extendsftf2.c: Likewise.
15129         * soft-fp/extendxftf2.c: Likewise.
15130         * soft-fp/fixdfdi.c: Likewise.
15131         * soft-fp/fixdfsi.c: Likewise.
15132         * soft-fp/fixdfti.c: Likewise.
15133         * soft-fp/fixsfdi.c: Likewise.
15134         * soft-fp/fixsfsi.c: Likewise.
15135         * soft-fp/fixsfti.c: Likewise.
15136         * soft-fp/fixtfdi.c: Likewise.
15137         * soft-fp/fixtfsi.c: Likewise.
15138         * soft-fp/fixtfti.c: Likewise.
15139         * soft-fp/fixunsdfdi.c: Likewise.
15140         * soft-fp/fixunsdfsi.c: Likewise.
15141         * soft-fp/fixunsdfti.c: Likewise.
15142         * soft-fp/fixunssfdi.c: Likewise.
15143         * soft-fp/fixunssfsi.c: Likewise.
15144         * soft-fp/fixunssfti.c: Likewise.
15145         * soft-fp/fixunstfdi.c: Likewise.
15146         * soft-fp/fixunstfsi.c: Likewise.
15147         * soft-fp/fixunstfti.c: Likewise.
15148         * soft-fp/floatdidf.c: Likewise.
15149         * soft-fp/floatdisf.c: Likewise.
15150         * soft-fp/floatditf.c: Likewise.
15151         * soft-fp/floatsidf.c: Likewise.
15152         * soft-fp/floatsisf.c: Likewise.
15153         * soft-fp/floatsitf.c: Likewise.
15154         * soft-fp/floattidf.c: Likewise.
15155         * soft-fp/floattisf.c: Likewise.
15156         * soft-fp/floattitf.c: Likewise.
15157         * soft-fp/floatundidf.c: Likewise.
15158         * soft-fp/floatundisf.c: Likewise.
15159         * soft-fp/floatunditf.c: Likewise.
15160         * soft-fp/floatunsidf.c: Likewise.
15161         * soft-fp/floatunsisf.c: Likewise.
15162         * soft-fp/floatunsitf.c: Likewise.
15163         * soft-fp/floatuntidf.c: Likewise.
15164         * soft-fp/floatuntisf.c: Likewise.
15165         * soft-fp/floatuntitf.c: Likewise.
15166         * soft-fp/fmadf4.c: Likewise.
15167         * soft-fp/fmasf4.c: Likewise.
15168         * soft-fp/fmatf4.c: Likewise.
15169         * soft-fp/gedf2.c: Likewise.
15170         * soft-fp/gesf2.c: Likewise.
15171         * soft-fp/getf2.c: Likewise.
15172         * soft-fp/ledf2.c: Likewise.
15173         * soft-fp/lesf2.c: Likewise.
15174         * soft-fp/letf2.c: Likewise.
15175         * soft-fp/muldf3.c: Likewise.
15176         * soft-fp/mulsf3.c: Likewise.
15177         * soft-fp/multf3.c: Likewise.
15178         * soft-fp/negdf2.c: Likewise.
15179         * soft-fp/negsf2.c: Likewise.
15180         * soft-fp/negtf2.c: Likewise.
15181         * soft-fp/op-1.h: Likewise.
15182         * soft-fp/op-2.h: Likewise.
15183         * soft-fp/op-4.h: Likewise.
15184         * soft-fp/op-8.h: Likewise.
15185         * soft-fp/op-common.h: Likewise.
15186         * soft-fp/quad.h: Likewise.
15187         * soft-fp/single.h: Likewise.
15188         * soft-fp/soft-fp.h: Likewise.
15189         * soft-fp/sqrtdf2.c: Likewise.
15190         * soft-fp/sqrtsf2.c: Likewise.
15191         * soft-fp/sqrttf2.c: Likewise.
15192         * soft-fp/subdf3.c: Likewise.
15193         * soft-fp/subsf3.c: Likewise.
15194         * soft-fp/subtf3.c: Likewise.
15195         * soft-fp/truncdfsf2.c: Likewise.
15196         * soft-fp/trunctfdf2.c: Likewise.
15197         * soft-fp/trunctfsf2.c: Likewise.
15198         * soft-fp/trunctfxf2.c: Likewise.
15199         * soft-fp/unorddf2.c: Likewise.
15200         * soft-fp/unordsf2.c: Likewise.
15201         * soft-fp/unordtf2.c: Likewise.
15202
15203 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15204
15205         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15206         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15207
15208 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15209
15210         * elf/dl-libc.c: Clear initfini list after freeing.
15211
15212 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15213
15214         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15215         * soft-fp/addsf3.c: Likewise.
15216         * soft-fp/addtf3.c: Likewise.
15217         * soft-fp/divdf3.c: Likewise.
15218         * soft-fp/divsf3.c: Likewise.
15219         * soft-fp/divtf3.c: Likewise.
15220         * soft-fp/double.h: Likewise.
15221         * soft-fp/eqdf2.c: Likewise.
15222         * soft-fp/eqsf2.c: Likewise.
15223         * soft-fp/eqtf2.c: Likewise.
15224         * soft-fp/extenddftf2.c: Likewise.
15225         * soft-fp/extended.h: Likewise.
15226         * soft-fp/extendsfdf2.c: Likewise.
15227         * soft-fp/extendsftf2.c: Likewise.
15228         * soft-fp/extendxftf2.c: Likewise.
15229         * soft-fp/fixdfdi.c: Likewise.
15230         * soft-fp/fixdfsi.c: Likewise.
15231         * soft-fp/fixdfti.c: Likewise.
15232         * soft-fp/fixsfdi.c: Likewise.
15233         * soft-fp/fixsfsi.c: Likewise.
15234         * soft-fp/fixsfti.c: Likewise.
15235         * soft-fp/fixtfdi.c: Likewise.
15236         * soft-fp/fixtfsi.c: Likewise.
15237         * soft-fp/fixtfti.c: Likewise.
15238         * soft-fp/fixunsdfdi.c: Likewise.
15239         * soft-fp/fixunsdfsi.c: Likewise.
15240         * soft-fp/fixunsdfti.c: Likewise.
15241         * soft-fp/fixunssfdi.c: Likewise.
15242         * soft-fp/fixunssfsi.c: Likewise.
15243         * soft-fp/fixunssfti.c: Likewise.
15244         * soft-fp/fixunstfdi.c: Likewise.
15245         * soft-fp/fixunstfsi.c: Likewise.
15246         * soft-fp/fixunstfti.c: Likewise.
15247         * soft-fp/floatdidf.c: Likewise.
15248         * soft-fp/floatdisf.c: Likewise.
15249         * soft-fp/floatditf.c: Likewise.
15250         * soft-fp/floatsidf.c: Likewise.
15251         * soft-fp/floatsisf.c: Likewise.
15252         * soft-fp/floatsitf.c: Likewise.
15253         * soft-fp/floattidf.c: Likewise.
15254         * soft-fp/floattisf.c: Likewise.
15255         * soft-fp/floattitf.c: Likewise.
15256         * soft-fp/floatundidf.c: Likewise.
15257         * soft-fp/floatundisf.c: Likewise.
15258         * soft-fp/floatunsidf.c: Likewise.
15259         * soft-fp/floatunsisf.c: Likewise.
15260         * soft-fp/floatuntidf.c: Likewise.
15261         * soft-fp/floatuntisf.c: Likewise.
15262         * soft-fp/floatuntitf.c: Likewise.
15263         * soft-fp/fmadf4.c: Likewise.
15264         * soft-fp/fmasf4.c: Likewise.
15265         * soft-fp/fmatf4.c: Likewise.
15266         * soft-fp/gedf2.c: Likewise.
15267         * soft-fp/gesf2.c: Likewise.
15268         * soft-fp/getf2.c: Likewise.
15269         * soft-fp/ledf2.c: Likewise.
15270         * soft-fp/lesf2.c: Likewise.
15271         * soft-fp/letf2.c: Likewise.
15272         * soft-fp/muldf3.c: Likewise.
15273         * soft-fp/mulsf3.c: Likewise.
15274         * soft-fp/multf3.c: Likewise.
15275         * soft-fp/negdf2.c: Likewise.
15276         * soft-fp/negsf2.c: Likewise.
15277         * soft-fp/negtf2.c: Likewise.
15278         * soft-fp/op-1.h: Likewise.
15279         * soft-fp/op-2.h: Likewise.
15280         * soft-fp/op-4.h: Likewise.
15281         * soft-fp/op-8.h: Likewise.
15282         * soft-fp/op-common.h: Likewise.
15283         * soft-fp/quad.h: Likewise.
15284         * soft-fp/single.h: Likewise.
15285         * soft-fp/soft-fp.h: Likewise.
15286         * soft-fp/sqrtdf2.c: Likewise.
15287         * soft-fp/sqrtsf2.c: Likewise.
15288         * soft-fp/sqrttf2.c: Likewise.
15289         * soft-fp/subdf3.c: Likewise.
15290         * soft-fp/subsf3.c: Likewise.
15291         * soft-fp/subtf3.c: Likewise.
15292         * soft-fp/truncdfsf2.c: Likewise.
15293         * soft-fp/trunctfdf2.c: Likewise.
15294         * soft-fp/trunctfsf2.c: Likewise.
15295         * soft-fp/trunctfxf2.c: Likewise.
15296         * soft-fp/unorddf2.c: Likewise.
15297         * soft-fp/unordsf2.c: Likewise.
15298         * soft-fp/unordtf2.c: Likewise.
15299
15300 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15301
15302         [BZ #15672]
15303         * misc/error.c (error_tail): Fix possible buffer overflow.
15304
15305 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15306
15307         [BZ #13028]
15308         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15309         address.
15310
15311 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15312
15313         [BZ #832]
15314         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15315         testing pipefail option.
15316
15317 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15318
15319         * soft-fp/double.h: Indent preprocessor directives inside #if.
15320         * soft-fp/extended.h: Likewise.
15321         * soft-fp/op-2.h: Likewise.
15322         * soft-fp/op-4.h: Likewise.
15323         * soft-fp/op-common.h: Likewise.
15324         * soft-fp/quad.h: Likewise.
15325         * soft-fp/single.h: Likewise.
15326         * soft-fp/soft-fp.h: Likewise.
15327
15328 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15329
15330         * iconv/iconv_prog.c: Fix typos.
15331         * stdio-common/psiginfo-data.h: Likewise.
15332
15333 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15334
15335         [BZ #15764]
15336         * locale/setlocale.c: Fix typo.
15337
15338 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15339
15340         [BZ #16036]
15341         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15342         signaling NaN arguments.
15343         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15344         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15345
15346         [BZ #14910]
15347         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15348         unordered operands.
15349         * soft-fp/gesf2.c (__gesf2): Likewise.
15350         * soft-fp/getf2.c (__getf2): Likewise.
15351         * soft-fp/ledf2.c (__ledf2): Likewise.
15352         * soft-fp/lesf2.c (__lesf2): Likewise.
15353         * soft-fp/letf2.c (__letf2): Likewise.
15354
15355         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15356         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15357         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15358         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15359         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15360         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15361         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15362         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15363         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15364         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15365         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15366         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15367         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15368         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15369         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15370         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15371         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15372         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15373         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15374         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15375         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15376         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15377         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15378         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15379         * soft-fp/floattidf.c (__floattidf): Likewise.
15380         * soft-fp/floattisf.c (__floattisf): Likewise.
15381         * soft-fp/floattitf.c (__floattitf): Likewise.
15382         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15383         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15384         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15385         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15386         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15387         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15388         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15389         * soft-fp/gesf2.c (__gesf2): Likewise.
15390         * soft-fp/getf2.c (__getf2): Likewise.
15391         * soft-fp/ledf2.c (__ledf2): Likewise.
15392         * soft-fp/lesf2.c (__lesf2): Likewise.
15393         * soft-fp/letf2.c (__letf2): Likewise.
15394
15395         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15396         Undefine and redefine.
15397         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15398         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15399         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15400         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15401         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15402         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15403         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15404         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15405         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15406         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15407         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15408         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15409         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15410         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15411         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15412
15413         [BZ #16032]
15414         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15415         without decrementing exponent if mantissa >= that for the
15416         denominator, not >.
15417         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15418         denominator, not >.  Decrement exponent in < case instead of
15419         incrementing in >= case.
15420         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15421         without decrementing exponent if mantissa >= that for the
15422         denominator, not >.
15423
15424         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15425         computing saturated result for unsigned overflow.
15426
15427 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15428             Jeff Law  <law@redhat.com>
15429
15430         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15431         (atan2Mp): Add systemtap probe marker.
15432         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15433         (__ieee754_log): Add systemtap probe marker.
15434         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15435         (atanMp): Add systemtap probe marker.
15436         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15437         (tanMp): Add systemtap probe marker.
15438         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15439         (__slowexp): Add systemtap probe marker.
15440         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15441         (__slowpow): Add systemtap probe marker.
15442         * manual/probes.texi: Document probes.
15443
15444 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15445
15446         [BZ #15362]
15447         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15448         written.
15449         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15450         written.
15451         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15452         written to buffer but not flushed.
15453         * libio/iofwrite_u.c:  Likewise.
15454         * libio/iopadn.c:  Return bytes returned even if EOF was
15455         encountered.
15456         * libio/iowpadn.c:  Likewise.
15457         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15458         if _IO_padn does not write the whole buffer.
15459         [!COMPILE_WPRINTF] (PAD): Likewise.
15460
15461 2013-10-10  David S. Miller  <davem@davemloft.net>
15462
15463         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15464         directory block.
15465
15466 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15467
15468         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15469         instead of FSF address.
15470         * soft-fp/fixdfti.c: Likewise.
15471         * soft-fp/fixsfti.c: Likewise.
15472         * soft-fp/fixtfti.c: Likewise.
15473         * soft-fp/fixunsdfti.c: Likewise.
15474         * soft-fp/fixunssfti.c: Likewise.
15475         * soft-fp/fixunstfti.c: Likewise.
15476         * soft-fp/floattidf.c: Likewise.
15477         * soft-fp/floattisf.c: Likewise.
15478         * soft-fp/floattitf.c: Likewise.
15479         * soft-fp/floatuntidf.c: Likewise.
15480         * soft-fp/floatuntisf.c: Likewise.
15481         * soft-fp/floatuntitf.c: Likewise.
15482         * soft-fp/trunctfxf2.c: Likewise.
15483
15484         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
15485         * soft-fp/fixdfti.c: Likewise.
15486         * soft-fp/fixsfti.c: Likewise.
15487         * soft-fp/fixtfti.c: Likewise.
15488         * soft-fp/fixunsdfti.c: Likewise.
15489         * soft-fp/fixunssfti.c: Likewise.
15490         * soft-fp/fixunstfti.c: Likewise.
15491         * soft-fp/floattidf.c: Likewise.
15492         * soft-fp/floattisf.c: Likewise.
15493         * soft-fp/floattitf.c: Likewise.
15494         * soft-fp/floatuntidf.c: Likewise.
15495         * soft-fp/floatuntisf.c: Likewise.
15496         * soft-fp/floatuntitf.c: Likewise.
15497         * soft-fp/trunctfxf2.c: Likewise.
15498
15499 2013-10-10  David S. Miller  <davem@davemloft.net>
15500
15501         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15502
15503 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15504
15505         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15506         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15507         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15508         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15509         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15510         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15511         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15512
15513         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15514         for NaNs before doing comparisons on argument.
15515         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15516         Likewise.
15517
15518 2013-10-10  Will Newton  <will.newton@linaro.org>
15519
15520         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15521         passed to _int_memalign does not overflow.
15522
15523 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15524
15525         * scripts/bench.pl: Add include-sources directive.
15526         * benchtests/README: Update documentation.
15527
15528 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15529
15530         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15531         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15532         instead of FP_INIT_ROUNDMODE.
15533         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15534         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15535
15536         [BZ #16034]
15537         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15538         copy class of input value.
15539         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15540         not handle exceptions.
15541         * soft-fp/negsf2.c (__negsf2): Likewise.
15542         * soft-fp/negtf2.c (__negtf2): Likewise.
15543         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15544
15545 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15546
15547         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15548         semicolon.  From Linux kernel.
15549
15550 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15551
15552         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15553
15554 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15555
15556         [BZ #156]
15557         * manual/socket.texi: Added statement about buffer
15558         for gethostbyname2_r.
15559
15560 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15561
15562         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15563         Use .p2align directive instead, throughout.
15564         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15565         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15566         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15567         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15568         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15569         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15570         * sysdeps/x86_64/strchr.S: Likewise.
15571         * sysdeps/x86_64/strrchr.S: Likewise.
15572
15573 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15574
15575         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15576
15577         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15578
15579         * sysdeps/generic/math_private.h (__mpsin1): Remove
15580         declaration.
15581         (__mpcos1): Likewise.
15582         (__mpsin): New argument __range_reduce.
15583         (__mpcos): Likewise.
15584         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15585         (slow): Use __mpsin and __mpcos.
15586         (slow1): Likewise.
15587         (slow2): Likewise.
15588         (sloww): Likewise.
15589         (sloww1): Likewise.
15590         (sloww2): Likewise.
15591         (bsloww): Likewise.
15592         (bsloww1): Likewise.
15593         (bsloww2): Likewise.
15594         (cslow2): Likewise.
15595         (csloww): Likewise.
15596         (csloww1): Likewise.
15597         (csloww2): Likewise.
15598         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15599         range_reduce.  Merge in __mpsin1.
15600         (__mpcos): Likewise.
15601         (__mpsin1): Remove.
15602         (__mpcos1): Likewise.
15603
15604 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15605
15606         * locale/loadlocale.c (_nl_intern_locale_data): Use
15607         LOCFILE_ALIGNED_P.
15608         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15609         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15610         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15611         obstack data is appropriately aligned.
15612         (obstack_int32_grow_fast): Likewise.
15613         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15614         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15615         (add_locale_uint32_array): Likewise.
15616
15617 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15618
15619         * benchtests/Makefile: Remove ARGLIST and RET variables.
15620         ($(objpfx)bench-%.c): Pass only function name to the script.
15621         * benchtests/README: Update documentation.
15622         * benchtests/acos-inputs: Add new directives.
15623         * benchtests/acosh-inputs: Likewise.
15624         * benchtests/asin-inputs: Likewise.
15625         * benchtests/asinh-inputs: Likewise.
15626         * benchtests/atan-inputs: Likewise.
15627         * benchtests/atanh-inputs: Likewise.
15628         * benchtests/cos-inputs: Likewise.
15629         * benchtests/cosh-inputs: Likewise.
15630         * benchtests/exp-inputs: Likewise.
15631         * benchtests/log-inputs: Likewise.
15632         * benchtests/pow-inputs: Likewise.
15633         * benchtests/rint-inputs: Likewise.
15634         * benchtests/sin-inputs: Likewise.
15635         * benchtests/sinh-inputs: Likewise.
15636         * benchtests/tan-inputs: Likewise.
15637         * benchtests/tanh-inputs: Likewise.
15638         * scripts/bench.pl: Add support for new directives.
15639
15640 2013-10-07  Alan Modra  <amodra@gmail.com>
15641
15642         * README: Fix careless merge.
15643
15644 2013-10-05  Alan Modra  <amodra@gmail.com>
15645
15646         * NEWS: Mention powerpc64le support and bugs fixed.
15647         * README: Both big-endian and little-endian powerpc64 supported.
15648
15649 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15650
15651         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15652         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15653         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15654         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15655
15656 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15657
15658         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15659         match prototype.
15660
15661 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15662
15663         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15664         Move -mhard-float appending from
15665         ports/sysdeps/powerpc/powerpc32/Makefile.
15666         [$(with-fp) = yes] (ASFLAGS): Likewise.
15667         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15668         * sysdeps/powerpc/nofpu: Move directory from
15669         ports/sysdeps/powerpc/nofpu.
15670         * sysdeps/powerpc/soft-fp: Move directory from
15671         ports/sysdeps/powerpc/soft-fp.
15672         * sysdeps/powerpc/powerpc32/405: Move directory from
15673         ports/sysdeps/powerpc/powerpc32/405.
15674         * sysdeps/powerpc/powerpc32/440: Move directory from
15675         ports/sysdeps/powerpc/powerpc32/440.
15676         * sysdeps/powerpc/powerpc32/464: Move directory from
15677         ports/sysdeps/powerpc/powerpc32/464.
15678         * sysdeps/powerpc/powerpc32/476: Move directory from
15679         ports/sysdeps/powerpc/powerpc32/476.
15680         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15681         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15682         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15683         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15684         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15685         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15687         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15689         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15690         * README: Update for powerpc-*-linux-gnu software floating point
15691         support in libc.
15692
15693         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15694         case to powerpc/powerpc32*.
15695         * sysdeps/unix/sysv/linux/configure: Regenerated.
15696
15697         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15698         (_FPU_MASK_OM): Define as 0x04.
15699         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15700         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15701         0x00c10080.
15702         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15703         0x0000003c.
15704         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15705
15706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15707         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15708         getcontext_e500.
15709         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15710         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15711         setcontext_e500.
15712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15713         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15714         and setcontext_e500.
15715
15716 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15717
15718         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15719
15720 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15721
15722         * manual/threads.texi (Default Thread Attributes): Fix typo.
15723
15724 2013-10-04  Will Newton  <will.newton@linaro.org>
15725
15726         * malloc/Makefile: Add tst-memalign.
15727         * malloc/tst-memalign.c: New file.
15728
15729         * malloc/tst-posix_memalign.c: Add comments.
15730         (do_test): Add comments and call free on all potentially
15731         allocated pointers. Add space after cast.
15732
15733         * malloc/tst-pvalloc.c: Add comments.
15734         (do_test): Add comments and call free on all potentially
15735         allocated pointers. Remove duplicate check for NULL pointer.
15736         Add space after cast.
15737
15738         * malloc/tst-valloc.c: Add comments.
15739         (do_test): Add comments and call free on all potentially
15740         allocated pointers. Remove duplicate check for NULL pointer.
15741         Add space after cast.
15742
15743 2013-10-04  Alan Modra  <amodra@gmail.com>
15744
15745         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15746         Use stdint types in rather than __attribute__((mode())).
15747         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15748
15749 2013-10-04  Alan Modra  <amodra@gmail.com>
15750
15751         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15752         Correct handling of unaligned relocs for little-endian.
15753         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15754
15755 2013-10-04  Alan Modra  <amodra@gmail.com>
15756
15757         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15758         * configure: Regenerate.
15759         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15760         * shlib-versions: Likewise.
15761
15762 2013-10-04  Alan Modra  <amodra@gmail.com>
15763
15764         * string/tester.c (test_memrchr): Increment reported test cycle.
15765
15766 2013-10-04  Alan Modra  <amodra@gmail.com>
15767
15768         * string/test-memcpy.c (do_one_test): When reporting errors, print
15769         string address and don't overrun end of string.
15770
15771 2013-10-04  Alan Modra  <amodra@gmail.com>
15772
15773         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15774         insrdi.  Make better use of reg selection to speed exit slightly.
15775         Schedule entry path a little better.  Remove useless "are we done"
15776         checks on entry to main loop.  Handle wrapping around zero address.
15777         Correct main loop count.  Handle single left-over word from main
15778         loop inline rather than by using loop_small.  Remove extra word
15779         case in loop_small caused by wrong loop count.  Add little-endian
15780         support.
15781         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15782         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15783         cache hint.
15784         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15785         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15786         support.  Avoid rlwimi.
15787         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15788
15789 2013-10-04  Alan Modra  <amodra@gmail.com>
15790
15791         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15792         insrdi.  Formatting.
15793         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15794         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15795         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15796         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15797         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15798         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15799
15800 2013-10-04  Alan Modra  <amodra@gmail.com>
15801
15802         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15803         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15804         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15805         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15806         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15807         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15808         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15809         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15810         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15811         use of regs.  Use power7 mtocrf.  Tidy function tails.
15812
15813 2013-10-04  Alan Modra  <amodra@gmail.com>
15814
15815         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15816         Formatting.  Consistently use rXXX register defines or rN defines.
15817         Use early exit labels that avoid restoring unused non-volatile regs.
15818         Make cr field use more consistent with rWORDn compares.  Rename
15819         regs used as shift registers for unaligned loop, using rN defines
15820         for short lifetime/multiple use regs.
15821         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15822         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15823         addi 1,1,64 to pop stack frame.  Simplify return value code.
15824         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15825
15826 2013-10-04  Alan Modra  <amodra@gmail.com>
15827
15828         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15829         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15830         rather than rlwimi.
15831         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15832         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15833         little-endian support.  Correct typos.
15834         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15835         rather than rlwimi.
15836         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15837         in loop and entry code to keep "and." results.
15838         (strchr): Add little-endian support.  Comment.  Move cntlzd
15839         earlier in tail.
15840         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15841
15842 2013-10-04  Alan Modra  <amodra@gmail.com>
15843
15844         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15845         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15846         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15847         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15848
15849 2013-10-04  Alan Modra  <amodra@gmail.com>
15850
15851         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15852         (rTMP): Define as r11.
15853         (strcmp): Add little-endian support.  Optimise tail.
15854         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15855         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15856         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15857         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15858         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15859         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15860         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15861
15862 2013-10-04  Alan Modra  <amodra@gmail.com>
15863
15864         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15865         little-endian support.  Remove unnecessary "are we done" tests.
15866         Handle "s" wrapping around zero and extremely large "size".
15867         Correct main loop count.  Handle single left-over word from main
15868         loop inline rather than by using small_loop.  Correct comments.
15869         Delete "zero" tail, use "end_max" instead.
15870         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15871
15872 2013-10-04  Alan Modra  <amodra@gmail.com>
15873
15874         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15875         support.  Don't branch over align.
15876         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15877         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15878         support.  Rearrange tmp reg use to suit.  Comment.
15879         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15880
15881 2013-10-04  Alan Modra  <amodra@gmail.com>
15882
15883         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15884
15885 2013-10-04  Alan Modra  <amodra@gmail.com>
15886
15887         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15888         conditional form of branch and link when obtaining pc.
15889         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15890
15891 2013-10-04  Alan Modra  <amodra@gmail.com>
15892
15893         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15894         HIWORD/LOWORD.
15895         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15896         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15897
15898 2013-10-04  Alan Modra  <amodra@gmail.com>
15899
15900         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15901         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15902         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15903         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15904         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15905         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15906         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15907         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15908         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15909         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15910
15911 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15912             Alistair Popple <alistair@ozlabs.au.ibm.com>
15913             Alan Modra <amodra@gmail.com>
15914
15915         [BZ #15723]
15916         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15917         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15918         _dl_hwcap access for little-endian.
15919         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15920         destroy vmx regs when saving unaligned.
15921         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15922         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15923         destroy vmx regs when saving unaligned.
15924
15925 2013-10-04  Alan Modra  <amodra@gmail.com>
15926
15927         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15928         Don't use a union to pack hi/low value.
15929
15930 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15931
15932         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15933         for little-endian.
15934         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15935         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15936         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15937         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15938         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15939
15940 2013-10-04  Alan Modra  <amodra@gmail.com>
15941
15942         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15943         constants to usual value for .cst8 section, and remove redundant
15944         high address load.
15945         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15946         constant for 0x1p52.  Load little-endian words of double from
15947         correct stack offsets.
15948
15949 2013-10-04  Alan Modra  <amodra@gmail.com>
15950
15951         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15952         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15953         words of double from correct stack offsets.
15954         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15955         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15956         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15957         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15958         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15959         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15960         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15961         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15962         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15963         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15964         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15965         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15966         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15967         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15968         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15969         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15970         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15971
15972 2013-10-04  Alan Modra  <amodra@gmail.com>
15973
15974         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15975         64-bit int/double union.
15976         (_FPU_SETCW): Likewise.
15977         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15978         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15979
15980 2013-10-04  Alan Modra  <amodra@gmail.com>
15981
15982         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15983         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15984
15985 2013-10-04  Alan Modra  <amodra@gmail.com>
15986
15987         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15988         use vector int constants.
15989         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15990
15991 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15992
15993         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15994         array with long long.
15995         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15996         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15997         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15998         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15999         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
16000         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
16001         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
16002         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
16003         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
16004         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
16005         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
16006         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
16007         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
16008
16009 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
16010
16011         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
16012         (__signbit): Likewise.  Correct for little-endian.
16013         (__signbitl): Call __signbit.
16014         (lrint): Correct for little-endian.
16015         (lrintf): Call lrint.
16016
16017 2013-10-04  Alan Modra  <amodra@gmail.com>
16018
16019         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16020         union 32-bit int array member with 64-bit int array.
16021         (t515, tm256): Double rather than long double.
16022         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16023
16024 2013-10-04  Alan Modra  <amodra@gmail.com>
16025
16026         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16027         Delete.
16028         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16029         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16030         version of math_ldbl.h.
16031
16032 2013-10-04  Alan Modra  <amodra@gmail.com>
16033
16034         [BZ #15734], [BZ #15735]
16035         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16036         all uses of ieee875 long double macros and unions.  Simplify test
16037         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16038         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16039         normalize after ldbl_extract_mantissa, and don't add hidden bit
16040         already handled.  Don't treat low word of ieee854 mantissa like
16041         low word of IBM long double and mask off bit when testing for
16042         zero.
16043         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16044         all uses of ieee875 long double macros and unions.  Simplify tests
16045         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16046         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16047         two1022, instead use their values.  Recognise that tests for large
16048         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16049         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16050         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16051         test for 0.0L and nan.  Correct negation.
16052         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16053         ieee875 long double macros and unions.  Correct output for large
16054         magnitude x.  Correct absolute value calculation.
16055         (__erfcl): Likewise.
16056         * math/libm-test.inc: Add tests for errors discovered in IBM long
16057         double versions of fmodl, remainderl, erfl and erfcl.
16058
16059 2013-10-04  Alan Modra  <amodra@gmail.com>
16060
16061         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16062         all uses of ieee854 long double macros and unions.  Simplify tests
16063         for long doubles that are fully specified by the high double.
16064         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16065         Likewise.
16066         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16067         Remove dead code too.
16068         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16069         (__ieee754_ynl): Likewise.
16070         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16071         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16072         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16073         Remove dead code too.
16074         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16075         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16076         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16077         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16078         Simplify.
16079         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16080         Simplify.
16081         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16082         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16083         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16084         Comment on variable precision.
16085         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16086         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16087         Likewise.
16088         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16089         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16090         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16091         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16092         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16093
16094 2013-10-04  Alan Modra  <amodra@gmail.com>
16095
16096         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16097         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16098         all uses of ieee854 long double macros and unions.
16099         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16100         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16101         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16102         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16103         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16104         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16105         Likewise.
16106         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16107         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16108         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16109         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16110         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16111         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16112         Simplify sign and nan test too.
16113         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16114         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16115         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16116         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16117         Likewise.
16118         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16119         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16120         Likewise.
16121         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16122         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16123         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16124         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16125         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16126         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16127
16128 2013-10-04  Alan Modra  <amodra@gmail.com>
16129
16130         * stdio-common/printf_size.c (__printf_size): Don't use
16131         union ieee854_long_double in fpnum union.
16132         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16133         signbit macro to retrieve sign from long double.
16134         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16135         retrieve sign from long double.
16136         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16137         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16138         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16139         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16140         * math/test-misc.c (main): Don't use union ieee854_long_double.
16141
16142 2013-10-04  Alan Modra  <amodra@gmail.com>
16143
16144         [BZ #15680]
16145         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16146         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16147         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16148         calculation.  Remove unnecessary test for denormal exponent.
16149         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16150         Correct handling of denormals.  Avoid undefined shift behaviour.
16151         Correct normalisation of low mantissa when low double is denormal.
16152         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16153         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16154         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16155         Correct normalisation of low mantissa.  Test for overflow of high
16156         mantissa and normalise.
16157         (ldbl_nearbyint): Use more readable constant for two52.
16158         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16159         (__mpn_construct_long_double): Fix test for overflow of high
16160         mantissa and correct normalisation.  Avoid undefined shift.
16161
16162 2013-10-04  Alan Modra  <amodra@gmail.com>
16163
16164         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16165         (union ibm_extended_long_double): Define as an array of ieee754_double.
16166         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16167         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16168         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16169         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16170         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16171         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16172         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16173         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16174         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16175         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16176         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16177
16178 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16179
16180         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16181         page size instead of calling getpagesize.
16182
16183         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16184         (LOCFILE_ALIGN_MASK): Likewise.
16185         (LOCFILE_ALIGN_UP): Likewise.
16186         (LOCFILE_ALIGNED_P): Likewise.
16187         * locale/programs/ld-collate.c (collate_output): Use the new
16188         macros instead of __alignof__ (int32_t).
16189         * locale/weight.h (findidx): Likewise.
16190
16191 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16192
16193         [BZ #431]
16194         * manual/string.texi: Fix strncat and wcsncat.
16195
16196 2013-10-03  Brooks Moses  <bmoses@google.com>
16197
16198         [BZ #15915]
16199         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16200         * Makerules: ...here, and adjust associated comments.
16201
16202 2013-10-02  Will Newton  <will.newton@linaro.org>
16203
16204         * malloc/Makefile: Add tst-pvalloc.
16205         * malloc/tst-pvalloc.c: New file.
16206
16207 2013-10-02  Will Newton  <will.newton@linaro.org>
16208
16209         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16210         improve test coverage.
16211
16212 2013-10-02  Will Newton  <will.newton@linaro.org>
16213
16214         * malloc/Makefile: Add tst-posix_memalign.
16215         * malloc/tst-posix_memalign.c: New file.
16216
16217 2013-10-01  Eric Blake  <eblake@redhat.com>
16218
16219         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16220         Use __THROWNL rather than __THROW on static functions.
16221
16222 2013-09-30  Petr Machata  <pmachata@redhat.com>
16223
16224         * elf/elf.h (R_AARCH64_ABS16): New macro.
16225         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16226         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16227         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16228         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16229         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16230         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16231         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16232         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16233         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16234         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16235         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16236         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16237         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16238         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16239         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16240         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16241         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16242         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16243         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16244         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16245         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16246         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16247         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16248         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16249         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16250         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16251         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16252         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16253         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16254         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16255         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16256         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16257         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16258         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16259         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16260         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16261         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16262         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16263         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16264         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16265         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16266         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16267         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16268         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16269         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16270         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16271         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16272         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16273         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16274         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16275         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16276         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16277         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16278         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16279         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16280         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16281         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16282         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16283         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16284         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16285         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16286         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16287         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16288         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16289         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16290         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16291         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16292         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16293         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16294         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16295         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16296         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16297         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16298         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16299         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16300         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16301         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16302         (R_AARCH64_TLSDESC_LDR): Likewise.
16303         (R_AARCH64_TLSDESC_ADD): Likewise.
16304         (R_AARCH64_TLSDESC_CALL): Likewise.
16305
16306 2013-09-30  Andreas Schwab  <schwab@suse.de>
16307
16308         [BZ #15048]
16309         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16310         the nss database lookup.
16311         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16312         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16313
16314 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16315
16316         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16317
16318 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16319
16320         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16321         ${Bash-specific parameter/pattern/string} parameter expansion.
16322         * sysdeps/unix/make-syscalls.sh: Likewise.
16323
16324 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16325
16326         * sysdeps/sh/stackguard-macros.h: New file.
16327
16328 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16329
16330         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16331         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16332         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16333         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16334         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16335         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16336
16337 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16338
16339         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16340         Fix thread ID register.
16341
16342 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16343
16344         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16345         [POSIX || UNIX98]: Require rather than permitting all symbols from
16346         <time.h>.
16347         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16348         element of struct sched_param.
16349         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16350         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16351         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16352         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16353         constant.
16354
16355 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16356
16357         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16358         argument calculation.
16359
16360 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16361
16362         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16363         Expect macro.
16364         [POSIX] (pthread_attr_t): Do not require type.
16365         [POSIX] (pthread_cond_t): Likewise.
16366         [POSIX] (pthread_condattr_t): Likewise.
16367         [POSIX] (pthread_key_t): Likewise.
16368         [POSIX] (pthread_mutex_t): Likewise.
16369         [POSIX] (pthread_mutexattr_t): Likewise.
16370         [POSIX] (pthread_once_t): Likewise.
16371         [POSIX] (pthread_t): Likewise.
16372         [POSIX-based standards] (pthread_atfork): Expect function.
16373
16374 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16375             Richard Sandiford  <richard@codesourcery.com>
16376
16377         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16378         (swap_endianness_p): New extern variable.
16379         (set_big_endian): New inline function.
16380         (maybe_swap_uint32): Likewise.
16381         (maybe_swap_uint32_array): Likewise.
16382         (maybe_swap_uint32_obstack): Likewise.
16383         * locale/programs/locfile.c: Include <stdbool.h>.
16384         (swap_endianness_p): New variable.
16385         (add_locale_uint32): Call maybe_swap_uint32.
16386         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16387         (write_locale_data): Call maybe_swap_uint32_array.
16388         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16389         maybe_swap_uint32.
16390         (obstack_int32_grow_fast): Likewise.
16391         (output_weightwc): Call maybe_swap_uint32_obstack.
16392         (collate_output): Likewise.
16393         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16394         (OPT_LITTLE_ENDIAN): Likewise.
16395         (options): Add --little-endian and --big-endian options.
16396         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16397         * locale/programs/locarchive.c: Include "locfile.h".
16398         (GET): New macro.
16399         (SET): Likewise.
16400         (INC): Likewise.
16401         (create_archive): Use the new macros to access fields of
16402         structures directly mapped from or written to locale archives.
16403         (oldlocrecentcmp): Likewise.
16404         (enlarge_archive): Likewise.
16405         (insert_name): Likewise.
16406         (add_alias): Likewise.
16407         (add_locale): Likewise.
16408         (delete_locales_from_archive): Likewise.
16409         (show_archive_content): Likewise.
16410         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16411         locale data.
16412
16413 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16414
16415         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16416         http://www.gnu.org/doc/freemanuals.texi.
16417         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16418
16419 2013-09-24  Will Newton  <will.newton@linaro.org>
16420
16421         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16422         macro.
16423
16424 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16425
16426         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16427         unsigned char.
16428
16429 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16430
16431         * manual/threads.texi (POSIX Threads): Fix a typo.
16432
16433 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16434
16435         [BZ #14547]
16436         * string/tst-strcoll-overflow.c: New test case.
16437         * string/Makefile (xtests): Add tst-strcoll-overflow.
16438         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16439         cache if string sizes may cause integer overflow.
16440
16441         [BZ #14547]
16442         * string/strcoll_l.c (coll_seq): New members rule, idx,
16443         save_idx and back_us.
16444         (get_next_seq_nocache): New function.
16445         (do_compare_nocache): New function.
16446         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16447         when malloc fails.
16448
16449 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16450
16451         [BZ #15754]
16452         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16453         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16454         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16455
16456         [BZ #15754]
16457         * elf/Makefile (tests): Add tst-ptrguard1.
16458         (tests-static): Add tst-ptrguard1-static.
16459         (tst-ptrguard1-ARGS): Define.
16460         (tst-ptrguard1-static-ARGS): Define.
16461         * elf/tst-ptrguard1.c: New file.
16462         * elf/tst-ptrguard1-static.c: New file.
16463         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16464         * sysdeps/i386/stackguard-macros.h: Likewise.
16465         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16466         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16467         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16468         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16469         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16470         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16471
16472 2013-09-23  Hector Marco  <hecmargi@upv.es>
16473             Ismael Ripoll  <iripoll@disca.upv.es>
16474             Carlos O'Donell  <carlos@redhat.com>
16475
16476         [BZ #15754]
16477         * sysdeps/generic/stackguard-macros.h: Define
16478         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16479         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16480         Define __pointer_chk_guard_local.
16481         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16482         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16483
16484 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16485
16486         [BZ #15859]
16487         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16488
16489 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16490
16491         * include/string.h (__ffs): Declare as hidden.
16492         * string/ffs.c (__ffs): Define as hidden.
16493         * sysdeps/i386/ffs.c (__ffs): Likewise.
16494         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16495         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16496         * sysdeps/s390/ffs.c (__ffs): Likewise.
16497         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16498
16499 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16500
16501         * NEWS: Mention malloc probes.
16502
16503         * malloc/arena.c (new_heap): New memory_heap_new probe.
16504         (grow_heap): New memory_heap_more probe.
16505         (shrink_heap): New memory_heap_less probe.
16506         (heap_trim): New memory_heap_free probe.
16507         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16508         (systrim): New memory_sbrk_less probe.
16509         * manual/probes.texi: Document them.
16510
16511         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16512         * manual/probes.texi: Document it.
16513
16514         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16515         (__libc_realloc): Add memory_realloc_retry probe.
16516         (__libc_memalign): Add memory_memalign_retry probe.
16517         (__libc_valloc): Add memory_valloc_retry probe.
16518         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16519         (__libc_calloc): Add memory_calloc_retry probe.
16520         * manual/probes.texi: Document them.
16521
16522         * malloc/arena.c (get_free_list): Add probe
16523         memory_arena_reuse_free_list.
16524         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16525         and memory_arena_reuse.
16526         (arena_get2) [!PER_THREAD]: Likewise.
16527         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16528         memory_arena_reuse_realloc.
16529         * manual/probes.texi: Document them.
16530
16531         * malloc/malloc.c (__libc_free): Add
16532         memory_mallopt_free_dyn_thresholds probe.
16533         (__libc_mallopt): Add multiple memory_mallopt probes.
16534         * manual/probes.texi: Document them.
16535
16536         * malloc/malloc.c: Include stap-probe.h.
16537         (__libc_mallopt): Add memory_mallopt probe.
16538         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16539         * manual/probes.texi: New.
16540         * manual/Makefile (chapters): Add probes.
16541         * manual/threads.texi: Set next node.
16542
16543 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16544
16545         [BZ #15963, #13985]
16546         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16547         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16548         Add `Chinese' to `nan' entry name.
16549
16550 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16551
16552         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16553         (POLYNOMIAL): Likewise.
16554         (TAYLOR_SINCOS): Likewise.
16555         (TAYLOR_SLOW): Likewise.
16556         (__sin): Use TAYLOR_SINCOS.
16557         (__cos): Likewise.
16558         (slow): Use TAYLOR_SLOW.
16559         (sloww): Likewise.
16560         (bsloww): Likewise.
16561         (csloww): Likewise.
16562
16563 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16564
16565         * stdlib/strtod_l.c: Fix buffer overrun.
16566
16567 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16568
16569         * benchtests/Makefile (bench): Add sincos.
16570         * benchtests/bench-sincos.c: New file.
16571
16572         * math/libm-test.inc (cos_test_data): New test inputs.
16573         (sin_test_data): Likewise.
16574
16575         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16576         macro.
16577         (__sin): Use it.
16578         (__cos): Likewise.
16579         (slow1): Likewise.
16580         (slow2): Likewise.
16581         (sloww1): Likewise.
16582         (sloww2): Likewise.
16583         (bsloww1): Likewise.
16584         (bsloww2): Likewise.
16585         (cslow2): Likewise.
16586         (csloww1): Likewise.
16587         (csloww2): Likewise.
16588
16589         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16590         function.
16591         (__sin): Use it.
16592         (__cos): Likewise.
16593
16594         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16595         gotos.
16596         (__cos): Likewise.
16597
16598 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16599
16600         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16601         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16602         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16603         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16604         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16605         * elf/cache.c (print_entry): Handle the new cache flags.
16606
16607 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16608             Aldy Hernandez  <aldyh@redhat.com>
16609
16610         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16611         Change condition to [_SOFT_FLOAT].
16612         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16613         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16614         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16615         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16616         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16617         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16618         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16619         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16620         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16621         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16622         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16623         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16624         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16625         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16626         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16627         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16628         declaration.
16629
16630 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16631
16632         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16633         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16634         (__longjmp): Use LOAD_GP to load saved GPRs.
16635         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16636         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16637         (__sigsetjmp): Use SAVE_GP to save GPRs.
16638
16639         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16640         Do not append -msoft-float.
16641         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16642
16643 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16644
16645         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16646
16647 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16648
16649         [BZ #15966]
16650         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16651         (_FPU_GETCW): Use initial "__" on variable and field names but not
16652         on macro parameter name.
16653         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16654         parentheses around reference to macro parameter.
16655
16656 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16657
16658         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16659         prototype.
16660         (ctype_startup): Use uint32_t in cast and sizeof for
16661         ctype->charnames.
16662
16663 2013-09-11  Jia Liu  <proljc@gmail.com>
16664
16665         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16666         __daddr_t_defined.
16667         [__FreeBSD__]: Likewise.
16668
16669 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16670
16671         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16672         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16673         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16674         (strchr): Remove __strchr_sse42 ifunc selection.
16675         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16676         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16677
16678 2013-09-11  Will Newton  <will.newton@linaro.org>
16679
16680         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16681         parameter to RES. Remove hardcoded 1000 value.
16682         * benchtests/bench-skeleton.c (main): Pass RES parameter
16683         to TIMING_INIT and multiply result by 1000.
16684
16685 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16686
16687         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16688
16689 2013-09-11  Andreas Schwab  <schwab@suse.de>
16690
16691         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16692         if not defined.
16693         (O_TMPFILE) [__USE_GNU]: Define.
16694         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16695         Define.
16696
16697 2013-09-11  Will Newton  <will.newton@linaro.org>
16698
16699         [BZ #15857]
16700         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16701         does not overflow.
16702
16703 2013-09-11  Will Newton  <will.newton@linaro.org>
16704
16705         [BZ #15856]
16706         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16707         does not overflow.
16708
16709 2013-09-11  Will Newton  <will.newton@linaro.org>
16710
16711         [BZ #15855]
16712         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16713         does not overflow.
16714
16715 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16716
16717         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16718         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16719         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16720         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16721         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16722
16723 2013-09-10  Allan McRae  <allan@archlinux.org>
16724
16725         [BZ #15748]
16726         * manual/arith.texi (Parsing of Floats): Clarify
16727         cross-reference.
16728
16729         [BZ #15849]
16730         * manual/install.texi (Running make install): Mention
16731         --enable-pt-chown.
16732         * INSTALL: Regenerated.
16733
16734 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16735
16736         * csu/init-first.c (_init): Remove the !SHARED condition around
16737         FPU control word initialization.
16738         * elf/dl-support.c (_dl_fpu_control): New variable.
16739         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16740         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16741         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16742         * math/test-fpucw-static.c: New file.
16743         * math/test-fpucw-ieee.c: New file.
16744         * math/test-fpucw-ieee-static.c: New file.
16745         * math/Makefile (tests): Add `test-fpucw-ieee' and
16746         `$(tests-static)'.
16747         (tests-static): New variable.
16748         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16749         dependency to...
16750         [($(build-shared),yes)]
16751         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16752         ... this.
16753         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16754         New dependency.
16755
16756 2013-09-09  Allan McRae  <allan@archlinux.org>
16757
16758         [BZ #15939]
16759         * manual/string.texi (Collation Functions): Fix typo in
16760         strcoll example.
16761         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16762
16763         [BZ #15893]
16764         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16765
16766         [BZ #15892]
16767         * libio/memstream.c (open_memstream): Fix memory leak.
16768         * libio/wmemstream.c (open_wmemstream): Likewise.
16769
16770         [BZ #15895]
16771         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16772
16773 2013-09-09  Will Newton  <will.newton@linaro.org>
16774
16775         * malloc/Makefile: Add tst-realloc to tests.
16776         * malloc/tst-realloc.c: New file.
16777
16778 2013-09-09  Allan McRae  <allan@archlinux.org>
16779
16780         [BZ #15844]
16781         * COPYING: Update from GNU website to fix FSF address.
16782         * COPYING.LIB: Likewise.
16783
16784 2013-09-06  David S. Miller  <davem@davemloft.net>
16785
16786         * po/zh_TW.po: Update Chinese (traditional) translation from
16787         translation project.
16788
16789 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16790             Joseph Myers  <joseph@codesourcery.com>
16791
16792         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16793         "localeinfo.h".
16794         (obstack_chunk_alloc): New macro.
16795         (obstack_chunk_free): Likewise.
16796         (record_offset): New function.
16797         (init_locale_data): Likewise.
16798         (align_locale_data): Likewise.
16799         (add_locale_empty): Likewise.
16800         (add_locale_raw_data): Likewise.
16801         (add_locale_raw_obstack): Likewise.
16802         (add_locale_string): Likewise.
16803         (add_locale_wstring): Likewise.
16804         (add_locale_uint32): Likewise.
16805         (add_locale_uint32_array): Likewise.
16806         (add_locale_char): Likewise.
16807         (start_locale_structure): Likewise.
16808         (end_locale_structure): Likewise.
16809         (start_locale_prelude): Likewise.
16810         (end_locale_prelude): Likewise.
16811         (write_locale_data): Take locale_file structure rather than an
16812         iovec.
16813         * locale/programs/locfile.h: Include "obstack.h".
16814         (struct locale_file): Change to store locale file contents instead
16815         of header.
16816         (init_locale_data): New prototype.
16817         (align_locale_data): Likewise.
16818         (add_locale_empty): Likewise.
16819         (add_locale_raw_data): Likewise.
16820         (add_locale_raw_obstack): Likewise.
16821         (add_locale_string): Likewise.
16822         (add_locale_wstring): Likewise.
16823         (add_locale_uint32): Likewise.
16824         (add_locale_uint32_array): Likewise.
16825         (add_locale_char): Likewise.
16826         (start_locale_structure): Likewise.
16827         (end_locale_structure): Likewise.
16828         (start_locale_prelude): Likewise.
16829         (end_locale_prelude): Likewise.
16830         (write_locale_data): Update prototype.
16831         * locale/programs/3level.h (struct TABLE): Remove result field.
16832         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16833         Use new locale_file interface.
16834         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16835         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16836         * locale/programs/ld-address.c (address_output): Use new
16837         locale_file interface.
16838         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16839         NO_ADD_LOCALE.
16840         (collate_finish): Don't call collseq_table_finalize.
16841         (collate_output): Use new locale_file interface.
16842         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16843         in file.
16844         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16845         (TABLE): Move defines earlier in file.
16846         (ELEMENT): Likewise.
16847         (DEFAULT): Likewise.
16848         (wctrans_table_add): Move macro and inline function earlier in
16849         file.
16850         (struct wctype_table): Move type earlier in file.
16851         (add_locale_wctype_table): New static prototype.
16852         (struct locale_ctype_t): Use logical types instead of struct iovec
16853         pointers for members.
16854         (ctype_output): Use new locale_file interface.
16855         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16856         new locale_file interface.
16857         (allocate_arrays): Update for use of new locale_file interface.
16858         * locale/programs/ld-identification.c (identification_output): Use
16859         new locale_file interface.
16860         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16861         * locale/programs/ld-messages.c (messages_output): Likewise.
16862         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16863         * locale/programs/ld-name.c (name_output): Likewise.
16864         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16865         * locale/programs/ld-paper.c (paper_output): Likewise.
16866         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16867         * locale/programs/ld-time.c (time_output): Likewise.
16868
16869 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16870
16871         * benchtests/Makefile: Add memrchr benchmark.
16872         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16873         benchmark as memrchr.
16874         * benchtests/bench-memrchr-ifunc.c: New file.
16875         * benchtests/bench-memrchr.c: New file.
16876
16877 2013-09-06   Will Newton  <will.newton@linaro.org>
16878
16879         * benchtests/Makefile (string-bench): Add memcpy.
16880
16881 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16882             Cong Wang  <amwang@redhat.com>
16883
16884         [BZ #15850]
16885         * sysdeps/unix/sysv/linux/bits/in.h
16886         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16887         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16888         before __USE_KERNEL_IPV6_DEFS uses.
16889         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16890         IPPROTO_BEETPH.
16891         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16892         sockaddr_in6, or ipv6_mreq.
16893
16894 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16895
16896         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16897         memory access for final bytes in some large inputs.
16898         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16899
16900 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16901
16902         * string/test-memrchr.c: New file.
16903         * string/test-memrchr-ifunc.c: New file.
16904         * string/Makefile: Add new memrchr testcase.
16905
16906 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16907
16908         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16909         fanotify_init returns EPERM.
16910
16911 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16912
16913         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16914         errors.
16915         (top level): Treat second token from macro or constant entries for
16916         allowed headers as allowed.
16917         * include/complex.h: Condition internal declarations on
16918         [!_ISOMAC].
16919         * include/fenv.h: Condition include of <stdbool.h> and internal
16920         declarations on [!_ISOMAC].
16921
16922 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16923
16924         [BZ #15923]
16925         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16926
16927 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16928
16929         * configure.in (--enable-versioning): Remove configure option.
16930         (libc_cv_asm_symver_directive): Remove configure test.
16931         (libc_cv_ld_version_script_option): Likewise.
16932         (VERSIONING): Remove variable and AC_SUBST.
16933         (DO_VERSIONING): Remove AC_DEFINE.
16934         * configure: Regenerated.
16935         * config.h.in (DO_VERSIONING): Remove macro.
16936         * Makerules [$(versioning) = yes]: Change conditionals to
16937         [$(build-shared) = yes].
16938         * config.make.in (versioning): Remove variable.
16939         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16940         [$(build-shared) = yes].
16941         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16942         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16943         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16944         [$(build-shared) = yes].
16945         * extra-lib.mk [$(versioning) = yes]: Likewise.
16946         * hurd/Makefile [$(versioning) = yes]: Likewise.
16947         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16948         [SHARED].
16949         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16950         [SHARED].
16951         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16952         [SHARED && !NO_HIDDEN].
16953         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16954         [SHARED].
16955         [SHARED && DO_VERSIONING]: Likewise..
16956         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16957         [$(build-shared) = yes].
16958         * manual/install.texi (--disable-versioning): Remove
16959         documentation.
16960         * INSTALL: Regenerated.
16961         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16962         to [SHARED].
16963         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16964         [$(build-shared) = yes].
16965         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16966         * sysdeps/i386/i686/multiarch/strstr-c.c
16967         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16968         [SHARED && !NO_HIDDEN].
16969         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16970         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16971         * sysdeps/powerpc/powerpc32/dl-machine.c
16972         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16973         * sysdeps/powerpc/powerpc32/sysdep.h
16974         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16975         to [SHARED && PIC && !NO_HIDDEN].
16976         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16977         conditional to [SHARED].
16978
16979 2013-09-04   Will Newton  <will.newton@linaro.org>
16980
16981         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16982         * benchtests/bench-string.h: Include bench-timing.h instead
16983         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16984         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16985         call to HP_TIMING_DIFF_INIT.
16986         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16987         instead of hp-timing.h macros.
16988         * benchtests/bench-memchr.c: Likewise.
16989         * benchtests/bench-memcmp.c: Likewise.
16990         * benchtests/bench-memcpy.c: Likewise.
16991         * benchtests/bench-memmem.c: Likewise.
16992         * benchtests/bench-memmove.c: Likewise.
16993         * benchtests/bench-memset.c: Likewise.
16994         * benchtests/bench-rawmemchr.c: Likewise.
16995         * benchtests/bench-strcasecmp.c: Likewise.
16996         * benchtests/bench-strcasestr.c: Likewise.
16997         * benchtests/bench-strcat.c: Likewise.
16998         * benchtests/bench-strchr.c: Likewise.
16999         * benchtests/bench-strcmp.c: Likewise.
17000         * benchtests/bench-strcpy.c: Likewise.
17001         * benchtests/bench-strcpy_chk.c: Likewise.
17002         * benchtests/bench-strlen.c: Likewise.
17003         * benchtests/bench-strncasecmp.c: Likewise.
17004         * benchtests/bench-strncat.c: Likewise.
17005         * benchtests/bench-strncmp.c: Likewise.
17006         * benchtests/bench-strncpy.c: Likewise.
17007         * benchtests/bench-strnlen.c: Likewise.
17008         * benchtests/bench-strpbrk.c: Likewise.
17009         * benchtests/bench-strrchr.c: Likewise.
17010         * benchtests/bench-strspn.c: Likewise.
17011         * benchtests/bench-strstr.c: Likewise.
17012
17013 2013-09-04  Will Newton  <will.newton@linaro.org>
17014
17015         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17016
17017 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17018
17019         [BZ #15427]
17020         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17021         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17022         * math/libm-test.inc (lgamma_test_data): Add more tests.
17023         * sysdeps/i386/fpu/libm-test-ulps: Update.
17024         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17025
17026 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17027
17028         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17029         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17030         Add ifunc.
17031         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17032         Add strcmp-sse2-unaligned
17033         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17034
17035 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17036
17037         * Versions.def (libc): Add GLIBC_2.19.
17038
17039 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17040
17041         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17042         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17043
17044 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17045
17046         [BZ #14155]
17047         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17048         intermediate calculations in recurrence.
17049         (__ieee754_ynf): Likewise.
17050         * math/libm-test.inc (jn_test_data): Do not allow spurious
17051         underflow exception.  Add more tests.
17052         (yn_test_data): Add more tests.
17053         * sysdeps/i386/fpu/libm-test-ulps: Update.
17054         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17055
17056 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17057
17058         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17059
17060 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17061
17062         * csu/init-first.c: Fix then/than typos.
17063         * locale/programs/ld-collate.c: Likewise.
17064         * locale/programs/linereader.h: Likewise.
17065         * manual/charset.texi: Likewise.
17066         * manual/filesys.texi: Likewise.
17067         * manual/stdio.texi: Likewise.
17068         * manual/string.texi: Likewise.
17069         * stdlib/fmtmsg.c: Likewise.
17070         * sysdeps/i386/stpncpy.S: Likewise.
17071         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17072         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17073         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17074         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17075
17076 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17077
17078         * elf/dl-open.c: Fix typos.
17079         * iconvdata/gbbig5.c: Likewise.
17080         * iconvdata/iso-2022-jp.c: Likewise.
17081         * iconv/gconv_int.h: Likewise.
17082         * iconv/loop.c: Likewise.
17083         * nis/rpcsvc/nis.h: Likewise.
17084         * resolv/ns_name.c: Likewise.
17085         * stdio-common/vfscanf.c: Likewise.
17086         * streams/stropts.h: Likewise.
17087         * sunrpc/rpc_thread.c: Likewise.
17088         * sysdeps/i386/strpbrk.S: Likewise.
17089         * sysdeps/ieee754/k_standard.c: Likewise.
17090         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17091         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17092         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17093         * sysdeps/mach/hurd/profil.c: Likewise.
17094         * sysdeps/s390/dl-procinfo.h: Likewise.
17095         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17096         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17097         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17098         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17099         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17100
17101 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17102
17103         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17104         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17105
17106 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17107
17108         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17109         aix specific files.
17110         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17111         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17112         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17113         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17114         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17115         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17116         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17117         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17118
17119 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17120             Roland McGrath  <roland@hack.frob.com>
17121
17122         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17123         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17124
17125 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17126
17127         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17128         __executable_start symbol instead of _start.
17129
17130 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17131
17132         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17133         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17134         Move macros to...
17135         * sysdeps/gnu/ldsodefs.h: ... this new file.
17136
17137         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17138         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17139         instead of ELFOSABI_LINUX.
17140
17141         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17142         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17143         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17144         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17145         Likewise.
17146         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17147         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17148         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17149         Likewise.
17150         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17151         (ibm_extended_long_double): Add ieee_nan member.
17152         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17153         (do_test): New function.
17154
17155         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17156         TEST_TRUNC.
17157         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17158         functions, renamed from truncdfsf_test, trunctfsf_test,
17159         trunctfdf_test.
17160         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17161         functions.
17162         (do_test): Run all these.
17163
17164 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17165
17166         * argp/argp-help.c: Fix typos.
17167         * argp/argp-parse.c: Likewise.
17168         * debug/backtracesyms.c: Likewise.
17169         * elf/elf.h: Likewise.
17170         * malloc/malloc.c: Likewise.
17171         * nis/nis_print.c: Likewise.
17172         * resolv/res_comp.c: Likewise.
17173         * stdlib/stdlib.h: Likewise.
17174         * sunrpc/clnt_tcp.c: Likewise.
17175         * sunrpc/clnt_udp.c: Likewise.
17176         * sunrpc/clnt_unix.c: Likewise.
17177         * sysdeps/unix/bsd/ptsname.c: Likewise.
17178         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17179         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17180         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17181         Likewise.
17182         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17183         Likewise.
17184         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17185         Likewise.
17186         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17187
17188 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17189
17190         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17191         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17192
17193 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17194
17195         [BZ #15897]
17196         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17197         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17198         ($(objpfx)bug-dl-leaf): New rule.
17199         ($(objpfx)bug-dl-leaf.so): Likewise.
17200         ($(objpfx)bug-dl-leaf.out): Likewise.
17201         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17202         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17203         * dlfcn/bug-dl-leaf.c: New test.
17204         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17205         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17206         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17207         (dlclose): Likewise.
17208         (dlmopen): Likewise.
17209
17210 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17211
17212         * include/netdb.h [!_ISOMAC]:
17213         Don't include <tls.h>.
17214         (h_errno, __libc_h_errno): Move declaration and macros out of
17215         [_LIBC_REENTRANT].
17216
17217         * include/resolv.h [_RESOLV_H_]:
17218         Don't include <tls.h>.
17219         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17220         * resolv/res_libc.c: Don't include <tls.h>.
17221         (_res): Use __attribute__ ((nocommon)) in place of
17222         __attribute__ ((section (".bss"))).
17223
17224         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17225         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17226
17227         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17228
17229         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17230         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17231
17232         * resolv/res_mkquery.c: Include <sys/time.h>.
17233
17234         * inet/ifreq.c: Moved to ...
17235         * sysdeps/unix/ifreq.c: ... here.
17236         * inet/ifreq.c: New file, true stub version.
17237
17238         * socket/sa_len.c: New file.
17239         * socket/Makefile (aux): Add it.
17240         * sysdeps/unix/sysv/linux/Makefile
17241         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17242         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17243         and #include <socket/sa_len.c>.
17244         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17245         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17246
17247         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17248         * bits/socket.h: ... here.
17249
17250         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17251         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17252         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17253
17254 2013-08-27  Andreas Schwab  <schwab@suse.de>
17255
17256         [BZ #15736]
17257         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17258         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17259         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17260         * string/test-strcasecmp.c (test_main): Run tests in several
17261         locales.
17262         * string/test-strncasecmp.c (test_main): Likewise.
17263
17264         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17265         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17266         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17267         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17268         (__strncasecmp_ssse3) [PIC]: Likewise.
17269
17270 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17271
17272         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17273
17274         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17275         instead of explicitly declaring xdecrypt.
17276         * nis/nss_nis/nis-publickey.c: Likewise.
17277
17278 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17279
17280         [BZ #15890]
17281         * nscd/aicache.c: Include res_hconf.h.
17282         (addhstaiX): Initialize res_hconf.
17283
17284 2013-08-26  Andreas Schwab  <schwab@suse.de>
17285
17286         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17287         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17288
17289 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17290
17291         * nscd/aicache.c (addhstaiX): Fix indentation.
17292
17293 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17294
17295         * configure.ac: Quote $build_pt_chown test.
17296         * configure: Regenerated.
17297
17298 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17299
17300         [BZ #15532]
17301         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17302         * math/s_cexpf.c (__cexpf): Likewise.
17303         * math/s_cexpl.c (__cexpl): Likewise.
17304         * math/libm-test.inc (cexp_test_data): Correct expected return
17305         value for NaN + i0.  Add another test.
17306
17307 2013-08-22  David S. Miller  <davem@davemloft.net>
17308
17309         * po/ca.po: Update Catalan translation from translation project.
17310         * po/uk.po: Add Ukrainian translations from translation project.
17311
17312 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17313
17314         [BZ #15797]
17315         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17316         is infinite, not alongside NaN test.
17317         * math/s_fdimf.c (__fdimf): Likewise.
17318         * math/s_fdiml.c (__fdiml): Likewise.
17319         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17320         errno is unchanged.
17321
17322 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17323
17324         * argp/argp-help.c: Fix typos.
17325         * crypt/speeds.c: Likewise.
17326         * csu/check_fds.c: Likewise.
17327         * elf/dl-load.c: Likewise.
17328         * elf/dl-open.c: Likewise.
17329         * elf/reldep3.c: Likewise.
17330         * elf/reldep.c: Likewise.
17331         * elf/sprof.c: Likewise.
17332         * iconv/iconv_charmap.c: Likewise.
17333         * iconv/skeleton.c: Likewise.
17334         * iconv/strtab.c: Likewise.
17335         * io/lockf64.c: Likewise.
17336         * libio/libioP.h: Likewise.
17337         * resolv/gai_notify.c: Likewise.
17338         * resolv/ns_name.c: Likewise.
17339         * resolv/ns_samedomain.c: Likewise.
17340         * resolv/res_send.c: Likewise.
17341         * stdlib/random.c: Likewise.
17342         * sunrpc/rpc/xdr.h: Likewise.
17343         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17344         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17345         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17346         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17347         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17348         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17349         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17350         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17351         * sysdeps/mach/hurd/check_fds.c: Likewise.
17352         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17353         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17354         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17355         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17356         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17357         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17358         * sysdeps/pthread/aio_notify.c: Likewise.
17359         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17360         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17361         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17362         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17363         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17364
17365 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17366
17367         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17368         version if bit_Slow_SSE4_2 is set.
17369         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17370         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17371
17372 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17373
17374         [BZ #15867]
17375         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17376         trampoline stack frame information.
17377         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17378         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17379         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17380         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17381         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17382         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17383         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17384         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17385         sa_flags value.
17386         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17387         interrupting a syscall and set with option SA_SIGINFO.
17388
17389 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17390
17391         [BZ #15531]
17392         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17393         argument is infinite.
17394         * math/s_cprojf.c (__cprojf): Likewise.
17395         * math/s_cprojl.c (__cprojl): Likewise.
17396         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17397         * math/libm-test.inc (cproj_test_data): Add more tests.
17398
17399         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17400
17401         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17402         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17403         size.  Use __ffs to determine corresponding shift.
17404
17405 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17406             Roland McGrath  <roland@hack.frob.com>
17407
17408         * Makefile (INSTALL): Remove trailing blank lines from output of
17409         makeinfo.
17410
17411 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17412
17413         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17414         Align 32 bit compat elf_greg to 8 bytes.
17415
17416 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17417
17418         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17419
17420 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17421
17422         * string/strcoll_l.c (coll_seq): New structure.
17423         (get_next_seq_cached): New function.
17424         (get_next_seq): New function.
17425         (do_compare): New function.
17426         (STRCOLL): Use GNU style definition.  Simplify implementation
17427         by using get_next_seq, get_next_seq_cached and do_compare.
17428
17429 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17430
17431         [BZ #14699]
17432         CVE-2013-4237
17433         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17434         member.
17435         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17436         member.
17437         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17438         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17439         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17440         conditional.
17441         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17442         GETDENTS_64BIT_ALIGNED.
17443         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17444         * manual/filesys.texi (Reading/Closing Directory): Document
17445         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17446         strongly.
17447         * manual/conf.texi (Limits for Files): Add portability note to
17448         NAME_MAX, PATH_MAX.
17449         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17450
17451 2013-08-13  Andreas Schwab  <schwab@suse.de>
17452
17453         [BZ #15749]
17454         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17455         of fabs.
17456         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17457         LDBL_MAX_EXP >= 16384]: Add tests for it.
17458
17459 2013-08-12  David S. Miller  <davem@davemloft.net>
17460
17461         * version.h (RELEASE): Set to "development".
17462         (VERSION): Set to "2.18.90".
17463         * NEWS: Add 2.19 section.
17464
17465 2013-08-03  David S. Miller  <davem@davemloft.net>
17466
17467         * po/ko.po: Update Korean translation from translation project.
17468
17469 2013-08-01  David S. Miller  <davem@davemloft.net>
17470
17471         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17472         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17473         Bilka.
17474
17475 2013-07-30  David S. Miller  <davem@davemloft.net>
17476
17477         * po/fr.po: Update French translation from translation project.
17478
17479 2013-07-28  David S. Miller  <davem@davemloft.net>
17480
17481         * po/cs.po: Update Czech translation from translation project.
17482
17483         * po/sv.po: Update Swedish translation from translation project.
17484
17485 2013-07-27  David S. Miller  <davem@davemloft.net>
17486
17487         * po/eo.po: Update Esperanto translation from translation project.
17488
17489         * po/vi.po: Update Vietnamese translation from translation project.
17490
17491         * po/de.po: Update German translation from translation project.
17492
17493 2013-07-26  David S. Miller  <davem@davemloft.net>
17494
17495         * po/bg.po: Update Bulgarian translation from translation project.
17496
17497         * po/nl.po: Update Dutch translation from translation project.
17498         * po/pl.po: Update Polish translation from translation project.
17499         * po/ru.po: Update Russian translation from translation project.
17500
17501 2013-07-24  David S. Miller  <davem@davemloft.net>
17502
17503         * po/libc.pot: Update.
17504
17505 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17506
17507         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17508         variable page size.
17509         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17510         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17511         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17512
17513 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17514
17515         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17516
17517 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17518             Andreas Schwab  <schwab@suse.de>
17519             Roland McGrath  <roland@hack.frob.com>
17520             Joseph Myers  <joseph@codesourcery.com>
17521             Carlos O'Donell  <carlos@redhat.com>
17522
17523         [BZ #15755]
17524         * config.h.in: Define HAVE_PT_CHOWN.
17525         * config.make.in (build-pt-chown): New variable.
17526         * configure.in (--enable-pt_chown): New configure option.
17527         * configure: Regenerate.
17528         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17529         build-pt-chown is enabled.
17530         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17531         pt_chown to fix pty ownership.
17532         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17533         CLOSE_ALL_FDS.
17534         * manual/install.texi (Configuring and compiling): Mention
17535         --enable-pt_chown. Add @findex for grantpt.
17536         * INSTALL: Regenerate.
17537
17538 2013-07-20  David S. Miller  <davem@davemloft.net>
17539
17540         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17541         difference between 32-bit and 64-bit.
17542
17543 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17544
17545         [BZ #15711]
17546         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17547         Avoid system header dependency with -ffreestanding.
17548         ($(objpfx)bits/syscall%d): Likewise.
17549
17550 2013-07-13  David S. Miller  <davem@davemloft.net>
17551
17552         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17553         underflows from atanl/atan2l due to bug 15319.
17554         (casinh_test_data): Likewise.
17555
17556 2013-07-07  David S. Miller  <davem@davemloft.net>
17557
17558         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17559
17560 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17561
17562         * sysdeps/i386/fpu/libm-test-ulps: Update.
17563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17564
17565 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17566
17567         * configure.in (--enable-lock-elision): Fix message text.
17568         * INSTALL: Regenerate.
17569         * configure: Regenerate.
17570
17571 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17572
17573         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17574
17575 2013-07-03  Andreas Jaeger  <aj@suse.de>
17576
17577         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17578         define.
17579         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17580         (ptrace_peeksiginfo_args): Add.
17581         (__ptrace_peeksiginfo_flags): Add.
17582         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17583         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17584         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17585
17586 2013-07-03  Allan McRae  <allan@archlinux.org>
17587
17588         * sysdeps/i386/fpu/libm-test-ulps: Update.
17589
17590 2013-07-02  David S. Miller  <davem@davemloft.net>
17591
17592         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17593
17594 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17595
17596         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17597
17598 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17599
17600         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17602
17603 2013-07-02  Andi Kleen <ak@linux.intel.com>
17604
17605         * config.h.in (ENABLE_LOCK_ELISION): Add.
17606         * configure.in (--enable-lock-elision): Add option.
17607         * manual/install.texi: Document --enable lock elision.
17608         * configure: Regenerate
17609         * INSTALL: Regenerate.
17610
17611 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17612
17613         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17614         SSE4.2 strcasecmp for libc.a.
17615         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17616
17617 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17618
17619         [BZ #13304]
17620         * soft-fp/op-common.h (_FP_FMA): New macro.
17621         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17622         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17623         (_FP_MUL_MEAT_1_imm): ... here.
17624         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17625         (_FP_MUL_MEAT_1_wide): ... here.
17626         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17627         (_FP_MUL_MEAT_1_hard): ... here.
17628         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17629         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17630         (_FP_MUL_MEAT_2_wide): ... here.
17631         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17632         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17633         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17634         (_FP_MUL_MEAT_2_gmp): ... here.
17635         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17636         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17637         (_FP_MUL_MEAT_4_wide): ... here.
17638         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17639         (_FP_MUL_MEAT_4_gmp): ... here.
17640         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17641         (_FP_WFRACBITS_DW_S): Likewise.
17642         (_FP_WFRACXBITS_DW_S): Likewise.
17643         (_FP_HIGHBIT_DW_S): Likewise.
17644         (FP_FMA_S): Likewise.
17645         (_FP_FRAC_HIGH_DW_S): Likewise.
17646         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17647         (_FP_WFRACBITS_DW_D): Likewise.
17648         (_FP_WFRACXBITS_DW_D): Likewise.
17649         (_FP_HIGHBIT_DW_D): Likewise.
17650         (FP_FMA_D): Likewise.
17651         (_FP_FRAC_HIGH_DW_D): Likewise.
17652         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17653         (_FP_WFRACBITS_DW_E): Likewise.
17654         (_FP_WFRACXBITS_DW_E): Likewise.
17655         (_FP_HIGHBIT_DW_E): Likewise.
17656         (FP_FMA_E): Likewise.
17657         (_FP_FRAC_HIGH_DW_E): Likewise.
17658         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17659         (_FP_WFRACBITS_DW_Q): Likewise.
17660         (_FP_WFRACXBITS_DW_Q): Likewise.
17661         (_FP_HIGHBIT_DW_Q): Likewise.
17662         (FP_FMA_Q): Likewise.
17663         (_FP_FRAC_HIGH_DW_Q): Likewise.
17664         * soft-fp/fmasf4.c: New file.
17665         * soft-fp/fmadf4.c: Likewise.
17666         * soft-fp/fmatf4.c: Likewise.
17667
17668 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17669
17670         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17671         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17672         Silvermont.
17673         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17674         macro.
17675         (index_Slow_SSE4_2): Likewise.
17676         (index_Prefer_PMINUB_for_stringop): Likewise.
17677         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17678         bit_Slow_SSE4_2 is set.
17679         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17680         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17681
17682 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17683
17684         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17685         rtld_global._dl_hwcap2.
17686         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17687         POWER8.
17688         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17689         POWER8 feature descriptions defined in _dl_hwcap2.
17690         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17691         string handling for POWER8 feature bits.
17692         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17693         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17694         _dl_powerpc_cap_flags.
17695         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17696         * sysdeps/powerpc/rtld-global-offsets.sym
17697         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17698         _dl_hwcap2 in the rtld_global_ro structure.
17699
17700 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17701
17702         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17703         hardware capabilities in support of AT_HWCAP2.
17704         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17705         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17706         GLRO(dl_hwcap2).
17707         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17708         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17709         explicitly the unknown a_type display mechanism is used.
17710         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17711         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17712         struct member.
17713         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17714         to macro prototype for AT_HWCAP2 support.
17715         * sysdeps/i386/dl-procinfo.h: Likewise.
17716         * sysdeps/s390/dl-procinfo.h: Likewise.
17717         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17718         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17719         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17720         return -1 for unknown a_type display fallback.
17721         * sysdeps/sparc/dl-procinfo.h: Likewise.
17722         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17723         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17724
17725 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17726
17727         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17728         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17729
17730 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17731
17732         [BZ #12492]
17733         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17734         mprotect making __stack_prot writable.
17735
17736 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17737             Joseph Myers  <joseph@codesourcery.com>
17738
17739         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17740         as being properly aligned.
17741
17742 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17743
17744         * dlfcn/modstatic5.c: New file.
17745         * dlfcn/tststatic5.c: New file.
17746         * dlfcn/Makefile (tests): Add tststatic5.
17747         (tests-static): Likewise.
17748         (modules-names): Add modstatic5.
17749         (tststatic5-ENV): New variable.
17750         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17751
17752         [BZ #15022]
17753         * elf/dl-support.c (_dl_main_map): New variable.
17754         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17755         (_dl_nns, _dl_load_adds): Set to 1.
17756         (_dl_initial_searchlist): Refer to _dl_main_map.
17757         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17758         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17759         call to _dl_get_origin.
17760         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17761         around call_map.
17762         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17763         * dlfcn/modstatic3.c: New file.
17764         * dlfcn/tststatic3.c: New file.
17765         * dlfcn/tststatic4.c: New file.
17766         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17767         (tests-static): Likewise.
17768         (modules-names): Add modstatic3.
17769         (tststatic3-ENV, tststatic4-ENV): New variables.
17770         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17771         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17772
17773 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17774
17775         * configure.in (CC): Require GCC version 4.4 or later.
17776         * configure: Regenerated.
17777         * manual/install.texi (Tools for Compilation): Update GCC version
17778         requirement.
17779         * INSTALL: Regenerated.
17780
17781 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17782
17783         [BZ #15674]
17784         * string/test-memcmp.c (check2): New.
17785         (main): Call check2.
17786
17787         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17788
17789 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17790
17791         [BZ #15022]
17792         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17793         over to...
17794         (dl_open_worker) [!SHARED]: ... here.
17795
17796 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17797
17798         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17799
17800 2013-06-25  Richard Henderson  <rth@redhat.com>
17801
17802         * locale/programs/locarchive.c: Include <libc-internal.h>
17803
17804 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17805
17806         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17807         trailing whitespace removed.
17808
17809 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17810
17811         [BZ #10283]
17812         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17813         * locale/programs/locarchive.c: Include libc-mmap.h.
17814         (prepare_address_space): Take two new outputs (the mmap base and len).
17815         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17816         values.
17817         (create_archive): Declare new mmap base and len values for
17818         prepare_address_space, and store the result in ah.
17819         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17820         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17821         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17822         Declare new mmap base and len values for
17823         prepare_address_space, and store the result in new_ah.
17824         (open_archive): Declare new mmap base and len values for
17825         prepare_address_space, and store the result in ah.
17826         (close_archive): If ah->mmap_base is not NULL, use that and
17827         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17828         * sysdeps/generic/libc-mmap.h: New file.
17829
17830 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17831
17832         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17833         (ALIGN_UP): Likewise.
17834         (PTR_ALIGN_DOWN): Likewise.
17835         (PTR_ALIGN_UP): Likewise.
17836
17837 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17838
17839         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17840         entry mapped to PPC_PLATFORM_POWER8.
17841         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17842         POWER8.
17843         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17844         (_dl_string_platform): Add case for exporting platform position for
17845         POWER8.
17846         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17847         search path to sysdeps/powerpc/powerpc32/power8 directory.
17848         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17849         search path to sysdeps/powerpc/powerpc64/power8 directory.
17850         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17851         power7 directories.
17852         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17853         power7 directories.
17854
17855 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17856
17857         * INSTALL: Regenerate.
17858
17859         * nscd/connections.c (nscd_init): Fix comment.
17860
17861 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17862
17863         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17864
17865         [BZ #15667]
17866         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17867         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17868
17869 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17870
17871         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17872         DL_DST_REQ_STATIC.
17873         (DL_DST_REQ_STATIC): Remove macro.
17874
17875 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17876
17877         [BZ #7006]
17878         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17879         with a shift of 0 bits.
17880
17881 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17882
17883         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17884         $(tststatic-ENV).
17885
17886 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17887
17888         [BZ #15655]
17889         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17890
17891 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17892
17893         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17894         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17895         accepts -fno-tree-loop-distribute-patterns.
17896         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17897         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17898         recursive call.
17899         * string/memset.c (memset): Likewise.
17900         * string/test-memmove.c (simple_memmove): Disable loop transformation
17901         to library calls.
17902         * string/test-memset.c (simple_memset): Likewise.
17903         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17904         * benchtests/bench-memset.c (simple_memset): Likewise.
17905         * configure: Regenerated.
17906
17907 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17908
17909         * math/test-misc.c (main): Ignore fesetround failure when failures
17910         of subsequent rounding tests would be ignored.
17911
17912         [BZ #15654]
17913         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17914         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17915         * math/fegetenv.c (__fegetenv): Return 0.
17916         * math/fegetexcept.c (fegetexcept): Return 0.
17917         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17918         FE_TONEAREST.
17919         * math/feholdexcpt.c (feholdexcept): Return 0.
17920         * math/fesetenv.c (__fesetenv): Return 0.
17921         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17922         argument FE_TONEAREST.
17923         * math/feupdateenv.c (__feupdateenv): Return 0.
17924         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17925
17926 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17927
17928         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17929         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17930         ($(objpfx)rtld-%.os rules): Use them.
17931
17932 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17933
17934         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17935         fields.
17936
17937 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17938
17939         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17940         length of target pattern, then descending length of dependency pattern.
17941         * configure.in (AWK): Require gawk 3.1.2 or newer.
17942         * manual/install.texi (Tools for Compilation): Say that we do.
17943         * configure: Regenerated.
17944
17945         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17946         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17947         * scripts/sysd-rules.awk: ... this new script.
17948         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17949         than a glob-style pattern.
17950
17951 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17952
17953         * math/test-misc.c (main): Do not treat incorrectly rounded
17954         conversions as failure unless ROUNDING_TESTS passes.
17955
17956 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17957
17958         [BZ #15631]
17959         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17960         restore exception state around main square root computation, then
17961         check for inexactness explicitly.
17962
17963         * math/libm-test.inc (fma_test_data): Add another test.
17964
17965 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17966
17967         * manual/threads.texi (Non-POSIX Extensions): New document
17968         node.  Document pthread_getattr_default_np and
17969         pthread_setattr_default_np.
17970
17971         * Versions.def (libpthread): Add GLIBC_2.18.
17972         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17974         Likewise.
17975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17976         Likewise.
17977         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17978         Likewise.
17979         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17980         Likewise.
17981         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17982         Likewise.
17983         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17984         Likewise.
17985         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17986         Likewise.
17987         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17988         Likewise.
17989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17990         Likewise.
17991
17992 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17993
17994         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17995         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17996
17997 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17998             H.J. Lu  <hjl.tools@gmail.com>
17999
18000         [BZ #15627]
18001         * sysdeps/x86_64/rtld-memset.c: Remove file.
18002         * sysdeps/x86_64/rtld-memset.S: New file.
18003
18004 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
18005
18006         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
18007         (test_in_one_mode): Take arguments for whether the rounding mode
18008         is supported for each floating-point type.
18009         (do_test): Pass new arguments to test_in_one_mode using
18010         ROUNDING_TESTS.
18011
18012 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18013
18014         * posix/tst-waitid.c (do_test): Distinguish different instances of
18015         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18016         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18017         before entering the kernel for waitpid.
18018
18019 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18020
18021         * NEWS: Fix note on clock function precision.  Text by Roland
18022         McGrath.
18023
18024 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18025
18026         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18027         it into place only when and if the sanity check passes.
18028
18029 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18030
18031         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18032         output for whether conversion result is exact.  Take argument
18033         indicating whether type is IBM long double.
18034         (round_for_all): Change need_exact field to ibm_ld.
18035         * stdlib/tst-strtod-round.c (struct exactness): New type.
18036         (struct test): Change bool ld_ok field to struct exactness exact.
18037         (TEST): Update all definitions for change to field.
18038         (tests): Regenerate array contents.
18039         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18040         field value.  Check for IBM long double here.
18041         (do_test): Update calls to test_in_one_mode.
18042
18043 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18044
18045         [BZ #12515]
18046         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18047         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18048
18049 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18050
18051         [BZ #15605]
18052         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18053         generated by the compiler on loop optimizations.
18054         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18055         general definitions.
18056
18057 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18058
18059         * math/bug-nextafter.c: Include <math-tests.h>.
18060         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18061         the relevant type.
18062         * math/bug-nexttoward.c: Include <math-tests.h>.
18063         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18064         the relevant type.
18065         * math/test-misc.c: Include <math-tests.h>.
18066         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18067         the relevant type.
18068
18069 2013-06-12  Andreas Jaeger  <aj@suse.de>
18070
18071         * po/ia.po: Update Interlingua translation from translation
18072         project.
18073
18074 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18075
18076         * include/fenv.h: Include stdbool.h.
18077         (struct rm_ctx): New structure.
18078         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18079         Define macro.
18080         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18081         (SET_RESTORE_ROUNDF): Likewise.
18082         (SET_RESTORE_ROUNDL): Likewise.
18083         (SET_RESTORE_ROUND_NOEX): Likewise.
18084         (SET_RESTORE_ROUND_NOEXF): Likewise.
18085         (SET_RESTORE_ROUND_NOEXL): Likewise.
18086         (SET_RESTORE_ROUND_53BIT): Likewise.
18087         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18088         (libc_feresetround_noexf_ctx): Likewise.
18089         (libc_feresetround_noexl_ctx): Likewise.
18090         (libc_feholdsetround_53bit_ctx): Likewise.
18091         (libc_feresetround_53bit_ctx): Likewise.
18092         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18093         (libc_feholdexcept_setround_sse_ctx): New function.
18094         (libc_fesetenv_sse_ctx): Likewise.
18095         (libc_feupdateenv_sse_ctx): Likewise.
18096         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18097         (libc_feholdexcept_setround_387_ctx): Likewise.
18098         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18099         (libc_feholdsetround_387_prec_ctx): Likewise.
18100         (libc_feholdsetround_387_ctx): Likewise.
18101         (libc_feholdsetround_387_53bit_ctx): Likewise.
18102         (libc_feholdsetround_sse_ctx): Likewise.
18103         (libc_feresetround_sse_ctx): Likewise.
18104         (libc_feresetround_387_ctx): Likewise.
18105         (libc_feupdateenv_387_ctx): Likewise.
18106         (libc_feholdexcept_setroundf_ctx): Define macro.
18107         (libc_fesetenvf_ctx): Likewise.
18108         (libc_feupdateenvf_ctx): Likewise.
18109         (libc_feholdsetroundf_ctx): Likewise.
18110         (libc_feresetroundf_ctx): Likewise.
18111         (libc_feholdexcept_setround_ctx): Likewise.
18112         (libc_fesetenv_ctx): Likewise.
18113         (libc_feupdateenv_ctx): Likewise.
18114         (libc_feholdsetround_ctx): Likewise.
18115         (libc_feresetround_ctx): Likewise.
18116         (libc_feholdexcept_setroundl_ctx): Likewise.
18117         (libc_feupdateenvl_ctx): Likewise.
18118         (libc_feholdsetroundl_ctx): Likewise.
18119         (libc_feresetroundl_ctx): Likewise.
18120         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18121         (libc_feresetround_53bit_ctx): Likewise.
18122
18123 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18124
18125         * locale/iso-639.def: Convert to UTF-8.
18126
18127 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18128
18129         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18130         (EXCEPTION_TESTS_double): Likewise.
18131         (EXCEPTION_TESTS_long_double): Likewise.
18132         (EXCEPTION_TESTS): Likewise.
18133         * math/libm-test.inc (test_exceptions): Only test exceptions if
18134         EXCEPTION_TESTS (FLOAT).
18135
18136 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18137
18138         * benchtests/Makefile (string-bench): Add strcpy_chk and
18139         stpcpy_chk.
18140         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18141         * benchtests/bench-stpcpy_chk.c: New file.
18142         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18143         * benchtests/bench-strcpy_chk.c: New file.
18144         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18145         code.
18146         (do_test): Likewise.
18147
18148 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18149
18150         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18151         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18152         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18153         with tabs where appropriate.
18154         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18155         dl-procinfo.h.
18156         [PPC_PLATFORM_PPC440]: Likewise.
18157         [PPC_PLATFORM_PPC464]: Likewise.
18158         [PPC_PLATFORM_PPC476]: Likewise.
18159         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18160         ppc464, and ppc476 platform strings merging from ports/
18161         dl-procinfo.h.
18162
18163 2013-06-11  Andreas Schwab  <schwab@suse.de>
18164
18165         [BZ #14991]
18166         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18167         (from_ucs4_idx): Regenerate.
18168         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18169         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18170         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18171         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18172         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18173         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18174         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18175         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18176         from FROM_LOOP and TO_LOOP specific macros.
18177         (BODY): Handle combining characters.
18178         * iconvdata/BIG5HKSCS.irreversible: Update.
18179         * iconvdata/BIG5HKSCS.precomposed: New file.
18180         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18181         characters.
18182         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18183
18184 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18185
18186         * include/sys/time.h: Fix indentation and add copyright header.
18187
18188         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18189         (do_test): Likewise.
18190         * string/test-memchr.c (do_one_test): Likewise.
18191         (do_test): Likewise.
18192         * string/test-memcmp.c (do_one_test): Likewise.
18193         (do_test): Likewise.
18194         * string/test-memcpy.c (do_one_test): Likewise.
18195         (do_test): Likewise.
18196         * string/test-memmem.c (do_one_test): Likewise.
18197         (do_test): Likewise.
18198         (do_random_tests): Likewise.
18199         * string/test-memmove.c (do_one_test): Likewise.
18200         (do_test): Likewise.
18201         * string/test-memset.c (do_one_test): Likewise.
18202         (do_test): Likewise.
18203         * string/test-rawmemchr.c (do_one_test): Likewise.
18204         (do_test): Likewise.
18205         * string/test-strcasecmp.c (do_one_test): Likewise.
18206         (do_test): Likewise.
18207         * string/test-strcasestr.c (do_one_test): Likewise.
18208         (do_test): Likewise.
18209         * string/test-strcat.c (do_one_test): Likewise.
18210         (do_test): Likewise.
18211         * string/test-strchr.c (do_one_test): Likewise.
18212         (do_test): Likewise.
18213         * string/test-strcmp.c (do_one_test): Likewise.
18214         (do_test): Likewise.
18215         * string/test-strcpy.c (do_one_test): Likewise.
18216         (do_test): Likewise.
18217         * string/test-string.h: Likewise.
18218         (test_init): Likewise.
18219         * string/test-strlen.c (do_one_test): Likewise.
18220         (do_test): Likewise.
18221         * string/test-strncasecmp.c (do_one_test): Likewise.
18222         (do_test): Likewise.
18223         * string/test-strncat.c (do_one_test): Likewise.
18224         (do_test): Likewise.
18225         * string/test-strncmp.c (do_one_test): Likewise.
18226         (do_test_limit): Likewise.
18227         (do_test): Likewise.
18228         * string/test-strncpy.c (do_one_test): Likewise.
18229         (do_test): Likewise.
18230         * string/test-strnlen.c (do_one_test): Likewise.
18231         (do_test): Likewise.
18232         * string/test-strpbrk.c (do_one_test): Likewise.
18233         (do_test): Likewise.
18234         * string/test-strrchr.c (do_one_test): Likewise.
18235         (do_test): Likewise.
18236         * string/test-strspn.c (do_one_test): Likewise.
18237         (do_test): Likewise.
18238         * string/test-strstr.c (do_one_test): Likewise.
18239         (do_test): Likewise.
18240
18241         * benchtests/Makefile (string-bench): Add string benchmarks.
18242         * benchtests/bench-bcopy-ifunc.c: New file.
18243         * benchtests/bench-bcopy.c: New file.
18244         * benchtests/bench-bzero-ifunc.c: New file.
18245         * benchtests/bench-bzero.c: New file.
18246         * benchtests/bench-memccpy-ifunc.c: New file.
18247         * benchtests/bench-memccpy.c: New file.
18248         * benchtests/bench-memchr-ifunc.c: New file.
18249         * benchtests/bench-memchr.c: New file.
18250         * benchtests/bench-memcmp-ifunc.c: New file.
18251         * benchtests/bench-memcmp.c: New file.
18252         * benchtests/bench-memmem-ifunc.c: New file.
18253         * benchtests/bench-memmem.c: New file.
18254         * benchtests/bench-memmove-ifunc.c: New file.
18255         * benchtests/bench-memmove.c: New file.
18256         * benchtests/bench-mempcpy-ifunc.c: New file.
18257         * benchtests/bench-mempcpy.c: New file.
18258         * benchtests/bench-memset-ifunc.c: New file.
18259         * benchtests/bench-memset.c: New file.
18260         * benchtests/bench-rawmemchr-ifunc.c: New file.
18261         * benchtests/bench-rawmemchr.c: New file.
18262         * benchtests/bench-stpcpy-ifunc.c: New file.
18263         * benchtests/bench-stpcpy.c: New file.
18264         * benchtests/bench-stpncpy-ifunc.c: New file.
18265         * benchtests/bench-stpncpy.c: New file.
18266         * benchtests/bench-strcasecmp-ifunc.c: New file.
18267         * benchtests/bench-strcasecmp.c: New file.
18268         * benchtests/bench-strcasestr-ifunc.c: New file.
18269         * benchtests/bench-strcasestr.c: New file.
18270         * benchtests/bench-strcat-ifunc.c: New file.
18271         * benchtests/bench-strcat.c: New file.
18272         * benchtests/bench-strchr-ifunc.c: New file.
18273         * benchtests/bench-strchr.c: New file.
18274         * benchtests/bench-strchrnul-ifunc.c: New file.
18275         * benchtests/bench-strchrnul.c: New file.
18276         * benchtests/bench-strcmp-ifunc.c: New file.
18277         * benchtests/bench-strcmp.c: New file.
18278         * benchtests/bench-strcpy-ifunc.c: New file.
18279         * benchtests/bench-strcpy.c: New file.
18280         * benchtests/bench-strcspn-ifunc.c: New file.
18281         * benchtests/bench-strcspn.c: New file.
18282         * benchtests/bench-strlen-ifunc.c: New file.
18283         * benchtests/bench-strlen.c: New file.
18284         * benchtests/bench-strncasecmp-ifunc.c: New file.
18285         * benchtests/bench-strncasecmp.c: New file.
18286         * benchtests/bench-strncat-ifunc.c: New file.
18287         * benchtests/bench-strncat.c: New file.
18288         * benchtests/bench-strncmp-ifunc.c: New file.
18289         * benchtests/bench-strncmp.c: New file.
18290         * benchtests/bench-strncpy-ifunc.c: New file.
18291         * benchtests/bench-strncpy.c: New file.
18292         * benchtests/bench-strnlen-ifunc.c: New file.
18293         * benchtests/bench-strnlen.c: New file.
18294         * benchtests/bench-strpbrk-ifunc.c: New file.
18295         * benchtests/bench-strpbrk.c: New file.
18296         * benchtests/bench-strrchr-ifunc.c: New file.
18297         * benchtests/bench-strrchr.c: New file.
18298         * benchtests/bench-strspn-ifunc.c: New file.
18299         * benchtests/bench-strspn.c: New file.
18300         * benchtests/bench-strstr-ifunc.c: New file.
18301         * benchtests/bench-strstr.c: New file.
18302
18303         * benchtests/Makefile: Disable parallel execution of targets.
18304         (string-bench): Add memcpy.
18305         (benchset): New variable to store a list of benchmark sets.
18306         (bench-func): Renamed from bench.
18307         (bench-set): New target.
18308         (bench): Depend on bench-func and bench-set.
18309         * benchtests/README: Add section on benchmark sets.
18310         * benchtests/bench-memcpy-ifunc.c: New file.
18311         * benchtests/bench-memcpy.c: New file.
18312         * benchtests/bench-string.h: New file.
18313
18314 2013-06-11  Andreas Schwab  <schwab@suse.de>
18315
18316         [BZ #15577]
18317         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18318         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18319         values in the triple.
18320         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18321         terminator in the group key.
18322
18323 2013-06-11  Andreas Jaeger  <aj@suse.de>
18324
18325         * po/zh_TW.po: Update Chinese (traditional) translation from
18326         translation project.
18327
18328 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18329
18330         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18331         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18332         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18333         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18334         (clock_getcpuclockid): Likewise.
18335         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18336         Add weak_alias and libc_hidden_def.
18337         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18338         * rt/clock_gettime.c (clock_gettime): Rename to
18339         __clock_gettime.  Add weak_alias and libc_hidden_def.
18340         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18341         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18342         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18343         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18344         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18345         Likewise.
18346         * rt/clock_settime.c (clock_settime): Rename to
18347         __clock_settime.  Add weak_alias and libc_hidden_def.
18348         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18349
18350 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18351
18352         * mach/err_boot.sub: Remove trailing whitespace.
18353         * mach/err_ipc.sub: Likewise.
18354         * mach/err_mach.sub: Likewise.
18355
18356         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18357         (ROUNDING_TESTS_double): Likewise.
18358         (ROUNDING_TESTS_long_double): Likewise.
18359         (ROUNDING_TESTS): Likewise.
18360         * math/libm-test.inc: Include <math-tests.h>.
18361         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18362         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18363         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18364         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18365
18366 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18367
18368         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18369         of assigning.
18370
18371 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18372
18373         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18374         otherwise empty TRANS lines.
18375         * sysdeps/gnu/errlist.c: Regenerated.
18376
18377         * catgets/gencat.c (error_print): Use (void) in function
18378         definition.
18379         * crypt/crypt_util.c (__init_des): Likewise.
18380         * crypt/speeds.c (Stop): Likewise.
18381         (main): Likewise.
18382         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18383         * inet/ruserpass.c (token): Likewise.
18384         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18385         * intl/localealias.c (extend_alias_table): Likewise.
18386         * intl/plural-exp.c (init_germanic_plural): Likewise.
18387         * libio/fcloseall.c (__fcloseall): Likewise.
18388         * libio/genops.c (_IO_flush_all): Likewise.
18389         (_IO_flush_all_linebuffered): Likewise.
18390         (_IO_cleanup): Likewise.
18391         (_IO_iter_begin): Likewise.
18392         (_IO_iter_end): Likewise.
18393         (_IO_list_lock): Likewise.
18394         (_IO_list_unlock): Likewise.
18395         (_IO_list_resetlock): Likewise.
18396         * libio/getchar.c (getchar): Likewise.
18397         * libio/getchar_u.c (getchar_unlocked): Likewise.
18398         * libio/getwchar.c (getwchar): Likewise.
18399         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18400         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18401         * login/getpt.c (__getpt): Likewise.
18402         * login/tst-utmp.c (main): Likewise.
18403         * malloc/hooks.c (__malloc_check_init): Likewise.
18404         * malloc/malloc.c (__malloc_stats): Likewise.
18405         * malloc/mtrace.c (tr_break): Likewise.
18406         (mtrace): Likewise.
18407         (muntrace): Likewise.
18408         * misc/fstab.c (endfsent): Likewise.
18409         * misc/getclktck.c (__getclktck): Likewise.
18410         * misc/getdtsz.c (__getdtablesize): Likewise.
18411         * misc/gethostid.c (gethostid): Likewise.
18412         * misc/getpagesize.c (__getpagesize): Likewise.
18413         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18414         (__get_nprocs): Likewise.
18415         (__get_phys_pages): Likewise.
18416         (__get_avphys_pages): Likewise.
18417         * misc/getttyent.c (getttyent): Likewise.
18418         (setttyent): Likewise.
18419         (endttyent): Likewise.
18420         * misc/getusershell.c (getusershell): Likewise.
18421         (endusershell): Likewise.
18422         (setusershell): Likewise.
18423         (initshells): Likewise.
18424         * misc/hsearch.c (__hdestroy): Likewise.
18425         * misc/sync.c (sync): Likewise.
18426         * misc/syslog.c (closelog_internal): Likewise.
18427         (closelog): Likewise.
18428         * misc/ttyslot.c (ttyslot): Likewise.
18429         * misc/vhangup.c (vhangup): Likewise.
18430         * posix/fork.c (__fork): Likewise.
18431         * posix/getegid.c (__getegid): Likewise.
18432         * posix/geteuid.c (__geteuid): Likewise.
18433         * posix/getgid.c (__getgid): Likewise.
18434         * posix/getpid.c (__getpid): Likewise.
18435         * posix/getppid.c (__getppid): Likewise.
18436         * posix/getuid.c (__getuid): Likewise.
18437         * posix/pause.c (pause): Likewise.
18438         * posix/setpgrp.c (setpgrp): Likewise.
18439         * posix/setsid.c (__setsid): Likewise.
18440         * posix/test-vfork.c (noop): Likewise.
18441         * resolv/gethnamaddr.c (_endhtent): Likewise.
18442         (_gethtent): Likewise.
18443         (ht_endhostent): Likewise.
18444         (gethostent): Likewise.
18445         (dns_service): Likewise.
18446         * stdlib/drand48.c (drand48): Likewise.
18447         * stdlib/lrand48.c (lrand48): Likewise.
18448         * stdlib/mrand48.c (mrand48): Likewise.
18449         * stdlib/rand.c (rand): Likewise.
18450         * stdlib/random.c (__random): Likewise.
18451         * stdlib/setenv.c (clearenv): Likewise.
18452         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18453         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18454         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18455         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18456         (__get_nprocs): Likewise.
18457         (__get_phys_pages): Likewise.
18458         (__get_avphys_pages): Likewise.
18459         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18460         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18461         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18462         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18463         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18464         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18465         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18466         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18467         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18468         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18469         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18470         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18471         * sysdeps/posix/clock.c (clock): Likewise.
18472         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18473         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18474         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18475         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18476         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18477         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18478         (__get_nprocs_conf): Likewise.
18479         (__get_phys_pages): Likewise.
18480         (__get_avphys_pages): Likewise.
18481         * time/clock.c (clock): Likewise.
18482         * time/tzset.c (__tzname_max): Likewise.
18483
18484 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18485
18486         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18487         (__bswap_32): Do not use "register".
18488         * crypt/crypt.c (_ufc_doit_r): Likewise.
18489         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18490         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18491         * gmon/gmon.c (__monstartup): Likewise.
18492         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18493         * hurd/hurdmalloc.c (more_memory): Likewise.
18494         (malloc): Likewise.
18495         (free): Likewise.
18496         (realloc): Likewise.
18497         (malloc_fork_prepare): Likewise.
18498         (malloc_fork_parent): Likewise.
18499         (malloc_fork_child): Likewise.
18500         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18501         (_svcauth_des): Likewise.
18502         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18503         * inet/inet_net.c (inet_network): Likewise.
18504         * inet/inet_netof.c (inet_netof): Likewise.
18505         * inet/rcmd.c (__validuser2_sa): Likewise.
18506         * io/fts.c (fts_open): Likewise.
18507         (fts_load): Likewise.
18508         (fts_close): Likewise.
18509         (fts_read): Likewise.
18510         (fts_children): Likewise.
18511         (fts_build): Likewise.
18512         (fts_stat): Likewise.
18513         (fts_sort): Likewise.
18514         (fts_alloc): Likewise.
18515         (fts_lfree): Likewise.
18516         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18517         (_IO_file_xsgetn): Likewise.
18518         (_IO_file_xsgetn_mmap): Likewise.
18519         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18520         (_IO_cookie_write): Likewise.
18521         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18522         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18523         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18524         * malloc/obstack.c (_obstack_begin): Likewise.
18525         (_obstack_begin_1): Likewise.
18526         (_obstack_newchunk): Likewise.
18527         (_obstack_allocated_p): Likewise.
18528         (obstack_free): Likewise.
18529         (_obstack_memory_used): Likewise.
18530         * misc/getttyent.c (getttynam): Likewise.
18531         (getttyent): Likewise.
18532         (skip): Likewise.
18533         (value): Likewise.
18534         * misc/getusershell.c (initshells): Likewise.
18535         * misc/syslog.c (__vsyslog_chk): Likewise.
18536         * misc/ttyslot.c (ttyslot): Likewise.
18537         * nis/nis_hash.c (__nis_hash): Likewise.
18538         * posix/fnmatch_loop.c (FCT): Likewise.
18539         * posix/getconf.c (print_all): Likewise.
18540         (main): Likewise.
18541         * posix/getopt.c (exchange): Likewise.
18542         * posix/glob.c (globfree): Likewise.
18543         (prefix_array): Likewise.
18544         (__glob_pattern_type): Likewise.
18545         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18546         (NS_GET32): Likewise.
18547         (NS_PUT16): Likewise.
18548         (NS_PUT32): Likewise.
18549         * resolv/gethnamaddr.c (getanswer): Likewise.
18550         (gethostbyname2): Likewise.
18551         (gethostbyaddr): Likewise.
18552         (_gethtent): Likewise.
18553         (_gethtbyname2): Likewise.
18554         (_gethtbyaddr): Likewise.
18555         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18556         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18557         * resolv/res_init.c (__res_vinit): Likewise.
18558         (net_mask): Likewise.
18559         * resolv/res_mkquery.c (outchar): Likewise.
18560         (PRINT): Likewise.
18561         * stdio-common/printf_fp.c (outchar): Likewise.
18562         (PRINT): Likewise.
18563         * stdio-common/printf_fphex.c (outchar): Likewise.
18564         (PRINT): Likewise.
18565         * stdio-common/printf_size.c (outchar): Likewise.
18566         (PRINT): Likewise.
18567         * stdio-common/test_rdwr.c (main): Likewise.
18568         * stdio-common/tfformat.c (matches): Likewise.
18569         * stdio-common/vfprintf.c (outchar): Likewise.
18570         (printf_unknown): Likewise.
18571         (buffered_vfprintf): Likewise.
18572         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18573         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18574         (ReadFile): Likewise.
18575         * stdlib/qsort.c (SWAP): Likewise.
18576         (_quicksort): Likewise.
18577         * stdlib/setenv.c (__add_to_environ): Likewise.
18578         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18579         * stdlib/strtol_l.c (__strtol_l): Likewise.
18580         * stdlib/tst-strtod.c (main): Likewise.
18581         * stdlib/tst-strtol.c (main): Likewise.
18582         * stdlib/tst-strtoll.c (main): Likewise.
18583         * string/bits/string2.h (__strcmp_cc): Likewise.
18584         (__strcmp_cg): Likewise.
18585         (__strcspn_c1): Likewise.
18586         (__strcspn_c2): Likewise.
18587         (__strcspn_c3): Likewise.
18588         (__strspn_c1): Likewise.
18589         (__strspn_c2): Likewise.
18590         (__strspn_c3): Likewise.
18591         (__strsep_1c): Likewise.
18592         (__strsep_2c): Likewise.
18593         (__strsep_3c): Likewise.
18594         * string/memccpy.c (__memccpy): Likewise.
18595         * string/stpcpy.c (__stpcpy): Likewise.
18596         * string/strcmp.c (strcmp): Likewise.
18597         * string/strrchr.c (strrchr): Likewise.
18598         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18599         Likewise.
18600         * sysdeps/mach/hurd/getcwd.c
18601         (_hurd_canonicalize_directory_name_internal): Likewise.
18602         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18603         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18604         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18605         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18606         Likewise, in both definitions.
18607         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18608         definitions.
18609         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18610         64] (__bswap_64): Likewise.
18611         * time/test_time.c (main): Likewise.
18612         * time/tzfile.c (__tzfile_read): Likewise.
18613         (__tzfile_compute): Likewise.
18614         * time/tzset.c (__tzset_parse_tz): Likewise.
18615         (tzset_internal): Likewise.
18616         (compute_change): Likewise.
18617         * wcsmbs/wcscat.c (__wcscat): Likewise.
18618         * wcsmbs/wcschr.c (wcschr): Likewise.
18619         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18620         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18621         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18622         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18623         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18624         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18625         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18626         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18627         * wcsmbs/wmemset.c (wmemset): Likewise.
18628
18629 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18630
18631         * scripts/config.guess: Update to version 2013-05-16.
18632         * scripts/config.sub: Update to version 2013-04-24.
18633         * scripts/install-sh: Update to version 2011-11-20.07.
18634         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18635         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18636
18637 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18638
18639         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18640         * elf/sln.c: Likewise.
18641         * hurd/hurd/ioctl.h: Likewise.
18642         * hurd/hurdmalloc.c: Likewise.
18643         * hurd/xattr.c: Likewise.
18644         * include/shlib-compat.h: Likewise.
18645         * inet/ruserpass.c: Likewise.
18646         * libio/iofgets_u.c: Likewise.
18647         * libio/iofgetws_u.c: Likewise.
18648         * locale/programs/ld-identification.c: Likewise.
18649         * locale/programs/ld-time.c: Likewise.
18650         * mach/msg-destroy.c: Likewise.
18651         * nss/nss_files/files-netgrp.c: Likewise.
18652         * resolv/res_data.c: Likewise.
18653         * soft-fp/op-1.h: Likewise.
18654         * soft-fp/op-2.h: Likewise.
18655         * soft-fp/op-4.h: Likewise.
18656         * soft-fp/op-common.h: Likewise.
18657         * stdio-common/printf_fphex.c: Likewise.
18658         * stdlib/strtod_l.c: Likewise.
18659         * sunrpc/rpc/clnt.h: Likewise.
18660         * sysdeps/generic/framestate.c: Likewise.
18661         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18662         * sysdeps/i386/bsd-setjmp.S: Likewise.
18663         * sysdeps/i386/__longjmp.S: Likewise.
18664         * sysdeps/i386/setjmp.S: Likewise.
18665         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18666         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18667         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18668         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18669         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18670         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18671         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18672         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18673         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18674         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18675         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18676         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18677         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18678         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18679         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18680         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18681         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18682         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18683         * sysdeps/ieee754/support.c: Likewise.
18684         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18685         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18686         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18687         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18688         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18689         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18690         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18691         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18692         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18693         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18694         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18695         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18696         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18697         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18698         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18699         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18700         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18702
18703 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18704
18705         * posix/transbug.c: Remove executable mode.
18706
18707 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18708
18709         * crypt/speeds.c: Remove trailing whitespace.
18710         * dlfcn/default.c: Likewise.
18711         * elf/ifuncdep2.c: Likewise.
18712         * elf/ifuncmain1.c: Likewise.
18713         * elf/ifuncmain1vis.c: Likewise.
18714         * elf/testobj.h: Likewise.
18715         * elf/tst-stackguard1.c: Likewise.
18716         * gmon/sys/gmon.h: Likewise.
18717         * hurd/hurdmsg.c: Likewise.
18718         * hurd/new-fd.c: Likewise.
18719         * hurd/ports-get.c: Likewise.
18720         * iconvdata/ibm1008_420.c: Likewise.
18721         * inet/tst-getni1.c: Likewise.
18722         * inet/tst-getni2.c: Likewise.
18723         * libio/ioungetc.c: Likewise.
18724         * libio/wfiledoalloc.c: Likewise.
18725         * manual/libm-err-tab.pl: Likewise.
18726         * math/w_dremf.c: Likewise.
18727         * misc/ftruncate.c: Likewise.
18728         * posix/bug-glob2.c: Likewise.
18729         * posix/tst-pcre.c: Likewise.
18730         * posix/wait4.c: Likewise.
18731         * resolv/README: Likewise.
18732         * resolv/res_debug.h: Likewise.
18733         * resolv/tst-inet_ntop.c: Likewise.
18734         * setjmp/bug269-setjmp.c: Likewise.
18735         * soft-fp/extended.h: Likewise.
18736         * soft-fp/op-1.h: Likewise.
18737         * soft-fp/op-2.h: Likewise.
18738         * soft-fp/op-4.h: Likewise.
18739         * soft-fp/op-8.h: Likewise.
18740         * soft-fp/testit.c: Likewise.
18741         * stdio-common/bug16.c: Likewise.
18742         * stdlib/random.c: Likewise.
18743         * sunrpc/rpcsvc/rquota.x: Likewise.
18744         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18745         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18746         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18747         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18748         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18749         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18750         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18751         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18752         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18753         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18754         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18755         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18756         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18757         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18758         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18759         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18760         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18761         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18762         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18763         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18764         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18765         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18766         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18767         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18768         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18769         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18770         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18771         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18772         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18773         * sysdeps/ieee754/s_lib_version.c: Likewise.
18774         * sysdeps/mach/hurd/check_fds.c: Likewise.
18775         * sysdeps/mach/hurd/getsockname.c: Likewise.
18776         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18777         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18778         * sysdeps/powerpc/bits/link.h: Likewise.
18779         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18780         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18781         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18782         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18783         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18784         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18785         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18786         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18787         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18788         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18789         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18790         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18791         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18792         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18793         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18794         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18795         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18796         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18797         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18798         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18799         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18800         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18801         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18802         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18803         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18804         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18805         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18806         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18807         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18808         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18809         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18810         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18811         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18812         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18813         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18814         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18815         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18816         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18817         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18818         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18819         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18820         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18821         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18822         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18823         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18824         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18825         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18826         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18827         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18828         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18829         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18830         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18831         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18832         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18833         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18834         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18835         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18836         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18837         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18838         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18839         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18840         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18841         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18842         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18843         * sysdeps/powerpc/sysdep.h: Likewise.
18844         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18845         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18846         * sysdeps/sh/dl-trampoline.S: Likewise.
18847         * sysdeps/sh/memset.S: Likewise.
18848         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18849         * sysdeps/sh/strlen.S: Likewise.
18850         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18851         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18852         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18853         * sysdeps/sparc/sparc32/rem.S: Likewise.
18854         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18855         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18856         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18857         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18858         * sysdeps/sparc/sparc32/urem.S: Likewise.
18859         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18860         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18861         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18862         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18863         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18864         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18865         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18866         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18867         * sysdeps/unix/bsd/times.c: Likewise.
18868         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18869         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18870         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18871         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18872         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18873         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18874         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18875         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18876         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18877         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18878         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18879         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18880         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18881         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18882         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18883         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18884         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18885         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18886         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18887         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18888         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18889         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18890         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18891         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18892         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18893         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18894         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18895         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18896         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18897         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18898         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18899         * sysdeps/x86_64/strcspn.S: Likewise.
18900
18901 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18902
18903         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18904         generated file.  Regenerate properly from gen-translit.pl.
18905         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18906         locale/C-translit.h.
18907
18908 2013-06-05  Andreas Schwab  <schwab@suse.de>
18909
18910         [BZ #15100]
18911         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18912         week as 6 instead of -1.
18913         * time/tst-strptime.c (day_tests): Add test case.
18914
18915 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18916
18917         * sysdeps/generic/math_private.h
18918         (libc_feholdexcept_setround_53bit): Replace with
18919         libc_feholdsetround_53bit.
18920         (libc_feupdateenv_53bit): Replace with
18921         libc_feresetround_53bit.
18922         (SET_RESTORE_ROUND_53BIT): Adjust.
18923
18924 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18925
18926         * string/test-strchrnul.c: Add copyright header.
18927
18928         * posix/tst-getaddrinfo4.c: Increase test timeout.
18929
18930 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18931
18932         [BZ #15536]
18933         * math/libm-test.inc (MAX_EXP): Remove
18934         (MIN_EXP): Define.
18935         (ulp): Use MIN_EXP - MANT_DIG.
18936         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18937
18938 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18939
18940         * po/be.po: Revert last change.
18941         * po/zh_CN.po: Likewise.
18942         * po/header.pot: Likewise.
18943
18944 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18945
18946         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18947         link-libc-deps to empty as target-specific variable.
18948         * Makerules (link-libc-args): New variable.
18949         (libc-for-link): Likewise.
18950         (link-libc-deps): Likewise.
18951         (lib%.so): Depend on $(link-libc-deps).  Link with
18952         $(link-libc-args).
18953         (build-module): Link with $(link-libc-args).
18954         (build-module-asneeded): Likewise.
18955         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18956         list of objects.
18957         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18958         target-specific variable.
18959         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18960         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18961         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18962         libc.
18963         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18964         libc and ld.so.
18965         ($(objpfx)libpcprofile.so): Likewise.
18966         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18967         libc_nonshared.a.
18968         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18969         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18970         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18971         $(link-libc-deps).
18972         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18973         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18974         * login/Makefile ($(objpfx)libutil.so): Likewise.
18975         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18976         * math/Makefile ($(objpfx)libm.so): Likewise.
18977         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18978         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18979         variable instead of depending directly on libc.
18980         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18981         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18982         $(link-libc-deps).
18983         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18984         libc.
18985         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18986         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18987         ($(objpfx)libanl.so): Likewise.
18988         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18989         ld.so.
18990         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18991         $(link-libc-deps).
18992         * sysdeps/i386/fpu/Makefile: Remove file.
18993         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18994         ($(objpfx)libm.so): Remove dependency on ld.so.
18995
18996 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18997
18998         [BZ # 15553]
18999         * nis/yp_xdr.c (XDRMAXNAME): Define.
19000         (XDRMAXRECORD): Define.
19001         (xdr_domainname): Use XDRMAXNAME.
19002         (xdr_mapname): Likewise.
19003         (xdr_peername): Likewise.
19004         (xdr_keydat): Use XDRMAXRECORD.
19005         (xdr_valdat): Likewise.
19006
19007 2013-05-30  Jeff Law  <law@redhat.com>
19008
19009         [BZ #14256]
19010         * manual/errno.texi (ESTALE): Update to account for more than
19011         just NFS file systems.
19012         * sysdeps/gnu/errlist.c: Regenerated.
19013
19014 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19015
19016         [BZ #15465]
19017         * elf/Makefile (tests): Add tst-null-argv.
19018         (modules-names):  Add tst-null-argv-lib.
19019         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19020         (tst-null-argv-ENV): Set environment for tst-null-argv.
19021         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19022         (RTLD_PROGNAME): New macro.
19023         * elf/tst-null-argv.c: New test case.
19024         * elf/tst-null-argv-lib.c: Library for test case.
19025         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19026         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19027         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19028         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19029         * elf/dl-init.c (call_init): Likewise.
19030         (_dl_init): Likewise.
19031         * elf/dl-load.c (print_search_path): Likewise.
19032         (_dl_map_object): Likewise.
19033         * elf/dl-lookup.c (do_lookup_x): Likewise.
19034         (add_dependency): Likewise.
19035         (_dl_lookup_symbol_x): Likewise.
19036         (_dl_debug_bindings): Likewise.
19037         * elf/dl-open.c (_dl_show_scope): Likewise.
19038         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19039         * elf/dl-version.c (match_symbol): Likewise.
19040         (_dl_check_map_versions): Likewise.
19041         * elf/rtld.c (dl_main): Likewise.
19042         (print_unresolved): Use RTLD_PROGNAME.
19043         (print_missing_version): Likewise.
19044         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19045         (elf_machine_rela): Likewise.
19046         * sysdeps/powerpc/powerpc32/dl-machine.c
19047         (__process_machine_rela): Likewise.
19048         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19049         Likewise.
19050         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19051         Likewise.
19052         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19053         Likewise.
19054         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19055         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19056         Likewise.
19057         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19058         Likewise.
19059         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19060
19061 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19062
19063         * po/be.po: Add descriptive title.
19064         * po/zh_CN.po: Likewise.
19065         * po/header.pot: Likewise.
19066
19067 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19068
19069         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19070         error message.
19071         (enlarge_archive): Likewise.
19072
19073 2013-05-28  Ben North  <ben@redfrontdoor.org>
19074
19075         * manual/arith.texi (frexp): It is the magnitude of the return
19076         value which lies in [0.5, 1), not the return value itself.
19077
19078 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19079
19080         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19081
19082 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19083
19084         * stdio-common/bug26.c (main): Correct fscanf template.
19085
19086         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19087         declare _dl_skip_args.
19088
19089         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19090         Don't declare.
19091
19092         * manual/platform.texi: Add missing @end deftypefun.
19093
19094 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19095
19096         [BZ #15529]
19097         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19098         bit of mantissa of 2^16382.
19099         * math/libm-test.inc (hypot_test_data): Add more tests.
19100
19101         * math/libm-test.inc: Add drem and pow10 to list of tested
19102         functions.
19103         (pow10_test): New function.
19104         (drem_test): Likewise.
19105         (drem_test_tonearest): Likewise.
19106         (drem_test_towardzero): Likewise.
19107         (drem_test_downward): Likewise.
19108         (drem_test_upward): Likewise.
19109         (main): Call the new functions.
19110
19111         * math/libm-test.inc (finite_test_data): Remove.
19112         (finite_test): Run tests from isfinite_test_data.
19113         (gamma_test_data): Remove.
19114         (gamma_test): Run tests from lgamma_test_data.
19115         * sysdeps/i386/fpu/libm-test-ulps: Update.
19116         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19117
19118 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19119
19120         * manual/platform.texi: Add PowerPC PPR function set documentation.
19121         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19122         implementation.
19123
19124 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19125
19126         * math/libm-test.inc (MAX_EXP): Define.
19127         (ULPDIFF): Define.
19128         (ulp): New function.
19129         (check_float_internal): Use ULPDIFF.
19130         (cpow_test): Disable failing test.
19131         (check_ulp): Test ulp() implemetnation.
19132         (main): Call check_ulp before starting tests.
19133
19134 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19135
19136         * math/gen-libm-test.pl (generate_testfile): Do not handle
19137         START_DATA and END_DATA.
19138         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19139         END_DATA.
19140         (acos_tonearest_test_data): Likewise.
19141         (acos_towardzero_test_data): Likewise.
19142         (acos_downward_test_data): Likewise.
19143         (acos_upward_test_data): Likewise.
19144         (acosh_test_data): Likewise.
19145         (asin_test_data): Likewise.
19146         (asin_tonearest_test_data): Likewise.
19147         (asin_towardzero_test_data): Likewise.
19148         (asin_downward_test_data): Likewise.
19149         (asin_upward_test_data): Likewise.
19150         (asinh_test_data): Likewise.
19151         (atan_test_data): Likewise.
19152         (atanh_test_data): Likewise.
19153         (atan2_test_data): Likewise.
19154         (cabs_test_data): Likewise.
19155         (cacos_test_data): Likewise.
19156         (cacosh_test_data): Likewise.
19157         (carg_test_data): Likewise.
19158         (casin_test_data): Likewise.
19159         (casinh_test_data): Likewise.
19160         (catan_test_data): Likewise.
19161         (catanh_test_data): Likewise.
19162         (cbrt_test_data): Likewise.
19163         (ccos_test_data): Likewise.
19164         (ccosh_test_data): Likewise.
19165         (ceil_test_data): Likewise.
19166         (cexp_test_data): Likewise.
19167         (cimag_test_data): Likewise.
19168         (clog_test_data): Likewise.
19169         (clog10_test_data): Likewise.
19170         (conj_test_data): Likewise.
19171         (copysign_test_data): Likewise.
19172         (cos_test_data): Likewise.
19173         (cos_tonearest_test_data): Likewise.
19174         (cos_towardzero_test_data): Likewise.
19175         (cos_downward_test_data): Likewise.
19176         (cos_upward_test_data): Likewise.
19177         (cosh_test_data): Likewise.
19178         (cosh_tonearest_test_data): Likewise.
19179         (cosh_towardzero_test_data): Likewise.
19180         (cosh_downward_test_data): Likewise.
19181         (cosh_upward_test_data): Likewise.
19182         (cpow_test_data): Likewise.
19183         (cproj_test_data): Likewise.
19184         (creal_test_data): Likewise.
19185         (csin_test_data): Likewise.
19186         (csinh_test_data): Likewise.
19187         (csqrt_test_data): Likewise.
19188         (ctan_test_data): Likewise.
19189         (ctan_tonearest_test_data): Likewise.
19190         (ctan_towardzero_test_data): Likewise.
19191         (ctan_downward_test_data): Likewise.
19192         (ctan_upward_test_data): Likewise.
19193         (ctanh_test_data): Likewise.
19194         (ctanh_tonearest_test_data): Likewise.
19195         (ctanh_towardzero_test_data): Likewise.
19196         (ctanh_downward_test_data): Likewise.
19197         (ctanh_upward_test_data): Likewise.
19198         (erf_test_data): Likewise.
19199         (erfc_test_data): Likewise.
19200         (exp_test_data): Likewise.
19201         (exp_tonearest_test_data): Likewise.
19202         (exp_towardzero_test_data): Likewise.
19203         (exp_downward_test_data): Likewise.
19204         (exp_upward_test_data): Likewise.
19205         (exp10_test_data): Likewise.
19206         (exp2_test_data): Likewise.
19207         (expm1_test_data): Likewise.
19208         (fabs_test_data): Likewise.
19209         (fdim_test_data): Likewise.
19210         (finite_test_data): Likewise.
19211         (floor_test_data): Likewise.
19212         (fma_test_data): Likewise.
19213         (fma_towardzero_test_data): Likewise.
19214         (fma_downward_test_data): Likewise.
19215         (fma_upward_test_data): Likewise.
19216         (fmax_test_data): Likewise.
19217         (fmin_test_data): Likewise.
19218         (fmod_test_data): Likewise.
19219         (fpclassify_test_data): Likewise.
19220         (frexp_test_data): Likewise.
19221         (gamma_test_data): Likewise.
19222         (hypot_test_data): Likewise.
19223         (ilogb_test_data): Likewise.
19224         (isfinite_test_data): Likewise.
19225         (isgreater_test_data): Likewise.
19226         (isgreaterequal_test_data): Likewise.
19227         (isinf_test_data): Likewise.
19228         (isless_test_data): Likewise.
19229         (islessequal_test_data): Likewise.
19230         (islessgreater_test_data): Likewise.
19231         (isnan_test_data): Likewise.
19232         (isnormal_test_data): Likewise.
19233         (issignaling_test_data): Likewise.
19234         (isunordered_test_data): Likewise.
19235         (j0_test_data): Likewise.
19236         (j1_test_data): Likewise.
19237         (jn_test_data): Likewise.
19238         (ldexp_test_data): Likewise.
19239         (lgamma_test_data): Likewise.
19240         (lrint_test_data): Likewise.
19241         (lrint_tonearest_test_data): Likewise.
19242         (lrint_towardzero_test_data): Likewise.
19243         (lrint_downward_test_data): Likewise.
19244         (lrint_upward_test_data): Likewise.
19245         (llrint_test_data): Likewise.
19246         (llrint_tonearest_test_data): Likewise.
19247         (llrint_towardzero_test_data): Likewise.
19248         (llrint_downward_test_data): Likewise.
19249         (llrint_upward_test_data): Likewise.
19250         (log_test_data): Likewise.
19251         (log10_test_data): Likewise.
19252         (log1p_test_data): Likewise.
19253         (log2_test_data): Likewise.
19254         (logb_test_data): Likewise.
19255         (logb_downward_test_data): Likewise.
19256         (lround_test_data): Likewise.
19257         (llround_test_data): Likewise.
19258         (modf_test_data): Likewise.
19259         (nearbyint_test_data): Likewise.
19260         (nextafter_test_data): Likewise.
19261         (nexttoward_test_data): Likewise.
19262         (pow_test_data): Likewise.
19263         (pow_tonearest_test_data): Likewise.
19264         (pow_towardzero_test_data): Likewise.
19265         (pow_downward_test_data): Likewise.
19266         (pow_upward_test_data): Likewise.
19267         (remainder_test_data): Likewise.
19268         (remainder_tonearest_test_data): Likewise.
19269         (remainder_towardzero_test_data): Likewise.
19270         (remainder_downward_test_data): Likewise.
19271         (remainder_upward_test_data): Likewise.
19272         (remquo_test_data): Likewise.
19273         (rint_test_data): Likewise.
19274         (rint_tonearest_test_data): Likewise.
19275         (rint_towardzero_test_data): Likewise.
19276         (rint_downward_test_data): Likewise.
19277         (rint_upward_test_data): Likewise.
19278         (round_test_data): Likewise.
19279         (scalb_test_data): Likewise.
19280         (scalbn_test_data): Likewise.
19281         (scalbln_test_data): Likewise.
19282         (signbit_test_data): Likewise.
19283         (sin_test_data): Likewise.
19284         (sin_tonearest_test_data): Likewise.
19285         (sin_towardzero_test_data): Likewise.
19286         (sin_downward_test_data): Likewise.
19287         (sin_upward_test_data): Likewise.
19288         (sincos_test_data): Likewise.
19289         (sinh_test_data): Likewise.
19290         (sinh_tonearest_test_data): Likewise.
19291         (sinh_towardzero_test_data): Likewise.
19292         (sinh_downward_test_data): Likewise.
19293         (sinh_upward_test_data): Likewise.
19294         (sqrt_test_data): Likewise.
19295         (tan_test_data): Likewise.
19296         (tan_tonearest_test_data): Likewise.
19297         (tan_towardzero_test_data): Likewise.
19298         (tan_downward_test_data): Likewise.
19299         (tan_upward_test_data): Likewise.
19300         (tanh_test_data): Likewise.
19301         (tgamma_test_data): Likewise.
19302         (trunc_test_data): Likewise.
19303         (y0_test_data): Likewise.
19304         (y1_test_data): Likewise.
19305         (yn_test_data): Likewise.
19306         (significand_test_data): Likewise.
19307
19308         * math/gen-libm-test.pl (@functions): Remove variable.
19309         (generate_testfile): Don't handle START and END lines.
19310         * math/libm-test.inc (START): New macro.
19311         (END): Likewise.
19312         (END_COMPLEX): Likewise.
19313         (acos_test): Use END macro without arguments.
19314         (acos_test_tonearest): Likewise.
19315         (acos_test_towardzero): Likewise.
19316         (acos_test_downward): Likewise.
19317         (acos_test_upward): Likewise.
19318         (acosh_test): Likewise.
19319         (asin_test): Likewise.
19320         (asin_test_tonearest): Likewise.
19321         (asin_test_towardzero): Likewise.
19322         (asin_test_downward): Likewise.
19323         (asin_test_upward): Likewise.
19324         (asinh_test): Likewise.
19325         (atan_test): Likewise.
19326         (atanh_test): Likewise.
19327         (atan2_test): Likewise.
19328         (cabs_test): Likewise.
19329         (cacos_test): Use END_COMPLEX macro without arguments.
19330         (cacosh_test): Likewise.
19331         (carg_test): Use END macro without arguments.
19332         (casin_test): Use END_COMPLEX macro without arguments.
19333         (casinh_test): Likewise.
19334         (catan_test): Likewise.
19335         (catanh_test): Likewise.
19336         (cbrt_test): Use END macro without arguments.
19337         (ccos_test): Use END_COMPLEX macro without arguments.
19338         (ccosh_test): Likewise.
19339         (ceil_test): Use END macro without arguments.
19340         (cexp_test): Use END_COMPLEX macro without arguments.
19341         (cimag_test): Use END macro without arguments.
19342         (clog_test): Use END_COMPLEX macro without arguments.
19343         (clog10_test): Likewise.
19344         (conj_test): Likewise.
19345         (copysign_test): Use END macro without arguments.
19346         (cos_test): Likewise.
19347         (cos_test_tonearest): Likewise.
19348         (cos_test_towardzero): Likewise.
19349         (cos_test_downward): Likewise.
19350         (cos_test_upward): Likewise.
19351         (cosh_test): Likewise.
19352         (cosh_test_tonearest): Likewise.
19353         (cosh_test_towardzero): Likewise.
19354         (cosh_test_downward): Likewise.
19355         (cosh_test_upward): Likewise.
19356         (cpow_test): Use END_COMPLEX macro without arguments.
19357         (cproj_test): Likewise.
19358         (creal_test): Use END macro without arguments.
19359         (csin_test): Use END_COMPLEX macro without arguments.
19360         (csinh_test): Likewise.
19361         (csqrt_test): Likewise.
19362         (ctan_test): Likewise.
19363         (ctan_test_tonearest): Likewise.
19364         (ctan_test_towardzero): Likewise.
19365         (ctan_test_downward): Likewise.
19366         (ctan_test_upward): Likewise.
19367         (ctanh_test): Likewise.
19368         (ctanh_test_tonearest): Likewise.
19369         (ctanh_test_towardzero): Likewise.
19370         (ctanh_test_downward): Likewise.
19371         (ctanh_test_upward): Likewise.
19372         (erf_test): Use END macro without arguments.
19373         (erfc_test): Likewise.
19374         (exp_test): Likewise.
19375         (exp_test_tonearest): Likewise.
19376         (exp_test_towardzero): Likewise.
19377         (exp_test_downward): Likewise.
19378         (exp_test_upward): Likewise.
19379         (exp10_test): Likewise.
19380         (exp2_test): Likewise.
19381         (expm1_test): Likewise.
19382         (fabs_test): Likewise.
19383         (fdim_test): Likewise.
19384         (finite_test): Likewise.
19385         (floor_test): Likewise.
19386         (fma_test): Likewise.
19387         (fma_test_towardzero): Likewise.
19388         (fma_test_downward): Likewise.
19389         (fma_test_upward): Likewise.
19390         (fmax_test): Likewise.
19391         (fmin_test): Likewise.
19392         (fmod_test): Likewise.
19393         (fpclassify_test): Likewise.
19394         (frexp_test): Likewise.
19395         (gamma_test): Likewise.
19396         (hypot_test): Likewise.
19397         (ilogb_test): Likewise.
19398         (isfinite_test): Likewise.
19399         (isgreater_test): Likewise.
19400         (isgreaterequal_test): Likewise.
19401         (isinf_test): Likewise.
19402         (isless_test): Likewise.
19403         (islessequal_test): Likewise.
19404         (islessgreater_test): Likewise.
19405         (isnan_test): Likewise.
19406         (isnormal_test): Likewise.
19407         (issignaling_test): Likewise.
19408         (isunordered_test): Likewise.
19409         (j0_test): Likewise.
19410         (j1_test): Likewise.
19411         (jn_test): Likewise.
19412         (ldexp_test): Likewise.
19413         (lgamma_test): Likewise.
19414         (lrint_test): Likewise.
19415         (lrint_test_tonearest): Likewise.
19416         (lrint_test_towardzero): Likewise.
19417         (lrint_test_downward): Likewise.
19418         (lrint_test_upward): Likewise.
19419         (llrint_test): Likewise.
19420         (llrint_test_tonearest): Likewise.
19421         (llrint_test_towardzero): Likewise.
19422         (llrint_test_downward): Likewise.
19423         (llrint_test_upward): Likewise.
19424         (log_test): Likewise.
19425         (log10_test): Likewise.
19426         (log1p_test): Likewise.
19427         (log2_test): Likewise.
19428         (logb_test): Likewise.
19429         (logb_test_downward): Likewise.
19430         (lround_test): Likewise.
19431         (llround_test): Likewise.
19432         (modf_test): Likewise.
19433         (nearbyint_test): Likewise.
19434         (nextafter_test): Likewise.
19435         (nexttoward_test): Likewise.
19436         (pow_test): Likewise.
19437         (pow_test_tonearest): Likewise.
19438         (pow_test_towardzero): Likewise.
19439         (pow_test_downward): Likewise.
19440         (pow_test_upward): Likewise.
19441         (remainder_test): Likewise.
19442         (remainder_test_tonearest): Likewise.
19443         (remainder_test_towardzero): Likewise.
19444         (remainder_test_downward): Likewise.
19445         (remainder_test_upward): Likewise.
19446         (remquo_test): Likewise.
19447         (rint_test): Likewise.
19448         (rint_test_tonearest): Likewise.
19449         (rint_test_towardzero): Likewise.
19450         (rint_test_downward): Likewise.
19451         (rint_test_upward): Likewise.
19452         (round_test): Likewise.
19453         (scalb_test): Likewise.
19454         (scalbn_test): Likewise.
19455         (scalbln_test): Likewise.
19456         (signbit_test): Likewise.
19457         (sin_test): Likewise.
19458         (sin_test_tonearest): Likewise.
19459         (sin_test_towardzero): Likewise.
19460         (sin_test_downward): Likewise.
19461         (sin_test_upward): Likewise.
19462         (sincos_test): Likewise.
19463         (sinh_test): Likewise.
19464         (sinh_test_tonearest): Likewise.
19465         (sinh_test_towardzero): Likewise.
19466         (sinh_test_downward): Likewise.
19467         (sinh_test_upward): Likewise.
19468         (sqrt_test): Likewise.
19469         (tan_test): Likewise.
19470         (tan_test_tonearest): Likewise.
19471         (tan_test_towardzero): Likewise.
19472         (tan_test_downward): Likewise.
19473         (tan_test_upward): Likewise.
19474         (tanh_test): Likewise.
19475         (tgamma_test): Likewise.
19476         (trunc_test): Likewise.
19477         (y0_test): Likewise.
19478         (y1_test): Likewise.
19479         (yn_test): Likewise.
19480         (significand_test): Likewise.
19481
19482 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19483
19484         [BZ #15381]
19485         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19486
19487 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19488
19489         [BZ #14894]
19490         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19491         __ppc_mdoio and __ppc_mdoom.
19492         * manual/platform.texi: Document new functions __ppc_yield,
19493         __ppc_mdoio and __ppc_mdoom.
19494
19495 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19496
19497         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19498         (main): Mention "tls" pseudo-hwcap is legacy.
19499         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19500
19501 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19502
19503         * math/gen-libm-test.pl (parse_args): Output only string of
19504         arguments as text for test name, not full call or descriptions of
19505         tests for extra outputs.
19506         (generate_testfile): Do not pass function name to parse_args.
19507         Generate this_func variable from START.
19508         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19509         field to arg_str.
19510         (struct test_ff_f_data): Likewise.
19511         (test_ff_f_data_nexttoward): Likewise.
19512         (struct test_fi_f_data): Likewise.
19513         (struct test_fl_f_data): Likewise.
19514         (struct test_if_f_data): Likewise.
19515         (struct test_fff_f_data): Likewise.
19516         (struct test_c_f_data): Likewise.
19517         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19518         (struct test_fF_f1_data): Likewise.
19519         (struct test_ffI_f1_data): Likewise.
19520         (struct test_c_c_data): Rename test_name field to arg_str.
19521         (struct test_cc_c_data): Likewise.
19522         (struct test_f_i_data): Likewise.
19523         (struct test_ff_i_data): Likewise.
19524         (struct test_f_l_data): Likewise.
19525         (struct test_f_L_data): Likewise.
19526         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19527         and extra2_name.
19528         (COMMON_TEST_SETUP): New macro.
19529         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19530         (COMMON_TEST_CLEANUP): Likewise.
19531         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19532         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19533         macros.
19534         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19535         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19536         macros.
19537         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19538         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19539         cleanup macros.
19540         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19541         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19542         macros.
19543         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19544         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19545         macros.
19546         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19547         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19548         cleanup macros.
19549         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19550         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19551         cleanup macros.
19552         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19553         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19554         cleanup macros.
19555         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19556         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19557         macros.
19558         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19559         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19560         macros.
19561         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19562         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19563         macros.
19564         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19565         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19566         cleanup macros.
19567         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19568         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19569         cleanup macros.
19570         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19571         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19572         macros.
19573         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19574         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19575         cleanup macros.
19576         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19577         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19578         macros.
19579         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19580         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19581         macros.
19582         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19583         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19584         cleanup macros.
19585         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19586
19587 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19588
19589         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19590         to _sifields.sigfault.
19591         (si_addr_lsb): Define new macro.
19592         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19593         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19594         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19595
19596 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19597
19598         [BZ #15441]
19599         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19600         returns -1.
19601         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19602         null return -1.
19603         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19604         loading the domain.
19605
19606 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19607
19608         * math/gen-libm-test.pl (parse_args): Do not include expected
19609         result in test name.
19610         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19611         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19612         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19613         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19614         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19615         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19616
19617 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19618
19619         * benchtests/Makefile: Sort function entries.
19620
19621         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19622         tanh, asinh, acosh, atanh.
19623         * benchtests/acos-inputs: New file.
19624         * benchtests/acosh-inputs: New file.
19625         * benchtests/asin-inputs: New file.
19626         * benchtests/asinh-inputs: New file.
19627         * benchtests/atanh-inputs: New file.
19628         * benchtests/cosh-inputs: New file.
19629         * benchtests/log-inputs: New file.
19630         * benchtests/sinh-inputs: New file.
19631         * benchtests/tanh-inputs: New file.
19632
19633 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19634
19635         [BZ #15339]
19636         * posix/tst-getaddrinfo4.c: New test.
19637         * posix/Makefile (tests): Add it.
19638
19639 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19640
19641         [BZ #15339]
19642         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19643         when no services were used.
19644         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19645         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19646
19647 2013-05-21  Andreas Schwab  <schwab@suse.de>
19648
19649         [BZ #15014]
19650         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19651         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19652         successful.
19653         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19654         redundant variable declarations and reallocation of buffer when
19655         parsing as IPv6 address.  Always set NSS status when called from
19656         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19657         buffer too small.  Correct computation of needed size.
19658         * nss/Makefile (tests): Add test-digits-dots.
19659         * nss/test-digits-dots.c: New test.
19660
19661 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19662
19663         * benchtests/Makefile: Remove instructions for adding
19664         benchmark tests.
19665         * benchtests/README: New file to explain how to execute and
19666         enhance the benchmark tests.
19667
19668 2013-05-21  Andreas Schwab  <schwab@suse.de>
19669
19670         [BZ #15493]
19671         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19672         * setjmp/tst-sigsetjmp.c: New test.
19673
19674 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19675
19676         * sysdeps/x86_64/memset.S (memset): New implementation.
19677         (__bzero): Likewise.
19678         (__memset_tail): New function.
19679
19680 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19681
19682         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19683         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19684         __memcpy_sse2_unaligned ifunc selection.
19685         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19686         Add memcpy-sse2-unaligned.S.
19687         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19688         Add: __memcpy_sse2_unaligned.
19689
19690 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19691
19692         [BZ #15490]
19693         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19694         math_force_eval before restoring floating-point envrionment.
19695         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19696         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19697         Likewise.
19698         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19699         <math_private.h>.
19700         (__nearbyintl): Use math_force_eval before restoring
19701         floating-point environment.
19702         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19703
19704         * math/gen-libm-test.pl (special_functions): Remove.
19705         (parse_args): Don't handle TEST_extra.  Handle functions with no
19706         return value.
19707         * math/libm-test.inc (struct test_sincos_data): Replace with
19708         struct test_fFF_11_data.
19709         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19710         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19711         (sincos_test_data): Change element type to struct
19712         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19713         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19714         RUN_TEST_LOOP_sincos.
19715         * math/README.libm-test: Don't mention special handling of
19716         individual functions.
19717         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19718         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19719         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19720         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19721         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19722         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19723
19724         * math/gen-libm-test.pl (get_variable): Remove function.
19725         (parse_args): Don't show pointer parameters to call in test
19726         names.  Use "extra output N" in test names for extra outputs
19727         rather than naming variables.
19728
19729 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19730
19731         [BZ #15488]
19732         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19733         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19734         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19735         double tests.
19736         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19737         disable.
19738         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19739         check_long_double.
19740
19741         * math/gen-libm-test.pl (@tests): Remove variable.
19742         ($count): Likewise.
19743         (new_test): Remove function.
19744         (show_exceptions): New function.
19745         (special_functions): Use show_exceptions instead of new_test.
19746         (parse_args): Likewise.
19747         (generate_testfile): Pass only function name in generated call to
19748         print_max_error or print_complex_max_error.
19749         (get_ulps): Do not handle complex tests specially.
19750         (output_test): Rename to ...
19751         (get_all_ulps_for_test): ... this.  Return a string rather than
19752         printing to a file.  Require ulps to be present.
19753         (output_ulps): Generate arrays rather than #defines.
19754         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19755         (struct ulp_data): New type.
19756         (BUILD_COMPLEX_ULP): Remove macro.
19757         (compare_ulp_data): New function.
19758         (find_ulps): Likewise.
19759         (find_test_ulps): Likewise.
19760         (find_function_ulps): Likewise.
19761         (find_complex_function_ulps): Likewise.
19762         (print_max_error): Determine allowed ulps using
19763         find_function_ulps.
19764         (print_complex_max_error): Determine allowed ulps using
19765         find_complex_function_ulps.
19766         (check_float_internal): Determine max ulps using find_test_ulps.
19767         (check_float): Do not take max_ulp parameter.  Update call to
19768         check_float_internal.
19769         (check_complex): Likewise.
19770         (check_int): Do not take max_ulp parameter.
19771         (check_long): Likewise.
19772         (check_bool): Likewise.
19773         (check_longlong): Likewise.
19774         (struct test_f_f_data): Remove max_ulp field.
19775         (struct test_ff_f_data): Likewise.
19776         (struct test_ff_f_data_nexttoward): Likewise.
19777         (struct test_fi_f_data): Likewise.
19778         (struct test_fl_f_data): Likewise.
19779         (struct test_if_f_data): Likewise.
19780         (struct test_fff_f_data): Likewise.
19781         (struct test_c_f_data): Likewise.
19782         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19783         (struct test_fF_f1_data): Likewise.
19784         (struct test_ffI_f1_data): Likewise.
19785         (struct test_c_c_data): Remove max_ulp field.
19786         (struct test_cc_c_data): Likewise.
19787         (struct test_f_i_data): Likewise.
19788         (struct test_ff_i_data): Likewise.
19789         (struct test_f_l_data): Likewise.
19790         (struct test_f_L_data): Likewise.
19791         (struct test_sincos_data): Likewise.
19792         (RUN_TEST_f_f): Do not handle ulps.
19793         (RUN_TEST_LOOP_f_f): Likewise.
19794         (RUN_TEST_2_f): Likewise.
19795         (RUN_TEST_LOOP_2_f): Likewise.
19796         (RUN_TEST_fff_f): Likewise.
19797         (RUN_TEST_LOOP_fff_f): Likewise.
19798         (RUN_TEST_c_f): Likewise.
19799         (RUN_TEST_LOOP_c_f): Likewise.
19800         (RUN_TEST_f_f1): Likewise.
19801         (RUN_TEST_LOOP_f_f1): Likewise.
19802         (RUN_TEST_fF_f1): Likewise.
19803         (RUN_TEST_LOOP_fF_f1): Likewise.
19804         (RUN_TEST_fI_f1): Likewise.
19805         (RUN_TEST_LOOP_fI_f1): Likewise.
19806         (RUN_TEST_ffI_f1): Likewise.
19807         (RUN_TEST_LOOP_ffI_f1): Likewise.
19808         (RUN_TEST_c_c): Likewise.
19809         (RUN_TEST_LOOP_c_c): Likewise.
19810         (RUN_TEST_cc_c): Likewise.
19811         (RUN_TEST_LOOP_cc_c): Likewise.
19812         (RUN_TEST_f_i): Likewise.
19813         (RUN_TEST_LOOP_f_i): Likewise.
19814         (RUN_TEST_f_i_tg): Likewise.
19815         (RUN_TEST_LOOP_f_i_tg): Likewise.
19816         (RUN_TEST_ff_i_tg): Likewise.
19817         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19818         (RUN_TEST_f_b): Likewise.
19819         (RUN_TEST_LOOP_f_b): Likewise.
19820         (RUN_TEST_f_b_tg): Likewise.
19821         (RUN_TEST_LOOP_f_b_tg): Likewise.
19822         (RUN_TEST_f_l): Likewise.
19823         (RUN_TEST_LOOP_f_l): Likewise.
19824         (RUN_TEST_f_L): Likewise.
19825         (RUN_TEST_LOOP_f_L): Likewise.
19826         (RUN_TEST_sincos): Likewise.
19827         (RUN_TEST_LOOP_sincos): Likewise.
19828
19829 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19830
19831         [BZ #15480]
19832         [BZ #15485]
19833         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19834         main case of finite arguments, set rounding mode to FE_TONEAREST
19835         and discard exceptions.
19836         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19837         exceptions.
19838         (remainder_tonearest_test_data): New variable.
19839         (remainder_test_tonearest): New function.
19840         (remainder_towardzero_test_data): New variable.
19841         (remainder_test_towardzero): New function.
19842         (remainder_downward_test_data): New variable.
19843         (remainder_test_downward): New function.
19844         (remainder_upward_test_data): New variable.
19845         (remainder_test_upward): New function.
19846         (main): Call the new test functions.
19847
19848         * math/libm-test.inc (struct test_f_f1_data): Remove field
19849         extra_init.
19850         (struct test_fF_f1_data): Likewise.
19851         (struct test_ffI_f1_data): Likewise.
19852         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19853         based on value of EXTRA_EXPECTED.
19854         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19855         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19856         EXTRA_VAR based on value of EXTRA_EXPECTED.
19857         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19858         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19859         EXTRA_VAR based on value of EXTRA_EXPECTED.
19860         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19861         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19862         EXTRA_VAR based on value of EXTRA_EXPECTED.
19863         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19864         * math/gen-libm-test.pl (parse_args): Don't output initializers
19865         for extra output values.
19866
19867         * math/libm-test.inc (check_int): Expect result to be exactly
19868         equal to expected value and do not handle ulps.
19869         (check_long): Likewise.
19870         (check_longlong): Likewise.
19871
19872         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19873         exceptions.
19874         (cimag_test_data): Likewise.
19875         (conj_test_data): Likewise.
19876         (copysign_test_data): Likewise.
19877         (cproj_test_data): Likewise.
19878         (creal_test_data): Likewise.
19879         (fabs_test_data): Likewise.
19880         (fdim_test_data): Likewise.
19881         (finite_test_data): Likewise.
19882         (floor_test_data): Likewise.
19883         (fmax_test_data): Likewise.
19884         (fmin_test_data): Likewise.
19885         (fmod_test_data): Likewise.
19886         (fpclassify_test_data): Likewise.
19887         (frexp_test_data): Likewise.
19888         (ilogb_test_data): Likewise.
19889         (isfinite_test_data): Likewise.
19890         (isgreater_test_data): Likewise.
19891         (isgreaterequal_test_data): Likewise.
19892         (isinf_test_data): Likewise.
19893         (isless_test_data): Likewise.
19894         (islessequal_test_data): Likewise.
19895         (islessgreater_test_data): Likewise.
19896         (isnan_test_data): Likewise.
19897         (isnormal_test_data): Likewise.
19898         (issignaling_test_data): Likewise.
19899         (isunordered_test_data): Likewise.
19900         (ldexp_test_data): Likewise.
19901         (lrint_test_data): Likewise.
19902         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19903         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19904         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19905         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19906         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19907         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19908         test input.
19909         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19910         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19911         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19912         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19913         that test input.
19914         (lrint_downward_test_data): Test for "inexact" exceptions.
19915         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19916         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19917         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19918         test input.
19919         (lrint_upward_test_data): Test for "inexact" exceptions.
19920         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19921         test input.
19922         (llrint_test_data): Test for "inexact" exceptions.
19923         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19924         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19925         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19926         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19927         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19928         (llrint_downward_test_data): Test for "inexact" exceptions.
19929         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19930         (llrint_upward_test_data): Test for "inexact" exceptions.
19931         (logb_test_data): Likewise.
19932         (logb_downward_test_data): Likewise.
19933         (nextafter_test_data): Likewise.
19934         (nexttoward_test_data): Likewise.
19935         (remainder_test_data): Likewise.
19936         (remquo_test_data): Likewise.
19937         (scalbn_test_data): Likewise.
19938         (scalbln_test_data): Likewise.
19939         (signbit_test_data): Likewise.
19940         (sqrt_test_data): Likewise.
19941         (significand_test_data): Likewise.
19942
19943 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19944
19945         [BZ #15424]
19946         * benchtests/bench-modf.c (struct args): Mark arg0 as
19947         volatile.
19948         * scripts/bench.pl: Mark members of struct args as volatile.
19949
19950 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19951
19952         [BZ # 15497]
19953         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19954         negative infinity on POWER6 or lower.
19955         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19956
19957 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19958
19959         [BZ #15442]
19960         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19961         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19962         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19963         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19964         (_FP_SETQNAN): New macro.
19965         (_FP_SETQNAN_SEMIRAW): Likewise.
19966         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19967         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19968         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19969         (FP_EXTEND): Use _FP_FRAC_SNANP.
19970         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19971         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19972         into account.
19973         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19974         New macro.
19975         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19976         Likewise.
19977
19978 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19979
19980         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19981         with DIVIDE_BY_ZERO_EXCEPTION.
19982         (gamma_test_data): Likewise.
19983         (lgamma_test_data): Likewise.
19984         (log_test_data): Likewise.
19985         (log10_test_data): Likewise.
19986         (log2_test_data): Likewise.
19987         (tgamma_test_data): Likewise.
19988
19989         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19990         (acos_test_tonearest): Likewise.
19991         (acos_test_towardzero): Likewise.
19992         (acos_test_downward): Likewise.
19993         (acos_test_upward): Likewise.
19994         (acosh_test): Likewise.
19995         (asin_test): Likewise.
19996         (asin_test_tonearest): Likewise.
19997         (asin_test_towardzero): Likewise.
19998         (asin_test_downward): Likewise.
19999         (asin_test_upward): Likewise.
20000         (asinh_test): Likewise.
20001         (atan_test): Likewise.
20002         (atanh_test): Likewise.
20003         (atan2_test): Likewise.
20004         (cabs_test): Likewise.
20005         (cacos_test): Likewise.
20006         (cacosh_test): Likewise.
20007         (casin_test): Likewise.
20008         (casinh_test): Likewise.
20009         (catan_test): Likewise.
20010         (catanh_test): Likewise.
20011         (cbrt_test): Likewise.
20012         (ccos_test): Likewise.
20013         (ccosh_test): Likewise.
20014         (cexp_test): Likewise.
20015         (clog_test): Likewise.
20016         (clog10_test): Likewise.
20017         (cos_test): Likewise.
20018         (cos_test_tonearest): Likewise.
20019         (cos_test_towardzero): Likewise.
20020         (cos_test_downward): Likewise.
20021         (cos_test_upward): Likewise.
20022         (cosh_test): Likewise.
20023         (cosh_test_tonearest): Likewise.
20024         (cosh_test_towardzero): Likewise.
20025         (cosh_test_downward): Likewise.
20026         (cosh_test_upward): Likewise.
20027         (cpow_test): Likewise.
20028         (csin_test): Likewise.
20029         (csinh_test): Likewise.
20030         (csqrt_test): Likewise.
20031         (ctan_test): Likewise.
20032         (ctan_test_tonearest): Likewise.
20033         (ctan_test_towardzero): Likewise.
20034         (ctan_test_downward): Likewise.
20035         (ctan_test_upward): Likewise.
20036         (ctanh_test): Likewise.
20037         (ctanh_test_tonearest): Likewise.
20038         (ctanh_test_towardzero): Likewise.
20039         (ctanh_test_downward): Likewise.
20040         (ctanh_test_upward): Likewise.
20041         (erf_test): Likewise.
20042         (erfc_test): Likewise.
20043         (exp_test): Likewise.
20044         (exp_test_tonearest): Likewise.
20045         (exp_test_towardzero): Likewise.
20046         (exp_test_downward): Likewise.
20047         (exp_test_upward): Likewise.
20048         (exp10_test): Likewise.
20049         (exp2_test): Likewise.
20050         (expm1_test): Likewise.
20051         (fmod_test): Likewise.
20052         (gamma_test): Likewise.
20053         (hypot_test): Likewise.
20054         (j0_test): Likewise.
20055         (j1_test): Likewise.
20056         (jn_test): Likewise.
20057         (lgamma_test): Likewise.
20058         (log_test): Likewise.
20059         (log10_test): Likewise.
20060         (log1p_test): Likewise.
20061         (log2_test): Likewise.
20062         (logb_test_downward): Likewise.
20063         (pow_test): Likewise.
20064         (pow_test_tonearest): Likewise.
20065         (pow_test_towardzero): Likewise.
20066         (pow_test_downward): Likewise.
20067         (pow_test_upward): Likewise.
20068         (remainder_test): Likewise.
20069         (remquo_test): Likewise.
20070         (sin_test): Likewise.
20071         (sin_test_tonearest): Likewise.
20072         (sin_test_towardzero): Likewise.
20073         (sin_test_downward): Likewise.
20074         (sin_test_upward): Likewise.
20075         (sincos_test): Likewise.
20076         (sinh_test): Likewise.
20077         (sinh_test_tonearest): Likewise.
20078         (sinh_test_towardzero): Likewise.
20079         (sinh_test_downward): Likewise.
20080         (sinh_test_upward): Likewise.
20081         (sqrt_test): Likewise.
20082         (tan_test): Likewise.
20083         (tan_test_tonearest): Likewise.
20084         (tan_test_towardzero): Likewise.
20085         (tan_test_downward): Likewise.
20086         (tan_test_upward): Likewise.
20087         (tanh_test): Likewise.
20088         (tgamma_test): Likewise.
20089         (y0_test): Likewise.
20090         (y1_test): Likewise.
20091         (yn_test): Likewise.
20092
20093         * math/gen-libm-test.pl (adjust_arg): Remove function.
20094         (special_function): Remove argument $in_func.  Only handle
20095         generating output for tables of tests, not inside functions.
20096         (parse_args): Likewise.
20097         (generate_testfile): Remove variable $in_func.  Update call to
20098         parse_args.
20099         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20100         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20101         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20102         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20103         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20104         (MAX_VALUE_INIT): Rename macro to max_value.
20105         (MIN_VALUE_INIT): Rename macro to min_value.
20106         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20107         (plus_zero): Remove variable.
20108         (minus_zero): Likewise.
20109         (plus_infty): Likewise.
20110         (minus_infty): Likewise.
20111         (qnan_value): Likewise.
20112         (max_value): Likewise.
20113         (min_value): Likewise.
20114         (min_subnorm_value): Likewise.
20115
20116 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20117
20118         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20119         uint64_t or uint32_t usage.
20120         * crypt/sha256-block.c: Likewise.
20121         * crypt/sha256-crypt.c: Likewise.
20122         * crypt/sha256.c: Likewise.
20123         * crypt/sha512-block.c: Likewise.
20124         * crypt/sha512-crypt.c: Likewise.
20125         * crypt/sha512.c: Likewise.
20126         * debug/backtrace-tst.c: Likewise.
20127         * debug/pcprofiledump.c: Likewise.
20128         * elf/cache.c: Likewise.
20129         * elf/dl-cache.c: Likewise.
20130         * elf/dl-misc.c: Likewise.
20131         * elf/dl-profile.c: Likewise.
20132         * elf/dl-support.c: Likewise.
20133         * elf/ldconfig.c: Likewise.
20134         * elf/sprof.c: Likewise.
20135         * iconv/dummy-repertoire.c: Likewise.
20136         * iconv/iconv_charmap.c: Likewise.
20137         * iconv/skeleton.c: Likewise.
20138         * iconvdata/8bit-generic.c: Likewise.
20139         * iconvdata/cp737.h: Likewise.
20140         * iconvdata/cp775.h: Likewise.
20141         * iconvdata/ibm1008.h: Likewise.
20142         * iconvdata/ibm1025.h: Likewise.
20143         * iconvdata/ibm1046.h: Likewise.
20144         * iconvdata/ibm1097.h: Likewise.
20145         * iconvdata/ibm1112.h: Likewise.
20146         * iconvdata/ibm1122.h: Likewise.
20147         * iconvdata/ibm1123.h: Likewise.
20148         * iconvdata/ibm1124.h: Likewise.
20149         * iconvdata/ibm1129.h: Likewise.
20150         * iconvdata/ibm1130.h: Likewise.
20151         * iconvdata/ibm1132.h: Likewise.
20152         * iconvdata/ibm1133.h: Likewise.
20153         * iconvdata/ibm1137.h: Likewise.
20154         * iconvdata/ibm1140.h: Likewise.
20155         * iconvdata/ibm1141.h: Likewise.
20156         * iconvdata/ibm1142.h: Likewise.
20157         * iconvdata/ibm1143.h: Likewise.
20158         * iconvdata/ibm1144.h: Likewise.
20159         * iconvdata/ibm1145.h: Likewise.
20160         * iconvdata/ibm1146.h: Likewise.
20161         * iconvdata/ibm1147.h: Likewise.
20162         * iconvdata/ibm1148.h: Likewise.
20163         * iconvdata/ibm1149.h: Likewise.
20164         * iconvdata/ibm1153.h: Likewise.
20165         * iconvdata/ibm1154.h: Likewise.
20166         * iconvdata/ibm1155.h: Likewise.
20167         * iconvdata/ibm1156.h: Likewise.
20168         * iconvdata/ibm1157.h: Likewise.
20169         * iconvdata/ibm1158.h: Likewise.
20170         * iconvdata/ibm1160.h: Likewise.
20171         * iconvdata/ibm1161.h: Likewise.
20172         * iconvdata/ibm1162.h: Likewise.
20173         * iconvdata/ibm1163.h: Likewise.
20174         * iconvdata/ibm1164.h: Likewise.
20175         * iconvdata/ibm1166.h: Likewise.
20176         * iconvdata/ibm1167.h: Likewise.
20177         * iconvdata/ibm12712.h: Likewise.
20178         * iconvdata/ibm1390.h: Likewise.
20179         * iconvdata/ibm1399.h: Likewise.
20180         * iconvdata/ibm16804.h: Likewise.
20181         * iconvdata/ibm4517.h: Likewise.
20182         * iconvdata/ibm4899.h: Likewise.
20183         * iconvdata/ibm4909.h: Likewise.
20184         * iconvdata/ibm4971.h: Likewise.
20185         * iconvdata/ibm5347.h: Likewise.
20186         * iconvdata/ibm803.h: Likewise.
20187         * iconvdata/ibm856.h: Likewise.
20188         * iconvdata/ibm901.h: Likewise.
20189         * iconvdata/ibm902.h: Likewise.
20190         * iconvdata/ibm9030.h: Likewise.
20191         * iconvdata/ibm9066.h: Likewise.
20192         * iconvdata/ibm921.h: Likewise.
20193         * iconvdata/ibm922.h: Likewise.
20194         * iconvdata/ibm9448.h: Likewise.
20195         * iconvdata/isiri-3342.h: Likewise.
20196         * iconvdata/jis0201.h: Likewise.
20197         * include/link.h: Likewise.
20198         * include/netdb.h: Likewise.
20199         * inet/check_native.c: Likewise.
20200         * inet/check_pf.c: Likewise.
20201         * inet/getipv4sourcefilter.c: Likewise.
20202         * inet/getnameinfo.c: Likewise.
20203         * inet/getsourcefilter.c: Likewise.
20204         * inet/htonl.c: Likewise.
20205         * inet/setipv4sourcefilter.c: Likewise.
20206         * inet/setsourcefilter.c: Likewise.
20207         * inet/test-inet6_opt.c: Likewise.
20208         * inet/tst-network.c: Likewise.
20209         * locale/C-collate.c: Likewise.
20210         * locale/C-ctype.c: Likewise.
20211         * locale/C-time.c: Likewise.
20212         * locale/C-translit.h: Likewise.
20213         * locale/loadarchive.c: Likewise.
20214         * locale/programs/3level.h: Likewise.
20215         * locale/programs/charmap.c: Likewise.
20216         * locale/programs/charmap.h: Likewise.
20217         * locale/programs/ld-address.c: Likewise.
20218         * locale/programs/ld-collate.c: Likewise.
20219         * locale/programs/ld-ctype.c: Likewise.
20220         * locale/programs/ld-identification.c: Likewise.
20221         * locale/programs/ld-measurement.c: Likewise.
20222         * locale/programs/ld-messages.c: Likewise.
20223         * locale/programs/ld-monetary.c: Likewise.
20224         * locale/programs/ld-name.c: Likewise.
20225         * locale/programs/ld-numeric.c: Likewise.
20226         * locale/programs/ld-paper.c: Likewise.
20227         * locale/programs/ld-telephone.c: Likewise.
20228         * locale/programs/ld-time.c: Likewise.
20229         * locale/programs/linereader.c: Likewise.
20230         * locale/programs/locale.c: Likewise.
20231         * locale/programs/locarchive.c: Likewise.
20232         * locale/programs/locfile.h: Likewise.
20233         * locale/programs/repertoire.c: Likewise.
20234         * locale/programs/simple-hash.c: Likewise.
20235         * locale/programs/simple-hash.h: Likewise.
20236         * malloc/memusage.c: Likewise.
20237         * malloc/memusagestat.c: Likewise.
20238         * nis/nis_defaults.c: Likewise.
20239         * nis/nis_hash.c: Likewise.
20240         * nis/nis_print.c: Likewise.
20241         * nis/nis_xdr.c: Likewise.
20242         * nscd/connections.c: Likewise.
20243         * nscd/hstcache.c: Likewise.
20244         * nscd/nscd_gethst_r.c: Likewise.
20245         * nscd/nscd_getserv_r.c: Likewise.
20246         * nscd/nscd_helper.c: Likewise.
20247         * nscd/servicescache.c: Likewise.
20248         * nss/makedb.c: Likewise.
20249         * nss/nss_db/db-XXX.c: Likewise.
20250         * nss/nss_db/db-initgroups.c: Likewise.
20251         * nss/nss_db/db-netgrp.c: Likewise.
20252         * nss/nss_files/files-network.c: Likewise.
20253         * nss/nss_files/files-parse.c: Likewise.
20254         * posix/bug-regex5.c: Likewise.
20255         * posix/fnmatch_loop.c: Likewise.
20256         * posix/regcomp.c: Likewise.
20257         * posix/regexec.c: Likewise.
20258         * posix/tst-rfc3484-2.c: Likewise.
20259         * posix/tst-rfc3484-3.c: Likewise.
20260         * posix/tst-rfc3484.c: Likewise.
20261         * resolv/nss_dns/dns-canon.c: Likewise.
20262         * resolv/nss_dns/dns-network.c: Likewise.
20263         * resolv/res_init.c: Likewise.
20264         * resolv/res_mkquery.c: Likewise.
20265         * resolv/tst-aton.c: Likewise.
20266         * stdlib/cxa_atexit.c: Likewise.
20267         * stdlib/cxa_finalize.c: Likewise.
20268         * stdlib/gen-fpioconst.c: Likewise.
20269         * stdlib/strtol_l.c: Likewise.
20270         * string/tst-endian.c: Likewise.
20271         * sunrpc/auth_des.c: Likewise.
20272         * sunrpc/clnt_udp.c: Likewise.
20273         * sunrpc/rtime.c: Likewise.
20274         * sunrpc/svcauth_des.c: Likewise.
20275         * sunrpc/xdr.c: Likewise.
20276         * sunrpc/xdr_intXX_t.c: Likewise.
20277         * sunrpc/xdr_rec.c: Likewise.
20278         * sysdeps/generic/ldconfig.h: Likewise.
20279         * sysdeps/generic/ldsodefs.h: Likewise.
20280         * sysdeps/generic/memusage.h: Likewise.
20281         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20282         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20283         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20284         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20285         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20286         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20287         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20288         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20289         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20290         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20291         * sysdeps/posix/getaddrinfo.c: Likewise.
20292         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20293         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20294         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20295         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20296         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20297         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20298         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20299         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20300         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20301         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20302         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20303         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20304         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20305         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20306         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20307         * sysdeps/x86_64/dl-tls.h: Likewise.
20308         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20309         * time/alt_digit.c: Likewise.
20310         * time/era.c: Likewise.
20311         * wcsmbs/tst-c16c32-1.c: Likewise.
20312
20313 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20314
20315         * math/libm-test.inc (struct test_sincos_data): New type.
20316         (RUN_TEST_LOOP_sincos): New macro.
20317         (sincos_test_data): New variable.
20318         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20319
20320 2013-05-16  Richard Henderson  <rth@redhat.com>
20321
20322         * math/atest-exp2.c (LIMB64): New macro.
20323         (CONSTSZ): New macro.
20324         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20325         (hexdig): Move ...
20326         (print_mpn_fp): ... to function scope.
20327         (read_mpn_hex): Remove.
20328         (get_log2): Remove.
20329         (exp2_mpn): Use mp_log2.
20330         (main): Use mp_exp1.
20331
20332 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20333
20334         * math/libm-test.inc: Remove comment about not testing "inexact"
20335         exceptions.
20336         (INEXACT_EXCEPTION): New macro.
20337         (NO_INEXACT_EXCEPTION): Likewise.
20338         (INVALID_EXCEPTION_OK): Update value.
20339         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20340         (OVERFLOW_EXCEPTION_OK): Likewise.
20341         (UNDERFLOW_EXCEPTION_OK): Likewise.
20342         (IGNORE_ZERO_INF_SIGN): Likewise.
20343         (ERRNO_UNCHANGED): Likewise.
20344         (ERRNO_EDOM): Likewise.
20345         (ERRNO_ERANGE): Likewise.
20346         (test_exceptions): Handle testing "inexact" exceptions.
20347         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20348         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20349         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20350         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20351         INEXACT_EXCEPTION.
20352         (rint_towardzero_test_data): Likewise.
20353         (rint_downward_test_data): Likewise.
20354         (rint_upward_test_data): Likewise.
20355
20356         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20357         with OVERFLOW_EXCEPTION.
20358         (exp10_test_data): Likewise.
20359         (exp2_test_data): Likewise.
20360         (expm1_test_data): Likewise.
20361         (lgamma_test_data): Likewise.
20362         (pow_test_data): Likewise.
20363         (tgamma_test_data): Likewise.
20364         (yn_test_data): Remove duplicate test of overflow.
20365
20366         * math/libm-test.inc (struct test_cc_c_data): New type.
20367         (RUN_TEST_LOOP_cc_c): New macro.
20368         (cpow_test_data): New variable.
20369         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20370
20371         * math/libm-test.inc (struct test_f_L_data): New type.
20372         (RUN_TEST_LOOP_f_L): New macro.
20373         (llrint_test_data): New variable.
20374         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20375         (llrint_tonearest_test_data): New variable.
20376         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20377         (llrint_towardzero_test_data): New variable.
20378         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20379         (llrint_downward_test_data): New variable.
20380         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20381         (llrint_upward_test_data): New variable.
20382         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20383         (llround_test_data): New variable.
20384         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20385
20386 2013-05-13  Peter Collingbourne  <pcc@google.com>
20387
20388         * math/atest-exp2.c (get_log2): Remove const attribute.
20389
20390 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20391
20392         * math/libm-test.inc (struct test_f_l_data): New type.
20393         (RUN_TEST_LOOP_f_l): New macro.
20394         (lrint_test_data): New variable.
20395         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20396         (lrint_tonearest_test_data): New variable.
20397         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20398         (lrint_towardzero_test_data): New variable.
20399         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20400         (lrint_downward_test_data): New variable.
20401         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20402         (lrint_upward_test_data): New variable.
20403         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20404         (lround_test_data): New variable.
20405         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20406
20407 2013-05-15  Peter Collingbourne  <pcc@google.com>
20408
20409         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20410         (EXTRACT_WORDS64) Use where appropriate.
20411         (INSERT_WORDS64) Likewise.
20412
20413         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20414         constraints with x constraints.
20415         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20416
20417         * malloc/obstack.c (_obstack_compat): Add initializer.
20418
20419 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20420
20421         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20422         si_trapno and add si_addr_lsb to _sifields.sigfault.
20423         (si_trapno): Remove macro.
20424         (si_addr_lsb): Define new macro.
20425         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20426
20427 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20428
20429         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20430         instead of TEST_f_l.
20431         (llrint_test_tonearest): Likewise.
20432         (llrint_test_towardzero): Likewise.
20433         (llrint_test_downward): Likewise.
20434         (llrint_test_upward): Likewise.
20435         (llround_test): Likewise.
20436
20437         * math/libm-test.inc (struct test_f_i_data): Add comment.
20438         (RUN_TEST_LOOP_f_b): New macro.
20439         (RUN_TEST_LOOP_f_b_tg): Likewise.
20440         (finite_test_data): New variable.
20441         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20442         (isfinite_test_data): New variable.
20443         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20444         (isinf_test_data): New variable.
20445         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20446         (isnan_test_data): New variable.
20447         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20448         (isnormal_test_data): New variable.
20449         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20450         (issignaling_test_data): New variable.
20451         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20452         (signbit_test_data): New variable.
20453         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20454
20455         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20456         with INVALID_EXCEPTION.
20457         (acosh_test_data): Likewise.
20458         (asin_test_data): Likewise.
20459         (atanh_test_data): Likewise.
20460         (fmod_test_data): Likewise.
20461         (log_test_data): Likewise.
20462         (log10_test_data): Likewise.
20463         (log2_test_data): Likewise.
20464         (pow_test_data): Likewise.
20465         (sqrt_test_data): Likewise.
20466         (y0_test_data): Likewise.
20467         (y1_test_data): Likewise.
20468         (yn_test_data): Likewise.
20469
20470         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20471         function contents.
20472
20473         * math/libm-test.inc (struct test_ff_i_data): New type.
20474         (RUN_TEST_LOOP_ff_i_tg): New macro.
20475         (isgreater_test_data): New variable.
20476         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20477         (isgreaterequal_test_data): New variable.
20478         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20479         (isless_test_data): New variable.
20480         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20481         (islessequal_test_data): New variable.
20482         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20483         (islessgreater_test_data): New variable.
20484         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20485         (isunordered_test_data): New variable.
20486         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20487
20488 2013-05-14  David S. Miller  <davem@davemloft.net>
20489
20490         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20491
20492 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20493
20494         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20495
20496         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20497         extra_test to int.
20498         (struct test_f_i_data): Change type of max_ulp to int.
20499
20500         * math/libm-test.inc (test_ffI_f1_data): New type.
20501         (RUN_TEST_LOOP_ffI_f1): New macro.
20502         (remquo_test_data): New variable.
20503         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20504
20505         * setjmp/tst-setjmp-fp.c: New file.
20506         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20507         (link-libm): New variable.
20508         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20509
20510         * math/libm-test.inc (struct test_f_i_data): New type.
20511         (RUN_TEST_LOOP_f_i): New macro.
20512         (RUN_TEST_LOOP_f_i_tg): Likewise.
20513         (fpclassify_test_data): New variable.
20514         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20515         (ilogb_test_data): New variable.
20516         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20517
20518         * math/libm-test.inc (scalbln_test): Correct function name in END
20519         call.
20520
20521         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20522         (RUN_TEST_LOOP_fI_f1): New macro.
20523         (frexp_test_data): New variable.
20524         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20525
20526         * math/libm-test.inc (struct test_fF_f1_data): New type.
20527         (RUN_TEST_LOOP_fF_f1): New macro.
20528         (modf_test_data): New variable.
20529         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20530
20531         * math/libm-test.inc (struct test_f_f1_data): New type.
20532         (RUN_TEST_LOOP_f_f1): New macro.
20533         (gamma_test_data): New variable.
20534         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20535         (lgamma_test_data): New variable.
20536         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20537
20538 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20539
20540         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20541         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20542         (main): Comment "tls" pseudo-hwcap.
20543
20544 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20545
20546         * math/libm-test.inc (struct test_fl_f_data): New type.
20547         (RUN_TEST_LOOP_fl_f): New variable.
20548         (scalbln_test_data): New variable.
20549         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20550
20551         * math/libm-test.inc (struct test_fi_f_data): New type.
20552         (RUN_TEST_LOOP_fi_f): New macro.
20553         (ldexp_test_data): New variable.
20554         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20555         (scalbn_test_data): New variable.
20556         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20557
20558         * math/libm-test.inc (struct test_c_f_data): New type.
20559         (RUN_TEST_LOOP_c_f): New macro.
20560         (cabs_test_data): New variable.
20561         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20562         (carg_test_data): New variable.
20563         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20564         (cimag_test_data): New variable.
20565         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20566         (creal_test_data): New variable.
20567         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20568
20569         * math/libm-test.inc (struct test_if_f_data): New type.
20570         (RUN_TEST_LOOP_if_f): New macro.
20571         (jn_test_data): New variable.
20572         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20573         (yn_test_data): New variable.
20574         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20575
20576         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20577
20578 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20579
20580         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20581         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20582
20583 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20584
20585         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20586         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20587         (bench-deps): Add bench-timing.h.
20588         * benchtests-bench-skeleton.c: Include bench-timing.h.
20589         (main): Use TIMING_* macros instead of clock_gettime.
20590         * benchtests/bench-timing.h: New file.
20591
20592         [BZ #14582]
20593         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20594         Renamed from _LIB_VERSION.
20595         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20596
20597 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20598
20599         * math/libm-test.inc (struct test_fff_f_data): New type.
20600         (RUN_TEST_LOOP_fff_f): New macro.
20601         (fma_test_data): New variable.
20602         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20603         (fma_towardzero_test_data): New variable.
20604         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20605         (fma_downward_test_data): New variable.
20606         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20607         (fma_upward_test_data): New variable.
20608         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20609
20610         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20611         (struct test_c_c_data): New type.
20612         (RUN_TEST_LOOP_c_c): New macro.
20613         (cacos_test_data): New variable.
20614         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20615         (cacosh_test_data): New variable.
20616         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20617         (casin_test_data): New variable.
20618         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20619         (casinh_test_data): New variable.
20620         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20621         (catan_test_data): New variable.
20622         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20623         (catanh_test_data): New variable.
20624         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20625         (ccos_test_data): New variable.
20626         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20627         (ccosh_test_data): New variable.
20628         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20629         (cexp_test_data): New variable.
20630         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20631         (clog_test_data): New variable.
20632         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20633         (clog10_test_data): New variable.
20634         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20635         (conj_test_data): New variable.
20636         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20637         (cproj_test_data): New variable.
20638         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20639         (csin_test_data): New variable.
20640         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20641         (csinh_test_data): New variable.
20642         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20643         (csqrt_test_data): New variable.
20644         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20645         (ctan_test_data): New variable.
20646         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20647         (ctan_tonearest_test_data): New variable.
20648         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20649         (ctan_towardzero_test_data): New variable.
20650         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20651         (ctan_downward_test_data): New variable.
20652         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20653         (ctan_upward_test_data): New variable.
20654         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20655         (ctanh_test_data): New variable.
20656         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20657         (ctanh_tonearest_test_data): New variable.
20658         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20659         (ctanh_towardzero_test_data): New variable.
20660         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20661         (ctanh_downward_test_data): New variable.
20662         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20663         (ctanh_upward_test_data): New variable.
20664         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20665         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20666         of BUILD_COMPLEX.
20667
20668         * math/libm-test.inc (struct test_ff_f_data): New type.
20669         (struct test_ff_f_data_nexttoward): Likewise.
20670         (RUN_TEST_LOOP_2_f): New macro.
20671         (RUN_TEST_LOOP_ff_f): Likewise.
20672         (atan2_test_data): New variable.
20673         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20674         (copysign_test_data): New variable.
20675         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20676         (fdim_test_data): New variable.
20677         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20678         (fmax_test_data): New variable.
20679         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20680         (fmin_test_data): New variable.
20681         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20682         (fmod_test_data): New variable.
20683         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20684         (hypot_test_data): New variable.
20685         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20686         (nextafter_test_data): New variable.
20687         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20688         (nexttoward_test_data): New variable.
20689         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20690         (pow_test_data): New variable.
20691         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20692         (pow_tonearest_test_data): New variable.
20693         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20694         (pow_towardzero_test_data): New variable.
20695         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20696         (pow_downward_test_data): New variable.
20697         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20698         (pow_upward_test_data): New variable.
20699         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20700         (remainder_test_data): New variable.
20701         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20702         (scalb_test_data): New variable.
20703         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20704         * sysdeps/i386/fpu/libm-test-ulps: Update.
20705
20706 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20707
20708         * math/libm-test.inc (fma_test): Use max_value instead of local
20709         variable fltmax.
20710         (nextafter_test): Likewise.
20711
20712         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20713         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20714         (acos_downward_test_data): New variable.
20715         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20716         (acos_upward_test_data): New variable.
20717         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20718         (acosh_test_data): New variable.
20719         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20720         (asin_test_data): New variable.
20721         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20722         (asin_tonearest_test_data): New variable.
20723         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20724         (asin_towardzero_test_data): New variable.
20725         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20726         (asin_downward_test_data): New variable.
20727         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20728         (asin_upward_test_data): New variable.
20729         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20730         (asinh_test_data): New variable.
20731         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20732         (atan_test_data): New variable.
20733         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20734         (atanh_test_data): New variable.
20735         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20736         (cbrt_test_data): New variable.
20737         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20738         (ceil_test_data): New variable.
20739         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20740         (cos_test_data): New variable.
20741         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20742         (cos_tonearest_test_data): New variable.
20743         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20744         (cos_towardzero_test_data): New variable.
20745         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20746         (cos_downward_test_data): New variable.
20747         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20748         (cos_upward_test_data): New variable.
20749         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20750         (cosh_test_data): New variable.
20751         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20752         (cosh_tonearest_test_data): New variable.
20753         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20754         (cosh_towardzero_test_data): New variable.
20755         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20756         (cosh_downward_test_data): New variable.
20757         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20758         (cosh_upward_test_data): New variable.
20759         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20760         (erf_test_data): New variable.
20761         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20762         (erfc_test_data): New variable.
20763         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20764         (exp_test_data): New variable.
20765         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20766         (exp_tonearest_test_data): New variable.
20767         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20768         (exp_towardzero_test_data): New variable.
20769         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20770         (exp_downward_test_data): New variable.
20771         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20772         (exp_upward_test_data): New variable.
20773         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20774         (exp10_test_data): New variable.
20775         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20776         (exp2_test_data): New variable.
20777         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20778         (expm1_test_data): New variable.
20779         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20780         (fabs_test_data): New variable.
20781         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20782         (floor_test_data): New variable.
20783         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20784         (j0_test_data): New variable.
20785         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20786         (j1_test_data): New variable.
20787         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20788         (log_test_data): New variable.
20789         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20790         (log10_test_data): New variable.
20791         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20792         (log1p_test_data): New variable.
20793         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20794         (log2_test_data): New variable.
20795         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20796         (logb_test_data): New variable.
20797         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20798         (logb_downward_test_data): New variable.
20799         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20800         (nearbyint_test_data): New variable.
20801         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20802         (rint_test_data): New variable.
20803         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20804         (rint_tonearest_test_data): New variable.
20805         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20806         (rint_towardzero_test_data): New variable.
20807         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20808         (rint_downward_test_data): New variable.
20809         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20810         (rint_upward_test_data): New variable.
20811         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20812         (round_test_data): New variable.
20813         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20814         (sin_test_data): New variable.
20815         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20816         (sin_tonearest_test_data): New variable.
20817         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20818         (sin_towardzero_test_data): New variable.
20819         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20820         (sin_downward_test_data): New variable.
20821         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20822         (sin_upward_test_data): New variable.
20823         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20824         (sinh_test_data): New variable.
20825         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20826         (sinh_tonearest_test_data): New variable.
20827         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20828         (sinh_towardzero_test_data): New variable.
20829         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20830         (sinh_downward_test_data): New variable.
20831         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20832         (sinh_upward_test_data): New variable.
20833         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20834         (sqrt_test_data): New variable.
20835         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20836         (tan_test_data): New variable.
20837         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20838         (tan_tonearest_test_data): New variable.
20839         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20840         (tan_towardzero_test_data): New variable.
20841         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20842         (tan_downward_test_data): New variable.
20843         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20844         (tan_upward_test_data): New variable.
20845         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20846         (tanh_test_data): New variable.
20847         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20848         (tgamma_test_data): New variable.
20849         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20850         (trunc_test_data): New variable.
20851         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20852         (y0_test_data): New variable.
20853         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20854         (y1_test_data): New variable.
20855         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20856         (significand_test_data): New variable.
20857         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20858
20859 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20860
20861         [BZ #12387]
20862         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20863
20864 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20865
20866         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20867
20868 2013-05-10  Andreas Jaeger  <aj@suse.de>
20869
20870         [BZ #15448]
20871         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20872         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20873
20874 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20875
20876         * math/gen-libm-test.pl (adjust_arg): New function.
20877         (special_functions): Handle generating output in both functions
20878         and arrays.
20879         (parse_args): Likewise.
20880         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20881         $in_func argument to parse_args.
20882         * math/libm-test.inc (struct test_f_f_data): New type.
20883         (IF_ROUND_INIT_): New macro.
20884         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20885         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20886         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20887         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20888         (ROUND_RESTORE_): Likewise.
20889         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20890         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20891         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20892         (ROUND_RESTORE_FE_UPWARD): Likewise.
20893         (RUN_TEST_LOOP_f_f): New macro.
20894         (acos_test_data): New variable.
20895         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20896         (acos_tonearest_test_data): New variable.
20897         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20898
20899 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20900
20901         * benchtests/bench-skeleton.c (startup): Fix coding style.
20902
20903 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20904
20905         [BZ #6809]
20906         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20907         negative infinity argument.
20908         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20909         negative infinity argument.
20910         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20911         negative infinity argument.
20912         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20913         domain errors.
20914
20915 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20916
20917         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20918         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20919         * iconv/iconv_prog.c (main): Likewise.
20920         * locale/programs/charmap-dir.c (charmap_readdir)
20921         (fopen_uncompressed): Likewise.
20922         * locale/programs/locfile.c (siblings_uncached)
20923         (write_locale_data): Use lstat64 instead of lstat.
20924         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20925         stat.
20926
20927 2013-05-10  Andreas Jaeger  <aj@suse.de>
20928
20929         [BZ #15395]
20930         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20931         localization.
20932         Include <locale.h>.
20933
20934 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20935
20936         * elf/dl-close.c (_dl_close_worker): Add comments.
20937
20938 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20939
20940         [BZ #15359]
20941         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20942         high part of pi/2.
20943         (__ieee754_rem_pio2l): Update comments.
20944
20945         [BZ #15429]
20946         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20947         high part of pi/2.
20948         (__ieee754_rem_pio2l): Update comments.
20949
20950         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20951         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20952
20953         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20954         M_PI_4l.
20955
20956         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20957         (M_PI_34_LOG10El): Likewise.
20958         (M_PI2_LOG10El): Likewise.
20959         (M_PI4_LOG10El): Likewise.
20960         (M_PI_LOG10El): Likewise.
20961
20962 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20963
20964         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20965
20966 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20967
20968         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20969         (MINUS_ZERO_INIT): Likewise.
20970         (PLUS_INFTY_INIT): Likewise.
20971         (MINUS_INFTY_INIT): Likewise.
20972         (QNAN_VALUE_INIT): Likewise.
20973         (MAX_VALUE_INIT): Likewise.
20974         (MIN_VALUE_INIT): Likewise.
20975         (MIN_SUBNORM_VALUE_INIT): Likewise.
20976         (plus_zero): Initialize with PLUS_ZERO_INIT.
20977         (minus_zero): Initialize with MINUS_ZERO_INIT.
20978         (plus_infty): Initialize with PLUS_INFTY_INIT.
20979         (minus_infty): Initialize with MINUS_INFTY_INIT.
20980         (qnan_value): Initialize with QNAN_VALUE_INIT.
20981         (max_value): Initialize with MAX_VALUE_INIT.
20982         (min_value): Initialize with MIN_VALUE_INIT.
20983         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20984
20985         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20986         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20987         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20988         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20989
20990         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20991         (RUN_TEST_2_f): Likewise.
20992         (RUN_TEST_ff_f): Likewise.
20993         (RUN_TEST_fi_f): Likewise.
20994         (RUN_TEST_fl_f): Likewise.
20995         (RUN_TEST_fff_f): Likewise.
20996         (RUN_TEST_c_f): Likewise.
20997         (RUN_TEST_f_f1): Likewise.
20998         (RUN_TEST_fF_f1): Likewise.
20999         (RUN_TEST_fI_f1): Likewise.
21000         (RUN_TEST_ffI_f1): Likewise.
21001         (RUN_TEST_c_c): Likewise.
21002         (RUN_TEST_cc_c): Likewise.
21003         (RUN_TEST_f_i): Likewise.
21004         (RUN_TEST_f_i_tg): Likewise.
21005         (RUN_TEST_ff_i_tg): Likewise.
21006         (RUN_TEST_f_b): Likewise.
21007         (RUN_TEST_f_b_tg): Likewise.
21008         (RUN_TEST_f_l): Likewise.
21009         (RUN_TEST_f_L): Likewise.
21010         (RUN_TEST_sincos): Likewise.
21011         * math/gen-libm-test.pl (new_test): Take new argument to indicate
21012         whether to show exceptions.  Do not include ");\n" in return
21013         value.
21014         (special_functions): Output call to RUN_TEST_sincos instead of
21015         check_float calls.  Update calls to new_test.
21016         (parse_args): Output call to single RUN_TEST_* macro instead of
21017         check_* calls and other assignments.  Update calls to new_test.
21018
21019         [BZ #2546]
21020         [BZ #2560]
21021         [BZ #5159]
21022         [BZ #15426]
21023         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21024         input to result for tgamma overflow.
21025         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21026         (gamma_coeff): New variable.
21027         (NCOEFF): New macro.
21028         (gamma_positive): New function.
21029         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21030         underflow here.  Use gamma_positive instead of exp (lgamma) for
21031         other arguments.
21032         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21033         (gamma_coeff): New variable.
21034         (NCOEFF): New macro.
21035         (gammaf_positive): New function.
21036         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21037         underflow here.  Use gamma_positive instead of exp (lgamma) for
21038         other arguments.
21039         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21040         (gamma_coeff): New variable.
21041         (NCOEFF): New macro.
21042         (gammal_positive): New function.
21043         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21044         underflow here.  Use gamma_positive instead of exp (lgamma) for
21045         other arguments.
21046         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21047         (gamma_coeff): New variable.
21048         (NCOEFF): New macro.
21049         (gammal_positive): New function.
21050         (__ieee754_gammal_r): Handle positive infinity, overflow and
21051         underflow here.  Handle NaN the same as positive infinity.  Remove
21052         check x < 0xffffffff for negative integers.  Use gamma_positive
21053         instead of exp (lgamma) for other arguments.
21054         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21055         (gamma_coeff): New variable.
21056         (NCOEFF): New macro.
21057         (gammal_positive): New function.
21058         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21059         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21060         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21061         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21062         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21063         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21064         * sysdeps/generic/math_private.h (__gamma_productf): New
21065         prototype.
21066         (__gamma_product): Likewise.
21067         (__gamma_productl): Likewise.
21068         * math/Makefile (libm-calls): Add gamma_product.
21069         * math/libm-test.inc (tgamma_test): Add more tests.
21070         * sysdeps/i386/fpu/libm-test-ulps: Update.
21071         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21072
21073 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21074
21075         * benchtests/bench-skeleton.c (main): Preheat CPU.
21076
21077 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21078
21079         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21080
21081 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21082
21083         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21084         and _dl_skip_args_internal.
21085
21086 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21087
21088         * manual/message.texi (Message Translation): Talk about users.
21089         Message to key mapping impacts design.
21090
21091 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21092
21093         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21094
21095         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21096
21097         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21098         * sysdeps/wordsize-64/glob64.c: ... here.
21099
21100         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21101         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21102         New macros.
21103
21104         * debug/getlogin_r_chk.c: Moved to ...
21105         * login/getlogin_r_chk.c: ... here.
21106         * debug/Makefile (routines): Move getlogin_r_chk to ...
21107         * login/Makefile (routines): ... here.
21108         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21109         * login/Versions (libc: GLIBC_2.4): ... here.
21110
21111         * io/poll.c (__poll): Renamed from poll.
21112         Add libc_hidden_def.
21113         (poll): Define as weak alias.
21114
21115         * debug/ptsname_r_chk.c: Moved to ...
21116         * login/ptsname_r_chk.c: ... here.
21117         * debug/Makefile (routines): Move ptsname_r_chk to ...
21118         * login/Makefile (routines): ... here.
21119         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21120         * login/Versions (libc: GLIBC_2.4): ... here.
21121
21122         * posix/getlogin.c: Moved to ...
21123         * login/getlogin.c: ... here.
21124         * posix/getlogin_r.c: Moved to ...
21125         * login/getlogin_r.c: ... here.
21126         * posix/getlogin_r.c: Moved to ...
21127         * login/getlogin_r.c: ... here.
21128         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21129         * login/Makefile (routines): ... here.
21130         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21131         * login/Versions (libc: GLIBC_2.0): ... here.
21132
21133         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21134         (setrlimit): Define as weak alias.
21135
21136         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21137         Call __ names for open, ftruncate, and close.
21138         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21139         (truncate): Define as weak alias.
21140
21141 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21142
21143         * math/gen-libm-test.pl (parse_args): Initialize x before each
21144         test of frexp, modf and remquo.
21145
21146         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21147         test signgam value.
21148
21149 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21150
21151         [BZ #15418]
21152         [BZ #15419]
21153         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21154         internal tests.
21155         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21156
21157 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21158
21159         * elf/dl-writev.h: New file.
21160         * elf/dl-misc.c: Include it.
21161         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21162         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21163
21164 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21165
21166         * math/libm-test.inc (noXFails): Remove variable.
21167         (noXPasses): Likewise.
21168         (BUILD_COMPLEX_INT): Remove macro.
21169         (print_screen): Remove xfail argument.
21170         (print_screen_max_error): Likewise.
21171         (update_stats): Likewise.
21172         (print_max_error): Likewise.  Update calls to other affected
21173         functions.
21174         (print_complex_max_error): Likewise.
21175         (test_single_exception): Update calls to print_screen.
21176         (test_single_errno): Likewise.
21177         (check_float_internal): Remove xfail argument.  Update calls to
21178         other affected functions.
21179         (check_float): Likewise.
21180         (check_complex): Likewise.
21181         (check_int): Likewise.
21182         (check_long): Likewise.
21183         (check_bool): Likewise.
21184         (check_longlong): Likewise.
21185         (main): Don't print noXFails and noXPasses.
21186         * math/gen-libm-test.pl (top level): Don't mention expected
21187         failure handling in comment.
21188         (new_test): Don't handle expected failures.
21189         (parse_args): Don't mention expected failure handling in comment.
21190         (generate_testfile): Don't handle expected failures.
21191         (parse_ulps): Likewise.
21192         (print_ulps_file): Likewise.
21193         (get_failure): Remove function.
21194         (output_test): Don't handle expected failures.
21195         * make/README.libm-test: Don't mention expected failure handling.
21196
21197         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21198         (minus_zero): Likewise.
21199         (plus_infty): Likewise.
21200         (minus_infty): Likewise.
21201         (qnan_value): Likewise.
21202         (max_value): Likewise.
21203         (min_value): Likewise.
21204         (min_subnorm_value): Likewise.
21205         (initialize): Do not initialize those variables dynamically.
21206
21207 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21208
21209         * io/open.c (__open_2): Moved to ...
21210         * io/open_2.c: ... this new file.
21211         * io/open64.c (__open64_2): Moved to ...
21212         * io/open64_2.c: ... this new file.
21213         * io/openat.c (__openat_2): Moved to ...
21214         * io/openat_2.c: ... this new file.
21215         * io/openat64.c (__openat64_2): Moved to ...
21216         * io/openat64_2.c: ... this new file.
21217         * io/Makefile (routines): Add them.
21218         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21219         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21220         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21221         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21222         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21223         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21224         (__openat64): Add hidden_ver.
21225         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21226         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21227
21228         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21229         Separately conditionalize setting of GLRO(dl_sysinfo) so
21230         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21231         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21232
21233 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21234
21235         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21236         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21237         definition.
21238         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21239         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21240         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21241         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21242         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21243
21244 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21245
21246         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21247         test signgam value.
21248
21249         * math/libm-test.inc (hypot_test): Do not use
21250         IGNORE_ZERO_INF_SIGN.
21251
21252 2013-05-03  Andreas Jaeger  <aj@suse.de>
21253
21254         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21255         Linux 3.9.
21256         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21257         (PF_MAX): Adjust for VSOCK change.
21258
21259 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21260
21261         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21262
21263 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21264
21265         [BZ #15264]
21266         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21267         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21268         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21269
21270 2013-05-02  David S. Miller  <davem@davemloft.net>
21271
21272         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21273
21274 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21275
21276         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21277
21278 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21279
21280         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21281
21282 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21283
21284         [BZ #14952]
21285         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21286         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21287         Use __attribute__ ((__gnu_inline__)).
21288         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21289         Don't use __attribute__ ((__gnu_inline__)).
21290
21291 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21292
21293         [BZ #15423]
21294         * math/s_catan.c (__catan): Handle small real or imaginary part of
21295         input specially to avoid spurious underflow.
21296         * math/s_catanf.c (__catanf): Likewise.
21297         * math/s_catanh.c (__catanh): Likewise.
21298         * math/s_catanhf.c (__catanhf): Likewise.
21299         * math/s_catanhl.c (__catanhl): Likewise.
21300         * math/s_catanl.c (__catanl): Likewise.
21301         * math/libm-test.inc (catan_test): Add more tests.
21302         (catanh_test): Likewise.
21303         * sysdeps/i386/fpu/libm-test-ulps: Update.
21304         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21305
21306 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21307
21308         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21309
21310 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21311
21312         [BZ #15416]
21313         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21314         accurately for denominator in atan2.
21315         * math/s_catanf.c (__catanf): Likewise.
21316         * math/s_catanh.c (__catanh): Likewise.
21317         * math/s_catanhf.c (__catanhf): Likewise.
21318         * math/s_catanhl.c (__catanhl): Likewise.
21319         * math/s_catanl.c (__catanl): Likewise.
21320         * math/libm-test.inc (catan_test): Add more tests.
21321         (catanh_test): Likewise.
21322         * sysdeps/i386/fpu/libm-test-ulps: Update.
21323         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21324
21325 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21326
21327         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21328
21329         * benchtests/Makefile (bench): Remove slow benchmarks.
21330         * benchtests/atan-inputs: Add slow benchmark inputs.
21331         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21332         (BENCH_FUNC): Accept variant offset.
21333         (VARIANT): Define.
21334         * benchtests/bench-skeleton.c (main): Run benchmark for each
21335         variant.
21336         * benchtests/cos-inputs: Add slow benchmark inputs.
21337         * benchtests/exp-inputs: Likewise.
21338         * benchtests/pow-inputs: Likewise.
21339         * benchtests/sin-inputs: Likewise.
21340         * benchtests/slowatan-inputs: Remove.
21341         * benchtests/slowatan.c: Remove.
21342         * benchtests/slowcos-inputs: Remove.
21343         * benchtests/slowcos.c: Remove.
21344         * benchtests/slowexp-inputs: Remove.
21345         * benchtests/slowexp.c: Remove.
21346         * benchtests/slowpow-inputs: Remove.
21347         * benchtests/slowpow.c: Remove.
21348         * benchtests/slowsin-inputs: Remove.
21349         * benchtests/slowsin.c: Remove.
21350         * benchtests/slowtan-inputs: Remove.
21351         * benchtests/slowtan.c: Remove.
21352         * benchtests/tan-inputs: Add slow benchmark inputs.
21353         * scripts/bench.pl: Parse comments and directives.
21354
21355         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21356         in CPPFLAGS.
21357         ($(objpfx)bench-%.c): Remove *-ITER.
21358         * benchtests/bench-modf.c: Remove definition of ITER.
21359         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21360         (main): Loop for DURATION seconds instead of fixed number of
21361         iterations.
21362         * scripts/bench.pl: Don't expect iterations in parameters.
21363
21364 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21365
21366         * io/fchdir.c (__fchdir): Renamed from fchdir.
21367         (fchdir): Define as weak alias.
21368
21369 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21370
21371         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21372         (ERRNO_EDOM): Likewise.
21373         (ERRNO_ERANGE): Likewise.
21374         (noErrnoTests): New variable.
21375         (init_max_error): Set errno to 0.
21376         (test_single_errno): New function.
21377         (test_errno): Likewise.
21378         (check_float_internal): Call test_errno.  Set errno to 0.
21379         (check_complex): Refer to errno tests in comment.
21380         (check_int): Call test_errno.  Set errno to 0.
21381         (check_long): Likewise.
21382         (check_bool): Likewise.
21383         (check_longlong): Likewise.
21384         (cos_test): Use ERRNO_* flags for errno tests instead of
21385         check_int.
21386         (expm1_test): Likewise.
21387         (fmod_test): Likewise.
21388         (ilogb_test): Likewise.
21389         (lgamma_test): Likewise.
21390         (pow_test): Likewise.
21391         (remainder_test): Likewise.
21392         (sin_test): Likewise.
21393         (tan_test): Likewise.
21394         (yn_test): Likewise.
21395         (initialize): Set errno to 0.
21396         (main): Print number of errno tests.
21397         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21398
21399 2013-04-29  Andreas Jaeger  <aj@suse.de>
21400
21401         [BZ #15084]
21402         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21403         and RES_USEVC.
21404
21405         [BZ #15085]
21406         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21407         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21408         unimplemented.
21409
21410         [BZ #15380]
21411         * stdlib/random.c (__initstate): Return NULL if
21412         __initstate fails.
21413
21414         [BZ #15086]
21415         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21416         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21417         RES_SNGLKUPREOP.
21418
21419 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21420
21421         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21422
21423 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21424
21425         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21426         of individual tests.
21427         (casin_test): Likewise.
21428         (casinh_test): Likewise.
21429
21430 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21431
21432         [BZ #15409]
21433         * math/s_catan.c (__catan): Handle arguments with large real or
21434         imaginary part separately without squaring.
21435         * math/s_catanf.c (__catanf): Likewise.
21436         * math/s_catanh.c (__catanh): Likewise.
21437         * math/s_catanhf.c (__catanhf): Likewise.
21438         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21439         and redefine.
21440         (__catanhl): Handle arguments with large real or imaginary part
21441         separately without squaring.
21442         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21443         and redefine.
21444         (__catanl): Handle arguments with large real or imaginary part
21445         separately without squaring.
21446         * math/libm-test.inc (catan_test): Add more tests.
21447         (catanh_test): Likewise.
21448         * sysdeps/i386/fpu/libm-test-ulps: Update.
21449         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21450
21451 2013-04-27  Andreas Jaeger  <aj@suse.de>
21452
21453         [BZ #15007]
21454         * stdlib/stdlib.h: Update guards for qecvt.
21455         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21456         <stdlib.h>.
21457
21458 2013-04-27  Allan McRae  <allan@archlinux.org>
21459
21460         * sysdeps/i386/fpu/libm-test-ulps: Update.
21461
21462 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21463
21464         [BZ #15406]
21465         * math/s_catan.c: Include <float.h>.
21466         (__catan): Ensure underflow exception occurs for underflowed
21467         result.
21468         * math/s_catanf.c: Include <float.h>.
21469         (__catanf): Ensure underflow exception occurs for underflowed
21470         result.
21471         * math/s_catanh.c: Include <float.h>.
21472         (__catanh): Ensure underflow exception occurs for underflowed
21473         result.
21474         * math/s_catanhf.c: Include <float.h>.
21475         (__catanhf): Ensure underflow exception occurs for underflowed
21476         result.
21477         * math/s_catanhl.c: Include <float.h>.
21478         (__catanhl): Ensure underflow exception occurs for underflowed
21479         result.
21480         * math/s_catanl.c: Include <float.h>.
21481         (__catanl): Ensure underflow exception occurs for underflowed
21482         result.
21483         * math/libm-test.inc (catan_test): Add more tests.
21484         (catanh_test): Likewise.
21485
21486         [BZ #15405]
21487         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21488         underflowed result.
21489         * math/s_ccoshf.c (__ccoshf): Likewise.
21490         * math/s_ccoshl.c (__ccoshl): Likewise.
21491         * math/s_csin.c (__csin): Likewise.
21492         * math/s_csinf.c (__csinf): Likewise.
21493         * math/s_csinh.c (__csinh): Likewise.
21494         * math/s_csinhf.c (__csinhf): Likewise.
21495         * math/s_csinhl.c (__csinhl): Likewise.
21496         * math/s_csinl.c (__csinl): Likewise.
21497         * math/libm-test.inc (ccos_test): Add more tests.
21498         (ccosh_test): Likewise.
21499         (csin_test): Likewise.
21500         (csinh_test): Likewise.
21501
21502 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21503
21504         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21505         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21506         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21507         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21508         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21509         powerpc/power5+/fpu folders.
21510         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21511
21512
21513 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21514
21515         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21516
21517 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21518
21519         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21520         additions to variable.
21521         [$(config-machine) = x86_64] (modules-names): Likewise.
21522         ($(objpfx)tst-audit3): Remove dependency.
21523         ($(objpfx)tst-audit3.out): Likewise.
21524         ($(objpfx)tst-audit4): Likewise.
21525         ($(objpfx)tst-audit4.out): Likewise.
21526         ($(objpfx)tst-audit5): Likewise.
21527         ($(objpfx)tst-audit5.out): Likewise.
21528         ($(objpfx)tst-audit6): Likewise.
21529         ($(objpfx)tst-audit6.out): Likewise.
21530         ($(objpfx)tst-audit7): Likewise.
21531         ($(objpfx)tst-audit7.out): Likewise.
21532         (tst-audit3-ENV): Remove variable.
21533         (tst-audit4-ENV): Likewise.
21534         (tst-audit5-ENV): Likewise.
21535         (tst-audit6-ENV): Likewise.
21536         (tst-audit7-ENV): Likewise.
21537         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21538         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21539         addition to variable.
21540         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21541         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21542         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21543         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21544         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21545         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21546         tst-audit3, tst-audit4 and tst-audit5.
21547         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21548         tst-audit6 and tst-audit7.
21549         [$(subdir) = elf] (modules-names): Add audit modules for those
21550         tests.
21551         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21552         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21553         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21554         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21555         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21556         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21557         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21558         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21559         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21560         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21561         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21562         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21563         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21564         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21565         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21566         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21567         Likewise.
21568         [$(subdir) = elf && $(config-cflags-avx) = yes]
21569         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21570         [$(subdir) = elf && $(config-cflags-avx) = yes]
21571         (CFLAGS-tst-auditmod4a.c): Likewise.
21572         [$(subdir) = elf && $(config-cflags-avx) = yes]
21573         (CFLAGS-tst-auditmod4b.c): Likewise.
21574         [$(subdir) = elf && $(config-cflags-avx) = yes]
21575         (CFLAGS-tst-auditmod6b.c): Likewise.
21576         [$(subdir) = elf && $(config-cflags-avx) = yes]
21577         (CFLAGS-tst-auditmod6c.c): Likewise.
21578         [$(subdir) = elf && $(config-cflags-avx) = yes]
21579         (CFLAGS-tst-auditmod7b.c): Likewise.
21580         * elf/tst-audit3.c: Move to ...
21581         * sysdeps/x86_64/tst-audit3.c: ... here.
21582         * elf/tst-audit4.c: Move to ...
21583         * sysdeps/x86_64/tst-audit4.c: ... here.
21584         * elf/tst-audit5.c: Move to ...
21585         * sysdeps/x86_64/tst-audit5.c: ... here.
21586         * elf/tst-audit6.c: Move to ...
21587         * sysdeps/x86_64/tst-audit6.c: ... here.
21588         * elf/tst-audit7.c: Move to ...
21589         * sysdeps/x86_64/tst-audit7.c: ... here.
21590         * elf/tst-auditmod3a.c: Move to ...
21591         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21592         * elf/tst-auditmod3b.c: Move to ...
21593         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21594         * elf/tst-auditmod4a.c: Move to ...
21595         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21596         * elf/tst-auditmod4b.c: Move to ...
21597         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21598         * elf/tst-auditmod5a.c: Move to ...
21599         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21600         * elf/tst-auditmod5b.c: Move to ...
21601         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21602         * elf/tst-auditmod6a.c: Move to ...
21603         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21604         * elf/tst-auditmod6b.c: Move to ...
21605         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21606         * elf/tst-auditmod6c.c: Move to ...
21607         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21608         * elf/tst-auditmod7a.c: Move to ...
21609         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21610         * elf/tst-auditmod7b.c: Move to ...
21611         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21612
21613 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21614
21615         [BZ #15366]
21616         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21617         define unconditionally.
21618         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21619         define unconditionally.
21620         (INT8_C, INT16_C, etc.): Likewise.
21621
21622 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21623
21624         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21625         __ehdr_start with hidden visibility.
21626
21627         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21628
21629 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21630
21631         * math/libm-test.inc (cos_test): Use accurate hex constants.
21632         (sincost_test): Likewise.
21633
21634 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21635
21636         * math/libm-test.inc (catan_test): Add more tests.
21637         (catanh_test): Likewise.
21638
21639         * math/s_catanf.c (__catanf): Use suffixed floating-point
21640         constants.
21641         * math/s_catanhf.c (__catanhf): Likewise.
21642         * math/s_catanhl.c (__catanhl): Likewise.
21643         * math/s_catanl.c (__catanl): Likewise.
21644
21645         [BZ #15394]
21646         * math/s_catan.c (__catan): Calculate imaginary part of result
21647         with log1p not log unless computing log of number close to 0.
21648         * math/s_catanf.c (__catanf): Likewise.
21649         * math/s_catanl.c (__catanl): Likewise.
21650         * math/s_catanh.c (__catanh): Calculate real part of result with
21651         log1p not log unless computing log of number close to 0.
21652         * math/s_catanhf.c (__catanhf): Likewise.
21653         * math/s_catanhl.c (__catanhl): Likewise.
21654         * math/libm-test.inc (catan_test): Add more tests.
21655         (catanh_test): Likewise.
21656         * sysdeps/i386/fpu/libm-test-ulps: Update.
21657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21658
21659 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21660
21661         * benchtests/Makefile: Mention files in which fast and slow
21662         paths of math functions are implemented.
21663
21664 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21665
21666         * sysdeps/posix/timespec_get.c: New file.
21667
21668 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21669
21670         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21671         POWER.
21672         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21673         for POWER.
21674         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21675         powerpc/power5/fpu folders.
21676         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21677         * benchtests/Makefile: Add modf testcase.
21678         * benchtests/bench-modf.c: New file: Benchmark test for mo
21679
21680 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21681
21682         [BZ #14888]
21683         * time/Makefile (tests): Add tst-strptime-whitespace.
21684         * time/strptime_l.c (get_number): Use ISSPACE.
21685         (__strptime_internal): Likewise.
21686         * time/tst-strptime-whitespace.c: New test case.
21687
21688 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21689
21690         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21691         member.
21692         (_nss_files_init): Set it here.
21693
21694 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21695
21696         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21697         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21698         unsigned.
21699
21700 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21701
21702         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21703
21704 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21705
21706         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21707         size just once.
21708
21709 2013-04-21  David S. Miller  <davem@davemloft.net>
21710
21711         * po/ru.po: Update Russion translation from translation project.
21712
21713 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21714
21715         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21716         and setfsgid.
21717
21718 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21719
21720         * configure.in: Remove i386 configure warning. Remove i386 case.
21721         * configure: Regenerate.
21722         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21723         Add example to error message.
21724         * sysdeps/i386/configure: Regenerate.
21725
21726 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21727
21728         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21729         slowtan.
21730         * benchtests/cos-inputs: New file.
21731         * benchtests/slowcos-inputs: New file.
21732         * benchtests/slowcos.c: New file.
21733         * benchtests/slowtan-inputs: New file.
21734         * benchtests/slowtan.c: New file.
21735         * benchtests/tan-inputs: New file.
21736
21737 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21738
21739         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21740         considered kosher.
21741
21742 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21743
21744         * benchtests/Makefile: Include cppflags-iterator.mk to add
21745         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21746
21747         * Makefile.in (bench-clean): New target.
21748         * benchtests/Makefile (bench-clean): Likewise.
21749
21750 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21751
21752         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21753
21754 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21755
21756         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21757
21758 2013-04-15  Andreas Schwab  <schwab@suse.de>
21759
21760         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21761         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21762         * nscd/pwdcache.c (cache_addpw): Likewise.
21763         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21764         more than recsize.
21765
21766 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21767
21768         * benchtests/Makefile (bench): Write all output to
21769         bench-out.tmp together.
21770
21771 2013-04-15  Andreas Schwab  <schwab@suse.de>
21772
21773         * nscd/nscd.c (main): Don't fork again after closing files.
21774
21775 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21776
21777         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21778
21779         * benchtests/Rules (bench-deps): Collect dependencies into a
21780         single variable.  Add Makefile to dependencies.
21781         ($(objpfx)bench-%.c): Depend on bench-deps.
21782
21783 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21784             Xavier Roche  <roche+kml2@exalead.com>
21785
21786         [BZ #15361]
21787         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21788         just that it's a file descriptor.
21789         * manual/llio.texi (Synchronizing AIO Operations): Update description
21790         for EBADF error from aio_fsync.
21791
21792 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21793
21794         * Rules (bench): Move target definition...
21795         * benchtests/Makefile: ... here.
21796
21797 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21798
21799         * math/libm-test.inc (cos_test): Fix PI/2 test.
21800         (sincos_test): Likewise.
21801         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21802         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21803
21804 2013-04-11  Andreas Schwab  <schwab@suse.de>
21805
21806         [BZ #13988]
21807         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21808         accept exponent character only when digits were seen.
21809         * stdio-common/Makefile (tests): Add bug26.
21810         * stdio-common/bug26.c: New file.
21811
21812         [BZ #14293]
21813         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21814         non-freeable.
21815
21816 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21817
21818         * Makeconfig (rtld-prefix): Define built linker prefix.
21819         * Rules (run-bench): Use it.
21820         * math/Makefile (run-regen-ulps): Likewise.
21821
21822         * Rules (bench): Remove eval.
21823
21824 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21825             Roland McGrath  <roland@hack.frob.com>
21826             Ondrej Bilka  <neleai@seznam.cz>
21827
21828         [BZ #15346]
21829         * time/getdate.c: Include ctype.h and alloca.h.
21830         (__getdate_r): Trim leading and trailing spaces of input.
21831         * time/tst-getdate.c (tests): Add tests with leading and
21832         trailing spaces.
21833
21834 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21835
21836         [BZ #14280]
21837         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21838         when computing value.
21839
21840 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21841
21842         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21843         Use testrun.sh to run libm tests.
21844
21845         [BZ #15309]
21846         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21847
21848 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21849
21850         [BZ #15264]
21851         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21852
21853 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21854
21855         * Makefile.in (regen-ulps): New target.
21856         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21857         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21858         [ifneq (no,$(PERL)] (regen-ulps): New target.
21859         [ifeq (no,$(PERL)] (regen-ulps): New target.
21860         * math/libm-test.inc (ulps_file_name): Define.
21861         (output_dir): New variable.
21862         (options): Add "output-dir" option.
21863         (parse_opt): Handle 'o' case.
21864         (main): If output_dir is non-NULL use it as a prefix
21865         otherwise use "".
21866         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21867
21868 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21869
21870         [BZ #10060, #10062]
21871         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21872         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21873         fail configure if __sync_val_compare_and_swap is not inlined.
21874         * sysdeps/i386/configure: Regenerate.
21875         * configure.in: Build for i686 when configured for i386.
21876         * configure: Regenerate.
21877         * README: Remove i386 reference.
21878
21879 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21880
21881         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21882         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21883
21884 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21885
21886         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21887         (lmsnanval): New variables.
21888         (F): Add conversion tests.
21889         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21890         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21891
21892         * stdio-common/tstdiomisc.c (F): Properly collect individual
21893         tests' results.
21894
21895         [BZ #14686, #15336]
21896         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21897         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21898         Instead, use input NaN values or generate a qNaN by arithmetic
21899         operation.  Also fix bugs to comply with the standard.
21900         * math/libm-test.inc (remainder_test): Add more tests.
21901
21902         [BZ #15335, #15342]
21903         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21904         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21905         input NaN values or generate a qNaN by arithmetic operation.
21906
21907         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21908         unreachable code.
21909
21910         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21911         definitions.
21912
21913 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21914
21915         [BZ #14478]
21916         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21917         underflowed result.
21918         * math/s_cexpf.c (__cexpf): Likewise.
21919         * math/s_cexpl.c (__cexpl): Likewise.
21920         * math/libm-test.inc (cexp_test): Add more tests.
21921
21922 2013-04-03  Andreas Schwab  <schwab@suse.de>
21923
21924         [BZ #15330]
21925         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21926         order arrays from heap if bigger than alloca cutoff.
21927
21928 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21929
21930         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21931         (SNAN_TESTS_double): Refer to GCC PR56831.
21932         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21933         GCC PR56828.
21934
21935 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21936
21937         * Rules (bench): Move bench.out after the run is complete.
21938
21939         * Rules (bench): Echo currently running benchmark.
21940
21941         * benchtests/Makefile (bench): Add atan and slowatan.
21942         * benchtests/atan-inputs: New file.
21943         * benchtests/slowatan-inputs: New file.
21944         * benchtests/slowatan.c: New file.
21945
21946         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21947         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21948         its value.
21949
21950         [BZ #15305]
21951         * sysdeps/unix/sysv/linux/kernel-features.h
21952         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21953         __ASSUME_XFS_RESTRICTED_CHOWN.
21954         * sysdeps/unix/sysv/linux/pathconf.c
21955         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21956         Save and restore errno.
21957
21958 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21959
21960         [BZ #15327]
21961         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21962         arguments using __kernel_casinh.
21963         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21964         arguments using __kernel_casinhf.
21965         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21966         arguments using __kernel_casinhl.
21967         * math/libm-test.inc (cacosh_test): Add more tests.
21968         * sysdeps/i386/fpu/libm-test-ulps: Update.
21969         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21970
21971 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21972
21973         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21974         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21975
21976         * bench/Makefile (bench): Add sin and slowsin.
21977         * benchtests/sin-inputs: New file.
21978         * benchtests/slowsin-inputs: New file.
21979         * benchtests/slowsin.c: New file.
21980
21981         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21982         (bench): Add slowexp and slowpow.
21983         (exp-ITER): Increase iterations.
21984         (pow-ITER): Likewise.
21985         * benchtests/exp-inputs: Change input.
21986         * benchtests/pow-inputs: Likewise.
21987         * benchtests/slowexp-inputs: New file.
21988         * benchtests/slowexp.c: New file.
21989         * benchtests/slowpow-inputs: New file.
21990         * benchtests/slowpow.c: New file.
21991
21992 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21993
21994         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21995         instructions.
21996         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21997         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21998         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21999         * benchtests/Makefile: Add rint benchtest.
22000         * benchtests/rint-inputs: Input for rint benchtest.
22001
22002 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
22003
22004         * Versions.def (libm): Add GLIBC_2.18.
22005         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
22006         hidden libm prototypes.
22007         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
22008         * math/Makefile (libm-calls): Add s_issignaling.
22009         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
22010         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
22011         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
22012         declaration.
22013         * math/math.h [__USE_GNU] (issignaling): New macro.
22014         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22015         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22016         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22017         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22018         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22019         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22020         * manual/arith.texi (issignaling): New section.
22021         * manual/libm-err-tab.pl (@all_functions): Update comment.
22022         * math/gen-libm-test.pl (parse_args): Apply special handling for
22023         issignaling.
22024         * math/libm-test.inc (print_float, issignaling_test): New
22025         functions.
22026         (check_float_internal): Add issignaling checks.
22027         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22028         default definition.
22029         * sysdeps/powerpc/math-tests.h: New file.
22030         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22031         tests.
22032         * math/test-snan.c (TEST_FUNC): Likewise.
22033
22034 2013-03-30  David S. Miller  <davem@davemloft.net>
22035
22036         * po/de.po: Update from translation team.
22037
22038 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22039
22040         [BZ #10357]
22041         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22042         imaginary part less than 1.0 and real part less than 0.5
22043         specially.
22044         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22045         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22046         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22047         (cacos_test): Add more tests.
22048         (casin_test): Likewise.
22049         (casinh_test): Likewise.
22050         * sysdeps/i386/fpu/libm-test-ulps: Update.
22051         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22052
22053 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22054
22055         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22056         ONE with its value.
22057
22058         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22059         (__pow_mp): Replace ONE and MONE with their values.
22060         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22061         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22062         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22063         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22064         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22065         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22066
22067         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22068
22069         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22070         (__pow_mp): Replace ZERO and MZERO with their values.
22071         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22072         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22073         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22074         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22075         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22076         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22077         (__sqr): Likewise.
22078
22079         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22080
22081         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22082
22083 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22084
22085         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22086         Declare with __attribute__ ((weak)).
22087         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22088         Call __call_tls_dtors only if it's not NULL.
22089
22090 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22091
22092         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22093         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22094         magic __ehdr_start linker symbol if it's defined.
22095         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22096         them up here if it was already done.
22097
22098         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22099         (_dl_aux_init): Use const in cast when setting it.
22100         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22101         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22102         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22103
22104         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22105         Declare them here.
22106         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22107         * csu/libc-tls.c: Nor here.
22108         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22109
22110         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22111         (__libc_message): Never call vsyslog.
22112
22113 2013-03-28  Alan Modra  <amodra@gmail.com>
22114
22115         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22116         Define as empty.
22117         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22118         Likewise.
22119
22120 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22121
22122         [BZ #15214]
22123         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22124         underflow.
22125         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22126
22127 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22128
22129         [BZ #15304]
22130         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22131         Don't add gid passed as argument.
22132
22133         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22134
22135 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22136
22137         [BZ #15307]
22138         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22139         imaginary part between 1.0 and 1.5 and real part less than 0.5
22140         specially.
22141         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22142         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22143         * math/libm-test.inc (cacos_test): Add more tests.
22144         (casin_test): Likewise.
22145         (casinh_test): Likewise.
22146         * sysdeps/i386/fpu/libm-test-ulps: Update.
22147         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22148
22149 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22150
22151         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22152         constants.
22153         (norm): Likewise.
22154         (denorm): Likewise.
22155         (__dbl_mp): Likewise.
22156         (add_magnitudes): Likewise.
22157         (sub_magnitudes): Likewise.
22158         (__add): Likewise.
22159         (__sub): Likewise.
22160         (__mul): Likewise.
22161         (__sqr): Likewise.
22162         (__inv): Likewise.
22163         (__dvd): Likewise.
22164
22165         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22166         commented code.
22167         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22168         (__dubcos): Likewise.
22169         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22170         (__ieee754_acos): Likewise.
22171         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22172         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22173         (__exp1): Likewise.
22174         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22175         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22176         (log1): Likewise.
22177         (my_log2): Likewise.
22178         (checkint): Likewise.
22179         * sysdeps/ieee754/dbl-64/e_remainder.c
22180         (__ieee754_remainder): Likewise.
22181         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22182         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22183         (bsloww): Likewise.
22184         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22185
22186         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22187         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22188         MANTISSA_STORE_T to store computations on mantissa.  Use
22189         macros for rounding and division.
22190         (denorm): Likewise.
22191         (__dbl_mp): Likewise.
22192         (add_magnitudes): Likewise.
22193         (sub_magnitudes): Likewise.
22194         (__mul): Likewise.
22195         (__sqr): Likewise.
22196         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22197         powers of two in terms of TWOPOW macro.
22198         (mp_no): Make type of mantissa as MANTISSA_T.
22199         [!RADIXI]: Define RADIXI.
22200         [!TWO52]: Define TWO52.
22201         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22202
22203 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22204
22205         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22206         llroundl symbol when building for PPC32.
22207
22208 2013-03-24  Mark H Weaver  <mhw@netris.org>
22209
22210         * manual/arith.texi (Normalization Functions): Fix prototypes for
22211         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22212
22213 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22214
22215         [BZ #13889]
22216         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22217         high value to check if expl overflow.
22218         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22219         to check for underflow and overflow.
22220         * math/libm-test.inc: Add exp test.
22221
22222 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22223
22224         [BZ #11120]
22225         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22226         with NOT_IN_libc.
22227
22228 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22229
22230         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22231         symbol.
22232
22233 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22234
22235         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22236         wrap blocks consisting of several statements.
22237
22238         * sysdeps/generic/math-tests.h: New file.
22239         * sysdeps/i386/fpu/math-tests.h: Likewise.
22240         * math/test-snan.c: Include it.
22241         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22242
22243 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22244
22245         [BZ #15285]
22246         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22247         (__ieee754_j0l): Do not improve calculations using cos of twice
22248         input for inputs above LDBL_MAX / 2.0L.
22249         (__ieee754_y0l): Likewise.
22250         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22251         (__ieee754_j1l): Do not improve calculations using cos of twice
22252         input for inputs above LDBL_MAX / 2.0L.
22253         (__ieee754_y1l): Likewise.
22254         * math/libm-test.inc (j0_test): Add another test.
22255         (j1_test): Likewise.
22256         (y0_test): Likewise.
22257         (y1_test): Likewise.
22258         * sysdeps/i386/fpu/libm-test-ulps: Update.
22259
22260 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22261
22262         * Rules ($(objpfx)bench-%.c): Include code from a C source
22263         file.
22264
22265 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22266
22267         [BZ #15287]
22268         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22269         imaginary part 1.0 and real part less than 0.5 specially.
22270         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22271         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22272         * math/libm-test.inc (cacos_test): Add more tests.
22273         (casin_test): Likewise.
22274         (casinh_test): Likewise.
22275         * sysdeps/i386/fpu/libm-test-ulps: Update.
22276         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22277
22278 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22279
22280         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22281         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22282
22283 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22284
22285         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22286         * config.make.in (config-cflags-sse4): Remove variable.
22287         (config-cflags-avx): Likewise.
22288         (config-cflags-sse2avx): Likewise.
22289         (config-cflags-novzeroupper): Likewise.
22290         (config-asflags-i686): Likewise.
22291         (have-mfma4): Likewise.
22292         (have-as-vis3): Likewise.
22293         (MIG): Likewise.
22294         * configure.in (MIG): Do not AC_SUBST.
22295         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22296         (libc_cv_cc_sse4): Do not AC_SUBST.
22297         (libc_cv_cc_avx): Likewise.
22298         (libc_cv_cc_sse2avx): Likewise.
22299         (libc_cv_cc_novzeroupper): Likewise.
22300         (libc_cv_cc_fma4): Likewise.
22301         (libc_cv_as_i686): Likewise.
22302         (libc_cv_sparc_as_vis3): Likewise.
22303         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22304         LIBC_CONFIG_VAR.
22305         (config-asflags-i686): Likewise.
22306         (config-cflags-avx): Likewise.
22307         (config-cflags-sse2avx): Likewise.
22308         (have-mfma4): Likewise.
22309         (config-cflags-novzeroupper): Likewise.
22310         * sysdeps/mach/configure.in (MIG): Likewise.
22311         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22312         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22313         LIBC_CONFIG_VAR.
22314         (config-cflags-avx): Likewise.
22315         (config-cflags-sse2avx): Likewise.
22316         (have-mfma4): Likewise.
22317         (config-cflags-novzeroupper): Likewise.
22318         * configure: Regenerated.
22319         * sysdeps/i386/configure: Likewise.
22320         * sysdeps/mach/configure: Likewise.
22321         * sysdeps/sparc/configure: Likewise.
22322         * sysdeps/x86_64/configure: Likewise.
22323
22324 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22325
22326         [BZ #14812]
22327         * locale/programs/localedef.c (options): Put N_ translation marker
22328         on argument names, not just descriptions.
22329
22330 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22331
22332         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22333
22334 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22335
22336         [BZ #14176]
22337         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22338
22339 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22340
22341         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22342         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22343         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22344         [!BEFORE_ABORT] (before_abort): New function.
22345         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22346         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22347         (writev_for_fatal): New function.
22348         (WRITEV_FOR_FATAL): New macro; call that.
22349         (backtrace_and_maps): New function.
22350         (BEFORE_ABORT): New macro; call that.
22351         (struct str_list): Type removed.
22352         (__libc_message, __libc_fatal): Functions removed.
22353         Include <sysdeps/posix/libc_fatal.c> instead.
22354
22355 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22356
22357         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22358         constants.
22359         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22360         double constants.
22361
22362 2013-03-19  Andreas Schwab  <schwab@suse.de>
22363
22364         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22365         * sysdeps/gnu/configure: Regenerate.
22366
22367         * configure.in: Substitute libc_cv_rtlddir.
22368         * configure: Regenerate.
22369         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22370         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22371         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22372         * elf/Makefile (install-others, CFLAGS-interp.c)
22373         (ldso_install, common-ldd-rewrite): Likewise.
22374         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22375         $(inst_slibdir)/$(rtld-installed-name).
22376         * scripts/rellns-sh: Add -p option.
22377         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22378         for source.
22379
22380 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22381
22382         * manual/nptl.texi: Renamed to ...
22383         * manual/threads.texi: ... this.
22384         * manual/Makefile (chapters): Update.
22385
22386 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22387
22388         [BZ #14812]
22389         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22390         on argument names, not just descriptions.
22391         * malloc/memusagestat.c (options): Likewise.
22392         * nss/getent.c (options): Likewise.
22393
22394 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22395
22396         [BZ #14812]
22397         * iconv/iconv_prog.c (options): Put N_ translation marker
22398         on argument names, not just descriptions.
22399         * iconv/iconvconfig.c (options): Likewise.
22400
22401 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22402
22403         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22404         implementation which is faster on all x86_64 architectures.
22405         Tested on AMD, Intel Nehalem, SNB, IVB.
22406         * sysdeps/x86_64/strnlen.S: Likewise.
22407
22408         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22409         Remove all multiarch strlen and strnlen versions.
22410         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22411         Remove strlen and strnlen related parts.
22412
22413         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22414         Inline strlen part.
22415         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22416
22417         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22418         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22419         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22420         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22421         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22422         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22423
22424 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22425
22426         * manual/memory.texi (Malloc Tunable Parameters):
22427         Sort parameters alphabetically. Add comments for missing entries.
22428
22429 2013-03-17  David S. Miller  <davem@davemloft.net>
22430
22431         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22432
22433 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22434
22435         [BZ #15283]
22436         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22437         for arguments at most half maximum finite value.
22438         * math/libm-test.inc (j0_test): Add more tests.
22439         (j1_test): Likewise.
22440         (y0_test): Likewise.
22441         (y1_test): Likewise.
22442         * sysdeps/i386/fpu/libm-test-ulps: Update.
22443         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22444
22445         [BZ #14155]
22446         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22447         1 / x and functions P and Q for arguments above 0x1p256L.
22448         (__ieee754_y0l): Likewise.
22449         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22450         (__ieee754_y1l): Likewise.
22451         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22452         (j1_test): Likewise.
22453         (y0_test): Likewise.
22454         (y1_test): Likewise.
22455
22456 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22457
22458         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22459         variable.
22460
22461 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22462
22463         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22464         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22465         zero since it's initialized to EXEC_PAGESIZE.
22466
22467         * sysdeps/unix/sysv/linux/ldsodefs.h
22468         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22469         * sysdeps/generic/ldsodefs.h: ... here.
22470
22471 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22472
22473         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22474
22475         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22476         math/test-snan.c.
22477         * math/test-snan.c: Renamed from
22478         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22479         * math/Makefile (tests): Add test-snan.
22480         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22481         test-powerpc-snan.
22482
22483         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22484         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22485         functions.
22486         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22487         __builtin_nan family of functions.
22488         * math/libm-test.inc (initialize): Initialize qnan_value with
22489         __builtin_nan family of functions.
22490         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22491         Remove variables.
22492         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22493         Remove functions.
22494         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22495         storage class.  Initialize qNaN_var and sNaN_var with
22496         __builtin_nan and __builtin_nans families of functions,
22497         respectively.
22498
22499         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22500         (sqrt_test): Remove duplicate test with qNaN input.
22501         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22502         (round_test, signbit_test, significand_test): Note missing +/-Inf
22503         as well as qNaN tests.
22504
22505         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22506         qNaN_var.  Fix a few strings, too.
22507         * math/libm-test.inc (nan_value): Rename to qnan_value.
22508         * math/gen-libm-test.pl (%beautify): Adjust to that.
22509         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22510         * math/test-misc.c (main): Likewise.
22511         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22512         to __qnan_bytes, and __qnan_union, respectively.
22513         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22514         Likewise.
22515         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22516         and lqnanval, respectively.
22517         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22518         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22519         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22520         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22521
22522         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22523         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22524         doubles.
22525
22526         * math/test-misc.c (main): Fix copy'n'pastos.
22527         * misc/tst-efgcvt.c (special): Likewise.
22528
22529         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22530         Remove declarations.
22531
22532 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22533
22534         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22535         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22536         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22537         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22538
22539 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22540
22541         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22542         macro to return vdso values correctly in IFUNC implementations.
22543         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22544         Optimization by using IFUNC.
22545
22546 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22547             Richard Henderson  <rth@redhat.com>
22548             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22549
22550         * Makefile.in (bench): New target.
22551         * NEWS: Mention the benchmark framework.
22552         * Rules (bench): Likewise.
22553         (binaries-bench): Generate binaries for functions to
22554         benchmark.
22555         * benchtests/Makefile: New makefile for benchmark tests.
22556         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22557         programs.
22558         * benchtests/exp-inputs: New input file for EXP function.
22559         * benchtests/pow-inputs: New input file for POW function.
22560         * scripts/bench.pl: New script to generate source files for
22561         benchmark programs.
22562
22563 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22564
22565         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22566         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22567         computations on mantissa.  Use macros for rounding and
22568         division.
22569         (denorm): Likewise.
22570         (__dbl_mp): Likewise.
22571         (add_magnitudes): Likewise.
22572         (sub_magnitudes): Likewise.
22573         (__mul): Likewise.
22574         (__sqr): Likewise.
22575         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22576         powers of two in terms of TWOPOW macro.
22577         (mp_no): Make type of mantissa as MANTISSA_T.
22578         [!RADIXI]: Define RADIXI.
22579         [!TWO52]: Define TWO52.
22580         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22581
22582         * manual/nptl.texi (cindex): Modify threads to pthreads.
22583
22584 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22585
22586         * sysdeps/x86_64/preconfigure: Regenerated.
22587
22588 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22589
22590         [BZ #14155]
22591         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22592         0x1p28 and above.
22593         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22594         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22595         0x1p28 and above.
22596         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22597         * math/libm-test.inc (j0_test): Do not allow one spurious
22598         underflow exception.
22599         (y1_test): Likewise.
22600
22601 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22602
22603         * manual/Makefile (chapters): Add nptl.
22604         * manual/debug.texi (Debugging Support): Add link to Threads
22605         chapter.
22606         * manual/nptl.texi: New file.
22607
22608         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22609
22610 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22611
22612         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22613         for non-NULL pointer before the memory validity test. Pointed
22614         out by Holger Brunck <holger.brunck@keymile.com>.
22615
22616 2013-03-13  Andreas Schwab  <schwab@suse.de>
22617
22618         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22619         instead of .os.
22620
22621 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22622
22623         * timezone/zic.c: Update from tzcode 2013b.
22624
22625 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22626
22627         * manual/install.texi (Configuring and compiling):
22628         Mention i686 and i586.
22629         * INSTALL: Regenerate.
22630
22631 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22632
22633         * sysdeps/init_array/elf-init.c: New file.
22634         * csu/elf-init.c
22635         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22636         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22637
22638         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22639         __gmon_start__ as global, but as static with a .preinit_array pointer.
22640         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22641         * sysdeps/init_array/crti.S: New file, empty except for comments.
22642         * sysdeps/init_array/crtn.S: Likewise.
22643
22644 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22645
22646         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22647         definining bcopy.
22648         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22649         Remove Prefer_SSE_for_memop.
22650         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22651         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22652         HAS_PREFER_SSE_FOR_MEMOP.
22653         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22654         memset-x86-64.
22655         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22656         Remove bzero, memset ifunc support.
22657         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22658         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22659         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22660         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22661
22662 2013-03-11  Andreas Schwab  <schwab@suse.de>
22663
22664         [BZ #15234]
22665         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22666         by SHLIB_COMPAT.
22667         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22668         (GLIBC_2.16): Remove pthread_atfork.
22669
22670 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22671
22672         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22673         (ptestcases.h): Likewise.
22674
22675 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22676
22677         * Makeconfig ($(common-objpfx)config.status): Depend on
22678         sysdeps/*/preconfigure{,.in} too.
22679
22680 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22681
22682         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22683         (__free_hook): Use void * instead of __malloc_ptr_t.
22684         (__malloc_hook): Likewise.
22685         (__realloc_hook): Likewise.
22686         (__memalign_hook): Likewise.
22687         (__after_morecore_hook): Likewise.
22688         * malloc/arena.c (save_malloc_hook): Likewise.
22689         (save_free_hook): Likewise.
22690         * malloc/hooks.c (malloc_hook_ini): Likewise.
22691         (realloc_hook_ini): Likewise.
22692         (memalign_hook_ini): Likewise.
22693         * malloc/malloc.c (malloc_hook_ini): Likewise.
22694         (realloc_hook_ini): Likewise.
22695         (memalign_hook_ini): Likewise.
22696         (__free_hook): Likewise.
22697         (__malloc_hook): Likewise.
22698         (__realloc_hook): Likewise.
22699         (__memalign_hook): Likewise.
22700         (__libc_malloc): Likewise.
22701         (__libc_free): Likewise.
22702         (__libc_realloc): Likewise.
22703         (__libc_memalign): Likewise.
22704         (__libc_valloc): Likewise.
22705         (__libc_pvalloc): Likewise.
22706         (__libc_calloc): Likewise.
22707         (__posix_memalign): Likewise.
22708         * malloc/morecore.c (__sbrk): Likewise.
22709         (__default_morecore): Likewise.
22710
22711         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22712
22713         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22714         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22715         __malloc_ptrdiff_t.
22716
22717         * malloc/malloc.h (__malloc_size_t): Remove macro.
22718         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22719         __malloc_size_t.
22720         (old_memalign_hook): Likewise.
22721         (old_realloc_hook): Likewise.
22722         (struct hdr): Likewise.
22723         (flood): Likewise.
22724         (mallochook): Likewise.
22725         (memalignhook): Likewise.
22726         (reallochook): Likewise.
22727         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22728         (tr_old_realloc_hook): Likewise.
22729         (tr_old_memalign_hook): Likewise.
22730         (tr_mallochook): Likewise.
22731         (tr_reallochook): Likewise.
22732         (tr_memalignhook): Likewise.
22733
22734 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22735
22736         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22737         default_ldbl_pack and using as default implementation.
22738         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22739         implementation.
22740         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22741         redundant definition.
22742         (ldbl_insert_mantissa): Likewise.
22743         (ldbl_canonicalize): Likewise.
22744         (ldbl_nearbyint): Likewise.
22745         (ldbl_pack): Rename to ldbl_pack_ppc.
22746         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22747         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22748         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22749
22750 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22751
22752         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22753         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22754         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22755         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22756         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22757         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22758         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22759         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22760
22761 2013-03-07  Andreas Jaeger  <aj@suse.de>
22762
22763         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22764         bits/mman-linux.h.
22765
22766 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22767
22768         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22769         Include mpa.h and declare __MPEXP.
22770         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22771         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22772         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22773         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22774         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22775         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22776         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22777
22778         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22779         (__slowpow): Use long double EXPL and LOGL functions to
22780         compute POW.
22781         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22782         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22783         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22784         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22785         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22786         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22787
22788         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22789         intermediate variable to calculate exponent.
22790         (__sqr): Likewise.
22791         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22792         Likewise.
22793         (__sqr): Likewise.
22794
22795         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22796         [!NO__SQR]: Define __sqr.
22797         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22798         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22799         sysdeps/ieee754/dbl-64/mpa.c.
22800         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22801
22802         [BZ #12723]
22803         * posix/Makefile (tests): Add tst-pathconf.
22804         * posix/tst-pathconf.c: New test case.
22805         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22806         _PC_PIPE_BUF.
22807         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22808
22809 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22810
22811         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22812
22813 2013-03-06  Andreas Jaeger  <aj@suse.de>
22814
22815         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22816         definition via __MAP_ANONYMOUS.
22817
22818         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22819         it's not part of Linux headers.
22820
22821         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22822         (MAP_HUGE_MASK): Define.
22823
22824         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22825         Define.
22826         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22827         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22828         Define.
22829         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22830         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22831         Define.
22832         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22833         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22834         Define.
22835         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22836
22837         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22838         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22839         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22840         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22841         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22842         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22843
22844         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22845         Handle f2fs.
22846
22847         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22848         Handle f2fs and efivarfs.
22849
22850         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22851         f2fs.
22852
22853         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22854         (EFIVARFS_MAGIC): Add.
22855         (F2FS_LINK_MAX): Add.
22856
22857 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22858
22859         * stdio-common/vfprintf.c: Replace __builtin_expect with
22860         __glibc_unlikely.
22861
22862 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22863
22864         [BZ #13550]
22865         * sysdeps/generic/bp-sym.h: Remove file.
22866         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22867         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22868         <bp-sym.h> and <bp-asm.h>.
22869         (__longjmp): Don't use BP_SYM.
22870         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22871         and <bp-asm.h>.
22872         (memcpy): Don't use BP_SYM.
22873         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22874         <bp-sym.h> and <bp-asm.h>.
22875         (memcpy): Don't use BP_SYM.
22876         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22877         <bp-asm.h>.
22878         (memcpy): Don't use BP_SYM.
22879         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22880         <bp-asm.h>.
22881         (memset): Don't use BP_SYM.
22882         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22883         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22884         (__bzero): Don't use BP_SYM.
22885         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22886         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22887         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22888         <bp-sym.h> and <bp-asm.h>.
22889         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22890         pointers.
22891         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22892         <bp-sym.h> and <bp-asm.h>.
22893         (memcpy): Don't use BP_SYM.
22894         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22895         <bp-sym.h> and <bp-asm.h>.
22896         (memset): Don't use BP_SYM.
22897         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22898         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22899         (__bzero): Don't use BP_SYM.
22900         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22901         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22902         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
22903         <bp-sym.h> and <bp-asm.h>.
22904         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22905         pointers.
22906         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22907         <bp-sym.h> and <bp-asm.h>.
22908         (memcpy): Don't use BP_SYM.
22909         * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
22910         <bp-sym.h> and <bp-asm.h>.
22911         (memset): Don't use BP_SYM.
22912         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22913         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22914         (__bzero): Don't use BP_SYM.
22915         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22916         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22917         * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
22918         <bp-sym.h> and <bp-asm.h>.
22919         (__memchr): Don't use BP_SYM.
22920         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22921         <bp-sym.h> and <bp-asm.h>.
22922         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22923         pointers.
22924         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22925         <bp-sym.h> and <bp-asm.h>.
22926         (memcpy): Don't use BP_SYM.
22927         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22928         <bp-sym.h> and <bp-asm.h>.
22929         (__mempcpy): Don't use BP_SYM.
22930         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22931         <bp-sym.h> and <bp-asm.h>.
22932         (__memrchr): Don't use BP_SYM.
22933         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22934         <bp-sym.h> and <bp-asm.h>.
22935         (memset): Don't use BP_SYM.
22936         (__bzero): Likewise.
22937         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22938         <bp-sym.h> and <bp-asm.h>.
22939         (__rawmemchr): Don't use BP_SYM.
22940         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22941         <bp-sym.h> and <bp-asm.h>.
22942         (__STRCMP): Don't use BP_SYM.
22943         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22944         <bp-sym.h> and <bp-asm.h>.
22945         (strchr): Don't use BP_SYM.
22946         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22947         <bp-sym.h> and <bp-asm.h>.
22948         (__strchrnul): Don't use BP_SYM.
22949         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22950         <bp-sym.h> and <bp-asm.h>.
22951         (strlen): Don't use BP_SYM.
22952         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22953         <bp-sym.h> and <bp-asm.h>.
22954         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22955         pointers.
22956         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22957         <bp-sym.h> and <bp-asm.h>.
22958         (__strnlen): Don't use BP_SYM.
22959         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22960         <bp-sym.h> and <bp-asm.h>.
22961         (__GI__setjmp): Don't use BP_SYM.
22962         (_setjmp): Likewise.
22963         (__sigsetjmp): Likewise.
22964         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22965         (L(start_addresses)): Don't use BP_SYM.
22966         (_start): Likewise.
22967         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22968         <bp-asm.h>.
22969         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22970         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22971         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22972         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22973         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22974         <bp-asm.h>.
22975         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22976         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22977         about bounded pointers.
22978         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22979         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22980         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22981         <bp-asm.h>.
22982         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22983         about bounded pointers.  Remove GKM FIXME comments.
22984         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22985         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22986         <bp-asm.h>.
22987         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22988         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22989         Remove GKM FIXME comments.
22990         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22991         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22992         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22993         <bp-asm.h>.
22994         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22995         about bounded pointers.  Remove GKM FIXME comment.
22996         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22997         and <bp-asm.h>.
22998         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22999         pointers.
23000         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
23001         <bp-sym.h> and <bp-asm.h>.
23002         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23003         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
23004         <bp-sym.h> and <bp-asm.h>.
23005         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23006         comment.
23007
23008 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
23009
23010         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
23011         call free(NULL).
23012
23013 2013-03-05  David S. Miller  <davem@davemloft.net>
23014
23015         * po/es.po: Update from translation team.
23016
23017 2013-03-05  Andreas Jaeger  <aj@suse.de>
23018
23019         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23020         <bits/mman-linux.h>.
23021         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23022         is fine.
23023         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23024         <bits/mman-linux.h> to end of file.
23025         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23026         is fine.
23027         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23028         <bits/mman-linux.h> to end of file.
23029         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23030         is fine.
23031         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23032         <bits/mman-linux.h> to end of file.
23033
23034         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23035         (MCL_CURRENT, MCL_FUTURE): Define here.
23036
23037 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23038
23039         [BZ #15232]
23040         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23041         attribute_hidden.
23042         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23043
23044 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23045
23046         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23047         fourth parameter needed for rt_sigprocmask syscall.
23048         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23049         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23050         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23051         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23052         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23053         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23054
23055 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23056
23057         [BZ #13550]
23058         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23059         comment about bounded pointers.
23060         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23061         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23062
23063 2013-03-04  Andreas Jaeger  <aj@suse.de>
23064
23065         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23066         common definitions.
23067
23068         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23069         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23070         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23071         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23072         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23073         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23074
23075 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23076
23077         [BZ #15055]
23078         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23079         __ieee754_sqrl instead of __sqrl.
23080
23081 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23082
23083         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23084         * sysdeps/powerpc/fpu_control.h: ... here.
23085         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23086         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23087         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23088         * sysdeps/powerpc/bits/mathinline.h: ... here.
23089
23090 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23091
23092         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23093         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23094         to just [NEED_DL_SYSINFO_DSO].
23095         * elf/dl-support.c: Likewise.
23096         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23097         * elf/rtld.c (dl_main): Likewise.
23098         * elf/setup-vdso.h (setup_vdso): Likewise.
23099         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23100         * sysdeps/unix/sysv/linux/dl-sysdep.c
23101         (_dl_discover_osversion): Likewise.
23102
23103 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23104
23105         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23106         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23107
23108 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23109
23110         * NEWS: Mention libm performance improvements and non-x86 PI
23111         futex support.
23112
23113         * csu/libc-start.c (__pthread_initialize_minimal): Change
23114         function arguments.
23115         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23116
23117 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23118
23119         [BZ #13550]
23120         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23121         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23122         <bp-sym.h> and <bp-asm.h>.
23123         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23124         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23125         and <bp-asm.h>.
23126         (memcpy): Don't use BP_SYM.
23127         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23128         <bp-asm.h>.
23129         (__mpn_add_n): Don't use BP_SYM.
23130         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23131         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23132         and <bp-asm.h>.
23133         (__mpn_addmul_1): Don't use BP_SYM.
23134         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23135         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23136         <bp-sym.h>.
23137         (_setjmp): Don't use BP_SYM.
23138         (__novmx_setjmp): Likewise.
23139         (__GI__setjmp): Likewise.
23140         (__vmx_setjmp): Likewise.
23141         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23142         <bp-sym.h>.
23143         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23144         (__bzero): Don't use BP_SYM.
23145         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23146         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23147         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23148         <bp-sym.h> and <bp-asm.h>.
23149         (memcpy): Don't use BP_SYM.
23150         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23151         <bp-sym.h> and <bp-asm.h>.
23152         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23153         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23154         <bp-sym.h> and <bp-asm.h>.
23155         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23156         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23157         <bp-asm.h>.
23158         (__mpn_lshift): Don't use BP_SYM.
23159         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23160         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23161         <bp-asm.h>.
23162         (memset): Don't use BP_SYM.
23163         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23164         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23165         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23166         <bp-asm.h>.
23167         (__mpn_mul_1): Don't use BP_SYM.
23168         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23169         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23170         <bp-sym.h> and <bp-asm.h>.
23171         (memcmp): Don't use BP_SYM.
23172         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23173         <bp-sym.h> and <bp-asm.h>.
23174         (memcpy): Don't use BP_SYM.
23175         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23176         <bp-sym.h> and <bp-asm.h>.
23177         (memset): Don't use BP_SYM.
23178         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23179         <bp-sym.h> and <bp-asm.h>.
23180         (strncmp): Don't use BP_SYM.
23181         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23182         <bp-sym.h> and <bp-asm.h>.
23183         (memcpy): Don't use BP_SYM.
23184         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23185         <bp-sym.h> and <bp-asm.h>.
23186         (memset): Don't use BP_SYM.
23187         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23188         <bp-sym.h> and <bp-asm.h>.
23189         (__memchr): Don't use BP_SYM.
23190         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23191         <bp-sym.h> and <bp-asm.h>.
23192         (memcmp): Don't use BP_SYM.
23193         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23194         <bp-sym.h> and <bp-asm.h>.
23195         (memcpy): Don't use BP_SYM.
23196         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23197         <bp-sym.h> and <bp-asm.h>.
23198         (__mempcpy): Don't use BP_SYM.
23199         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23200         <bp-sym.h> and <bp-asm.h>.
23201         (__memrchr): Don't use BP_SYM.
23202         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23203         <bp-sym.h> and <bp-asm.h>.
23204         (memset): Don't use BP_SYM.
23205         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23206         <bp-sym.h> and <bp-asm.h>.
23207         (__rawmemchr): Don't use BP_SYM.
23208         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23209         <bp-sym.h> and <bp-asm.h>.
23210         (__STRCMP): Don't use BP_SYM.
23211         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23212         <bp-sym.h> and <bp-asm.h>.
23213         (strchr): Don't use BP_SYM.
23214         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23215         <bp-sym.h> and <bp-asm.h>.
23216         (__strchrnul): Don't use BP_SYM.
23217         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23218         <bp-sym.h> and <bp-asm.h>.
23219         (strlen): Don't use BP_SYM.
23220         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23221         <bp-sym.h> and <bp-asm.h>.
23222         (strncmp): Don't use BP_SYM.
23223         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23224         <bp-sym.h> and <bp-asm.h>.
23225         (__strnlen): Don't use BP_SYM.
23226         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23227         <bp-asm.h>.
23228         (__mpn_rshift): Don't use BP_SYM.
23229         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23230         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23231         <bp-sym.h> and <bp-asm.h>.
23232         (__sigsetjmp): Don't use BP_SYM.
23233         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23234         (L(start_addresses)): Don't use BP_SYM.
23235         (_start): Likewise.
23236         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23237         <bp-asm.h>.
23238         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23239         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23240         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23241         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23242         <bp-asm.h>.
23243         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23244         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23245         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23246         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23247         <bp-asm.h>.
23248         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23249         comments.
23250         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23251         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23252         <bp-asm.h>.
23253         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23254         FIXME comments.
23255         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23256         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23257         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23258         <bp-asm.h>.
23259         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23260         comment.
23261         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23262         and <bp-asm.h>.
23263         (strncmp): Don't use BP_SYM,
23264         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23265         <bp-asm.h>.
23266         (__mpn_sub_n): Don't use BP_SYM.
23267         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23268         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23269         and <bp-asm.h>.
23270         (__mpn_submul_1): Don't use BP_SYM.
23271         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23272         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23273         <bp-sym.h> and <bp-asm.h>.
23274         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23276         <bp-sym.h> and <bp-asm.h>.
23277         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23278         comment.
23279
23280 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23281
23282         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23283         Use ZK to minimize writes to Z.
23284         (sub_magnitudes): Simplify code a bit.
23285         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23286         Use ZK to minimize writes to Z.
23287         (sub_magnitudes): Simplify code a bit.
23288
23289 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23290
23291         * csu/gmon-start.c: Add special exception to license text.
23292
23293 2013-02-27  Richard Henderson  <rth@redhat.com>
23294
23295         * scripts/config.guess: Update from config.git.
23296         * scripts/config.sub: Likewise.
23297
23298 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23299
23300         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23301
23302         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23303
23304         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23305
23306         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23307
23308         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23309
23310 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23311
23312         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23313         [$(build-shared = yes].
23314
23315 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23316
23317         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23318         (__mul): Reduce iterations for calculating mantissa.
23319
23320         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23321         MPTWO.
23322         (__mpranred): Likewise.
23323
23324         [BZ #15160]
23325         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23326         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23327
23328 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23329
23330         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23331         Define __attribute__.
23332
23333 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23334
23335         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23336         unused.
23337         * posix/regex_internal.h (__attribute): Remove.
23338         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23339         (re_string_context_at): Likewise.
23340         (bitset_not): Use __attribute__ and mark function as possibly
23341         unused.
23342         (bitset_merge): Likewise.
23343         (bitset_mask): Likewise.
23344         (re_string_char_size_at): Likewise.
23345         (re_string_wchar_at): Likewise.
23346         (re_string_elem_size_at): Likewise.
23347
23348 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23349
23350         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23351         code.
23352         (cc32): Likewise.
23353
23354         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23355         (__acr): Likewise.
23356         (__cpy): Likewise.
23357         (norm): Likewise.
23358         (denorm): Likewise.
23359         (__dbl_mp): Likewise.
23360         (add_magnitudes): Likewise.
23361         (sub_magnitudes): Likewise.
23362         (__mul): Likewise.
23363         (__inv): Likewise.
23364
23365         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23366         style.
23367
23368         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23369         style.
23370
23371         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23372         code.
23373
23374         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23375         up changes with default code.
23376         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23377         Likewise.
23378
23379 2013-02-24  Allan McRae  <allan@archlinux.org>
23380
23381         * manual/socket.texi (The Internet Namespace): Order menu items
23382         to match that in the file.
23383
23384         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23385         node listing of the info page menu.
23386
23387 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23388
23389         [BZ #13550]
23390         * sysdeps/i386/bp-asm.h: Remove file.
23391         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23392         (PARMS): Do not use macros from bp-asm.h.
23393         (S1): Likewise.
23394         (S2): Likewise.
23395         (SIZE): Likewise.
23396         (__mpn_add_n): Do not use BP_SYM
23397         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23398         "bp-asm.h".
23399         (PARMS): Do not use macros from bp-asm.h.
23400         (S1): Likewise.
23401         (SIZE): Likewise.
23402         (__mpn_addmul_1): Do not use BP_SYM
23403         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23404         "bp-asm.h".
23405         (PARMS): Do not use macros from bp-asm.h.
23406         (SIGMSK): Likewise.
23407         (_setjmp): Likewise.  Do not use BP_SYM.
23408         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23409         "bp-asm.h".
23410         (PARMS): Do not use macros from bp-asm.h.
23411         (SIGMSK): Likewise.
23412         (setjmp): Likewise.  Do not use BP_SYM.
23413         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23414         "bp-asm.h".
23415         (PARMS): Do not use macros from bp-asm.h.
23416         (__frexp): Do not use BP_SYM.
23417         (frexp): Likewise.
23418         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23419         "bp-asm.h".
23420         (PARMS): Do not use macros from bp-asm.h.
23421         (__frexpf): Do not use BP_SYM.
23422         (frexpf): Likewise.
23423         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23424         "bp-asm.h".
23425         (PARMS): Do not use macros from bp-asm.h.
23426         (__frexpl): Do not use BP_SYM.
23427         (frexpl): Likewise.
23428         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23429         "bp-asm.h".
23430         (PARMS): Do not use macros from bp-asm.h.
23431         (__remquo): Do not use BP_SYM.
23432         (remquo): Likewise.
23433         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23434         "bp-asm.h".
23435         (PARMS): Do not use macros from bp-asm.h.
23436         (__remquof): Do not use BP_SYM.
23437         (remquof): Likewise.
23438         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23439         "bp-asm.h".
23440         (PARMS): Do not use macros from bp-asm.h.
23441         (__remquol): Do not use BP_SYM.
23442         (remquol): Likewise.
23443         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23444         "bp-asm.h".
23445         (PARMS): Do not use macros from bp-asm.h.
23446         (DEST): Likewise.
23447         (SRC): Likewise.
23448         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23449         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23450         "bp-asm.h".
23451         (PARMS): Do not use macros from bp-asm.h.
23452         (strlen): Do not use BP_SYM.
23453         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23454         "bp-asm.h".
23455         (PARMS): Do not use macros from bp-asm.h.
23456         (S1): Likewise.
23457         (S2): Likewise.
23458         (SIZE): Likewise.
23459         (__mpn_add_n): Do not use BP_SYM.
23460         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23461         "bp-asm.h".
23462         (PARMS): Do not use macros from bp-asm.h.
23463         (S1): Likewise.
23464         (SIZE): Likewise.
23465         (__mpn_addmul_1): Do not use BP_SYM.
23466         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23467         weak_alias.
23468         (bzero): Likewise.
23469         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23470         "bp-asm.h".
23471         (PARMS): Do not use macros from bp-asm.h.
23472         (S): Likewise.
23473         (SIZE): Likewise.
23474         (__mpn_lshift): Do not use BP_SYM.
23475         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23476         "bp-asm.h".
23477         (PARMS): Do not use macros from bp-asm.h.
23478         (DEST): Likewise.
23479         (SRC): Likewise.
23480         (LEN): Likewise.
23481         (memcpy): Likewise.  Do not use BP_SYM.
23482         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23483         libc_hidden_def and weak_alias.
23484         (mempcpy): Do not use BP_SYM in weak_alias.
23485         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23486         "bp-asm.h".
23487         (PARMS): Do not use macros from bp-asm.h.
23488         (DEST): Likewise.
23489         (LEN): Likewise.
23490         [!BZERO_P] (CHR): Likewise.
23491         (memset): Likewise.  Do not use BP_SYM.
23492         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23493         "bp-asm.h".
23494         (PARMS): Do not use macros from bp-asm.h.
23495         (S1): Likewise.
23496         (SIZE): Likewise.
23497         (__mpn_mul_1): Do not use BP_SYM.
23498         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23499         "bp-asm.h".
23500         (PARMS): Do not use macros from bp-asm.h.
23501         (S): Likewise.
23502         (SIZE): Likewise.
23503         (__mpn_rshift): Do not use BP_SYM.
23504         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23505         "bp-asm.h".
23506         (PARMS): Do not use macros from bp-asm.h.
23507         (STR): Likewise.
23508         (CHR): Likewise.
23509         (strchr): Likewise.  Do not use BP_SYM.
23510         (index): Do not use BP_SYM in weak_alias.
23511         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23512         "bp-asm.h".
23513         (PARMS): Do not use macros from bp-asm.h.
23514         (DEST): Likewise.
23515         (SRC): Likewise.
23516         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23517         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23518         "bp-asm.h".
23519         (PARMS): Do not use macros from bp-asm.h.
23520         (strlen): Do not use BP_SYM.
23521         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23522         "bp-asm.h".
23523         (PARMS): Do not use macros from bp-asm.h.
23524         (S1): Likewise.
23525         (S2): Likewise.
23526         (SIZE): Likewise.
23527         (__mpn_sub_n): Do not use BP_SYM.
23528         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23529         "bp-asm.h".
23530         (PARMS): Do not use macros from bp-asm.h.
23531         (S1): Likewise.
23532         (SIZE): Likewise.
23533         (__mpn_submul_1): Do not use BP_SYM.
23534         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23535         "bp-asm.h".
23536         (PARMS): Do not use macros from bp-asm.h.
23537         (S1): Likewise.
23538         (S2): Likewise.
23539         (SIZE): Likewise.
23540         (__mpn_add_n): Do not use BP_SYM.
23541         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23542         weak_alias.
23543         (bzero): Likewise.
23544         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23545         "bp-asm.h".
23546         (PARMS): Do not use macros from bp-asm.h.
23547         (BLK2): Likewise.
23548         (LEN): Likewise.
23549         (memcmp): Do not use BP_SYM.
23550         (bcmp): Do not use BP_SYM in weak_alias.
23551         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23552         "bp-asm.h".
23553         (PARMS): Do not use macros from bp-asm.h.
23554         (DEST): Likewise.
23555         (SRC): Likewise.
23556         (LEN): Likewise.
23557         (memcpy): Likewise.  Do not use BP_SYM.
23558         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23559         "bp-asm.h".
23560         (PARMS): Do not use macros from bp-asm.h.
23561         (DEST): Likewise.
23562         (SRC): Likewise.
23563         (LEN): Likewise.
23564         (memmove): Likewise.  Do not use BP_SYM.
23565         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23566         "bp-asm.h".
23567         (PARMS): Do not use macros from bp-asm.h.
23568         (DEST): Likewise.
23569         (SRC): Likewise.
23570         (LEN): Likewise.
23571         (__mempcpy): Likewise.  Do not use BP_SYM.
23572         (mempcpy): Do not use BP_SYM in weak_alias.
23573         * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
23574         "bp-asm.h".
23575         (PARMS): Do not use macros from bp-asm.h.
23576         (DEST): Likewise.
23577         (LEN): Likewise.
23578         [!BZERO_P] (CHR): Likewise.
23579         (memset): Likewise.  Do not use BP_SYM.
23580         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23581         "bp-asm.h".
23582         (PARMS): Do not use macros from bp-asm.h.
23583         (STR2): Likewise.
23584         (strcmp): Do not use BP_SYM.
23585         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23586         "bp-asm.h".
23587         (PARMS): Do not use macros from bp-asm.h.
23588         (STR): Likewise.
23589         (DELIM): Likewise.
23590         [USE_AS_STRTOK_R] (SAVE): Likewise.
23591         (FUNCTION): Likewise.  Do not use BP_SYM.
23592         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23593         aliases.
23594         (strtok_r): Likewise.
23595         (__GI___strtok_r): Likewise.
23596         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23597         (PARMS): Do not use macros from bp-asm.h.
23598         (S): Likewise.
23599         (SIZE): Likewise.
23600         (__mpn_lshift): Do not use BP_SYM.
23601         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23602         (PARMS): Do not use macros from bp-asm.h.
23603         (STR): Likewise.
23604         (CHR): Likewise.
23605         (__memchr): Do not use BP_SYM.
23606         (memchr): Do not use BP_SYM in weak_alias.
23607         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23608         (PARMS): Do not use macros from bp-asm.h.
23609         (BLK2): Likewise.
23610         (LEN): Likewise.
23611         (memcmp): Do not use BP_SYM.
23612         (bcmp): Do not use BP_SYM in weak_alias.
23613         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23614         (PARMS): Do not use macros from bp-asm.h.
23615         (S1): Likewise.
23616         (SIZE): Likewise.
23617         (__mpn_mul_1): Do not use BP_SYM.
23618         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23619         "bp-asm.h".
23620         (PARMS): Do not use macros from bp-asm.h.
23621         (STR): Likewise.
23622         (CHR): Likewise.
23623         (__rawmemchr): Do not use BP_SYM.
23624         (rawmemchr): Do not use BP_SYM in weak_alias.
23625         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23626         (PARMS): Do not use macros from bp-asm.h.
23627         (S): Likewise.
23628         (SIZE): Likewise.
23629         (__mpn_rshift): Do not use BP_SYM.
23630         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23631         (PARMS): Do not use macros from bp-asm.h.
23632         (SIGMSK): Likewise.
23633         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23634         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23635         (_start): Do not use BP_SYM.
23636         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23637         (PARMS): Do not use macros from bp-asm.h.
23638         (DEST): Likewise.
23639         (SRC): Likewise.
23640         (__stpcpy): Likewise.  Do not use BP_SYM.
23641         (stpcpy): Do not use BP_SYM in weak_alias.
23642         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23643         "bp-asm.h".
23644         (PARMS): Do not use macros from bp-asm.h.
23645         (DEST): Likewise.
23646         (SRC): Likewise.
23647         (LEN): Likewise.
23648         (__stpncpy): Likewise.  Do not use BP_SYM.
23649         (stpncpy): Do not use BP_SYM in weak_alias.
23650         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23651         (PARMS): Do not use macros from bp-asm.h.
23652         (STR): Likewise.
23653         (CHR): Likewise.
23654         (strchr): Likewise.  Do not use BP_SYM.
23655         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23656         "bp-asm.h".
23657         (PARMS): Do not use macros from bp-asm.h.
23658         (STR): Likewise.
23659         (CHR): Likewise.
23660         (__strchrnul): Likewise.  Do not use BP_SYM.
23661         (strchrnul): Do not use BP_SYM in weak_alias.
23662         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23663         "bp-asm.h".
23664         (PARMS): Do not use macros from bp-asm.h.
23665         (STOP): Likewise.
23666         (strcspn): Do not use BP_SYM.
23667         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23668         "bp-asm.h".
23669         (PARMS): Do not use macros from bp-asm.h.
23670         (STR): Likewise.
23671         (STOP): Likewise.
23672         (strpbrk): Likewise.  Do not use BP_SYM.
23673         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23674         "bp-asm.h".
23675         (PARMS): Do not use macros from bp-asm.h.
23676         (STR): Likewise.
23677         (CHR): Likewise.
23678         (strrchr): Likewise.  Do not use BP_SYM.
23679         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23680         (PARMS): Do not use macros from bp-asm.h.
23681         (SKIP): Likewise.
23682         (strspn): Do not use BP_SYM.
23683         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23684         (PARMS): Do not use macros from bp-asm.h.
23685         (STR): Likewise.
23686         (DELIM): Likewise.
23687         (SAVE): Likewise.
23688         (FUNCTION): Likewise.  Do not use BP_SYM.
23689         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23690         aliases.
23691         (strtok_r): Likewise.
23692         (__GI___strtok_r): Likewise.
23693         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23694         (PARMS): Do not use macros from bp-asm.h.
23695         (S1): Likewise.
23696         (S2): Likewise.
23697         (SIZE): Likewise.
23698         (__mpn_sub_n): Do not use BP_SYM.
23699         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23700         "bp-asm.h".
23701         (PARMS): Do not use macros from bp-asm.h.
23702         (S1): Likewise.
23703         (SIZE): Likewise.
23704         (__mpn_submul_1): Do not use BP_SYM.
23705         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23706         <bp-sym.h>.
23707         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23708         and <bp-asm.h>.
23709         (PARMS): Do not use macros from bp-asm.h.
23710         (FLAGS): Likewise.
23711         (PTID): Likewise.
23712         (TLS): Likewise.
23713         (CTID): Likewise.
23714         (__clone): Do not use BP_SYM.
23715         (clone): Do not use BP_SYM in weak_alias.
23716         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23717         and <bp-asm.h>.
23718         (PARMS): Do not use macros from bp-asm.h.
23719         (LEN): Likewise.
23720         (__mmap64): Do not use BP_SYM.
23721         (mmap64): Do not use BP_SYM in weak_alias.
23722         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23723         <bp-sym.h> and <bp-asm.h>.
23724         (PARMS): Do not use macros from bp-asm.h.
23725         (__posix_fadvise64_l64): Do not use BP_SYM.
23726         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23727         (PARMS): Do not use macros from bp-asm.h.
23728         (NSOPS): Likewise.
23729         (semtimedop): Do not use BP_SYM.
23730         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23731         and <bp-asm.h>.
23732
23733 2013-02-21  Allan McRae  <allan@archlinux.org>
23734
23735         * manual/message.texi (Charset conversion in gettext):
23736         Move @end statement to beginning of line.
23737
23738 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23739
23740         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23741         static.
23742         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23743         Likewise.
23744
23745         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23746         (denorm): Likewise.
23747         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23748         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23749
23750 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23751
23752         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23753         tail-call to the resolved function if pltexit isn't needed.
23754
23755 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23756
23757         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23758         or Y being zero as being unlikely.
23759         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23760         Likewise.
23761
23762 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23763
23764         * manual/nss.texi (System Databases and Name Service Switch):
23765         Remove frobnicate @pxref.
23766
23767 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23768
23769         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23770         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23771
23772 2013-02-20  Petr Machata  <pmachata@redhat.com>
23773
23774         * elf/elf.h (R_ARM_TARGET1): New macro.
23775         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23776         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23777         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23778         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23779         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23780         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23781         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23782         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23783         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23784         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23785         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23786         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23787         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23788         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23789         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23790         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23791         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23792         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23793         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23794         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23795         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23796         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23797         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23798         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23799         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23800         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23801         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23802         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23803         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23804         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23805         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23806         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23807         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23808         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23809         (R_ARM_THM_GOT_BREL12): Likewise.
23810         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23811         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23812         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23813         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23814         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23815         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23816         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23817         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23818         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23819
23820 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23821
23822         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23823         __attribute_used__ to __attribute__ ((unused)).
23824
23825 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23826
23827         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23828         powerpc mpa.c.
23829         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23830         comment formatting.
23831         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23832
23833 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23834
23835         [BZ #13550]
23836         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23837         Remove macro.
23838         (ENTER): Remove both macro definitions.
23839         (LEAVE): Likewise.
23840         (CHECK_BOUNDS_LOW): Likewise.
23841         (CHECK_BOUNDS_HIGH): Likewise.
23842         (CHECK_BOUNDS_BOTH): Likewise.
23843         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23844         (RETURN_BOUNDED_POINTER): Likewise.
23845         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23846         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23847         (POP_ERRNO_LOCATION_RETURN): Likewise.
23848         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23849         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23850         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23851         macros.
23852         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23853         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23854         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23855         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23856         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23857         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23858         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23859         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23860         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23861         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23862         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23863         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23864         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23865         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23866         removed macros.
23867         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23868         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23869         macros.
23870         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23871         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23872         * sysdeps/i386/i586/memset.S (memset): Likewise.
23873         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23874         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23875         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23876         macros.
23877         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23878         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23879         Change uses of L(2) to L(out).
23880         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23881         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23882         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23883         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23884         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23885         removed macros.
23886         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23887         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23888         macros.
23889         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23890         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23891         (RETURN): Do not use macro LEAVE.
23892         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23893         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23894         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23895         * sysdeps/i386/i686/memset.S (memset): Likewise.
23896         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23897         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23898         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23899         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23900         Likewise.
23901         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23902         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23903         L(1_2) and L(1_3) into L(1).
23904         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23905         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23906         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23907         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23908         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23909         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23910         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23911         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23912         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23913         macros.
23914         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23915         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23916         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23917         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23918         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23919         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23920         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23921         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23922         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23923         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23924         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23925         * sysdeps/i386/strspn.S (strspn): Likewise.
23926         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23927         conditional code.
23928         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23929         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23930         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23931         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23932         L(1_3) into L(1_1).
23933         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23934         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23935         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23936         macros.
23937         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23938
23939 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23940
23941         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23942         macro.
23943
23944 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23945
23946         * math/atest-exp.c (exp_mpn): Remove ROUND.
23947         * math/atest-exp2.c (exp_mpn): Likewise.
23948         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23949
23950         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23951         * stdlib/tst-tls-atexit-lib.c: Likewise.
23952         * stdlib/tst-tls-atexit.c: Likewise.
23953
23954 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23955
23956         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23957         and __attribute_alloc_size__.
23958
23959 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23960
23961         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23962         __attribute_alloc_size__.
23963         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23964         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23965
23966 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23967
23968         * include/programs/xmalloc.h: New file.
23969         * catgets/gencat.c: Include it.
23970         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23971         * elf/pldd.c: Likewise.
23972         * iconv/iconv_charmap.c: Likewise.
23973         * iconv/iconvconfig.c: Likewise.
23974         * iconv/strtab.c: Likewise.
23975         * locale/programs/locale.c: Likewise.
23976         * locale/programs/localedef.h: Likewise.
23977         * locale/programs/simple-hash.c: Likewise.
23978         * nscd/nscd.h: Likewise.
23979         * nss/makedb.c: Likewise.
23980         * sysdeps/generic/ldconfig.h: Likewise.
23981
23982 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23983
23984         * Versions.def: Add GLIBC_2.18.
23985         * include/link.h (struct link_map): New member l_tls_dtor_count.
23986         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23987         (__call_tls_dtors): Likewise.
23988         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23989         __cxa_thread_atexit_impl.
23990         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23991         Likewise.
23992         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23993         Likewise.
23994         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23995         Likewise.
23996         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23997         Likewise.
23998         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23999         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
24000         Likewise.
24001         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
24002         Likewise.
24003         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
24004         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
24005         Likewise.
24006         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
24007         (tests): Add test case tst-tls-atexit.
24008         (modules-names): Add shared library for tst-tls-atexit.
24009         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
24010         (GLIBC_PRIVATE): Add __call_tls_dtors.
24011         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
24012         for libstdc++.
24013         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
24014         * stdlib/tst-tls-atexit.c: New test case.
24015         * stdlib/tst-tls-atexit-lib.c: New test case.
24016
24017         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24018
24019         * elf/Versions (ld): Add _dl_find_dso_for_object.
24020         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24021         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24022         (dl_open_worker): Use _dl_find_dso_for_object.
24023         * elf/dl-sym.c (do_sym): Likewise.
24024         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24025
24026 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24027
24028         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24029         Syntactic changes only.
24030         (_dl_runtime_profile): Do a tail-call to the resolved function.
24031
24032 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24033
24034         [BZ #13550]
24035         * sysdeps/x86_64/bp-asm.h: Remove file.
24036         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24037         <bp-sym.h> and <bp-asm.h>.
24038         (__clone): Do not use BP_SYM.
24039         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24040         <bp-sym.h> and <bp-asm.h>.
24041         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24042         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24043         "bp-asm.h".
24044         (_setjmp): Do not use BP_SYM.
24045         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24046         "bp-asm.h".
24047         (setjmp): Do not use BP_SYM.
24048         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24049         libc_hidden_def.
24050         (mempcpy): Do not use BP_SYM in weak_alias.
24051         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24052         "bp-asm.h".
24053         (strchr): Do not use BP_SYM.
24054         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24055         "bp-asm.h".
24056         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24057         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24058         (_start): Do not use BP_SYM.
24059         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24060         "bp-asm.h".
24061         (strcat): Do not use BP_SYM.
24062         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24063         "bp-asm.h".
24064         (STRCMP): Do not use BP_SYM.
24065         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24066         "bp-asm.h".
24067         (STRCPY): Do not use BP_SYM.
24068         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24069         "bp-asm.h".
24070         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24071         "bp-asm.h".
24072         (FUNCTION): Do not use BP_SYM.
24073         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24074         weak_alias.
24075         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24076
24077 2013-02-17  Andreas Jaeger  <aj@suse.de>
24078
24079         * time/Versions: Sort entries.
24080         * string/Versions: Likewise.
24081         * resolv/Versions: Likewise.
24082         * posix/Versions: Likewise.
24083         * iconv/Versions: Likewise.
24084         * elf/Versions: Likewise.
24085         * wcsmbs/Versions: Likewise.
24086
24087 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24088
24089         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24090         loop termination condition.
24091
24092         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24093         variable to calculate EZ.
24094         (__sqr): Likewise.
24095
24096         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24097         the lower precision input.
24098
24099 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24100
24101         [BZ #13550]
24102         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24103         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24104         (run-via-rtld-prefix): Do not handle %-bp tests.
24105         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24106         (all-object-suffixes): Remove .ob.
24107         (bppfx): Remove variable.
24108         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24109         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24110         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24111         [$(build-bounded) = yes] (libtype.ob): Likewise.
24112         * Makerules (elide-routines.ob): Remove variable.
24113         (do-tests-clean): Do not handle *-bp.out.
24114         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24115         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24116         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24117         (tests): Do not include $(tests-bp.out).
24118         (xtests): Do not include $(xtests-bp.out).
24119         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24120         [$(build-bounded) = yes] ($(addprefix
24121         $(objpfx),$(binaries-bounded))): Remove rule.
24122         ($(objpfx)%-bp.out): Remove rule.
24123         * config.make.in (build-bounded): Remove variable.
24124         * crypt/Makefile [$(build-bounded) = yes]
24125         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24126         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24127         append to variable.
24128         [$(build-bounded) = yes] (install-lib): Likewise.
24129         [$(build-bounded) = yes] (generated): Likewise.
24130         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24131         Remove rule.
24132         * intl/Makefile [$(build-bounded) = yes]
24133         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24134         * math/Makefile [$(build-bounded) = yes]
24135         ($(tests:%=$(objpfx)%-bp): Likewise.
24136         * misc/Makefile [$(build-bounded) = yes]
24137         ($(objpfx)tst-tsearch-bp): Likewise.
24138         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24139         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24140         Remove dependency.
24141         * string/Makefile (o-objects.ob): Remove variable.
24142         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24143         (CFLAGS-.ob): Remove variable.
24144         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24145         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24146         both definitions of variable.
24147         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24148         (ASFLAGS-.ob): Remove variable.
24149
24150 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24151
24152         [BZ #13550]
24153         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24154         Remove __BOUNDED_POINTERS__ from condition.
24155         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24156         * string/bits/string2.h [!__NO_STRING_INLINES &&
24157         !__BOUNDED_POINTERS__]: Likewise.
24158         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24159         Likewise.
24160         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24161         Remove conditional code.
24162         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24163         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24164         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24165         condition.
24166
24167         [BZ #13550]
24168         * csu/libc-start.c: Do not include <bp-sym.h>.
24169         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24170         * elf/dl-open.c: Do not include <bp-sym.h>.
24171         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24172         * math/fegetenv.c: Do not include <bp-sym.h>.
24173         (fegetenv): Do not use BP_SYM in versioned symbols.
24174         * nptl/sysdeps/pthread/bits/libc-lockP.h
24175         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24176         <bp-sym.h>.
24177         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24178         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24179         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24180         (__pthread_mutex_destroy): Likewise.
24181         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24182         (__pthread_mutex_lock): Likewise.
24183         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24184         (__pthread_mutex_trylock): Likewise.
24185         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24186         (__pthread_mutex_unlock): Likewise.
24187         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24188         (__pthread_mutexattr_init): Likewise.
24189         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24190         (__pthread_mutexattr_destroy): Likewise.
24191         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24192         (__pthread_mutexattr_settype): Likewise.
24193         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24194         (__pthread_rwlock_init): Likewise.
24195         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24196         (__pthread_rwlock_destroy): Likewise.
24197         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24198         (__pthread_rwlock_rdlock): Likewise.
24199         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24200         (__pthread_rwlock_tryrdlock): Likewise.
24201         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24202         (__pthread_rwlock_wrlock): Likewise.
24203         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24204         (__pthread_rwlock_trywrlock): Likewise.
24205         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24206         (__pthread_rwlock_unlock): Likewise.
24207         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24208         (__pthread_key_create): Likewise.
24209         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24210         (__pthread_setspecific): Likewise.
24211         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24212         (__pthread_getspecific): Likewise.
24213         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24214         Likewise.
24215         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24216         (_pthread_cleanup_push_defer): Likewise.
24217         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24218         (_pthread_cleanup_pop_restore): Likewise.
24219         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24220         (pthread_setcancelstate): Likewise.
24221         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24222         <bp-sym.h>.
24223         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24224         (memchr): Do not use BP_SYM in weak_alias.
24225         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24226         (fegetenv): Do not use BP_SYM in versioned symbols.
24227         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24228         (fesetenv): Do not use BP_SYM in versioned symbols.
24229         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24230         (feupdateenv): Do not use BP_SYM in versioned symbols.
24231         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24232         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24233         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24234         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24235         (open64): Do not use BP_SYM in weak_alias.
24236         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24237         (fegetenv): Do not use BP_SYM in versioned symbols.
24238         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24239         (fesetenv): Do not use BP_SYM in versioned symbols.
24240         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24241         (feupdateenv): Do not use BP_SYM in versioned symbols.
24242         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24243         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24244         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24245         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24246         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24247         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24248         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24249         <bp-sym.h>.
24250         (__libc_start_main): Do not use BP_SYM.
24251
24252 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24253
24254         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24255         redundant return line.
24256         (norm): Likewise.
24257         (denorm): Likewise.
24258         (dbl_mp): Likewise.
24259         (sub_magnitudes): Likewise.
24260         (__add): Likewise.
24261         (__sub): Likewise.
24262         (__mul): Likewise.
24263         (__inv): Likewise.
24264         (__dvd): Likewise.
24265         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24266         (norm): Likewise.
24267         (denorm): Likewise.
24268         (dbl_mp): Likewise.
24269         (sub_magnitudes): Likewise.
24270         (__add): Likewise.
24271         (__sub): Likewise.
24272         (__mul): Likewise.
24273         (__inv): Likewise.
24274         (__dvd): Likewise.
24275
24276         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24277         instead of __mul.
24278         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24279         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24280         (cc32): Likewise.
24281
24282         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24283         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24284         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24285         of __mul for squares.
24286         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24287         function
24288         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24289         Likewise.
24290         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24291         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24292
24293 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24294
24295         [BZ #13550]
24296         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24297         code.
24298         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24299         prototype or function definition.  Rename ubp_* variables and
24300         parameters.  Remove argv definitions conditional on
24301         [__BOUNDED_POINTERS__].
24302         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24303         * elf/dl-runtime.c (_dl_fixup): Likewise.
24304         * include/set-hooks.h (RUN_HOOK): Likewise.
24305         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24306         definition.
24307         * string/strcpy.c (strcpy): Do not use __unbounded.
24308         * sysdeps/generic/frame.h (struct layout): Likewise.
24309         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24310         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24311         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24312         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24313         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24314         (__backtrace): Likewise.
24315         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24316         use __ptrvalue.
24317         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24318         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24319         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24320         Likewise.
24321         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24322         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24323         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24324         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24325         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24326         Do not use __unbounded.
24327         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24328         Rename __unboundedrlimits parameter to rlimits in prototype.
24329         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24330         Do not use __unbounded.
24331         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24332         not use __ptrvalue.
24333         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24334         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24335         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24336         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24337         __ptrvalue or __unbounded.
24338         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24339         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24340         use __unbounded.
24341         (__new_msgctl): Do not use __ptrvalue.
24342         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24343         __unbounded.
24344         (__libc_msgrcv): Do not use __ptrvalue.
24345         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24346         startup_info): Do not use __unbounded.
24347         (__libc_start_main): Likewise.  Rename ubp_* variables and
24348         parameters.  Remove argv definitions conditional on
24349         [__BOUNDED_POINTERS__].
24350         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24351         __ptrvalue.
24352         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24353         use __unbounded.
24354         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24355         or __ptrvalue.
24356         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24357         use __unbounded.
24358         (__new_shmctl): Do not use __ptrvalue.
24359         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24360         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24361         Likewise.
24362         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24363         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24364         (__libc_sigaction): Likewise.
24365         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24366         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24367         Likewise.
24368         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24369
24370 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24371
24372         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24373
24374         * string/mempcpy.c: Implement by calling memcpy.
24375
24376 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24377
24378         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24379
24380         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24381         evaluation.
24382
24383         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24384         values in the mantissa.
24385
24386         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24387         minimize writes to Z.
24388         (sub_magnitudes): Simplify code a bit.
24389
24390 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24391
24392         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24393         from the message.  The linker prefixes all warnings with that already.
24394
24395 2013-02-12  Andreas Schwab  <schwab@suse.de>
24396
24397         [BZ #15078]
24398         * posix/regexec.c (extend_buffers): Add parameter min_len.
24399         (check_matching): Pass minimum needed length.
24400         (clean_state_log_if_needed): Likewise.
24401         (get_subexp): Likewise.
24402         * posix/Makefile (tests): Add bug-regex34.
24403         (bug-regex34-ENV): Define.
24404         * posix/bug-regex34.c: New file.
24405
24406         [BZ #11561]
24407         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24408         elements compare against the byte sequence of it, not its name.
24409         * posix/Makefile (tests): Add bug-regex35.
24410         (bug-regex35-ENV): Define.
24411         * posix/bug-regex35.c: New file.
24412
24413 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24414
24415         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24416         comment.
24417         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24418         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24419         (CHECK_EOL): Add undef.
24420
24421 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24422
24423         * bits/stdlib-bsearch.h: New file.
24424         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24425         * stdlib/stdlib.h: Likewise.
24426
24427 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24428
24429         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24430         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24431         declaration.
24432         * manual/search.texi (Array Search Function): Add missing const in
24433         lfind prototype.
24434         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24435         declaration to use rlim_t.
24436         (Basic Scheduling Functions): Remove erroneous const from
24437         sched_getparam prototype.  Remove erroneous * from
24438         sched_get_priority_max and sched_get_priority_min prototypes.
24439         (Resource Usage): Fix summary @comment on vtimes to refer to
24440         sys/vtimes.h rather than vtimes.h.
24441         Add missing *s in vtimes prototype.
24442         (Limits on Resources): Fix ulimit prototype to return long int.
24443         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24444         prototypes to use long int rather than double.
24445         (BSD Random): Fix initstate and setstate to use char *, not void *.
24446         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24447         prototype to make second argument 'struct aiocb64 *const[]'.
24448         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24449         (Status of AIO Operations): Remove erroneous const in aio_return and
24450         aio_return64 prototypes.
24451         (Synchronizing I/O): Fix sync prototype to return void.
24452         * manual/startup.texi (Suboptions): Remove an erroneous const in
24453         getsubopt prototype.
24454         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24455         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24456         use size_t rather than int.
24457         (Scanning All Users): Likewise for getpwent_r.
24458         (Setting Groups): Add missing const to setgroups prototype.
24459         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24460         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24461         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24462         'const void *' rather than 'const char *'.
24463         (Host Address Functions): Likewise for inet_ntop.
24464         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24465         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24466         ssize_t for return value.
24467         (Sending Data): Likewise for send, sendto, sendmsg.
24468         (Socket Option Functions): Add a missing const in setsockopt prototype.
24469         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24470         use wchar_t for the argument.
24471         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24472         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24473         take no arguments.
24474         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24475         double/float/long double for second argument.
24476         Fix return types of significand, significandf, significandl.
24477         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24478         argument in fchmod prototype.
24479         (File Owner): Use uid_t and gid_t in fchown prototype.
24480         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24481         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24482         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24483         use 'const struct dirent **' as argument types to CMP function pointer
24484         argument.
24485         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24486         (File Times): Fix summary magic @comment for struct utimbuf and utime
24487         to refer to utime.h, not time.h.
24488         * manual/string.texi (Argz Functions): Add missing const in
24489         argz_extract and argz_next prototypes.
24490         (Finding Tokens in a String): Likewise for basename.
24491         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24492         (Copying and Concatenation): Fix typo in wmemmove prototype.
24493         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24494         (Signal Stack): Remove erroneous const in sigstack prototype.
24495         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24496         prototype.
24497         (Simple Calendar Time): Likewise for stime.
24498         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24499         prototype.
24500         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24501         say sys/sysctl.h instead.
24502         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24503         and vsyslog prototypes.
24504
24505 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24506
24507         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24508         Remove.
24509
24510 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24511
24512         * misc/sys/mman.h: Fix typo in mremap comment.
24513
24514 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24515
24516         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24517         the '\0' terminator.
24518
24519 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24520
24521         [BZ #13550]
24522         * debug/segfault.c: Don't include <bp-checks.h>.
24523         * sysdeps/generic/bp-checks.h: Remove file.
24524         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24525         (__GETDENTS): Don't use CHECK_N.
24526         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24527         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24528         (__getgroups): Don't use CHECK_N.
24529         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24530         (setgroups): Don't use CHECK_N.
24531         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24532         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24533         (__libc_msgrcv): Don't use CHECK_N.
24534         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24535         (__libc_msgsnd): Don't use CHECK_N.
24536         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24537         <bp-checks.h>.
24538         (__libc_pread): Don't use CHECK_N.
24539         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24540         include <bp-checks.h>.
24541         (__libc_pread64): Don't use CHECK_N.
24542         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24543         include <bp-checks.h>.
24544         (__libc_pwrite): Don't use CHECK_N.
24545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24546         include <bp-checks.h>.
24547         (__libc_pwrite64): Don't use CHECK_N.
24548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24549         <bp-checks.h>.
24550         (__libc_pread): Don't use CHECK_N.
24551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24552         include <bp-checks.h>.
24553         (__libc_pread64): Don't use CHECK_N.
24554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24555         include <bp-checks.h>.
24556         (__libc_pwrite): Don't use CHECK_N.
24557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24558         include <bp-checks.h>.
24559         (__libc_pwrite64): Don't use CHECK_N.
24560         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24561         (do_pread): Don't use CHECK_N.
24562         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24563         (do_pread64): Don't use CHECK_N.
24564         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24565         (do_pwrite): Don't use CHECK_N.
24566         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24567         (do_pwrite64): Don't use CHECK_N.
24568         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24569         (__libc_readv): Don't use CHECK_N.
24570         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24571         (semop): Don't use CHECK_N.
24572         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24573         <bp-checks.h>.
24574         (semtimedop): Don't use CHECK_N.
24575         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24576         (__libc_pread): Don't use CHECK_N.
24577         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24578         <bp-checks.h>.
24579         (__libc_pread64): Don't use CHECK_N.
24580         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24581         <bp-checks.h>.
24582         (__libc_pwrite): Don't use CHECK_N.
24583         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24584         <bp-checks.h>.
24585         (__libc_pwrite64): Don't use CHECK_N.
24586         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24587         <bp-checks.h>.
24588         (__libc_msgrcv): Don't use CHECK_N.
24589         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24590         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24591         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24592         (__libc_writev): Don't use CHECK_N.
24593
24594 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24595
24596         * string/strcpy.c: Removed unused variable.
24597
24598         * Makeconfig (+sysdep-includes): Define with := rather than =.
24599         Use an existing include/ subdir of each sysdeps dir before it.
24600
24601 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24602
24603         * nscd/connection.c (register_traced_file): Comment function.
24604         [HAVE_INOTIFY] (union __inev): Define.
24605         [HAVE_INOTIFY] (inotify_check_files): New function.
24606         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24607         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24608         clear_db_cache.
24609         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24610
24611 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24612
24613         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24614         loaded if not already and that a failure is permanent.
24615
24616 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24617
24618         [BZ #15006]
24619         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24620         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24621
24622 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24623
24624         [BZ #13550]
24625         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24626         (CHECK_1_NULL_OK): Likewise.
24627         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24628         (__fxstat): Do not use CHECK_1.
24629         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24630         <bp-checks.h>.
24631         (___fxstat64): Do not use CHECK_1.
24632         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24633         <bp-checks.h>.
24634         (__fxstatat): Do not use CHECK_1.
24635         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24636         <bp-checks.h>.
24637         (__fxstatat64): Do not use CHECK_1.
24638         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24639         <bp-checks.h>.
24640         (__fxstat): Do not use CHECK_1.
24641         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24642         <bp-checks.h>.
24643         (__fxstatat): Do not use CHECK_1.
24644         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24645         <bp-checks.h>.
24646         (__getresgid): Do not use CHECK_1.
24647         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24648         <bp-checks.h>.
24649         (__getresuid): Do not use CHECK_1.
24650         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24651         <bp-checks.h>.
24652         (__lxstat): Do not use CHECK_1.
24653         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24654         <bp-checks.h>.
24655         (__old_msgctl): Do not use CHECK_1.
24656         (__new_msgctl): Likewise.
24657         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24658         <bp-checks.h>.
24659         (__new_setrlimit): Do not use CHECK_1.
24660         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24661         <bp-checks.h>.
24662         (__old_shmctl): Do not use CHECK_1.
24663         (__new_shmctl): Likewise.
24664         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24665         <bp-checks.h>.
24666         (__xstat): Do not use CHECK_1.
24667         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24668         (__lxstat): Do not use CHECK_1.
24669         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24670         <bp-checks.h>.
24671         (___lxstat64): Do not use CHECK_1.
24672         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24673         (__old_msgctl): Do not use CHECK_1.
24674         (__new_msgctl): Likewise.
24675         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24676         <bp-checks.h>.
24677         (__gettimeofday): Do not use CHECK_1.
24678         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24679         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24680         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24681         <bp-checks.h>.
24682         (__gettimeofday): Do not use CHECK_1.
24683         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24684         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24685         (__new_shmctl): Do not use CHECK_1.
24686         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24687         <bp-checks.h>.
24688         (do_sigtimedwait): Do not use CHECK_1.
24689         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24690         <bp-checks.h>.
24691         (do_sigwaitinfo): Do not use CHECK_1.
24692         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24693         <bp-checks.h>.
24694         (msgctl): Do not use CHECK_1.
24695         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24696         <bp-checks.h>.
24697         (shmctl): Do not use CHECK_1.
24698         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24699         (ustat): Do not use CHECK_1.
24700         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24701         <bp-checks.h>.
24702         (__fxstat): Do not use CHECK_1.
24703         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24704         <bp-checks.h>.
24705         (__fxstatat): Do not use CHECK_1.
24706         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24707         <bp-checks.h>.
24708         (__lxstat): Do not use CHECK_1.
24709         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24710         <bp-checks.h>.
24711         (__xstat): Do not use CHECK_1.
24712         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24713         (__xstat): Do not use CHECK_1.
24714         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24715         (___xstat64): Do not use CHECK_1.
24716
24717         [BZ #13550]
24718         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24719         definitions.
24720         (CHECK_BOUNDS_HIGH): Likewise.
24721         * string/strcpy.c: Do not include <bp-checks.h>.
24722         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24723
24724 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24725
24726         * nscd/nscd-client.h (__nscd_drop_map_ref):
24727         Add __attribute__ ((unused)).
24728         * nis/nss-nisplus.h (niserr2nss): Likewise.
24729
24730         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24731         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24732
24733         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24734         Remove inline keyword.
24735         * include/rounding-mode.h (round_away): Likewise.
24736         * libio/wfileops.c (adjust_wide_data): Likewise.
24737         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24738         (__m128i_strloadu_tolower): Likewise.
24739         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24740         (__m128i_strloadu_tolower): Likewise.
24741         * time/mktime.c (ydhms_diff): Likewise.
24742         * locale/elem-hash.h (elem_hash): Likewise.
24743         * locale/setlocale.c (setdata): Likewise.
24744         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24745         (re_string_wchar_at): Likewise.
24746         (bitset_not, bitset_merge, bitset_mask): Likewise.
24747         [!(__GNUC__ > 3)] (inline): Remove macro.
24748         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24749         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24750         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24751         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24752         * string/memcmp.c (memcmp_bytes): Likewise.
24753         * locale/programs/locarchive.c (compute_hashval): Likewise.
24754         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24755         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24756         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24757         * nss/getent.c (print_rpc, print_protocols): Likewise.
24758         (print_passwd, print_group, print_aliases): Likewise.
24759         * nis/nss-nisplus.h (niserr2nss): Likewise.
24760         * nscd/connections.c (restart_p): Likewise.
24761         Change return type to bool.
24762
24763 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24764
24765         * Makeconfig (all-Depend-files): Add existing
24766         $(sorted-subdirs:=/Depend) files.
24767         (all-subdirs): Remove nss.
24768         * sysdeps/unix/inet/Subdirs: Add it here instead.
24769         * hesiod/Depend: New file.
24770
24771         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24772         instead of calling alloca.
24773
24774         * io/lseek.c (__lseek): Rename to __libc_lseek.
24775         Define __lseek as an alias.
24776
24777         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24778
24779 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24780
24781         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24782         else clause and remove check for non-standard endianness.
24783
24784 2013-02-04  David S. Miller  <davem@davemloft.net>
24785
24786         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24787
24788 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24789
24790         [BZ #13550]
24791         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24792         (__ubp_memchr): Remove prototype.
24793         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24794         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24795         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24796         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24797         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24798         Remove alias.
24799         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24800         (__ubp_memchr): Likewise.
24801         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24802         (__ubp_memchr): Likewise.
24803         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24804         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24805         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24806         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24807         CHECK_STRING.
24808         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24809         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24810         (__getcwd): Do not use CHECK_STRING.
24811         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24812         <bp-checks.h>.
24813         (__real_chown): Do not use CHECK_STRING.
24814         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24815         <bp-checks.h>.
24816         (fchownat): Do not use CHECK_STRING.
24817         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24818         CHECK_STRING.
24819         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24820         <bp-checks.h>.
24821         (__lchown): Do not use CHECK_STRING.
24822         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24823         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24824         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24825         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24826         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24827         include <bp-checks.h>.
24828         (truncate64): Do not use CHECK_STRING.
24829         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24830         <bp-checks.h>.
24831         (__real_chown): Do not use CHECK_STRING.
24832         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24833         <bp-checks.h>.
24834         (__lchown): Do not use CHECK_STRING.
24835         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24836         <bp-checks.h>.
24837         (__chown): Do not use CHECK_STRING.
24838         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24839         <bp-checks.h>.
24840         (truncate64): Do not use CHECK_STRING.
24841         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24842         Likewise.
24843         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24844         (__xmknod): Do not use CHECK_STRING.
24845         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24846         <bp-checks.h>.
24847         (__xmknodat): Do not use CHECK_STRING.
24848         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24849         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24850
24851 2013-02-04  Andreas Schwab  <schwab@suse.de>
24852
24853         [BZ #14142]
24854         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24855         * include/netdb.h: Likewise for h_errno.
24856         * elf/tst-stackguard1.c: Include <tls.h>.
24857
24858 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24859
24860         * elf/link.h (struct link_map): Extend the l_addr comment.
24861         * include/link.h (struct link_map): Likewise.
24862
24863 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24864
24865         [BZ #13550]
24866         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24867         (BOUNDED_1): Remove macro.
24868         * debug/backtrace.c: Don't include <bp-checks.h>.
24869         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24870         (__backtrace): Likewise.
24871         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24872         <bp-checks.h>.
24873         (__backtrace): Don't use BOUNDED_1.
24874         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24875         <bp-checks.h>.
24876         (__backtrace): Don't use BOUNDED_1.
24877         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24878         (__backtrace): Don't use BOUNDED_1.
24879         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24880         (shmat): Don't use BOUNDED_N.
24881
24882 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24883
24884         [BZ #13550]
24885         * sysdeps/generic/bp-start.h: Remove file.
24886         * csu/libc-start.c: Don't include <bp-start.h>.
24887         (LIBC_START_MAIN): Set up __environ directly instead of using
24888         INIT_ARGV_and_ENVIRON.
24889         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24890         <bp-start.h>.
24891
24892         [BZ #13550]
24893         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24894         definitions.
24895         (CHECK_FCNTL): Likewise.
24896         (CHECK_N_PAGES): Likewise.
24897
24898         [BZ #13550]
24899         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24900         definitions.
24901         (CHECK_SIGSET_NULL_OK): Likewise.
24902         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24903         <bp-checks.h>.
24904         (sigpending): Don't use CHECK_SIGSET.
24905         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24906         <bp-checks.h>.
24907         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24908         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24909         <bp-checks.h>.
24910         (do_sigsuspend): Don't use CHECK_SIGSET.
24911         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24912         use CHECK_SIGSET.
24913         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24914         (do_sigwait): Don't use CHECK_SIGSET.
24915         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24916         use CHECK_SIGSET.
24917         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24918         include <bp-checks.h>.
24919         (sigpending): Don't use CHECK_SIGSET.
24920         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24921         include <bp-checks.h>.
24922         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24923         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24924         <bp-checks.h>.
24925         (sigpending): Don't use CHECK_SIGSET.
24926         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24927         <bp-checks.h>.
24928         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24929
24930         [BZ #13550]
24931         * sysdeps/generic/bp-semctl.h: Remove file.
24932         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24933         <bp-checks.h> and <bp-semctl.h>.
24934         (__old_semctl): Don't use CHECK_SEMCTL.
24935         (__new_semctl): Likewise.
24936         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24937         and <bp-semctl.h>.
24938         (__old_semctl): Don't use CHECK_SEMCTL.
24939         (__new_semctl): Likewise.
24940         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24941         <bp-checks.h> and <bp-semctl.h>.
24942         (__old_semctl): Don't use CHECK_SEMCTL.
24943         (__new_semctl): Likewise.
24944         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24945         <bp-checks.h> and <bp-semctl.h>.
24946         (semctl): Don't use CHECK_SEMCTL.
24947
24948         [BZ #13550]
24949         * Makerules (elide-bp-thunks): Remove variable.
24950         (elide-routines.oS): Don't use $(elide-bp-thunks).
24951         (elide-routines.os): Likewise.
24952         (elide-routines.o): Likewise.
24953         (elide-routines.op): Likewise.
24954         (elide-routines.og): Likewise.
24955         (objects): Don't use $(bp-thunks).
24956         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24957         include.
24958         (common-generated): Do not add s-proto-bp.d.
24959         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24960         (int): Likewise.
24961         (typ): Likewise.
24962         Do not generate makefile rules for bounded-pointer thunks.
24963         * sysdeps/generic/bp-thunks.h: Remove file.
24964         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24965         * sysdeps/unix/s-proto-bp.S: Likewise.
24966
24967         [BZ #15062]
24968         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24969         parts of result separately when argument is not close to line from
24970         -i to i and one part of argument is small.
24971         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24972         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24973         * math/libm-test.inc (cacos_test): Add more tests.
24974         (casin_test): Likewise.
24975         (casinh_test): Likewise.
24976         * sysdeps/i386/fpu/libm-test-ulps: Update.
24977         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24978
24979 2013-01-31  David S. Miller  <davem@davemloft.net>
24980
24981         * po/de.po: Update from translation team.
24982
24983 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24984
24985         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24986
24987 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24988
24989         * configure.in (_AC_PROG_CC_C89): New definition.
24990         * configure: Regenerate.
24991
24992         * configure.in (AC_PROG_CPP): New definition.
24993         * configure: Regenerate.
24994
24995 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24996
24997         * debug/tst-backtrace.h: New file.
24998         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24999         (ret): Remove variable.
25000         (x): Likewise.
25001         (FAIL): Remove macro.
25002         (NO_INLINE): Likewise.
25003         (fn1): Use match function instead of strstr.
25004         * debug/tst-backtrace3.c: Include tst-backtrace.h.
25005         (ret): Remove variable.
25006         (x): Likewise.
25007         (FAIL): Remove macro.
25008         (NO_INLINE): Likewise.
25009         (fn): Use match function instead of strstr.
25010         * debug/tst-backtrace4.c: Include tst-backtrace.h.
25011         (ret): Remove variable.
25012         (x): Likewise.
25013         (FAIL): Remove macro.
25014         (NO_INLINE): Likewise.
25015         (handle_signal): Use match function instead of strstr.
25016         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25017         (ret): Remove variable.
25018         (x): Likewise.
25019         (FAIL): Remove macro.
25020         (NO_INLINE): Likewise.
25021         (handle_signal): Use match function instead of strstr.
25022
25023 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25024
25025         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25026
25027 2013-01-23  David S. Miller  <davem@davemloft.net>
25028
25029         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25030         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25031         argument of CAS if possible.
25032         * sysdeps/sparc/sparc64/bits/atomic.h
25033         (__arch_compare_and_exchange_val_32_acq): Likewise.
25034         (__arch_compare_and_exchange_val_64_acq): Likewise.
25035
25036 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25037
25038         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25039         * sysdeps/posix/ulimit.c: ... this.
25040         Include <limits.h>.
25041         * sysdeps/unix/bsd/ulimit.c: Remove file.
25042
25043 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25044
25045         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25046         (LDFLAGS-tst-array5): Likewise.
25047
25048 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25049
25050         [BZ #15036]
25051         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25052         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25053         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25054         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25055
25056 2013-01-21  David S. Miller  <davem@davemloft.net>
25057
25058         * sysdeps/sparc/backtrace.c: New file.
25059         * sysdeps/sparc/sparc32/backtrace.h: New file.
25060         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25061         * sysdeps/sparc/sparc64/backtrace.h: New file.
25062         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25063         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25064         -funwind-tables.
25065
25066 2013-01-21  Andreas Schwab  <schwab@suse.de>
25067
25068         [BZ #15020]
25069         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25070         closed its stdout.
25071
25072 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25073
25074         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25075         "mpa2.h".
25076         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25077
25078 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25079             Mark Mitchell  <mark@codesourcery.com>
25080             Tom de Vries  <tom@codesourcery.com>
25081             Paul Pluzhnikov  <ppluzhnikov@google.com>
25082
25083         * debug/tst-backtrace2.c: New file.
25084         * debug/tst-backtrace3.c: Likewise.
25085         * debug/tst-backtrace4.c: Likewise.
25086         * debug/tst-backtrace5.c: Likewise.
25087         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25088         (CFLAGS-tst-backtrace3.c): Likewise.
25089         (CFLAGS-tst-backtrace4.c): Likewise.
25090         (CFLAGS-tst-backtrace5.c): Likewise.
25091         (LDFLAGS-tst-backtrace2): Likewise.
25092         (LDFLAGS-tst-backtrace3): Likewise.
25093         (LDFLAGS-tst-backtrace4): Likewise.
25094         (LDFLAGS-tst-backtrace5): Likewise.
25095         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25096         tst-backtrace4 and tst-backtrace5.
25097
25098 2013-01-18  Anton Blanchard  <anton@samba.org>
25099             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25100
25101         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25102         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25103         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25104         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25105         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25106         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25107         "+r" and remove output regs list as redundant.  Add explicit inline
25108         asm to specify register of return val to work around compiler codegen
25109         bug.  Remove (int) cast on return value.  Add return type parameter to
25110         use in macro so that this macro does not truncate return value for
25111         64-bit values.
25112         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25113         pass to INTERNAL_VSYSCALL_NCS.
25114         (INLINE_VSYSCALL): Add 'long int' as return type to
25115         INTERNAL_VSYSCALL_NCS macro invocation.
25116         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25117         INTERNAL_VSYSCALL_NCS macro invocation.
25118         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25119
25120 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25121
25122         [BZ #14496]
25123         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25124         Fix application of SIMD FP exception mask.
25125
25126         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25127         mp_no from a power of two.
25128         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25129         __mpexp_twomm1.  Use __pow_mp.
25130
25131         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25132         multiplication.
25133
25134 2013-01-17  David S. Miller  <davem@davemloft.net>
25135
25136         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25137
25138 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25139
25140         [BZ #15023]
25141         * include/complex.h: Condition contents on [!_COMPLEX_H].
25142         (__kernel_casinhf): New prototype.
25143         (__kernel_casinh): Likewise.
25144         (__kernel_casinhl): Likewise.
25145         * math/Makefile (libm_calls): Add k_casinh.
25146         * math/k_casinh.c: New file.
25147         * math/k_casinhf.c: Likewise.
25148         * math/k_casinhl.c: Likewise.
25149         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25150         finite nonzero arguments.
25151         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25152         finite nonzero arguments.
25153         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25154         finite nonzero arguments.
25155         * math/s_casinh.c: Do not include <float.h>.
25156         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25157         * math/s_casinhf.c: Do not include <float.h>.
25158         (__casinhf): Move code for finite nonzero arguments to
25159         k_casinhf.c.
25160         * math/s_casinhl.c: Do not include <float.h>.
25161         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25162         redefine.
25163         (__casinhl): Move code for finite nonzero arguments to
25164         k_casinhl.c.
25165         * math/libm-test.inc (cacos_test): Add more tests.
25166         * sysdeps/i386/fpu/libm-test-ulps: Update.
25167         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25168
25169 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25170
25171         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25172         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25173         [!HAVE_MREMAP]: Remove [defined linux] case.
25174         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25175
25176 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25177
25178         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25179
25180 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25181
25182         * elf/elf.h (R_386_SIZE32): New relocation.
25183         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25184         R_386_SIZE32.
25185         (elf_machine_rela): Likewise.
25186         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25187         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25188
25189 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25190
25191         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25192         (FP_FAST_FMA): Do not define.
25193         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25194         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25195         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25196         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25197         !_SOFT_FLOAT]: Likewise.
25198         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25199         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25200         value.
25201         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25202         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25203         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25204         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25205         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25206         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25207         file.
25208
25209 2013-01-16  Andreas Schwab  <schwab@suse.de>
25210
25211         [BZ #14327]
25212         * include/stdlib.h (__mktemp): Add declaration.
25213         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25214         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25215
25216 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25217
25218         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25219         definitions.
25220         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25221         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25222         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25223         definitions here.
25224         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25225         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25226         definitions.
25227         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25228         and ONE.
25229         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25230         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25231         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25232         definitions.
25233         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25234         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25235         definitions.
25236         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25237
25238         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25239
25240 2013-01-15  David S. Miller  <davem@davemloft.net>
25241
25242         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25243         trunc{,f} to libm-sysdep_routes.
25244         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25245         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25246         file.
25247         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25248         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25249         file.
25250         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25251         file.
25252         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25253         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25254         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25255         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25256         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25257         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25258         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25259         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25260
25261         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25262         nearbyint{,f} to libm-sysdep_routes.
25263         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25264         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25265         New file.
25266         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25267         file.
25268         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25269         New file.
25270         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25271         file.
25272         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25273         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25274         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25275         file.
25276         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25277         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25278         file.
25279         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25280         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25281         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25282
25283         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25284         libc_feholdexcept and libc_fesetenv.
25285
25286 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25287
25288         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25289
25290 2013-01-14  David S. Miller  <davem@davemloft.net>
25291
25292         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25293         (SPARC_ASM_VIS2_IFUNC): Likewise.
25294         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25295         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25296         use of 'siam' instruction.
25297         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25298         Likewise.
25299         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25300         Likewise.
25301         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25302         Likewise.
25303         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25304         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25305         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25306         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25308         file.
25309         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25310         file.
25311         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25312         file.
25313         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25314         file.
25315         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25316         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25317         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25318         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25319         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25320         new VIS2 routines.
25321         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25324         Likewise.
25325         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25326         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25327         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25328         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25330         routines to libm-sysdep_routines.
25331         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25332
25333         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25334         fdim/fdimf to libm-sysdep_routines.
25335         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25336         file.
25337         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25338         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25339         file.
25340         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25341         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25342         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25343         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25344         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25345         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25346         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25347
25348 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25349
25350         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25351         to optimize copies.
25352
25353         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25354         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25355         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25356
25357         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25358         local variable MPTWO.
25359         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25360         Likewise.
25361
25362 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25363
25364         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25365         GLOB_NOESCAPE.
25366
25367 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25368
25369         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25370
25371 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25372
25373         * manual/pattern.texi (glob_t): Document gl_flags.
25374         (glob64_t): Likewise.
25375
25376 2013-01-11  David S. Miller  <davem@davemloft.net>
25377
25378         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25379         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25380         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25381         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25382         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25383         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25384         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25385         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25386         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25387         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25388         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25389         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25390         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25391
25392         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25393         sparc V9 rather than using V8 code.
25394         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25395         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25396
25397         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25398         Move to...
25399         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25400         Here.
25401
25402 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25403
25404         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25405         not in the main loop.
25406         * configure: Regenerated.
25407
25408 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25409
25410         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25411         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25412         to just #else.
25413         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25414         [!__GLIBC_HAVE_LONG_LONG] case.
25415         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25416         condition to just #else.
25417         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25418         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25419         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25420         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25421         unconditional.
25422         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25423         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25424         #elif condition to just #else.
25425         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25426         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25427         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25428         #elif condition to just #else.
25429
25430 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25431
25432         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25433         (EF_MIPS_ARCH_64): Fix value.
25434         (EF_MIPS_ARCH_32R2): New.
25435         (EF_MIPS_ARCH_64R2): New.
25436
25437 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25438
25439         * Makeconfig (+link-pie-before-libc): New.
25440         (+link-pie-after-libc): Likewise.
25441         (+link-pie-tests): Likewise.
25442         (+link-pie): Rewritten.
25443         (link-before-libc): Remove $(config-LDFLAGS).
25444         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25445         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25446         (config-LDFLAGS): Renamed to ...
25447         (rtld-LDFLAGS): This.
25448         (rtld-tests-LDFLAGS): New macro.
25449         (link-libc-rpath-link): Likewise.
25450         (link-libc-tests-rpath-link): Likewise.
25451         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25452         (link-libc): Prepand $(link-libc-rpath-link).
25453         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25454         (test-program-prefix): New macro.
25455         (test-via-rtld-prefix): Likewise.
25456         (test-program-cmd): Likewise.
25457         (host-test-program-cmd): Likewise.
25458         * Makefile ($(common-objpfx)testrun.sh): Replace
25459         $(run-program-prefix) with $(test-program-prefix).
25460         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25461         $(rtld-LDFLAGS).
25462         ($(common-objpfx)shlib.lds): Likewise.
25463         (build-module-helper): Likewise.
25464         ($(common-objpfx)format.lds): Likewise.
25465         * Rules (binaries-pie-tests): New.
25466         (binaries-pie-notests): Likewise.
25467         (binaries-pie): Rewritten.
25468         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25469         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25470         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25471         (make-test-out): Replace $(host-built-program-cmd) with
25472         $(host-test-program-cmd).
25473         * config.make.in (build-hardcoded-path-in-tests): New variable.
25474         * configure.in (--enable-hardcoded-path-in-tests): New configure
25475         option.
25476         (hardcoded_path_in_tests): New AC_SUBST.
25477         * configure: Regenerated.
25478         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25479         $(built-program-cmd) with $(test-program-cmd).
25480         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25481         (test_program_cmd): This.
25482         * elf/Makefile ($(objpfx)order.out): Run test with
25483         $(test-program-prefix).
25484         ($(objpfx)order2.out): Likewise.
25485         ($(objpfx)tst-initorder.out): Likewise.
25486         ($(objpfx)tst-initorder2.out): Likewise.
25487         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25488         $(test-program-cmd).
25489         ($(objpfx)tst-array1-static.out): Likewise.
25490         ($(objpfx)tst-array2.out): Likewise.
25491         ($(objpfx)tst-array3.out): Likewise.
25492         ($(objpfx)tst-array4.out): Likewise.
25493         ($(objpfx)tst-array5.out): Likewise.
25494         ($(objpfx)tst-array5-static.out): Likewise.
25495         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25496         $(test-program-cmd).
25497         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25498         $(run-program-prefix) with $(test-program-prefix).
25499         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25500         (test_program_prefix): This.
25501         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25502         $(run-program-prefix) with $(test-program-prefix).
25503         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25504         (test_program_prefix): This.
25505         * iconvdata/tst-tables.sh: Likewise.
25506         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25507         $(run-program-prefix) with $(test-program-prefix).
25508         ($(objpfx)tst-translit.out): Likewise.
25509         ($(objpfx)tst-gettext2.out): Likewise.
25510         ($(objpfx)tst-gettext4.out): Likewise.
25511         ($(objpfx)tst-gettext6.out): Likewise.
25512         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25513         (test_program_prefix): This.
25514         * intl/tst-gettext2.sh: Likewise.
25515         * intl/tst-gettext4.sh  Likewise.
25516         * intl/tst-gettext6.sh: Likewise.
25517         * intl/tst-translit.sh: Likewise.
25518         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25519         with $(test-program-cmd).
25520         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25521         $(run-program-prefix) with $(test-program-prefix).
25522         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25523         (test_program_prefix): This.
25524         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25525         $(run-program-prefix) with $(test-program-prefix).
25526         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25527         (test_program_prefix): This.
25528         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25529         * posix/Makefile ($(objpfx)globtest.out): Replace
25530         $(run-via-rtld-prefix) and $(test-wrapper) with
25531         $(test-program-prefix) and $(test-via-rtld-prefix).
25532         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25533         $(test-program-prefix).
25534         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25535         $(host-test-program-cmd).
25536         (tst-spawn-ARGS): Likewise.
25537         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25538         $(test-program-prefix).
25539         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25540         (test_via_rtld_prefix): This.
25541         (test_wrapper): Renamed to ...
25542         (test_program_prefix): This.
25543         (run_program_prefix): Replaced by test_program_prefix.
25544         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25545         (test_program_prefix): This.
25546         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25547         with $(host-test-program-cmd).
25548         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25549         $(run-program-prefix) with $(test-program-prefix).
25550         ($(objpfx)tst-printf.out): Likewise.
25551         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25552         $(test-program-cmd).
25553         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25554         (test_program_prefix): This.
25555         * stdio-common/tst-unbputc.sh: Likewise.
25556         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25557         $(run-program-prefix) with $(test-program-prefix).
25558         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25559         (test_program_prefix): This.
25560         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25561         $(built-program-cmd) with $(test-program-cmd).
25562
25563 2013-01-11  Andreas Jaeger  <aj@suse.de>
25564
25565         [BZ #15003]
25566         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25567         value. Sync with Linux 3.7.
25568
25569 2013-01-10  David S. Miller  <davem@davemloft.net>
25570
25571         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25572         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25573         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25574
25575 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25576
25577         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25578         never set.
25579         * configure: Regenerated.
25580
25581 2013-01-10  David S. Miller  <davem@davemloft.net>
25582
25583         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25584         sparc V9 rather than using V8 code.
25585         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25586         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25587
25588 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25589
25590         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25591         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25592         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25593         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25594         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25595         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25596         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25597         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25598         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25599         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25600         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25601         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25602         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25603         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25604         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25605         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25606         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25607         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25608         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25609         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25610         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25611         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25612         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25613         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25614         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25615         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25616         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25617
25618 2013-01-10  David S. Miller  <davem@davemloft.net>
25619
25620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25621
25622 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25623
25624         * posix/Makefile (tests-static): New variable.
25625         (tests): Add $(tests-static).
25626         (tst-exec-static-ARGS): New variable.
25627         (tst-spawn-static-ARGS): Likewise.
25628         * posix/tst-exec-static.c: New file.
25629         * posix/tst-spawn-static.c: Likewise.
25630         * posix/tst-exec.c: Support run directly.
25631         * posix/tst-spawn.c: Likewise.
25632
25633 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25634
25635         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25636         long.
25637         * math/bits/mathcalls.h (llrint): Likewise.
25638         (llround): Likewise.
25639         * stdlib/stdlib.h (struct drand48_data): Likewise.
25640         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25641         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25642         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25643         Likewise.
25644         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25645         Likewise.
25646         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25647         (elf_greg_t): Likewise.
25648         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25649         (__jmp_buf): Likewise.
25650         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25651         definitions.
25652         (llrint): Likewise, for all definitions.
25653         (llrintl): Likewise.
25654
25655         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25656         Remove [__GNUC__] condition.
25657         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25658         condition to just [__USE_ISOC99].
25659         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25660
25661 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25662
25663         [BZ #14200]
25664         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25665         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25666         defined.
25667         (_POSIX_V6_ILP32_OFF32): Likewise.
25668         (_XBS5_ILP32_OFF32): Likewise.
25669         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25670         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25671
25672 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25673
25674         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25675
25676         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25677         doubles __mpexp_twomm1.  Adjust usage.
25678         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25679         Remove.
25680
25681 2013-01-10  Andreas Schwab  <schwab@suse.de>
25682
25683         [BZ #14964]
25684         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25685         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25686
25687 2013-01-09  David S. Miller  <davem@davemloft.net>
25688
25689         [BZ #15003]
25690         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25691         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25692         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25693         (TCP_FASTOPEN): Define.
25694         (tcp_repair_opt): New structure.
25695         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25696         enum values.
25697         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25698         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25699         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25700         (tcp_cookie_transactions): New structure.
25701
25702 2013-01-09  Anton Blanchard  <anton@samba.org>
25703
25704         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25705         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25706         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25707         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25708
25709 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25710
25711         * include/features.h (__USE_ANSI): Remove.
25712
25713 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25714
25715         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25716
25717         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25718
25719 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25720
25721         * sysdeps/s390/fpu/libm-test-ulps: Update.
25722
25723         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25724
25725         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25726         (__acr): Likewise.
25727         (__cpy): Likewise.
25728         (norm): Likewise.
25729         (denorm): Likewise.
25730         (__mp_dbl): Likewise.
25731         (__dbl_mp): Likewise.
25732         (add_magnitudes): Likewise.
25733         (sub_magnitudes): Likewise.
25734         (__add): Likewise.
25735         (__sub): Likewise.
25736         (__mul): Likewise.
25737         (__inv): Likewise.
25738         (__dvd): Likewise.
25739         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25740         (__acr): Likewise.
25741         (__cpy): Likewise.
25742         (norm): Likewise.
25743         (denorm): Likewise.
25744         (__mp_dbl): Likewise.
25745         (__dbl_mp): Likewise.
25746         (add_magnitudes): Likewise.
25747         (sub_magnitudes): Likewise.
25748         (__add): Likewise.
25749         (__sub): Likewise.
25750         (__mul): Likewise.
25751         (__inv): Likewise.
25752         (__dvd): Likewise.
25753         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25754         (__acr): Likewise.
25755         (__cpy): Likewise.
25756         (norm): Likewise.
25757         (denorm): Likewise.
25758         (__mp_dbl): Likewise.
25759         (__dbl_mp): Likewise.
25760         (add_magnitudes): Likewise.
25761         (sub_magnitudes): Likewise.
25762         (__add): Likewise.
25763         (__sub): Likewise.
25764         (__mul): Likewise.
25765         (__inv): Likewise.
25766         (__dvd): Likewise.
25767
25768 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25769
25770         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25771         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25772         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25773         2 && __USE_EXTERN_INLINES]: Likewise.
25774
25775 2013-01-08  Andreas Jaeger  <aj@suse.de>
25776
25777         [BZ# 14985]
25778         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25779         Remove.
25780         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25781         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25782
25783 2013-01-07  Anton Blanchard  <anton@samba.org>
25784
25785         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25786         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25787         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25788         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25789         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25790         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25791         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25792         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25793         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25794         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25795         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25796         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25797         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25798         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25799         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25800         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25801         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25802         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25803         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25804         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25805         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25806         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25807         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25808         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25809         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25810         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25811         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25812         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25813         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25814         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25815         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25816         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25817         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25818         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25819         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25820         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25821         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25822         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25823         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25824         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25825         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25826         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25827         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25828
25829 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25830
25831         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25832         (__MALLOC_PMT): Likewise.
25833         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25834         [__GNUC__], only on [_LIBC].
25835         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25836         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25837         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25838         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25839         forward declaration.
25840         (realloc_hook_ini): Likewise.
25841         (memalign_hook_ini): Likewise.
25842         (__libc_memalign): Do not use __MALLOC_PMT in variable
25843         declaration.
25844         (__libc_valloc): Likewise.
25845         (__libc_pvalloc): Likewise.
25846         (__libc_calloc): Likewise.
25847         (__posix_memalign): Likewise.
25848
25849         [BZ #14996]
25850         * math/s_casinh.c: Include <float.h>.
25851         (__casinh): Do not do computation with squaring and square root
25852         for large arguments.
25853         * math/s_casinhf.c: Include <float.h>.
25854         (__casinhf): Do not do computation with squaring and square root
25855         for large arguments.
25856         * math/s_casinhl.c: Include <float.h>.
25857         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25858         (__casinhl): Do not do computation with squaring and square root
25859         for large arguments.
25860         * math/libm-test.inc (casin_test): Add more tests.
25861         (casinh_test): Likewise.
25862         * sysdeps/i386/fpu/libm-test-ulps: Update.
25863         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25864
25865 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25866
25867         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25868         (__x86_64_raw_data_cache_size): Likewise.
25869         (__x86_64_data_cache_size_half): Likewise.
25870         (__x86_64_raw_data_cache_size_half): Likewise.
25871         (__x86_64_shared_cache_size): Likewise.
25872         (__x86_64_raw_shared_cache_size): Likewise.
25873         (__x86_64_shared_cache_size_half): Likewise.
25874         (__x86_64_raw_shared_cache_size_half): Likewise.
25875         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25876         to ...
25877         (__x86_data_cache_size): This.
25878         (__x86_64_raw_data_cache_size): Renamed to ...
25879         (__x86_raw_data_cache_size): This.
25880         (__x86_64_data_cache_size_half): Renamed to ...
25881         (__x86_data_cache_size_half): This.
25882         (__x86_64_raw_data_cache_size_half): Renamed to ...
25883         (__x86_raw_data_cache_size_half): This.
25884         (__x86_64_shared_cache_size): Renamed to ...
25885         (__x86_shared_cache_size): This.
25886         (__x86_64_raw_shared_cache_size): Renamed to ...
25887         (__x86_raw_shared_cache_size): This.
25888         (__x86_64_shared_cache_size_half): Renamed to ...
25889         (__x86_shared_cache_size_half): This.
25890         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25891         (__x86_raw_shared_cache_size_half): This.
25892         * sysdeps/x86_64/memcpy.S: Updated.
25893         * sysdeps/x86_64/memset.S: Likewise.
25894         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25895         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25896         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25897
25898 2013-01-04  David S. Miller  <davem@davemloft.net>
25899
25900         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25901
25902 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25903
25904         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25905         1 to avoid redefinition warning.
25906         (__USE_GNU): Don't define.
25907         (init_signaling_nan): Protoize.
25908
25909         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25910
25911 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25912
25913         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25914         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25915         (__cpymn): Likewise.
25916         (norm): Remove commented code.
25917         (denorm): Likewise.
25918         (__mp_dbl): Likewise.
25919         (__inv): Likewise.
25920         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25921         (__cpymn): Likewise.
25922         (norm): Remove commented code.
25923         (denorm): Likewise.
25924         (__mp_dbl): Likewise.
25925         (__inv): Likewise.
25926
25927         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
25928         mp_no value for 1.0 and 2.0.
25929         (norm): Use RADIXI instead of radixi.d.
25930         (denorm): Likewise.
25931         (__mul): Use 0.0 instead of zero.d.
25932         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25933         mp_no value for 1.0 and 2.0.
25934         (norm): Use RADIXI instead of radixi.d.
25935         (denorm): Likewise.
25936         (__mul): Use 0.0 instead of zero.d.
25937
25938 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25939
25940         [BZ #14994]
25941         * math/s_casinh.c (__casinh): Reduce finite argument to first
25942         quadrant then set signs of results at the end.
25943         * math/s_casinhf.c (__casinhf): Likewise.
25944         * math/s_casinhl.c (__casinhl): Likewise.
25945         * math/libm-test.inc (casin_test): Add more tests.
25946         (casinh_test): Likewise.
25947         * sysdeps/i386/fpu/libm-test-ulps: Update.
25948         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25949
25950 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25951
25952         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25953
25954         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25955
25956         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25957         declarations.
25958         (denorm): Likewise.
25959         (__mp_dbl): Likewise.
25960         (__inv): Likewise.
25961
25962         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25963         and adjust the header comment.
25964
25965         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25966         variable name from declaration.
25967
25968 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25969
25970         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25971         Initialize COMMON_CPUID_INDEX_7 element.
25972         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25973         (CPUID_RTM): Likewise.
25974         (HAS_RTM): Likewise.
25975         (COMMON_CPUID_INDEX_7): New enum.
25976
25977 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25978
25979         [BZ #14981]
25980         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25981         size is zero, record memory as freed.
25982
25983 2013-01-03  Andreas Jaeger  <aj@suse.de>
25984
25985         * po/ia.po: Add new Interlingua translation.
25986
25987 2012-01-03  Allan McRae  <allan@archlinux.org>
25988
25989         * locale/programs/localedef.c: Fix description of '--posix' flag.
25990
25991 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25992
25993         * NEWS: Update dates in second copyright notice.
25994         * README: Update copyright dates in example.
25995         * manual/libc.texinfo: Update copyright dates.
25996         * scripts/test-installation.pl: Update copyright date in --version
25997         output.
25998
25999         * hurd/ctty-input.c: Fix copyright notice formatting.
26000         * hurd/ctty-output.c: Likewise.
26001         * hurd/dtable.c: Likewise.
26002         * hurd/hurd-raise.c: Likewise.
26003         * hurd/hurdprio.c: Likewise.
26004         * hurd/msgportdemux.c: Likewise.
26005         * misc/sys/file.h: Likewise.
26006         * misc/sys/ioctl.h: Likewise.
26007         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
26008         * sysdeps/mach/hurd/chdir.c: Likewise.
26009         * sysdeps/mach/hurd/fchdir.c: Likewise.
26010         * sysdeps/mach/hurd/rename.c: Likewise.
26011         * sysdeps/mach/hurd/rmdir.c: Likewise.
26012         * sysdeps/mach/hurd/seekdir.c: Likewise.
26013         * sysdeps/mach/hurd/setsid.c: Likewise.
26014         * sysdeps/posix/wait3.c: Likewise.
26015
26016         * All files with FSF copyright notices: Update copyright dates
26017         using scripts/update-copyrights.
26018         * intl/plural.c: Regenerated.
26019         * locale/programs/charmap-kw.h: Likewise.
26020         * locale/programs/locfile-kw.h: Likewise.
26021
26022 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26023
26024         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26025         four values.
26026
26027         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26028         calculation loop and add branch prediction.
26029
26030         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26031         check access beyond bounds of m1np.
26032
26033         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26034         MPTWO.
26035         (__inv): Remove local variable MPTWO to use the global
26036         constant.
26037         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26038         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26039         variable MPTWO.
26040         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26041         MP3HALFS static const.
26042
26043 2013-01-01  David S. Miller  <davem@davemloft.net>
26044
26045         * po/ca.po: Update from translation team.
26046
26047 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26048
26049         * scripts/update-copyrights: New file.
26050         * Makeconfig: Reformat copyright notice.
26051         * ctype/ctype.h: Likewise.
26052         * debug/swprintf_chk.c: Likewise.
26053         * elf/dl-cache.c: Likewise.
26054         * elf/dl-debug.c: Likewise.
26055         * elf/dl-object.c: Likewise.
26056         * grp/initgroups.c: Likewise.
26057         * hurd/Makefile: Likewise.
26058         * hurd/hurd/signal.h: Likewise.
26059         * hurd/hurdfault.c: Likewise.
26060         * hurd/hurdioctl.c: Likewise.
26061         * hurd/hurdlookup.c: Likewise.
26062         * hurd/intr-msg.c: Likewise.
26063         * iconv/gconv_open.c: Likewise.
26064         * libio/swprintf.c: Likewise.
26065         * locale/lc-ctype.c: Likewise.
26066         * locale/nl_langinfo.c: Likewise.
26067         * mach/Machrules: Likewise.
26068         * mach/Makefile: Likewise.
26069         * malloc/obstack.h: Likewise.
26070         * manual/Makefile: Likewise.
26071         * manual/tsort.awk: Likewise.
26072         * misc/bits/stab.def: Likewise.
26073         * nis/nis_print_group_entry.c: Likewise.
26074         * nis/nis_table.c: Likewise.
26075         * nis/nss_compat/compat-pwd.c: Likewise.
26076         * nis/nss_compat/compat-spwd.c: Likewise.
26077         * po/Makefile: Likewise.
26078         * posix/fnmatch.c: Likewise.
26079         * posix/regex.h: Likewise.
26080         * resolv/Makefile: Likewise.
26081         * resolv/nss_dns/dns-network.c: Likewise.
26082         * resolv/res_hconf.c: Likewise.
26083         * scripts/gen-sorted.awk: Likewise.
26084         * soft-fp/soft-fp.h: Likewise.
26085         * stdio-common/printf.h: Likewise.
26086         * stdlib/monetary.h: Likewise.
26087         * stdlib/random.c: Likewise.
26088         * stdlib/random_r.c: Likewise.
26089         * sysdeps/generic/Makefile: Likewise.
26090         * sysdeps/gnu/Makefile: Likewise.
26091         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26092         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26093         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26094         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26095         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26096         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26097         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26098         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26099         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26100         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26101         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26102         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26103         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26104         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26105         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26106         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26107         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26108         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26109         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26110         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26111         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26112         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26113         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26114         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26115         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26116         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26117         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26118         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26119         * sysdeps/mach/hurd/errnos.awk: Likewise.
26120         * sysdeps/mach/hurd/fork.c: Likewise.
26121         * sysdeps/mach/hurd/getcwd.c: Likewise.
26122         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26123         * sysdeps/mach/hurd/mmap.c: Likewise.
26124         * sysdeps/mach/hurd/utimes.c: Likewise.
26125         * sysdeps/mach/hurd/xmknod.c: Likewise.
26126         * sysdeps/posix/profil.c: Likewise.
26127         * sysdeps/posix/readdir_r.c: Likewise.
26128         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26129         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26130         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26131         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26132         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26133         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26134         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26135         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26136         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26137         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26138         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26139         * sysdeps/pthread/lio_listio.c: Likewise.
26140         * sysdeps/sparc/dl-procinfo.h: Likewise.
26141         * sysdeps/unix/i386/sysdep.S: Likewise.
26142         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26143         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26144         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26145         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26146         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26147         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26148         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26149         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26150         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26151         * sysdeps/wordsize-32/divdi3.c: Likewise.
26152         * time/sys/time.h: Likewise.
26153         * wcsmbs/Makefile: Likewise.
26154
26155 2013-01-01  David S. Miller  <davem@davemloft.net>
26156
26157         * po/fr.po: Update from translation team.
26158
26159         * catgets/gencat.c: Update copyright year.
26160         * csu/version.c: Likewise.
26161         * debug/catchsegv.sh: Likewise.
26162         * debug/pcprofiledump.c: Likewise.
26163         * debug/xtrace.sh: Likewise.
26164         * elf/ldconfig.c: Likewise.
26165         * elf/ldd.bash.in: Likewise.
26166         * elf/pldd.c: Likewise.
26167         * elf/sotruss.ksh: Likewise.
26168         * elf/sprof.c: Likewise.
26169         * iconv/iconv_prog.c: Likewise.
26170         * iconv/iconvconfig.c: Likewise.
26171         * locale/programs/locale.c: Likewise.
26172         * locale/programs/localedef.c: Likewise.
26173         * login/programs/pt_chown.c: Likewise.
26174         * malloc/memusage.sh: Likewise.
26175         * malloc/memusagestat.c: Likewise.
26176         * malloc/mtrace.pl: Likewise.
26177         * nscd/nscd.c: Likewise.
26178         * nss/getent.c: Likewise.
26179         * nss/makedb.c: Likewise.
26180         * posix/getconf.c: Likewise.
26181
26182 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26183
26184         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26185         numbers.
26186
26187 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26188
26189         * math/bits/mathcalls.h (modf): Use __nonnull.
26190
26191 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26192
26193         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26194         (split): Use macro CN instead of the bare value.
26195         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26196         could be used.
26197         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26198         instead of the bare value.
26199         (power1): Likewise.
26200
26201 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26202
26203         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26204         __ATAN_TWOM.
26205         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26206
26207         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26208         their values.
26209         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26210         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26211         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26212         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26213
26214 2012-12-28  Andreas Jaeger  <aj@suse.de>
26215
26216         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26217         values are from Linux 3.7.
26218
26219         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26220         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26221
26222 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26223
26224         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26225         TRUE case.
26226
26227         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26228         (norm): Likewise.
26229         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26230         variables with preprocessor constants.
26231         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26232         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26233         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26234
26235 2012-12-27  Bruno Haible  <bruno@clisp.org>
26236
26237         [BZ #14317]
26238         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26239         only if needed.
26240
26241 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26242
26243         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26244         and use variable directly.
26245         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26246
26247         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26248         MPONE.
26249         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26250         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26251         variable MPONE.
26252         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26253         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26254         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26255         include directive.  Remove local variable MPONE.
26256         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26257         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26258         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26259
26260 2012-12-25  David S. Miller  <davem@davemloft.net>
26261
26262         * version.h (RELEASE): Set to "development".
26263         (VERSION): Set to "2.17.90".
26264         * NEWS: Add 2.18 section.
26265
26266 2012-12-21  David S. Miller  <davem@davemloft.net>
26267
26268         * po/hr.po: Update from translation team.
26269
26270 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26271
26272         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26273
26274 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26275
26276         * NEWS:  Mention new memcpy for MIPS.
26277
26278 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26279
26280         * manual/contrib.texi (Contributors): Spelling correction.
26281
26282 2012-12-15  David S. Miller  <davem@davemloft.net>
26283
26284         * po/ru.po: Update from translation team.
26285
26286 2012-12-13  David S. Miller  <davem@davemloft.net>
26287
26288         * NEWS: Mention IFUNC testsuite enhancements.
26289
26290         * po/pl.po: Update from translation team.
26291         * po/bg.po: Likewise.
26292
26293         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26294         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26295
26296 2012-12-11  David S. Miller  <davem@davemloft.net>
26297
26298         * po/sv.po: Update from translation team.
26299
26300         * po/vi.po: Update from translation team.
26301
26302         * po/cs.po: Update from translation team.
26303
26304         * po/de.po: Update from translation team.
26305         * po/eo.po: Likewise.
26306         * po/nl.po: Likewise.
26307
26308 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26309
26310         [BZ #14246]
26311         * manual/argp.texi (Argp Helper Functions): Move node to follow
26312         Argp Parsing State.
26313
26314         [BZ #14872]
26315         * manual/conf.texi (Limits on File System Capacity): Mention if
26316         terminating null is included in the max size.
26317
26318 2012-12-10  Andreas Jaeger  <aj@suse.de>
26319
26320         * po/cs.po: Update from translation team.
26321
26322 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26323
26324         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26325         void pointer and cast to uintptr_t.
26326         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26327         path.
26328         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26329         * sysdeps/s390/s390-64/memset.S: Likewise.
26330
26331 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26332
26333         [BZ #14833]
26334         * menual/message.texi (Message Translation): Fix typos.
26335         (Helper programs for gettext): Likewise.
26336
26337 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26338
26339         [BZ #14898]
26340         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26341         Change to -1.
26342
26343 2012-12-07  David S. Miller  <davem@davemloft.net>
26344
26345         * po/libc.pot: Update.
26346
26347 2012-12-07  Richard Henderson  <rth@redhat.com>
26348
26349         [BZ #10114]
26350         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26351         normal/normal case to before the switch.
26352         (_FP_DIV): Likewise.
26353
26354 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26355             Mike Frysinger  <vapier@gentoo.org>
26356
26357         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26358         check for __NR_fadvise64_64.
26359
26360 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26361
26362         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26363         0, not just to plain "0" as a statement.
26364         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26365         with cw.
26366
26367 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26368
26369         * NEWS: Use sourceware.org in Bugzilla URL.
26370
26371 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26372
26373         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26374         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26375
26376         * stdio-common/tst-put-error.c (do_test): Add newline to the
26377         padded test to ensure flush.
26378
26379 2012-12-05  Jeff Law  <law@redhat.com>
26380
26381         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26382
26383 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26384
26385         * README: Don't refer to ports add-on as distributed separately.
26386         Mention AArch64 in list of systems supported in the ports add-on.
26387
26388         * LICENSES: Add more non-FSF copyright and license notices.
26389
26390         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26391         ((unused)).
26392
26393         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26394
26395         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26396         10000 as width of padded output.
26397
26398 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26399
26400         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26401
26402         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26403         variable LX with __attribute__ ((unused)).
26404         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26405         Likewise.
26406         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26407         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26408         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26409         with __attribute__ ((unused)).
26410
26411 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26412
26413         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26414
26415 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26416
26417         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26418         (CFLAGS-nldbl-acos.c): New variable.
26419         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26420         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26421         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26422         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26423         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26424         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26425         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26426         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26427         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26428         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26429         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26430         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26431         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26432         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26433         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26434         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26435         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26436         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26437         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26438         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26439         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26440         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26441         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26442         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26443         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26444         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26445         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26446         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26447         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26448         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26449         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26450         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26451         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26452         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26453         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26454         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26455         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26456         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26457         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26458         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26459         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26460         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26461         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26462         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26463         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26464         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26465         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26466         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26467         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26468         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26469         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26470         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26471         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26472         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26473         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26474         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26475         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26476         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26477         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26478         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26479         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26480         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26481         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26482         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26483         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26484         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26485         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26486         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26487         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26488         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26489         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26490         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26491         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26492         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26493         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26494         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26495         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26496         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26497         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26498         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26499         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26500         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26501         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26502         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26503         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26504         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26505         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26506         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26507         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26508         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26509         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26510         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26511         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26512         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26513         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26514         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26515         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26516
26517         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26518         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26519
26520         [BZ #14914]
26521         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26522         whole low double instead of just low 47 bits when splitting values
26523         into two parts.
26524
26525 2012-12-03  Allan McRae  <allan@archlinux.org>
26526
26527         * manual/stdio.texi (Predefined Printf Handlers): Remove
26528         @hsep and @vsep usage.
26529
26530 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26531
26532         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26533         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26534
26535 2012-12-03  Jeff Law  <law@redhat.com>
26536
26537         * time/sys/time.h (settimeofday): Do not mark TV argument
26538         as __nonnull.
26539
26540 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26541
26542         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26543         when currently writing and seek to current position when not.
26544         * libio/Makefile (tests): Remove bug-fclose1.
26545         * libio/bug-fclose1.c: Delete.
26546
26547 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26548
26549         * manual/arith.texi (feenableexcept): Fix typo.
26550         (fedisableexcept): Likewise.
26551
26552 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26553
26554         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26555         second, differently-typed declaration, rather than a cast.
26556
26557 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26558
26559         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26560         * include/rpc/svc.h: ... here.
26561
26562 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26563
26564         [BZ #13013]
26565         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26566         depending n and resplen2 to catch cases where answer
26567         equals answerp2.
26568
26569 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26570
26571         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26572         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26573
26574 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26575
26576         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26577
26578 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26579
26580         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26581
26582 2012-11-28  Jeff Law  <law@redhat.com>
26583
26584         [BZ #13761]
26585         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26586         dataset_temporary.  Track alloca usage into alloca_used.
26587         If dataset is large allocate and release it via malloc/free.
26588
26589 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26590
26591         [BZ #14197]
26592         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26593
26594 2012-11-28  David S. Miller  <davem@davemloft.net>
26595
26596         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26597
26598 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26599
26600         [BZ #14803]
26601         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26602         of pi/2 rounded to nearest to 64 bits.
26603         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26604         nearest to 64 bits.
26605         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26606         bits.
26607
26608 2012-11-28  Jeff Law <law@redhat.com>
26609             Martin Osvald <mosvald@redhat.com>
26610
26611         [BZ #14889]
26612         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26613         * sunrpc/svc.c: Include time.h.
26614         (__svc_accept_failed): New function.
26615         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26616         any reason other than EINTR, call __svc_accept_failed.
26617         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26618         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26619
26620 2012-11-28  Andreas Schwab  <schwab@suse.de>
26621
26622         * scripts/abilist.awk: Also handle indirect functions in .opd
26623         section.
26624
26625 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26626
26627         [BZ #13881]
26628         * sysdeps/x86/fpu/powl_helper.c: New file.
26629         * sysdeps/x86/fpu/Makefile: Likewise.
26630         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26631         (p3): New object.
26632         (__ieee754_powl): Use __powl_helper for finite arguments except
26633         integer exponents below 8.
26634         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26635         (p3): New object.
26636         (__ieee754_powl): Use __powl_helper for finite arguments except
26637         integer exponents below 8.
26638         * math/libm-test.inc (pow_test): Add more tests and enable some
26639         previously disabled tests.
26640         * sysdeps/i386/fpu/libm-test-ulps: Update.
26641         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26642
26643 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26644             Carlos O'Donell  <carlos_odonell@mentor.com>
26645
26646         * nss/makedb.c (is_prime): Assert that input is odd and greater
26647         than 4.  Note that fact in a comment too.
26648         (next_prime): Add 4 to input.
26649
26650 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26651
26652         [BZ #11741]
26653         * libio/Makefile (tests): Add test case tst-fwrite-error.
26654         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26655         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26656         * libio/tst-fwrite-error.c: New test case.
26657
26658 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26659
26660         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26661         before casting to void *.
26662         * include/libc-internal.h (__pointer_type): New macro.
26663         (__integer_if_pointer_type_sub): Likewise.
26664         (__integer_if_pointer_type): Likewise.
26665         (cast_to_integer): Likewise.
26666         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26667         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26668         before casting to atomic64_t.
26669         (atomic_exchange_acq): Likewise.
26670         (__arch_exchange_and_add_body): Likewise.
26671         (__arch_add_body): Likewise.
26672         (atomic_add_negative): Likewise.
26673         (atomic_add_zero): Likewise.
26674
26675 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26676
26677         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26678         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26679         (add_fdes): Likewise.
26680         (linear_search_fdes): Likewise.
26681         (binary_search_unencoded_fdes): Likewise.
26682
26683 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26684
26685         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26686
26687 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26688
26689         * configure.in: Autodetect C++ header directories.
26690         * configure: Regenerated.
26691
26692 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26693
26694         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26695
26696 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26697
26698         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26699
26700 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26701
26702         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26703         LDBL_MANT_DIG == 106]: Disable some tests.
26704         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26705         Likewise.
26706         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26707         Likewise.
26708
26709         [BZ #14871]
26710         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26711         input for small inputs.  Return +/- pi/2 for large inputs.
26712         * math/libm-test.inc (atan_test): Add more tests.
26713
26714         * sysdeps/generic/unwind-dw2-fde-glibc.c
26715         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26716         __attribute__ ((unused)).
26717
26718         [BZ #14645]
26719         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26720         x * y if x and y are nonzero and z is zero.
26721
26722         [BZ #14811]
26723         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26724         nonzero exponents with absolute value below 0x1p-117 to +/-
26725         0x1p-117.
26726
26727         [BZ #14869]
26728         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26729         up arguments below 2**-450, not just those below 2**-500.
26730         * math/libm-test.inc (hypot_test): Add another test.
26731
26732         [BZ #14868]
26733         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26734         Return a+b for ratio over 2**120, not 2**60.
26735         * math/libm-test.inc (hypot_test): Add another test.
26736
26737         * math/libm-test.inc (clog_test): Use
26738         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26739         (clog10_test): Likewise.
26740
26741         [BZ #6778]
26742         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26743
26744 2012-11-22  Andreas Schwab  <schwab@suse.de>
26745
26746         * sysdeps/i386/fpu/libm-test-ulps: Update.
26747
26748 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26749
26750         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26751         printf output with newline.
26752
26753 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26754
26755         [BZ #14865]
26756         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26757         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26758         -z nodlopen, -z initfirst and -z execstack support.
26759         * configure: Regenerated.
26760
26761         * elf/elf.h (DF_1_NODIRECT): New macro.
26762         (DF_1_IGNMULDEF): Likewise.
26763         (DF_1_NOKSYMS): Likewise.
26764         (DF_1_NOHDR): Likewise.
26765         (DF_1_EDITED): Likewise.
26766         (DF_1_NORELOC): Likewise.
26767         (DF_1_SYMINTPOSE): Likewise.
26768         (DF_1_GLOBAUDIT): Likewise.
26769         (DF_1_SINGLETON): Likewise.
26770         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26771         DT_1_SUPPORTED_MASK bits.
26772         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26773
26774 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26775
26776         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26777
26778 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26779
26780         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26781         macro.
26782
26783         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26784         (sendmmsg): Move declarations...
26785         * socket/sys/socket.h: ... here.
26786         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26787         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26788         include it from...
26789         * socket/recvmmsg.c: ... this new file.
26790         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26791         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26792         definition of __sendmmsg hidden.
26793         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26794         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26795         Move ENOSYS stub into and include it from...
26796         * socket/sendmmsg.c: ... this new file.
26797         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26798         (sysdep_routines): Move recvmmsg and sendmmsg...
26799         * socket/Makefile (routines): ... here.
26800         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26801         (GLIBC_PRIVATE): Add __sendmmsg.
26802         * include/sys/socket.h (__sendmmsg): Add declarations.
26803         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26804         sendmmsg.
26805
26806 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26807
26808         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26809         variable I1 with __attribute__ ((unused)).
26810         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26811
26812 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26813
26814         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26815         DUMMY variables with __attribute__ ((unused)).
26816
26817         * bits/byteswap.h: Include <bits/types.h>.
26818         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26819
26820 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26821
26822         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26823         string_t.  Do not manually set errno.
26824         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26825         length with __strnlen.  Make sure to both set errno and return it on
26826         failure.
26827
26828 2012-11-19  David S. Miller  <davem@davemloft.net>
26829
26830         With help from Joseph Myers.
26831         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26832         very large arguments properly.
26833         * math/libm-test.inc (atan_test): New tests.
26834         (atan2_test): New tests.
26835         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26836         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26837
26838 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26839
26840         [BZ #14856]
26841         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26842         Define to 3.
26843
26844         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26845         [POSIX] (EADDRNOTAVAIL): Likewise.
26846         [POSIX] (EAFNOSUPPORT): Likewise.
26847         [POSIX] (EALREADY): Likewise.
26848         [POSIX] (ECONNABORTED): Likewise.
26849         [POSIX] (ECONNREFUSED): Likewise.
26850         [POSIX] (ECONNRESET): Likewise.
26851         [POSIX] (EDESTADDRREQ): Likewise.
26852         [POSIX] (EDQUOT): Likewise.
26853         [POSIX] (EHOSTUNREACH): Likewise.
26854         [POSIX] (EIDRM): Likewise.
26855         [POSIX] (EISCONN): Likewise.
26856         [POSIX] (ELOOP): Likewise.
26857         [POSIX] (EMULTIHOP): Likewise.
26858         [POSIX] (ENETDOWN): Likewise.
26859         [POSIX] (ENETUNREACH): Likewise.
26860         [POSIX] (ENOBUFS): Likewise.
26861         [POSIX] (ENODATA): Likewise.
26862         [POSIX] (ENOLINK): Likewise.
26863         [POSIX] (ENOMSG): Likewise.
26864         [POSIX] (ENOPROTOOPT): Likewise.
26865         [POSIX] (ENOSR): Likewise.
26866         [POSIX] (ENOSTR): Likewise.
26867         [POSIX] (ENOTCONN): Likewise.
26868         [POSIX] (ENOTSOCK): Likewise.
26869         [POSIX] (EOPNOTSUPP): Likewise.
26870         [POSIX] (EOVERFLOW): Likewise.
26871         [POSIX] (EPROTO): Likewise.
26872         [POSIX] (EPROTONOSUPPORT): Likewise.
26873         [POSIX] (EPROTOTYPE): Likewise.
26874         [POSIX] (ESTALE): Likewise.
26875         [POSIX] (ETIME): Likewise.
26876         [POSIX] (ETXTBSY): Likewise.
26877         [POSIX] (EWOULDBLOCK): Likewise.
26878         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26879         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26880         [POSIX] (SEEK_CUR): Likewise.
26881         [POSIX] (SEEK_END): Likewise.
26882         [POSIX || UNIX98] (mode_t): Do not require.
26883         [POSIX] (off_t): Likewise.
26884         [POSIX] (pid_t): Likewise.
26885         [POSIX] (sys/stat.h): Do not allow header.
26886         [POSIX] (unistd.h): Likewise.
26887         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26888         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26889         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26890         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26891         require.
26892         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26893         sigevent): Specify elements.
26894         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26895         entry.
26896         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26897         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26898
26899         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26900         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26901         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26902         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26903         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26904         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26905         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26906         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26907         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26908         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26909         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26910         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26911         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26912         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26913         Likewise.
26914         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26915         Likewise.
26916         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26917         Likewise.
26918         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26919         Likewise.
26920         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26921         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26922         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26923         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26924         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26925         Specify lower bound on value.
26926         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26927         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26928         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26929         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26930         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26931         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26932         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26933         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26934         value.
26935         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26936         as optional.
26937         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26938         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26939         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26940         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26941         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26942         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26943         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26944         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26945         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26946         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26947         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26948         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26949         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26950         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26951         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26952         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26953         entry.
26954         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26955         optional.
26956         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26957         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26958         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26959         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26960         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26961         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26962         Likewise.
26963         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26964         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26965         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26966         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26967         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26968         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26969         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26970         as optional.
26971         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26972         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26973         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26974         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26975         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26976         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26977         specify as optional.
26978         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26979         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26980         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26981         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26982         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26983         [XPG3] (NL_LANGMAX): Likewise.
26984         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26985         [POSIX || XPG3] (NL_NMAX): Likewise.
26986         [POSIX || XPG3] (NL_SETMAX): Likewise.
26987         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26988         [XPG3] (NZERO): Likewise.
26989         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26990         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26991         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26992         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26993         (REG_ERANGE): Expect.
26994         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26995         optional-constant.
26996         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26997         Use (void) in prototype.
26998         [POSIX] (*_t): Allow.
26999         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
27000         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
27001         (WRDE_BADVAL): Expect.
27002
27003         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
27004         expect.
27005         [XPG3 || XPG4] (O_RSYNC): Likewise.
27006         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
27007         Likewise.
27008         [XPG3 || XPG4] (pthread_sigmask): Likewise.
27009         [XPG3 || XPG4] (sigqueue): Likewise.
27010         [XPG3 || XPG4] (sigtimedwait): Likewise.
27011         [XPG3 || XPG4] (sigwaitinfo): Likewise.
27012         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
27013         [XPG3 || XPG4] (vsnprintf): Likewise.
27014         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27015         Likewise.
27016         [XPG3 || XPG4] (blksize_t): Likewise.
27017         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27018         Likewise.
27019         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27020         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27021         [XPG3 || XPG4] (struct itimerspec): Likewise.
27022         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27023         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27024         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27025         [XPG3 || XPG4] (clockid_t): Likewise.
27026         [XPG3 || XPG4] (timer_t): Likewise.
27027         [XPG3 || XPG4] (clock_getres): Likewise.
27028         [XPG3 || XPG4] (clock_gettime): Likewise.
27029         [XPG3 || XPG4] (clock_settime): Likewise.
27030         [XPG3 || XPG4] (nanosleep): Likewise.
27031         [XPG3 || XPG4] (timer_create): Likewise.
27032         [XPG3 || XPG4] (timer_delete): Likewise.
27033         [XPG3 || XPG4] (timer_gettime): Likewise.
27034         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27035         [XPG3 || XPG4] (timer_settime): Likewise.
27036         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27037         [XPG3 || XPG4] (getlogin_r): Likewise.
27038         [XPG3 || XPG4] (pread): Likewise.
27039         [XPG3 || XPG4] (pthread_atfork): Likewise.
27040         [XPG3 || XPG4] (pwrite): Likewise.
27041
27042         [BZ #14835]
27043         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27044         <bits/siginfo.h>.
27045
27046 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27047
27048         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27049         finalizing MALLSTREAM.
27050
27051         * sysdeps/mach/hurd/syncfs.c: New file.
27052
27053 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27054
27055         [BZ #14719]
27056         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27057         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27058         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27059         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27060         (_nss_dns_gethostbyname4_r): Likewise.
27061         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27062         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27063
27064 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27065
27066         [BZ #13763]
27067         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27068
27069 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27070
27071         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27072         * elf/cache.c (print_entry): Print ",AArch64" for
27073         FLAG_AARCH64_LIB64
27074
27075         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27076         * elf/cache.c (print_entry): Print ",hard-float" for
27077         FLAG_ARM_LIBHF.
27078
27079 2012-11-18  David S. Miller  <davem@davemloft.net>
27080
27081         With help from Joseph Myers.
27082         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27083         cutoff to 2**-13.
27084         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27085         cutoff to 2**-25.
27086         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27087         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27088         small.
27089         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27090         * math/libm-test.inc (y0_test): New tests.
27091         (y1_test): New tests.
27092         * sysdeps/i386/fpu/libm-test-ulps: Update.
27093         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27094         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27095
27096 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27097
27098         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27099         64-bit targets.
27100         * configure: Regenerated.
27101
27102 2012-11-17  David S. Miller  <davem@davemloft.net>
27103
27104         [BZ #14811]
27105         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27106         nonzero exponents with absolute value below 0x1p-128 to +/-
27107         0x1p-128.
27108
27109 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27110
27111         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27112
27113         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27114
27115         * posix/getconf-speclist.c: New file.
27116         * posix/posix-envs.def: Likewise.
27117         * posix/confstr.c (START_ENV_GROUP): New macro.
27118         (END_ENV_GROUP): Likewise.
27119         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27120         (KNOWN_PRESENT_ENV_STRING): Likewise.
27121         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27122         (UNKNOWN_ENVIRONMENT): Likewise.
27123         (confstr): Include posix-envs.def instead of handling
27124         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27125         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27126         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27127         (END_ENV_GROUP): Likewise.
27128         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27129         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27130         (UNKNOWN_ENVIRONMENT): Likewise.
27131         (__sysconf): Include posix-envs.def instead of handling associated
27132         cases directly here.
27133         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27134         preprocessing getconf-speclist.c rather than running getconf or
27135         generating empty file.
27136
27137 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27138
27139         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27140
27141 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27142
27143         [BZ #14672]
27144         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27145
27146 2012-11-16  David S. Miller  <davem@davemloft.net>
27147
27148         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27149         smaller than LDBL_EPSILON/2.0L, just return xm1.
27150
27151 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27152
27153         * elf/tst-array1.c (init): Set constructor priority to 1000.
27154         (fini): Set destructor priority to 1000.
27155         * elf/tst-array2dep.c: Likewise.
27156
27157 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27158
27159         [BZ #11741]
27160         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27161         (_IO_new_file_xsputn): Also return EOF if none of the input
27162         data was written when overflow failed.
27163         * libio/iopadn.c (_IO_padn): Likewise.
27164         * libio/iowpadn.c (_IO_wpadn): Likewise.
27165         * stdio-common/tst-put-error.c: Add copyright notice.
27166         (do_test): Add case for printing padded string.
27167         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27168         _IO_padn returned error.
27169         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27170         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27171         return EOF.
27172
27173 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27174
27175         * libio/libioP.h: Add comment note that the references to C++
27176         bits are now obsolete.
27177
27178 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27179
27180         * math/libm-test.inc (check_complex): Use asprintf.
27181
27182 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27183
27184         * debug/pcprofiledump.c (print_version): Update copyright year.
27185         * malloc/memusagestat.c (print_version): Likewise.
27186
27187 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27188
27189         [BZ #14831]
27190         * elf/Makefile (tests): Add tst-audit8.
27191         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27192         ($(objpfx)tst-audit8.out): New target.
27193         (tst-audit8-ENV): New variable.
27194         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27195         audit if l_reloc_result is NULL.
27196         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27197         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27198         * elf/tst-audit8.c: New file.
27199
27200 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27201
27202         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27203         * misc/Makefile (CFLAGS-select.c): Define.
27204         * posix/Makefile (CFLAGS-pause.c): Define.
27205
27206 2012-11-13  David S. Miller  <davem@davemloft.net>
27207
27208         * crypt/Makefile: Move test targets after toplevel Rules
27209         inclusion.  Grab any necessary sysdep routines when linking.
27210         * crypt/md5.c (md5_process_block): Remove define, we will always
27211         name it __md5_process_block.
27212         (md5_finish_ctx): Update md5_process_block call.
27213         (md5_stream): Likewise.
27214         (md5_process_bytes): Likewise.
27215         (md5_process_block): Rename to __md5_process_block and move to ...
27216         * crypt/md5-block.c: ... here.
27217         * crypt/sha256.c (sha256_process_block): Move to ...
27218         * crypt/sha256-block.c: ... here.
27219         * crypt/sha512.c (sha512_process_block): Move to ...
27220         * crypt/sha512-block.c: ... here.
27221         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27222         path.
27223         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27224         * sysdeps/sparc/sparc64/multiarch/Makefile
27225         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27226         crypt subdir.
27227         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27228         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27229         multiarch changes.
27230         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27231         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27232         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27233         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27234         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27235         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27236         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27237         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27238         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27239         file.
27240         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27241         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27242         file.
27243         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27244
27245 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27246
27247         * timezone/tzselect.ksh: Update from tzcode git revision
27248         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27249         * timezone/zdump.c: Likewise.
27250         * timezone/zic.c: Likewise.
27251         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27252         in TZVERSION setting, not $(PKGVERSION).
27253         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27254         REPORT_BUGS_TO settings.
27255
27256         [BZ #14838]
27257         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27258         macro.
27259
27260 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27261
27262         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27263         detection to immediately after _FP_ROUND().
27264         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27265         bits are 0.
27266
27267 2012-11-11  David S. Miller  <davem@davemloft.net>
27268
27269         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27270         inttypes.h
27271         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27272         __close rather than their public counterparts.
27273
27274 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27275
27276         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27277         file.
27278         [UNIX98] (sem_timedwait): Do not expect.
27279         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27280         [XPG4 || UNIX98] (sockatmark): Do not expect.
27281         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27282         (clock_getcpuclockid): Do not expect.
27283         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27284         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27285         Do not expect.
27286         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27287         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27288         [UNIX98] (vwscanf): Likewise.
27289         [UNIX98] (vswscanf): Likewise.
27290
27291 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27292
27293         * timezone/version.h: Remove file.
27294         * timezone/README: Do not refer to version.h.
27295         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27296         $(objpfx)version.h.
27297         ($(objpfx)zdump.o): Likewise.
27298         ($(objpfx)version.h): New target.
27299
27300         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27301         2012i.
27302         * timezone/README: Don't mention modification to tzselect.ksh.
27303         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27304         work on unmodified tzselect.ksh.  Substitute version numbers in
27305         tzselect.ksh.
27306
27307         * Makefile (format-me): Remove.
27308         (INSTALL): Adjust indentation.  Use commands directly instead of
27309         using $(format-me).
27310
27311         * aclocal.m4 (ACX_PKGVERSION): New macro.
27312         (ACX_BUGURL): Likewise.
27313         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27314         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27315         (REPORT_BUGS_TO): Likewise.
27316         * configure: Regenerated.
27317         * config.h.in (PKGVERSION): New macro.
27318         (REPORT_BUGS_TO): Likewise.
27319         * config.make.in (PKGVERSION): New variable.
27320         (PKGVERSION_TEXI): Likewise.
27321         (REPORT_BUGS_TO): Likewise.
27322         (REPORT_BUGS_TEXI): Likewise.
27323         * Makefile (format-me): Use -I$(common-objpfx)manual.
27324         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27325         ($(common-objpfx)manual/%): New target.
27326         (manual/%): Remove target.
27327         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27328         (print_version): Use PKGVERSION.
27329         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27330         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27331         and REPORT_BUGS_TO.
27332         ($(objpfx)xtrace): Likewise.
27333         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27334         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27335         (print_version): Use PKGVERSION.
27336         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27337         (do_version): Use PKGVERSION.
27338         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27339         REPORT_BUGS_TO.
27340         (common-ldd-rewrite): Likewise.
27341         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27342         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27343         (print_version): Use PKGVERSION.
27344         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27345         * elf/pldd.c (argp_program_bug_address): Remove variable.
27346         (more_help): New function.
27347         (argp): Use more_help.
27348         (print_version): Use PKGVERSION.
27349         * elf/sln.c (main): Use PKGVERSION.
27350         (usage): Use REPORT_BUGS_TO.
27351         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27352         (top level): Use PKGVERSION.
27353         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27354         (print_version): Use PKGVERSION.
27355         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27356         (print_version): Use PKGVERSION.
27357         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27358         (print_version): Use PKGVERSION.
27359         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27360         (print_version): Use PKGVERSION.
27361         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27362         (print_version): Use PKGVERSION.
27363         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27364         (print_version): Use PKGVERSION.
27365         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27366         and BUGURL.
27367         ($(objpfx)memusage): Likewise.
27368         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27369         (do_version): Use PKGVERSION.
27370         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27371         (print_version): Use PKGVERSION.
27372         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27373         ($PKGVERSION): New variable.
27374         ($REPORT_BUGS_TO): Likewise.
27375         (usage): Use $REPORT_BUGS_TO.
27376         (top level): Use $PKGVERSION.
27377         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27378         ($(objpfx)pkgvers.texi): New rule.
27379         ($(objpfx)stamp-pkgvers): Likewise.
27380         * manual/install.texi: Include pkgvers.texi.
27381         (--with-pkgversion): Document new configure option.
27382         (--with-bugurl): Likewise.
27383         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27384         than necessarily for this particular distribution.  Use
27385         REPORT_BUGS_TO for where to report bugs.
27386         * INSTALL: Regenerated.
27387         * manual/libc.texinfo: Include pkgvers.texi.
27388         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27389         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27390         (print_version): Use PKGVERSION.
27391         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27392         (print_version): Use PKGVERSION.
27393         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27394         (print_version): Use PKGVERSION.
27395         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27396         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27397         macro.
27398         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27399         (print_version): Use PKGVERSION.
27400         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27401         (print_version): Use PKGVERSION.
27402         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27403         and PKGVERSION.
27404
27405         * timezone/checktab.awk: Update from tzcode 2012i.
27406         * timezone/ialloc.c: Likewise.
27407         * timezone/private.h: Likewise.
27408         * timezone/scheck.c: Likewise.
27409         * timezone/tzfile.h: Likewise.
27410         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27411         (TZVERSION): Hardcode tzcode version number.
27412         * timezone/zdump.c: Update from tzcode 2012i.
27413         * timezone/zic.c: Likewise.
27414         * timezone/version.h: New file.
27415         * timezone/README: Describe version.h.  Update upstream location.
27416
27417         [BZ #14824]
27418         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27419         (mktemp): Enable declaration.
27420         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27421         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27422         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27423         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27424         Likewise.
27425         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27426         Likewise.
27427         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27428         Likewise.
27429         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27430         Likewise.
27431         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27432         Likewise.
27433         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27434         Likewise.
27435
27436         [BZ #14821]
27437         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27438         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27439         for copies of such integer values.
27440         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27441         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27442
27443 2012-11-09  Andreas Jaeger  <aj@suse.de>
27444
27445         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27446         definitions and declarations that are provided by
27447         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27448
27449 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27450
27451         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27452         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27453         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27454         definition.
27455
27456 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27457
27458         * elf/elf.h: Update comment before AArch64 relocations.
27459
27460 2012-11-07  David S. Miller  <davem@davemloft.net>
27461
27462         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27463         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27464         (__start_context): Declare.
27465         (__makecontext_ret): Delete.
27466         (__makecontext): Hook up __start_context instead of
27467         __makecontext_ret.
27468         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27469         (sysdep_routines): Add __start_context when in stdlib.
27470
27471 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27472
27473         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27474         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27475         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27476         hardcoded "nm".
27477         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27478         (READELF): New variable.  Use it instead of hardcoded "readelf".
27479
27480 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27481
27482         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27483         * sysdeps/x86/Makefile: Here.
27484         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27485         * sysdeps/x86/tst-xmmymm.sh: This.
27486
27487 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27488
27489         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27490         expectations.
27491         [UNIX98] (pthread_barrier_t): Do not expect.
27492         [UNIX98] (pthread_barrierattr_t): Likewise.
27493         [UNIX98] (pthread_spinlock_t): Likewise.
27494         [UNIX98] (pthread_barrier_destroy): Likewise.
27495         [UNIX98] (pthread_barrier_init): Likewise.
27496         [UNIX98] (pthread_barrier_wait): Likewise.
27497         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27498         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27499         [UNIX98] (pthread_barrierattr_init): Likewise.
27500         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27501         [UNIX98] (pthread_getcpuclockid): Likewise.
27502         [UNIX98] (pthread_mutex_timedlock): Likewise.
27503         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27504         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27505         [UNIX98] (pthread_sigmask): Likewise.
27506         [UNIX98] (pthread_spin_destroy): Likewise.
27507         [UNIX98] (pthread_spin_init): Likewise.
27508         [UNIX98] (pthread_spin_lock): Likewise.
27509         [UNIX98] (pthread_spin_trylock): Likewise.
27510         [UNIX98] (pthread_spin_unlock): Likewise.
27511         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27512         Do not expect.
27513         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27514         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27515         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27516         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27517         [XPG3 || XPG4] (pthread_key_t): Likewise.
27518         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27519         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27520         [XPG3 || XPG4] (pthread_once_t): Likewise.
27521         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27522         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27523         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27524         [XPG3 || XPG4] (pthread_t): Likewise.
27525
27526         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27527         not expect.
27528         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27529
27530         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27531         Change function return type to int.
27532
27533         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27534         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27535         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27536         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27537         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27538         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27539         [!POSIX] (posix_madvise): Likewise.
27540         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27541         && !UNIX98].
27542         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27543         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27544         (mode_t): Likewise.
27545         (posix_mem_offset): Likewise.
27546         (posix_typed_mem_get_info): Likewise.
27547         (posix_typed_mem_open): Likewise.
27548
27549         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27550         Change condition to [XOPEN2K8].
27551
27552         * conform/conformtest.pl: Preprocess allow-header data with -x c
27553         instead of from stdin.
27554         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27555         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27556         [C99-based standards] (cerfc): Likewise.
27557         [C99-based standards] (cexp2): Likewise.
27558         [C99-based standards] (cexpm1): Likewise.
27559         [C99-based standards] (clog10): Likewise.
27560         [C99-based standards] (clog1p): Likewise.
27561         [C99-based standards] (clog2): Likewise.
27562         [C99-based standards] (clgamma): Likewise.
27563         [C99-based standards] (ctgamma): Likewise.
27564         [C99-based standards] (cerff): Likewise.
27565         [C99-based standards] (cerfcf): Likewise.
27566         [C99-based standards] (cexp2f): Likewise.
27567         [C99-based standards] (cexpm1f): Likewise.
27568         [C99-based standards] (clog10f): Likewise.
27569         [C99-based standards] (clog1pf): Likewise.
27570         [C99-based standards] (clog2f): Likewise.
27571         [C99-based standards] (clgammaf): Likewise.
27572         [C99-based standards] (ctgammaf): Likewise.
27573         [C99-based standards] (cerfl): Likewise.
27574         [C99-based standards] (cerfcl): Likewise.
27575         [C99-based standards] (cexp2l): Likewise.
27576         [C99-based standards] (cexpm1l): Likewise.
27577         [C99-based standards] (clog10l): Likewise.
27578         [C99-based standards] (clog1pl): Likewise.
27579         [C99-based standards] (clog2l): Likewise.
27580         [C99-based standards] (clgammal): Likewise.
27581         [C99-based standards] (ctgammal): Likewise.
27582         * conform/data/inttypes.h-data [C99-based standards]: Include
27583         stdint.h-data.  Remove all expectations for stdint.h contents.
27584         [C99-based standards] (PRI*): Do not allow.
27585         [C99-based standards] (SCN*): Likewise.
27586         [C99-based standards] (*_t): Likewise.
27587         [C99-based-standards] (PRId8): Expect macro.
27588         [C99-based-standards] (PRIi8): Likewise.
27589         [C99-based-standards] (PRIo8): Likewise.
27590         [C99-based-standards] (PRIu8): Likewise.
27591         [C99-based-standards] (PRIx8): Likewise.
27592         [C99-based-standards] (PRIX8): Likewise.
27593         [C99-based-standards] (SCNd8): Likewise.
27594         [C99-based-standards] (SCNi8): Likewise.
27595         [C99-based-standards] (SCNo8): Likewise.
27596         [C99-based-standards] (SCNu8): Likewise.
27597         [C99-based-standards] (SCNx8): Likewise.
27598         [C99-based-standards] (PRIdLEAST8): Likewise.
27599         [C99-based-standards] (PRIiLEAST8): Likewise.
27600         [C99-based-standards] (PRIoLEAST8): Likewise.
27601         [C99-based-standards] (PRIuLEAST8): Likewise.
27602         [C99-based-standards] (PRIxLEAST8): Likewise.
27603         [C99-based-standards] (PRIXLEAST8): Likewise.
27604         [C99-based-standards] (SCNdLEAST8): Likewise.
27605         [C99-based-standards] (SCNiLEAST8): Likewise.
27606         [C99-based-standards] (SCNoLEAST8): Likewise.
27607         [C99-based-standards] (SCNuLEAST8): Likewise.
27608         [C99-based-standards] (SCNxLEAST8): Likewise.
27609         [C99-based-standards] (PRIdFAST8): Likewise.
27610         [C99-based-standards] (PRIiFAST8): Likewise.
27611         [C99-based-standards] (PRIoFAST8): Likewise.
27612         [C99-based-standards] (PRIuFAST8): Likewise.
27613         [C99-based-standards] (PRIxFAST8): Likewise.
27614         [C99-based-standards] (PRIXFAST8): Likewise.
27615         [C99-based-standards] (SCNdFAST8): Likewise.
27616         [C99-based-standards] (SCNiFAST8): Likewise.
27617         [C99-based-standards] (SCNoFAST8): Likewise.
27618         [C99-based-standards] (SCNuFAST8): Likewise.
27619         [C99-based-standards] (SCNxFAST8): Likewise.
27620         [C99-based-standards] (PRId16): Likewise.
27621         [C99-based-standards] (PRIi16): Likewise.
27622         [C99-based-standards] (PRIo16): Likewise.
27623         [C99-based-standards] (PRIu16): Likewise.
27624         [C99-based-standards] (PRIx16): Likewise.
27625         [C99-based-standards] (PRIX16): Likewise.
27626         [C99-based-standards] (SCNd16): Likewise.
27627         [C99-based-standards] (SCNi16): Likewise.
27628         [C99-based-standards] (SCNo16): Likewise.
27629         [C99-based-standards] (SCNu16): Likewise.
27630         [C99-based-standards] (SCNx16): Likewise.
27631         [C99-based-standards] (PRIdLEAST16): Likewise.
27632         [C99-based-standards] (PRIiLEAST16): Likewise.
27633         [C99-based-standards] (PRIoLEAST16): Likewise.
27634         [C99-based-standards] (PRIuLEAST16): Likewise.
27635         [C99-based-standards] (PRIxLEAST16): Likewise.
27636         [C99-based-standards] (PRIXLEAST16): Likewise.
27637         [C99-based-standards] (SCNdLEAST16): Likewise.
27638         [C99-based-standards] (SCNiLEAST16): Likewise.
27639         [C99-based-standards] (SCNoLEAST16): Likewise.
27640         [C99-based-standards] (SCNuLEAST16): Likewise.
27641         [C99-based-standards] (SCNxLEAST16): Likewise.
27642         [C99-based-standards] (PRIdFAST16): Likewise.
27643         [C99-based-standards] (PRIiFAST16): Likewise.
27644         [C99-based-standards] (PRIoFAST16): Likewise.
27645         [C99-based-standards] (PRIuFAST16): Likewise.
27646         [C99-based-standards] (PRIxFAST16): Likewise.
27647         [C99-based-standards] (PRIXFAST16): Likewise.
27648         [C99-based-standards] (SCNdFAST16): Likewise.
27649         [C99-based-standards] (SCNiFAST16): Likewise.
27650         [C99-based-standards] (SCNoFAST16): Likewise.
27651         [C99-based-standards] (SCNuFAST16): Likewise.
27652         [C99-based-standards] (SCNxFAST16): Likewise.
27653         [C99-based-standards] (PRId32): Likewise.
27654         [C99-based-standards] (PRIi32): Likewise.
27655         [C99-based-standards] (PRIo32): Likewise.
27656         [C99-based-standards] (PRIu32): Likewise.
27657         [C99-based-standards] (PRIx32): Likewise.
27658         [C99-based-standards] (PRIX32): Likewise.
27659         [C99-based-standards] (SCNd32): Likewise.
27660         [C99-based-standards] (SCNi32): Likewise.
27661         [C99-based-standards] (SCNo32): Likewise.
27662         [C99-based-standards] (SCNu32): Likewise.
27663         [C99-based-standards] (SCNx32): Likewise.
27664         [C99-based-standards] (PRIdLEAST32): Likewise.
27665         [C99-based-standards] (PRIiLEAST32): Likewise.
27666         [C99-based-standards] (PRIoLEAST32): Likewise.
27667         [C99-based-standards] (PRIuLEAST32): Likewise.
27668         [C99-based-standards] (PRIxLEAST32): Likewise.
27669         [C99-based-standards] (PRIXLEAST32): Likewise.
27670         [C99-based-standards] (SCNdLEAST32): Likewise.
27671         [C99-based-standards] (SCNiLEAST32): Likewise.
27672         [C99-based-standards] (SCNoLEAST32): Likewise.
27673         [C99-based-standards] (SCNuLEAST32): Likewise.
27674         [C99-based-standards] (SCNxLEAST32): Likewise.
27675         [C99-based-standards] (PRIdFAST32): Likewise.
27676         [C99-based-standards] (PRIiFAST32): Likewise.
27677         [C99-based-standards] (PRIoFAST32): Likewise.
27678         [C99-based-standards] (PRIuFAST32): Likewise.
27679         [C99-based-standards] (PRIxFAST32): Likewise.
27680         [C99-based-standards] (PRIXFAST32): Likewise.
27681         [C99-based-standards] (SCNdFAST32): Likewise.
27682         [C99-based-standards] (SCNiFAST32): Likewise.
27683         [C99-based-standards] (SCNoFAST32): Likewise.
27684         [C99-based-standards] (SCNuFAST32): Likewise.
27685         [C99-based-standards] (SCNxFAST32): Likewise.
27686         [C99-based-standards] (PRId64): Likewise.
27687         [C99-based-standards] (PRIi64): Likewise.
27688         [C99-based-standards] (PRIo64): Likewise.
27689         [C99-based-standards] (PRIu64): Likewise.
27690         [C99-based-standards] (PRIx64): Likewise.
27691         [C99-based-standards] (PRIX64): Likewise.
27692         [C99-based-standards] (SCNd64): Likewise.
27693         [C99-based-standards] (SCNi64): Likewise.
27694         [C99-based-standards] (SCNo64): Likewise.
27695         [C99-based-standards] (SCNu64): Likewise.
27696         [C99-based-standards] (SCNx64): Likewise.
27697         [C99-based-standards] (PRIdLEAST64): Likewise.
27698         [C99-based-standards] (PRIiLEAST64): Likewise.
27699         [C99-based-standards] (PRIoLEAST64): Likewise.
27700         [C99-based-standards] (PRIuLEAST64): Likewise.
27701         [C99-based-standards] (PRIxLEAST64): Likewise.
27702         [C99-based-standards] (PRIXLEAST64): Likewise.
27703         [C99-based-standards] (SCNdLEAST64): Likewise.
27704         [C99-based-standards] (SCNiLEAST64): Likewise.
27705         [C99-based-standards] (SCNoLEAST64): Likewise.
27706         [C99-based-standards] (SCNuLEAST64): Likewise.
27707         [C99-based-standards] (SCNxLEAST64): Likewise.
27708         [C99-based-standards] (PRIdFAST64): Likewise.
27709         [C99-based-standards] (PRIiFAST64): Likewise.
27710         [C99-based-standards] (PRIoFAST64): Likewise.
27711         [C99-based-standards] (PRIuFAST64): Likewise.
27712         [C99-based-standards] (PRIxFAST64): Likewise.
27713         [C99-based-standards] (PRIXFAST64): Likewise.
27714         [C99-based-standards] (SCNdFAST64): Likewise.
27715         [C99-based-standards] (SCNiFAST64): Likewise.
27716         [C99-based-standards] (SCNoFAST64): Likewise.
27717         [C99-based-standards] (SCNuFAST64): Likewise.
27718         [C99-based-standards] (SCNxFAST64): Likewise.
27719         [C99-based-standards] (PRIdMAX): Likewise.
27720         [C99-based-standards] (PRIiMAX): Likewise.
27721         [C99-based-standards] (PRIoMAX): Likewise.
27722         [C99-based-standards] (PRIuMAX): Likewise.
27723         [C99-based-standards] (PRIxMAX): Likewise.
27724         [C99-based-standards] (PRIXMAX): Likewise.
27725         [C99-based-standards] (SCNdMAX): Likewise.
27726         [C99-based-standards] (SCNiMAX): Likewise.
27727         [C99-based-standards] (SCNoMAX): Likewise.
27728         [C99-based-standards] (SCNuMAX): Likewise.
27729         [C99-based-standards] (SCNxMAX): Likewise.
27730         [C99-based-standards] (PRIdPTR): Likewise.
27731         [C99-based-standards] (PRIiPTR): Likewise.
27732         [C99-based-standards] (PRIoPTR): Likewise.
27733         [C99-based-standards] (PRIuPTR): Likewise.
27734         [C99-based-standards] (PRIxPTR): Likewise.
27735         [C99-based-standards] (PRIXPTR): Likewise.
27736         [C99-based-standards] (SCNdPTR): Likewise.
27737         [C99-based-standards] (SCNiPTR): Likewise.
27738         [C99-based-standards] (SCNoPTR): Likewise.
27739         [C99-based-standards] (SCNuPTR): Likewise.
27740         [C99-based-standards] (SCNxPTR): Likewise.
27741         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27742         allow.
27743         * conform/data/stdint.h-data: Update comments to clarify
27744         requirements.
27745         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27746         type.
27747         [C99-based standards] (INT8_MAX): Likewise.
27748         [C99-based standards] (INT16_MIN): Likewise.
27749         [C99-based standards] (INT16_MAX): Likewise.
27750         [C99-based standards] (INT32_MIN): Likewise.
27751         [C99-based standards] (INT32_MAX): Likewise.
27752         [C99-based standards] (INT64_MIN): Likewise.
27753         [C99-based standards] (INT64_MAX): Likewise.
27754         [C99-based standards] (UINT8_MAX): Likewise.
27755         [C99-based standards] (UINT16_MAX): Likewise.
27756         [C99-based standards] (UINT32_MAX): Likewise.
27757         [C99-based standards] (UINT64_MAX): Likewise.
27758         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27759         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27760         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27761         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27762         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27763         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27764         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27765         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27766         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27767         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27768         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27769         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27770         [C99-based standards] (INT_FAST8_MIN): Likewise.
27771         [C99-based standards] (INT_FAST8_MAX): Likewise.
27772         [C99-based standards] (INT_FAST16_MIN): Likewise.
27773         [C99-based standards] (INT_FAST16_MAX): Likewise.
27774         [C99-based standards] (INT_FAST32_MIN): Likewise.
27775         [C99-based standards] (INT_FAST32_MAX): Likewise.
27776         [C99-based standards] (INT_FAST64_MIN): Likewise.
27777         [C99-based standards] (INT_FAST64_MAX): Likewise.
27778         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27779         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27780         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27781         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27782         [C99-based standards] (INTPTR_MIN): Likewise.
27783         [C99-based standards] (INTPTR_MAX): Likewise.
27784         [C99-based standards] (UINTPTR_MAX): Likewise.
27785         [C99-based standards] (INTMAX_MIN): Likewise.
27786         [C99-based standards] (INTMAX_MAX): Likewise.
27787         [C99-based standards] (UINTMAX_MAX): Likewise.
27788         [C99-based standards] (PTRDIFF_MIN): Likewise.
27789         [C99-based standards] (PTRDIFF_MAX): Likewise.
27790         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27791         [C99-based standards] (SIZE_MAX): Likewise.
27792         [C99-based standards] (WCHAR_MAX): Likewise.
27793         [C99-based standards] (WINT_MAX): Likewise.
27794         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27795         constraint on value.
27796         [C99-based standards] (WCHAR_MIN): Likewise.
27797         [C99-based standards] (WINT_MIN): Likewise.
27798         [C99-based standards] (*_t): Allow.
27799         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27800         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27801         Include math.h-data and complex.h-data.  Remove all expectations
27802         of math.h and complex.h contents.
27803         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27804         at end of line.
27805         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27806         (struct tm): Expect tag.
27807         [C99-based-standards] (wcstof): Expect function.
27808         [C99-based-standards] (wcstold): Likewise.
27809         [C99-based-standards] (wcstoll): Likewise.
27810         [C99-based-standards] (wcstoull): Likewise.
27811         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27812         macro-int-constant.  Specify type.
27813         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27814         constraint on value.
27815         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27816         Specify type.
27817         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27818         Specify value.
27819         [ISO C standards]: Do not allow headers.
27820         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27821         wcs[abcdefghijklmnopqrstuvwxyz]*.
27822         [ISO C standards] (*_t): Do not allow.
27823         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27824         Expect function.
27825         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27826         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27827         Specify type.
27828         [ISO C standards]: Do not allow headers.
27829         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27830         is[abcdefghijklmnopqrstuvwxyz]*.
27831         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27832         to[abcdefghijklmnopqrstuvwxyz]*.
27833         [ISO C standards] (*_t): Do not allow.
27834         * conform/data/stdalign.h-data: New file.
27835         * conform/data/stdbool.h-data: Likewise.
27836         * conform/data/stdnoreturn.h-data: Likewise.
27837
27838 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27839
27840         [BZ #14815]
27841         * manual/filesys.texi (Directory Entries): Typo fix.
27842         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27843
27844 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27845
27846         * elf/elf.h (EM_AARCH64): New macro.
27847         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27848         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27849         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27850         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27851         (R_AARCH64_TLSDESC): Likewise.
27852         (NT_ARM_TLS): Likewise.
27853         (NT_ARM_HW_BREAK): Likewise.
27854         (NT_ARM_HW_WATCH): Likewise.
27855
27856 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27857
27858         [BZ #14811]
27859         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27860         (__ieee754_powl): Saturate nonzero exponents with absolute value
27861         below 0x1p-79 to +/- 0x1p-79.
27862         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27863         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27864         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27865         nonzero exponents with absolute value below 0x1p-32 to +/-
27866         0x1p-32.
27867         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27868         (__ieee754_powl): Saturate nonzero exponents with absolute value
27869         below 0x1p-79 to +/- 0x1p-79.
27870         * math/libm-test.inc (pow_test): Add more tests.
27871
27872 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27873
27874         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27875         _dl_s390_cap_flags with kernel. Increase string length.
27876         (_dl_s390_platforms): Add z196 and zEC12.
27877
27878 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27879
27880         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27881         Change XOPEN21K to XOPEN2K.
27882
27883 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27884
27885         * string/memmove.c: Use memcpy when possible.
27886
27887 2012-11-06  Andreas Jaeger  <aj@suse.de>
27888
27889         * po/eo.po: Update from translation team.
27890
27891 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27892
27893         [BZ #14793]
27894         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27895         exponent and small x and y exponents, scale x or y up.  Increase
27896         by 2 the exponent used in scaling up.
27897         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27898         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27899         * math/libm-test.inc (fma_test): Add more tests.
27900         (fma_test_towardzero): Likewise.
27901         (fma_test_downward): Likewise.
27902         (fma_test_upward): Likewise.
27903
27904 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27905
27906         [BZ #14805]
27907         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27908         fenv_t *.
27909
27910         [BZ #14801]
27911         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27912         namespace for names of struct fields.
27913         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27914         fenv_t fields.
27915         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27916         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27917
27918 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27919
27920         [BZ #3665]
27921         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27922
27923 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27924
27925         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27926         PTR_DEMANGLE.
27927
27928         [BZ #5246]
27929         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27930         PTR_DEMANGLE.
27931
27932 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27933
27934         [BZ #14797]
27935         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27936         definitely overflow as x * y not x * y + z.
27937         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27938         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27939         * math/libm-test.inc (fma_test): Add more tests.
27940         (fma_test_towardzero): Likewise.
27941         (fma_test_downward): Likewise.
27942         (fma_test_upward): Likewise.
27943
27944 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27945
27946         [BZ #157]
27947
27948         * include/stub-tag.h: Remove file.
27949         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27950         '#include' of it.
27951         * manual/maint.texi (Porting): Don't reference it.
27952         * Makerules ($(objpfx)stubs): Likewise.
27953         * dirent/closedir.c: Don't include <stub-tag.h>.
27954         * dirent/dirfd.c: Likewise.
27955         * dirent/fdopendir.c: Likewise.
27956         * dirent/getdents.c: Likewise.
27957         * dirent/getdents64.c: Likewise.
27958         * dirent/opendir.c: Likewise.
27959         * dirent/readdir.c: Likewise.
27960         * dirent/readdir64.c: Likewise.
27961         * dirent/readdir64_r.c: Likewise.
27962         * dirent/readdir_r.c: Likewise.
27963         * dirent/rewinddir.c: Likewise.
27964         * dirent/seekdir.c: Likewise.
27965         * dirent/telldir.c: Likewise.
27966         * gmon/profil.c: Likewise.
27967         * grp/setgroups.c: Likewise.
27968         * inet/if_index.c: Likewise.
27969         * io/access.c: Likewise.
27970         * io/chdir.c: Likewise.
27971         * io/chmod.c: Likewise.
27972         * io/chown.c: Likewise.
27973         * io/close.c: Likewise.
27974         * io/dup.c: Likewise.
27975         * io/dup2.c: Likewise.
27976         * io/dup3.c: Likewise.
27977         * io/euidaccess.c: Likewise.
27978         * io/faccessat.c: Likewise.
27979         * io/fchdir.c: Likewise.
27980         * io/fchmod.c: Likewise.
27981         * io/fchmodat.c: Likewise.
27982         * io/fchown.c: Likewise.
27983         * io/fchownat.c: Likewise.
27984         * io/fcntl.c: Likewise.
27985         * io/flock.c: Likewise.
27986         * io/fstatfs.c: Likewise.
27987         * io/fstatfs64.c: Likewise.
27988         * io/fstatvfs.c: Likewise.
27989         * io/fstatvfs64.c: Likewise.
27990         * io/futimens.c: Likewise.
27991         * io/fxstat.c: Likewise.
27992         * io/fxstat64.c: Likewise.
27993         * io/fxstatat.c: Likewise.
27994         * io/fxstatat64.c: Likewise.
27995         * io/getcwd.c: Likewise.
27996         * io/isatty.c: Likewise.
27997         * io/lchmod.c: Likewise.
27998         * io/lchown.c: Likewise.
27999         * io/link.c: Likewise.
28000         * io/linkat.c: Likewise.
28001         * io/lseek.c: Likewise.
28002         * io/lseek64.c: Likewise.
28003         * io/lxstat64.c: Likewise.
28004         * io/mkdir.c: Likewise.
28005         * io/mkdirat.c: Likewise.
28006         * io/mkfifo.c: Likewise.
28007         * io/mkfifoat.c: Likewise.
28008         * io/open.c: Likewise.
28009         * io/open64.c: Likewise.
28010         * io/openat.c: Likewise.
28011         * io/openat64.c: Likewise.
28012         * io/pipe.c: Likewise.
28013         * io/pipe2.c: Likewise.
28014         * io/poll.c: Likewise.
28015         * io/posix_fadvise.c: Likewise.
28016         * io/posix_fadvise64.c: Likewise.
28017         * io/posix_fallocate.c: Likewise.
28018         * io/posix_fallocate64.c: Likewise.
28019         * io/read.c: Likewise.
28020         * io/readlink.c: Likewise.
28021         * io/readlinkat.c: Likewise.
28022         * io/rmdir.c: Likewise.
28023         * io/sendfile.c: Likewise.
28024         * io/sendfile64.c: Likewise.
28025         * io/statfs.c: Likewise.
28026         * io/statfs64.c: Likewise.
28027         * io/statvfs.c: Likewise.
28028         * io/statvfs64.c: Likewise.
28029         * io/symlink.c: Likewise.
28030         * io/symlinkat.c: Likewise.
28031         * io/ttyname.c: Likewise.
28032         * io/ttyname_r.c: Likewise.
28033         * io/umask.c: Likewise.
28034         * io/unlink.c: Likewise.
28035         * io/unlinkat.c: Likewise.
28036         * io/utime.c: Likewise.
28037         * io/utimensat.c: Likewise.
28038         * io/write.c: Likewise.
28039         * io/xmknod.c: Likewise.
28040         * io/xmknodat.c: Likewise.
28041         * io/xstat.c: Likewise.
28042         * io/xstat64.c: Likewise.
28043         * login/getpt.c: Likewise.
28044         * login/grantpt.c: Likewise.
28045         * login/unlockpt.c: Likewise.
28046         * math/e_acoshl.c: Likewise.
28047         * math/e_acosl.c: Likewise.
28048         * math/e_asinl.c: Likewise.
28049         * math/e_atan2l.c: Likewise.
28050         * math/e_atanhl.c: Likewise.
28051         * math/e_coshl.c: Likewise.
28052         * math/e_expl.c: Likewise.
28053         * math/e_fmodl.c: Likewise.
28054         * math/e_gammal_r.c: Likewise.
28055         * math/e_hypotl.c: Likewise.
28056         * math/e_j0l.c: Likewise.
28057         * math/e_j1l.c: Likewise.
28058         * math/e_jnl.c: Likewise.
28059         * math/e_lgammal_r.c: Likewise.
28060         * math/e_log10l.c: Likewise.
28061         * math/e_log2l.c: Likewise.
28062         * math/e_logl.c: Likewise.
28063         * math/e_powl.c: Likewise.
28064         * math/e_rem_pio2l.c: Likewise.
28065         * math/e_sinhl.c: Likewise.
28066         * math/e_sqrtl.c: Likewise.
28067         * math/fclrexcpt.c: Likewise.
28068         * math/fedisblxcpt.c: Likewise.
28069         * math/feenablxcpt.c: Likewise.
28070         * math/fegetenv.c: Likewise.
28071         * math/fegetexcept.c: Likewise.
28072         * math/fegetround.c: Likewise.
28073         * math/feholdexcpt.c: Likewise.
28074         * math/fesetenv.c: Likewise.
28075         * math/fesetround.c: Likewise.
28076         * math/feupdateenv.c: Likewise.
28077         * math/fgetexcptflg.c: Likewise.
28078         * math/fraiseexcpt.c: Likewise.
28079         * math/fsetexcptflg.c: Likewise.
28080         * math/ftestexcept.c: Likewise.
28081         * math/k_cosl.c: Likewise.
28082         * math/k_rem_pio2l.c: Likewise.
28083         * math/k_sinl.c: Likewise.
28084         * math/k_tanl.c: Likewise.
28085         * math/s_asinhl.c: Likewise.
28086         * math/s_atanl.c: Likewise.
28087         * math/s_cbrtl.c: Likewise.
28088         * math/s_erfl.c: Likewise.
28089         * math/s_expm1l.c: Likewise.
28090         * math/s_log1pl.c: Likewise.
28091         * math/s_tanhl.c: Likewise.
28092         * misc/acct.c: Likewise.
28093         * misc/brk.c: Likewise.
28094         * misc/chflags.c: Likewise.
28095         * misc/chroot.c: Likewise.
28096         * misc/fchflags.c: Likewise.
28097         * misc/fgetxattr.c: Likewise.
28098         * misc/flistxattr.c: Likewise.
28099         * misc/fremovexattr.c: Likewise.
28100         * misc/fsetxattr.c: Likewise.
28101         * misc/fsync.c: Likewise.
28102         * misc/ftruncate.c: Likewise.
28103         * misc/futimes.c: Likewise.
28104         * misc/futimesat.c: Likewise.
28105         * misc/getdomain.c: Likewise.
28106         * misc/getdtsz.c: Likewise.
28107         * misc/gethostid.c: Likewise.
28108         * misc/gethostname.c: Likewise.
28109         * misc/getloadavg.c: Likewise.
28110         * misc/getpagesize.c: Likewise.
28111         * misc/getsysstats.c: Likewise.
28112         * misc/getxattr.c: Likewise.
28113         * misc/gtty.c: Likewise.
28114         * misc/ioctl.c: Likewise.
28115         * misc/lgetxattr.c: Likewise.
28116         * misc/listxattr.c: Likewise.
28117         * misc/llistxattr.c: Likewise.
28118         * misc/lremovexattr.c: Likewise.
28119         * misc/lsetxattr.c: Likewise.
28120         * misc/lutimes.c: Likewise.
28121         * misc/madvise.c: Likewise.
28122         * misc/mincore.c: Likewise.
28123         * misc/mlock.c: Likewise.
28124         * misc/mlockall.c: Likewise.
28125         * misc/mmap.c: Likewise.
28126         * misc/mprotect.c: Likewise.
28127         * misc/msync.c: Likewise.
28128         * misc/munlock.c: Likewise.
28129         * misc/munlockall.c: Likewise.
28130         * misc/munmap.c: Likewise.
28131         * misc/preadv.c: Likewise.
28132         * misc/preadv64.c: Likewise.
28133         * misc/ptrace.c: Likewise.
28134         * misc/pwritev.c: Likewise.
28135         * misc/pwritev64.c: Likewise.
28136         * misc/readv.c: Likewise.
28137         * misc/reboot.c: Likewise.
28138         * misc/remap_file_pages.c: Likewise.
28139         * misc/removexattr.c: Likewise.
28140         * misc/revoke.c: Likewise.
28141         * misc/select.c: Likewise.
28142         * misc/setdomain.c: Likewise.
28143         * misc/setegid.c: Likewise.
28144         * misc/seteuid.c: Likewise.
28145         * misc/sethostid.c: Likewise.
28146         * misc/sethostname.c: Likewise.
28147         * misc/setregid.c: Likewise.
28148         * misc/setreuid.c: Likewise.
28149         * misc/setxattr.c: Likewise.
28150         * misc/sstk.c: Likewise.
28151         * misc/stty.c: Likewise.
28152         * misc/swapoff.c: Likewise.
28153         * misc/swapon.c: Likewise.
28154         * misc/sync.c: Likewise.
28155         * misc/syncfs.c: Likewise.
28156         * misc/syscall.c: Likewise.
28157         * misc/truncate.c: Likewise.
28158         * misc/ualarm.c: Likewise.
28159         * misc/usleep.c: Likewise.
28160         * misc/ustat.c: Likewise.
28161         * misc/utimes.c: Likewise.
28162         * misc/vhangup.c: Likewise.
28163         * misc/writev.c: Likewise.
28164         * posix/_exit.c: Likewise.
28165         * posix/alarm.c: Likewise.
28166         * posix/execve.c: Likewise.
28167         * posix/fexecve.c: Likewise.
28168         * posix/fork.c: Likewise.
28169         * posix/fpathconf.c: Likewise.
28170         * posix/getaddrinfo.c: Likewise.
28171         * posix/getegid.c: Likewise.
28172         * posix/geteuid.c: Likewise.
28173         * posix/getgid.c: Likewise.
28174         * posix/getgroups.c: Likewise.
28175         * posix/getlogin.c: Likewise.
28176         * posix/getlogin_r.c: Likewise.
28177         * posix/getpgid.c: Likewise.
28178         * posix/getpid.c: Likewise.
28179         * posix/getppid.c: Likewise.
28180         * posix/getresgid.c: Likewise.
28181         * posix/getresuid.c: Likewise.
28182         * posix/getsid.c: Likewise.
28183         * posix/getuid.c: Likewise.
28184         * posix/glob64.c: Likewise.
28185         * posix/nanosleep.c: Likewise.
28186         * posix/pathconf.c: Likewise.
28187         * posix/pause.c: Likewise.
28188         * posix/posix_madvise.c: Likewise.
28189         * posix/pread.c: Likewise.
28190         * posix/pread64.c: Likewise.
28191         * posix/pwrite.c: Likewise.
28192         * posix/pwrite64.c: Likewise.
28193         * posix/sched_getaffinity.c: Likewise.
28194         * posix/sched_getp.c: Likewise.
28195         * posix/sched_gets.c: Likewise.
28196         * posix/sched_primax.c: Likewise.
28197         * posix/sched_primin.c: Likewise.
28198         * posix/sched_rr_gi.c: Likewise.
28199         * posix/sched_setaffinity.c: Likewise.
28200         * posix/sched_setp.c: Likewise.
28201         * posix/sched_sets.c: Likewise.
28202         * posix/sched_yield.c: Likewise.
28203         * posix/setgid.c: Likewise.
28204         * posix/setlogin.c: Likewise.
28205         * posix/setpgid.c: Likewise.
28206         * posix/setresgid.c: Likewise.
28207         * posix/setresuid.c: Likewise.
28208         * posix/setsid.c: Likewise.
28209         * posix/setuid.c: Likewise.
28210         * posix/sleep.c: Likewise.
28211         * posix/spawni.c: Likewise.
28212         * posix/sysconf.c: Likewise.
28213         * posix/times.c: Likewise.
28214         * posix/wait.c: Likewise.
28215         * posix/wait3.c: Likewise.
28216         * posix/wait4.c: Likewise.
28217         * posix/waitpid.c: Likewise.
28218         * resolv/gai_sigqueue.c: Likewise.
28219         * resource/getpriority.c: Likewise.
28220         * resource/getrlimit.c: Likewise.
28221         * resource/getrusage.c: Likewise.
28222         * resource/nice.c: Likewise.
28223         * resource/setpriority.c: Likewise.
28224         * resource/setrlimit.c: Likewise.
28225         * resource/ulimit.c: Likewise.
28226         * rt/aio_cancel.c: Likewise.
28227         * rt/aio_fsync.c: Likewise.
28228         * rt/aio_read.c: Likewise.
28229         * rt/aio_sigqueue.c: Likewise.
28230         * rt/aio_suspend.c: Likewise.
28231         * rt/aio_write.c: Likewise.
28232         * rt/clock_getres.c: Likewise.
28233         * rt/clock_gettime.c: Likewise.
28234         * rt/clock_nanosleep.c: Likewise.
28235         * rt/clock_settime.c: Likewise.
28236         * rt/lio_listio.c: Likewise.
28237         * rt/mq_close.c: Likewise.
28238         * rt/mq_getattr.c: Likewise.
28239         * rt/mq_notify.c: Likewise.
28240         * rt/mq_open.c: Likewise.
28241         * rt/mq_receive.c: Likewise.
28242         * rt/mq_send.c: Likewise.
28243         * rt/mq_setattr.c: Likewise.
28244         * rt/mq_timedreceive.c: Likewise.
28245         * rt/mq_timedsend.c: Likewise.
28246         * rt/mq_unlink.c: Likewise.
28247         * rt/shm_open.c: Likewise.
28248         * rt/shm_unlink.c: Likewise.
28249         * rt/timer_create.c: Likewise.
28250         * rt/timer_delete.c: Likewise.
28251         * rt/timer_getoverr.c: Likewise.
28252         * rt/timer_gettime.c: Likewise.
28253         * rt/timer_settime.c: Likewise.
28254         * setjmp/__longjmp.c: Likewise.
28255         * setjmp/setjmp.c: Likewise.
28256         * signal/kill.c: Likewise.
28257         * signal/killpg.c: Likewise.
28258         * signal/raise.c: Likewise.
28259         * signal/sigaction.c: Likewise.
28260         * signal/sigaltstack.c: Likewise.
28261         * signal/sigblock.c: Likewise.
28262         * signal/sigignore.c: Likewise.
28263         * signal/sigintr.c: Likewise.
28264         * signal/signal.c: Likewise.
28265         * signal/sigpause.c: Likewise.
28266         * signal/sigpending.c: Likewise.
28267         * signal/sigqueue.c: Likewise.
28268         * signal/sigreturn.c: Likewise.
28269         * signal/sigset.c: Likewise.
28270         * signal/sigsetmask.c: Likewise.
28271         * signal/sigstack.c: Likewise.
28272         * signal/sigsuspend.c: Likewise.
28273         * signal/sigtimedwait.c: Likewise.
28274         * signal/sigvec.c: Likewise.
28275         * signal/sigwait.c: Likewise.
28276         * signal/sigwaitinfo.c: Likewise.
28277         * signal/sysv_signal.c: Likewise.
28278         * socket/accept.c: Likewise.
28279         * socket/accept4.c: Likewise.
28280         * socket/bind.c: Likewise.
28281         * socket/connect.c: Likewise.
28282         * socket/getpeername.c: Likewise.
28283         * socket/getsockname.c: Likewise.
28284         * socket/getsockopt.c: Likewise.
28285         * socket/isfdtype.c: Likewise.
28286         * socket/listen.c: Likewise.
28287         * socket/recv.c: Likewise.
28288         * socket/recvfrom.c: Likewise.
28289         * socket/recvmsg.c: Likewise.
28290         * socket/send.c: Likewise.
28291         * socket/sendmsg.c: Likewise.
28292         * socket/sendto.c: Likewise.
28293         * socket/setsockopt.c: Likewise.
28294         * socket/shutdown.c: Likewise.
28295         * socket/sockatmark.c: Likewise.
28296         * socket/socket.c: Likewise.
28297         * socket/socketpair.c: Likewise.
28298         * stdio-common/ctermid.c: Likewise.
28299         * stdio-common/cuserid.c: Likewise.
28300         * stdio-common/remove.c: Likewise.
28301         * stdio-common/rename.c: Likewise.
28302         * stdio-common/renameat.c: Likewise.
28303         * stdio-common/tempname.c: Likewise.
28304         * stdlib/getcontext.c: Likewise.
28305         * stdlib/makecontext.c: Likewise.
28306         * stdlib/setcontext.c: Likewise.
28307         * stdlib/swapcontext.c: Likewise.
28308         * stdlib/system.c: Likewise.
28309         * streams/fattach.c: Likewise.
28310         * streams/fdetach.c: Likewise.
28311         * streams/getmsg.c: Likewise.
28312         * streams/getpmsg.c: Likewise.
28313         * streams/putmsg.c: Likewise.
28314         * streams/putpmsg.c: Likewise.
28315         * sysdeps/unix/bsd/getpt.c: Likewise.
28316         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28317         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28318         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28319         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28320         Likewise.
28321         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28322         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28323         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28324         * sysvipc/msgctl.c: Likewise.
28325         * sysvipc/msgget.c: Likewise.
28326         * sysvipc/msgrcv.c: Likewise.
28327         * sysvipc/msgsnd.c: Likewise.
28328         * sysvipc/semctl.c: Likewise.
28329         * sysvipc/semget.c: Likewise.
28330         * sysvipc/semop.c: Likewise.
28331         * sysvipc/semtimedop.c: Likewise.
28332         * sysvipc/shmat.c: Likewise.
28333         * sysvipc/shmctl.c: Likewise.
28334         * sysvipc/shmdt.c: Likewise.
28335         * sysvipc/shmget.c: Likewise.
28336         * termios/tcdrain.c: Likewise.
28337         * termios/tcflow.c: Likewise.
28338         * termios/tcflush.c: Likewise.
28339         * termios/tcgetattr.c: Likewise.
28340         * termios/tcgetpgrp.c: Likewise.
28341         * termios/tcsendbrk.c: Likewise.
28342         * termios/tcsetattr.c: Likewise.
28343         * termios/tcsetpgrp.c: Likewise.
28344         * time/adjtime.c: Likewise.
28345         * time/clock.c: Likewise.
28346         * time/getitimer.c: Likewise.
28347         * time/gettimeofday.c: Likewise.
28348         * time/setitimer.c: Likewise.
28349         * time/settimeofday.c: Likewise.
28350         * time/stime.c: Likewise.
28351         * time/time.c: Likewise.
28352
28353 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28354
28355         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28356         /usr/old/bin.
28357
28358         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28359         instead of spaces.
28360         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28361
28362 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28363
28364         [BZ #14796]
28365         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28366         FE_TONEAREST before applying Dekker multiplication and Knuth
28367         addition.  Clear inexact exceptions and check for exact zero
28368         results afterwards.
28369         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28370         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28371         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28372         * math/libm-test.inc (fma_test): Add more tests.
28373         (fma_test_towardzero): Likewise.
28374         (fma_test_downward): Likewise.
28375         (fma_test_upward): Likewise.
28376         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28377         function.
28378         (libc_fesetround): New macro.
28379         (libc_fesetroundf): Likewise.
28380         (libc_fesetroundl): Likewise.
28381         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28382         function.
28383         (libc_fesetround_387): Likewise.
28384         (libc_fesetroundf): New macro.
28385         (libc_fesetround): Likewise.
28386         (libc_fesetroundl): Likewise.
28387         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28388         function.
28389         (libc_fesetroundf): New macro.
28390         (libc_fesetround): Likewise.
28391         (libc_fesetroundl): Likewise.
28392         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28393         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28394         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28395         libm_hidden_ver.
28396         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28397         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28398         libm_hidden_def.
28399         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28400         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28401         libm_hidden_ver.
28402         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28403         libm_hidden_def.
28404
28405         [BZ #3439]
28406         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28407         integer constant usable in #if and use that to give value to enum
28408         constant.
28409         (FE_DIVBYZERO): Likewise.
28410         (FE_UNDERFLOW): Likewise.
28411         (FE_OVERFLOW): Likewise.
28412         (FE_INVALID): Likewise.
28413         (FE_INVALID_SNAN): Likewise.
28414         (FE_INVALID_ISI): Likewise.
28415         (FE_INVALID_IDI): Likewise.
28416         (FE_INVALID_ZDZ): Likewise.
28417         (FE_INVALID_IMZ): Likewise.
28418         (FE_INVALID_COMPARE): Likewise.
28419         (FE_INVALID_SOFTWARE): Likewise.
28420         (FE_INVALID_SQRT): Likewise.
28421         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28422         (FE_TONEAREST): Likewise.
28423         (FE_TOWARDZERO): Likewise.
28424         (FE_UPWARD): Likewise.
28425         (FE_DOWNWARD): Likewise.
28426         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28427         (FE_DIVBYZERO): Likewise.
28428         (FE_OVERFLOW): Likewise.
28429         (FE_UNDERFLOW): Likewise.
28430         (FE_INEXACT): Likewise.
28431         (FE_TONEAREST): Likewise.
28432         (FE_DOWNWARD): Likewise.
28433         (FE_UPWARD): Likewise.
28434         (FE_TOWARDZERO): Likewise.
28435         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28436         (FE_UNDERFLOW): Likewise.
28437         (FE_OVERFLOW): Likewise.
28438         (FE_DIVBYZERO): Likewise.
28439         (FE_INVALID): Likewise.
28440         (FE_TONEAREST): Likewise.
28441         (FE_TOWARDZERO): Likewise.
28442         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28443         (FE_OVERFLOW): Likewise.
28444         (FE_UNDERFLOW): Likewise.
28445         (FE_DIVBYZERO): Likewise.
28446         (FE_INEXACT): Likewise.
28447         (FE_TONEAREST): Likewise.
28448         (FE_TOWARDZERO): Likewise.
28449         (FE_UPWARD): Likewise.
28450         (FE_DOWNWARD): Likewise.
28451         * sysdeps/x86/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
28461 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28462
28463         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28464
28465 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28466
28467         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28468         commands.  Quote $PWD.
28469         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28470         -x" by "export".
28471         (remove_newlines): Remove.
28472
28473 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28474
28475         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28476         * stdlib/stdlib.h (atof): Moved to ...
28477         * include/bits/stdlib-float.h: Here.  New file.
28478         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28479         * stdlib/bits/stdlib-float.h: New file.
28480         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28481         -mno-sse -mno-mmx.
28482         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28483         <xmmintrin.h>.
28484
28485 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28486
28487         * conform/conformtest.pl (@headers): Add fenv.h.
28488         * conform/data/fenv.h-data: New file.
28489         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28490         include of <math/fenv.h>.
28491
28492         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28493         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28494         && !UNIX98].  Enables tests for XOPEN2K8.
28495         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28496         POSIX2008]: Likewise.
28497
28498         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28499         (struct rusage): Do not expect type or its members.
28500
28501         [BZ #3439]
28502         * math/math.h (FP_NAN): Define macro to integer constant usable in
28503         #if and use that to give value to enum constant.
28504         (FP_INFINITE): Likewise.
28505         (FP_ZERO): Likewise.
28506         (FP_SUBNORMAL): Likewise.
28507         (FP_NORMAL): Likewise.
28508
28509 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28510
28511         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28512         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28513         arguments.
28514
28515 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28516
28517         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28518         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28519         autoconf-time if not.
28520         * configure.in: Remove AC_PREREQ.
28521
28522 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28523
28524         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28525         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28526         of the internal implementation.
28527
28528 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28529
28530         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28531         except include of <misc/sys/syslog.h>.
28532
28533 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28534
28535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28536         function returns with a NULL context exit with zero.
28537
28538 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28539
28540         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28541
28542 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28543
28544         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28545         (run_program_cmd): This.
28546         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28547         (tst_langinfo): New variable.  Use it.
28548
28549 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28550
28551         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28552         floating point opcodes.
28553
28554 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28555
28556         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28557         variable.
28558
28559         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28560
28561         * sysdeps/mach/hurd/powerpc: Remove directory.
28562         * sysdeps/mach/powerpc: Likewise.
28563
28564 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28565
28566         * scripts/check-local-headers.sh: Ignore c++ headers.
28567
28568 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28569
28570         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28571         __libc_cleanup_region_start argument.
28572
28573 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28574
28575         [BZ #14784]
28576         [BZ #14785]
28577         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28578         x * y using scaling, not as x * y + z.
28579         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28580         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28581         * math/libm-test.inc (fma_test): Add more tests.
28582         (fma_test_towardzero): Likewise.
28583         (fma_test_downward): Likewise.
28584         (fma_test_upward): Likewise.
28585
28586 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28587
28588         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28589
28590 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28591
28592         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28593         New variable.
28594
28595 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28596
28597         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28598
28599 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28600
28601         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28602         Fix sort order.
28603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28604         Likewise.
28605
28606 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28607
28608         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28609         Fix the order of the list for glibc 2.17.
28610         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28611         Likewise.
28612
28613 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28614
28615         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28616
28617 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28618
28619         [BZ #14610]
28620         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28621         for low part of x being zero before using __atanl (y).
28622         * math/libm-test.inc (atan2_test): Add another test.
28623
28624         * manual/install.texi (Configuring and compiling): Document
28625         general use of test-wrapper and test-wrapper-env.
28626         * INSTALL: Regenerated.
28627
28628         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28629         (__fma): Do not extract and scale down low bits on after-rounding
28630         systems when result rounded to normal precision would have normal
28631         exponent.
28632         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28633         (__fmal): Do not extract and scale down low bits on after-rounding
28634         systems when result rounded to normal precision would have normal
28635         exponent.
28636         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28637         (__fmal): Do not extract and scale down low bits on after-rounding
28638         systems when result rounded to normal precision would have normal
28639         exponent.
28640         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28641         macro.
28642         (fma_test): Add more tests.
28643         (fma_test_towardzero): Likewise.
28644         (fma_test_downward): Likewise.
28645         (fma_test_upward): Likewise.
28646
28647 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28648
28649         * sysdeps/i386/tininess.h: Renamed to ...
28650         * sysdeps/x86/tininess.h: This.
28651         * sysdeps/x86_64/tininess.h: Removed.
28652
28653 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28654
28655         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28656         input.  Use $(build-program-cmd).
28657         ($(objpfx)tst-array1-static.out): Likewise.
28658         ($(objpfx)tst-array2.out): Likewise.
28659         ($(objpfx)tst-array3.out): Likewise.
28660         ($(objpfx)tst-array4.out): Likewise.
28661         ($(objpfx)tst-array5.out): Likewise.
28662         ($(objpfx)tst-array5-static.out): Likewise.
28663
28664 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28665
28666         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28667         if defined.
28668
28669         * nss/nsswitch.h (nss_interface_function): Provide new
28670         macro for use with NSS functions.
28671         * grp/initgroups.c: Use new macro.
28672         * nss/getXXbyYY.c: Likewise.
28673         * nss/getXXbyYY_r.c: Likewise.
28674         * nss/getXXent.c: Likewise.
28675         * nss/getXXent_r.c: Likewise.
28676         * sysdeps/posix/getaddrinfo.c: Likewise.
28677
28678 2012-10-30  Andreas Jaeger  <aj@suse.de>
28679
28680         * po/ru.po: Update Russion translation from translation project.
28681
28682 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28683
28684         [BZ #14152]
28685         [BZ #14783]
28686         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28687         result and shift together with sticky bit instead of replicating
28688         round-to-nearest rounding.
28689         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28690         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28691         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28692         missing underflow exceptions.
28693         (fma_test_towardzero): Add more tests.
28694         (fma_test_downward): Likewise.
28695         (fma_test_upward): Likewise.
28696
28697         [BZ #14047]
28698         * sysdeps/generic/tininess.h: New file.
28699         * sysdeps/i386/tininess.h: Likewise.
28700         * sysdeps/sh/tininess.h: Likewise.
28701         * sysdeps/x86_64/tininess.h: Likewise.
28702         * stdlib/tst-strtod-underflow.c: Likewise.
28703         * stdlib/tst-tininess.c: Likewise.
28704         * stdlib/strtod_l.c: Include <tininess.h>.
28705         (round_and_return): Do not set errno for exact underflow cases.
28706         Force an underflow exception when setting errno for underflow.
28707         Determine underflow based on rounding to normal precision if
28708         TININESS_AFTER_ROUNDING.
28709         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28710         ERANGE for exact underflow cases.
28711         * stdlib/Makefile (tests): Add tst-tininess and
28712         tst-strtod-underflow.
28713         ($(objpfx)tst-tininess): Use $(link-libm).
28714         ($(objpfx)tst-strtod-underflow): Likewise.
28715
28716 2012-10-30  Andreas Jaeger  <aj@suse.de>
28717
28718         [BZ#14767]
28719         * elf/Makefile (tests): Remove conditional for have-initfini-array
28720         since this is now always required and the variable does not exist
28721         anymore.
28722         (tests-static): Likewise.
28723         (modules-names): Likewise.
28724
28725         * po/eo.po: Add Esperanto translation from translation project.
28726
28727         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28728         merged with constructor/destructor.
28729         (init_array): Likewise.
28730         * elf/tst-array2dep.c (fini_array): Likewise.
28731         (init_array): Likewise.
28732
28733 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28734
28735         * manual/message.texi: Delete @cartouche tags.
28736
28737 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28738
28739         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28740         EOPNOTSUPP.
28741         * sysdeps/mach/hurd/fsync.c: Likewise.
28742
28743         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28744         [_POSIX_REALTIME_SIGNALS]: Change condition to
28745         [_POSIX_REALTIME_SIGNALS > 0].
28746
28747 2012-10-27  Andreas Jaeger  <aj@suse.de>
28748
28749         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28750         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28751         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28752         [__WORDSIZE != 64]: Likewise.
28753
28754 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28755
28756         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28757         *  iconvdata/tst-tables.sh: Likewise.
28758
28759 2012-10-25  David S. Miller  <davem@davemloft.net>
28760
28761         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28762         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28763         of strtoull.
28764
28765         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28766         ifunc-impl-list.c
28767         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28768         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28769         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28770         file.
28771
28772 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28773
28774         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28775         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28776         __getdirentries.
28777
28778 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28779             Jim Blandy  <jimb@codesourcery.com>
28780
28781         * scripts/cross-test-ssh.sh: New file.
28782         * manual/install.texi (Configuring and compiling): Document use of
28783         cross-test-ssh.sh.
28784         * INSTALL: Regenerated.
28785
28786 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28787
28788         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28789         EOPNOTSUPP.
28790
28791 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28792
28793         * Makeconfig (run-program-prefix): Fix comment.
28794
28795 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28796             Jim Blandy  <jimb@codesourcery.com>
28797
28798         * Makeconfig (test-wrapper): New variable,
28799         (test-wrapper-env): Likewise.
28800         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28801         (run-built-tests): Define to yes.
28802         (run-program-prefix): Use $(test-wrapper).
28803         (built-program-cmd): Likewise.
28804         * Rules (make-test-out): Use $(test-wrapper-env) and
28805         $(host-built-program-cmd).
28806         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28807         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28808         tst-pathopt.sh.
28809         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28810         $(test-wrapper-env) to tst-rtld-load-self.sh.
28811         ($(objpfx)order2.out): Use $(test-wrapper).
28812         ($(objpfx)tst-initorder.out): Likewise.
28813         ($(objpfx)tst-initorder2.out): Likewise.
28814         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28815         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28816         (test_wrapper_env): New variable.  Use it to run ld.so.
28817         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28818         Use it to run ld.so.
28819         (test_wrapper_env): Likewise.
28820         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28821         $(test-wrapper) to run-iconv-test.sh.
28822         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28823         (ICONV): Use $test_wrapper.
28824         * posix/Makefile ($(objpfx)globtest.out): Pass
28825         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28826         globtest.sh, not $(run-program-prefix).
28827         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28828         (test_wrapper): Likewise.
28829         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28830         set together with run_via_rtld_prefix.
28831         (run_program_prefix): Define in terms of test_wrapper and
28832         run_via_rtld_prefix.
28833
28834 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28835
28836         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28837         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28838         Targets removed.
28839
28840         [BZ #14743]
28841         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28842         Declare __clock_getres, __clock_gettime, __clock_settime,
28843         __clock_nanosleep, and __clock_getcpuclockid.
28844         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28845         Remove librt_hidden_def (clock_gettime).
28846         * sysdeps/unix/clock_gettime.c: Likewise.
28847         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28848         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28849         * rt/clock_getres.c: Define __clock_getres as an alias.
28850         * sysdeps/posix/clock_getres.c: Likewise.
28851         * rt/clock_settime.c: Define __clock_settime as an alias.
28852         * sysdeps/unix/clock_settime.c: Likewise.
28853         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28854         * sysdeps/unix/clock_nanosleep.c: Likewise.
28855         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28856         * rt/clock-compat.c: New file.
28857         * rt/Makefile (librt-routines): Add clock-compat and move
28858         $(clock-routines) to ...
28859         (routines): ... here, new variable.
28860         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28861         Don't add get_clockfreq here.
28862         * rt/Versions (libc: GLIBC_2.17): New version set.
28863         Add clock_* symbols here.
28864         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28865         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28866         (GLIBC_2.17): Add clock_* symbols.
28867         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28868         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28869         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28870         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28871         Likewise.
28872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28873         Likewise.
28874         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28875         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28876         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28877         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28878         * NEWS: Mention the move.
28879
28880         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28881         Use __open, __read, __close rather than their public counterparts.
28882         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28883         (__get_clockfreq_via_cpuinfo): Likewise.
28884         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28885         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28886
28887         * config.h.in (HAVE_IFUNC): New #undef.
28888         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28889         was successful.
28890         * configure: Regenerated.
28891
28892 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28893
28894         * configure.in: Move READELF check to start of file.
28895         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28896         libc_cv_asm_gnu_indirect_function in the process.
28897         * configure: Regenerated.
28898
28899 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28900
28901         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28902         send the output to /dev/null.
28903         (libc_cv_cc_with_libunwind): Likewise.
28904         (libc_cv_as_noexecstack): Likewise.
28905         * configure: Regenerate.
28906
28907 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28908
28909         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28910
28911         * posix/globtest.sh (TMPDIR): Do not set.
28912         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28913         (testout): Likewise.
28914
28915 2012-10-24  Andreas Jaeger  <aj@suse.de>
28916
28917         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28918         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28919         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28920         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28921         posix_fadvise64, posix_fallocate64.
28922
28923         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28924         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28925         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28926         Likewise.
28927         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28928         Likewise.
28929         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28930
28931         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28932         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28933         <bits/fcntl-linux.h>.
28934         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28935
28936         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28937         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28938         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28939         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28940         [__WORDSIZE != 64]: Likewise.
28941
28942 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28943
28944         * Makeconfig (run-built-tests): New variable.
28945         * Rules [$(cross-compiling) = yes]: Change condition to
28946         [$(run-built-tests) = no].
28947         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28948         to [$(run-built-tests) = yes].
28949         * elf/Makefile [$(cross-compiling) = no]: Likewise
28950         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28951         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28952         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28953         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28954         * io/Makefile [$(cross-compiling) = no]: Likewise.
28955         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28956         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28957         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28958         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28959         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28960         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28961         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28962         * string/Makefile [$(cross-compiling) = no]: Likewise.
28963
28964         * posix/Makefile ($(objpfx)globtest.out): Pass
28965         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28966         $(rtld-installed-name).
28967         * posix/globtest.sh (elf_objpfx): Remove variable.
28968         (rtld_installed_name): Likewise.
28969         (library_path): Likewise.
28970         (run_program_prefix): New variable.  Use for running globtest
28971         binary.
28972
28973 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28974             Joseph Myers  <joseph@codesourcery.com>
28975
28976         * Makeconfig (host-built-program-cmd): New variable.
28977         * elf/Makefile (tst-stackguard1-ARGS): Use
28978         $(host-built-program-cmd).
28979         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28980         (tst-spawn-ARGS): Likewise.
28981         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28982
28983 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28984             Jim Blandy  <jimb@codesourcery.com>
28985
28986         * Makeconfig (run-via-rtld-prefix): New variable.
28987         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28988         (built-program-cmd): Likewise.
28989
28990 2012-10-22  Andreas Jaeger  <aj@suse.de>
28991
28992         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28993         __O_RSYNC if it exists, otherwise to O_SYNC.
28994
28995 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28996             Joseph Myers  <joseph@codesourcery.com>
28997
28998         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28999         /dev/null.
29000         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
29001         from /dev/null
29002         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
29003         /dev/null.
29004
29005 2012-10-22  Andreas Jaeger  <aj@suse.de>
29006
29007         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
29008         Define always.
29009         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
29010
29011         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
29012         bits/fcntl-linux.h.
29013
29014         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29015         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29016
29017         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29018         to __O_LARGEFILE.
29019         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29020         to __O_LARGEFILE.
29021
29022 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29023             Joseph Myers  <joseph@codesourcery.com>
29024
29025         * config.make.in (NM): New variable.
29026
29027 2012-10-21  Andreas Jaeger  <aj@suse.de>
29028
29029         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29030         definitions and declarations that are provided by
29031         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29032
29033 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29034
29035         [BZ #14683]
29036         * elf/Makefile (tests-static): Add tst-leaks1-static.
29037         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29038         ($(objpfx)tst-leaks1-static): New rule.
29039         ($(objpfx)tst-leaks1-static-mem): Likewise.
29040         (tst-leaks1-static-ENV): New macro.
29041         * elf/dl-open.c (dl_open_worker): Check the main application
29042         only if SHARED is defined.
29043         * elf/tst-leaks1-static.c: New file.
29044
29045 2012-10-20  Andreas Jaeger  <aj@suse.de>
29046
29047         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29048         generic values for Linux.
29049         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29050         and declarations that are provided by <bits/fcntl-linux.h> and
29051         include <bits/fcntl-linux.h>.
29052         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29053         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29054
29055 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29056
29057         * io/fcntl.h: Move include of <bits/types.h> to the top and
29058         include it unconditionally.
29059
29060 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29061
29062         * wcsmbs/Makefile (tests-ifunc): New variable.
29063         (tests): Add $(tests-ifunc).
29064         * wcsmbs/test-wcschr-ifunc.c: New file.
29065         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29066         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29067         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29068         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29069         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29070
29071         * string/Makefile (tests-ifunc): New variable.
29072         (tests): Add $(tests-ifunc).
29073         * string/test-memccpy.c (TEST_NAME): New macro.
29074         * string/test-memchr.c (TEST_NAME): Likewise.
29075         * string/test-memcmp.c (TEST_NAME): Likewise.
29076         * string/test-memcpy.c (TEST_NAME): Likewise.
29077         * string/test-memmem.c (TEST_NAME): Likewise.
29078         * string/test-memmove.c (TEST_NAME): Likewise.
29079         * string/test-memset.c (TEST_NAME): Likewise.
29080         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29081         * string/test-stpcpy.c (TEST_NAME): Likewise.
29082         * string/test-stpncpy.c (TEST_NAME): Likewise.
29083         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29084         * string/test-strcasestr.c (TEST_NAME): Likewise.
29085         * string/test-strcat.c (TEST_NAME): Likewise.
29086         * string/test-strchr.c (TEST_NAME): Likewise.
29087         * string/test-strcmp.c(TEST_NAME): Likewise.
29088         * string/test-strcpy.c (TEST_NAME): Likewise.
29089         * string/test-strcspn.c (TEST_NAME): Likewise.
29090         * string/test-strlen.c (TEST_NAME): Likewise.
29091         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29092         * string/test-strncmp.c (TEST_NAME): Likewise.
29093         * string/test-strncpy.c (TEST_NAME): Likewise.
29094         * string/test-strnlen.c (TEST_NAME): Likewise.
29095         * string/test-strpbrk.c (TEST_NAME): Likewise.
29096         * string/test-strrchr.c (TEST_NAME): Likewise.
29097         * string/test-strspn.c (TEST_NAME): Likewise.
29098         * string/test-strstr.c (TEST_NAME): Likewise.
29099         * string/test-bcopy-ifunc.c: New file.
29100         * string/test-bzero-ifunc.c: Likewise.
29101         * string/test-memccpy-ifunc.c: Likewise.
29102         * string/test-memchr-ifunc.c: Likewise.
29103         * string/test-memcmp-ifunc.c: Likewise.
29104         * string/test-memcpy-ifunc.c: Likewise.
29105         * string/test-memmem-ifunc.c: Likewise.
29106         * string/test-memmove-ifunc.c: Likewise.
29107         * string/test-mempcpy-ifunc.c: Likewise.
29108         * string/test-memset-ifunc.c: Likewise.
29109         * string/test-rawmemchr-ifunc.c: Likewise.
29110         * string/test-stpcpy-ifunc.c: Likewise.
29111         * string/test-stpncpy-ifunc.c: Likewise.
29112         * string/test-strcasecmp-ifunc.c: Likewise.
29113         * string/test-strcasestr-ifunc.c: Likewise.
29114         * string/test-strcat-ifunc.c: Likewise.
29115         * string/test-strchr-ifunc.c: Likewise.
29116         * string/test-strchrnul-ifunc.c: Likewise.
29117         * string/test-strcmp-ifunc.c: Likewise.
29118         * string/test-strcpy-ifunc.c: Likewise.
29119         * string/test-strcspn-ifunc.c: Likewise.
29120         * string/test-strlen-ifunc.c: Likewise.
29121         * string/test-strncasecmp-ifunc.c: Likewise.
29122         * string/test-strncat-ifunc.c: Likewise.
29123         * string/test-strncmp-ifunc.c: Likewise.
29124         * string/test-strncpy-ifunc.c: Likewise.
29125         * string/test-strnlen-ifunc.c: Likewise.
29126         * string/test-strpbrk-ifunc.c: Likewise.
29127         * string/test-strrchr-ifunc.c: Likewise.
29128         * string/test-strspn-ifunc.c: Likewise.
29129         * string/test-strstr-ifunc.c: Likewise.
29130
29131         * debug/Makefile (tests-ifunc): New variable.
29132         (tests): Add $(tests-ifunc).
29133         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29134         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29135         * debug/test-stpcpy_chk-ifunc.c: New file.
29136         * debug/test-strcpy_chk-ifunc.c: Likewise.
29137
29138 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29139
29140         [BZ #13601]
29141         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29142         header is not read in.
29143
29144 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29145
29146         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29147         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29148         directly.  Pass built executable to script as
29149         $(built-program-cmd).
29150         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29151         $testprogram without using LD_LIBRARY_PATH and $ldso.
29152
29153         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29154         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29155         $(rtld-installed-name).
29156         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29157         (rtld_installed_name): Likewise.
29158         (library_path): Likewise.
29159         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29160         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29161         $(run-program-prefix) to tst-tables.sh.
29162         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29163         it to run tst-table-from and tst-table-to.
29164         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29165         Pass it to tst-table.sh.
29166         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29167         $(run-program-prefix) to tst-gettext.sh.
29168         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29169         tst-translit.sh.
29170         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29171         tst-gettext2.sh.
29172         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29173         to run tst-gettext.
29174         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29175         to run tst-gettext2.
29176         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29177         to run tst-translit.
29178         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29179         $(run-program-prefix) to tst-mtrace.sh.
29180         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29181         to run tst-mtrace.
29182         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29183         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29184         $(rtld-installed-name).
29185         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29186         (rtld_installed_name): Likewise.
29187         (run_program_prefix): New variable.  Use it to run wordexp-test.
29188
29189         * Makeconfig (ARCH): Remove all definitions.
29190         (machine): Likewise.
29191         [ARCH]: Remove conditional code.
29192         [!objdir]: Give error.
29193         [!objdir] (objpfx): Remove.
29194         [!objdir] (common-objpfx): Likewise.
29195         [!objdir] (common-objdir): Likewise.
29196         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29197         AC_CONFIG_FILES call.
29198         * configure: Regenerated.
29199
29200         [BZ #13888]
29201         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29202         or TMPDIR.
29203         (testout): Likewise.
29204
29205         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29206         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29207         $(rtld-installed-name).
29208         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29209         (rtld_installed_name): Likwise.
29210         (runit): Remove function.
29211         (run_getconf): New variable,  Use it for running getconf binary.
29212
29213 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29214
29215         [BZ #14716]
29216         * string/test-memmem.c (check_result): New function.
29217         (do_one_test): Use it.
29218         (check1): New function.
29219         (test_main): Use it.
29220
29221 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29222
29223         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29224
29225 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29226
29227         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29228         (_G_LSEEK64): Likewise.
29229         (_G_MMAP64): Likewise.
29230         (_G_FSTAT64): Likewise.
29231         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29232         (_G_LSEEK64): Likewise.
29233         (_G_MMAP64): Likewise.
29234         (_G_FSTAT64): Likewise.
29235         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29236         unconditional.  Call __mmap64 directly.
29237         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29238         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29239         __lseek64 directly.
29240         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29241         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29242         __mmap64 directly.
29243         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29244         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29245         __lseek64 directly.
29246         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29247         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29248         __lseek64 directly.
29249         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29250         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29251         __lseek64 directly.
29252         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29253         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29254         __fxstat64 directly.
29255         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29256         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29257         unconditional.
29258         (freopen64) [!_G_OPEN64]: Remove conditional code.
29259         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29260         unconditional.
29261         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29262         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29263         unconditional.
29264         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29265         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29266         unconditional.
29267         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29268         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29269         unconditional.
29270         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29271         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29272         unconditional.
29273         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29274         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29275         unconditional.
29276         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29277         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29278         unconditional.
29279         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29280
29281 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29282
29283         [BZ #12140]
29284         * manual/memory.texi (Malloc Tunable Parameters): Add note
29285         about free list pointers overwriting some perturb bytes.
29286         Wording suggested by Roland McGrath.
29287
29288 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29289
29290         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29291         (lgamma_test): Likewise.
29292         (tgamma_test): Likewise.
29293
29294 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29295
29296         [BZ #14700]
29297         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29298         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29299
29300 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29301
29302         * NEWS: Mention BZ #14716.
29303         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29304         when removing AVAILABLE1_USES_J macro.
29305
29306 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29307
29308         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29309         (__bswap_64): __uint64_t for unsigned 64-bit int.
29310
29311 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29312
29313         * include/string.h (memmem): Declare libc hidden alias.
29314         * string/memmem.c (memmem): Define libc hidden alias.
29315         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29316         __read, __close instead of open, read, close.
29317
29318 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29319
29320         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29321         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29322         global and hidden.
29323         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29324         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29325         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29326         Likewise.
29327         (__rawmemchr_sse2): Likewise.
29328         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29329         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29330         (__strchr_sse2): Likewise.
29331         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29332         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29333         (__strcasecmp_sse2): Likewise.
29334         (__strncasecmp_sse2): Likewise.
29335         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29336         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29337         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29338         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29339         (__strrchr_sse2): Likewise.
29340         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29341         ifunc-impl-list.c.
29342         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29343         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29344         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29345         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29346         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29347         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29348         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29349         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29350         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29351         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29352         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29353         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29354         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29355         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29356         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29357         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29358         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29359         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29360         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29361         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29362         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29363         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29364         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29365         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29366         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29367         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29368         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29369         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29370         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29371         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29372
29373         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29374         global and hidden.
29375         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29376         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29377         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29378         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29379         Likewise.
29380         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29381         Likewise.
29382         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29383         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29384         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29385         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29386         ifunc-impl-list.c.
29387         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29388         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29389         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29390         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29391         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29392         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29393         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29394         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29395         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29396         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29397         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29398         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29399         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29400         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29401         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29402         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29403         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29404         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29405         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29406         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29407         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29408         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29409         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29410         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29411         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29412         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29413         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29414         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29415         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29416         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29417         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29418         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29419         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29420         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29421         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29422         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29423         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29424         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29425         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29426         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29427         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29428
29429         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29430         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29431         * include/ifunc-impl-list.h: New file.
29432         * misc/ifunc-impl-list.c: Likewise.
29433         * misc/Makefile (routines): Add ifunc-impl-list.
29434         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29435         * string/test-string.h: Include <ifunc-impl-list.h>.
29436         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29437         TEST_NAME]: New variables.
29438         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29439         are defined.
29440         (test_init): Call __libc_ifunc_impl_list to initialize
29441         func_list if TEST_IFUNC and TEST_NAME are defined.
29442
29443         * string/Makefile (strop-tests): Add bcopy and bzero.
29444         * string/test-bcopy.c: New file.
29445         * string/test-bzero.c: Likewise.
29446         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29447         defined.
29448         * string/test-memset.c: Support bzero test if TEST_BZERO is
29449         defined.
29450         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29451         __libc_memmove.
29452         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29453         __libc_memset.
29454         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29455         of memset.
29456
29457 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29458
29459         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29460         * configure: Regenerated.
29461
29462         * Makeconfig (+link-static-before-libc): Don't include
29463         $(link-static-libc).
29464
29465         * libio/libio.h (_IO_pos_t): Remove.
29466
29467 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29468
29469         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29470         McGrath.
29471
29472 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29473
29474         * crypt/crypt-entry.c: Include fips-private.h.
29475         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29476         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29477         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29478         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29479
29480 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29481
29482         * crypt/crypt-private.h: Include stdbool.h.
29483         (_ufc_setup_salt_r): Return bool.
29484         * crypt/crypt-entry.c: Include errno.h.
29485         (__crypt_r): Return NULL with EINVAL for bad salt.
29486         * crypt/crypt_util.c (bad_for_salt): New.
29487         (_ufc_setup_salt_r): Check that salt is long enough and within
29488         the specified alphabet.
29489         * crypt/badsalttest.c: New file.
29490         * crypt/Makefile (tests): Add it.
29491         ($(objpfx)badsalttest): New.
29492
29493 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29494
29495         * NEWS: Add entry for BZ #14602.
29496
29497 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29498
29499         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29500         type-generic.
29501         * math/libm-test.inc: Update comment listing what functions and
29502         macros are tested.
29503         (isgreater_test): New function.
29504         (isgreaterequal_test): Likewise.
29505         (isless_test): Likewise.
29506         (islessequal_test): Likewise.
29507         (islessgreater_test): Likewise.
29508         (isunordered_test): Likewise.
29509         (main): Call the new functions.
29510
29511 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29512
29513         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29514         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29515         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29516         * sysdeps/i386/configure: Regenerated.
29517         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29518         * sysdeps/mach/configure: Regenerated.
29519         * sysdeps/mach/hurd/configure: Regenerated.
29520         * sysdeps/powerpc/configure: Regenerated.
29521         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29522         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29523         * sysdeps/s390/s390-32/configure: Regenerated.
29524         * sysdeps/s390/s390-64/configure: Regenerated.
29525         * sysdeps/sh/configure: Regenerated.
29526         * sysdeps/sparc/configure: Regenerated.
29527         * sysdeps/unix/sysv/linux/configure: Regenerated.
29528         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29529         * sysdeps/x86_64/configure: Regenerated.
29530
29531         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29532         defined.  Don't check if MAP is NULL.
29533
29534 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29535
29536         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29537         (_G_stat64): Likewise.
29538         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29539         (_G_stat64): Likewise.
29540         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29541         instead of struct _G_stat64.
29542         * libio/fileops.c (mmap_remap_check): Likewise.
29543         (decide_maybe_mmap): Likewise.
29544         (_IO_new_file_seekoff): Likewise.
29545         (_IO_file_stat): Likewise.
29546         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29547         _G_off64_t.
29548         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29549         instead of struct _G_stat64.
29550         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29551
29552 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29553
29554         [BZ #14602]
29555         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29556         Replace with ...
29557         (CHECK_EOL): New macro.
29558         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29559         CHECK_EOL.
29560         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29561         Replace with CHECK_EOL.
29562         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29563         Replace with CHECK_EOL.
29564
29565 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29566
29567         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29568         type-generic.
29569         * math/libm-test.inc: Update comment listing what functions and
29570         macros are tested.
29571         (finite_test): New function.
29572         (isinf_test): Likewise.
29573         (isnan_test): Likewise.
29574         (fpclassify_test): Test subnormal input.
29575         (isfinite_test): Likewise.
29576         (isnormal_test): Likewise.
29577         (main): Call the new functions.
29578
29579 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29580
29581         [BZ #14660]
29582         * Makerules (%.dynsym): Force C locale when running
29583         $(OBJDUMP) --dynamic-syms.
29584
29585 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29586
29587         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29588         <stdint.h>.
29589
29590 2012-10-06  David S. Miller  <davem@davemloft.net>
29591
29592         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29593         upper 32-bits of the length value in %o2 since we use branch-on-register
29594         tests which consider the entire 64-bit register.
29595
29596 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29597
29598         * string/test-strstr.c (check2): Add a test for page boundary.
29599
29600 2012-10-05  David S. Miller  <davem@davemloft.net>
29601
29602         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29603         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29604         file.
29605         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29606         sysdep_routines.
29607         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29608         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29609         and bzero when HWCAP_SPARC_CRYPTO is present.
29610
29611 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29612
29613         [BZ #14602]
29614         * string/test-strstr.c (check2): New function.
29615         (test_main): Call check2.
29616
29617         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29618         and bug-strchr1.
29619         * string/bug-strcasestr1.c (do_test): Moved to ...
29620         * string/test-strcasestr.c (check1): Here.  New function.
29621         (do_one_test): Break out result checking code into ...
29622         (check_result): This.  New function.
29623         (do_one_test): Call check_result.
29624         (test_main): Call check1.
29625         * string/bug-strchr1.c (do_test): Moved to ...
29626         * string/test-strchr.c (check1): Here.  New function.
29627         (do_one_test): Break out result checking code into ...
29628         (check_result): This.  New function.
29629         (do_one_test): Call check_result.
29630         (test_main): Call check1.
29631         * string/bug-strstr1.c (main): Moved to ...
29632         * string/test-strstr.c (check1): Here.  New function.
29633         (do_one_test): Break out result checking code into ...
29634         (check_result): This.  New function.
29635         (do_one_test): Call check_result.
29636         (test_main): Call check1.
29637         * string/bug-strcasestr1.c: Removed.
29638         * string/bug-strchr1.c: Likewise.
29639         * string/bug-strstr1.c: Likewise.
29640
29641         * elf/Makefile (dl-routines): Add hwcaps.
29642         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29643         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29644         (_dl_important_hwcaps): Moved to ...
29645         * elf/dl-hwcaps.c: Here.  New file.
29646         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29647
29648         [BZ #14557]
29649         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29650         if IS_IN_rtld isn't defined.
29651
29652         * elf/dl-support.c (_dl_sysinfo_map): New.
29653         Include "get-dynamic-info.h" and "setup-vdso.h".
29654         (_dl_non_dynamic_init): Call setup_vdso.
29655         * elf/dynamic-link.h: Don't include <assert.h>.
29656         (elf_get_dynamic_info): Moved to ...
29657         * elf/get-dynamic-info.h: Here.  New file.
29658         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29659         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29660         * elf/setup-vdso.h: Here.  New file.
29661         * elf/rtld.c: Include "setup-vdso.h".
29662         (dl_main): Call setup_vdso.
29663
29664 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29665
29666         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29667         creal in comment listing functions tested.  List finite, isinf,
29668         isnan, isless, islessequal, isgreater, isgreaterequal,
29669         islessgreater, isunordered, lgamma_r and pow10 as functions and
29670         macros not tested.  Mention which functions not tested are aliases
29671         for other functions.  Fix typo.  Note that signs of NaNs are not
29672         tested.
29673
29674         * scripts/config.guess: Update from config.git.
29675         * scripts/config.sub: Likewise.
29676
29677 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29678
29679         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29680         * misc/madvise.c (madvise): Renamed to __madvise.
29681         Make madvise a weak alias.
29682         * include/sys/mman.h: Declare __madvise.
29683         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29684         * sysdeps/unix/syscalls.list
29685         (madvise): Make __madvise the strong name, and madvise a weak alias.
29686         * sysdeps/unix/sysv/linux/syscalls.list
29687         (madvise, mmap): Remove redundant entries.
29688         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29689         * malloc/malloc.c (mtrim): Likewise.
29690         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29691
29692 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29693
29694         * sysdeps/mach/hurd/dl-cache.c: File removed.
29695         * config.h.in (USE_LDCONFIG): New #undef.
29696         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29697         * configure: Regenerated.
29698         * elf/Makefile (dl-routines): Add dl-cache only under
29699         [$(use-ldconfig) = yes].
29700         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29701         cache on [USE_LDCONFIG].
29702         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29703         [USE_LDCONFIG].
29704         * elf/rtld.c (dl_main): Likewise.
29705
29706 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29707
29708         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29709         _SC_LEVEL4_CACHE_LINESIZE.
29710
29711 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29712
29713         * sysdeps/unix/bsd/confstr.h: File removed.
29714
29715 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29716
29717         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29718         sys/sdt-config.h.
29719
29720 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29721
29722         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29723         Make 'mapoff' field ElfW(Off) rather than off_t.
29724
29725 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29726
29727         * nscd/Makefile: Remove nscd-cflags and all its users.
29728         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29729         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29730
29731         [BZ #10631]
29732         * malloc.c (malloc_printerr): Clarify error message.
29733
29734 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29735
29736         [BZ #14648]
29737         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29738         Set bit_FMA_Usable if FMA is supported.
29739         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29740         macro.
29741         (bit_FMA4_Usable): Updated.
29742         (index_FMA_Usable): New macro.
29743         (CPUID_FMA): Likewise
29744         (HAS_FMA): Defined with bit_FMA_Usable.
29745
29746 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29747
29748         * bits/types.h (__swblk_t): Type removed.
29749         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29750         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29751         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29752         (__SWBLK_T_TYPE): Likewise.
29753         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29754         (__SWBLK_T_TYPE): Likewise.
29755         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29756         (__SWBLK_T_TYPE): Likewise.
29757         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29758         (__SWBLK_T_TYPE): Likewise.
29759
29760 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29761             Honza Horak <hhorak@redhat.com>
29762
29763         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29764         (xdr_mapname): Use YPMAXMAP as maxsize.
29765         (xdr_peername): Use YPMAXPEER as maxsize.
29766         (xdr_keydat): Use YPAXRECORD as maxsize.
29767         (xdr_valdat): Use YPMAXRECORD as maxsize.
29768
29769 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29770
29771         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29772
29773         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29774         * csu/init-first.c: ... here.
29775         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29776         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29777         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29778         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29779         * sysdeps/i386/init-first.c: File removed.
29780         * sysdeps/sh/init-first.c: File removed.
29781
29782 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29783
29784         [BZ #14645]
29785         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29786         if x * y might underflow to zero and z is zero.
29787         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29788         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29789         * math/libm-test.inc (min_subnorm_value): New variable.
29790         (fma_test): Add more tests.
29791         (fma_test_towardzero): Likewise.
29792         (fma_test_downward): Likewise
29793         (fma_test_upward): Likewise.
29794         (initialize): Set min_subnorm_value.
29795
29796 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29797
29798         [BZ #14638]
29799         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29800         0 + 0.
29801         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29802         mode for addition resulting in exact zero.
29803         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29804         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29805         exact 0 + 0.
29806         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29807         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29808         * math/libm-test.inc (fma_test): Add more tests.
29809         (fma_test_towardzero): New function.
29810         (fma_test_downward): Likewise.
29811         (fma_test_upward): Likewise.
29812         (main): Call the new functions.
29813
29814 2012-09-28  David S. Miller  <davem@davemloft.net>
29815
29816         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29817
29818 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29819
29820         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29821         instead of SIGALRM.
29822
29823         * sysdeps/gnu/_G_config.h: Moved to ...
29824         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29825         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29826         * sysdeps/generic/_G_config.h: ... here.
29827
29828         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29829
29830         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29831
29832         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29833         Conditionalize target on [libnss_test1.so-version].
29834
29835         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29836
29837         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29838         (elfobjdir): Move out of conditionals.
29839
29840         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29841         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29842         (__nss_lookup_function): Conditionalize label remove_from_tree on
29843         [!DO_STATIC_NSS || SHARED], matching its only use.
29844
29845 2012-09-28  David S. Miller  <davem@davemloft.net>
29846
29847         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29848         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29849         file.
29850         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29851         sysdep_routines.
29852         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29853         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29854         when HWCAP_SPARC_CRYPTO is present.
29855
29856 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29857
29858         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29859
29860 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29861
29862         [BZ #6530]
29863         * stdio-common/vfprintf.c (process_string_arg): Revert
29864         2000-07-22 change.
29865
29866 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29867
29868         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29869         for testcase.
29870         * stdio-common/tst-sprintf.c: Include <locale.h>
29871         (main): Test sprintf's handling of incomplete multibyte
29872         characters.
29873
29874 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29875
29876         * elf/dl-runtime.c (VERSYMIDX): Removed.
29877         * elf/dl-version.c (VERSYMIDX): Likewise.
29878         * elf/do-rel.h (VERSYMIDX): Likewise.
29879         (VALIDX): Likewise.
29880         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29881         * elf/rtld.c (VALIDX): Likewise.
29882         (ADDRIDX): Likewise.
29883         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29884         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29885         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29886         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29887         (VALIDX): Likewise.
29888         (ADDRIDX): Likewise.
29889
29890 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29891
29892         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29893
29894 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29895
29896         [BZ #11438]
29897         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29898         to global scope.
29899         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29900         addresses are in the same scope as 192.0.2/24.
29901         * posix/gai.conf: Document new scope table defaults.
29902
29903 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29904
29905         [BZ #5298]
29906         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29907         for ftell.  Compute offsets from write pointers instead.
29908         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29909
29910 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29911
29912         [BZ #14543]
29913         * libio/Makefile (tests): New test case tst-fseek.
29914         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29915         combination works in wide mode.
29916         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29917         state when the external buffer state changes.
29918
29919 2012-09-27  David S. Miller  <davem@davemloft.net>
29920
29921         [BZ #14376]
29922         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29923         pass reloc->r_addend in as the 'high' argument to
29924         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29925
29926         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29927
29928 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29929
29930         * rt/tst-aio2.c: Include <pthread.h>.
29931         * rt/tst-aio3.c: Likewise.
29932
29933 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29934
29935         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29936
29937 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29938
29939         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29940         contents on [SHARED].
29941
29942 2012-09-26  Marek Polacek  <polacek@redhat.com>
29943
29944         [BZ #14530]
29945         [BZ #13741]
29946         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29947         for C++ and GCC <4.3 as well as for non GCC compilers.
29948
29949 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29950
29951         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29952
29953 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29954
29955         * Makefile.in (all, install): Declare with .PHONY.
29956         Reported by Michael Hope <michael.hope@linaro.org>.
29957
29958 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29959
29960         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29961         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29962         system header.
29963         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29964         Likewise.
29965         (sydep_routines): Add the new and the internal functions.
29966         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29967         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29968         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29969         (GLIBC_2.17): Add the new function.
29970         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29971         (GLIBC_2.17): Likewise.
29972         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29973         (GLIBC_2.17): Likewise.
29974         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29975         (GLIBC_2.17): Likewise.
29976         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29977
29978 2012-09-25  Alan Modra  <amodra@gmail.com>
29979
29980         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29981         Add release barrier before setting once_control to say
29982         initialisation is done.  Add hints on lwarx.  Use macro in
29983         place of isync.
29984         (clear_once_control): Add release barrier.
29985
29986 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29987
29988         [BZ #13629]
29989         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29990         specially.
29991         * math/s_clog10.c (__clog10): Likewise.
29992         * math/s_clog10f.c (__clog10f): Likewise.
29993         * math/s_clog10l.c (__clog10l): Likewise.
29994         * math/s_clogf.c (__clogf): Likewise.
29995         * math/s_clogl.c (__clogl): Likewise.
29996         * math/Makefile (libm-calls): Add x2y2m1.
29997         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29998         (__x2y2m1): Likewise.
29999         (__x2y2m1l): Likewise.
30000         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
30001         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
30002         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
30003         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
30004         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
30005         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
30006         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
30007         * sysdeps/i386/fpu/libm-test-ulps: Update.
30008         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30009
30010         [BZ #14621]
30011         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
30012         int as type of variable DEPTH.
30013         (glob): Use size_t instead of int as type of variables NEWCOUNT
30014         and OLD_PATHC.
30015
30016 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30017
30018         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30019         Add s_sincosf-sse2.
30020         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30021         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30022         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30023         macros for using routine as __sincosf_ia32.
30024         Use macro for function declaration and weak_alias.
30025         * sysdeps/i386/fpu/libm-test-ulps: Update.
30026
30027         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30028         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30029
30030         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30031         subnormal argument.
30032         * math/s_cexpf.c (__cexpf): Likewise.
30033         * math/s_csinf.c (__csinf): Likewise.
30034         * math/s_csinhf.c (__csinhf): Likewise.
30035         * math/s_ctanf.c (__ctanf): Likewise.
30036         * math/s_ctanhf.c (__ctanhf): Likewise.
30037         * math/s_ccosh.c (__ccoshf): Likewise.
30038         * math/s_cexp.c (__cexpl): Likewise.
30039         * math/s_csin.c (__csin): Likewise.
30040         * math/s_csinh.c (__csinh): Likewise.
30041         * math/s_ctan.c (__ctan): Likewise.
30042         * math/s_ctanh.c (ctanh): Likewise.
30043         * math/s_ccoshl.c (__ccoshl): Likewise.
30044         * math/s_cexpl.c (__cexpl): Likewise.
30045         * math/s_csinl.c (__csinl): Likewise.
30046         * math/s_csinhl.c (__csinhl): Likewise.
30047         * math/s_ctanl.c (__ctanl): Likewise.
30048         * math/s_ctanhl.c (__ctanhl): Likewise.
30049
30050 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30051
30052         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30053         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30054         (_IO_off_t): Define to __off_t, not _G_off_t.
30055         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30056         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30057         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30058         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30059         type of __dummy and __dummy2 fields.
30060         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30061         (_G_ssize_t): Likewise.
30062         (_G_off_t): Likewise.
30063         (_G_pid_t): Likewise.
30064         (_G_uid_t): Likewise.
30065         (_G_wchar_t): Likewise.
30066         (_G_wint_t): Likewise.
30067         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30068         (_G_ssize_t): Likewise.
30069         (_G_off_t): Likewise.
30070         (_G_pid_t): Likewise.
30071         (_G_uid_t): Likewise.
30072         (_G_wchar_t): Likewise.
30073         (_G_wint_t): Likewise.
30074         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30075         (_G_ssize_t): Likewise.
30076         (_G_off_t): Likewise.
30077         (_G_pid_t): Likewise.
30078         (_G_uid_t): Likewise.
30079         (_G_wchar_t): Likewise.
30080         (_G_wint_t): Likewise.
30081
30082 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30083
30084         * malloc/arena.c: Include malloc-sysdep.h.
30085         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30086         is sufficient to shrink the heap or an unmap is needed.
30087         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30088         new function check_may_shrink_heap.
30089         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30090         new function check_may_shrink_heap.
30091
30092 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30093
30094         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30095         comments.
30096
30097 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30098
30099         * catgets/test-gencat.sh: Add "set -e".
30100         * elf/tst-pathopt.sh: Likewise.
30101         * grp/tst_fgetgrent.sh: Likewise.
30102         * iconvdata/run-iconv-test.sh: Likewise.
30103         * intl/tst-gettext.sh: Likewise.
30104         * intl/tst-gettext2.sh: Likewise.
30105         * intl/tst-gettext4.sh: Likewise.
30106         * intl/tst-gettext6.sh: Likewise.
30107         * intl/tst-translit.sh: Likewise.
30108         * io/ftwtest-sh: Likewise.
30109         * libio/test-freopen.sh: Likewise.
30110         * malloc/tst-mtrace.sh: Likewise.
30111         * posix/globtest.sh: Likewise.
30112         * posix/tst-getconf.sh: Likewise.
30113         * posix/wordexp-tst.sh: Likewise.
30114         * stdio-common/tst-printf.sh: Likewise.
30115         * stdio-common/tst-unbputc.sh: Likewise.
30116         * stdlib/tst-fmtmsg.sh: Likewise.
30117         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30118         * catgets/Makefile: Do not specify -e option when running
30119         testsuite shell scripts.
30120         * elf/Makefile: Likewise.
30121         * grp/Makefile: Likewise.
30122         * iconvdata/Makefile: Likewise.
30123         * intl/Makefile: Likewise.
30124         * io/Makefile: Likewise.
30125         * libio/Makefile: Likewise.
30126         * malloc/Makefile: Likewise.
30127         * posix/Makefile: Likewise.
30128         * stdio-common/Makefile: Likewise.
30129         * stdlib/Makefile: Likewise.
30130         * sysdeps/x86_64/Makefile: Likewise.
30131
30132         * io/ftwtest-sh: Add copyright header.
30133         * posix/globtest.sh: Likewise.
30134         * posix/tst-getconf.sh: Likewise.
30135         * posix/wordexp-tst.sh: Likewise.
30136         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30137
30138 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30139
30140         [BZ #13679]
30141         * Makeconfig (+link): Defined as $(+link-static) if
30142         $(build-shared) isn't yes.
30143         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30144         isn't yes.
30145         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30146
30147         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30148
30149         [BZ #14562]
30150         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30151         new chunk size with MALLOC_ALIGN_MASK.
30152
30153 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30154
30155         [BZ #5044]
30156         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30157         <rounding-mode.h>.
30158         (__printf_fphex): Determine rounding using get_rounding_mode and
30159         round_away.
30160         * stdio-common/tst-printf-round.c (struct hex_test): New
30161         structure.
30162         (hex_tests): New variable.
30163         (test_hex_in_one_mode): New function.
30164         (do_test): Also run tests for hex float output.
30165
30166 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30167
30168         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30169         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30170         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30171         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30172         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30173         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30174         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30175         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30176
30177 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30178
30179         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30180         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30181         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30182         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30183
30184 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30185
30186         [BZ #14579]
30187         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30188         mode only.
30189         * elf/tst-rtld-load-self.sh: New test.
30190         * elf/Makefile: Run it.
30191
30192 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30193
30194         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30195         (tst-writev-ENV): Remove.
30196         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30197
30198 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30199
30200         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30201
30202 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30203
30204         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30205         unconditional.
30206         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30207         Likewise.
30208         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30209         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30210         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30211         Likewise.
30212
30213 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30214
30215         [BZ #14587]
30216         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30217         * config.make.in (have-cpp-asm-debuginfo): Removed.
30218         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30219         * configure: Regenerated.
30220
30221 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30222
30223         [BZ #5044]
30224         * stdio-common/printf_fp.c: Include <stdbool.h> and
30225         <rounding-mode.h>.
30226         (___printf_fp): Determine rounding using get_rounding_mode and
30227         round_away.
30228         * stdio-common/tst-printf-round.c: New file.
30229         * stdio-common/Makefile (tests): Add tst-printf-round.
30230         (link-libm): New variable.
30231         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30232
30233 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30234
30235         [BZ #14576]
30236         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30237         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30238         Likewise.
30239         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30240         Likewise.
30241
30242 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30243
30244         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30245         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30246         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30247         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30248
30249 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30250
30251         [BZ #14518]
30252         * include/rounding-mode.h: New file.
30253         * sysdeps/generic/get-rounding-mode.h: Likewise.
30254         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30255         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30256         (MAX_VALUE): New macro.
30257         (MIN_VALUE): Likewise.
30258         (overflow_value): New function.
30259         (underflow_value): Likewise.
30260         (round_and_return): Use overflow_value and underflow_value to
30261         determine return values in overflow and underflow cases.  Use
30262         round_away to determine rounding depending on rounding mode.
30263         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30264         determine return values in overflow and underflow cases.
30265         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30266         (struct test_results): New structure.
30267         (struct test): Use struct test_results to store expected results
30268         for all rounding modes.
30269         (TEST): Include expected results for all rounding modes.
30270         (test_in_one_mode): New function.
30271         (do_test): Use test_in_one_mode to compute and check results.
30272         Check results for all rounding modes.
30273         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30274         $(link-libm).
30275
30276 2012-12-09  Allan McRae  <allan@archlinux.org>
30277
30278         * sysdeps/i386/fpu/libm-test-ulps: Update
30279
30280 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30281
30282         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30283         (_G_int32_t): Likewise.
30284         (_G_uint16_t): Likewise.
30285         (_G_uint32_t): Likewise.
30286         (_G_HAVE_BOOL): Likewise.
30287         (_G_HAVE_ATEXIT): Likewise.
30288         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30289         (_G_HAVE_IO_FILE_OPEN): Likewise.
30290         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30291         (_G_int32_t): Likewise.
30292         (_G_uint16_t): Likewise.
30293         (_G_uint32_t): Likewise.
30294         (_G_HAVE_BOOL): Likewise.
30295         (_G_HAVE_ATEXIT): Likewise.
30296         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30297         (_G_HAVE_IO_FILE_OPEN): Likewise.
30298         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30299         (_G_int32_t): Likewise.
30300         (_G_uint16_t): Likewise.
30301         (_G_uint32_t): Likewise.
30302         (_G_HAVE_BOOL): Likewise.
30303         (_G_HAVE_ATEXIT): Likewise.
30304         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30305         (_G_HAVE_IO_FILE_OPEN): Likewise.
30306
30307 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30308
30309         * csu/libc-tls.c: Update copyright years.
30310
30311 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30312
30313         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30314         [!_G_USING_THUNKS]: Remove conditional code.
30315         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30316         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30317
30318         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30319         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30320         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30321         (_G_VTABLE_LABEL_PREFIX): Likewise.
30322         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30323         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30324         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30325         (_G_VTABLE_LABEL_PREFIX): Likewise.
30326         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30327         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30328         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30329         (_G_VTABLE_LABEL_PREFIX): Likewise.
30330         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30331
30332 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30333
30334         * libio/Makefile: Include ../Makeconfig before tests.
30335         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30336         only if $(build-shared) is yes.
30337
30338         * iconv/gconv_db.c: Update copyright years.
30339
30340 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30341
30342         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30343         unwind info if defined PIC. Fix special cases description.
30344         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30345
30346         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30347         DP_HI_MASK entry.
30348         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30349
30350 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30351
30352         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30353
30354         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30355         is NULL.
30356
30357         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30358         (LDLIBS-tst-chk4): This.
30359         (LDFLAGS-tst-chk5): Renamed to ...
30360         (LDLIBS-tst-chk5): This.
30361         (LDFLAGS-tst-chk6): Renamed to ...
30362         (LDLIBS-tst-chk6): This.
30363         (LDFLAGS-tst-lfschk4): Renamed to ...
30364         (LDLIBS-tst-lfschk4): This.
30365         (LDFLAGS-tst-lfschk5): Renamed to ...
30366         (LDLIBS-tst-lfschk5): This.
30367         (LDFLAGS-tst-lfschk6): Renamed to ...
30368         (LDLIBS-tst-lfschk6): This.
30369
30370         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30371         on $(common-objpfx)soversions.mk.
30372
30373 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30374
30375         [BZ #10014]
30376         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30377         example host name.
30378
30379 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30380
30381         * malloc/arena.c (arena_get_retry): New function that gets
30382         another arena for the caller to try its request on.
30383         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30384         current arena cannot fulfill the request.
30385         (__libc_memalign): Likewise.
30386         (__libc_memalign): Likewise.
30387         (__libc_pvalloc): Likewise.
30388         (__libc_calloc): Likewise.
30389
30390 2012-09-05  John Tobey  <john.tobey@gmail.com>
30391
30392         [BZ #13542]
30393         * manual/arith.texi (Operations on Complex): Fix description
30394         of carg branch cut.
30395
30396 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30397
30398         [BZ #10014]
30399         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30400         host name.
30401
30402         [BZ #10038]
30403         * manual/memory.texi (Memory): Make order of menu items match
30404         order of sections.
30405
30406 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30407
30408         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30409         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30410         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30411
30412 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30413
30414         * csu/libc-tls.c (static_dtv): Renamed to ...
30415         (_dl_static_dtv): This.  Make it global.
30416         (_dl_initial_dtv): Removed.
30417         (__libc_setup_tls): Updated.
30418         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30419         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30420         DL_INITIAL_DTV.
30421
30422 2012-09-06  Petr Machata  <pmachata@redhat.com>
30423
30424         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30425         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30426         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30427         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30428
30429 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30430
30431         [BZ #14545]
30432         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30433         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30434         freeing dtv[-1].
30435
30436 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30437
30438         [BZ #14544]
30439         * Makeconfig (link-static-before-libc): Replace $(+prector)
30440         with $(+prectorT).
30441         (link-static-after-libc): Replace $(+postctor) with
30442         $(+postctorT).
30443         (link-bounded): Replace $(+prector)/$(+postctor) with
30444         $(+prectorT)/$(+postctorT).
30445         (+prectorT): New macro.
30446         (+postctorT): Likewise.
30447
30448 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30449
30450         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30451         (round_str): Handle values above the maximum for IBM long double
30452         as inexact.
30453         * stdlib/tst-strtod-round.c (tests): Regenerated.
30454
30455 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30456
30457         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30458         assembler flag.
30459         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30460         zarch_nohighgprs around the zarch optimized routines.
30461         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30462         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30463         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30464         for zarch.
30465
30466 2012-09-05  David S. Miller  <davem@davemloft.net>
30467
30468         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30469
30470         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30471         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30472         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30473         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30474         entries.
30475
30476 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30477
30478         * malloc/arena.c: Fold copyright years.
30479         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30480
30481 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30482
30483         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30484
30485 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30486
30487         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30488
30489 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30490
30491         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30492         change internal state upon failure.
30493
30494 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30495
30496         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30497         * malloc/memusage.c (mmap): Likewise.
30498         (mmap64, mremap): Likewise.  Adjust name in comment.
30499
30500 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30501
30502         * libio/fileops.c: Fix typos in comments.
30503         * libio/oldfileops.c: Likewise.
30504         * libio/wfileops.c: Likewise.
30505
30506 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30507
30508         [BZ #1349]
30509         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30510         (tst-malloc-usable-ENV): Set environment for test case.
30511         * malloc/hooks.c (malloc_check_get_size): New function to get
30512         requested size.
30513         * malloc/malloc.c (musable): Use malloc_check_get_size.
30514         * malloc/tst-malloc-usable.c: New test case.
30515
30516 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30517
30518         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30519
30520 2012-09-05  Allan McRae  <allan@archlinux.org>
30521
30522         [BZ #13966]
30523         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30524         determine header location.
30525         * configure: Regenerated.
30526
30527 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30528
30529         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30530         float format.
30531         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30532         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30533         format.
30534         (test): Regenerate.
30535
30536 2012-09-04  David S. Miller  <davem@davemloft.net>
30537
30538         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30539         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30540         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30541
30542 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30543
30544         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30545         failures.
30546
30547         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30548
30549 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30550
30551         [BZ #9914]
30552         * libio/iogetdelim.c: Include <limits.h>.
30553         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30554         + len + 1 would overflow.
30555
30556 2012-09-03  Andreas Jaeger  <aj@suse.de>
30557
30558         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30559         * sysdeps/i386/fpu/libm-test-ulps: Update.
30560
30561 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30562
30563         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30564         Add s_sinf-sse2, s_conf-sse2.
30565
30566         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30567         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30568         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30569         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30570
30571         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30572         for using routine as __sinf_ia32.
30573         Use macro for function declaration and weak_alias.
30574         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30575         for using routine as __cosf_ia32.
30576         Use macro for function declaration and weak_alias.
30577
30578         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30579         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30580
30581         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30582         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30583         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30584
30585         * math/libm-test.inc (cos_test): Add more test cases.
30586         (sin_test): Likewise.
30587         (sincos_test): Likewise.
30588
30589 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30590
30591         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30592         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30593         hidden.
30594         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30595
30596 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30597
30598         [BZ #14538]
30599         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30600         first element of the GOT.
30601         (elf_machine_load_address): Return the difference between
30602         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30603
30604 2012-09-01  Allan McRae  <allan@archlinux.org>
30605
30606         [BZ #13412]
30607         * configure.in (AWK): Require gawk version 3.0 or later.
30608         * configure: Regenerated.
30609
30610 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30611
30612         * sysdeps/unix/sysv/linux/kernel-features.h
30613         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30614         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30615         [__NR_clock_getres]: Make code unconditional.
30616         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30617         (clock_getcpuclockid): Remove code left unreachable by removal of
30618         conditionals.
30619         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30620         code unconditional.
30621         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30622         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30623         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30624         Make code unconditional.
30625         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30626         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30627         * sysdeps/unix/sysv/linux/clock_settime.c
30628         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30629         conditional code.
30630         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30631         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30632
30633 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30634
30635         [BZ #14476]
30636         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30637         scripts/test-installation.pl.
30638
30639         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30640         and $ld_so_version if it is set.
30641
30642 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30643
30644         [BZ #14516]
30645         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30646         failure if reading from procfs failed.
30647         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30648
30649 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30650
30651         * sysdeps/unix/sysv/linux/kernel-features.h
30652         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30653         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30654         Remove conditional code.
30655         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30656         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30657         Remove conditional code.
30658         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30659         * sysdeps/unix/sysv/linux/i386/fxstat.c
30660         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30661         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30662         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30663         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30664         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30665         * sysdeps/unix/sysv/linux/i386/lxstat.c
30666         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30667         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30668         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30669         Remove conditional code.
30670         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30671         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30672         Remove conditional code.
30673         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30674         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30675         <kernel-features.h>.
30676         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30677         Remove.
30678         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30679         Remove conditional code.
30680         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30681         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30682         Remove conditional.
30683
30684 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30685
30686         [BZ #5400]
30687         * NEWS: Add fixed bug number.
30688
30689 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30690
30691         [BZ #14519]
30692         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30693         underflowing exponent in case of negative sign.
30694         * stdlib/tst-strtod-round-data: Add more tests.
30695         * stdlib/tst-strtod-round.c (tests): Regenerated.
30696
30697         [BZ #3479]
30698         * stdlib/strtod_l.c (NDIG): Remove.
30699         (HEXNDIG): Likewise.
30700         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30701         smallest representable value.
30702         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30703         lie within an exact representation of 1/2 ulp of the result.
30704         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30705         unconditionally.
30706         (TENS_P9_IDX): Define unconditionally.
30707         (TENS_P9_SIZE): Likewise.
30708         (TENS_P10_IDX): Likewise.
30709         (TENS_P10_SIZE): Likewise.
30710         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30711         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30712         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30713         entries for 10^2^13 and 10^2^14.
30714         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30715         (TENS_P13_IDX): Define.
30716         (TENS_P13_SIZE): Likewise.
30717         (TENS_P14_IDX): Likewise.
30718         (TENS_P14_SIZE): Likewise.
30719         (_fpioconst_pow10): Change array size to
30720         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30721         unconditional.
30722         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30723         1024]: Add entries for 10^2^13 and 10^2^14.
30724         [LAST_POW10 > _LAST_POW10]: Remove #error.
30725         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30726         (_fpioconst_pow10): Change array size to
30727         FPIOCONST_POW10_ARRAY_SIZE.
30728         * stdlib/gen-fpioconst.c: New file.
30729         * stdlib/gen-tst-strtod-round.c: Likewise.
30730         * stdlib/tst-strtod-round-data: Likewise.
30731         * stdlib/tst-strtod-round.c: Likewise.
30732         * stdlib/Makefile (tests): Add tst-strtod-round.
30733
30734         [BZ #14459]
30735         * stdlib/strtod_l.c: Include <stdint.h>.
30736         (NDEBUG): Do not define.
30737         (round_and_return): Change EXPONENT parameter to type intmax_t.
30738         Rearrange calculations to avoid internal overflow possibilities.
30739         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30740         Rearrange calculations to avoid internal overflow possibilities.
30741         Assert that number fits inside MPNSIZE limbs.
30742         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30743         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30744         calculations and add assertions to avoid internal overflow
30745         possibilities.  Add casts to avoid signed/unsigned operations.
30746         * stdlib/tst-strtod-overflow.c: New file.
30747         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30748
30749 2012-08-25  Marek Polacek  <polacek@redhat.com>
30750
30751         * time/time.h: Fix some typos in comments.
30752
30753 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30754
30755         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30756         * posix/tst-rfc3484-2.c: Likewise.
30757         * posix/tst-rfc3484-3.c: Likewise.
30758
30759 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30760
30761         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30762         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30763
30764 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30765
30766         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30767         #include of fxstatat64.c.
30768
30769 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30770
30771         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30772         * shadow/getspent_r.c: Likewise.
30773         * shadow/getspnam.c: Likewise.
30774         * shadow/getspnam_r.c: Likewise.
30775         * gshadow/getsgent.c: Likewise.
30776         * gshadow/getsgent_r.c: Likewise.
30777         * gshadow/getsgnam.c: Likewise.
30778         * gshadow/getsgnam_r.c: Likewise.
30779         * inet/getnetbyad.c: Likewise.
30780         * inet/getnetbyad_r.c: Likewise.
30781         * inet/getnetbynm.c: Likewise.
30782         * inet/getnetbynm_r.c: Likewise.
30783         * inet/getnetent.c: Likewise.
30784         * inet/getnetent_r.c: Likewise.
30785         * inet/getproto.c: Likewise.
30786         * inet/getproto_r.c: Likewise.
30787         * inet/getprtent.c: Likewise.
30788         * inet/getprtent_r.c: Likewise.
30789         * inet/getprtname.c: Likewise.
30790         * inet/getprtname_r.c: Likewise.
30791         * inet/getrpcbyname.c: Likewise.
30792         * inet/getrpcbyname_r.c: Likewise.
30793         * inet/getrpcbynumber.c: Likewise.
30794         * inet/getrpcbynumber_r.c: Likewise.
30795         * inet/getrpcent.c: Likewise.
30796         * inet/getrpcent_r.c: Likewise.
30797         * inet/getaliasent.c: Likewise.
30798         * inet/getaliasent_r.c: Likewise.
30799         * inet/getaliasname.c: Likewise.
30800         * inet/getaliasname_r.c: Likewise.
30801         * nscd/getgrgid_r.c: Likewise.
30802         * nscd/getgrnam_r.c: Likewise.
30803         * nscd/gethstbyad_r.c: Likewise.
30804         * nscd/gethstbynm3_r.c: Likewise.
30805         * nscd/getpwnam_r.c: Likewise.
30806         * nscd/getpwuid_r.c: Likewise.
30807         * nscd/getsrvbynm_r.c: Likewise.
30808         * nscd/getsrvbypt_r.c: Likewise.
30809         * nscd/gai.c: Likewise.
30810
30811         * configure.in (build_nscd): New substituted variable, set
30812         by --disable-build-nscd and defaults to $use_nscd.
30813         * configure: Regenerated.
30814         * config.make.in (build-nscd): New substituted variable.
30815         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30816         Change conditional to require [$(build-nscd) = yes] as well.
30817         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30818
30819         [BZ# 13696]
30820         * configure.in (use_nscd): New substituted variable, set by
30821         --disable-nscd.  If enabled, define USE_NSCD.
30822         * configure: Regenerated.
30823         * config.h.in: Add USE_NSCD.
30824         * config.make.in (use-nscd): New substituted variable.
30825         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30826         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30827         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30828         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30829         (CFLAGS-getgrnam_r.c): Likewise.
30830         (CFLAGS-initgroups.c): Likewise.
30831         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30832         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30833         Variables removed.
30834         * inet/getnetgrent_r.c
30835         (nscd_setnetgrent): New function, broken out of ...
30836         (setnetgrent): ... here.  Call it.
30837         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30838         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30839         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30840         * nscd/Makefile (routines, aux): Move definitions after include of
30841         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30842         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30843         Conditionalize on [USE_NSCD].
30844         (is_nscd, nscd_init_cb): Likewise.
30845         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30846         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30847         * nss/nss_db/db-init.c: Likewise.
30848         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30849         [USE_NSCD].
30850         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30851         (make_request): Use it.
30852         (cache_valid_p): New function.
30853         (__check_pf): Use it.
30854         * NEWS: Add item for --disable-nscd.
30855
30856 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30857
30858         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30859         to support sed >= 4.2.1-20-ga9bf076.
30860         * configure: Regenerated.
30861
30862 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30863
30864         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30865         Conditionalize whole body on [IREL].
30866
30867 2012-08-22  Jeff Law <law@redhat.com>
30868
30869         [BZ #14505]
30870         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30871         if the family is PF_UNSPEC.
30872
30873 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30874
30875         * Makerules (lib-version): Rename from V.
30876         (install-lib-nosubdir): Change V to lib-version.
30877
30878 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30879
30880         [BZ #14252]
30881         * powerpc32/power6/wcschr.c: New file.
30882         * powerpc32/power6/wcscpy.c: New file.
30883         * powerpc32/power6/wcsrchr.c: New file.
30884         * powerpc64/power6/wcschr.c: New file.
30885         * powerpc64/power6/wcscpy.c: New file.
30886         * powerpc64/power6/wcsrchr.c: New file.
30887
30888 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30889
30890         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30891         (two_way_short_needle): Use it.
30892         * string/strstr.c (AVAILABLE1_USES_J): Define.
30893         * string/strcasestr.c: Likewise.
30894
30895         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30896         array references.
30897         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30898
30899         [BZ #11607]
30900         * NEWS: Add an entry.
30901         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30902         define their defaults.
30903         (two_way_short_needle): Detect end-of-string on-the-fly.
30904         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30905         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30906         * string/bug-strcasestr1.c: New test.
30907         * string/Makefile: Run it.
30908
30909 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30910
30911         [BZ #11607]
30912         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30913         the first character.
30914
30915 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30916
30917         * csu/elf-init.c (__libc_csu_irel): Function removed.
30918         * csu/libc-start.c (apply_irel): New function.
30919         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30920
30921 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30922
30923         * sysdeps/unix/sysv/linux/kernel-features.h
30924         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30925         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30926         <kernel-features.h>.
30927         [__NR_fadvise64_64]: Make code unconditional.
30928         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30929         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30930         !__NR_fadvise64_64)]: Likewise.
30931         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30932         !__NR_fadvise64_64))]: Likewise.
30933         [__NR_fadvise64]: Make code unconditional.
30934         [!__NR_fadvise64]: Remove conditional code.
30935         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30936         <kernel-features.h>.
30937         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30938         unconditional.
30939         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30940         conditional code.
30941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30942         not include <kernel-features.h>.
30943         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30944         unconditional.
30945         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30946         conditional code.
30947         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30948         include <kernel-features.h>.
30949         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30950         unconditional.
30951         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30952         conditional code.
30953
30954 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30955
30956         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30957         slight instruction rearrangements per scrollpipe analysis.
30958         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30959
30960 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30961
30962         * manual/syslog.texi (syslog; vsyslog, closelog):
30963         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30964         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30965
30966         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30967         DSOCAPS to match condition on defining it.
30968
30969 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30970
30971         * sysdeps/unix/sysv/linux/kernel-features.h
30972         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30973         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30974         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30975         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30976         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30977         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30978         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30979         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30980         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30981         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30982
30983         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30984         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30985
30986         * sysdeps/unix/sysv/linux/kernel-features.h
30987         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30988         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30989         unconditional.
30990         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30991         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30992         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30993         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30994         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30995         Make code unconditional.
30996         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30997         (__mmap64) [!__NR_mmap2]: Likewise.
30998         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30999         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
31000         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31001         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
31002         [__NR_mmap2]: Make code unconditional.
31003         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
31004         (__mmap64) [!__NR_mmap2]: Likewise.
31005
31006 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
31007
31008         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
31009
31010 2012-08-18  Andreas Jaeger  <aj@suse.de>
31011
31012         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
31013
31014 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31015
31016         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31017         * include/unistd.h (__have_sock_cloexec): Likewise.
31018         (__have_pipe2): Likewise.
31019         (__have_dup3): Likewise.
31020
31021 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31022
31023         [BZ #9685]
31024         * include/unistd.h (__have_pipe2): Change define into an extern int.
31025         (__have_dup3): Likewise.
31026         * socket/have_sock_cloexec.c: Include fcntl.h.
31027         (__have_pipe2): New variable.
31028         (__have_dup3): Likewise.
31029
31030 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31031
31032         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31033
31034 2012-08-17  Marek Polacek  <polacek@redhat.com>
31035
31036         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31037         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31038
31039 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31040
31041         * configure.in: Add AC_SUBST for sysheaders.
31042         * configure: Regenerated.
31043         * config.make.in (sysheaders): New substituted variable.
31044
31045         * sysdeps/unix/mkfifo.c: Moved ...
31046         * sysdeps/posix/mkfifo.c: ... here.
31047         * sysdeps/unix/mkfifoat.c: Moved ...
31048         * sysdeps/posix/mkfifoat.c: ... here.
31049
31050         * sysdeps/unix/utime.c: Moved ...
31051         * sysdeps/posix/utime.c: ... here.
31052
31053         * sysdeps/unix/time.c: Moved ...
31054         * sysdeps/posix/time.c: ... here.
31055         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31056         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31057
31058         * sysdeps/unix/nice.c: Moved ...
31059         * sysdeps/posix/nice.c: ... here.
31060
31061         * sysdeps/unix/alarm.c: Moved ...
31062         * sysdeps/posix/alarm.c: ... here.
31063
31064         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31065
31066 2012-08-17  Jeff Law <law@redhat.com>
31067
31068         * intl/Makefile (codeset_mo): New variable.
31069         ($(codeset_mo)): New target.
31070         (tst-codeset.out): Depend on that.  Remove explicit rule.
31071         (tst-gettext3.out, tst-gettext5.out): Likewise.
31072         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31073         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31074         * intl/tst-codeset.sh: Remove.
31075         * intl/tst-gettext3.sh: Likewise.
31076         * intl/tst-gettext5.sh: Likewise.
31077
31078 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31079
31080         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31081         * sysdeps/unix/syscalls.list: ... here.
31082
31083         * sysdeps/posix/getaddrinfo.c
31084         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31085         (gaiconf_init, gaiconf_reload): Use them.
31086         [!_STATBUF_ST_NSEC]
31087         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31088         Define using time_t rather than struct timespec.
31089
31090         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31091         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31092         Macros removed.
31093         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31094         [!NO_THREADS].
31095         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31096         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31097         Likewise.
31098
31099         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31100         __libc_cleanup_push argument.
31101
31102         * bits/param.h: New file.
31103         * misc/sys/param.h: New file.
31104         * include/sys/param.h: New file.
31105         * misc/Makefile (headers): Add bits/param.h.
31106         * sysdeps/generic/sys/param.h: File removed.
31107         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31108         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31109         * sysdeps/mach/hurd/bits/param.h: New file.
31110         * sysdeps/mach/hurd/sys/param.h: File removed.
31111
31112         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31113         last change.
31114
31115         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31116         [_IO_MTSAFE_IO].
31117         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31118         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31119         New macros.
31120
31121         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31122         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31123         rather than -D_IO_MTSAFE_IO conditionally.
31124         * stdio-common/Makefile (CPPFLAGS): Likewise.
31125         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31126         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31127         Use $(libio-mtsafe).
31128         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31129         of -D_IO_MTSAFE_IO.
31130         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31131         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31132         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31133         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31134         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31135         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31136         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31137         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31138         (CFLAGS-fread_u_chk.c): Likewise.
31139         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31140         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31141         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31142         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31143         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31144         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31145         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31146         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31147         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31148
31149         * libio/Makefile: Test [$(libc-reentrant) = yes]
31150         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31151
31152         * Makeconfig
31153         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31154         * sysdeps/pthread/configure: File removed.
31155         * sysdeps/pthread/Makeconfig: New file.
31156         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31157         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31158
31159 2012-08-16  Gary Benson  <gbenson@redhat.com>
31160
31161         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31162         unmapping the first object in a namespace.
31163
31164 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31165
31166         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31167         (__internal_setnetgrent): ... this.  Add internal_function to
31168         definition.  Add libc_hidden_def.
31169         (setnetgrent): Update caller.
31170         (internal_endnetgrent): Renamed to ...
31171         (__internal_endnetgrent): ... this.  Add internal_function to
31172         definition.  Add libc_hidden_def.
31173         (endnetgrent): Update caller.
31174         (internal_getnetgrent_r): Renamed to ...
31175         (__internal_getnetgrent_r): ... this.  Add internal_function to
31176         definition.  Add libc_hidden_def.
31177         (__getnetgrent_r): Update caller.
31178         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31179
31180 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31181
31182         * stdlib/longlong.h: Update from GCC.
31183
31184 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31185
31186         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31187         on _QL, which is set by umul_ppmm but never used.
31188         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31189         variables, which are set by GMP macros but never used.
31190         * stdio-common/_itowa.c (_itowa): Likewise.
31191         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31192         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31193
31194 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31195
31196         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31197         struct La_sh_regs is not constant.
31198         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31199         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31200         and struct La_sparc64_regs are not constant.
31201
31202 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31203
31204         * sysdeps/unix/sysv/linux/kernel-features.h
31205         (__ASSUME_POSIX_TIMERS): Remove.
31206         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31207         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31208         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31209         Make code unconditional.
31210         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31211         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31212         Make code unconditional.
31213         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31214         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31215         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31216         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31217         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31218         Make code unconditional.
31219         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31220         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31221         (__libc_missing_posix_timers): Remove.
31222
31223 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31224
31225         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31226         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31227
31228         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31229
31230         * elf/dl-sym.c: Include <stdlib.h>.
31231
31232         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31233         constants, which avoids warnings in 32-bit builds.
31234
31235         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31236         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31237
31238         * misc/lseek.c: File moved to ...
31239         * io/lseek.c: ... here.
31240
31241         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31242
31243         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31244         shifting LEN more than 31 bits at once.
31245
31246 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31247
31248         [BZ #14195]
31249         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31250         segmentation fault for a case of two empty input strings.
31251         * string/test-strncasecmp.c (check1): Renamed to...
31252         (bz12205): ...this.
31253         (bz14195): Add new testcase for two empty input strings and N > 0.
31254         (test_main): Call new testcase, adapt for renamed function.
31255
31256 2012-08-15  Andreas Jaeger  <aj@suse.de>
31257
31258         [BZ #14090]
31259         * crypt/md5test2.c: New test, based on test supplied by Serge
31260         Belyshev <belyshev@depni.sinp.msu.ru>.
31261         * crypt/Makefile (xtests): Add md5test-giant..
31262         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31263
31264 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31265
31266         [BZ #14090]
31267         * crypt/md5.c (md5_process_block): Don't assume the buffer
31268         length is less than 2**32.
31269         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31270         length is less than 2**64.
31271
31272 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31273
31274         * string/str-two-way.h: Include <sys/param.h>.
31275         (MAX): Macro removed.
31276
31277         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31278         Move #define and #undef of memmove to just before and after
31279         including <string.h>.
31280
31281         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31282         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31283         and after including <string.h>.  Move declarations of
31284         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31285         to before #include "string/memmove.c".
31286
31287         * include/dirent.h: Declare __getdirentries.
31288
31289         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31290         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31291
31292 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31293
31294         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31295         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31296         * sysdeps/i386/configure: Regenerated.
31297         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31298         STABS_CURRENT_FILE, and STABS_FUN.
31299         (END): Remove call to STABS_FUN_END.
31300         (STABS_CURRENT_FILE1): Delete.
31301         (STABS_CURRENT_FILE): Likewise.
31302         (STABS_FUN): Likewise.
31303         (STABS_FUN_END): Likewise.
31304         (STABS_FUN2): Likewise.
31305         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31306         * sysdeps/x86_64/configure: Regenerated.
31307
31308 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31309
31310         * elf/dl-open.c: Include <atomic.h>.
31311         * elf/dl-lookup.c: Likewise.
31312
31313 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31314
31315         * sysdeps/unix/sysv/linux/kernel-features.h
31316         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31317         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31318         unconditionally.
31319         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31320         unconditionally.
31321         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31322         condition on __ASSUME_CLONE_THREAD_FLAGS.
31323
31324 2012-08-14  Andreas Jaeger  <aj@suse.de>
31325
31326         * sysdeps/i386/fpu/libm-test-ulps: Update.
31327
31328 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31329
31330         * include/atomic.h (atomic_exchange_and_add): Split into ...
31331         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31332         New atomic macros.
31333
31334 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31335
31336         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31337
31338 2012-08-13  Jeff Law <law@redhat.com>
31339
31340         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31341         null byte in the output string.
31342
31343 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31344
31345         * sysdeps/unix/sysv/linux/kernel-features.h
31346         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31347         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31348         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31349         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31350         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31351         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31352         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31353
31354 2012-08-09  Jeff Law <law@redhat.com>
31355
31356         [BZ #13939]
31357         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31358         When avoid_arena is set, don't retry in the that arena.  Pick the
31359         next one, whatever it might be.
31360         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31361         (arena_lock): Pass in new parameter to arena_get2.
31362         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31363         arena_get2.
31364         (__libc_malloc): Unify retrying after main arena failure with
31365         __libc_memalign version.
31366         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31367
31368 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31369
31370         [BZ #14166]
31371         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31372         to __redirect_strstr.
31373         (__strstr_sse42): Use typeof __redirect_strstr.
31374         (__strstr_ia32): Likewise.
31375         (__libc_strstr): New prototype.
31376         (strstr): Renamed to ...
31377         (__libc_strstr): This.
31378         (strstr): New strong alias of __libc_strstr.
31379         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31380         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31381         __redirect_time.
31382         Include <time.h>.
31383         (__libc_time): New prototype.
31384         (time_ifunc): Replace time with __libc_time.
31385         (time): New strong alias and hidden definition of __libc_time.
31386         (__GI_time): Remove strong alias.
31387         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31388         Include <stddef.h>.
31389         (memmove): Redefined to __redirect_memmove.
31390         (__memmove_sse2): Use typeof __redirect_memmove.
31391         (__memmove_ssse3): Likewise.
31392         (__memmove_ssse3_back): Likewise.
31393         (__libc_memmove): New prototype.
31394         (memmove): Renamed to ...
31395         (__libc_memmove): This.
31396         (memmove): New strong alias of __libc_memmove.
31397
31398 2012-08-08  Mark Salter  <msalter@redhat.com>
31399
31400         * elf/elf.h
31401         (R_MN10300_TLS_GD): Define.
31402         (R_MN10300_TLS_LD): Likewise.
31403         (R_MN10300_TLS_LDO): Likewise.
31404         (R_MN10300_TLS_GOTIE): Likewise.
31405         (R_MN10300_TLS_IE): Likewise.
31406         (R_MN10300_TLS_LE): Likewise.
31407         (R_MN10300_TLS_DTPMOD): Likewise.
31408         (R_MN10300_TLS_DTPOFF): Likewise.
31409         (R_MN10300_TLS_TPOFF): Likewise.
31410         (R_MN10300_SYM_DIFF): Likewise.
31411         (R_MN10300_ALIGN): Likewise.
31412         (R_MN10300_NUM): Update.
31413
31414 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31415
31416         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31417         Remove.
31418
31419 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31420
31421         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31422
31423         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31424         sysdeps/unix -> sysdeps/posix move.
31425         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31426
31427 2012-08-07      Allan McRae     <allan@archlinux.org>
31428
31429         [BZ #14303]
31430         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31431         (SUNOS_CPP): Likewise.
31432         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31433         not found.
31434         (open_input): Call CPP using execvp.
31435
31436 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31437
31438         * sysdeps/unix/sysv/linux/kernel-features.h
31439         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31440         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31441         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31442         (__ASSUME_WAITID_SYSCALL): Likewise.
31443         * sysdeps/unix/sysv/linux/dl-execstack.c
31444         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31445         code unconditional.
31446         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31447         conditional code.
31448         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31449         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31450         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31451         code.
31452         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31453         unconditional.
31454         [__ASSUME_WAITID_SYSCALL]: Likewise.
31455         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31456
31457 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31458
31459         * sysdeps/unix/closedir.c: Renamed to ...
31460         * sysdeps/posix/closedir.c: ... here.
31461         * sysdeps/unix/dirfd.c: Renamed to ...
31462         * sysdeps/posix/dirfd.c: ... here.
31463         * sysdeps/unix/dirstream.h: Renamed to ...
31464         * sysdeps/posix/dirstream.h: ... here.
31465         * sysdeps/unix/fdopendir.c: Renamed to ...
31466         * sysdeps/posix/fdopendir.c: ... here.
31467         * sysdeps/unix/opendir.c: Renamed to ...
31468         * sysdeps/posix/opendir.c: ... here.
31469         * sysdeps/unix/readdir.c: Renamed to ...
31470         * sysdeps/posix/readdir.c: ... here.
31471         * sysdeps/unix/readdir_r.c: Renamed to ...
31472         * sysdeps/posix/readdir_r.c: ... here.
31473         * sysdeps/unix/rewinddir.c: Renamed to ...
31474         * sysdeps/posix/rewinddir.c: ... here.
31475         * sysdeps/unix/seekdir.c: Renamed to ...
31476         * sysdeps/posix/seekdir.c: ... here.
31477         * sysdeps/unix/telldir.c: Renamed to ...
31478         * sysdeps/posix/telldir.c: ... here.
31479         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31480         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31481         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31482         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31483
31484         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31485         * bits/fcntl.h: ... here.
31486
31487         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31488         not 0.
31489         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31490         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31491         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31492         (struct flock): Move l_start, l_len to the beginning.
31493         Use __pid_t for l_pid.
31494         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31495         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31496         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31497         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31498         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31499         [__USE_LARGEFILE64] (struct flock64): New type.
31500         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31501
31502         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31503         * bits/dirent.h: ... here.
31504
31505         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31506         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31507
31508 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31509
31510         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31511         Change from 2.6.0 to 2.6.16.
31512         * sysdeps/unix/sysv/linux/configure: Regenerated.
31513         * sysdeps/unix/sysv/linux/kernel-features.h
31514         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31515         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31516         version.
31517         (__ASSUME_UTIMES): Likewise.
31518         (__ASSUME_CLONE_STOPPED): Remove.
31519         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31520         architectures, not kernel version.
31521         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31522         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31523         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31524         (__ASSUME_WAITID_SYSCALL): Likewise.
31525         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31526         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31527         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31528         refer to older versions.
31529
31530 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31531
31532         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31533         Define alphasort64 as an alias.
31534         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31535         Define versionsort64 as an alias.
31536         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31537         Define scandir64 as an alias.
31538         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31539         Define scandirat64 as an alias.
31540         * dirent/alphasort64.c (alphasort64):
31541         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31542         * dirent/versionsort64.c: Likewise.
31543         * dirent/scandir64.c: Likewise.
31544         * dirent/scandirat64.c: Likewise.
31545         * sysdeps/wordsize-64/alphasort.c: File removed.
31546         * sysdeps/wordsize-64/alphasort64.c: File removed.
31547         * sysdeps/wordsize-64/scandir.c: File removed.
31548         * sysdeps/wordsize-64/scandir64.c: File removed.
31549         * sysdeps/wordsize-64/scandirat.c: File removed.
31550         * sysdeps/wordsize-64/scandirat64.c: File removed.
31551         * sysdeps/wordsize-64/versionsort.c: File removed.
31552         * sysdeps/wordsize-64/versionsort64.c: File removed.
31553         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31554         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31555         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31556         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31557         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31558         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31559         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31560         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31561
31562         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31563         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31564         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31565         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31566         [defined __arch64__ || defined __sparcv9]
31567         (__INO_T_MATCHES_INO64_T): New macro.
31568         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31569         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31570         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31571         * sysdeps/unix/sysv/linux/bits/dirent.h
31572         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31573         (_DIRENT_MATCHES_DIRENT64): New macro.
31574
31575         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31576         Define lockf64 as an alias.
31577         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31578         Define fseeko64 as an alias.
31579         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31580         Define ftello64 as an alias.
31581         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31582         Define _IO_fgetpos64 and fgetpos64 as aliases.
31583         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31584         Define _IO_fsetpos64 and fsetpos64 as aliases.
31585         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31586         Conditionalize body on this.
31587         * libio/fseeko64.c: Likewise.
31588         * libio/ftello64.c: Likewise.
31589         * libio/iofgetpos64.c: Likewise.
31590         * libio/iofsetpos64.c: Likewise.
31591         * sysdeps/wordsize-64/lockf.c: File removed.
31592         * sysdeps/wordsize-64/lockf64.c: File removed.
31593         * sysdeps/wordsize-64/fseeko.c: File removed.
31594         * sysdeps/wordsize-64/fseeko64.c: File removed.
31595         * sysdeps/wordsize-64/ftello.c: File removed.
31596         * sysdeps/wordsize-64/ftello64.c: File removed.
31597         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31598         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31599         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31600         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31601         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31602         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31603         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31604         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31605         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31606         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31607         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31608         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31609         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31610         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31611
31612         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31613         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31614         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31615         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31616         [defined __arch64__ || defined __sparcv9]
31617         (__OFF_T_MATCHES_OFF64_T): New macro.
31618         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31619         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31620         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31621         (__OFF_T_MATCHES_OFF64_T): New macro.
31622
31623 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31624
31625         * stdlib/secure-getenv.c (__secure_getenv): Replace
31626         GLIBC_2_16 with GLIBC_2_17.
31627
31628 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31629
31630         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31631         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31632
31633 2012-08-03  David S. Miller  <davem@davemloft.net>
31634
31635         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31636
31637 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31638
31639         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31640         Remove.
31641         (__ASSUME_CORRECT_SI_PID): Likewise.
31642         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31643         (__ASSUME_TMPFS_NAME): Likewise.
31644         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31645         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31646         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31647         (HAVE_AUX_SECURE): Make definition unconditional.
31648         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31649         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31650
31651 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31652
31653         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31654         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31655         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31656         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31657         __eloop_threshold instead of SYMLOOP_MAX.
31658
31659         * sysdeps/generic/eloop-threshold.h: New file.
31660         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31661         of MAXSYMLINKS.
31662         * elf/chroot_canon.c (chroot_canon): Likewise.
31663
31664 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31665
31666         [BZ #13717]
31667         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31668         Change to 2.6.0 everywhere.
31669         * sysdeps/unix/sysv/linux/configure: Regenerated.
31670         * sysdeps/unix/sysv/linux/kernel-features.h
31671         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31672         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31673         kernel versions.
31674         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31675         (__ASSUME_FUTEX_REQUEUE): Remove.
31676         (__ASSUME_STATFS64): Define unconditionally.
31677         (__ASSUME_AT_SECURE): Likewise.
31678         (__ASSUME_CORRECT_SI_PID): Likewise.
31679         (__ASSUME_TGKILL): Define without depending on kernel version for
31680         i386.
31681         (__ASSUME_UTIMES): Likewise.
31682         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31683         kernel version.
31684         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31685         (__ASSUME_TMPFS_NAME): Likewise.
31686         * README: Update reference to Linux kernel versions.
31687
31688 2012-08-02  Marek Polacek  <polacek@redhat.com>
31689
31690         [BZ# 14150]
31691         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31692         libc_cv_asm_type_prefix with %.
31693         * configure: Regenerated.
31694         * include/libc-symbols.h: Remove comment about
31695         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31696         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31697         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31698         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31699         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31700         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31701         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31702         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31703         * elf/tst-unique2mod1.c: Likewise.
31704         * elf/tst-unique1mod2.c: Likewise.
31705         * elf/tst-unique1mod1.c: Likewise.
31706         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31707         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31708         Replace ASM_TYPE_DIRECTIVE with .type.
31709         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31710         * sysdeps/i386/sysdep.h: Likewise.
31711         * sysdeps/x86_64/sysdep.h: Likewise.
31712         * sysdeps/sh/sysdep.h: Likewise.
31713         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31714         Do not define ASM_TYPE_DIRECTIVE.
31715         * sysdeps/powerpc/sysdep.h: Likewise.
31716         * sysdeps/powerpc/powerpc32/sysdep.h:
31717         Replace ASM_TYPE_DIRECTIVE with .type.
31718         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31719         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31720         * sysdeps/i386/fpu/e_powf.S: Likewise.
31721         * sysdeps/i386/fpu/e_expl.S: Likewise.
31722         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31723         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31724         * sysdeps/i386/fpu/e_pow.S: Likewise.
31725         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31726         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31727         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31728         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31729         * sysdeps/i386/fpu/e_log2.S: Likewise.
31730         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31731         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31732         * sysdeps/i386/fpu/e_powl.S: Likewise.
31733         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31734         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31735         * sysdeps/i386/fpu/e_logl.S: Likewise.
31736         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31737         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31738         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31739         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31740         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31741         * sysdeps/i386/fpu/e_log.S: Likewise.
31742         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31743         * sysdeps/i386/fpu/e_logf.S: Likewise.
31744         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31745         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31746         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31747         * sysdeps/i386/fpu/e_log10.S: Likewise.
31748         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31749         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31750         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31751         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31752         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31753         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31754         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31755         * sysdeps/i386/i686/strtok.S: Likewise.
31756         * sysdeps/i386/i386-mcount.S: Likewise.
31757         * sysdeps/i386/strtok.S: Likewise.
31758         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31759         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31760         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31761         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31762         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31763         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31764         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31765         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31766         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31767         * sysdeps/x86_64/_mcount.S: Likewise.
31768         * sysdeps/x86_64/strtok.S: Likewise.
31769         * sysdeps/sh/_mcount.S: Likewise.
31770
31771 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31772
31773         * libio/iofopen.c: Include <fcntl.h>.
31774         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31775         (_IO_fopen64, fopen64): Define as aliases.
31776         * libio/iofopen64.c: Include <fcntl.h>.
31777         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31778         Conditionalize body on this.
31779         * sysdeps/wordsize-64/iofopen.c: File removed.
31780         * sysdeps/wordsize-64/iofopen64.c: File removed.
31781
31782 2012-08-01  Marek Polacek  <polacek@redhat.com>
31783
31784         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31785         Use dlfcn directly instead of a variable.
31786         (binfmt-subdir): Do not define.
31787         (dlfcn): Likewise.
31788
31789 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31790
31791         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31792         Remove all definitions.
31793         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31794         <kernel-features.h>.
31795         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31796         (miss_F_GETOWN_EX): Remove all definitions.
31797         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31798         macro definition.
31799         [!__ASSUME_FCNTL64]: Remove conditional code.
31800         [__ASSUME_FCNTL64]: Make code unconditional.
31801         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31802         <kernel-features.h>.
31803         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31804         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31805         (lockf64) [__NR_fcntl64]: Make code unconditional.
31806         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31807
31808         * sysdeps/unix/sysv/linux/kernel-features.h
31809         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31810         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31811         Make code unconditional.
31812         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31813         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31814         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31815         [__NR_vfork]: Make code unconditional.
31816         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31817         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31818         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31819         [__NR_vfork]: Make code unconditional.
31820         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31821         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31822
31823 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31824
31825         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31826         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31827
31828         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31829         Define mkstemp64 as an alias.
31830         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31831         Define mkstemps64 as an alias.
31832         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31833         Define mkostemp64 as an alias.
31834         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31835         Define mkostemps64 as an alias.
31836         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31837         Conditionalize body on this.
31838         * misc/mkostemp64.c: Likewise.
31839         * misc/mkostemps64.c: Likewise.
31840         * misc/mkstemps64.c: Likewise.
31841         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31842         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31843         * sysdeps/wordsize-64/mkostemp.c: File removed.
31844         * sysdeps/wordsize-64/mkstemp.c: File removed.
31845         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31846         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31847         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31848         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31849
31850         [BZ #14138]
31851         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31852         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31853         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31854         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31855
31856         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31857         compat_symbol macros from <shlib-compat.h> rather than the underlying
31858         default_symbol_version and symbol_version macros, so that DEFAULT
31859         lines in shlib-versions are respected.
31860         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31861
31862 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31863
31864         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31865         Declare with warn_unused_result.
31866         (setgid, setregid, setegid, setresgid): Likewise.
31867         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31868         Likewise.
31869         * WUR-REPORT: Remove set*id functions.
31870
31871 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31872
31873         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31874
31875 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31876
31877         [BZ #10191]
31878         * include/sys/socket.h (__libc_accept, __libc_accept4):
31879         Add attribute_hidden.
31880         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31881
31882         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31883         use of PTR_MANGLE.
31884         * inet/getnetgrent_r.c (setup): Likewise.
31885
31886         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31887
31888 2012-07-31  David S. Miller  <davem@davemloft.net>
31889
31890         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31891
31892 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31893
31894         [BZ #13629]
31895         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31896         value between 1.0 and 2.0 and smaller part has absolute value less
31897         than 1.0.
31898         * math/s_clog10.c (__clog10): Likewise.
31899         * math/s_clog10f.c (__clog10f): Likewise.
31900         * math/s_clog10l.c (__clog10l): Likewise.
31901         * math/s_clogf.c (__clogf): Likewise.
31902         * math/s_clogl.c (__clogl): Likewise.
31903         * math/libm-test.inc (clog_test): Add more tests.
31904         (clog10_test): Likewise.
31905         * sysdeps/i386/fpu/libm-test-ulps: Update.
31906         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31907
31908 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31909
31910         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31911         Exit with zero in case no suitable GID is found, and write a
31912         message to standard error.
31913
31914 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31915
31916         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31917         rather than to 1.
31918         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31919         (MAXPATHLEN): Removed.
31920         (NOGROUP, NODEV): New macros.
31921         (setbit, clrbit, isset, isclr): New macros.
31922         (howmany, roundup, powerof2): New macros.
31923         (DEV_BSIZE): New macro.
31924
31925         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31926         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31927
31928         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31929         definition on [!__NO_LONG_DOUBLE_MATH].
31930
31931         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31932         PTR_MANGLE and PTR_DEMANGLE.
31933
31934         * socket/accept4.c (accept4): Rename to __libc_accept4.
31935         Define accept4 as a weak alias.
31936
31937         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31938         on [_DIRENT_HAVE_D_TYPE].
31939         * io/ftw.c (ftw_dir): Likewise.
31940
31941         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31942
31943         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31944
31945         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31946         Use the BSD numbers rather than the arbitrary ones we had.
31947         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31948         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31949         (SIGXCPU, SIGXFSZ): New macros.
31950         (_NSIG): Now 32.
31951
31952         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31953         initializer on [_LIBC_REENTRANT].
31954
31955         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31956         definitions inside [_POSIX_MAPPED_FILES].
31957
31958         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31959
31960         * dirent/opendir.c: Include <fcntl.h>.
31961
31962         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31963         (__libc_getspecific): Likewise.
31964         (__libc_key_create): Likewise.
31965
31966         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31967         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31968         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31969         (tmpfile64): Define as alias.
31970         * sysdeps/wordsize-64/tmpfile.c: File removed.
31971         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31972         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31973         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31974
31975         * stdio-common/vfscanf.c: Include <stdbool.h>.
31976         * nss/makedb.c: Likewise.
31977         * stdio-common/_i18n_number.h: Likewise.
31978         * argp/argp-help.c: Likewise.
31979         * posix/wordexp.c: Likewise.
31980         * sysdeps/posix/spawni.c: Likewise.
31981         * nss/nss_files/files-initgroups.c: Likewise.
31982         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31983         * nss/nss_files/files-initgroups.c: Likewise.
31984         * nss/nss_db/db-netgrp.c: Likewise.
31985         * nss/nss_db/db-initgroups.c: Likewise.
31986         * io/fchmodat.c: Include <sys/stat.h>.
31987
31988         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31989         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31990
31991         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31992         [HAVE_MMAP].
31993
31994         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31995         Add multiple inclusion protection.
31996
31997 2012-07-27  David S. Miller  <davem@davemloft.net>
31998
31999         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32000
32001 2012-07-27  Gary Benson  <gbenson@redhat.com>
32002
32003         [BZ #14298]
32004         * elf/rtld.c: Include <stap-probe.h>.
32005         (dl_main): Added static probes "init_start" and "init_complete".
32006         * elf/dl-load.c: Include <stap-probe.h>.
32007         (lose): Take new parameter "nsid".
32008         Added static probe "map_failed".
32009         (_dl_map_object_from_fd): Pass namespace id to lose.
32010         Added static probe "map_start".
32011         (open_verify): Pass namespace id to lose.
32012         * elf/dl-open.c: Include <stap-probe.h>.
32013         (dl_open_worker) Added static probes "map_complete", "reloc_start"
32014         and "reloc_complete".
32015         * elf/dl-close.c: Include <stap-probe.h>.
32016         (_dl_close_worker): Added static probes "unmap_start" and
32017         "unmap_complete".
32018         * elf/rtld-debugger-interface.txt: New file documenting the above.
32019
32020 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32021
32022         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32023         rather than a string variable.
32024         * sunrpc/rpc_main.c (h_output): Likewise.
32025         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32026
32027 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32028
32029         * inet/check_native.c: New file.
32030
32031 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32032
32033         [BZ #13629]
32034         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32035         if larger part has absolute value 1.0.
32036         * math/s_clog10.c (__clog10): Likewise.
32037         * math/s_clog10f.c (__clog10f): Likewise.
32038         * math/s_clog10l.c (__clog10l): Likewise.
32039         * math/s_clogf.c (__clogf): Likewise.
32040         * math/s_clogl.c (__clogl): Likewise.
32041         * math/libm-test.inc (clog_test): Add more tests.
32042         (clog10_test): Likewise.
32043         * sysdeps/i386/fpu/libm-test-ulps: Update.
32044         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32045
32046         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32047         (pltexit): Likewise.
32048         (La_regs): Likewise.
32049         (La_retval): Likewise.
32050         (int_retval): Likewise.
32051         Update #error for removed macros to refer only to definitions in
32052         tst-audit.h.
32053         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32054         macro.
32055         (pltexit): Likewise.
32056         (La_regs): Likewise.
32057         (La_retval): Likewise.
32058         (int_retval): Likewise.
32059         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32060         macro.
32061         (pltexit): Likewise.
32062         (La_regs): Likewise.
32063         (La_retval): Likewise.
32064         (int_retval): Likewise.
32065         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32066         macro.
32067         (pltexit): Likewise.
32068         (La_regs): Likewise.
32069         (La_retval): Likewise.
32070         (int_retval): Likewise.
32071         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32072         macro.
32073         (pltexit): Likewise.
32074         (La_regs): Likewise.
32075         (La_retval): Likewise.
32076         (int_retval): Likewise.
32077         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32078         macro.
32079         (pltexit): Likewise.
32080         (La_regs): Likewise.
32081         (La_retval): Likewise.
32082         (int_retval): Likewise.
32083         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32084         macro.
32085         (pltexit): Likewise.
32086         (La_regs): Likewise.
32087         (La_retval): Likewise.
32088         (int_retval): Likewise.
32089         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32090         macro definitions in tst-audit.h.
32091         * sysdeps/i386/tst-audit.h: New file.
32092         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32093         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32094         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32095         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32096         * sysdeps/sh/tst-audit.h: Likewise.
32097         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32098         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32099         * sysdeps/x86_64/tst-audit.h: Likewise.
32100
32101 2012-07-26  Andreas Jaeger  <aj@suse.de>
32102
32103         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32104         ptrace.
32105
32106         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32107         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32108         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32109         PTRACE_O_MASK.
32110         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32111         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32112         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32113
32114         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32115         value.
32116
32117         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32118         _sigsys.
32119         (si_call_addr, si_syscall, si_arch): Define new macro.
32120         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32121         _sigsys.
32122         (si_call_addr, si_syscall, si_arch): Define new marcro.
32123         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32124         _sigsys.
32125         (si_call_addr, si_syscall, si_arch): Define new macro.
32126         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32127         _sigsys.
32128         (si_call_addr, si_syscall, si_arch): Define new macro.
32129
32130 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32131
32132         [BZ #13717]
32133         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32134         Change to 2.4.21 where previously 2.4.1.
32135         * sysdeps/unix/sysv/linux/configure: Regenerated.
32136         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32137         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32138         Linux kernel version.
32139         (__ASSUME_STD_AUXV): Remove.
32140         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32141         kernel version.
32142         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32143         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32144         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32145         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32146         (__ASSUME_NETLINK_SUPPORT): Likewise.
32147         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32148         (__no_netlink_support): Remove conditional definition.
32149         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32150         Remove.
32151         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32152         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32153         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32154         (if_nameindex_ioctl): Remove.
32155         (if_nameindex_netlink): Do not handle __no_netlink_support.
32156         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32157         code.
32158         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32159         Remove conditional code.
32160         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32161         code.
32162         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32163         unconditional.
32164         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32165         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32166         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32167         Remove.
32168         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32169         [!__ASSUME_STD_AUXV]: Remove conditional code.
32170         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32171         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32172         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32174         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32175         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32176         code.
32177         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32178         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32179         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32180         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32181         conditional code.
32182         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32184         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32185         code.
32186         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32187         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32188         conditional code.
32189         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32190         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32191         code unconditional.
32192         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32193         conditional code.
32194         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32195         unconditional.
32196         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32197         conditional code.
32198         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32199         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32200         unconditional.
32201         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32202         conditional code.
32203         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32204         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32205         code unconditional.
32206         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32207         conditional code.
32208         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32209         unconditional.
32210         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32211         conditional code.
32212         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32213         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32214         code unconditional.
32215         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32216         conditional code.
32217         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32218         unconditional.
32219         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32220         conditional code.
32221
32222 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32223
32224         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32225         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32226         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32227         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32228         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32229         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32230         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32231         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32232         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32233         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32234         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32235         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32236         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32237         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32238         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32239         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32240         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32241         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32242         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32243         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32244         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32245         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32246         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32247
32248 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32249
32250         * Versions.def: Add GLIBC_2.17.
32251         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32252         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32253         Introduce __libc_secure_getenv.
32254         * stdlib/Versions (2.17): Add secure_getenv
32255         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32256         * stdlib/secure-getenv.c: Rename __secure_getenv to
32257         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32258         symbol __secure_getenv for GLIBC_2.0.
32259         * stdlib/tst-secure-getenv.c: New.
32260         * stdlib/Makefile (tests): Add testcase.
32261         * manual/startup.texi (Environment Access): Document
32262         secure_getenv.
32263         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32264         __libc_secure_getenv.
32265         * inet/ruserpass.c (ruserpass): Likewise.
32266         * malloc/mtrace.c (mtrace): Likewise.
32267         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32268         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32269         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32270         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32271         HAVE_SECURE_GETENV.
32272         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32273         __secure_getenv to __libc_secure_getenv.
32274         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32275         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32276         Likewise.
32277         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32278         Likewise.
32279         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32280         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32281         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32282         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32283         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32284         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32286
32287 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32288
32289         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32290         (struct La_i86_retval): Likewise.
32291         (struct La_x86_64_regs): Likewise.
32292         (struct La_x86_64_retval): Likewise.
32293         (struct La_x32_regs): Likewise.
32294         (struct La_x32_retval): Likewise.
32295         (struct La_ppc32_regs): Likewise.
32296         (struct La_ppc32_retval): Likewise.
32297         (struct La_ppc64_regs): Likewise.
32298         (struct La_ppc64_retval): Likewise.
32299         (struct La_sh_regs): Likewise.
32300         (struct La_sh_retval): Likewise.
32301         (struct La_s390_32_regs): Likewise.
32302         (struct La_s390_32_retval): Likewise.
32303         (struct La_s390_64_regs): Likewise.
32304         (struct La_s390_64_retval): Likewise.
32305         (struct La_sparc32_regs): Likewise.
32306         (struct La_sparc32_retval): Likewise.
32307         (struct La_sparc64_regs): Likewise.
32308         (struct La_sparc64_retval): Likewise.
32309         (struct audit_ifaces): Remove architecture-specific pltenter and
32310         pltexit members.
32311         * sysdeps/i386/ldsodefs.h: New file.
32312         * sysdeps/powerpc/ldsodefs.h: Likewise.
32313         * sysdeps/s390/ldsodefs.h: Likewise.
32314         * sysdeps/sh/ldsodefs.h: Likewise.
32315         * sysdeps/sparc/ldsodefs.h: Likewise.
32316         * sysdeps/x86_64/ldsodefs.h: Likewise.
32317
32318 2012-07-25  Marek Polacek  <polacek@redhat.com>
32319
32320         [BZ #6808]
32321         * math/libm-test.inc (yn_test): Add another test.
32322         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32323         to ERANGE when the result is +-Inf.
32324         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32325         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32326         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32327         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32328
32329 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32330
32331         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32332         equal to 0.
32333         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32334         clock_t.
32335         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32336
32337 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32338
32339         * configure.in <sysdeps resolving>: Correct printing
32340         Implies_before.
32341         * configure: Regenerate.
32342
32343 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32344
32345         * math/w_ilogb.c: Include <limits.h>.
32346         * math/w_ilogbl.c: Likewise.
32347
32348 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32349
32350         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32351         va_copy.  Document allowing for unavailable va_copy only as
32352         pre-C99 compatibility.
32353         * manual/string.texi (Copying and Concatenation): Use va_copy
32354         instead of __va_copy in concat example.
32355
32356 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32357
32358         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32359         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32360         it if not null.
32361
32362         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32363         with O_NOLINK passed to __file_name_lookup.
32364
32365         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32366         with O_NOLINK passed to __file_name_lookup.
32367
32368         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32369         negative N or less than NGIDS.
32370
32371         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32372         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32373         enough.  Use memcpy instead of strncpy.
32374
32375 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32376
32377         * elf/Makefile (check-data): Remove.
32378         (localplt.data): New vpath directive.
32379         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32380         instead of $(check-data).
32381         * scripts/data/localplt-generic.data: Move to ...
32382         * sysdeps/generic/localplt.data: ... here.
32383         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32384         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32385         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32387         ... here.
32388         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32390         ... here.
32391         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32392         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32393         ... here.
32394         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32395         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32396         ... here.
32397         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32398         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32399         ... here.
32400         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32401         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32402         ... here.
32403
32404 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32405
32406         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32407         PPC32 and PPC64 files.
32408         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32409         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32410
32411 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32412
32413         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32414         __makecontext_ret to ...
32415         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32416         ... here and call exit if uc_link is NULL.  New file.
32417         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32418         __makecontext_ret.S.
32419         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32420         __makecontext_ret to ...
32421         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32422         ... here and call exit if uc_link is NULL.  New file.
32423         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32424         __makecontext_ret.S.
32425
32426 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32427
32428         * elf/elf.h (R_390_IRELATIVE): New definition.
32429         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32430         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32431         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32432         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32433         (elf_machine_lazy_rel): Likewise.
32434         * sysdeps/s390/dl-irel.h: New file.
32435         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32436         * sysdeps/s390/s390-64/memset.S: New asm code.
32437         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32438         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32439         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32440         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32441         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32442         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32443         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32444         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32445         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32446         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32447         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32448         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32449         * sysdeps/s390/s390-32/memset.S: New asm code.
32450         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32451
32452 2012-07-17  Marek Polacek  <polacek@redhat.com>
32453
32454         [BZ #14349]
32455         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32456         * sysdeps/s390/s390-64/configure.in: Likewise.
32457         * sysdeps/sparc/configure.in: Likewise.
32458         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32459         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32460         * sysdeps/i386/configure.in: Likewise.
32461         * sysdeps/x86_64/configure.in: Likewise.
32462         * sysdeps/sh/configure.in: Likewise.
32463         * sysdeps/s390/s390-32/configure: Regenerated.
32464         * sysdeps/s390/s390-64/configure: Likewise.
32465         * sysdeps/x86_64/configure: Likewise.
32466         * sysdeps/sh/configure: Likewise.
32467         * sysdeps/powerpc/powerpc64/configure: Likewise.
32468         * sysdeps/powerpc/powerpc32/configure: Likewise.
32469         * sysdeps/sparc/configure: Likwise.
32470         * sysdeps/i386/configure: Likewise.
32471
32472         * elf/dl-open.c: Comment fixes.
32473
32474 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32475
32476         * Makefile [CXX] (check-data): Remove.
32477         [CXX] (c++-types.data): New vpath directive.
32478         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32479         vpath.  Do not allow for C++ type data being missing.
32480         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32481         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32482         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32483         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32484         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32485         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32486         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32487         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32488         ... here.
32489         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32490         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32491         ... here.
32492         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32493         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32494         ... here.
32495         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32496         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32497         ... here.
32498         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32499         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32500         ... here.
32501         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32503         ... here.
32504         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32505         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32506         ... here.
32507         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32508         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32509
32510         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32511         definitions to architecture-specific files.
32512         (TLS_IE): Likewise.
32513         (TLS_LD): Likewise.
32514         (TLS_GD): Likewise.
32515         * sysdeps/i386/tls-macros.h: New file.
32516         * sysdeps/powerpc/tls-macros.h: Likewise.
32517         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32518         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32519         * sysdeps/sh/tls-macros.h: Likewise.
32520         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32521         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32522         * sysdeps/x86_64/tls-macros.h: Likewise.
32523
32524 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32525
32526         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32527         zero value for regular exit case.
32528
32529         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32530         (__start_context): Preserve zero value for regular exit case.
32531
32532 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32533             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32534
32535         * manual/setjmp.texi (setcontext): Clarify normal process
32536         termination when uc_link is the null pointer.
32537         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32538         exit call.
32539
32540 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32541
32542         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32543         preprocessor.  Test for each exception mask separately.
32544
32545 2012-07-16  Andreas Jaeger  <aj@suse.de>
32546
32547         * po/ru.po: Update from translation team.
32548
32549 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32550
32551         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32552         equal to 0.
32553         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32554         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32555         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32556         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32557         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32558
32559 2012-07-13  Andreas Jaeger  <aj@suse.de>
32560
32561         * po/fr.po: Update from translation team.
32562
32563 2012-07-12  Marek Polacek  <polacek@redhat.com>
32564
32565         [BZ #14173]
32566         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32567         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32568         loop condition.
32569
32570 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32571
32572         [BZ #13717]
32573         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32574         Change to 2.4.1 where previously 2.4.0.
32575         * sysdeps/unix/sysv/linux/configure: Regenerated.
32576         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32577         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32578         version.
32579         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32580         (__ASSUME_AT_CLKTCK): Remove.
32581         (__ASSUME_AT_PAGESIZE): Likewise.
32582         (__ASSUME_AT_XID): Likewise.
32583         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32584         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32585         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32586         unconditionally.
32587         (HAVE_AUX_PAGESIZE): Likewise.
32588         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32589         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32590         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32591
32592 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32593
32594         [BZ #14307]
32595         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32596         the temporary buffer used to invoke __gethostbyname2_r,
32597         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32598         host_data / struct gaih_addrtuple.
32599         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32600         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32601         header file nss/nsswitch.h.
32602         * nss/nsswitch.h (global scope): Add definition of implementation
32603         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32604         resolv/nss_dns/dns-host.c).
32605
32606 2012-07-11  Andreas Jaeger  <aj@suse.de>
32607
32608         * po/fr.po: Update from translation team.
32609
32610         * po/sv.po: Update from translation team
32611         * po/fr.po: Another update from translation team.
32612
32613 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32614
32615         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32616         for subnormals or multiply small sinh result by itself.
32617         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32618         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32619
32620 2012-07-11  David S. Miller  <davem@davemloft.net>
32621
32622         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32623
32624 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32625
32626         [BZ #14347]
32627         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32628         (INTERNAL_MARK): Shift it here.
32629
32630 2012-07-10  Marek Polacek  <polacek@redhat.com>
32631
32632         [BZ #14151]
32633         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32634         libc_cv_asm_global_directive with .globl.
32635         * configure: Regenerated.
32636         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32637         with .globl.
32638         * sysdeps/i386/configure: Regenerated.
32639         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32640         with .globl.
32641         * sysdeps/x86_64/configure: Regenerated.
32642         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32643         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32644         * elf/tst-unique2mod2.c: Likewise.
32645         * elf/tst-unique2mod1.c: Likewise.
32646         * elf/tst-unique1mod2.c: Likewise.
32647         * elf/tst-unique1mod1.c: Likewise.
32648         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32649         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32650         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32651         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32652         * sysdeps/mach/sysdep.h: Likewise.
32653         * sysdeps/i386/sysdep.h: Likewise.
32654         * sysdeps/i386/i386-mcount.S: Likewise.
32655         * sysdeps/x86_64/_mcount.S: Likewise.
32656         * sysdeps/x86_64/sysdep.h: Likewise.
32657         * sysdeps/sh/_mcount.S: Likewise.
32658         * sysdeps/sh/sysdep.h: Likewise.
32659         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32660         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32661         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32662         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32663         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32664         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32665         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32666         * locale/localeinfo.h: Likewise.
32667         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32668         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32669
32670 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32671
32672         [BZ #14336]
32673         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32674         system".
32675         * manual/message.texi (The Uniforum approach): Likewise.
32676         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32677         (glibc iconv Implementation): Likewise.
32678
32679 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32680
32681         [BZ #14337]
32682         * math/s_clog.c (__clog): Avoid scaling a value down where that
32683         could result in underflow.
32684         * math/s_clog10.c (__clog10): Likewise.
32685         * math/s_clog10f.c (__clog10f): Likewise.
32686         * math/s_clog10l.c (__clog10l): Likewise.
32687         * math/s_clogf.c (__clogf): Likewise.
32688         * math/s_clogl.c (__clogl): Likewise.
32689         * math/libm-test.inc (clog_test): Add more tests.
32690         (clog10_test): Likewise.
32691         * sysdeps/i386/fpu/libm-test-ulps: Update.
32692         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32693
32694 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32695
32696         [BZ #14283]
32697         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32698         by 7 not 8 to examine high bit of fractional part.
32699
32700         [BZ #14042]
32701         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32702         for call to __mcount_internal.
32703         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32704         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32705         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32706
32707 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32708
32709         [BZ #14154]
32710         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32711         approximation for values within 0x1p-13f of an odd multiple of
32712         pi/4.
32713         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32714         exception.  Add more tests.
32715         * sysdeps/i386/fpu/libm-test-ulps: Update.
32716
32717         [BZ #6778]
32718         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32719         inputs and return -1 for them.  Do not check for +Inf in case not
32720         reachable for +Inf.
32721         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32722         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32723         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32724         and return -1 for them.  Do not check for +Inf in case not
32725         reachable for +Inf.
32726         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32727         define.
32728         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32729         and return -1 for them.  Do not check for +Inf in case not
32730         reachable for +Inf.
32731         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32732         spurious underflow.
32733         * sysdeps/i386/fpu/libm-test-ulps: Update.
32734         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32735
32736 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32737
32738         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32739
32740 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32741
32742         [BZ #14157]
32743         [BZ #14331]
32744         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32745         could result in spurious underflow.  Scale down values above
32746         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32747         * math/s_csqrtf.c (__csqrtf): Likewise.
32748         * math/s_csqrtl.c (__csqrtl): Likewise.
32749         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32750         spurious underflow.
32751         * sysdeps/i386/fpu/libm-test-ulps: Update.
32752         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32753
32754 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32755
32756         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32757         xopen-msg.sed.
32758         * catgets/xopen-msg.awk: New file.
32759         * catgets/xopen-msg.sed: Removed.
32760
32761         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32762         po2text.sed.
32763         * intl/po2test.awk: New file.
32764         * intl/po2test.sed: Removed.
32765
32766 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32767
32768         [BZ #14328]
32769         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32770         or multiply small sinh result by itself.
32771         * math/s_ctanf.c (__ctanf): Likewise.
32772         * math/s_ctanh.c (__ctanh): Likewise.
32773         * math/s_ctanhf.c (__ctanhf): Likewise.
32774         * math/s_ctanhl.c (__ctanhl): Likewise.
32775         * math/s_ctanl.c (__ctanl): Likewise.
32776         * math/libm-test.inc (ctan_test_tonearest): New function.
32777         (ctan_test_towardzero): Likewise.
32778         (ctan_test_downward): Likewise.
32779         (ctan_test_upward): Likewise.
32780         (ctanh_test_tonearest): Likewise.
32781         (ctanh_test_towardzero): Likewise.
32782         (ctanh_test_downward): Likewise.
32783         (ctanh_test_upward): Likewise.
32784         (main): Call these new functions.
32785         * sysdeps/i386/fpu/libm-test-ulps: Update.
32786         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32787
32788 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32789
32790         * .gitignore: Delete /ports entry.
32791
32792 2012-07-03  Andreas Jaeger  <aj@suse.de>
32793
32794         * po/bg.po: Update from translation team.
32795         * po/cs.po: Likewise.
32796         * po/de.po: Likewise.
32797         * po/hr.po: Likewise.
32798         * po/nl.pl: Likewise.
32799         * po/pl.po: Likewise.
32800         * po/vi.po: Likewise.
32801
32802 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32803
32804         * Makeconfig [!+link] (+link-before-libc): New variable.
32805         [!+link] (+link-after-libc): Likewise.
32806         [!+link] (+link-tests): Likewise.
32807         [!+link] (+link): Define in terms of $(+link-before-libc) and
32808         $(+link-after-libc).
32809         [!+link-static] (+link-static-before-libc): New variable.
32810         [!+link-static] (+link-static-after-libc): Likewise.
32811         [!+link-static] (+link-static-tests): Likewise.
32812         [!+link-static] (+link-static): Define in terms of
32813         $(+link-static-before-libc) and $(+link-static-after-libc).
32814         [build-shared] (link-libc-before-gnulib): New variable.
32815         [build-shared] (link-libc-tests): Likewise.
32816         [build-shared] (link-libc): Define in terms of
32817         $(link-libc-before-gnulib).
32818         [!build-shared] (link-libc-tests): New variable.
32819         (link-libc-static-tests): New variable.
32820         [!gnulib] (gnulib-arch): New variable.
32821         [!gnulib] (gnulib-tests): Likewise.
32822         [!gnulib] (static-gnulib-arch): Likewise.
32823         [!gnulib] (static-gnulib-tests): Likewise.
32824         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32825         Define with "=" instead of ":=".
32826         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32827         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32828         * Rules (binaries-all-notests): New variable.
32829         (binaries-all-tests): Likewise.
32830         (binaries-static-notests): Likewise.
32831         (binaries-static-tests): Likewise.
32832         (binaries-all): Define using $(binaries-all-notests) and
32833         $(binaries-all-tests).
32834         (binaries-static): Define using $(binaries-static-notests) and
32835         $(binaries-static-tests).
32836         (binaries-shared-tests): New variable.
32837         (binaries-shared-notests): Likewise.
32838         (binaries-shared): Remove variable.
32839         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32840         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32841         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32842         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32843         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32844         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32845         * elf/Makefile (sln-modules): New variable.
32846         (extra-objs): Add $(sln-modules:=.o).
32847         (ldconfig-modules): Add static-stubs.
32848         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32849         * elf/static-stubs.c: New file.
32850
32851         [BZ #14283]
32852         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32853         by 7 not 8 to examine high bit of fractional part.  Use volatile
32854         variables when splitting into final array of floats if
32855         __FLT_EVAL_METHOD__ != 0.
32856         * math/libm-test.inc (cos_test): Add another test.
32857         (sin_test): Likewise.
32858         * sysdeps/i386/fpu/libm-test-ulps: Update.
32859
32860         [BZ #14273]
32861         * math/libm-test.inc (cosh_test): Add more tests.
32862
32863         * version.h (RELEASE): Set to "development".
32864         (VERSION): Set to "2.16.90".
32865
32866 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32867
32868         * NEWS: Update copyright. Remove last-updated date.
32869         Mention math library bug fixes and timezone data changes.
32870         * README: Mention GNU/Hurd, x32, and HPPA support status.
32871
32872 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32873
32874         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32875
32876 2012-06-27  Andreas Jaeger  <aj@suse.de>
32877
32878         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32879
32880 2012-06-25  Andreas Jaeger  <aj@suse.de>
32881
32882         * sysdeps/s390/fpu/libm-test-ulps: Update.
32883
32884 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32885             Thomas Schwinge  <thomas@codesourcery.com>
32886
32887         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32888         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32889         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32890         fanotify_mark.
32891
32892 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32893
32894         * sysdeps/mach/start.c: Remove file.
32895         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32896         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32897         * sysdeps/sh/init-first.c: Likewise.
32898
32899         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32900         registers for frame unwinding purposes, add CFI directives.
32901         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32902         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32903         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32904         Likewise.
32905
32906         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32907         __fortify_fail returning.
32908         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32909
32910         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32911         sysdeps/sh/____longjmp_chk.S.
32912         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32913         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32914         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32915         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32916
32917         * sysdeps/sh/abort-instr.h: New file.
32918         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32919         process in case exit returns.
32920
32921         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32922         initialize the GOT register before use.
32923
32924         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32925         calculation of ARGC > 4.
32926
32927         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32928         meaningful names to some local labels.
32929
32930 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32931             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32932
32933         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32934         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32935         (__arch_compare_and_exchange_val_16_acq): Likewise.
32936         (__arch_compare_and_exchange_val_32_acq): Likewise.
32937         (atomic_exchange_and_add): Fix gUSA sequence.
32938         (atomic_add): Likewise.
32939         (atomic_add_negative): Likewise.
32940         (atomic_add_zero): Likewise.
32941         (atomic_bit_test_set): Likewise.
32942
32943 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32944
32945         [BZ #13579]
32946         * include/link.h (struct link_map): Add l_free_initfini.
32947         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32948         l_initfini.
32949         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32950         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32951         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32952         set.
32953
32954 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32955
32956         * configure.in: Use AC_LANG_SOURCE.
32957         * configure: Regenerate.
32958
32959 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32960
32961         * configure.in (libc_cv_localstatedir): New substituted variable.
32962         * configure: Regenerated.
32963         * config.make.in (localstatedir): New variable, substituted from
32964         libc_cv_localstatedir.
32965         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32966         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32967         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32968         * sysdeps/gnu/configure: Regenerated.
32969
32970 2012-06-21  Jeff Law  <law@redhat.com>
32971
32972         [BZ #14277]
32973         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32974         free.  Simplify list management for _LIBC case.
32975
32976 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32977
32978         [BZ #14273]
32979         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32980         Clear sign bit of 64-bit integer value before comparing against
32981         overflow value.
32982
32983         * sysdeps/mach/configure: Regenerated.
32984
32985 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32986
32987         [BZ #14278]
32988         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32989
32990 2012-06-21  Jeff Law  <law@redhat.com>
32991
32992         [BZ #13882]
32993         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32994         uint16_t for elements in the "seen" array to avoid char overflows.
32995         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32996         * elf/dl-open.c (dl_open_worker): Likewise.
32997
32998 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32999
33000         * scripts/list-sources.sh: Scan PORTS for translations.
33001         * po/libc.pot: Regenerated.
33002
33003 2012-06-21  Andreas Jaeger  <aj@suse.de>
33004
33005         [BZ #12194]
33006         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
33007         warning.
33008         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
33009         * bits/byteswap-16.h (__bswap_16): Likewise.
33010         * bits/byteswap.h (__bswap_constant_16): Likewise.
33011
33012 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
33013
33014         [BZ #14117]
33015         * sysdeps/i386/fpu_control.h: Removed.
33016         * sysdeps/x86_64/fpu_control.h: Moved to ...
33017         * sysdeps/x86/fpu_control.h: Here.
33018
33019         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33020         (_FPU_SETCW): Likewise.
33021
33022 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33023
33024         [BZ #14117]
33025         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33026         * sysdeps/x86/fpu/bits/mathinline.h: This.
33027         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33028
33029         [BZ #14050]
33030         [BZ #14117]
33031         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33032         functions if __x86_64__ is defined.
33033
33034 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33035
33036         * string/endian.h: Add !__ASSEMBLER__ condition for including
33037         conversion interfaces.
33038
33039 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33040
33041         [BZ #14241]
33042         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33043         of ABS(x) in calculating zero to negative powers other than odd
33044         integers.
33045         * math/libm-test.inc (pow_test): Add more tests.
33046
33047 2012-06-15  Andreas Jaeger  <aj@suse.de>
33048
33049         * manual/contrib.texi (Contributors): Update entry of Liubov
33050         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33051         Machado Filho.
33052
33053 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33054
33055         * string/string.h: Add __wur to GNU version of strerror_r.
33056
33057 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33058
33059         [BZ #14229]
33060         * string/Makefile (tests): Add tst-strtok_r.
33061         * string/tst-strtok_r.c: New file.
33062         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33063         RAX_LP/RDX_LP on SAVE_PTR.
33064
33065 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33066
33067         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33068
33069 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33070
33071         * libm_test.inc (csqrt_test): Allow more spurious underflow
33072         exceptions.
33073         (j0_test): Likewise.
33074         (j1_test): Likewise.
33075         (y0_test): Likewise.
33076         (y1_test): Likewise.
33077
33078 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33079
33080         * po/Makefile (libc.pot): Use UTF-8 charset.
33081
33082 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33083
33084         [BZ #14210]
33085         Suppress sign-conversion warning from FD_SET.
33086         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33087         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33088         not unsigned long int.
33089         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33090
33091 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33092
33093         [BZ #14050]
33094         [BZ #14117]
33095         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33096         __extern_always_inline instead of __extern_inline.
33097         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33098         (__signbit): Likewise.
33099         (__signbitl): Support C++ namespace.
33100         (lrintf): New inline function.
33101         (lrint): Likewise.
33102         (llrintf): Likewise.
33103         (llrint): Likewise.
33104         (fmaxf): Likewise.
33105         (fmax): Likewise.
33106         (fminf): Likewise.
33107         (fmin): Likewise.
33108         (rint): Likewise.
33109         (rintf): Likewise.
33110         (ceil): Likewise.
33111         (ceilf): Likewise.
33112         (floor): Likewise.
33113         (floorf): Likewise.
33114         (nearbyint): Likewise.
33115         (nearbyintf): Likewise.
33116
33117 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33118
33119         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33120         non-default versions.
33121
33122 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33123
33124         [BZ #14218]
33125         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33126
33127 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33128
33129         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33130         (FE_UPWARD, FE_DOWNWARD): Don't define.
33131         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33132         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33133
33134         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33135         reading it.
33136         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33137         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33138
33139 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33140
33141         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33142         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33143         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33144         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33145
33146 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33147
33148         [BZ #14117]
33149         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33150         * sysdeps/i386/fpu/Implies: New file.
33151         * sysdeps/x86_64/fpu/Implies: Likewise.
33152         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33153         * sysdeps/x86/fpu/bits/fenv.h: This.
33154
33155         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33156         __SSE_MATH__.
33157
33158 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33159
33160         [BZ #14134]
33161         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33162         character 0xffff that matches the last element of the
33163         conversion table.
33164
33165 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33166
33167         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33168         fmodl commit.
33169
33170 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33171
33172         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33173         values higher than 25.6283.
33174
33175 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33176
33177         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33178         subnormal exponent extraction and add some __builtin_expect.
33179         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33180         Fix for subnormal mantissa calculation.
33181
33182 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33183
33184         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33185         cpu2 is -1 and errno is not ENOSYS.
33186
33187 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33188
33189         [BZ #14117]
33190         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33191         * sysdeps/x86/bits/string.h: This.
33192         * sysdeps/x86_64/bits/string.h: Removed.
33193
33194         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33195         if not compiling for x86-64, but compiling for >= i486.
33196
33197         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33198         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33199
33200         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33201         New macro from Linux kernel 3.4.0.
33202         (FP_XSTATE_MAGIC2): Likewise.
33203         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33204         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33205         (struct _fpx_sw_bytes): New struct.
33206         (struct _xsave_hdr): Likewise.
33207         (struct _ymmh_state): Likewise.
33208         (struct _xstate): Likewise.
33209
33210         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33211         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33212         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33213         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33214         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33215         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33216
33217         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33218         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33219         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33220         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33221         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33222         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33223
33224 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33225
33226         [BZ #13743]
33227         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33228         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33229         (sysdep_headers): Include sys/platform/ppc.h.
33230         * sysdeps/powerpc/test-gettimebase.c: Test for
33231         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33232         * manual/Makefile (appendices): Include platform.texi.
33233         * manual/contrib.texi (Contributors): Update @node pointers.
33234         * manual/maint.texi (Maintenance): Likewise.
33235         (Platform): New node.
33236         * manual/platform.texi: New file.  Document the new features.
33237
33238 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33239             Jakub Jelinek  <jakub@redhat.com>
33240
33241         [BZ #14188]
33242         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33243         where __builtin_expect is unavailable.
33244
33245 2012-06-03  David S. Miller  <davem@davemloft.net>
33246
33247         * stdlib/longlong.h: Updated from GCC.
33248
33249 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33250
33251         [BZ #14042]
33252         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33253         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33254         __mcount_internal.
33255         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33256         (GLIBC_2.16): Likewise.
33257
33258 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33259
33260         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33261
33262 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33263
33264         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33265         (default-abi): New variable.
33266         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33267         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33268         variable.
33269         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33270         Likewise.
33271         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33272         Likewise.
33273         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33274         Likewise.
33275
33276         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33277         definition.  Document in comment.
33278
33279 2012-06-01  David S. Miller  <davem@davemloft.net>
33280
33281         * stdlib/longlong.h: Updated from GCC.
33282
33283 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33284
33285         [BZ #14117]
33286         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33287         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33288         sys/debugreg.h sys/io.h here.
33289         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33290         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33291         sys/io.h.
33292         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33293         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33294         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33295         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33296         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33297         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33298
33299         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33300         Define only if __x86_64__ is defined.
33301
33302 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33303
33304         [BZ #14048]
33305         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33306         Use int64_t for variable i.
33307         * math/libm-test.inc (fmod_test): Add more tests.
33308
33309         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33310         z computation is not scheduled after fetestexcept.
33311         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33312         Use math_force_eval instead of asm to ensure calculation scheduled
33313         before exception test.
33314         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33315         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33316
33317 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33318
33319         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33320         computation is not scheduled after fetestexcept.
33321
33322 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33323
33324         [BZ #14117]
33325         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33326         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33327
33328 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33329
33330         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33331         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33332
33333 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33334
33335         [BZ #14117]
33336         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33337         <bits/wordsize.h>.
33338         (__WCHAR_MIN): Support __WORDSIZE == 64.
33339         (__WCHAR_MAX): Likewise.
33340
33341         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33342         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33343
33344         [BZ #14183]
33345         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33346         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33347
33348         [BZ #14117]
33349         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33350         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33351
33352         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33353         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33354
33355         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33356         Defined to 1 if __x86_64__ isn't defined.
33357         (_STAT_VER_LINUX_OLD): New.
33358         (st_atime): Remove duplicate.
33359         (st_mtime): Likewise.
33360         (st_ctime): Likewise.
33361
33362 2012-05-31  David S. Miller  <davem@davemloft.net>
33363
33364         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33365         entries.
33366
33367 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33368
33369         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33370         gen-libm-test.pl.
33371
33372         [BZ #14132]
33373         * elf/dl-reloc.c: Include <_itoa.h>.
33374         (_dl_reloc_bad_type): Remove use of INTUSE.
33375         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33376         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33377         * stdio-common/psiginfo.c (psiginfo): Likewise.
33378         * stdio-common/psignal.c (psignal): Likewise.
33379         * string/strsignal.c (strsignal): Likewise.
33380         * include/signal.h (_sys_siglist): Declare hidden proto.
33381         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33382         INTVARDEF with libc_hidden_data_def.
33383         * stdio-common/itoa-udigits.c: Likewise.
33384         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33385         (_itoa_lower_digits_internal): Remove declaration.
33386         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33387         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33388         (_sys_sigabbrev_internal): Remove aliases.
33389         (_sys_siglist): Define hidden alias.
33390
33391 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33392
33393         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33394         bits/sysctl.h.
33395
33396 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33397
33398         [BZ #14117]
33399         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33400         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33401
33402         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33403         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33404         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33405         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33406         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33407         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33408
33409         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33410         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33411         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33412
33413         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33414         with __addr.
33415         (insw): Likewise.
33416         (insl): Likewise.
33417         (outsb): Likewise.
33418         (outsw): Likewise.
33419         (outsl): Likewise.
33420
33421         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33422         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33423         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33424
33425         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33426         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33427         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33428         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33429         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33430         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33431
33432         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33433         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33434
33435         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33436         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33437
33438         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33439         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33440         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33441
33442         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33443         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33444         to ...
33445         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33446
33447         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33448         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33449         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33450
33451         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33452         for x86-64.
33453         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33454
33455 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33456
33457         * math/math.h (M_El): Use two more decimal places.
33458         (M_LOG2El): Likewise.
33459         (M_LOG10El): Likewise.
33460         (M_LN2l): Likewise.
33461         (M_LN10l): Likewise.
33462         (M_PIl): Likewise.
33463         (M_PI_2l): Likewise.
33464         (M_PI_4l): Likewise.
33465         (M_1_PIl): Likewise.
33466         (M_2_PIl): Likewise.
33467         (M_2_SQRTPIl): Likewise.
33468         (M_SQRT2l): Likewise.
33469         (M_SQRT1_2l): Likewise.
33470
33471 2012-05-31  David S. Miller  <davem@davemloft.net>
33472
33473         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33474         values between float registers.
33475         * sysdeps/sparc/sparc64/memset.S: Likewise.
33476         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33477
33478 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33479
33480         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33481         -D_FORTIFY_SOURCE=1.
33482         (CPPFLAGS-tst-longjmp_chk.c): Define.
33483         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33484         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33485         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33486         CFLAGS-tst-wchar-h.c.
33487
33488 2012-05-31  Marek Polacek  <polacek@redhat.com>
33489
33490         [BZ #14132]
33491         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33492         __endmntent_internal): Remove declaration.
33493         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33494         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33495         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33496
33497 2012-05-30  David S. Miller  <davem@davemloft.net>
33498
33499         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33500         (___Q_simulate_exceptions): Use real FP ops rather than writing
33501         into the %fsr.
33502         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33503         Likewise.
33504
33505 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33506
33507         [BZ #14117]
33508         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33509         * sysdeps/x86/bits/xtitypes.h: This.
33510
33511         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33512         * sysdeps/x86/bits/wordsize.h: This.
33513
33514         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33515         * sysdeps/x86/bits/huge_vall.h: This.
33516
33517         * sysdeps/i386/bits/select.h: Removed.
33518         * sysdeps/x86_64/bits/select.h: Renamed to ...
33519         * sysdeps/x86/bits/select.h: This.
33520
33521         * sysdeps/i386/bits/setjmp.h: Removed.
33522         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33523         * sysdeps/x86/bits/setjmp.h: This.
33524
33525         * sysdeps/i386/bits/mathdef.h: Removed.
33526         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33527         * sysdeps/x86/bits/mathdef.h: This.
33528
33529 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33530
33531         [BZ #14132]
33532         * include/sys/socket.h (__connect_internal)
33533         (__libc_sa_len_internal): Remove declaration.
33534         (__connect, __libc_sa_len): Declare hidden_proto.
33535         (SA_LEN): Remove use of INTUSE.
33536         * socket/connect.c: Add libc_hidden_def.
33537         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33538         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33539         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33540         alias.
33541         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33542         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33543         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33544         of adding _internal alias.
33545
33546 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33547
33548         [BZ #14117]
33549         * sysdeps/i386/bits/link.h: Removed.
33550         * sysdeps/i386/bits/linkmap.h: Likewise.
33551         * sysdeps/x86_64/bits/link.h: Renamed to ...
33552         * sysdeps/x86/bits/link.h: This.
33553         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33554         * sysdeps/x86/bits/linkmap.h: This.
33555
33556         * sysdeps/i386/bits/endian.h: Removed.
33557         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33558         * sysdeps/x86/bits/endian.h: This.
33559
33560         * sysdeps/i386/bits/byteswap.h: Removed.
33561         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33562         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33563         * sysdeps/x86/bits/byteswap.h: This.
33564         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33565         * sysdeps/x86/bits/byteswap-16.h: This.
33566         * sysdeps/i386/Implies: Add x86.
33567         * sysdeps/x86_64/Implies: Likewise.
33568
33569 2012-05-30  David S. Miller  <davem@davemloft.net>
33570
33571         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33572         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33573         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33574         (FP_TRAPPING_EXCEPTIONS): Define.
33575         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33576         (FP_TRAPPING_EXCEPTIONS): Define.
33577         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33578         subnormals only when inexact has been signalled or underflow
33579         exceptions are enabled.
33580         (_FP_PACK_CANONICAL): Likewise.
33581
33582 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33583
33584         [BZ #14183]
33585         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33586         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33587
33588 2012-05-30  Richard Henderson  <rth@twiddle.net>
33589
33590         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33591         with #ifndef NOT_IN_libc.
33592
33593         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33594         marked to avoid plt entry.
33595
33596 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33597
33598         [BZ #14112]
33599         * Makeconfig (default-abi): New macro.
33600         (abi-includes): Likewise.
33601         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33602         $(abi-$(default-abi)-lib-soname) for soname if defined.
33603         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33604         abi-variants.
33605         * Makefile (installed-stubs): Likewise.
33606         * include/stubs-biarch.h: Removed.
33607         * scripts/lib-names.awk: Only handle one library at a time.
33608         * scripts/soversions.awk: Remove WORDSIZE support.
33609         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33610         entries.
33611         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33612         Removed.
33613         (syscall-list-default-condition): Likewise.
33614         (syscall-list-default-condition): Likewise.
33615         (syscall-list-includes): Likewise.
33616         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33617         syscall-list-* with abi-*.  Handle undefined abi-variants.
33618         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33619         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33620         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33621         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33622         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33623         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33624         Removed.
33625         (syscall-list-32-options): Likewise.
33626         (syscall-list-32-condition): Likewise.
33627         (syscall-list-64-options): Likewise.
33628         (syscall-list-64-condition): Likewise.
33629         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33630         macro.
33631         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33632         Renamed to ...
33633         (abi-*): This.
33634         (abi-64-ld-soname): New macro.
33635         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33636         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33637         Renamed to ...
33638         (abi-*): This.
33639         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33640         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33641
33642 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33643
33644         * sysdeps/unix/sysv/linux/kernel-features.h
33645         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33646         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33647         include <kernel-features.h>.
33648         [!__NR_ftruncate64]: Remove conditional code.
33649         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33650         [__NR_ftruncate64]: Make code unconditional.
33651         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33652         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33653         include <kernel-features.h>.
33654         [!__NR_ftruncate64]: Remove conditional code.
33655         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33656         [__NR_ftruncate64]: Make code unconditional.
33657         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33658         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33659         include <kernel-features.h>.
33660         [!__NR_ftruncate64]: Remove conditional code.
33661         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33662         [__NR_ftruncate64]: Make code unconditional.
33663         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33664         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33665         include <kernel-features.h>.
33666         [!__NR_ftruncate64]: Remove conditional code.
33667         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33668         [__NR_ftruncate64]: Make code unconditional.
33669         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33670
33671         * configure.in (libc_cv_fpie): Weaken to a compile test using
33672         LIBC_TRY_CC_OPTION.
33673         * configure: Regenerated.
33674
33675 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33676
33677         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33678         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33679         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33680         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33681         Refreshed.
33682         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33683         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33685         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33687         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33688         Refreshed.
33689
33690 2012-05-27  David S. Miller  <davem@davemloft.net>
33691
33692         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33693         (___Q_zero): New.
33694         (__Q_simulate_exceptions): Return void.  Change to simulate
33695         exceptions by writing into the %fsr.
33696         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33697         (__Qp_handle_exceptions): Likewise.
33698         (numbers): Delete.
33699         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33700         __Qp_handle_exceptions.
33701         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33702         __Qp_handle_exceptions.
33703         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33704         as unused and give dummy FP_RND_NEAREST initializer.
33705         (FP_INHIBIT_RESULTS): Define.
33706         (___Q_simulate_exceptions): Update declaration.
33707         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33708         formatting.
33709         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33710         as unused and give dummy FP_RND_NEAREST initializer.
33711         (__Qp_handle_exceptions): Update declaration.
33712         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33713         formatting.
33714
33715 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33716
33717         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33718         the temporary FPU control word.
33719         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33720         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33721         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33722         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33723         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33724         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33725         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33726         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33727         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33728         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33729         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33730
33731 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33732
33733         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33734         fields.
33735
33736 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33737
33738         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33739         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33740         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33741         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33742         Likewise.
33743         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33744         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33745         Likewise.
33746
33747 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33748
33749         * po/h.po: Update from translation team.
33750
33751 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33752
33753         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33754
33755         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33756         handling of denormals.
33757         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33758         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33759         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33760         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33761         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33762         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33763         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33764         Likewise.
33765
33766 2012-05-26  Marek Polacek  <polacek@redhat.com>
33767
33768         [BZ #14152]
33769         * math/libm-test.inc (fma_test): Don't always expect underflow
33770         exception.
33771
33772 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33773
33774         [BZ #12416]
33775         * elf/tst-execstack.c: Include stackinfo.h.
33776         (do_test): Adjust test case to ensure that pthread_getattr_np
33777         behaviour remains the same after marking stack executable.
33778
33779 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33780
33781         * sysdeps/unix/sysv/linux/kernel-features.h
33782         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33783         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33784         kernel-features.h.
33785         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33786         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33787         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33788         kernel-features.h.
33789         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33790         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33791
33792 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33793
33794         * configure.in: Define the default includes to being none.
33795         * configure: Regenerated.
33796
33797 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33798
33799         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33800         * sysdeps/x86_64/setjmp.S: Likewise.
33801         * sysdeps/i386/bsd-setjmp.S: Likewise.
33802         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33803         * sysdeps/i386/setjmp.S: Likewise.
33804         * sysdeps/i386/__longjmp.S: Likewise.
33805         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33806         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33807
33808         * include/stap-probe.h: New file.
33809         * configure.in: Handle --enable-systemtap.
33810         * configure: Regenerated.
33811         * config.h.in (USE_STAP_PROBE): New #undef.
33812         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33813         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33814         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33815
33816 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33817
33818         [BZ #13717]
33819         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33820         to 2.4.0 where earlier.
33821         * sysdeps/unix/sysv/linux/configure: Regenerated.
33822         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33823         <kernel-features.h>.
33824         [__ASSUME_32BITUIDS]: Make code unconditional.
33825         [!__ASSUME_32BITUIDS]: Remove conditional code.
33826         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33827         <kernel-features.h>.
33828         [__ASSUME_32BITUIDS]: Make code unconditional.
33829         [!__ASSUME_32BITUIDS]: Remove conditional code.
33830         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33831         [__ASSUME_32BITUIDS]: Make code unconditional.
33832         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33833         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33834         <kernel-features.h>.
33835         [__ASSUME_32BITUIDS]: Make code unconditional.
33836         [!__ASSUME_32BITUIDS]: Remove conditional code.
33837         * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
33838         <kernel-features.h>.
33839         [__ASSUME_32BITUIDS]: Make code unconditional.
33840         [!__ASSUME_32BITUIDS]: Remove conditional code.
33841         * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
33842         <kernel-features.h>.
33843         [__ASSUME_32BITUIDS]: Make code unconditional.
33844         [!__ASSUME_32BITUIDS]: Remove conditional code.
33845         * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
33846         <kernel-features.h>.
33847         [__ASSUME_32BITUIDS]: Make code unconditional.
33848         [!__ASSUME_32BITUIDS]: Remove conditional code.
33849         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33850         <kernel-features.h>.
33851         [__ASSUME_32BITUIDS]: Make code unconditional.
33852         [!__ASSUME_32BITUIDS]: Remove conditional code.
33853         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33854         <kernel-features.h>.
33855         [__ASSUME_32BITUIDS]: Make code unconditional.
33856         [!__ASSUME_32BITUIDS]: Remove conditional code.
33857         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33858         <kernel-features.h>.
33859         [__ASSUME_32BITUIDS]: Make code unconditional.
33860         [!__ASSUME_32BITUIDS]: Remove conditional code.
33861         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33862         <kernel-features.h>.
33863         [__ASSUME_32BITUIDS]: Make code unconditional.
33864         [!__ASSUME_32BITUIDS]: Remove conditional code.
33865         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33866         <kernel-features.h>.
33867         [__ASSUME_32BITUIDS]: Make code unconditional.
33868         [!__ASSUME_32BITUIDS]: Remove conditional code.
33869         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33870         <kernel-features.h>.
33871         [__ASSUME_32BITUIDS]: Make code unconditional.
33872         [!__ASSUME_32BITUIDS]: Remove conditional code.
33873         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33874         <kernel-features.h>.
33875         [__NR_setresgid] (__setresgid): Do not declare.
33876         [__ASSUME_32BITUIDS]: Make code unconditional.
33877         [!__ASSUME_32BITUIDS]: Remove conditional code.
33878         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33879         <kernel-features.h>.
33880         [__NR_setresuid] (__setresuid): Do not declare.
33881         [__ASSUME_32BITUIDS]: Make code unconditional.
33882         [!__ASSUME_32BITUIDS]: Remove conditional code.
33883         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33884         <kernel-features.h>.
33885         [__ASSUME_32BITUIDS]: Make code unconditional.
33886         [!__ASSUME_32BITUIDS]: Remove conditional code.
33887         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33888         <kernel-features.h>.
33889         [__ASSUME_32BITUIDS]: Make code unconditional.
33890         [!__ASSUME_32BITUIDS]: Remove conditional code.
33891         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33892         <kernel-features.h>.
33893         [__ASSUME_32BITUIDS]: Make code unconditional.
33894         [!__ASSUME_32BITUIDS]: Remove conditional code.
33895         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33896         <kernel-features.h>.
33897         [__ASSUME_32BITUIDS]: Make code unconditional.
33898         [!__ASSUME_32BITUIDS]: Remove conditional code.
33899         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33900         <kernel-features.h>.
33901         [__ASSUME_32BITUIDS]: Make code unconditional.
33902         [!__ASSUME_32BITUIDS]: Remove conditional code.
33903         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33904         <kernel-features.h>.
33905         [__ASSUME_32BITUIDS]: Make code unconditional.
33906         [!__ASSUME_32BITUIDS]: Remove conditional code.
33907         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33908         <kernel-features.h>.
33909         [__ASSUME_32BITUIDS]: Make code unconditional.
33910         [!__ASSUME_32BITUIDS]: Remove conditional code.
33911         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33912         <kernel-features.h>.
33913         [__ASSUME_32BITUIDS]: Make code unconditional.
33914         [!__ASSUME_32BITUIDS]: Remove conditional code.
33915         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33916         <kernel-features.h>.
33917         [__ASSUME_32BITUIDS]: Make code unconditional.
33918         [!__ASSUME_32BITUIDS]: Remove conditional code.
33919         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33920         <kernel-features.h>.
33921         [__ASSUME_32BITUIDS]: Make code unconditional.
33922         [!__ASSUME_32BITUIDS]: Remove conditional code.
33923         * sysdeps/unix/sysv/linux/kernel-features.h
33924         (__ASSUME_SETRESUID_SYSCALL): Remove.
33925         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33926         (__ASSUME_32BITUIDS): Likewise.
33927         (__ASSUME_LDT_WORKS): Likewise.
33928         (__ASSUME_O_DIRECTORY): Likewise.
33929         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33930         architecture but not kernel version.
33931         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33932         (__ASSUME_MMAP2_SYSCALL): Likewise.
33933         (__ASSUME_STAT64_SYSCALL): Likewise.
33934         (__ASSUME_IPC64): Likewise.
33935         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33936         <kernel-features.h>.
33937         [__ASSUME_32BITUIDS]: Make code unconditional.
33938         [!__ASSUME_32BITUIDS]: Remove conditional code.
33939         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33940         <kernel-features.h>.
33941         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33942         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33943         132096]: Remove conditional code.
33944         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33945         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33946         <kernel-features.h>.
33947         [__ASSUME_32BITUIDS]: Make code unconditional.
33948         [!__ASSUME_32BITUIDS]: Remove conditional code.
33949         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33950         <kernel-features.h>.
33951         [__ASSUME_32BITUIDS]: Make code unconditional.
33952         [!__ASSUME_32BITUIDS]: Remove conditional code.
33953         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33954         <kernel-features.h>.
33955         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33956         unconditional.
33957         (__setresgid): Do not declare.
33958         [__ASSUME_32BITUIDS]: Make code unconditional.
33959         [!__ASSUME_32BITUIDS]: Remove conditional code.
33960         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33961         <kernel-features.h>.
33962         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33963         unconditional.
33964         (__setresuid): Do not declare.
33965         [__ASSUME_32BITUIDS]: Make code unconditional.
33966         [!__ASSUME_32BITUIDS]: Remove conditional code.
33967         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33968         <kernel-features.h>.
33969         [__ASSUME_32BITUIDS]: Make code unconditional.
33970         [!__ASSUME_32BITUIDS]: Remove conditional code.
33971         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33972         <kernel-features.h>.
33973         [__ASSUME_32BITUIDS]: Make code unconditional.
33974         [!__ASSUME_32BITUIDS]: Remove conditional code.
33975
33976 2012-05-25  Richard Henderson  <rth@twiddle.net>
33977
33978         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33979         dl_hwcap to ifunc resolver.
33980         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33981         elf_ifunc_invoke.
33982         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33983         dl_hwcap to ifunc resolver.
33984         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33985
33986 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33987
33988         [BZ #14153]
33989         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33990         for |x| <= 2**-26, not 2**-57.
33991         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33992         exception.
33993
33994 2012-05-24  Jeff Law  <law@redhat.com>
33995
33996         * stdio-common/Makefile (tests): Add bug25.
33997         * stdio-common/bug25.c: New test.
33998
33999 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34000
34001         [BZ #13576]
34002         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
34003         multiple of MALLOC_ALIGNMENT in size.
34004         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
34005
34006 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34007
34008         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
34009         Require >= 256.
34010         (FILENAME_MAX): Use macro-int-constant.
34011         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
34012         (_IOFBF): Use macro-int-constant.
34013         (_IOLBF): Likewise.
34014         (_IONBF): Likewise.
34015         (SEEK_CUR): Likewise.
34016         (SEEK_END): Likewise.
34017         (SEEK_SET): Likewise.
34018         (TMP_MAX): Likewise.
34019         (EOF): Use macro-int-constant.  Require < 0.
34020         (NULL): Use macro-constant.  Require == 0.
34021         (stdin): Require type to be FILE *.
34022         (stdout): Likewise.
34023         (stderr): Likewise.
34024         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34025         macro-int-constant.
34026         (EXIT_SUCCESS): Likewise.
34027         (NULL): Use macro-constant.  Require == 0.
34028         (RAND_MAX): Use macro-int-constant.
34029         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34030         [C99-based standards] (strtof): Require function.
34031         [C99-based standards] (strtold): Likewise.
34032         [C99-based standards] (strtoll): Likewise.
34033         [C99-based standards] (strtoull): Likewise.
34034         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34035         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34036         [ISO || ISO99 || ISO11] (math.h): Likewise.
34037         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34038         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34039         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34040
34041 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34042
34043         [BZ #14132]
34044         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34045         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34046         * intl/dgettext.c (DCGETTEXT): Likewise.
34047         * intl/gettext.c (DCGETTEXT): Likewise.
34048         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34049         * posix/regex_internal.h (gettext): Likewise.
34050         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34051         Remove declaration.
34052         * include/argz.h (__argz_count_internal)
34053         (__argz_stringify_internal): Remove declaration.
34054         (__argz_count, __argz_stringify): Declare hidden proto.
34055         * intl/dcgettext.c: Remove use of INTDEF.
34056         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34057         * string/argz-stringify.c: Likewise.
34058         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34059         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34060         Declare hidden proto.
34061         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34062         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34063         Declare hidden proto.
34064         * include/stdio.h (__asprintf_internal): Don't declare.
34065         (__asprintf): Don't define as macro.  Declare hidden proto.
34066         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34067         (__fsetlocking): Declare hidden proto.
34068         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34069         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34070         hidden proto.
34071         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34072         (_IO_setlinebuf): Remove use of INTUSE.
34073         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34074         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34075         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34076         Remove declaration.
34077         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34078         (_IO_do_flush): Remove use of INTUSE.
34079         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34080         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34081         (_IO_adjust_column, _IO_least_wmarker)
34082         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34083         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34084         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34085         (_IO_default_doallocate, _IO_wdefault_doallocate)
34086         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34087         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34088         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34089         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34090         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34091         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34092         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34093         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34094         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34095         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34096         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34097         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34098         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34099         proto.
34100         (_IO_flush_all_internal, _IO_adjust_column_internal)
34101         (_IO_default_uflow_internal, _IO_default_finish_internal)
34102         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34103         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34104         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34105         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34106         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34107         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34108         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34109         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34110         (_IO_file_close_internal, _IO_file_close_it_internal)
34111         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34112         (_IO_file_init_internal, _IO_file_attach_internal)
34113         (_IO_file_fopen_internal, _IO_file_read_internal)
34114         (_IO_file_sync_internal, _IO_file_seek_internal)
34115         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34116         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34117         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34118         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34119         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34120         (_IO_list_all_internal, _IO_link_in_internal)
34121         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34122         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34123         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34124         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34125         (_IO_do_write_internal, _IO_padn_internal)
34126         (_IO_getline_info_internal, _IO_getline_internal)
34127         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34128         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34129         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34130         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34131         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34132         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34133         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34134         with libc_hidden_ver, remove use of INTUSE.
34135         * libio/genops.c: Likewise.
34136         * libio/freopen.c: Likewise.
34137         * libio/freopen64.c: Likewise.
34138         * libio/iofclose.c: Likewise.
34139         * libio/iofdopen.c: Likewise.
34140         * libio/iofflush.c: Likewise.
34141         * libio/iofflush_u.c: Likewise.
34142         * libio/iofgets.c: Likewise.
34143         * libio/iofgets_u.c: Likewise.
34144         * libio/iofopen.c: Likewise.
34145         * libio/iofopncook.c: Likewise.
34146         * libio/iofread.c: Likewise.
34147         * libio/iofread_u.c: Likewise.
34148         * libio/ioftell.c: Likewise.
34149         * libio/iofwrite.c: Likewise.
34150         * libio/iogetline.c: Likewise.
34151         * libio/iogets.c: Likewise.
34152         * libio/iogetwline.c: Likewise.
34153         * libio/iopadn.c: Likewise.
34154         * libio/iopopen.c: Likewise.
34155         * libio/ioseekoff.c: Likewise.
34156         * libio/ioseekpos.c: Likewise.
34157         * libio/iosetbuffer.c: Likewise.
34158         * libio/iosetvbuf.c: Likewise.
34159         * libio/ioungetc.c: Likewise.
34160         * libio/ioungetwc.c: Likewise.
34161         * libio/iovdprintf.c: Likewise.
34162         * libio/iovsprintf.c: Likewise.
34163         * libio/iovsscanf.c: Likewise.
34164         * libio/memstream.c: Likewise.
34165         * libio/obprintf.c: Likewise.
34166         * libio/oldfileops.c: Likewise.
34167         * libio/oldiofclose.c: Likewise.
34168         * libio/oldiofdopen.c: Likewise.
34169         * libio/oldiofopen.c: Likewise.
34170         * libio/oldiopopen.c: Likewise.
34171         * libio/oldstdfiles.c: Likewise.
34172         * libio/putc.c: Likewise.
34173         * libio/setbuf.c: Likewise.
34174         * libio/setlinebuf.c: Likewise.
34175         * libio/stdfiles.c: Likewise.
34176         * libio/strops.c: Likewise.
34177         * libio/vasprintf.c: Likewise.
34178         * libio/vscanf.c: Likewise.
34179         * libio/vsnprintf.c: Likewise.
34180         * libio/vswprintf.c: Likewise.
34181         * libio/wfiledoalloc.c: Likewise.
34182         * libio/wfileops.c: Likewise.
34183         * libio/wgenops.c: Likewise.
34184         * libio/wmemstream.c: Likewise.
34185         * libio/wstrops.c: Likewise.
34186         * libio/__fpurge.c: Likewise.
34187         * libio/__fsetlocking.c: Likewise.
34188         * assert/assert.c: Likewise.
34189         * debug/fgets_chk.c: Likewise.
34190         * debug/fgets_u_chk.c: Likewise.
34191         * debug/fread_chk.c: Likewise.
34192         * debug/fread_u_chk.c: Likewise.
34193         * debug/gets_chk.c: Likewise.
34194         * debug/obprintf_chk.c: Likewise.
34195         * debug/vasprintf_chk.c: Likewise.
34196         * debug/vdprintf_chk.c: Likewise.
34197         * debug/vsnprintf_chk.c: Likewise.
34198         * debug/vsprintf_chk.c: Likewise.
34199         * malloc/mtrace.c: Likewise.
34200         * misc/error.c: Likewise.
34201         * misc/syslog.c: Likewise.
34202         * stdio-common/asprintf.c: Likewise.
34203         * stdio-common/fxprintf.c: Likewise.
34204         * stdio-common/getw.c: Likewise.
34205         * stdio-common/isoc99_fscanf.c: Likewise.
34206         * stdio-common/isoc99_scanf.c: Likewise.
34207         * stdio-common/isoc99_vfscanf.c: Likewise.
34208         * stdio-common/isoc99_vscanf.c: Likewise.
34209         * stdio-common/isoc99_vsscanf.c: Likewise.
34210         * stdio-common/printf-prs.c: Likewise.
34211         * stdio-common/printf_fp.c: Likewise.
34212         * stdio-common/printf_fphex.c: Likewise.
34213         * stdio-common/printf_size.c: Likewise.
34214         * stdio-common/putw.c: Likewise.
34215         * stdio-common/scanf.c: Likewise.
34216         * stdio-common/sprintf.c: Likewise.
34217         * stdio-common/tmpfile.c: Likewise.
34218         * stdio-common/vfprintf.c: Likewise.
34219         * stdio-common/vfscanf.c: Likewise.
34220         * stdlib/strfmon_l.c: Likewise.
34221         * sunrpc/openchild.c: Likewise.
34222         * sunrpc/xdr_stdio.c: Likewise.
34223         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34224         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34225
34226 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34227
34228         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34229
34230         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34231         in the third column, to generate for the shared library an IFUNC
34232         that uses _dl_vdso_vsym.
34233         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34234         * Makeconfig (object-suffixes-noshared): New variable.
34235
34236         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34237         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34238         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34239         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34240
34241         [BZ #14132]
34242         * include/sys/time.h (__gettimeofday): Remove macro.
34243         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34244         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34245         Remove INTDEF.
34246         (__gettimeofday): Add libc_hidden_def.
34247         (gettimeofday): Add libc_hidden_weak.
34248         * sysdeps/mach/gettimeofday.c: Likewise.
34249         * sysdeps/posix/gettimeofday.c: Likewise.
34250         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34251         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34252         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34253         (__gettimeofday_internal): Remove strong_alias.
34254         (__gettimeofday): Add libc_hidden_def.
34255         (gettimeofday): Add libc_hidden_weak.
34256         * sysdeps/unix/syscalls.list (gettimeofday):
34257         Remove __gettimeofday_internal alias.
34258
34259 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34260             H.J. Lu  <hongjiu.lu@intel.com>
34261
34262         [BZ #12495]
34263         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34264         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34265         (largebin_index_32_big): New.
34266         (largebin_index): Use it for 16-byte alignment.
34267         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34268         correction with front_misalign.
34269
34270 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34271
34272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34273         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34274         Likewise.
34275         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34276         Likewise.
34277         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34278         Likewise.
34279         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34280         Likewise.
34281         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34282         Likewise.
34283         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34284         Likewise.
34285         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34286         Likewise.
34287         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34288         Likewise.
34289         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34290         Likewise.
34291         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34292         Likewise.
34293         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34294         Likewise.
34295         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34296         Likewise.
34297
34298         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34299         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34300
34301 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34302
34303         [BZ #10846]
34304         [BZ #14036]
34305         * math/libm-test.inc (exp_test): Add test from bug 14036.
34306         (pow_test): Add test from bug 10846.
34307
34308         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34309         and other flags.
34310         (special_function): Do not include flags in test name.
34311         (parse_args): Likewise.
34312         * sysdeps/i386/fpu/libm-test-ulps: Update.
34313         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34314         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34315         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34316         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34317
34318         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34319         exceptions.
34320         * math/libm-test.inc ("Philosophy"): Update comment about
34321         exception testing.
34322         (UNDERFLOW_EXCEPTION): New macro.
34323         (UNDERFLOW_EXCEPTION_OK): Likewise.
34324         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34325         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34326         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34327         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34328         (INVALID_EXCEPTION_OK): Update value.
34329         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34330         (OVERFLOW_EXCEPTION_OK): Likewise.
34331         (IGNORE_ZERO_INF_SIGN): Likewise.
34332         (test_exceptions): Handle underflow exceptions.
34333         (acos_test): Update for underflow exception expectations.
34334         (cexp_test): Likewise.
34335         (clog_test): Likewise.
34336         (clog10_test): Likewise.
34337         (csqrt_test): Likewise.
34338         (ctan_test): Likewise.
34339         (ctanh_test): Likewise.
34340         (exp_test): Likewise.
34341         (exp10_test): Likewise.
34342         (exp2_test): Likewise.
34343         (expm1_test): Likewise.
34344         (fma_test): Likewise.
34345         (j0_test): Likewise.
34346         (jn_test): Likewise.
34347         (nexttoward_test): Likewise.
34348         (pow_test): Likewise.
34349         (scalbn_test): Likewise.
34350         (scalbln_test): Likewise.
34351         (tan_test): Likewise.
34352         (y1_test): Likewise.
34353         * sysdeps/i386/fpu/libm-test-ulps: Update.
34354         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34355
34356 2012-05-23  David S. Miller  <davem@davemloft.net>
34357
34358         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34359         (__libc_sigaction): Remove unused local variables.
34360
34361 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34362
34363         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34364
34365 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34366
34367         mktime: avoid signed integer overflow
34368         * time/mktime.c (__mktime_internal): Do not mishandle the case
34369         where diff == INT_MIN.
34370
34371         mktime: simplify computation of average
34372         * time/mktime.c (ranged_convert): Use new time_t_avg function
34373         instead of rolling our own (probably-slower) code.
34374
34375         mktime: do not assume signed right shift propagates sign bit
34376         * time/mktime.c (isdst_differ): New static function.
34377         (__mktime_internal): No need to normalize tm_isdst now.
34378         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34379         tm_isdst values.
34380
34381         mktime: merge another wrapv change from gnulib
34382         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34383         from some compilers.
34384
34385         mktime: remove incorrect attempt at unusual arithmetics
34386         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34387         The code didn't really work on such machines anyway.
34388         (TYPE_MINIMUM): Assume two's complement.
34389         (twos_complement_arithmetic): Verify that long_int and time_t
34390         are two's complement (or unsigned, in the latter case).
34391
34392         mktime: check signed shifts on long_int and time_t, too
34393         * time/mktime.c (SHR): Check that shifts work as desired
34394         on the types long_int and time_t too, as SHR is used on
34395         such types.
34396
34397         mktime: do not assume 'long' is wide enough
34398         * time/mktime.c (verify): Move decl up.
34399         (long_int): New type.
34400         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34401         to remove assumption in the code that 'long' is wide enough to
34402         store year values.  This assumption is not true on x32 and on
34403         some non-glibc platforms.
34404
34405         mktime: merge wrapv change from gnulib
34406         * time/mktime.c (WRAPV): New macro.
34407         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34408         (guess_time_tm, __mktime_internal): Do not assume that signed
34409         integer overflow wraps around; modern compilers generate code
34410         where this assumption is no longer valid.
34411
34412 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34413
34414         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34415         Replace "jmp L(pseudo_end)" with "ret".
34416         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34417         Likewise.
34418
34419 2012-05-23  Andreas Jaeger  <aj@suse.de>
34420
34421         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34422         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34423
34424 2012-05-23  Andreas Jaeger  <aj@suse.de>
34425             Maximilian Attems  <max@stro.at>
34426
34427         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34428         New macros.
34429
34430 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34431
34432         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34433         code so that pseudo_end is just ret and the stack pointer is
34434         correct also for static library in error case.
34435
34436 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34437
34438         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34439         move to syscalls.list.
34440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34441         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34442         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34443         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34444
34445         * manual/install.texi (Running make install): Do not mention Linux
34446         kernel version for which pt_chown is not needed.
34447         (Linux): Do not mention problems with nscd with 2.0 kernels.
34448         * INSTALL: Regenerated.
34449
34450 2012-05-23  Andreas Jaeger  <aj@suse.de>
34451
34452         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34453         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34454         macro.
34455         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34456         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34457         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34458         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34459         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34460         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34461         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34462         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34463         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34464         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34465         * sysdeps/unix/sysv/linux/bits/in.h
34466         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34467
34468 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34469
34470         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34471         (PREPARE_VERSION): Just use assert instead, it will be elided
34472         under [NDEBUG] anyway.
34473
34474 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34475
34476         * sysdeps/unix/sysv/linux/Makefile: Include
34477         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34478         (sysdep_routines): Remove sysctl.
34479         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34480         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34481         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34482         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34483         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34484
34485 2012-05-22  Andreas Jaeger  <aj@suse.de>
34486
34487         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34488         that pseudo_end is just ret and the stack pointer is correct also
34489         for static library in error case.
34490
34491 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34492
34493         [BZ #14122]
34494         * nss/nsswitch.c (defconfig_entries): New variable.
34495         (__nss_database_lookup): Don't leak defconfig entries.
34496         (nss_parse_service_list): Don't leak on error paths.
34497         (free_database_entries): New function.
34498         (free_defconfig): New function.
34499         (free_mem): Move common code to free_database_entries.
34500
34501 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34502
34503         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34504         Add arch_prctl.
34505         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34506
34507         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34508         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34509         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34510         New macro.
34511         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34512         (INTERNAL_SYSCALL_TYPES): Likewise.
34513         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34514         (LOAD_REGS_TYPES_[1-6]): Likewise.
34515         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34516         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34517
34518 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34519
34520         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34521         copysignl for GLIBC_2_0.
34522         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34523         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34524         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34525         logbl for GLIBC_2_0.
34526         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34527         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34528
34529 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34530
34531         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34532         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34533
34534         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34535         Use "neg %eax".
34536
34537         * time/mktime.c: Update copyright years.
34538
34539 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34540
34541         mktime: merge comment-quoting-style change from gnulib
34542         * time/mktime.c: Quote 'like this' in comments.
34543         The GNU coding standards suggest that we no longer quote `like this',
34544         as "`" and "'" are typically rendered asymmetrically nowadays.
34545         The typical gnulib style is to quote 'like this' when quoting
34546         code, and "like this" when quoting English.
34547
34548         * time/mktime.c (compile-command): Add "-I.".
34549
34550         mktime: merge mktime-internal.h change from gnulib
34551         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34552
34553         mktime: merge time_r change from gnulib
34554         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34555
34556         mktime: merge DEBUG change from gnulib
34557         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34558         case system <time.h> has a #define.
34559
34560         mktime: merge <sys/types.h> change from gnulib
34561         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34562         since <time.t> is now guaranteed to define time_t.
34563
34564         mktime: merge HAVE_CONFIG_H change from gnulib
34565         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34566
34567 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34568
34569         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34570         Use "neg %eax".
34571
34572         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34573         __rlim_t cast.
34574         (struct rusage): Use anonymous union to pad each field to
34575         __syscall_slong_t.
34576
34577 2012-05-21  David S. Miller  <davem@davemloft.net>
34578
34579         * Makefules (o-iterator): Remove .s cases.
34580         (compile-command.s): Delete.
34581         (COMPILE.s): Delete.
34582         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34583
34584 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34585
34586         * configure.in (libc_cv_predef_stack_protector): Only consider
34587         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34588         * configure: Regenerated.
34589
34590 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34591
34592         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34593         New macro.  Use R*LP on int and pointer.
34594         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34595         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34596         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34597         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34598
34599         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34600         [__WORDSIZE_TIME64_COMPAT32] instead of
34601         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34602         (struct utmp): Likewise.
34603         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34604         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34605         Renamed to ...
34606         (__WORDSIZE_TIME64_COMPAT32): This.
34607         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34608         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34609         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34610         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34611         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34612         (__WORDSIZE_TIME64_COMPAT32): New macro.
34613
34614 2012-05-21  Andreas Jaeger  <aj@suse.de>
34615
34616         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34617         only if [SHARED]. Add prototype for __wcschr_ia32.
34618
34619 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34620
34621         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34622         of %rbp unmolested in the jmp_buf while mangling the low bits.
34623         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34624         unmolested high bits of %rbp while demangling the low bits.
34625         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34626
34627 2012-05-21  Andreas Jaeger  <aj@suse.de>
34628
34629         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34630         * sunrpc/svc_simple.c: Use it for registerrpc.
34631         * sunrpc/xcrypt.c: Use it for passwd2des.
34632
34633         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34634
34635 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34636
34637         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34638         Don't define if [__SYSCALL_WORDSIZE != 32].
34639         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34640         New macro.
34641
34642 2012-05-21  Bruno Haible  <bruno@clisp.org>
34643             Andreas Jaeger  <aj@suse.de>
34644
34645         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34646         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34647         inptr and inend for must_buffer_ch.
34648         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34649         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34650         * stdio-common/Makefile (tests): Remove bug15.
34651         (bug15-ENV): Remove macro.
34652         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34653         anymore.
34654
34655 2012-05-19  Andreas Jaeger  <aj@suse.de>
34656             Roland McGrath  <roland@hack.frob.com>
34657
34658         * manual/contrib.texi: Completely rewritten. It contains now an
34659         alphabetical list of contributors and their contributions.
34660
34661 2012-05-21  Richard Henderson  <rth@twiddle.net>
34662
34663         * misc/getauxval.c (__getauxval): Use unsigned long int.
34664         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34665         (getauxval): Use unsigned long int.
34666
34667 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34668
34669         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34670
34671 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34672
34673         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34674         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34675         __alignof__ (long double).
34676
34677 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34678
34679         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34680
34681 2012-05-20  Richard Henderson  <rth@twiddle.net>
34682
34683         * misc/getauxval.c: New file.
34684         * misc/sys/auxv.h: New file.
34685         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34686         (routines): Add getauxval.
34687         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34688         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34689         * elf/dl-sysdep.c (_dl_auxv): Remove.
34690         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34691         * elf/dl-support.c (_dl_auxv): New variable.
34692         (_dl_aux_init): Initialize it.
34693         * manual/startup.texi (Auxiliary Vector): New node.
34694         * sysdeps/generic/bits/hwcap.h: New file.
34695         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34696         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34697         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34698         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34699         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34700         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34701         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34702         Update.
34703         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34704         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34705         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34706         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34707         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34708         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34709         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34710         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34711
34712 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34713
34714         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34715
34716 2012-05-19  David S. Miller  <davem@davemloft.net>
34717
34718         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34719
34720 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34721
34722         [BZ #14123]
34723         * math/s_ccosh.c: Include <float.h>
34724         (__ccosh): Avoid internal overflow calculating sinh and cosh
34725         values before multiplying by sin and cos values.
34726         * math/s_ccoshf.c: Likewise.
34727         * math/s_ccoshl.c: Likewise.
34728         * math/s_csin.c: Likewise.
34729         * math/s_csinf.c: Likewise.
34730         * math/s_csinl.c: Likewise.
34731         * math/s_csinh.c: Likewise.
34732         * math/s_csinhf.c: Likewise.
34733         * math/s_csinhl.c: Likewise.
34734         * math/libm-test.inc (ccos_test): Add more tests.
34735         (ccosh_test): Likewise.
34736         (csin_test): Likewise.
34737         (csinh_test): Likewise.
34738         * sysdeps/i386/fpu/libm-test-ulps: Update.
34739         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34740
34741 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34742
34743         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34744         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34745
34746         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34747
34748 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34749
34750         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34751         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34752         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34753         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34754         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34755         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34756         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34757         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34758         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34759         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34760         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34761         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34762         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34763         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34764         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34765         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34766         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34767         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34768         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34769         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34770         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34771         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34772         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34773         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34774         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34775         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34776         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34777         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34778         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34779         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34780         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34781
34782 2012-05-18  Andreas Jaeger  <aj@suse.de>
34783
34784         * csu/.gitignore: Delete.
34785
34786 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34787
34788         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34789         (timex): Use __syscall_slong_t.
34790
34791 2012-05-18  Andreas Jaeger  <aj@suse.de>
34792             Carlos O'Donell  <carlos_odonell@mentor.com>
34793
34794         * manual/install.texi (Configuring and compiling): Update
34795         description about files modified in the source directory.
34796         * INSTALL: Regenerated.
34797
34798 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34799
34800         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34801         value.  Use "or" to set return value to -1.
34802         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34803         negate return value.
34804
34805 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34806
34807         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34808         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34809         failure if the compiler has Graphite support disabled.
34810         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34811         Likewise.
34812         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34813         (CFLAGS-memmove.c): Likewise.
34814         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34815         Likewise.
34816
34817 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34818
34819         * sysdeps/x86_64/x32/_itoa.h: New file.
34820
34821         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34822         getdents system call only if kernel and user dirents have the
34823         same d_ino and d_off.
34824
34825         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34826         LLONG_MAX != LONG_MAX.
34827         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34828         (_fitoa_word): Likewise.
34829
34830         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34831         years.
34832         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34833         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34834         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34835
34836         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34837         include <bits/wordsize.h>.  Check __x86_64__ instead of
34838         __WORDSIZE.
34839         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34840         if __x86_64__ is defined.  Use anonymous union on fpstate.
34841
34842         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34843         anonymous union.
34844
34845 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34846
34847         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34848         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34849         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34850         Refer to _rtld_local_ro instead of _rtld_global_ro.
34851         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34852         Likewise.
34853         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34854         Likewise.
34855         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34856         Likewise.
34857         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34858         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34859         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34860
34861         * sysdeps/powerpc/powerpc32/dl-machine.c
34862         (__elf_machine_runtime_setup) [PROF]: Don't reference
34863         _dl_prof_resolve.
34864
34865 2012-05-18  Andreas Jaeger  <aj@suse.de>
34866
34867         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34868         function only available for GCCs before 3.4 since GCC 3.4
34869         introduced a builtin.
34870         (lrint): Likewise.
34871         (llrintf): Likewise.
34872         (llrint): Likewise.
34873         (fmaxf): Likewise.
34874         (fmax): Likewise.
34875         (fminf): Likewise.
34876         (fmin): Likewise.
34877         (rint): Likewise.
34878         (rintf): Likewise.
34879         (nearbyint): Likewise.
34880         (nearbyintf): Likewise.
34881         (ceil): Likewise.
34882         (ceilf): Likewise.
34883         (floor): Likewise.
34884         (floorf): Likewise.
34885
34886 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34887
34888         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34889         on both fields and cast pointer to __syscall_ulong_t.
34890
34891         * bits/types.h (__fsword_t): New type.
34892         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34893         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34894         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34895         (__FSWORD_T_TYPE): Likewise.
34896         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34897         (__FSWORD_T_TYPE): Likewise.
34898         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34899         (__FSWORD_T_TYPE): Likewise.
34900         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34901         (__FSWORD_T_TYPE): Likewise.
34902         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34903         __SWORD_TYPE with __fsword_t.
34904         (statfs64): Likewise.
34905
34906 2012-05-17  David S. Miller  <davem@davemloft.net>
34907
34908         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34909
34910 2012-05-17  Andreas Jaeger  <aj@suse.de>
34911
34912         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34913         warning.
34914
34915 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34916
34917         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34918
34919 2012-05-17  Andreas Jaeger  <aj@suse.de>
34920
34921         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34922         when it is used.
34923
34924 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34925
34926         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34927
34928 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34929
34930         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34931         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34932
34933 2012-05-17  Andreas Jaeger  <aj@suse.de>
34934             Carlos O'Donell  <carlos_odonell@mentor.com>
34935
34936         [BZ #14059]
34937         * sysdeps/x86_64/multiarch/init-arch.h
34938         (bit_YMM_Usable): Rename to...
34939         (bit_AVX_Usable): ... this.
34940         (bit_FMA4_Usable): New macro.
34941         (bit_XMM_state): New macro.
34942         (bit_YMM_state): New macro.
34943         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34944         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34945         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34946         (CPUID_OSXSAVE): New macro.
34947         (CPUID_AVX): New macro.
34948         (CPUID_FMA4): New macro.
34949         (index_YMM_Usable): Rename to...
34950         (index_AVX_Usable): ... this.
34951         (HAS_AVX): Use HAS_ARCH_FEATURE.
34952         (HAS_FMA4): Likewise.
34953         (HAS_YMM_USABLE): Remove.
34954         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34955         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34956         are present.
34957         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34958         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34959         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34960         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34961         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34962
34963 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34964
34965         * math/libm-test.c: Support platforms without multiple rounding modes.
34966         * math/bug-nextafter.c: Support platforms without FP exceptions.
34967         * math/bug-nexttoward.c: Likewise.
34968         * math/test-fenv.c: Likewise.
34969         * math/test-misc.c: Likewise.
34970         * stdlib/bug-getcontext.c: Likewise.
34971
34972 2012-05-17  Andreas Jaeger  <aj@suse.de>
34973
34974         * manual/examples/search.c (critter_cmp): Change signature to
34975         avoid warnings.
34976         * manual/string.texi (Collation Functions): Likewise.
34977
34978 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34979
34980         * bits/types.h: Fold copyright years.
34981         * bits/typesizes.h: Likewise.
34982         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34983         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34984         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34985         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34986         * time/time.h: Likewise.
34987
34988 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34989
34990         [BZ #208]
34991         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34992         in instead of returning them.  Return void.
34993         (__libc_mallinfo): Accumulate over all arenas.
34994         (__malloc_stats): Adjust for change in int_mallinfo interface.
34995
34996 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34997
34998         [BZ #10375]
34999         * configure.in (NM): Add AC_CHECK_TOOL for it.
35000         (libc_extra_cflags): New substituted variable.
35001         Check for -fstack-protector being used implicitly.
35002         * configure: Regenerated.
35003         * config.make.in (config-extra-cflags): New variable,
35004         gets @libc_extra_cflags@.
35005         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
35006
35007         [BZ #10375]
35008         * configure.in: Check for _FORTIFY_SOURCE being predefined.
35009         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
35010         * configure: Regenerated.
35011         * config.make.in (CPPUNDEFS): New substituted variable.
35012         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
35013         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
35014         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35015
35016 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35017
35018         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35019         (mq_attr): Use __syscall_slong_t.
35020
35021 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35022
35023         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35024         Check __x86_64__ instead of __WORDSIZE.
35025         (_STAT_VER_LINUX): Likewise.
35026         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35027         __syscall_ulong_t and __syscall_slong_t.
35028         (stat64): Likewise.
35029
35030 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35031
35032         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35033
35034 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35035
35036         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35037
35038 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35039
35040         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35041         __syscall_ulong_t.
35042
35043         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35044         include <bits/wordsize.h>.  Check __x86_64__ instead of
35045         __WORDSIZE.
35046         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35047         defined.
35048         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35049
35050         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35051         include <bits/wordsize.h>.  Check __x86_64__ instead of
35052         __WORDSIZE.
35053         (user_regs_struct): Use "__extension__ unsigned long long"
35054         instead of "unsigned long" if __x86_64__ is defined.
35055         (user): Likewise.  Pad after pointer field if __ILP32__ is
35056         defined.
35057
35058 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35059
35060         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35061         versions 5 to 9.
35062         * configure: Regenerated.
35063         * manual/install.texi (texinfo): Increase version requirement to
35064         4.5 or later.
35065         * INSTALL: Regenerated.
35066
35067         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35068
35069 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35070
35071         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35072
35073         * sysdeps/x86_64/x32/ffs.c: New file.
35074
35075         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35076         __syscall_ulong_t.
35077         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35078         defined.  Use __syscall_ulong_t.
35079         (shminfo): Use __syscall_ulong_t.
35080         (shm_info): Likewise.
35081
35082         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35083         __syscall_ulong_t.
35084
35085         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35086         <bits/wordsize.h>.
35087         (msgqnum_t): Use __syscall_ulong_t.
35088         (msglen_t): Likewise.
35089         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35090         __syscall_ulong_t.
35091
35092         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35093         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35094
35095         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35096
35097         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35098         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35099
35100         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35101         __syscall_slong_t.
35102
35103         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35104         include <bits/wordsize.h>.  Check __x86_64__ instead of
35105         __WORDSIZE.
35106
35107         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35108         "unsigned long long int" if __x86_64__ is defined.
35109         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35110
35111         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35112         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35113         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35114
35115         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35116         <stdint.h>.
35117         (GET_PC): Cast to uintptr_t first.
35118         (GET_FRAME): Likewise.
35119         (GET_STACK): Likewise.
35120
35121         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35122         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35123         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35124         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35125         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35126         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35127         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35128         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35129         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35130         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35131         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35132         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35133         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35134         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35135         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35136         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35137         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35138         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35139         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35140         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35141         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35142         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35143         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35144         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35145         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35146         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35147         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35148         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35149         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35150
35151 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35152
35153         * Makerules (+depfiles): Also collect depfiles from .oS in
35154         $(extra-objs).
35155         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35156         .oS, $(libnldbl-routines)).
35157
35158         * Makerules (native-compile-mkdep-flags): Define.
35159         * sunrpc/Makefile (extra-objs): Add $(addprefix
35160         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35161         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35162         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35163         calling $(make-target-directory).
35164
35165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35166
35167         * bits/types.h (__snseconds_t): Removed.
35168         * time/time.h (struct timespec): Replace __snseconds_t with
35169         __syscall_slong_t.
35170         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35171         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35172         Likewise.
35173         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35174         (__SNSECONDS_T_TYPE): Likewise.
35175         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35176         (__SNSECONDS_T_TYPE): Likewise.
35177         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35178         (__SNSECONDS_T_TYPE): Likewise.
35179
35180 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35181
35182         * sysdeps/mach/hurd/bits/typesizes.h
35183         (__SYSCALL_SLONG_TYPE): New macro.
35184         (__SYSCALL_ULONG_TYPE): Likewise.
35185
35186 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35187
35188         * bits/types.h (__syscall_slong_t): New type.
35189         (__syscall_ulong_t): Likewise.
35190
35191         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35192         (__SYSCALL_ULONG_TYPE): Likewise.
35193         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35194         (__SYSCALL_SLONG_TYPE): Likewise.
35195         (__SYSCALL_ULONG_TYPE): Likewise.
35196         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35197         (__SYSCALL_SLONG_TYPE): Likewise.
35198         (__SYSCALL_ULONG_TYPE): Likewise.
35199         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35200         (__SYSCALL_SLONG_TYPE): Likewise.
35201         (__SYSCALL_ULONG_TYPE): Likewise.
35202
35203 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35204
35205         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35206         Add sigaltstack-offsets.sym.
35207         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35208         <sigaltstack-offsets.h>.
35209         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35210         longjmp_msg pointer.
35211         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35212         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35213         signal stack.
35214         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35215
35216 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35217
35218         * elf/stackguard-macros.h: Remove file.
35219         * sysdeps/generic/stackguard-macros.h: New file.
35220         * sysdeps/i386/stackguard-macros.h: Likewise.
35221         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35222         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35223         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35224         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35225         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35226         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35227         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35228         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35229         <elf/stackguard-macros.h>.
35230
35231         [BZ #14109]
35232         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35233         __aligned__ in attribute.
35234         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35235         (gregset_t): Likewise.
35236
35237 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35238
35239         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35240         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35241         * sysdeps/x86_64/x32/Implies-after: New file.
35242
35243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35244
35245         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35246         and access return value for _dl_profile_fixup.  Use R10_LP to
35247         load frame size.
35248
35249 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35250
35251         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35252
35253 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35254
35255         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35256         * sysdeps/x86_64/x32/sysdep.h: New file.
35257
35258 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35259
35260         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35261         * sysdeps/x86_64/setjmp.S: Likewise.
35262
35263 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35264
35265         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35266         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35267         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35268         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35269         remove unused global constant.
35270
35271 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35272
35273         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35274         include of <not-cancel.h>.
35275
35276 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35277
35278         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35279
35280 2012-05-15  Jeff Law  <law@redhat.com>
35281             Andreas Jaeger  <aj@suse.de>
35282
35283         [BZ #13594]
35284         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35285         out from...
35286         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35287         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35288         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35289         code changing __hst_map_handle.map.
35290
35291 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35292
35293         * configure.in (sysnames): Look for Implies-before and Implies-after
35294         files.
35295         * configure: Regenerated.
35296
35297 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35298
35299         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35300         8-byte data alignment with LP_SIZE alignment.
35301
35302 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35303
35304         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35305         into R10_LP.
35306
35307 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35308
35309         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35310
35311 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35312
35313         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35314         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35315         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35316         Likewise.
35317         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35318
35319 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35320
35321         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35322         (stackinfo_sub_sp): Likewise.
35323
35324 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35325
35326         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35327         RAX_LP.
35328
35329 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35330
35331         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35332         into R*_LP.
35333
35334 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35335
35336         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35337         sizes into R*_LP.
35338
35339 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35340
35341         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35342
35343 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35344
35345         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35346         into R11_LP and load __x86_64_shared_cache_size_half into
35347         R8_LP.
35348
35349 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35350
35351         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35352         R8_LP.
35353
35354 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35355
35356         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35357         logb for POWER7.
35358         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35359         logbf for POWER7.
35360         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35361         logbl for POWER7.
35362         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35363         powerpc32/power7/fpu/s_logb.c via #include.
35364         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35365         powerpc32/power7/fpu/s_logbf.c via #include.
35366         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35367         powerpc32/power7/fpu/s_logbl.c via #include.
35368
35369 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35370
35371         * README.libm: Remove file.
35372
35373 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35374
35375         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35376         count for x32.  Use R*_LP and omit operand-size suffix.
35377
35378 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35379
35380         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35381         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35382         * sysdeps/x86_64/x32/shlib-versions: New file.
35383
35384 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35385
35386         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35387         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35388         Use _dl_fatal_printf instead.
35389
35390 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35391
35392         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35393         set if not set by the user.  Do not allow for being unset.
35394         * sysdeps/unix/sysv/linux/configure: Regenerated.
35395
35396 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35397
35398         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35399         the `q' suffix from lea and replace .quad with ASM_ADDR.
35400
35401 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35402
35403         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35404         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35405         instead of $17.
35406         (PTR_DEMANGLE): Likewise.
35407
35408 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35409
35410         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35411         (LP_OP): Likewise.
35412         (ASM_ADDR): Likewise.
35413         (RAX_LP): Likewise.
35414         (RBP_LP): Likewise.
35415         (RBX_LP): Likewise.
35416         (RCX_LP): Likewise.
35417         (RDI_LP): Likewise.
35418         (RSI_LP): Likewise.
35419         (RSP_LP): Likewise.
35420         (R8_LP): Likewise.
35421         (R9_LP): Likewise.
35422         (R10_LP): Likewise.
35423         (R10_LP): Likewise.
35424         (R11_LP): Likewise.
35425         (R12_LP): Likewise.
35426         (R13_LP): Likewise.
35427         (R14_LP): Likewise.
35428         (R15_LP): Likewise.
35429
35430 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35431
35432         * sysdeps/x86_64/x32/dl-machine.h: New file.
35433
35434 2012-05-14  Andreas Jaeger  <aj@suse.de>
35435
35436         * manual/Makefile (subdir): Remove export of subdir.
35437         (all): Remove target.
35438         (.PHONY): Remove all from list.
35439         (mkinstalldirs): Remove.
35440         (.PHONY): Remove installdirs from list.
35441         ($(inst_infodir)/libc.info): Use make-target-directory.
35442         (installdirs): Remove.
35443         (subdir_%): Remove.
35444         (glibc-targets): Remove.
35445         (lib): Remove.
35446         (stubs): Remove.
35447         ($(objpfx)stubs ../po/manual.pot): Remove.
35448         ($(objpfx)stamp%): Remove.
35449         (make-target-directory): Remove.
35450         (subdir_install): Remove.
35451         (routines): Remove.
35452         (aux): Remove.
35453         (sources): Remove.
35454         (objects): Remove.
35455         (headers): Remove.
35456
35457         [BZ #13750]
35458         * manual/.gitignore: Remove, it's not needed anymore.
35459         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35460         all files in it.
35461         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35462         directory.
35463         (texis): Renamed to $(objpfx)texis.
35464         (texis-path): New, contains path to generated files.
35465         (chapters.%): Use texis-path for complete path, add extra argument
35466         libc-texinfo.sh.
35467         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35468         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35469         (summary,texi, stamp-summary): Use complete path of
35470         files. Generate files in build dir.
35471         (dir-add.texi): Build in build dir.
35472         (libm-err.texi,stamp-libm-err): Likewise.
35473         (version.texi, stamp-version): Likewise.
35474         (.%c.texi): Likewise.
35475         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35476         (mostlyclean): Remove target.
35477         (realclean): Remove target.
35478         (generated): Add new variable with contents from mostlyclean and
35479         realclean, remove entries duplicated in common-mostlyclean, add
35480         stamp-libm-err and stamp-version.
35481         (generated-dirs): Add libc directory.
35482         ($(inst_infodir)/libc.info): Install files from build dir.
35483
35484         * manual/install.texi (Configuring and compiling): Adjust since
35485         the info files are not part of the tar ball anymore.
35486
35487 2012-05-14  Andreas Jaeger  <aj@suse.de>
35488
35489         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35490         variable.
35491
35492 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35493
35494         [BZ #13717]
35495         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35496         to 2.2.0 where earlier.
35497         * sysdeps/unix/sysv/linux/configure: Regenerated.
35498         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35499         Remove conditional code.
35500         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35501         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35502         Remove conditional code.
35503         [!__NR_lchown]: Likewise.
35504         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35505         [__NR_lchown]: Likewise.
35506         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35507         comment referencing __ASSUME_LCHOWN_SYSCALL.
35508         * sysdeps/unix/sysv/linux/i386/sigaction.c
35509         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35510         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35511         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35512         Remove conditional code.
35513         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35514         (__protocol_available): Remove #if 0 code.
35515         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35516         conditional code.
35517         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35518         * sysdeps/unix/sysv/linux/kernel-features.h
35519         (__ASSUME_GETCWD_SYSCALL): Don't define.
35520         (__ASSUME_REALTIME_SIGNALS): Likewise.
35521         (__ASSUME_PREAD_SYSCALL): Likewise.
35522         (__ASSUME_PWRITE_SYSCALL): Likewise.
35523         (__ASSUME_POLL_SYSCALL): Likewise.
35524         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35525         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35526         non-SPARC.
35527         (__ASSUME_SIOCGIFNAME): Don't define.
35528         (__ASSUME_MSG_NOSIGNAL): Likewise.
35529         (__ASSUME_SENDFILE): Define unconditionally.
35530         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35531         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35532         conditional code.
35533         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35534         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35535         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35536         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35537         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35538         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35539         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35540         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35541         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35542         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35543         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35544         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35545         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35546         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35547         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35548         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35549         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35550         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35551         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35552         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35553         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35554         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35555         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35556         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35557         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35558         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35559         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35560         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35562         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35563         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35564         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35565         Remove conditional code.
35566         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35567         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35568         Remove conditional code.
35569         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35570         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35571         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35572         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35573         Remove conditional code.
35574         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35575         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35576         Remove conditional code.
35577         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35578         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35579         Remove conditional code.
35580         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35581         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35582         Remove conditional code.
35583         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35584         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35585         Remove conditional code.
35586         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35587         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35588         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35589         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35590         * sysdeps/unix/sysv/linux/sigaction.c
35591         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35592         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35593         * sysdeps/unix/sysv/linux/sigpending.c
35594         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35595         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35596         * sysdeps/unix/sysv/linux/sigprocmask.c
35597         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35598         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35599         * sysdeps/unix/sysv/linux/sigsuspend.c
35600         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35601         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35602         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35603         (__libc_missing_rt_sigs): Remove.
35604         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35605         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35606         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35607         Remove conditional code.
35608         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35609         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35610         return 1.
35611         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35612         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35613         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35614         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35615
35616 2012-05-14  Andreas Jaeger  <aj@suse.de>
35617
35618         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35619         it's not used in glibc.
35620         (__coshm1): Likewise.
35621         (__acosh1p): Likewise.
35622         (__sgn): Likewise.
35623
35624         * manual/string.texi (Copying and Concatenation): Add missing
35625         variable in concat example.
35626         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35627
35628 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35629
35630         [BZ #14103]
35631         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35632         __builtin_clzl with __builtin_clzll.
35633
35634 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35635
35636         [BZ #14104]
35637         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35638         libc_freeres_ptr.
35639
35640 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35641
35642         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35643         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35644         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35645         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35646
35647 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35648
35649         * NEWS: Update ia64 info.
35650
35651 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35652
35653         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35654         used as bcopy.
35655
35656 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35657
35658         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35659         * sysdeps/unix/syscalls.list (dup3): Likewise.
35660         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35661         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35662
35663 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35664
35665         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35666         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35667
35668 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35669
35670         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35671         thread pointer.
35672         (TLS_IE): Use mov/add instead of movq/addq to load thread
35673         pointer.
35674         (TLS_GD_PREFIX): New.
35675         (TLS_GD): Use it.
35676
35677 2012-05-11  David S. Miller  <davem@davemloft.net>
35678
35679         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35680         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35681         (_FPU_SETCW): Likewise.
35682
35683 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35684
35685         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35686         is 32-byte aligned.
35687
35688 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35689
35690         [BZ #11837]
35691         * iconvdata/gb18030.c: Update tables.
35692         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35693         characters specially.
35694         (BODY for TO_LOOP): Add encoding of missing ranges.
35695
35696 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35697
35698         [BZ #13673]
35699         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35700         * sysdeps/mach/hurd/dup3.c: Likewise.
35701         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35702         * sysdeps/powerpc/memmove.c:: Likewise.
35703
35704 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35705
35706         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35707         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35708
35709 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35710
35711         * elf/elf.h (R_X86_64_RELATIVE64): New.
35712         (R_X86_64_NUM): Updated.
35713         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35714         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35715         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35716         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35717         tst-quad1pie tst-quad2pie
35718         (modules-names): Add tst-quadmod1 tst-quadmod2.
35719         ($(objpfx)tst-quad1): New dependency.
35720         ($(objpfx)tst-quad2): Likewise.
35721         ($(objpfx)tst-quad1pie): Likewise.
35722         ($(objpfx)tst-quad2pie): Likewise.
35723         * sysdeps/x86_64/tst-quad1.c: New file.
35724         * sysdeps/x86_64/tst-quad1pie.c: New file.
35725         * sysdeps/x86_64/tst-quad2.c: Likewise.
35726         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35727         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35728         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35729         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35730         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35731
35732 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35733
35734         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35735         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35736         * streams/stropts.h (t_scalar_t): Define type.
35737
35738         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35739         (_PATH_PRESERVE): Set to "/var/lib".
35740         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35741
35742         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35743         instead of int.
35744
35745         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35746         if __dir_mkfile succeeded.
35747
35748         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35749         checking for _hurd_dtablesize.  Unlock it right after having
35750         finished _hurd_dtable allocation.
35751
35752 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35753
35754         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35755         * sysdeps/mach/hurd/configure: Regenerated.
35756         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35757         special-casing to...
35758         * sysdeps/gnu/configure.in: ... this new file.
35759         * sysdeps/unix/sysv/linux/configure: Regenerated.
35760         * sysdeps/gnu/configure: New generated file.
35761
35762         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35763         for Linux: use nsec instead of usec, as well as:
35764         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35765         members of type struct timespec.
35766         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35767         New macros.
35768         (struct stat64): Likewise.
35769         (_STATBUF_ST_NSEC): New macro.
35770         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35771
35772         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35773         __strtoul_internal rather than strtoul.
35774
35775 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35776
35777         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35778         and reject them.
35779
35780 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35781
35782         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35783         which preserves existing values.
35784         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35785
35786 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35787
35788         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35789         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35790         greater than FD_SETSIZE.
35791
35792 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35793
35794         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35795         allocated, call __vm_protect to finish enabling the existing space, and
35796         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35797         allocate the remainder.
35798
35799 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35800
35801         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35802         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35803
35804 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35805
35806         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35807         sysdeps/mach/hurd/readlink.c.
35808
35809         * posix/tst-sysconf.c (posix_options): Only use
35810         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35811         _POSIX_SYNCHRONIZED_IO when they are defined
35812         * sysdeps/mach/hurd/bits/posix_opt.h:
35813         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35814         (_XOPEN_REALTIME): Undefine macro.
35815         (_XOPEN_REALTIME_THREADS): Undefine macro.
35816         (_XOPEN_SHM): Undefine macro.
35817         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35818         macro to -1.
35819         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35820         macro to -1.
35821         (_POSIX_ASYNC_IO): Undefine macro.
35822         (_POSIX_PRIORITIZED_IO): Undefine macro.
35823         (_POSIX_SPIN_LOCKS): Define macro to -1.
35824
35825         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35826         SA_NODEFER, SA_RESETHAND.
35827         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35828         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35829         F_DUPFD_CLOEXEC.
35830
35831 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35832
35833         * elf/Makefile (pldd-modules): Define unconditionally.
35834
35835 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35836
35837         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35838
35839 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35840
35841         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35842         Return ENOENT when name is empty.
35843         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35844
35845 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35846
35847         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35848
35849         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35850
35851 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35852
35853         Fix mlock in all cases except non-readable pages.
35854         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35855         instead of VM_PROT_ALL as parameter to __vm_wire function.
35856
35857         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35858         (__mkdir): When path is `/', just fail with EEXIST.
35859         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35860
35861 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35862
35863         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35864         <sys/uio.h> (for writev).
35865         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35866         and <sys/param.h> (for MIN).
35867
35868 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35869
35870         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35871         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35872         if interrupted.
35873
35874 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35875
35876         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35877         Depend on against $(link-rpcuserlibs).
35878
35879 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35880
35881         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35882         (__libc_stack_end): Do not use attribute_relro.
35883         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35884         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35885         to libthread-provided value.
35886         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35887         attribute_relro.
35888
35889 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35890
35891         [BZ #3748]
35892         * bits/libc-lock.h (__libc_once_get): New macro.
35893         * sysdeps/mach/bits/libc-lock.h: Likewise.
35894         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35895         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35896         instead of using implementation details.
35897
35898         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35899         * libio/freopen.c: Likewise.
35900         * libio/freopen64.c: Likewise.
35901         * misc/syslog.c: Likewise.
35902         * nscd/connections.c: Likewise.
35903         * nscd/netgroupcache.c: Likewise.
35904         * sysdeps/posix/getcwd.c: Likewise.
35905
35906 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35907
35908         * math/w_ilogbf.c: Add #include <limits.h>.
35909
35910 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35911
35912         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35913         path instead of returning without unlocking.
35914
35915         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35916         immediate-write ioctls.
35917         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35918
35919 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35920
35921         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35922         __builtin_frame_address instead of making assumptions about the
35923         location of the return address relative to DATA.  Force early load of
35924         the return address.
35925         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35926         __builtin_frame_address.
35927
35928         dup3 for GNU Hurd.
35929         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35930         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35931         implement dup3 and do some further code clean-ups.
35932         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35933         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35934
35935 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35936
35937         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35938
35939         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35940         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35941         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35942         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35943         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35944         d->port.lock.
35945
35946         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35947         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35948         when handler == SIG_ERR, not when handler != SIG_ERR.
35949
35950 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35951
35952         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35953         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35954         definitions.
35955
35956         accept4 for GNU Hurd.
35957         * include/sys/socket.h (__libc_accept4): New prototype.
35958         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35959         to implement __libc_accept4.
35960         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35961         __libc_accept4.
35962         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35963
35964         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35965         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35966         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35967         signal-defines.sym.
35968
35969 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35970
35971         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35972
35973 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35974
35975         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35976         assertion on O_CLOEXEC flag.
35977         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35978         * hurd/intern-fd.c: Likewise.
35979         * hurd/port2fd.c: Likewise.
35980
35981 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35982
35983         [BZ #3906]
35984         * bits/in.h (IPV6_PKTINFO): Define new macro.
35985         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35986
35987 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35988
35989         [BZ #13954]
35990         [BZ #13955]
35991         [BZ #13956]
35992         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35993         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35994         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35995         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35996         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35997         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35998         * math/libm-test.inc (logb_test) : Additional logb tests.
35999
36000 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
36001             Andreas Jaeger  <aj@suse.de>
36002
36003         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
36004         * configure: Regenerated.
36005         * config.h.in (LINK_OBSOLETE_RPC): New macro.
36006         * config.make.in (link-obsolete-rpc): New substituted variable.
36007         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
36008         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
36009         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36010         (shared-only-routines): Don't set it under [link-obsolete-rpc],
36011         so that libc.a contains the symbols.
36012         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
36013         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
36014         * sunrpc/auth_none.c: Likewise.
36015         * sunrpc/auth_unix.c: Likewise.
36016         * sunrpc/authdes_prot.c: Likewise.
36017         * sunrpc/authuxprot.c: Likewise.
36018         * sunrpc/clnt_gen.c: Likewise.
36019         * sunrpc/clnt_perr.c: Likewise.
36020         * sunrpc/clnt_raw.c: Likewise.
36021         * sunrpc/clnt_simp.c: Likewise.
36022         * sunrpc/clnt_tcp.c: Likewise.
36023         * sunrpc/clnt_udp.c: Likewise.
36024         * sunrpc/clnt_unix.c: Likewise.
36025         * sunrpc/des_crypt.c: Likewise.
36026         * sunrpc/des_soft.c: Likewise.
36027         * sunrpc/get_myaddr.c: Likewise.
36028         * sunrpc/key_call.c: Likewise.
36029         * sunrpc/key_prot.c: Likewise.
36030         * sunrpc/netname.c: Likewise.
36031         * sunrpc/pm_getmaps.c: Likewise.
36032         * sunrpc/pm_getport.c: Likewise.
36033         * sunrpc/pmap_clnt.c: Likewise.
36034         * sunrpc/pmap_prot.c: Likewise.
36035         * sunrpc/pmap_prot2.c: Likewise.
36036         * sunrpc/pmap_rmt.c: Likewise.
36037         * sunrpc/publickey.c: Likewise.
36038         * sunrpc/rpc_cmsg.c: Likewise.
36039         * sunrpc/rpc_common.c: Likewise.
36040         * sunrpc/rpc_dtable.c: Likewise.
36041         * sunrpc/rpc_prot.c: Likewise.
36042         * sunrpc/rpc_thread.c: Likewise.
36043         * sunrpc/rtime.c: Likewise.
36044         * sunrpc/svc.c: Likewise.
36045         * sunrpc/svc_auth.c: Likewise.
36046         * sunrpc/svc_raw.c: Likewise.
36047         * sunrpc/svc_run.c: Likewise.
36048         * sunrpc/svc_tcp.c: Likewise.
36049         * sunrpc/svc_udp.c: Likewise.
36050         * sunrpc/svc_unix.c: Likewise.
36051         * sunrpc/svcauth_des.c: Likewise.
36052         * sunrpc/xcrypt.c: Likewise.
36053         * sunrpc/xdr.c: Likewise.
36054         * sunrpc/xdr_array.c: Likewise.
36055         * sunrpc/xdr_float.c: Likewise.
36056         * sunrpc/xdr_intXX_t.c: Likewise.
36057         * sunrpc/xdr_mem.c: Likewise.
36058         * sunrpc/xdr_rec.c: Likewise.
36059         * sunrpc/xdr_ref.c: Likewise.
36060         * sunrpc/xdr_sizeof.c: Likewise.
36061         * sunrpc/xdr_stdio.c: Likewise.
36062
36063 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36064
36065         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36066         change.  Update copyright years.
36067
36068 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36069
36070         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36071
36072 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36073             Joseph Myers  <joseph@codesourcery.com>
36074             Paul Pluzhnikov  <ppluzhnikov@google.com>
36075
36076         [BZ #14012]
36077         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36078         requiring rpcgen.
36079         [cross-compiling] (extra-libs): Likewise.
36080         [cross-compiling] (extra-libs-others): Likewise.
36081         [cross-compiling] (librpcsvc-routines): Likewise.
36082         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36083         [cross-compiling] (omit-deps): Likewise.
36084         (sunrpc-CPPFLAGS): New variable.
36085         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36086         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36087         (cross-rpcgen-objs): New variable.
36088         (extra-objs): Append $(cross-rpcgen-objs).
36089         ($(cross-rpcgen-objs)): New rule.
36090         ($(objpfx)cross-rpcgen): Likewise.
36091         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36092         comment.
36093         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36094         ($(objpfx)x%.stmp): Likewise.
36095         * sunrpc/proto.h [IS_IN_build] (_): Define.
36096         [IS_IN_build] (_libc_intl_domainname): Likewise.
36097
36098 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36099
36100         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36101         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36102         and R_X86_64_TPOFF64.
36103
36104 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36105
36106         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36107         sysdeps/unix/sysv/syscalls.list.
36108         (stime): Likewise.
36109         (utime): Likewise.
36110         * sysdeps/unix/sysv/syscalls.list: Remove file.
36111
36112 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36113
36114         [BZ #3440]
36115         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36116         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36117         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36118         (__LC_IDENTIFICATION): Make these macros useful in #if
36119         expressions, as required by C99.
36120
36121 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36122
36123         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36124         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36125         after this.
36126
36127 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36128
36129         * stdlib/longlong.h: Updated from GCC.
36130
36131 2012-05-09  Andreas Jaeger  <aj@suse.de>
36132
36133         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36134         default is first entry.
36135         (run_mode): Set type.
36136         (main): Remove informal message about syslog.
36137         (options): Fix typo.
36138
36139         [BZ #14053]
36140         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36141         to asm.
36142         (lrint): Likewise.
36143         (llrintf): Likewise.
36144         (llrint): Likewise.
36145         (rint): Likewise.
36146         (rintf): Likewise.
36147         (nearbyint): Likewise.
36148         (nearbyintf): Likewise.
36149
36150 2012-05-09  Andreas Jaeger  <aj@suse.de>
36151             Pedro Alves  <palves@redhat.com>
36152
36153         * nscd/nscd.c (run_mode): Use enum.
36154         (main): Cleanup coding style issue.
36155
36156 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36157             Andreas Jaeger  <aj@suse.de>
36158
36159         * nscd/nscd.c (go_background): Replaced with...
36160         (run_mode): ... this.
36161         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36162         (options): Add -F --foreground.
36163         (main): Implement it.
36164         (parse_opt): Parse it.
36165
36166 2012-05-09  Andreas Jaeger  <aj@suse.de>
36167
36168         [BZ #14083]
36169         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36170         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36171         -Wconversion warning.
36172         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36173         Likewise.
36174
36175 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36176
36177         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36178         == 0.
36179         (LC_ALL): Use macro-int-constant.
36180         (LC_COLLATE): Likewise.
36181         (LC_CTYPE): Likewise.
36182         (LC_MESSAGES): Likewise.
36183         (LC_MONETARY): Likewise.
36184         (LC_NUMERIC): Likewise.
36185         (LC_TIME): Likewise.
36186         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36187         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36188         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36189         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36190         Specify type.
36191         [C99-based standards] (float_t): Expect type.
36192         [C99-based standards] (double_t): Expect type.
36193         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36194         type.
36195         [C99-based standards] (HUGE_VALL): Likewise.
36196         [C99-based standards] (INFINITY): Likewise.
36197         [C99-based standards] (NAN): Likewise.
36198         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36199         [C99-based standards] (FP_NAN): Likewise.
36200         [C99-based standards] (FP_NORMAL): Likewise.
36201         [C99-based standards] (FP_SUBNORMAL): Likewise.
36202         [C99-based standards] (FP_ZERO): Likewise.
36203         [C99-based standards] (FP_FAST_FMA): Use
36204         optional-macro-int-constant.  Specify type.  Require == 1.
36205         [C99-based standards] (FP_FAST_FMAF): Likewise.
36206         [C99-based standards] (FP_FAST_FMAL): Likewise.
36207         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36208         [C99-based standards] (FP_ILOGBNAN): Likewise.
36209         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36210         Specify type.
36211         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36212         [C99-based standards] (math_errhandling): Specify type.
36213         [ISO99 || ISO11] (signgam): Do not allow.
36214         [non-C99-based standards] (copysignf): Do not allow.
36215         [non-C99-based standards] (exp2f): Likewise.
36216         [non-C99-based standards] (log2f): Likewise.
36217         [non-C99-based standards] (modff): Allow.
36218         [non-C99-based standards] (erff): Do not allow.
36219         [non-C99-based standards] (erfcf): Likewise.
36220         [non-C99-based standards] (gammaf): Likewise.
36221         [non-C99-based standards] (hypotf): Likewise.
36222         [non-C99-based standards] (j0f): Likewise.
36223         [non-C99-based standards] (j1f): Likewise.
36224         [non-C99-based standards] (jnf): Likewise.
36225         [non-C99-based standards] (lgammaf): Likewise.
36226         [non-C99-based standards] (tgammaf): Likewise.
36227         [non-C99-based standards] (y0f): Likewise.
36228         [non-C99-based standards] (y1f): Likewise.
36229         [non-C99-based standards] (ynf): Likewise.
36230         [non-C99-based standards] (isnanf): Likewise.
36231         [non-C99-based standards] (acoshf): Likewise.
36232         [non-C99-based standards] (asinhf): Likewise.
36233         [non-C99-based standards] (atanhf): Likewise.
36234         [non-C99-based standards] (cbrtf): Likewise.
36235         [non-C99-based standards] (expm1f): Likewise.
36236         [non-C99-based standards] (ilogbf): Likewise.
36237         [non-C99-based standards] (log1pf): Likewise.
36238         [non-C99-based standards] (logbf): Likewise.
36239         [non-C99-based standards] (nextafterf): Likewise.
36240         [non-C99-based standards] (remainderf): Likewise.
36241         [non-C99-based standards] (rintf): Likewise.
36242         [non-C99-based standards] (scalbf): Likewise.
36243         [non-C99-based standards] (copysignl): Likewise.
36244         [non-C99-based standards] (exp2l): Likewise.
36245         [non-C99-based standards] (log2l): Likewise.
36246         [non-C99-based standards] (modfl): Allow.
36247         [non-C99-based standards] (erfl): Do not allow.
36248         [non-C99-based standards] (erfcl): Likewise.
36249         [non-C99-based standards] (gammal): Likewise.
36250         [non-C99-based standards] (hypotl): Likewise.
36251         [non-C99-based standards] (j0l): Likewise.
36252         [non-C99-based standards] (j1l): Likewise.
36253         [non-C99-based standards] (jnl): Likewise.
36254         [non-C99-based standards] (lgammal): Likewise.
36255         [non-C99-based standards] (tgammal): Likewise.
36256         [non-C99-based standards] (y0l): Likewise.
36257         [non-C99-based standards] (y1l): Likewise.
36258         [non-C99-based standards] (ynl): Likewise.
36259         [non-C99-based standards] (isnanl): Likewise.
36260         [non-C99-based standards] (acoshl): Likewise.
36261         [non-C99-based standards] (asinhl): Likewise.
36262         [non-C99-based standards] (atanhl): Likewise.
36263         [non-C99-based standards] (cbrtl): Likewise.
36264         [non-C99-based standards] (expm1l): Likewise.
36265         [non-C99-based standards] (ilogbl): Likewise.
36266         [non-C99-based standards] (log1pl): Likewise.
36267         [non-C99-based standards] (logbl): Likewise.
36268         [non-C99-based standards] (nextafterl): Likewise.
36269         [non-C99-based standards] (remainderl): Likewise.
36270         [non-C99-based standards] (rintl): Likewise.
36271         [non-C99-based standards] (scalbl): Likewise.
36272         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36273         [non-C99-based standards] (FP_*): Do not allow.
36274         [C99-based standards] (FP_*): Change to
36275         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36276         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36277         allow.
36278         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36279         (SIG_ERR): Likewise.
36280         [X/Open-based standards] (SIG_HOLD): Likewise.
36281         (SIG_IGN): Likewise.
36282         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36283         positive value.
36284         (SIGFPE): Likewise.
36285         (SIGILL): Likewise.
36286         (SIGINT): Likewise.
36287         (SIGSEGV): Likewise.
36288         (SIGTER): Likewise.
36289         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36290         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36291         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36292         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36293         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36294         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36295         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36296         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36297         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36298         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36299         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36300         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36301         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36302         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36303         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36304         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36305         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36306         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36307         [X/Open-based standards] (SIGTRAP): Likewise.
36308         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36309         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36310         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36311         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36312         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36313         allow.
36314
36315 2012-05-08  Ian Wienand  <ianw@vmware.com>
36316
36317         [BZ #14080]
36318         * time/tzset.c (__tzset_parse_tz): Update default rules for
36319         daylight time changes in the Energy Policy Act of 2005.
36320
36321 2012-05-09  Andreas Jaeger  <aj@suse.de>
36322
36323         [BZ #13983]
36324         * elf/ldconfig.c (parse_conf): Change string to make clear that
36325         ldconfig only issued a warning if ld.so.conf does not exist.
36326
36327 2012-05-08  David S. Miller  <davem@davemloft.net>
36328
36329         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36330         movxtod instead of popping the value on the stack.
36331
36332         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36333
36334 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36335
36336         * config.h.in: Add HAVE_ARM_PCS_VFP.
36337
36338 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36339
36340         [BZ #13979]
36341         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36342         checking but the checks are disabled for any reason.
36343
36344 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36345
36346         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36347         and ELF64_R_TYPE with ELFW(R_TYPE).
36348
36349 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36350
36351         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36352         (ulimit): Likewise.
36353
36354         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36355         (settimeofday): Likewise.
36356
36357 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36358
36359         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36360         a struct th_u2 inside the union, and move tu_block/tu_code into
36361         a new th_u3 union of tu_block/tu_code inside of that.  Move
36362         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36363         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36364         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36365         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36366         (th_stuff): Change to th_u1.tu_stuff.
36367         (th_data): Define.
36368         (th_msg): Change to th_u1.th_u2.tu_data.
36369
36370 2012-05-07  David S. Miller  <davem@davemloft.net>
36371
36372         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36373
36374         [BZ #14074]
36375         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36376         (SETUP_PIC_REG): Use it.
36377         (SETUP_PIC_REG_LEAF): Use it.
36378
36379 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36380
36381         [BZ #13885]
36382         [BZ #13923]
36383         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36384         USE_AS_EXPM1L.
36385         (EXPL_FINITE): Likewise.
36386         (FLDLOG): Likewise.
36387         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36388         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36389         e_expl.S.
36390         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36391         USE_AS_EXPM1L.
36392         (EXPL_FINITE): Likewise.
36393         (FLDLOG): Likewise.
36394         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36395         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36396         e_expl.S.
36397         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36398         test of -max_value argument for long double.
36399         * sysdeps/i386/fpu/libm-test-ulps: Update.
36400         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36401
36402 2012-05-06  David S. Miller  <davem@davemloft.net>
36403
36404         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36405         quad soft-float symbols whose references which are compiler
36406         generated.
36407         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36408
36409 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36410
36411         [BZ #13884]
36412         [BZ #13914]
36413         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36414         USE_AS_EXP10L.
36415         (EXPL_FINITE): Likewise.
36416         (FLDLOG): Likewise.
36417         (c0): Likewise.
36418         (c1): Likewise.
36419         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36420         Adjust comments for base varying.
36421         (__expl_finite): Change alias to EXPL_FINITE.
36422         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36423         e_expl.S.
36424         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36425         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36426         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36427         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36428         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36429         USE_AS_EXP10L.
36430         (EXPL_FINITE): Likewise.
36431         (FLDLOG): Likewise.
36432         (c0): Likewise.
36433         (c1): Likewise.
36434         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36435         Adjust comments for base varying.
36436         (__expl_finite): Change alias to EXPL_FINITE.
36437         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36438         tests for bugs.
36439         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36440
36441         [BZ #14064]
36442         * math/libm-test.inc (check_float_internal): Correct ulp
36443         calculation for subnormal expected results.
36444
36445 2012-05-06  Andreas Jaeger  <aj@suse.de>
36446
36447         * Makeconfig (+math-flags): New, set to -frounding-math.
36448         (+cflags): Add +math-flags so that all of glibc gets compiled with
36449         it.
36450
36451         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36452
36453 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36454
36455         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36456         Disable one test.
36457
36458         [BZ #13787]
36459         [BZ #13922]
36460         [BZ #14036]
36461         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36462         (__ieee754_expl): Allow for and saturate large arguments.
36463         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36464         (u_threshold): Likewise.
36465         (__exp): Call __ieee754_exp before checking for overflow and
36466         underflow.
36467         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36468         (u_threshold): Likewise.
36469         (__expf): Call __ieee754_expf before checking for overflow and
36470         underflow.
36471         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36472         (u_threshold): Likewise.
36473         (__expl): Call __ieee754_expl before checking for overflow and
36474         underflow.
36475         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36476         (__ieee754_expl): Allow for and saturate large arguments.
36477         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36478         missing overflow exception on overflow.
36479         (expm1_test): Do not allow missing overflow exception on overflow.
36480
36481         * sysdeps/i386/fpu/e_expl.c: Move to ...
36482         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36483         rather than using inline asm.
36484         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36485         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36486         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36487
36488         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36489         (nice): Likewise.
36490         (poll): Likewise.
36491         (signal): Likewise.
36492         (time): Likewise.
36493         (times): Likewise.
36494
36495 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36496
36497         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36498         sysdeps/unix/common/syscalls.list.
36499         (fchmod): Likewise.
36500         (fchown): Likewise.
36501         (ftruncate): Likewise.
36502         (getrusage): Likewise.
36503         (gettimeofday): Likewise.
36504         (setpgid): Likewise.
36505         (setregid): Likewise.
36506         (setreuid): Likewise.
36507         (sigaction): Likewise.
36508         (truncate): Likewise.
36509         (vhangup): Likewise.
36510         * sysdeps/unix/common/syscalls.list: Remove file.
36511         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36512         * sysdeps/unix/sysv/linux/Implies: Likewise.
36513
36514 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36515
36516         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36517         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36518         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36519         Moved to ...
36520         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36521         Here.
36522         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36523         to ...
36524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36525         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36526         to ...
36527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36528         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36529         to ...
36530         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36531         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36532         to ...
36533         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36534         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36535         to ...
36536         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36537         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36538         to ...
36539         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36540         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36541         to ...
36542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36543         Here.
36544         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36545         to ...
36546         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36547         Here.
36548         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36549         to ...
36550         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36551         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36552         Moved to ...
36553         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36554         Here.
36555         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36556         to ...
36557         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36558
36559 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36560
36561         * sysdeps/unix/common/bits/dirent.h: Remove file.
36562         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36563
36564         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36565         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36566         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36567         * sysdeps/unix/bsd/isatty.c: Likewise.
36568         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36569         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36570         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36571
36572 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36573
36574         [BZ #13563]
36575         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36576         long double comparison inaccuracies.
36577         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36578         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36579
36580 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36581
36582         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36583         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36584
36585 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36586
36587         [BZ #14049]
36588         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36589         nonzero digits before rounding a hex value.
36590         * stdlib/tst-strtod.c (tests): Add another test.
36591
36592 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36593
36594         * sysdeps/s390/fpu/libm-test-ulps: Update.
36595
36596 2012-05-03  Andreas Jaeger  <aj@suse.de>
36597
36598         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36599         does not get optimized out.
36600         (malloc_opt_barrier): New.
36601
36602 2012-05-03  Andreas Jaeger  <aj@suse.de>
36603             Roland McGrath  <roland@hack.frob.com>
36604
36605         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36606         intermediate file deletion.
36607         (generated): Add .symlist files.
36608
36609 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36610
36611         [BZ #13775]
36612         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36613         Redirect under this condition.
36614         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36615         [__USE_GNU] (__dprintf_chk): Not under this condition.
36616         [__USE_GNU] (__vdprintf_chk): Likewise.
36617         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36618         under this condition.
36619         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36620         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36621         [__USE_XOPEN2K8] (vdprintf): Likewise.
36622         [__USE_GNU] (__dprintf_chk): Not under this condition.
36623         [__USE_GNU] (__vdprintf_chk): Likewise.
36624         [__USE_GNU] (dprintf): Likewise.
36625         [__USE_GNU] (vdprintf): Likewise.
36626
36627 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36628
36629         * elf/Makefile (common-generated): Set this instead of generated for
36630         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36631         $(all-built-dso)-derived lists.
36632
36633 2012-05-03  Andreas Jaeger  <aj@suse.de>
36634
36635         * sysdeps/i386/fpu/libm-test-ulps: Update.
36636
36637         * FAQ: Removed.
36638         * FAQ.in: Likewise.
36639         * scripts/gen-FAQ.pl: Likewise.
36640         * manual/install.texi (Installation): Point to online location of
36641         FAQ.
36642         * Makefile (files-for-dist): Remove FAQ.
36643         (FAQ): Remove.
36644
36645 2012-05-02  Allan McRae  <allan@archlinux.org>
36646
36647         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36648         (LDFLAGS-reldepmod5.so): Likewise.
36649         (LDFLAGS-reldep6mod1.so): Likewise.
36650         (LDFLAGS-reldep6mod4.so): Likewise.
36651         (LDFLAGS-reldep8mod3.so): Likewise.
36652         (LDFLAGS-unload4mod1.so): Likewise.
36653         (LDFLAGS-unload4mod2.so): Likewise.
36654         (LDFLAGS-tst-initorder): Likewise.
36655         (LDFLAGS-tst-initordera2.so): Likewise.
36656         (LDFLAGS-tst-initordera3.so): Likewise.
36657         (LDFLAGS-tst-initordera4.so): Likewise.
36658         (LDFLAGS-tst-initorderb2.so): Likewise.
36659         (LDFLAGS-noload): Likewise.
36660         (LDFLAGS-next): Likewise.
36661         (LDFLAGS-order2mod1.so): Likewise.
36662         (LDFLAGS-order2mod2.so): Likewise.
36663         (LDFLAGS-tst-initorder2): Likewise.
36664         (LDFLAGS-tst-initorder2a.so): Likewise.
36665         (LDFLAGS-tst-initorder2b.so): Likewise.
36666         (LDFLAGS-tst-initorder2c.so): Likewise.
36667         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36668
36669 2012-05-02  David S. Miller  <davem@davemloft.net>
36670
36671         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36672
36673 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36674
36675         [BZ #14055]
36676         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36677
36678 2012-05-02  Andreas Jaeger  <aj@suse.de>
36679
36680         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36681         since we manipulate rounding mode.
36682         (CPPFLAGS-test-idouble.c): Likewise.
36683         (CPPFLAGS-test-ifloat.c): Likewise.
36684         (CFLAGS-test-ldouble.c): Likewise.
36685         (CFLAGS-test-double.c): Likewise.
36686         (CFLAGS-test-float.c): Likewise.
36687         (CFLAGS-test-misc.c): Likewise.
36688         (CFLAGS-test-test-fenv.c): Likewise.
36689
36690 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36691
36692         [BZ #2550]
36693         [BZ #2570]
36694         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36695         comparisons to determine direction to adjust input.
36696
36697 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36698
36699         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36700         output to the target.
36701
36702         * scripts/localplt.awk: New file.
36703         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36704         (check-localplt-CFLAGS): Variable removed.
36705         ($(all-built-dso:=.jmprel)): New static pattern rule.
36706         (generated): Add those targets.
36707         (localplt-built-dso): New variable.
36708         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36709
36710         * elf/check-localplt.c: File removed.
36711
36712         * scripts/check-execstack.awk: New file.
36713         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36714         (check-execstack-CFLAGS): Variable removed.
36715         ($(objpfx)check-execstack.h): Target removed.
36716         ($(objpfx)execstack-default): New target.
36717         (generated): Add that instead of check-execstack.h.
36718         ($(all-built-dso:=.phdr)): New static pattern rule.
36719         (generated): Add those targets.
36720         * elf/check-execstack.c: File removed.
36721
36722         * scripts/check-textrel.awk: New file.
36723         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36724         (check-textrel-CFLAGS): Variable removed.
36725         (all-built-dso): Use := to define.o
36726         ($(all-built-dso:=.dyn)): New static pattern rule.
36727         (generated): Add those targets.
36728         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36729         * config.make.in (READELF): New substituted variable.
36730         * elf/check-textrel.c: File removed.
36731
36732 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36733
36734         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36735         allow.
36736         * conform/data/ctype.h-data [C99-based standards] (isblank):
36737         Expect function.
36738         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36739         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36740         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36741         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36742         Specify type.  Require positive value.
36743         (EILSEQ): Likewise.
36744         (ERANGE): Likewise.
36745         [ISO || POSIX] (EILSEQ): Do not expect.
36746         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36747         Specify type.  Require positive value.
36748         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36749         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36750         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36751         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36752         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36753         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36754         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36755         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36756         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36757         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36758         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36759         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36760         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36761         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36762         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36763         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36764         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36765         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36766         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36767         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36768         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36769         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36770         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36771         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36772         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36773         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36774         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36775         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36776         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36777         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36778         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36779         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36780         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36781         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36782         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36783         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36784         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36785         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36786         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36787         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36788         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36789         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36790         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36791         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36792         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36793         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36794         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36795         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36796         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36797         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36798         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36799         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36800         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36801         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36802         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36803         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36804         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36805         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36806         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36807         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36808         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36809         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36810         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36811         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36812         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36813         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36814         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36815         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36816         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36817         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36818         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36819         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36820         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36821         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36822         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36823         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36824         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36825         Require >= 2.
36826         (FLT_ROUNDS): Expect as macro, not constant.
36827         (FLT_MANT_DIG): Use macro-int-constant.
36828         (DBL_MANT_DIG): Likewise.
36829         (LDBL_MANT_DIG): Likewise.
36830         (FLT_DIG): Likewise.
36831         (DBL_DIG): Likewise.
36832         (LDBL_DIG): Likewise.
36833         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36834         (DBL_MIN_EXP): Likewise.
36835         (LDBL_MIN_EXP): Likewise.
36836         (FLT_MAX_EXP): Use macro-int-constant.
36837         (DBL_MAX_EXP): Likewise.
36838         (LDBL_MAX_EXP): Likewise.
36839         (FLT_MAX_10_EXP): Likewise.
36840         (DBL_MAX_10_EXP): Likewise.
36841         (LDBL_MAX_10_EXP): Likewise.
36842         (FLT_MAX): Use macro-constant.
36843         (DBL_MAX): Likewise.
36844         (LDBL_MAX): Likewise.
36845         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36846         (DBL_EPSILON): Likewise.
36847         (LDBL_EPSILON): Likewise.
36848         (FLT_MIN): Likewise.
36849         (DBL_MIN): Likewise.
36850         (LDBL_MIN): Likewise.
36851         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36852         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36853         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36854         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36855         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36856         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36857         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36858         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36859         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36860         [ISO11] (FLT_TRUE_MIN): Likewise.
36861         [ISO11] (LDBL_TRUE_MIN): Likewise.
36862         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36863         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36864         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36865         (SCHAR_MAX): Likewise.
36866         (UCHAR_MAX): Likewise.
36867         (CHAR_MIN): Likewise.
36868         (CHAR_MAX): Likewise.
36869         (MB_LEN_MAX): Use macro-int-constant.
36870         (SHRT_MIN): Use macro-int-constant.  Specify type.
36871         (SHRT_MAX): Likewise.
36872         (USHRT_MAX): Likewise.
36873         (INT_MAX): Likewise.
36874         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36875         bound negative.
36876         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36877         bound with "U".
36878         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36879         bound with "L".
36880         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36881         bound negative.  Suffix upper bound with "L".
36882         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36883         bound with "UL".
36884         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36885         Specify type.
36886         [C99-based standards] (LLONG_MAX): Likewise.
36887         [C99-based standards] (ULLONG_MAX): Likewise.
36888         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36889         == 0.
36890         [ISO11] (max_align_t): Require type.
36891         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36892
36893         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36894         from $CFLAGS, without defining away __attribute__ calls.
36895         (checknamespace): Use $CFLAGS_namespace.
36896
36897         * conform/conformtest.pl (@keywords): Only include C99 keywords
36898         for standards based on C99 or C11.
36899
36900         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36901         Disable tests.
36902         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36903         UNIX98]: Likewise.
36904
36905         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36906         usability of symbols in #if.
36907
36908         * conform/conformtest.pl: If macro or constant types start
36909         "promoted:", expect the symbol to be of the following type
36910         promoted by the integer promotions.
36911
36912         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36913         in one place.  Also handle "macro-constant".
36914
36915         * conform/conformtest.pl: Only accept expected macro values with
36916         "==".  Parse all "macro" lines in one place.
36917         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36918
36919         * conform/conformtest.pl: Handle braced types on "constant" lines
36920         instead of handling "typed-constant".
36921         * conform/data/signal.h-data: Use "constant" instead of
36922         "typed-constant".
36923
36924         * conform/conformtest.pl: Handle "optional-" at start of lines in
36925         one place rather than duplicating several cases.  Handle each
36926         format of "macro" line with initial "optional-".
36927
36928         * conform/conformtest.pl: Only accept expected constant or
36929         optional-constant values with "==".  Parse all "constant" lines in
36930         one place.  Parse all "optional-constant" lines in one place.
36931         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36932         * conform/data/fmtmsg.h-data: Likewise.
36933         * conform/data/netinet/in.h-data: Likewise.
36934         * conform/data/tar.h-data: Likewise.
36935         * conform/data/limits.h-data: Use "==" form on "constant" and
36936         "optional-constant" lines.
36937
36938         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36939         Use -std=c99 for XOPEN2K.
36940         (@knownproblems): Remove.
36941         (newtoken): Don't check %isknown.
36942
36943         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36944         Do not expect macro.
36945         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36946         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36947         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36948         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36949         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36950         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36951         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36952         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36953         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36954         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36955         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36956         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36957         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36958         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36959         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36960         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36961         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36962         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36963         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36964         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36965         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36966         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36967         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36968         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36969         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36970         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36971         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36972         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36973         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36974         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36975         [XPG3] (acosh): Likewise.
36976         [XPG3] (asinh): Likewise.
36977         [XPG3] (atanh): Likewise.
36978         [XPG3] (cbrt): Likewise.
36979         [XPG3] (expm1): Likewise.
36980         [XPG3] (ilogb): Likewise.
36981         [XPG3] (log1p): Likewise.
36982         [XPG3] (logb): Likewise.
36983         [XPG3] (nextafter): Likewise.
36984         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36985         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36986         [XPG3] (remainder): Likewise.
36987         [XPG3] (rint): Likewise.
36988         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36989         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36990         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36991         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36992         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36993         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36994         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36995         [UNIX98 || XOPEN2K] (scalb): Expect.
36996         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36997         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36998         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36999         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
37000         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
37001         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
37002         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
37003         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
37004         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
37005         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
37006         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
37007         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
37008         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
37009         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
37010         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
37011         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
37012         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
37013         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
37014         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37015         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37016         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37017         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37018         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37019         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37020         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37021         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37022         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37023         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37024         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37025         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37026         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37027         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37028         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37029         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37030         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37031         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37032         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37033         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37034         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37035         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37036         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37037         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37038         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37039         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37040         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37041         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37042         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37043         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37044         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37045         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37046         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37047         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37048         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37049         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37050         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37051         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37052         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37053         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37054         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37055         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37056         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37057         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37058         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37059         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37060         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37061         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37062         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37063         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37064         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37065         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37066         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37067         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37068         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37069         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37070         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37071         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37072         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37073         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37074         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37075         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37076         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37077         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37078         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37079         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37080         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37081         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37082         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37083         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37084         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37085         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37086         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37087         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37088         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37089         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37090         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37091         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37092         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37093         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37094         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37095         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37096         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37097         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37098         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37099         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37100         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37101         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37102         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37103         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37104         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37105         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37106         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37107         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37108         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37109         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37110         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37111         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37112         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37113         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37114         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37115         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37116         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37117         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37118         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37119         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37120         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37121         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37122         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37123         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37124         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37125         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37126         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37127         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37128         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37129         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37130         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37131         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37132         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37133
37134         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37135         _XOPEN_SOURCE_EXTENDED for XPG4.
37136
37137         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37138
37139         * Makeconfig (localtime): Remove variable.
37140         (inst_localtime-file): Likewise.
37141
37142 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37143
37144         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37145         Update.
37146         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37147         Update.
37148         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37149         Update.
37150         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37151         Update.
37152         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37153         Update.
37154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37155         Update.
37156         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37157         Update.
37158         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37159         Update.
37160         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37161         Update.
37162
37163 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37164
37165         [BZ #2550]
37166         [BZ #2570]
37167         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37168         comparisons to determine direction to adjust input.
37169         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37170         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37171         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37172         Likewise.
37173         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37174         Likewise.
37175         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37176         Likewise.
37177         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37178         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37179         Likewise.
37180         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37181         Likewise.
37182         * math/libm-test.inc (nexttoward_test): Add more tests.
37183
37184 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37185
37186         [BZ #14040]
37187         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37188         in version GLIBC_2.1, not GLIBC_2.0.
37189         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37190         Likewise.
37191
37192 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37193
37194         [BZ #13942]
37195         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37196         (1 - x) * (1 + x).
37197         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37198         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37199         * math/libm-test.inc (acos_test): Add more tests.
37200         (asin_test): Likewise.
37201         * sysdeps/i386/fpu/libm-test-ulps: Update.
37202         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37203
37204         [BZ #14034]
37205         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37206         of square root.
37207         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37208         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37209         * math/libm-test.inc (acos_test_tonearest): New function.
37210         (acos_test_towardzero): Likewise.
37211         (acos_test_downward): Likewise.
37212         (acos_test_upward): Likewise.
37213         (asin_test_tonearest): Likewise.
37214         (asin_test_towardzero): Likewise.
37215         (asin_test_downward): Likewise.
37216         (asin_test_upward): Likewise.
37217         (main): Call the new functions.
37218         * sysdeps/i386/fpu/libm-test-ulps: Update.
37219         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37220
37221         [BZ #13884]
37222         [BZ #13924]
37223         * math/e_exp10.c: Include <float.h>.
37224         (__ieee754_exp10): Handle underflow here rather than multiplying
37225         large negative argument by M_LN10.
37226         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37227         of __ieee754_expf.
37228         * math/e_exp10l.c: Include <float.h>.
37229         (__ieee754_exp10l): Handle underflow here rather than multiplying
37230         large negative argument by M_LN10l.
37231         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37232         spurious overflow exception on underflow.
37233
37234 2012-04-29  Marek Polacek  <polacek@redhat.com>
37235
37236         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37237         (__fortify_function): New macro.
37238         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37239         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37240         __extern_always_inline.
37241         * libio/bits/stdio2.h: Likewise.
37242         * libio/bits/stdio.h: Likewise.
37243         * string/string.h: Likewise.
37244         * string/bits/string3.h: Likewise.
37245         * include/stdio.h: Likewise.
37246         * stdlib/bits/stdlib.h: Likewise.
37247         * stdlib/stdlib.h: Likewise.
37248         * rt/bits/mqueue2.h: Likewise.
37249         * rt/mqueue.h: Likewise.
37250         * posix/bits/unistd.h: Likewise.
37251         * posix/unistd.h: Likewise.
37252         * io/bits/poll2.h: Likewise.
37253         * io/bits/fcntl2.h: Likewise.
37254         * io/fcntl.h: Likewise.
37255         * io/sys/poll.h: Likewise.
37256         * misc/bits/syslog.h: Likewise.
37257         * misc/bits/syslog-ldbl.h: Likewise.
37258         * misc/sys/syslog.h: Likewise.
37259         * socket/bits/socket2.h: Likewise.
37260         * socket/sys/socket.h: Likewise.
37261         * debug/tst-chk1.c: Likewise.
37262         * wcsmbs/bits/wchar2.h: Likewise.
37263         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37264         * wcsmbs/wchar.h: Likewise.
37265
37266 2012-04-29  Andreas Jaeger  <aj@suse.de>
37267
37268         * Makerules (tests): Remove enable-check-abi protection.
37269         (check-abi-warn): Remove.
37270         (check-abi-%): Remove check-abi-warn usage.
37271
37272         * configure.in: Remove check-abi configure option.
37273         * configure: Regenerated.
37274         * config.make.in (enable-check-abi): Remove.
37275
37276 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37277
37278         [BZ #14033]
37279         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37280         double functions to double *_finite functions.
37281
37282         [BZ #13941]
37283         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37284         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37285         LDBL_MIN_EXP.
37286         * stdio-common/Makefile (tests): Add tst-sprintf3.
37287         * stdio-common/tst-sprintf3.c: New file.
37288
37289         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37290         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37291
37292 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37293
37294         * conform/conformtest.pl: Remove duplicate typed-constant
37295         handling.
37296
37297 2012-04-28  David S. Miller  <davem@davemloft.net>
37298
37299         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37300         (check-abi-%): Remove AWK script prerequisite and explicit
37301         abilist directory.
37302         (check-abi): Rewrite to just diff the symlist with the abilist.
37303         (config-tls, config-abi-config): Delete, no longer used.
37304         (update-abi-%): Remove AWK script and explicit abilist directory.
37305         (update-abi): Rewrite to simply compare and conditionally copy the
37306         symlist and the sysdep abilist file.  Remove update-abi-config
37307         checks.
37308         * abilist/ld.abilist: Remove.
37309         * abilist/libBrokenLocale.abilist: Remove.
37310         * abilist/libanl.abilist: Remove.
37311         * abilist/libcrypt.abilist: Remove.
37312         * abilist/libdl.abilist: Remove.
37313         * abilist/librt.abilist: Remove.
37314         * abilist/libthread_db.abilist: Remove.
37315         * abilist/libutil.abilist: Remove.
37316         * scripts/extract-abilist.awk: Remove.
37317         * scripts/merge-abilist.awk: Remove.
37318         * sysdeps/generic/libcidn.abilist: New file.
37319         * sysdeps/generic/libnss_compat.abilist: New file.
37320         * sysdeps/generic/libnss_db.abilist: New file.
37321         * sysdeps/generic/libnss_dns.abilist: New file.
37322         * sysdeps/generic/libnss_files.abilist: New file.
37323         * sysdeps/generic/libnss_hesiod.abilist: New file.
37324         * sysdeps/generic/libnss_nis.abilist: New file.
37325         * sysdeps/generic/libnss_nisplus.abilist: New file.
37326         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37327         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37328         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37329         file.
37330         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37331         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37332         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37333         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37334         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37335         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37336         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37337         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37338         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37339         file.
37340         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37341         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37342         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37343         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37344         file.
37345         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37346         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37347         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37348         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37349         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37350         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37351         file.
37352         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37353         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37354         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37355         file.
37356         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37357         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37358         New file.
37359         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37360         New file.
37361         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37362         New file.
37363         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37364         New file.
37365         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37366         New file.
37367         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37368         New file.
37369         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37370         New file.
37371         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37372         New file.
37373         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37374         New file.
37375         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37376         New file.
37377         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37378         New file.
37379         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37380         New file.
37381         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37382         New file.
37383         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37384         file.
37385         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37386         New file.
37387         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37388         New file.
37389         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37390         file.
37391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37392         New file.
37393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37394         New file.
37395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37396         file.
37397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37398         New file.
37399         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37400         New file.
37401         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37402         New file.
37403         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37404         New file.
37405         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37406         New file.
37407         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37408         New file.
37409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37410         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37411         file.
37412         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37413         New file.
37414         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37415         file.
37416         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37417         file.
37418         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37419         file.
37420         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37421         file.
37422         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37423         file.
37424         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37425         New file.
37426         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37427         file.
37428         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37429         file.
37430         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37431         New file.
37432         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37433         file.
37434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37435         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37436         file.
37437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37438         New file.
37439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37440         file.
37441         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37442         file.
37443         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37444         file.
37445         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37446         file.
37447         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37448         file.
37449         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37450         New file.
37451         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37452         file.
37453         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37454         file.
37455         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37456         New file.
37457         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37458         file.
37459         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37460         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37461         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37462         file.
37463         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37464         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37465         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37466         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37467         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37468         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37469         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37470         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37471         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37472         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37474         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37475         file.
37476         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37477         New file.
37478         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37479         file.
37480         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37481         file.
37482         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37483         file.
37484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37485         file.
37486         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37487         file.
37488         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37489         New file.
37490         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37491         New file.
37492         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37493         file.
37494         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37495         New file.
37496         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37497         file.
37498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37499         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37500         file.
37501         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37502         New file.
37503         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37504         file.
37505         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37506         file.
37507         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37508         file.
37509         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37510         file.
37511         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37512         file.
37513         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37514         New file.
37515         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37516         New file.
37517         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37518         file.
37519         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37520         New file.
37521         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37522         file.
37523
37524 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37525
37526         * conform/conformtest.pl: Fix typo in handling typed-constant from
37527         allow-header.
37528
37529 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37530
37531         * README: Cut down references to pre-2.6 Linux kernels and
37532         Linuxthreads.  Update lists of configurations in libc and ports
37533         and sort alphabetically.  Say "or newer" with Linux kernel version
37534         requirements.
37535
37536         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37537
37538 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37539
37540         [BZ #887]
37541         * math/libm-test.inc (logb_test_downward): New test to expose
37542         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37543         rounding mode.
37544
37545 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37546
37547         [BZ #14027]
37548         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37549         to be done.
37550         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37551         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37552
37553 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37554
37555         * sysdeps/unix/i386/brk.S: Remove file.
37556         * sysdeps/unix/i386/dl-brk.S: Likewise.
37557         * sysdeps/unix/i386/pipe.S: Likewise.
37558         * sysdeps/unix/i386/sigreturn.S: Likewise.
37559         * sysdeps/unix/i386/syscall.S: Likewise.
37560         * sysdeps/unix/i386/vfork.S: Likewise.
37561         * sysdeps/unix/i386/wait.S: Likewise.
37562
37563         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37564         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37565
37566         * configure.in (arm*-none*): Do not allow without
37567         --enable-hacker-mode.
37568         (netbsd*): Remove case setting base_os.
37569         (386bsd*): Likewise.
37570         (freebsd*): Likewise.
37571         (bsdi*): Likewise.
37572         (osf*): Likewise.
37573         (sunos*): Likewise.
37574         (ultrix*): Likewise.
37575         (newsos*): Likewise.
37576         (dynix*): Likewise.
37577         (*bsd*): Likewise.
37578         (sysv*): Likewise.
37579         (isc*): Likewise.
37580         (esix*): Likewise.
37581         (sco*): Likewise.
37582         (minix*): Likewise.
37583         (irix4*): Likewise.
37584         (irix6*): Likewise.
37585         (solaris[2-9]*): Likewise.
37586         (none): Likewise.
37587         * configure: Regenerated.
37588
37589 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37590
37591         [BZ #11521]
37592         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37593         overflow or cancellation in calculating denominator.
37594         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37595         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37596         down expression to avoid unexpected rounding in newer GCCs.
37597         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37598
37599 2012-04-26  David S. Miller  <davem@davemloft.net>
37600
37601         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37602         long-double compat symbols.
37603         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37604         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37605         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37606         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37607         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37608         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37609         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37610         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37611         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37612         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37613         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37614         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37615         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37616
37617 2012-04-25  David S. Miller  <davem@davemloft.net>
37618
37619         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37620         HWCAP_* values only after the memory barriers have been defined.
37621         (atomic_full_barrier): Define.
37622         (atomic_read_barrier): Define.
37623         (atomic_write_barrier): Define.
37624
37625 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37626
37627         * shlib-versions: Add libgcc_s version information.
37628         * sysdeps/generic/libgcc_s.h: Remove.
37629         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37630         libgcc_s.h.
37631         * sysdeps/gnu/unwind-resume.c: Likewise.
37632         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37633
37634 2012-04-25  David S. Miller  <davem@davemloft.net>
37635
37636         * sysdeps/unix/sparc/brk.S: Delete.
37637         * sysdeps/unix/sparc/dl-brk.S: Delete.
37638         * sysdeps/unix/sparc/pipe.S: Delete.
37639         * sysdeps/unix/sparc/sysdep.S: Delete.
37640         * sysdeps/unix/sparc/sysdep.h: Delete.
37641         * sysdeps/unix/sparc/vfork.S: Delete.
37642         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37643         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37644         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37645         (ret_ERRVAL, r0, r1, MOVE): Define.
37646         (JUMPTARGET): Remove.
37647         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37648         sysdeps/unix/sparc/sysdep.h
37649         (ENTRY, END): Remove.
37650         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37651
37652 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37653
37654         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37655         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37656         -DIS_IN_build.
37657
37658         * timezone/README: Update upstream location and email address for
37659         tzcode and tzdata.
37660         * timezone/zdump.c: Update from tzcode 2012b.
37661         * timezone/zic.c: Likewise.
37662
37663         * configure.in (libc_cv_as_needed): Remove test.
37664         * configure: Regenerated.
37665         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37666         conditional definition.
37667         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37668         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37669         * config.make.in (have-as-needed): Remove variable.
37670
37671 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37672             Paul Pluzhnikov  <ppluzhnikov@google.com>
37673
37674         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37675         strings correctly.
37676
37677 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37678
37679         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37680         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37681         * sysdeps/sh/strlen.S: Likewise.
37682
37683 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37684
37685         * sysdeps/unix/fork.S: Remove file.
37686         * sysdeps/unix/i386/fork.S: Likewise.
37687         * sysdeps/unix/sparc/fork.S: Likewise.
37688
37689         * sysdeps/unix/system.c: Remove file.
37690         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37691
37692         * sysdeps/unix/getegid.S: Remove file.
37693         * sysdeps/unix/geteuid.S: Likewise.
37694
37695 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37696
37697         * scripts/check-localplt.awk: New file.
37698         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37699         of diff.
37700         * scripts/data/localplt-generic.data: Add a comment.
37701
37702         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37703         NODE when __dir_mkfile failed.
37704         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37705         Reported by Ludovic Courtès <ludo@gnu.org>.
37706
37707 2012-04-24  Andreas Jaeger  <aj@suse.de>
37708
37709         * Makerules (common-clean): Also remove gen-as-const-headers
37710         files.
37711
37712 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37713
37714         * Makerules (native-compile): Do not change working directory for
37715         build.  Use $(OUTPUT_OPTION) in command.
37716         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37717
37718 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37719
37720         [BZ #13886]
37721         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37722         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37723         * math/libm-test.inc (floor_test): Add more tests.
37724         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37725
37726 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37727
37728         * sysdeps/unix/getdents.c: Remove file.
37729         * sysdeps/unix/sysv/getdents.c: Likewise.
37730         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37731
37732         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37733         sysdeps/unix/mman/syscalls.list.
37734         (mmap): Likewise.
37735         (mprotect): Likewise.
37736         (msync): Likewise.
37737         (munmap): Likewise.
37738         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37739         * sysdeps/unix/mman/syscalls.list: Remove.
37740         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37741
37742         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37743         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37744         * configure: Regenerated.
37745         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37746         $(libgcc_s_suffix).
37747         * config.make.in (libgcc_s_suffix): Remove variable.
37748
37749 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37750
37751         * sysdeps/unix/sysv/gethostname.c: Move to ...
37752         * sysdeps/posix/gethostname.c: ... here.
37753
37754         * sysdeps/unix/execve.S: Remove file.
37755
37756         * sysdeps/unix/_exit.S: Remove file.
37757
37758 2012-04-23  Andreas Jaeger  <aj@suse.de>
37759
37760         [BZ #13739]
37761         * manual/Makefile: Remove make dist support, there's no
37762         need for a stand-alone documentation tar ball.
37763         (TEXI2DVI): Define always, it's not in Makeconfig.
37764         (dist): Removed.
37765         (tar-it): Removed.
37766         (edition): Removed.
37767         (glibc-doc-$(edition).tar): Removed
37768         (%.Z): Removed.
37769         (%.gz): Removed.
37770         (%.uu): Removed.
37771         (ETAGS): Remove, it's in Makeconfig.
37772         (move-if-change): Remove, it's in Makeconfig.
37773
37774 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37775
37776         [BZ #13970]
37777         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37778         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37779         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37780         (strtod_l, strtof_l, strtold_l): Remove __wur.
37781         It is not necessarily an error to ignore strtol's return value.
37782         One can reliably look at the stored endptr to decide whether
37783         the number had valid syntax.
37784
37785 2012-04-21  Andreas Jaeger  <aj@suse.de>
37786
37787         [BZ #13739]
37788         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37789
37790 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37791
37792         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37793         * sysdeps/unix/sysv/Versions: Remove file.
37794
37795 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37796
37797         [BZ #13927]
37798         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37799
37800 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37801
37802         [BZ #7064]
37803         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37804         version from __vm86.
37805
37806 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37807
37808         * sysdeps/unix/common/lxstat.c: Remove file.
37809         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37810
37811         * sysdeps/unix/sysv/Makefile: Remove file.
37812
37813         * sysdeps/unix/sysv/direct.h: Remove file.
37814
37815         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37816         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37817         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37818         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37819         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37820         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37821         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37822
37823         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37824
37825         * sysdeps/unix/xmknod.c: Remove file.
37826         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37827
37828         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37829
37830         * sysdeps/unix/sysv/i386/time.S: Remove file.
37831
37832         * sysdeps/unix/fxstat.c: Remove file.
37833         * sysdeps/unix/xstat.c: Likewise.
37834         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37835
37836         * sysdeps/unix/sysv/sigaction.c: Remove file.
37837
37838         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37839         (sysdep_headers): Remove variable.
37840         [termio.h not in sysdep_headers] (generated): Likewise.
37841         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37842         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37843         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37844         * sysdeps/unix/sysv/tcflow.c: Likewise.
37845         * sysdeps/unix/sysv/tcflush.c: Likewise.
37846         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37847         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37848         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37849         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37850         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37851
37852         * sysdeps/unix/siglist.c: Remove file.
37853
37854         * sysdeps/unix/getppid.S: Remove file.
37855
37856         * sysdeps/unix/mkdir.c: Remove file.
37857         * sysdeps/unix/rmdir.c: Likewise.
37858
37859 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37860
37861         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37862         ERR_MAX value.
37863         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37864         errlist-compat value.
37865
37866 2012-04-18  David S. Miller  <davem@davemloft.net>
37867
37868         * sysdeps/generic/memcopy.h (reg_char): Delete.
37869         * debug/strcat_chk.c: Use char, not reg_char.
37870         * debug/strcpy_chk.c: Likewise.
37871         * debug/strncat_chk.c: Likewise.
37872         * debug/strncpy_chk.c: Likewise.
37873         * string/memchr.c: Likewise.
37874         * string/memrchr.c: Likewise.
37875         * string/rawmemchr.c: Likewise.
37876         * string/strcat.c: Likewise.
37877         * string/strchr.c: Likewise.
37878         * string/strchrnul.c: Likewise.
37879         * string/strcmp.c: Likewise.
37880         * string/strcpy.c: Likewise.
37881         * string/strncat.c: Likewise.
37882         * string/strncmp.c: Likewise.
37883         * string/strncpy.c: Likewise.
37884
37885 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37886
37887         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37888         __builtin_memcopy is called when src and dest ranges are known to not
37889         overlap.
37890
37891 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37892
37893         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37894         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37895         fwd_align_merge macro call.
37896         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37897         bwd_align_merge macro call.
37898         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37899
37900 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37901
37902         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37903         bwd_align_merge macros.
37904         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37905         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37906         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37907
37908 2012-04-18  David S. Miller  <davem@davemloft.net>
37909
37910         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37911
37912 2012-04-18  Andreas Jaeger  <aj@suse.de>
37913
37914         [BZ# 6794]
37915         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37916         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37917         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37918
37919         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37920         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37921         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37922
37923         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37924         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37925         Adjust for changed ldbl-128 files.
37926
37927         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37928         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37929         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37930
37931 2012-04-17  David S. Miller  <davem@davemloft.net>
37932
37933         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37934
37935 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37936
37937         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37938         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37939         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37940         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37941         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37942         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37943
37944 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37945
37946         [BZ #6794]
37947         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37948         * math/libm-test.inc: Add ilogb errno and exception tests.
37949         * math/w_ilogb.c: New file: ilogb wrapper.
37950         * math/w_ilogbf.c: New file: ilogbf wrapper.
37951         * math/w_ilogbl.c: New file: ilogbl wrapper.
37952         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37953         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37954         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37955         exception being thrown with 0.0 as argument.
37956         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37957         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37958         exception being thrown with 0.0 as argument.
37959         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37960         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37961         exception being thrown with 0.0 as argument.
37962         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37963         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37964         exception being thrown with 0.0 as argument.
37965         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37966         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37967         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37968         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37969         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37970         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37971         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37972         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37973         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37974
37975 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37976
37977         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37978         with altivec.
37979
37980 2012-04-16  Marek Polacek  <polacek@redhat.com>
37981
37982         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37983
37984 2012-04-16  Marek Polacek  <polacek@redhat.com>
37985
37986         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37987         operands of fdivp instruction.
37988
37989 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37990
37991         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37992         * elf/tst-auditmod3b.c: Likewise.
37993         * elf/tst-auditmod4b.c: Likewise.
37994         * elf/tst-auditmod5b.c: Likewise.
37995         * elf/tst-auditmod6b.c: Likewise.
37996         * elf/tst-auditmod6c.c: Likewise.
37997         * elf/tst-auditmod7b.c: Likewise.
37998         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37999         * sysdeps/x86_64/preconfigure.in: Likewise.
38000         * sysdeps/x86_64/preconfigure: Regenerated.
38001
38002 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
38003
38004         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
38005         __ILP32__.
38006
38007 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
38008
38009         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
38010         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
38011
38012 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
38013
38014         [BZ #13973]
38015         * locale/iso-639.def: Fix gl language name. Spotted by
38016         Yaron Shahrabani.
38017
38018 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38019
38020         [BZ #2074]
38021         * libio/libio.h (__io_write_fn): Update comment.
38022
38023 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38024
38025         [BZ #2074]
38026         * stdio.texi (Hook Functions): The user provided writer function
38027         is not allowed to return -1.
38028
38029 2012-04-11  David S. Miller  <davem@davemloft.net>
38030
38031         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38032
38033 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38034
38035         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38036         Add a leading slash to rtkaio.
38037
38038 2012-04-11  Jim Meyering  <meyering@redhat.com>
38039
38040         [BZ #11959]
38041         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38042         It is not necessarily an error to ignore fwrite's return
38043         value.  One can reliably use ferror to test for errors after
38044         the fact.
38045
38046 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38047
38048         * bits/types.h (__snseconds_t): New type.
38049         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38050
38051         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38052         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38053         (__SNSECONDS_T_TYPE): Likewise.
38054         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38055         (__SNSECONDS_T_TYPE): Likewise.
38056         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38057         (__SNSECONDS_T_TYPE): Likewise.
38058
38059 2012-04-10  Andreas Jaeger  <aj@suse.de>
38060
38061         [BZ #2636]
38062         * manual/time.texi (Processor Time): Return type of times is
38063         elapsed real time since an arbitrary point in the past.
38064         (CPU Time): Move CLK_TCK from here...
38065         (Processor Time): ...to here.  Correct description.
38066         * manual/conf.texi (Constants for Sysconf): Correct description of
38067         _SC_CLK_TCK.
38068
38069 2012-04-10  David S. Miller  <davem@davemloft.net>
38070
38071         [BZ #13967]
38072         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38073         where the is a gap between DT_REL(A) and DT_JMPREL.
38074
38075 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38076
38077         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38078         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38079         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38080
38081 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38082
38083         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38084         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38085         (dl_main): Handle --inhibit-cache.
38086         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38087         _dl_inhibit_cache.
38088         * elf/dl-load.c (_dl_map_object): Use it.
38089         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38090
38091 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38092
38093         [BZ #13872]
38094         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38095         (__ieee754_powl): Saturate large exponents rather than testing for
38096         overflow of y*log2(x).
38097         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38098         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38099         exceptions.
38100
38101         [BZ #11521]
38102         * math/s_ctan.c: Include <float.h>.
38103         (__ctan): Avoid internal overflow or cancellation in calculating
38104         denominator.
38105         * math/s_ctanf.c: Likewise.
38106         * math/s_ctanl.c: Likewise.
38107         * math/s_ctanh.c: Likewise.
38108         * math/s_ctanhf.c: Likewise.
38109         * math/s_ctanhl.c: Likewise.
38110         * math/libm-test.inc (ctan_test): Add more tests.
38111         (ctanh_test): Likewise.
38112         * sysdeps/i386/fpu/libm-test-ulps: Update.
38113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38114
38115 2012-04-09  Andreas Jaeger  <aj@suse.de>
38116
38117         [BZ #6894]
38118         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38119         is an optional BSD extension.
38120
38121         [BZ #10254]
38122         * manual/stdio.texi (Opening Streams): Document additional fopen
38123         parameters.
38124
38125 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38126
38127         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38128         %eax without telling the compiler.
38129
38130 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38131
38132         [BZ # 13963]
38133         * manual/install.texi: Use sourceware.org.
38134
38135 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38136
38137         [BZ #13873]
38138         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38139         (__ieee754_pow): Generate overflow and underflow using huge*huge
38140         and tiny*tiny rather than just returning constant infinity or zero
38141         for large exponents.
38142         * math/libm-test.inc (pow_test): Require overflow exceptions for
38143         applicable cases of large exponents.
38144
38145         [BZ #706]
38146         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38147         (__ieee754_pow): Use iterative multiplication algorithm only for
38148         integer exponents with absolute value below 1024.  Check for odd
38149         integer exponents when using algorithm for real exponents.
38150         * math/libm-test.inc (pow_test): Add more tests.
38151         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38152
38153 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38154
38155         [BZ #13705]
38156         * math/libm-test.inc (exp_test): Do not allow overflow exception
38157         on underflow test.
38158
38159 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38160
38161         [BZ #13705]
38162         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38163         instead of __kernel_standard_f.
38164
38165 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38166
38167         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38168         * sysdeps/x86_64/memset_chk.S: Likewise.
38169
38170 2012-04-08  Andreas Jaeger  <aj@suse.de>
38171
38172         [BZ #10153]
38173         * manual/startup.texi (Environment Access): Describe return value
38174         for putenv and setenv.
38175
38176         [BZ #6895]
38177         * manual/filesys.texi (Directory Entries): Add description for
38178         DT_LNK.
38179
38180         [BZ #6890]
38181         * manual/filesys.texi (Directory Entries): Clarify that it's file
38182         system not operating system in the description of DT_UNKNOWN.
38183
38184         [BZ #6578]
38185         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38186
38187 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38188
38189         [BZ #6649]
38190         * manual/llio.texi (Opening and Closing Files): Add cross
38191         reference to explain mode argument.
38192
38193 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38194
38195         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38196         * sysdeps/x86_64/memset_chk.S: Likewise.
38197
38198 2012-04-07  David S. Miller  <davem@davemloft.net>
38199
38200         * elf/elf.h (R_SPARC_WDISP10): Define.
38201         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38202         R_SPARC_SIZE32.
38203         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38204         R_SPARC_SIZE64 and R_SPARC_H34.
38205
38206 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38207
38208         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38209         conditions and remove no longer applicable assertion.
38210
38211 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38212
38213         * bits/byteswap.h: Include <features.h>.
38214         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38215         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38216
38217 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38218
38219         * bits/byteswap.h (__bswap_16): Removed.
38220         Include <bits/byteswap-16.h> to get __bswap_16.
38221         * sysdeps/i386/bits/byteswap.h: Likewise.
38222         * sysdeps/s390/bits/byteswap.h: Likewise.
38223         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38224         * bits/byteswap-16.h: New file.
38225         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38226         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38227         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38228         * string/Makefile (headers): Add bits/byteswap-16.h.
38229
38230 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38231
38232         [BZ #13895]
38233         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38234         extra indirection.
38235         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38236         * nss/tst-nss-static.c: New.
38237
38238 2012-04-06  Robert Millan  <rmh@gnu.org>
38239
38240         [BZ #6486]
38241         * manual/llio.texi (File Position Primitive): lseek
38242         refers to WHENCE when it really means OFFSET.
38243
38244 2012-04-06  Andreas Jaeger  <aj@suse.de>
38245
38246         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38247         strncmp declarations.
38248
38249         * abilist/libc.abilist: Add __poll and __ppoll.
38250
38251 2012-04-05  David S. Miller  <davem@davemloft.net>
38252
38253         * scripts/check-local-headers.sh: Accept a host triplet in the
38254         path matched by the exclude regexp.
38255
38256         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38257         definition.
38258         * sysdeps/powerpc/powerpc32/dl-machine.h
38259         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38260         * sysdeps/s390/s390-32/dl-machine.h
38261         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38262         * sysdeps/sparc/sparc32/dl-machine.h
38263         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38264         * sysdeps/sparc/sparc64/dl-machine.h
38265         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38266
38267         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38268         lazy binding.
38269         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38270         undefined symbol errors.
38271
38272         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38273         DT_NEEDED entries.
38274
38275 2012-04-05  Michael Matz  <matz@suse.de>
38276
38277         [BZ #13592]
38278         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38279
38280 2012-04-05  Andreas Jaeger  <aj@suse.de>
38281
38282         [BZ #13908]
38283         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38284         comment.
38285
38286 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38287
38288         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38289         which ROUND is no valid rounding mode.
38290
38291 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38292
38293         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38294         read again.
38295         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38296
38297 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38298
38299         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38300         an exception using FPU order intentionally.
38301
38302 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38303
38304         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38305         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38306         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38307         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38308
38309 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38310
38311         [BZ #12340]
38312         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38313         EINVAL when BUFLEN is too smal.
38314
38315 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38316
38317         [BZ #13553]
38318         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38319         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38320
38321 2012-04-03  Andreas Jaeger  <aj@suse.de>
38322
38323         [BZ #13938]
38324         * manual/setjmp.texi (System V contexts): Fix sentence.
38325
38326         [BZ #13926]
38327         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38328         New macro for this case.
38329         [!__GNUC__] (__bswap_64): New inline function for this case.
38330         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38331         * bits/byteswap.h: Likewise.
38332         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38333         ull, guard with __GLIBC_HAVE_LONG_LONG.
38334
38335         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38336         __GLIBC_HAVE_LONG_LONG.
38337
38338         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38339         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38340
38341 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38342
38343         [BZ #13691]
38344         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38345         inptr and inend, rather than using last_ch.
38346
38347 2012-04-02  David S. Miller  <davem@davemloft.net>
38348
38349         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38350         * stdio-common/printf-parse.h (read_int): Change return type to
38351         'int', return -1 on INT_MAX overflow.
38352         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38353         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38354         overflows INT_MAX.  Check for overflow of in-format-string precision
38355         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38356         SIZE_MAX not INT_MAX for integer overflow test.
38357         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38358         skip the construct in the format string but do not record anything.
38359         * stdio-common/bug22.c: Adjust to test both width/prevision
38360         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38361         explicitly for proper errno values.
38362
38363 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38364
38365         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38366         CHAR_MAX.
38367         * string/test-strcmp.c [! WIDE]: Likewise.
38368         * time/tst-mktime2.c: Likewise for INT_MAX.
38369         * string/test-string.h: #include <sys/param.h> for MIN.
38370
38371         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38372         * sysdeps/i386/init-first.c (init): Likewise.
38373         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38374         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38375         * sysdeps/sh/init-first.c (init): Likewise.
38376
38377 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38378
38379         * po/ru.po: Update from translation team.
38380         * po/vi.po: Likewise.
38381
38382 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38383
38384         * resolv/nss_dns/dns-host.c: Merge copyright years.
38385
38386 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38387
38388         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38389         Optimize memcpy with prefetch if
38390         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38391         src, dst pointers have unequal 16 byte alignments.
38392
38393 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38394
38395         [BZ #13928]
38396         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38397         from a CNAME entry and return the minimum ttl for the query.
38398         (gaih_getanswer_slice): Likewise.
38399
38400 2012-03-30  Jeff Law  <law@redhat.com>
38401
38402         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38403         due to long keys.
38404         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38405         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38406
38407         * resolv/nss_dns/dns-host.c: Update copyright year.
38408
38409 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38410
38411         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38412         requests to save a system call.  Fix check that all bytes are sent.
38413
38414         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38415         comments for sendmmsg.
38416
38417 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38418
38419         [BZ #13691]
38420         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38421         with only 1 character between 0x0041 and 0x01b0.
38422         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38423         * wcsmbs/tst-mbsnrtowcs.c: New file.
38424
38425 2012-03-29  David S. Miller  <davem@davemloft.net>
38426
38427         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38428         small copies by hand.
38429
38430 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38431
38432         [BZ #13761]
38433         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38434         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38435         group memberships.
38436
38437 2012-03-28  David S. Miller  <davem@davemloft.net>
38438
38439         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38440         that branches into memcpy.
38441         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38442         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38443         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38444         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38445         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38446         bits.
38447         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38448         implementation too.
38449         * sysdeps/sparc/mempcpy.S: New file.
38450
38451         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38452         the IFUNC routine in the libc case.
38453         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38454
38455         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38456         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38457         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38458         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38459         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38460         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38461         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38462         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38463
38464         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38465         loop to 256 bytes instead of 64 bytes and fix test signedness.
38466
38467         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38468         * sysdeps/sparc/sparc32/Makefile: rather than here...
38469         * sysdeps/sparc/sparc64/Makefile: and here.
38470
38471 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38472
38473         * malloc/mallocbug.c: Avoid warnings about unused variables.
38474
38475 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38476
38477         [BZ #13760]
38478         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38479         in the right place. Discard and retry query if response is
38480         larger than input buffer size.
38481
38482 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38483
38484         [BZ #369]
38485         [BZ #2678]
38486         [BZ #3866]
38487         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38488         x for large integer exponent.
38489         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38490         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38491         sign of result as needed afterwards.
38492         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38493         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38494         result for underflowing pow the same as for overflow.
38495         (__kernel_standard_l): Handle powl overflow and underflow here
38496         rather than calling __kernel_standard.
38497         * math/libm-test.inc (pow_test): Add more tests.
38498
38499         [BZ #3868]
38500         [BZ #13879]
38501         [BZ #13910]
38502         [BZ #13911]
38503         [BZ #13912]
38504         [BZ #13913]
38505         [BZ #13915]
38506         [BZ #13916]
38507         [BZ #13917]
38508         [BZ #13918]
38509         [BZ #13919]
38510         [BZ #13920]
38511         [BZ #13921]
38512         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38513         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38514         (__kernel_standard_l): New function.
38515         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38516         __kernel_standard.
38517         * math/w_acosl.c (__acosl): Likewise.
38518         * math/w_asinl.c (__asinl): Likewise.
38519         * math/w_atan2l.c (__atan2l): Likewise.
38520         * math/w_atanhl.c (__atanhl): Likewise.
38521         * math/w_coshl.c (__coshl): Likewise.
38522         * math/w_exp10l.c (__exp10l): Likewise.
38523         * math/w_exp2l.c (__exp2l): Likewise.
38524         * math/w_fmodl.c (__fmodl): Likewise.
38525         * math/w_hypotl.c (__hypotl): Likewise.
38526         * math/w_j0l.c (__j0l, __y0l): Likewise.
38527         * math/w_j1l.c (__j1l, __y1l): Likewise.
38528         * math/w_jnl.c (__jnl, __ynl): Likewise.
38529         * math/w_lgammal.c (__lgammal): Likewise.
38530         * math/w_log10l.c (__log10l): Likewise.
38531         * math/w_log2l.c (__log2l): Likewise.
38532         * math/w_logl.c (__logl): Likewise.
38533         * math/w_powl.c (__powl): Likewise.
38534         * math/w_remainderl.c (__remainderl): Likewise.
38535         * math/w_scalbl.c (sysv_scalbl): Likewise.
38536         * math/w_sinhl.c (__sinhl): Likewise.
38537         * math/w_sqrtl.c (__sqrtl): Likewise.
38538         * math/w_tgammal.c (__tgammal): Likewise.
38539         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38540         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38541         * math/libm-test.inc (acos_test): Add more tests.
38542         (acosh_test): Likewise.
38543         (asin_test): Likewise.
38544         (atanh_test): Likewise.
38545         (exp_test): Likewise.
38546         (exp10_test): Likewise.
38547         (exp2_test): Likewise.
38548         (expm1_test): Likewise.
38549         (lgamma_test): Likewise.
38550         (log_test): Likewise.
38551         (log10_test): Likewise.
38552         (log1p_test): Likewise.
38553         (log2_test): Likewise.
38554         (pow_test): Do not allow some spurious overflow exceptions.
38555         (sqrt_test): Add more tests.
38556         (tgamma_test): Likewise.
38557         (y0_test): Likewise.
38558         (y1_test): Likewise.
38559         (yn_test): Likewise.
38560
38561 2012-03-27  Anton Blanchard  <anton@samba.org>
38562
38563         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38564         MAP_HUGETLB.
38565         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38566         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38567         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38568
38569 2012-03-27  David S. Miller  <davem@davemloft.net>
38570
38571         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38572
38573         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38574         have-as-vis3 check.
38575
38576 2012-03-27  Andreas Jaeger  <aj@suse.de>
38577
38578         * sysdeps/x86_64/elf/configure.in: Moved to ...
38579         * sysdeps/x86_64/configure.in: ... here.
38580         * sysdeps/x86_64/elf/start.S: Moved to ...
38581         * sysdeps/x86_64/start.S: ... here.
38582         * sysdeps/x86_64/elf/configure: Delete.
38583
38584         * sysdeps/x86_64/configure.in: Merge contents from
38585         sysdeps/i386/configure.in (without i686 check).
38586
38587         * sysdeps/i386/elf/Versions: Merge into ...
38588         * sysdeps/i386/Versions: ... this.
38589         * sysdeps/i386/elf/Versions: Delete file.
38590         * sysdeps/i386/elf/start.S: Moved to ...
38591         * sysdeps/i386/start.S: ...here.
38592         * sysdeps/i386/elf/configure.in: Merge into...
38593         * sysdeps/i386/configure.in: ...here.
38594         * sysdeps/i386/elf/configure.in: Delete file.
38595         * sysdeps/i386/elf/configure: Delete file.
38596
38597         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38598         * debug/backtracesyms.c: ... here.
38599         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38600         * debug/backtracesymsfd.c: ... here.
38601         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38602         * sysdeps/generic/ifunc-sel.h: ... here.
38603
38604         * sysdeps/unix/i386/start.c: Delete file.
38605         * sysdeps/unix/sparc/start.c: Delete file.
38606         * sysdeps/unix/start.c: Delete file.
38607
38608         * sysdeps/sh/elf/configure.in: Moved to ...
38609         * sysdeps/sh/configure.in: ... here.
38610         * sysdeps/sh/elf/start.S: Moved to ...
38611         * sysdeps/sh/start.S: ... here.
38612         * sysdeps/sh/elf/configure: Delete file.
38613
38614         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38615         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38616         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38617         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38618         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38619         * sysdeps/powerpc/powerpc64/start.S: here.
38620         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38621         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38622         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38623         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38624         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38625
38626         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38627         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38628         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38629         * sysdeps/powerpc/powerpc32/start.S: ... here.
38630         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38631         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38632         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38633
38634         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38635         * sysdeps/powerpc/ifunc-sel.h: ... here.
38636         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38637         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38638
38639         * sysdeps/sparc/elf/configure.in: Moved to ...
38640         * sysdeps/sparc/configure.in: ... here.
38641         * sysdeps/sparc/elf/configure: Delete file.
38642         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38643         * sysdeps/sparc/sparc32/start.S: ... here.
38644         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38645         * sysdeps/sparc/sparc64/start.S: ... here.
38646         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38647         * sysdeps/sparc/sparc32/Makefile: ... this.
38648         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38649         * sysdeps/sparc/sparc64/Makefile: ... this.
38650
38651         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38652         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38653         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38654         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38655         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38656         * sysdeps/s390/s390-32/setjmp.S: ... here.
38657         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38658         * sysdeps/s390/s390-32/configure.in: ... here.
38659         * sysdeps/s390/s390-32/elf/configure: Delete file.
38660         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38661         * sysdeps/s390/s390-32/start.S: ... here.
38662
38663         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38664         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38665         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38666         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38667         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38668         * sysdeps/s390/s390-64/setjmp.S: ... here.
38669         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38670         * sysdeps/s390/s390-64/configure.in: ... here
38671         * sysdeps/s390/s390-64/elf/configure: Delete file.
38672         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38673         * sysdeps/s390/s390-64/start.S: ... here.
38674         * sysdeps/s390/s390-64/elf/configure: Delete.
38675
38676         * configure.in: Remove support for elf directories in sysdeps.
38677
38678         * configure: Regenerated.
38679         * sysdeps/i386/configure: Regenerated.
38680         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38681         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38682         * sysdeps/s390/s390-32/configure: Regenerated.
38683         * sysdeps/s390/s390-64/configure: Regenerated.
38684         * sysdeps/sh/configure: Regenerated.
38685         * sysdeps/sparc/configure: Regenerated.
38686         * sysdeps/x86_64/configure: Regenerated.
38687
38688 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38689
38690         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38691
38692         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38693         denormal result into account.
38694
38695 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38696
38697         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38698         Reported by Allan McRae <allan@archlinux.org>.
38699
38700 2012-03-23  Jeff Law  <law@redhat.com>
38701
38702         * nss/getnssent.c (__nss_getent): Fix typo.
38703
38704 2012-03-23  David S. Miller  <davem@davemloft.net>
38705
38706         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38707
38708 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38709
38710         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38711         to pad to uint64_t for each field.
38712         (dl_tls_index): Replace unsigned long with uint64_t.
38713
38714 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38715         Paul Pluzhnikov  <ppluzhnikov@google.com>
38716
38717         [BZ #6528]
38718         * grp/Makefile (otherlibs): Don't set it.
38719         * inet/Makefile (otherlibs): Likewise.
38720         * login/Makefile (otherlibs): Likewise.
38721         * nscd/Makefile (otherlibs): Likewise.
38722         * posix/Makefile (otherlibs): Likewise.
38723         * pwd/Makefile (otherlibs): Likewise.
38724         * rt/Makefile (otherlibs): Likewise.
38725         * sunrpc/Makefile (otherlibs): Likewise.
38726         * nss/Makefile (otherlibs): Likewise.
38727         Add libnss_files to routines and static-only-routines.
38728         ($(objpfx)getent): Remove rule.
38729         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38730         static-only-routines.
38731
38732 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38733
38734         [BZ #13892]
38735         * math/s_cexp.c: Include <float.h>.
38736         (__cexp): Handle exp result overflowing not necessarily
38737         overflowing both real and imaginary parts of result.
38738         * math/s_cexpf.c: Likewise.
38739         * math/s_cexpl.c: Likewise.
38740         * math/libm-test.inc (cexp_test): Add more tests.
38741         * sysdeps/i386/fpu/libm-test-ulps: Update.
38742         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38743
38744 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38745
38746         * include/link.h (ELFW): New macro.
38747         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38748         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38749
38750 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38751
38752         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38753         with uint64_t.
38754
38755 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38756
38757         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38758         declaration.
38759         (struct La_x32_retval): Likewise.
38760
38761 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38762
38763         * sysdeps/x86_64/preconfigure.in: New file.
38764         * sysdeps/x86_64/preconfigure: New generated file.
38765
38766 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38767
38768         [BZ #13824]
38769         * math/e_exp2l.c: Include <float.h>.
38770         (__ieee754_exp2l): Handle overflow and underflow cases
38771         separately.  Only pass fractional part of argument to
38772         __ieee754_expl.
38773         * math/libm-test.inc (exp2_test): Add more tests.
38774
38775         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38776         negating x to take absolute value.
38777         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38778         Likewise.
38779         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38780         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38781         Likewise.
38782         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38783         computing low part if x was negated.
38784         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38785
38786 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38787
38788         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38789         la_x32_gnu_pltexit.
38790         (pltexit): Cast int_retval to ptrdiff_t.
38791         * elf/tst-auditmod3b.c: Likewise.
38792         * elf/tst-auditmod4b.c: Likewise.
38793         * elf/tst-auditmod5b.c: Likewise.
38794         * elf/tst-auditmod6b.c: Likewise.
38795         * elf/tst-auditmod6c.c: Likewise.
38796         * elf/tst-auditmod7b.c: Likewise.
38797
38798         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38799         and x32_gnu_pltexit.
38800
38801         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38802         __ELF_NATIVE_CLASS.
38803         (La_x32_regs): New macro.
38804         (La_x32_retval): Likewise.
38805         (la_x32_gnu_pltenter): New function prototype.
38806         (la_x32_gnu_pltexit): Likewise.
38807
38808 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38809
38810         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38811         exponent.
38812
38813         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38814
38815         * configure.in (libc_cv_cc_nofma): Check for option to disable
38816         generation of FMA instructions.
38817         * configure: Regenerate.
38818         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38819         * sysdeps/ieee754/dbl-64/Makefile: New file.
38820         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38821         Remove brandred-fma4.
38822         (CFLAGS-brandred-fma4.c): Remove.
38823         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38824         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38825         define.
38826         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38827         define.
38828
38829 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38830
38831         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38832         LLONG_MAX != LONG_MAX.
38833         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38834         (_fitoa_word): Likewise.
38835         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38836         LLONG_MAX != LONG_MAX.
38837         * stdio-common/_itowa.h: Include <_itoa.h>.
38838         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38839         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38840         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38841         only if not defined.
38842         (_ITOA_WORD_TYPE): Likewise.
38843         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38844         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38845
38846 2012-03-21  David S. Miller  <davem@davemloft.net>
38847
38848         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38849
38850 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38851
38852         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38853         of x86_64 when setting libc_cv_slibdir, libdir and
38854         libc_cv_localedir.
38855         * sysdeps/unix/sysv/linux/configure: Regenerated.
38856
38857 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38858
38859         * manual/lang.texi (Old Varargs): Remove section.
38860         (How Variadic): Update menu.
38861         (va_start): Do not mention varargs.h.
38862
38863 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38864             Joseph Myers  <joseph@codesourcery.com>
38865
38866         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38867         link test.
38868         * configure: Regenerated.
38869
38870 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38871
38872         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38873         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38874         conformtest.pl
38875
38876 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38877
38878         * NOTES: Remove.
38879         * Makefile (files-for-dist): Remove NOTES.
38880         (NOTES): Remove rule.
38881         * README: Don't refer to NOTES.
38882         * manual/creature.texi: Don't include macros.texi.
38883         * manual/intro.texi (creature.texi): Remove comment referring to
38884         NOTES.
38885
38886         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38887         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38888         * configure: Regenerated.
38889         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38890         LIBC_TRY_CC_OPTION.
38891         (libc_cv_as_i686): Likewise.
38892         (libc_cv_cc_avx): Likewise.
38893         (libc_cv_cc_sse2avx): Likewise.
38894         (libc_cv_cc_fma4): Likewise.
38895         (libc_cv_cc_novzeroupper): Likewise.
38896         * sysdeps/i386/configure: Regenerated.
38897
38898         [BZ #13883]
38899         * sysdeps/i386/fpu/s_cexp.S: Remove.
38900         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38901         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38902         * math/libm-test.inc (cexp_test): Add more tests.
38903         * sysdeps/i386/fpu/libm-test-ulps: Update.
38904         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38905
38906 2012-03-21  Allan McRae  <allan@archlinux.org>
38907
38908         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38909
38910 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38911
38912         [BZ #13871]
38913         * math/w_exp2.c: Do not include <float.h>.
38914         (o_threshold, u_threshold): Remove.
38915         (__exp2): Calculate result before checking finiteness and calling
38916         __kernel_standard.
38917         * math/w_exp2f.c: Likewise.
38918         * math/w_exp2l.c: Likewise.
38919         * math/libm-test.inc (exp2_test): Require overflow exception for
38920         1e6 input.
38921
38922         [BZ #3866]
38923         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38924         range of signed 64-bit integers before using fistpll.  Remove
38925         checks for whether integers fit in mantissa bits.
38926         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38927         the range of signed 32-bit integers before using fistpl.  Remove
38928         checks for whether integers fit in mantissa bits.
38929         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38930         (__ieee754_powl): Test for y outside the range of signed 64-bit
38931         integers before using fistpll.  Reduce 64-bit values to 63-bit
38932         ones as needed.
38933         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38934         divide-by-zero is raised for zero to large negative powers.
38935         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38936         (__ieee754_powl): Test for y outside the range of signed 64-bit
38937         integers before using fistpll.  Reduce 64-bit values to 63-bit
38938         ones as needed.
38939         * math/libm-test.inc (pow_test): Add more tests.
38940
38941 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38942
38943         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38944         <stdio-common/_itoa.h>.
38945         * debug/segfault.c: Likewise.
38946         * elf/dl-cache.c: Likewise.
38947         * elf/dl-minimal.c: Likewise.
38948         * elf/dl-misc.c: Likewise.
38949         * elf/dl-sysdep.c: Likewise.
38950         * elf/dl-version.c: Likewise.
38951         * elf/rtld.c: Likewise.
38952         * hurd/hurdsock.c: Likewise.
38953         * hurd/lookup-retry.c: Likewise.
38954         * malloc/malloc.c: Likewise.
38955         * malloc/mtrace.c: Likewise.
38956         * nscd/nscd_getgr_r.c: Likewise.
38957         * nscd/nscd_getpw_r.c: Likewise.
38958         * nscd/nscd_getserv_r.c: Likewise.
38959         * posix/getopt_init.c: Likewise.
38960         * posix/wordexp.c: Likewise.
38961         * stdio-common/_itoa.c: Likewise.
38962         * stdio-common/printf_fphex.c: Likewise.
38963         * stdio-common/vfprintf.c: Likewise.
38964         * string/_strerror.c: Likewise.
38965         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38966         * sysdeps/i386/i686/hp-timing.h: Likewise.
38967         * sysdeps/mach/_strerror.c: Likewise.
38968         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38969         * sysdeps/mach/hurd/sethostid.c: Likewise.
38970         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38971         * sysdeps/mach/xpg-strerror.c: Likewise.
38972         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38973         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38974         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38975         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38976         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38977         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38978         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38979         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38980         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38981         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38982         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38983         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38984         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38985         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38986         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38987         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38988         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38989         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38990         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38991         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38992         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38993
38994         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38995
38996         * stdio-common/_itoa.h: Moved to ...
38997         * sysdeps/generic/_itoa.h: Here.
38998
38999         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
39000
39001         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
39002         instead of "_itoa.h" and "_itowa.h".
39003         * stdio-common/vfprintf.: Likewise.
39004
39005 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39006
39007         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
39008         <bits/wordsize.h>.
39009         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
39010         (__signbit): Likwise.
39011         (llrintf): Likwise.
39012         (llrint): Likwise.
39013
39014 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39015
39016         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39017         __WORDSIZE != 64.
39018
39019 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39020
39021         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39022         OVERFLOW_EXCEPTION_OK.
39023         * math/libm-test.inc ("Philosophy"): Update comment about
39024         exception testing.
39025         (OVERFLOW_EXCEPTION): Define.
39026         (OVERFLOW_EXCEPTION_OK): Likewise.
39027         (INVALID_EXCEPTION_OK): Renumber.
39028         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39029         (IGNORE_ZERO_INF_SIGN): Likewise.
39030         (test_exceptions): Handle FE_OVERFLOW.
39031         (exp10_test): Expect overflow exceptions.
39032         (exp2_test): Likewise.
39033         (expm1_test): Likewise.
39034         (nextafter_test): Likewise.
39035         (pow_test): Likewise.
39036         (scalbn_test): Likewise.
39037         (scalbln_test): Likewise.
39038
39039 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39040
39041         * sysdeps/x86_64/bits/atomic.h
39042         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39043         64bit integer.
39044         (atomic_exchange_acq): Likewise.
39045         (__arch_exchange_and_add_body): Likewise.
39046         (__arch_add_body): Likewise.
39047         (atomic_add_negative): Likewise.
39048         (atomic_add_zero): Likewise.
39049
39050 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39051
39052         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39053         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39054
39055 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39056
39057         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39058         Check __x86_64__ instead of __WORDSIZE.
39059
39060 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39061
39062         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39063
39064 2012-03-19  David S. Miller  <davem@davemloft.net>
39065
39066         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39067
39068         * sysdeps/sparc/fpu/fenv_private.h: New file.
39069         * sysdeps/sparc/fpu/math_private.h: Use it.
39070         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39071         Remove.
39072         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39073         (libc_feholdexcept_setroundl): Remove.
39074         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39075         Remove.
39076         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39077         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39078
39079 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39080
39081         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39082         int64_t instead of long int.
39083         (INSERT_WORDS64): Likwise.
39084
39085 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39086
39087         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39088         _Unwind_GetCFA return to _Unwind_Ptr first.
39089
39090 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39091
39092         [BZ #13629]
39093         * math/s_clog.c: Include <float.h>.
39094         (__clog): Scale large or subnormal inputs.
39095         * math/s_clogf.c: Likewise.
39096         * math/s_clogl.c: Likewise.
39097         * math/s_clog10.c: Include <float.h>.
39098         (M_LOG10_2): Define.
39099         (__clog10): Scale large or subnormal inputs.
39100         * math/s_clog10f.c: Likewise.
39101         * math/s_clog10l.c: Likewise.
39102         * math/libm-test.inc (clog_test): Add more tests.
39103         (clog10_test): Likewise.
39104         * sysdeps/i386/fpu/libm-test-ulps: Update.
39105         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39106
39107         [BZ #11451]
39108         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39109         x and y.
39110         * math/libm-test.inc (atan2_test): Add another test.
39111
39112         * Makerules (common-objdir-compile): Remove.
39113         * sysdeps/unix/Makefile (config-generated): Do not add
39114         $(unix-generated) to variable.
39115         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39116         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39117         Remove rule.
39118         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39119         Likewise.
39120         [generic bits/local_lim.h] (before-compile): Do not append to
39121         variable.
39122         [generic bits/local_lim.h] (common-generated): Likewise.
39123         [generic sys/param.h] (before-compile): Do not append to variable.
39124         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39125         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39126         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39127         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39128         include.
39129         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39130         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39131         [generic sys/param.h] ($(addprefix
39132         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39133         [generic sys/param.h] (common-generated): Do not append to
39134         variable.
39135         [generic sys/param.h] (sysdep_headers): Likewise.
39136         [generic bits/errno.h] (before-compile): Do not append to
39137         variable.
39138         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39139         rule.
39140         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39141         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39142         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39143         [generic bits/errno.h] (common-generated): Do not append to
39144         variable.
39145         [generic bits/ioctls.h] (before-compile): Do not append to
39146         variable.
39147         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39148         rule.
39149         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39150         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39151         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39152         rule.
39153         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39154         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39155         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39156         [generic bits/ioctls.h] (common-generated): Do not append to
39157         variable.
39158         [generic sys/syscall.h] (syscall.h): Remove variable.
39159         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39160         rule.
39161         [generic sys/syscall.h] (before-compile): Do not append to
39162         variable.
39163         [generic sys/syscall.h] (common-generated): Likewise.
39164         * sysdeps/unix/errnos-tmpl.c: Remove file.
39165         * sysdeps/unix/errnos.awk: Likewise.
39166         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39167         * sysdeps/unix/ioctls.awk: Likewise.
39168         * sysdeps/unix/mk-local_lim.c: Likewise.
39169         * sysdeps/unix/snarf-ioctls: Likewise.
39170
39171 2012-03-19  Richard Henderson  <rth@twiddle.net>
39172
39173         * sysdeps/i386/fpu/fenv_private.h: New file.
39174         * sysdeps/i386/fpu/math_private.h: Use it.
39175         (math_opt_barrier, math_force_eval): Remove.
39176         (libc_feholdexcept_setround_53bit): Remove.
39177         (libc_feupdateenv_53bit): Remove.
39178         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39179         (math_opt_barrier, math_force_eval): Remove.
39180         (libc_feholdexcept): Remove.
39181         (libc_feholdexcept_setround): Remove.
39182         (libc_fetestexcept, libc_fesetenv): Remove.
39183         (libc_feupdateenv_test): Remove.
39184         (libc_feupdateenv, libc_feholdsetround): Remove.
39185         (libc_feresetround): Remove.
39186
39187         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39188         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39189
39190         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39191         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39192         (libc_feupdateenv_testl): New.
39193         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39194         (libc_feupdateenv_testf): New.
39195         (libc_feupdateenv): Use libc_feupdateenv_test.
39196         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39197         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39198
39199         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39200         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39201         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39202         (libc_feresetround_noex): New.
39203         (libc_feresetround_noexf): New.
39204         (libc_feresetround_noexl): New.
39205         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39206         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39207         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39208         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39209         SET_RESTORE_ROUND.
39210         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39211         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39212         (__cos): Likewise.
39213         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39214         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39215         SET_RESTORE_ROUND_NOEX.
39216         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39217         SET_RESTORE_ROUND_NOEXF.
39218         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39219         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39220         (libc_feholdsetroundf): New.
39221         (libc_feresetround, libc_feresetroundf): New.
39222
39223         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39224         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39225         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39226
39227         * sysdeps/generic/math_private.h: Include <fenv.h>.
39228         (default_libc_feholdexcept): New.
39229         (default_libc_feholdexcept_setround): New.
39230         (default_libc_fesetenv, default_libc_feupdateenv): New.
39231         (libc_feholdexcept): Only define if undefined.
39232         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39233         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39234         (libc_feholdexcept_setroundl): Likewise.
39235         (libc_feholdexcept_setround_53bit): Likewise.
39236         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39237         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39238         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39239         (libc_feupdateenv_53bit): Likewise.
39240         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39241         (libc_feholdexcept): Convert from macro to inline function.
39242         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39243         (libc_fesetenv, libc_feupdateenv): Likewise.
39244
39245         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39246         not previously defined.
39247         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39248         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39249         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39250         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39251         * sysdeps/ieee754/flt-32/math_private.h: New file.
39252         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39253         math_private.h below SET_FLOAT_WORD.
39254         (__isnan, __isinf_ns, __finite): Remove.
39255         (__isnanf, __isinf_nsf, __finitef): Remove.
39256
39257 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39258
39259         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39260
39261 2012-03-17  David S. Miller  <davem@davemloft.net>
39262
39263         [BZ #6471]
39264         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39265         for 2.16.
39266
39267 2012-03-16  David S. Miller  <davem@davemloft.net>
39268
39269         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39270         warnings.
39271
39272         [BZ #6471]
39273         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39274         properly.
39275         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39276         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39277         sysdep_routines when subdir is sysvipc.
39278         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39279         __getshmlba helper.
39280
39281         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39282
39283 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39284
39285         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39286         [__LP64__].
39287
39288 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39289
39290         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39291         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39292         (__lround): Renamed to ...
39293         (__llround): This.  Replace long int with long long int.
39294         Define lround functions as aliases of llround functions.
39295         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39296
39297 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39298
39299         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39300         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39301         adresses to uintptr_t.  Replace "long int" and "unsigned long
39302         int" with "greg_t" on va_arg.
39303
39304 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39305
39306         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39307         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39308
39309         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39310         Move e_machine check before EI_CLASS check.  Handle x32
39311         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39312         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39313         SKIP_EM_IA_64 and include
39314         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39315
39316         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39317         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39318         (add_system_dir): New macro.
39319
39320         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39321         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39322
39323 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39324
39325         [BZ #2551]
39326         [BZ #2552]
39327         [BZ #2553]
39328         [BZ #2554]
39329         [BZ #2562]
39330         [BZ #2563]
39331         [BZ #2565]
39332         [BZ #2566]
39333         [BZ #2576]
39334         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39335         (y0): Likewise.
39336         * math/w_j0f.c (j0f): Likewise.
39337         (y0f): Likewise.
39338         * math/w_j0l.c (__j0l): Likewise.
39339         (__y0l): Likewise.
39340         * math/w_j1.c (j1): Likewise.
39341         (y1): Likewise.
39342         * math/w_j1f.c (j1f): Likewise.
39343         (y1f): Likewise.
39344         * math/w_j1l.c (__j1l): Likewise.
39345         (__y1l): Likewise.
39346         * math/w_jn.c (jn): Likewise.
39347         (yn): Likewise.
39348         * math/w_jnf.c (jnf): Likewise.
39349         (ynf): Likewise.
39350         * math/w_jnl.c (__jnl): Likewise.
39351         (__ynl): Likewise.
39352         * math/libm-test.inc (j0_test): Add more tests.
39353         (j1_test): Likewise.
39354         (jn_test): Likewise.  Add trailing semicolon to existing test.
39355         (y0_test): Likewise.
39356         (y1_test): Likewise.
39357         * sysdeps/i386/fpu/libm-test-ulps: Update.
39358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39359
39360         [BZ #13851]
39361         [BZ #13854]
39362         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39363         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39364         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39365         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39366         (__tanl): Set errno for infinite argument.
39367         * sysdeps/i386/fpu/mptan.c: Remove.
39368         * sysdeps/i386/fpu/s_tan.S: Likewise.
39369         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39370         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39371         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39372         * math/libm-test.inc (tan_test): Add more tests and enable more
39373         tests for double and long double.
39374         * sysdeps/i386/fpu/libm-test-ulps: Update.
39375         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39376
39377 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39378
39379         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39380         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39381
39382 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39383
39384         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39385         * configure.in: Use it for both main tree and add-ons.
39386         * configure: Regenerated.
39387
39388 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39389
39390         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39391
39392 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39393
39394         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39395         in comment.
39396
39397         [BZ #13851]
39398         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39399         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39400         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39401         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39402         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39403         infinite argument.
39404         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39405         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39406         != 0 for prec == 2.
39407         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39408         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39409         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39410         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39411         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39412         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39413         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39414         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39415         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39416         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39417         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39418         * math/libm-test.inc (cos_test): Add more tests and enable more
39419         tests for long double.
39420         (sin_test): Likewise.
39421         (sincos_test): Likewise.
39422         * sysdeps/i386/fpu/libm-test-ulps: Update.
39423         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39424
39425 2012-03-16  David S. Miller  <davem@davemloft.net>
39426
39427         * sysdeps/sparc/fpu/math_private.h: New file.
39428
39429 2012-03-15  David S. Miller  <davem@davemloft.net>
39430
39431         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39432         file.
39433         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39435         file.
39436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39437         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39438         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39439         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39440         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39441         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39442         sysdep routines.
39443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39444
39445         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39446         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39447
39448         * sysdeps/sparc/sparc-ifunc.h: New file.
39449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39450         sparc-ifunc.h
39451         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39453         Likewise.
39454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39455         Likewise.
39456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39458         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39459         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39460         Likewise.
39461         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39462         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39463         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39464         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39465         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39466         Likewise.
39467         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39468         Likewise.
39469         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39470         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39471         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39472         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39473         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39474         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39475         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39476         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39477         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39478         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39479         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39480         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39481         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39482         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39483         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39484         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39485         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39486         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39487         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39488         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39489         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39490         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39491         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39492         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39493
39494 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39495
39496         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39497         scaling.
39498         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39499
39500 2012-03-15  Andreas Jaeger  <aj@suse.de>
39501
39502         [BZ #13852]
39503         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39504         ieee754/flt-32 implementation for sin, cos and sincos.
39505         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39506         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39507         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39508         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39509         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39510         ieee754/flt-32 implementation for tan.
39511
39512         * math/libm-test.inc (cos_test): Enable some large input tests for
39513         float as well
39514         (sin_test): Likewise.
39515         (sincos_test): Likewise.
39516         (tan_test): Add tests for large input.
39517
39518         * sysdeps/i386/fpu/libm-test-ulps: Update.
39519
39520 2012-03-15  Andreas Jaeger  <aj@suse.de>
39521
39522         [BZ #13658]
39523         * math/libm-test.inc (cos_test): Add more test cases.
39524         (sin_test): Likewise.
39525         (sincos_test): Likewise.
39526
39527 2012-03-15  Andreas Jaeger  <aj@suse.de>
39528
39529         [BZ #13837]
39530         * math/libm-test.inc (cos_test): Add a test case for large input
39531         value.
39532         (sin_test): Likewise.
39533         (sincos_test): Likewise.
39534
39535 2012-03-15  Andreas Jaeger  <aj@suse.de>
39536             Joseph Myers  <joseph@codesourcery.com>
39537
39538         [BZ #13658]
39539         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39540         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39541         * sysdeps/i386/fpu/branred.c: Likewise.
39542         * sysdeps/i386/fpu/dosincos.c: Likewise.
39543         * sysdeps/i386/fpu/mpa.c: Likewise.
39544         * sysdeps/i386/fpu/s_cos.S: Likewise.
39545         * sysdeps/i386/fpu/s_sin.S: Likewise.
39546         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39547         * sysdeps/i386/fpu/sincos32.c: Likewise.
39548
39549         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39550         Define.
39551         (libc_feupdateenv_53bit): Define.
39552         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39553         Define.
39554         (libc_feupdateenv_53bit): Define.
39555
39556         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39557         53 bit (without extend i386 double precision).
39558
39559         * math/libm-test.inc (sincos_test): Add tests for large input.
39560         (sin): Likewise.
39561         (cos): Likewise.
39562
39563         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39564
39565 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39566
39567         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39568
39569 2012-03-15  David S. Miller  <davem@davemloft.net>
39570
39571         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39572         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39573         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39574         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39575         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39576         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39577         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39578         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39579         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39580         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39581         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39582         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39583         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39584         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39585         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39587         file.
39588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39590         file.
39591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39593         file.
39594         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39595         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39596         file.
39597         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39598         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39599         fmin/fmax sysdep routines.
39600         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39601
39602 2012-03-14  David S. Miller  <davem@davemloft.net>
39603
39604         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39605         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39606         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39607         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39608         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39609         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39610         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39611         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39612         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39613         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39614         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39615         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39616         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39617         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39618         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39619         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39620         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39621         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39622         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39623         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39624         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39625         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39626         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39627         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39628         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39629         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39630         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39631         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39632         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39633         routines.
39634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39635         file.
39636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39637         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39638         file.
39639         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39641         file.
39642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39643         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39644         file.
39645         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39647         file.
39648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39650         file.
39651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39652         file.
39653         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39654         file.
39655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39656         file.
39657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39658         New file.
39659         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39660         file.
39661         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39662         file.
39663         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39664         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39665         file.
39666         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39667         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39668         file.
39669         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39670         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39671         file.
39672         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39673         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39674         VIS3 routines.
39675
39676         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39677         New file.
39678
39679         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39680
39681         * sysdeps/sparc/configure.in: New file.
39682         * sysdeps/sparc/configure: Generate.
39683         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39684         * configure: Regenerate.
39685         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39686         * config.make.in (have-as-vis3): New.
39687         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39688         available use -Av9d instead of -Av9a.
39689         * sysdeps/sparc/sparc64/Makefile: Likewise.
39690         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39691         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39692         New file.
39693         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39694         file.
39695         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39696         New file.
39697         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39698         file.
39699         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39700         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39701         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39702         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39703         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39704
39705         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39706         fzeros/fnegs to load 0x80000000 into a float register instead of
39707         using the stack.
39708         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39709
39710 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39711
39712         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39713         bits/syscall.h.
39714         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39715         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39716         ($(inst_includedir)/bits/syscall.h): Remove rule.
39717         ($(objpfx)bits/syscall.d): Include instead of
39718         $(objpfx)syscall-list.d.
39719         (generated): Change syscall-list.h and syscall-list.d to
39720         bits/syscall.h and bits/syscall.d.
39721
39722 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39723
39724         [BZ #13846]
39725         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39726
39727 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39728
39729         [BZ #13841]
39730         * math/s_csqrt.c: Include <float.h>.
39731         (__csqrt): Scale large or subnormal inputs.
39732         * math/s_csqrtf.c: Likewise.
39733         * math/s_csqrtl.c: Likewise.
39734         * math/libm-test.inc (csqrt_test): Add more tests.
39735         * sysdeps/i386/fpu/libm-test-ulps: Update.
39736         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39737
39738         [BZ #13840]
39739         * math/libm-test.inc (hypot_test): Add more tests.
39740
39741 2012-03-13  David S. Miller  <davem@davemloft.net>
39742
39743         [BZ #13840]
39744         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39745         double-precision for the calculation instead of scaling.
39746
39747 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39748
39749         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39750         manipulate bits before adding and subtracting TWO52[sx].
39751         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39752         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39753         Likewise.
39754         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39755
39756 2012-03-13  David S. Miller  <davem@davemloft.net>
39757
39758         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39759         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39760         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39761         rtld-global-offsets.h
39762         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39763
39764         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39765         large parameters.
39766
39767         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39768
39769         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39770         'err' in the ifdef scope in which it is actually used.
39771
39772         * nss/nss_db/db-init.c: Include string.h
39773
39774 2012-03-12  David S. Miller  <davem@davemloft.net>
39775
39776         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39777         masking out of the most significant byte of random value used.
39778         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39779         Fix coding style in previous change.
39780
39781         * sysdeps/unix/sysv/linux/kernel-features.h
39782         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39783         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39784         expression.
39785         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39786         later.
39787
39788 2012-03-11  David S. Miller  <davem@davemloft.net>
39789
39790         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39791         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39792         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39793         for 'resultvar' otherwise things get truncated on 64-bit.
39794
39795         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39796         Fix masking out of the most significant byte of random value used.
39797
39798         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39799
39800 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39801
39802         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39803
39804 2012-03-09  David S. Miller  <davem@davemloft.net>
39805
39806         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39807         variables with appropriate CPP guards.
39808         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39809         from the frame pointer, not the stack pointer.  Correct layout
39810         comments.  Fix test on resulting framesize and the management of
39811         the outregs buffer for pltexit.  Preserve floating point return
39812         values across _dl_call_pltexit call.
39813         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39814         framesize and the management of the outregs buffer for pltexit.
39815         Preserve floating point return values across _dl_call_pltexit
39816         call.
39817         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39818         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39819         (la_sparc64_gnu_pltexit): New functions.
39820         (print_exit): Fix format string for return register value.
39821
39822 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39823
39824         * sunrpc/Makefile (others): Add rpcgen.
39825         ($(objpfx)rpcgen): Remove special build rule and dependency on
39826         libc.
39827         * sunrpc/rpcgen.c: New file.
39828
39829 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39830
39831         [BZ #13673]
39832         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39833         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39834         * sysdeps/i386/crti.S: Likewise.
39835         * sysdeps/i386/crtn.S: Likewise.
39836         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39837         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39838         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39839         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39840         * sysdeps/sh/crti.S: Likewise.
39841         * sysdeps/sh/crtn.S: Likewise.
39842         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39843
39844         [BZ #13673]
39845         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39846         with URL.
39847         * locale/programs/locfile-kw.gperf: Likewise.
39848         * locale/programs/charmap-kw.h: Regenerated.
39849         * locale/programs/locfile-kw.h: Likewise.
39850
39851         [BZ #13673]
39852         * intl/plural.y: Replace FSF snail mail address with URL.
39853         * intl/plural.c: Regenerated.
39854
39855 2012-03-09  Richard Henderson  <rth@twiddle.net>
39856
39857         * include/math_private.h: Remove file.
39858         * math/math_private.h: Move file ...
39859         * sysdeps/generic/math_private.h: ... here.
39860
39861         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39862         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39863         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39864
39865         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39866         and <math_private.h>.
39867         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39868         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39869         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39870         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39871         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39872         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39873         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39874         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39875         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39876         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39877         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39878         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39879         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39880         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39881         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39882         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39883         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39884         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39885         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39886         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39887         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39888         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39889         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39890         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39891         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39892         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39893         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39894         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39895         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39896         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39897         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39898         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39899         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39900         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39901         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39902         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39903         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39904         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39905         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39906         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39907         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39908         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39909         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39910         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39911         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39912         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39913         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39914         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39915         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39916         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39917         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39918         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39919         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39920         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39921         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39922         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39923         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39924         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39925         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39926         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39927         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39928         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39929         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39930         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39931         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39932         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39933         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39934         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39935         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39936         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39937         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39938         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39939         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39940         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39941         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39942         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39943         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39944         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39945         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39946         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39947         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39948         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39949         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39950         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39951         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39952         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39953         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39954         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39955         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39956         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39957         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39958         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39959         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39960         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39961         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39962         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39963         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39964         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39965         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39966         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39967         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39968         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39969         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39970         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39971         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39972         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39973         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39974         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39975         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39976         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39977         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39978         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39979         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39980         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39981         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39982         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39983         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39984         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39985         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39986         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39987         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39988         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39989         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39990         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39991         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39992         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39993         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39994         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39995         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39996         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39997         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39998         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39999         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
40000         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
40001         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
40002         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
40003         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
40004         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
40005         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
40006         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
40007         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
40008         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
40009         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
40010         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
40011         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
40012         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
40013         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
40014         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40015         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40016         * sysdeps/ieee754/k_standard.c: Likewise.
40017         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40018         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40019         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40020         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40021         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40022         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40023         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40024         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40025         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40026         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40027         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40028         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40029         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40030         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40031         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40032         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40033         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40034         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40035         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40036         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40037         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40038         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40039         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40040         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40041         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40042         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40043         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40044         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40045         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40046         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40047         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40048         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40049         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40050         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40051         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40052         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40053         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40054         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40055         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40056         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40057         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40058         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40059         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40060         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40061         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40062         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40063         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40064         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40065         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40066         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40067         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40068         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40069         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40070         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40071         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40072         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40073         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40074         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40075         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40076         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40077         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40078         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40079         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40080         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40081         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40082         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40083         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40084         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40085         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40086         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40087         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40088         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40089         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40090         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40091         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40092         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40093         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40094         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40095         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40096         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40097         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40098         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40099         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40100         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40101         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40102         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40103         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40104         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40105         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40106         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40107         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40108         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40109         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40110         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40111         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40112         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40113         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40114         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40115         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40116         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40117         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40118         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40119         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40120         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40121         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40122         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40123         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40124         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40125         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40126         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40127         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40128         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40129         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40130         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40131         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40132         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40133         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40134         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40135         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40136         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40137         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40138         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40139         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40140         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40141         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40142         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40143         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40144         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40145         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40146         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40147         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40148         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40149         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40150         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40151         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40152         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40153         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40154         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40155         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40156         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40157         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40158         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40159         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40160         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40161         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40162         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40163         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40164         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40165         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40166         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40167         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40168         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40169         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40170         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40171         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40172         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40173         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40174         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40175         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40176         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40177         * sysdeps/ieee754/s_lib_version.c: Likewise.
40178         * sysdeps/ieee754/s_matherr.c: Likewise.
40179         * sysdeps/ieee754/s_signgam.c: Likewise.
40180         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40181         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40182         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40183         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40184         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40185         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40186         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40187         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40188         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40189         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40190         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40191         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40192         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40193         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40194         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40195         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40196         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40197         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40198         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40199         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40200         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40201
40202 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40203
40204         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40205         * sunrpc/rpc_main.c: Likewise.
40206         * sunrpc/rpc_svcout.c: Likewise.
40207
40208 2012-03-09  David S. Miller  <davem@davemloft.net>
40209
40210         * include/math_private.h: New file.
40211
40212 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40213
40214         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40215         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40216         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40217         from <bits/socket_type.h>.
40218         (enum __socket_type): Don't define here.
40219         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40220         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40221         bits/socket_type.h.
40222
40223         [BZ #13566]
40224         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40225         checking __USE_GNU.
40226
40227         * Makerules ($(inst_includedir)/%.h): New rule.
40228         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40229         (install-others): Remove variable setting.
40230         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40231
40232 2012-03-08  Richard Henderson  <rth@twiddle.net>
40233
40234         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40235         from macro to inline function; merge with the
40236         !__LIBC_INTERNAL_MATH_INLINES version.
40237         (__ieee754_sqrtf): Likewise.
40238
40239         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40240         to inline function.
40241         (__rintf, __floor, __floorf): Likewise.
40242
40243         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40244         macro to inline function.
40245         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40246
40247         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40248         not <math/math_private.h>.
40249
40250 2012-03-08  David S. Miller  <davem@davemloft.net>
40251
40252         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40253         copyright year.
40254         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40255
40256 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40257
40258         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40259         normalization.
40260         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40261         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40262
40263 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40264
40265         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40266         be defined individually, they must be defined as a block.  Define
40267         S for printing a string instead of hidint the different by using a
40268         macro for adding the 'l'.
40269         * stdio-common/tst-fphex-wide.c: Adjust.
40270
40271 2012-03-07  Marek Polacek  <polacek@redhat.com>
40272
40273         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40274
40275 2012-03-08  Marek Polacek  <polacek@redhat.com>
40276
40277         [BZ #13806]
40278         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40279         * stdio-common/tst-fphex.c: Define a few macros to make the
40280         test reusable.  Use them.
40281         * stdio-common/tst-fphex-wide.c: New file.
40282
40283 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40284
40285         [BZ #6911]
40286         * manual/macros.texi (gnusystems): New macro.
40287         (nongnusystems): Likewise.
40288         (gnulinuxhurdsystems): Likewise.
40289         (gnuhurdsystems): Likewise..
40290         (gnulinuxsystems): Likewise.
40291         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40292         variants of the GNU system, not "GNU system".
40293         * manual/conf.texi: Likewise.
40294         * manual/errno.texi: Likewise.  Update example of errno macro
40295         expansion.
40296         * manual/filesys.texi: Likewise.
40297         (getumask): Document as specific to GNU/Hurd.
40298         * manual/install.texi: Likewise.  Reword some references to
40299         GNU/Linux.
40300         * manual/intro.texi: Likewise.
40301         * manual/io.texi: Likewise.
40302         (File Name Portability): Detail which constraints are inapplicable
40303         to all GNU systems and which are only inapplicable to GNU/Hurd.
40304         * manual/job.texi: Likewise.
40305         * manual/llio.texi: Likewise.
40306         (O_NOCTTY): Document as present on GNU/Linux.
40307         * manual/maint.texi: Likewise.
40308         * manual/memory.texi: Likewise.
40309         * manual/pattern.texi: Likewise.
40310         * manual/pipe.texi: Likewise.
40311         * manual/process.texi: Likewise.
40312         * manual/resource.texi: Likewise.
40313         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40314         child on GNU/Hurd.
40315         * manual/setjmp.texi: Likewise.
40316         * manual/signal.texi: Likewise.
40317         * manual/startup.texi: Likewise.
40318         * manual/stdio.texi: Likewise.
40319         * manual/terminal.texi: Likewise.
40320         (ONLCR): Document as POSIX.
40321         (OXTABS): Document availability on GNU/Linux as XTABS.
40322         (ONOEOT): Document availability separately from other bits.
40323         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40324         * manual/time.texi: Likewise.
40325         * manual/users.texi: Likewise.
40326         * INSTALL: Regenerated.
40327         * sysdeps/gnu/errlist.c: Regenerated.
40328
40329         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40330         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40331         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40332         puts.
40333         * configure: Regenerated.
40334
40335 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40336
40337         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40338         default includes instead of AC_HEADER_CHECK.
40339         * sysdeps/i386/configure: Regenerated.
40340
40341         [BZ #10716]
40342         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40343         * math/s_cacoshf.c (__cacoshf): Likewise.
40344         * math/s_cacoshl.c (__cacoshl): Likewise.
40345         * math/s_casinh.c (__casinh): Set signs of result from argument.
40346         * math/s_casinhf.c (__casinhf): Likewise.
40347         * math/s_casinhl.c (__casinhl): Likewise.
40348         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40349         (casinh_test): Add more tests.
40350         * sysdeps/i386/fpu/libm-test-ulps: Update.
40351         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40352
40353 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40354
40355         * po/zh_TW.po: Update from translation team.
40356
40357         * login/Makefile (distribute): Remove variable.
40358         * catgets/Makefile: Likewise.
40359         * mach/Makefile: Likewise.
40360         * malloc/Makefile: Likewise.
40361         * misc/Makefile: Likewise.
40362         * iconv/Makefile: Likewise.
40363         * nscd/Makefile: Likewise.
40364         * hurd/Makefile: Likewise.
40365         * manual/Makefile: Likewise.
40366         * locale/Makefile: Likewise.
40367         * intl/Makefile: Likewise.
40368         * conform/Makefile: Likewise.
40369         * nss/Makefile: Likewise.
40370         * time/Makefile: Likewise.
40371         * soft-fp/Makefile: Likewise.
40372         * dirent/Makefile: Likewise.
40373         * gmon/Makefile: Likewise.
40374         * po/Makefile: Likewise.
40375         * rt/Makefile: Likewise.
40376         * socket/Makefile: Likewise.
40377         * math/Makefile: Likewise.
40378         * signal/Makefile: Likewise.
40379         * debug/Makefile: Likewise.
40380         * elf/Makefile: Likewise.
40381         * timezone/Makefile: Likewise.
40382         * stdlib/Makefile: Likewise.
40383         * iconvdata/Makefile: Likewise.
40384         * sunrpc/Makefile: Likewise.
40385         * io/Makefile: Likewise.
40386         * argp/Makefile: Likewise.
40387         * inet/Makefile: Likewise.
40388         * hesiod/Makefile: Likewise.
40389         * grp/Makefile: Likewise.
40390         * csu/Makefile: Likewise.
40391         * wctype/Makefile: Likewise.
40392         * crypt/Makefile: Likewise.
40393         * libio/Makefile: Likewise.
40394         * string/Makefile: Likewise.
40395         * nis/Makefile: Likewise.
40396         * resolv/Makefile: Likewise.
40397         * stdio-common/Makefile: Likewise.
40398         * wcsmbs/Makefile: Likewise.
40399         * dlfcn/Makefile: Likewise.
40400         * posix/Makefile: Likewise.
40401
40402         [BZ #6959]
40403         * timezone/Makefile: Don't install timezone files, just the programs
40404         and scripts.
40405
40406 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40407
40408         * nss/databases.def: Add missing gshadow entry.
40409
40410         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40411
40412 2012-03-06  Marek Polacek  <polacek@redhat.com>
40413
40414         [BZ #13726]
40415         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40416         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40417         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40418         * stdio-common/tst-long-dbl-fphex.c: New file.
40419
40420 2012-03-06  David S. Miller  <davem@davemloft.net>
40421
40422         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40423         (set_obp_int): New function.
40424         (get_obp_int): New function.
40425         (__get_clockfreq_via_dev_openprom): Likewise.
40426         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40427         Avoid unused variable warnings on 'val' and use builtin_expect.
40428         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40429         __builtin_expect.
40430         (INLINE_CLONE_SYSCALL): Likewise.
40431
40432 2012-03-05  David S. Miller  <davem@davemloft.net>
40433
40434         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40435
40436 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40437
40438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40439
40440         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40441         only for |x| >= 40.
40442         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40443
40444 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40445
40446         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40447         Replace gettimeofday with __vdso_gettimeofday.
40448
40449         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40450         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40451         __vdso_clock_gettime and __vdso_getcpu.
40452
40453         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40454         time with __vdso_time.
40455
40456 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40457
40458         * manual/lang.texi (size_t): Note types to which size_t may be
40459         equivalent with the GNU C Library, but do not describe when
40460         differences between them are significant.
40461
40462 2012-03-05  Andreas Jaeger  <aj@suse.de>
40463
40464         * sysdeps/i386/fpu/libm-test-ulps: Update.
40465
40466 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40467
40468         [BZ #3976]
40469         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40470         (__ieee754_pow): Save and restore rounding mode and use
40471         round-to-nearest for main computations.
40472         * math/libm-test.inc (pow_test_tonearest): New function.
40473         (pow_test_towardzero): Likewise.
40474         (pow_test_downward): Likewise.
40475         (pow_test_upward): Likewise.
40476         (main): Call the new functions.
40477         * sysdeps/i386/fpu/libm-test-ulps: Update.
40478         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40479
40480         [BZ #3976]
40481         * math/libm-test.inc (cosh_test_tonearest): New function.
40482         (cosh_test_towardzero): Likewise.
40483         (cosh_test_downward): Likewise.
40484         (cosh_test_upward): Likewise.
40485         (sinh_test_tonearest): Likewise.
40486         (sinh_test_towardzero): Likewise.
40487         (sinh_test_downward): Likewise.
40488         (sinh_test_upward): Likewise.
40489         (main): Call the new functions.
40490         * sysdeps/i386/fpu/libm-test-ulps: Update.
40491         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40492
40493 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40494
40495         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40496         default stack guard is set in last bytes.
40497         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40498
40499 2012-03-05  Kees Cook  <keescook@chromium.org>
40500
40501         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40502
40503         [BZ #13656]
40504         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40505         possibly allocate from heap instead of stack.
40506         * stdio-common/bug-vfprintf-nargs.c: New file.
40507         * stdio-common/Makefile (tests): Add nargs overflow test.
40508
40509 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40510
40511         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40512
40513 2012-03-03  Marek Polacek  <polacek@redhat.com>
40514
40515         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40516         * math/math_private.h: Likewise.
40517         * stdlib/tst-strtod.c: Likewise.
40518         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40519         * sysdeps/x86_64/bits/atomic.h: Likewise.
40520
40521 2012-03-02  David S. Miller  <davem@davemloft.net>
40522
40523         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40524         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40525         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40526         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40527         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40528         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40529         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40530         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40531
40532 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40533
40534         [BZ #13792]
40535         * manual/examples/README: New file, says the example source files
40536         can be used under GPL>=2.
40537         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40538         line containing just "*/".
40539         * manual/examples/add.c: Add copyright header (GPL>=2).
40540         * manual/examples/argp-ex1.c: Likewise.
40541         * manual/examples/argp-ex2.c: Likewise.
40542         * manual/examples/argp-ex3.c: Likewise.
40543         * manual/examples/argp-ex4.c: Likewise.
40544         * manual/examples/atexit.c: Likewise.
40545         * manual/examples/db.c: Likewise.
40546         * manual/examples/dir.c: Likewise.
40547         * manual/examples/dir2.c: Likewise.
40548         * manual/examples/execinfo.c: Likewise.
40549         * manual/examples/filecli.c: Likewise.
40550         * manual/examples/filesrv.c: Likewise.
40551         * manual/examples/fmtmsgexpl.c: Likewise.
40552         * manual/examples/genpass.c: Likewise.
40553         * manual/examples/inetcli.c: Likewise.
40554         * manual/examples/inetsrv.c: Likewise.
40555         * manual/examples/isockad.c: Likewise.
40556         * manual/examples/longopt.c: Likewise.
40557         * manual/examples/memopen.c: Likewise.
40558         * manual/examples/memstrm.c: Likewise.
40559         * manual/examples/mkfsock.c: Likewise.
40560         * manual/examples/mkisock.c: Likewise.
40561         * manual/examples/mygetpass.c: Likewise.
40562         * manual/examples/pipe.c: Likewise.
40563         * manual/examples/popen.c: Likewise.
40564         * manual/examples/rprintf.c: Likewise.
40565         * manual/examples/search.c: Likewise.
40566         * manual/examples/select.c: Likewise.
40567         * manual/examples/setjmp.c: Likewise.
40568         * manual/examples/sigh1.c: Likewise.
40569         * manual/examples/sigusr.c: Likewise.
40570         * manual/examples/stpcpy.c: Likewise.
40571         * manual/examples/strdupa.c: Likewise.
40572         * manual/examples/strftim.c: Likewise.
40573         * manual/examples/strncat.c: Likewise.
40574         * manual/examples/subopt.c: Likewise.
40575         * manual/examples/swapcontext.c: Likewise.
40576         * manual/examples/termios.c: Likewise.
40577         * manual/examples/testopt.c: Likewise.
40578         * manual/examples/testpass.c: Likewise.
40579         * manual/examples/timeval_subtract.c: Likewise.
40580
40581         [BZ #13792]
40582         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40583         function to ...
40584         * manual/timeval_subtract.c.texi: ... here, new file.
40585
40586 2012-03-02  David S. Miller  <davem@davemloft.net>
40587
40588         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40589
40590 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40591
40592         [BZ #3976]
40593         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40594         (__sin): Save and restore rounding mode and use round-to-nearest
40595         for all computations.
40596         (__cos): Save and restore rounding mode and use round-to-nearest
40597         for all computations.
40598         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40599         <fenv.h>.
40600         (tan): Save and restore rounding mode and use round-to-nearest for
40601         all computations.
40602         * math/libm-test.inc (cos_test_tonearest): New function.
40603         (cos_test_towardzero): Likewise.
40604         (cos_test_downward): Likewise.
40605         (cos_test_upward): Likewise.
40606         (sin_test_tonearest): Likewise.
40607         (sin_test_towardzero): Likewise.
40608         (sin_test_downward): Likewise.
40609         (sin_test_upward): Likewise.
40610         (tan_test_tonearest): Likewise.
40611         (tan_test_towardzero): Likewise.
40612         (tan_test_downward): Likewise.
40613         (tan_test_upward): Likewise.
40614         (main): Call the new functions.
40615         * sysdeps/i386/fpu/libm-test-ulps: Update.
40616         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40617
40618         [BZ #10135]
40619         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40620         small n, then large n, before computing and testing k+n.
40621         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40622         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40623         Likewise.
40624         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40625         Likewise.
40626         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40627         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40628         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40629         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40630         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40631         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40632         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40633         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40634         * math/libm-test.inc (scalbn_test): Add more tests.
40635         (scalbln_test): Likewise.
40636
40637         * manual/filesys.texi (mode_t): Describe constraints on size and
40638         signedness, not exact equivalence to a particular type.
40639         (ino_t): Likewise.
40640         (ino64_t): Likewise.
40641         (dev_t): Likewise.
40642         (nlink_t): Likewise.
40643         (blkcnt_t): Likewise.
40644         (blkcnt64_t): Likewise.
40645         * manual/llio.texi (off_t): Likewise.
40646
40647         [BZ #3976]
40648         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40649         (__ieee754_exp): Save and restore rounding mode and use
40650         round-to-nearest for all computations.
40651         * math/libm-test.inc (exp_test_tonearest): New function.
40652         (exp_test_towardzero): Likewise.
40653         (exp_test_downward): Likewise.
40654         (exp_test_upward): Likewise.
40655         (main): Call the new functions.
40656         * sysdeps/i386/fpu/libm-test-ulps: Update.
40657         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40658
40659 2012-03-01  Chris Demetriou  <cgd@google.com>
40660
40661         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40662         have predictable order.
40663
40664 2012-03-01  David S. Miller  <davem@davemloft.net>
40665
40666         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40667
40668         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40669         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40670         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40671         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40672
40673         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40674         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40675         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40676         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40677         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40678         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40679         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40680         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40681         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40682
40683         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40684
40685         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40686         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40687         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40688
40689         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40690         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40691         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40692         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40693         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40694         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40695         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40696         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40697         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40698         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40699         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40700         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40701         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40702         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40703         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40704         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40705         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40706         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40707         * sysdeps/sparc/elf/configure: Regenerated.
40708
40709 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40710
40711         * configure.in (AS, LD): Require binutils 2.20 or later.
40712         * configure: Regenerated.
40713         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40714         as required minimum version.
40715         * INSTALL: Regenerated.
40716
40717         [BZ #2541]
40718         [BZ #4108]
40719         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40720         before squaring exponent.
40721         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40722         bottom long double and 27 bits of top long double before squaring
40723         exponent.
40724         * math/libm-test.inc (erfc_test): Add more tests.
40725         * sysdeps/i386/fpu/libm-test-ulps: Update.
40726         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40728
40729 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40730
40731         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40732         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40733         containing bit-fields.
40734         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40735         * soft-fp/single.h (_FP_UNION_S): Likewise.
40736         * soft-fp/double.h (_FP_UNION_D): Likewise.
40737
40738 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40739
40740         [BZ #13786]
40741         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40742         not include ../strcmp.S.
40743         [USE_AS_STRNCASECMP_L]: Likewise.
40744         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40745         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40746         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40747         (__strncasecmp_l_ia32): Define as alias to
40748         __strncasecmp_l_nonascii.
40749
40750         [BZ #5794]
40751         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40752         * sysdeps/i386/fpu/libm-test-ulps: Update.
40753         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40754
40755         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40756         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40757
40758 2012-02-29  Jeff Law  <law@redhat.com>
40759
40760         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40761         out of bounds read.
40762
40763 2012-02-29  Marek Polacek  <polacek@redhat.com>
40764
40765         [BZ #13706]
40766         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40767         * elf/Makefile: Add rules to run tst-unused-dep.out.
40768
40769 2012-02-28  David S. Miller  <davem@davemloft.net>
40770
40771         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40772         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40773         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40774         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40775         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40776         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40777
40778 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40779
40780         * math/libm-test.inc (llround_test): Move one test from
40781         lround_test.  Use TEST_f_L in moved test.
40782         (lround_test): Move misplaced test to llround_test.  Add testcase
40783         from bug 2561.
40784
40785 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40786
40787         * sysdeps/x86_64/fpu/e_expf.S: New file.
40788         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40789
40790 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40791
40792         [BZ #13637]
40793         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40794         of remain_len that may cause incomplete multi-byte character and
40795         false match.
40796         * posix/bug-regex33.c: New file.
40797         * posix/Makefile (tests): Add bug-regex33.
40798
40799 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40800
40801         * manual/macros.texi: New file.
40802         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40803         * manual/libc.texinfo: Include macros.texi.
40804         * manual/creatute.texi: Likewise.
40805         * manual/install.texi: Likewise.
40806         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40807         @glibcadj{} in references to the GNU C Library.
40808         * manual/charset.texi: Likewise.
40809         * manual/conf.texi: Likewise.
40810         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40811         when not using those macros.
40812         * manual/creature.texi: Likewise.
40813         * manual/crypt.texi: Likewise.
40814         * manual/errno.texi: Likewise.
40815         * manual/filesys.texi: Likewise.
40816         * manual/header.texi: Likewise.
40817         * manual/install.texi: Likewise.
40818         * manual/intro.texi: Likewise.
40819         * manual/io.texi: Likewise.
40820         * manual/job.texi: Likewise.
40821         * manual/lang.texi: Likewise.
40822         * manual/libc.texiinfo: Likewise.
40823         * manual/llio.texi: Likewise.
40824         * manual/locale.texi: Likewise.
40825         * manual/maint.texi: Likewise.
40826         * manual/math.texi: Likewise.
40827         * manual/memory.texi: Likewise.
40828         * manual/message.texi: Likewise.
40829         * manual/nss.texi: Likewise.
40830         * manual/pattern.texi: Likewise.
40831         * manual/process.texi: Likewise.
40832         * manual/resource.texi: Likewise.
40833         * manual/search.texi: Likewise.
40834         * manual/setjmp.texi: Likewise.
40835         * manual/signal.texi: Likewise.
40836         * manual/socket.texi: Likewise.
40837         * manual/startup.texi: Likewise.
40838         * manual/stdio.texi: Likewise.
40839         * manual/string.texi: Likewise.
40840         * manual/sysinfo.texi: Likewise.
40841         * manual/syslog.texi: Likewise.
40842         * manual/terminal.texi: Likewise.
40843         * manual/time.texi: Likewise.
40844         * manual/users.texi: Likewise.
40845         * INSTALL: Regenerated.
40846         * NOTES: Regenerated.
40847         * sysdeps/gnu/errlist.c: Regenerated.
40848
40849 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40850
40851         * include/dirent.h: Include <dirstream.h> before
40852         <dirent/dirent.h>.
40853
40854 2012-02-28  David S. Miller  <davem@davemloft.net>
40855
40856         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40857         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40858         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40859         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40860
40861 2012-02-27  David S. Miller  <davem@davemloft.net>
40862
40863         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40864         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40865         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40866         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40867
40868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40869         frame pointer instead of stack pointer relative arg slot.
40870         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40871         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40872         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40873
40874 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40875
40876         [BZ #3992]
40877         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40878
40879 2012-02-27  David S. Miller  <davem@davemloft.net>
40880
40881         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40882         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40883         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40884         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40885         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40886         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40887         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40888         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40889
40890 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40891
40892         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40893         later.  Allow versions 5-9.
40894         * configure: Regenerated.
40895         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40896         required minimum version and 4.6 as recommended version.  Do not
40897         mention bugs in GCC 2.7 and 2.8.
40898         * INSTALL: Regenerated.
40899
40900 2012-02-27  David S. Miller  <davem@davemloft.net>
40901
40902         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40903         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40904         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40905         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40906         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40907         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40908         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40909         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40910
40911         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40912         manipulate bits before adding and subtracting TWO112[sx].
40913         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40914
40915 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40916
40917         [BZ #13775]
40918         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40919         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40920         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40921         being in POSIX, because they are in 1003.1-2008.
40922
40923         * rt/tst-aio.c: Include <fcntl.h>.
40924         * rt/tst-aio7.c: Likewise.
40925         * rt/tst-aio64.c: Likewise.
40926
40927         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40928
40929 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40930
40931         * manual/install.texi (--with-headers): Describe headers as
40932         interface headers, not private headers.
40933         (Specific advice for GNU/Linux systems): Describe use of headers
40934         from "make headers_install", not private headers from older
40935         kernels.
40936         * INSTALL: Regenerated.
40937         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40938         Change to 2.6.19.
40939         * sysdeps/unix/sysv/linux/configure: Regenerated.
40940
40941         * manual/llio.texi (fclean): Remove documentation.
40942
40943         * manual/Makefile (libc-texi-generated): New variable.  Include
40944         version.texi.
40945         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40946         $(libc-texi-generated), not duplicated list of files.
40947         (version.texi, stamp-version): New rules.
40948         (realclean): Remove $(libc-texi-generated), not individual files
40949         from that list.  Do not remove dir-add.texinfo.
40950         * manual/libc.texinfo: Comment out uses of edition numbers and
40951         references to printed manual.  Remove last-updated dates.
40952         (EDITION): Comment out.
40953         (ISBN): Likewise.
40954         (VERSION, UPDATED): Remove.
40955         (version.texi): Include.
40956
40957 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40958
40959         * sysdeps/posix/spawni.c: Include <signal.h>.
40960         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40961         * sysdeps/pthread/aio_fsync.c: Likewise.
40962
40963 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40964
40965         * conform/Makefile (tests): Run only when not cross-compiling and
40966         when fast-check is not defined.
40967
40968         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40969         * conform/data/limits.h-data: Fixes for POSIX2008.
40970         * conform/run-conformtest.sh: Run all tests.
40971         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40972         headers.
40973         * include/bits/dlfcn.h: Likewise.
40974         * include/langinfo.h: Likewise.
40975         * include/monetary.h: Likewise.
40976         * include/sys/poll.h: Likewise.
40977
40978         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40979         for __USE_GNU.
40980         * posix/spawn.h: Define __need_sigset_t.
40981         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40982         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40983         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40984         to get sigevent_t only.
40985         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40986         only for __USE_GNU.
40987         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40988         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40989         process_vm_writev only for __USE_GNU.
40990         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40991
40992         * conform/Makefile: For now ignore errors from run-conformtest.
40993         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40994         POSIX to avoid namespace pollution.  Don't prepend headers.
40995         * conform/data/aio.h-data: Fixes for POSIX testing.
40996         * conform/data/fcntl.h-data: Likewise.
40997         * conform/data/glob.h-data: Likewise.
40998         * conform/data/grp.h-data: Likewise.
40999         * conform/data/pthread.h-data: Likewise.
41000         * conform/data/pwd.h-data: Likewise.
41001         * conform/data/signal.h-data: Likewise.
41002         * conform/data/spawn.h-data: Likewise.
41003         * conform/data/stdio.h-data: Likewise.
41004         * conform/data/stdlib.h-data: Likewise.
41005         * conform/data/stropts.h-data: Likewise.
41006         * conform/data/sys/mman.h-data: Likewise.
41007         * conform/data/sys/stat.h-data: Likewise.
41008         * conform/data/sys/types.h-data: Likewise.
41009         * conform/data/sys/wait.h-data: Likewise.
41010         * conform/data/time.h-data: Likewise.
41011         * conform/data/unistd.h-data: Likewise.
41012         * conform/data/utime.h-data: Likewise.
41013
41014         * io/sys/stat.h: fchmod was always in POSIX.
41015         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41016         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41017         * rt/aio.h: Define __need_timespec before including <time.h>.
41018         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41019         struct.  Add forward declaration of pthread_attr_t and use it in
41020         sigevent.
41021         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41022         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41023         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41024         always remove CLK_TCK definition.
41025
41026 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41027
41028         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41029
41030 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41031
41032         * conform/run-conformtest.sh: New file.
41033         * conform/Makefile: Run run-conformtest for tests.
41034         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41035         support.
41036
41037         * conform/data/uchar.h-data: New file.
41038         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41039         * conform/data/arpa/inet.h-data: Likewise.
41040         * conform/data/assert.h-data: Likewise.
41041         * conform/data/complex.h-data: Likewise.
41042         * conform/data/cpio.h-data: Likewise.
41043         * conform/data/ctype.h-data: Likewise.
41044         * conform/data/dirent.h-data: Likewise.
41045         * conform/data/dlfcn.h-data: Likewise.
41046         * conform/data/errno.h-data: Likewise.
41047         * conform/data/fcntl.h-data: Likewise.
41048         * conform/data/float.h-data: Likewise.
41049         * conform/data/fmtmsg.h-data: Likewise.
41050         * conform/data/fnmatch.h-data: Likewise.
41051         * conform/data/ftw.h-data: Likewise.
41052         * conform/data/glob.h-data: Likewise.
41053         * conform/data/grp.h-data: Likewise.
41054         * conform/data/iconv.h-data: Likewise.
41055         * conform/data/inttypes.h-data: Likewise.
41056         * conform/data/langinfo.h-data: Likewise.
41057         * conform/data/libgen.h-data: Likewise.
41058         * conform/data/limits.h-data: Likewise.
41059         * conform/data/locale.h-data: Likewise.
41060         * conform/data/math.h-data: Likewise.
41061         * conform/data/monetary.h-data: Likewise.
41062         * conform/data/mqueue.h-data: Likewise.
41063         * conform/data/ndbm.h-data: Likewise.
41064         * conform/data/net/if.h-data: Likewise.
41065         * conform/data/netdb.h-data: Likewise.
41066         * conform/data/netinet/in.h-data: Likewise.
41067         * conform/data/nl_types.h-data: Likewise.
41068         * conform/data/poll.h-data: Likewise.
41069         * conform/data/pthread.h-data: Likewise.
41070         * conform/data/pwd.h-data: Likewise.
41071         * conform/data/regex.h-data: Likewise.
41072         * conform/data/sched.h-data: Likewise.
41073         * conform/data/search.h-data: Likewise.
41074         * conform/data/semaphore.h-data: Likewise.
41075         * conform/data/setjmp.h-data: Likewise.
41076         * conform/data/signal.h-data: Likewise.
41077         * conform/data/spawn.h-data: Likewise.
41078         * conform/data/stdarg.h-data: Likewise.
41079         * conform/data/stdio.h-data: Likewise.
41080         * conform/data/stdlib.h-data: Likewise.
41081         * conform/data/string.h-data: Likewise.
41082         * conform/data/strings.h-data: Likewise.
41083         * conform/data/stropts.h-data: Likewise.
41084         * conform/data/sys/ipc.h-data: Likewise.
41085         * conform/data/sys/mman.h-data: Likewise.
41086         * conform/data/sys/msg.h-data: Likewise.
41087         * conform/data/sys/resource.h-data: Likewise.
41088         * conform/data/sys/select.h-data: Likewise.
41089         * conform/data/sys/sem.h-data: Likewise.
41090         * conform/data/sys/shm.h-data: Likewise.
41091         * conform/data/sys/socket.h-data: Likewise.
41092         * conform/data/sys/stat.h-data: Likewise.
41093         * conform/data/sys/statvfs.h-data: Likewise.
41094         * conform/data/sys/time.h-data: Likewise.
41095         * conform/data/sys/timeb.h-data: Likewise.
41096         * conform/data/sys/times.h-data: Likewise.
41097         * conform/data/sys/types.h-data: Likewise.
41098         * conform/data/sys/uio.h-data: Likewise.
41099         * conform/data/sys/un.h-data: Likewise.
41100         * conform/data/sys/utsname.h-data: Likewise.
41101         * conform/data/sys/wait.h-data: Likewise.
41102         * conform/data/syslog.h-data: Likewise.
41103         * conform/data/tar.h-data: Likewise.
41104         * conform/data/termios.h-data: Likewise.
41105         * conform/data/utime.h-data: Likewise.
41106         * conform/data/utmpx.h-data: Likewise.
41107         * conform/data/varargs.h-data: Likewise.
41108         * conform/data/wchar.h-data: Likewise.
41109         * conform/data/wctype.h-data: Likewise.
41110         * conform/data/wordexp.h-data: Likewise.
41111
41112         * include/stropts.h: New file.
41113         * include/uchar.h: New file.
41114         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41115         * include/assert.h: Likewise.
41116         * include/ctype.h: Likewise.
41117         * include/dirent.h: Likewise.
41118         * include/dlfcn.h: Likewise.
41119         * include/fcntl.h: Likewise.
41120         * include/fnmatch.h: Likewise.
41121         * include/glob.h: Likewise.
41122         * include/grp.h: Likewise.
41123         * include/libio.h: Likewise.
41124         * include/locale.h: Likewise.
41125         * include/math.h: Likewise.
41126         * include/net/if.h: Likewise.
41127         * include/netdb.h: Likewise.
41128         * include/netinet/in.h: Likewise.
41129         * include/pthread.h: Likewise.
41130         * include/pwd.h: Likewise.
41131         * include/regex.h: Likewise.
41132         * include/sched.h: Likewise.
41133         * include/search.h: Likewise.
41134         * include/setjmp.h: Likewise.
41135         * include/signal.h: Likewise.
41136         * include/stdio.h: Likewise.
41137         * include/stdlib.h: Likewise.
41138         * include/string.h: Likewise.
41139         * include/sys/cdefs.h: Likewise.
41140         * include/sys/mman.h: Likewise.
41141         * include/sys/msg.h: Likewise.
41142         * include/sys/resource.h: Likewise.
41143         * include/sys/select.h: Likewise.
41144         * include/sys/socket.h: Likewise.
41145         * include/sys/stat.h: Likewise.
41146         * include/sys/statvfs.h: Likewise.
41147         * include/sys/time.h: Likewise.
41148         * include/sys/times.h: Likewise.
41149         * include/sys/uio.h: Likewise.
41150         * include/sys/utsname.h: Likewise.
41151         * include/sys/wait.h: Likewise.
41152         * include/termios.h: Likewise.
41153         * include/time.h: Likewise.
41154         * include/ulimit.h: Likewise.
41155         * include/unistd.h: Likewise.
41156         * include/utime.h: Likewise.
41157         * include/wchar.h: Likewise.
41158         * include/wctype.h: Likewise.
41159         * include/wordexp.h: Likewise.
41160
41161         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41162
41163         * time/time.h: TIME_UTC must be a macro.
41164         Make timespec_get available for ISO C11 only as well.
41165
41166 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41167
41168         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41169         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41170
41171 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41172
41173         * configure.in: Use -o not -a in test for unsupported multi-arch.
41174
41175 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41176
41177         * manual/texinfo.tex: Update to version 2012-01-19.16.
41178
41179 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41180
41181         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41182
41183 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41184
41185         [BZ #13738]
41186         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41187         * manual/fdl-1.3.texi: New file.
41188         * manual/fdl-1.1.texi: File removed.
41189
41190         [BZ #13738]
41191         * manual/libc.texinfo (FDL_VERSION): New @set.
41192         Use it for mention of FDL in cover text.
41193         (Documentation License): Use it in @include file name.
41194
41195 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41196             Roland McGrath  <roland@hack.frob.com>
41197
41198         [BZ #5461]
41199         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41200         (not LONG_LONG_MAX and LONG_LONG_MIN.
41201         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41202         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41203         name.
41204         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41205
41206 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41207
41208         [BZ #2547]
41209         [BZ #11365]
41210         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41211         manipulate bits before adding and subtracting TWO23[sx].
41212         * math/libm-test.inc (nearbyint_test): Add more tests.
41213
41214 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41215
41216         [BZ #2548]
41217         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41218         bits before adding and subtracting TWO23[sx].
41219         * math/libm-test.inc (rint_test): Add more tests.
41220         (rint_test_tonearest): Likewise.
41221         (rint_test_towardzero): Likewise.
41222         (rint_test_downward): Likewise.
41223         (rint_test_upward: Likewise.
41224
41225 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41226
41227         [BZ #10110]
41228         * include/stdc-predef.h: New file.  Extracted from features.h.
41229         * include/features.h: Include stdc-predef.h.
41230         * Makefile (headers): Add stdc-predef.h.
41231         * CONFORMANCE (Compiler limitations): Update.
41232
41233 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41234
41235         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41236
41237 2012-02-21  David S. Miller  <davem@davemloft.net>
41238
41239         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41240         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41241
41242 2012-02-20  David S. Miller  <davem@davemloft.net>
41243
41244         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41245         using a normal save/restore sequence, rather than allocating a
41246         dummy stack frame just to store a frame pointer and restore.
41247         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41248
41249 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41250
41251         * manual/install.texi: Fix stray word in line-wrapped comment.
41252
41253 2012-02-20  David S. Miller  <davem@davemloft.net>
41254
41255         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41256         both binutils and gcc support GOTDATA.
41257
41258         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41259         "rd %pc" in the PIC register setup sequences.
41260
41261         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41262         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41263         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41264         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41265         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41266         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41267         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41268         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41269         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41270         (SYSCALL_ERROR_HANDLER): Likewise.
41271         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41272         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41273         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41274         (SYSCALL_ERROR_HANDLER): Likewise.
41275
41276         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41277         (HAVE_GCC_GOTDATA): New.
41278         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41279         relocation support in both binutils and gcc.
41280         * sysdeps/sparc/elf/configure: Regenerate.
41281
41282         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41283         * sysdeps/sparc/sparc32/elf/configure: Delete.
41284         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41285         * sysdeps/sparc/sparc64/elf/configure: Delete.
41286         * sysdeps/sparc/elf/configure.in: New file.
41287         * sysdeps/sparc/elf/configure: Generate.
41288
41289         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41290         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41291         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41292         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41293         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41294
41295 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41296
41297         * manual/install.texi: Do not mention specific glibc version
41298         numbers.
41299         * manual/libc.texinfo (VERSION, UPDATED): Update.
41300         (@copying): Use @copyright{} and range of years.
41301
41302 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41303
41304         [BZ #13695]
41305         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41306         [crti.S not in sysdirs] (generated): Do not append.
41307         [crti.S not in sysdirs] (omit-deps): Likewise.
41308         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41309         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41310         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41311         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41312         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41313         Likewise.
41314         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41315         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41316         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41317         * csu/defs.awk: Remove file.
41318         * sysdeps/generic/initfini.c: Likewise.
41319         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41320         variable.
41321         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41322         Likewise.
41323
41324 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41325
41326         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41327         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41328         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41329         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41330         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41331         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41332         <bits/epoll.h>.
41333         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41334         (__EPOLL_PACKED): Define to empty if not defined by
41335         <bits/epoll.h>.
41336         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41337         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41338         bits/epoll.h.
41339
41340 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41341
41342         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41343         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41344         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41345         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41346         <bits/timerfd.h>.
41347         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41348         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41349         bits/timerfd.h.
41350
41351 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41352
41353         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41354         in C locale.
41355         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41356         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41357         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41358         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41359
41360 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41361
41362         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41363         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41364
41365 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41366
41367         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41368         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41369         defined.
41370         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41371         Likewise.
41372         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41373         entry for 2.16.
41374
41375 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41376
41377         * math/w_acos.c: Use non-signaling floating-point comparisons.
41378         * math/w_acosf.c: Likewise.
41379         * math/w_acosh.c: Likewise.
41380         * math/w_acoshf.c: Likewise.
41381         * math/w_acoshl.c: Likewise.
41382         * math/w_acosl.c: Likewise.
41383         * math/w_asin.c: Likewise.
41384         * math/w_asinf.c: Likewise.
41385         * math/w_asinl.c: Likewise.
41386         * math/w_atanh.c: Likewise.
41387         * math/w_atanhf.c: Likewise.
41388         * math/w_atanhl.c: Likewise.
41389         * math/w_exp2.c: Likewise.
41390         * math/w_exp2f.c: Likewise.
41391         * math/w_exp2l.c: Likewise.
41392         * math/w_j0.c: Likewise.
41393         * math/w_j0f.c: Likewise.
41394         * math/w_j0l.c: Likewise.
41395         * math/w_j1.c: Likewise.
41396         * math/w_j1f.c: Likewise.
41397         * math/w_j1l.c: Likewise.
41398         * math/w_jn.c: Likewise.
41399         * math/w_jnf.c: Likewise.
41400         * math/w_log.c: Likewise.
41401         * math/w_log10.c: Likewise.
41402         * math/w_log10f.c: Likewise.
41403         * math/w_log10l.c: Likewise.
41404         * math/w_log2.c: Likewise.
41405         * math/w_log2f.c: Likewise.
41406         * math/w_log2l.c: Likewise.
41407         * math/w_logf.c: Likewise.
41408         * math/w_logl.c: Likewise.
41409         * math/w_sqrt.c: Likewise.
41410         * math/w_sqrtf.c: Likewise.
41411         * math/w_sqrtl.c: Likewise.
41412         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41413         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41414         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41415         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41416         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41417
41418 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41419
41420         [BZ #9739]
41421         * manual/string.texi (strnlen): Use correct parameter name in
41422         equivalent expression.
41423
41424 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41425
41426         [BZ #11174]
41427         * manual/users.texi (seteuid): Consistently use neweuid for
41428         argument name.
41429
41430 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41431
41432         [BZ #13704]
41433         * manual/nss.texi (Services in the NSS configuration): Correct
41434         list of services in example configuration file.
41435
41436 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41437
41438         [BZ #11322]
41439         * manual/arith.texi: Remove statements about negative zero
41440         behaving identically to zero.
41441
41442 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41443
41444         [BZ #5993]
41445         * manual/install.texi: Do not document upgrading from libc5.
41446
41447 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41448
41449         [BZ #4596]
41450         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41451
41452 2012-02-18  David S. Miller  <davem@davemloft.net>
41453
41454         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41455         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41456         %o7 across the call.
41457         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41458         instead.
41459         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41460         SETUP_PIC_REG_LEAF.
41461         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41462         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41463         * sysdeps/sparc/crtn.S: Likewise.
41464
41465 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41466
41467         * aout/Makefile: Remove.
41468
41469 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41470
41471         [BZ #13058]
41472         * manual/examples/argp-ex1.c (main): Format definition in GNU
41473         style.
41474         * manual/examples/argp-ex2.c (main): Likewise.
41475         * manual/examples/argp-ex3.c (main): Likewise.
41476         * manual/examples/argp-ex4.c (main): Likewise.
41477         * manual/examples/longopt.c (main): Use new-style prototype
41478         definition.
41479         * manual/examples/strncat.c (main): Specify return type and use
41480         (void) for arguments.
41481         * manual/examples/subopt.c (main): Use char **argv argument.
41482
41483 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41484
41485         [BZ #5077]
41486         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41487         rounding modes.
41488
41489 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41490
41491         [BZ #6907]
41492         * manual/string.texi (strchr): Change when strchrnul is
41493         recommended.
41494
41495 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41496
41497         [BZ #174]
41498         * manual/locale.texi (setlocale): Document LOCPATH.
41499
41500 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41501
41502         [BZ #10210]
41503         * manual/process.texi (execle): Move @dots{} before last argument.
41504
41505 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41506
41507         [BZ #12047]
41508         * manual/charset.texi (Generic Charset Conversion): Fix typo
41509         (LC_TYPE -> LC_CTYPE).
41510
41511 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41512
41513         [BZ #5805]
41514         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41515         (scalbnf): Likewise.
41516         (scalbnl): Likewise.
41517         (scalbln): Likewise.
41518         (scalblnf): Likewise.
41519         (scalblnl): Likewise.
41520         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41521         (vwarnx): Likewise.
41522         (verr): Likewise.
41523         (verrx): Likewise.
41524         * manual/filesys.texi (telldir): Use braces around return type.
41525         * manual/llio.texi (mmap): Add space after comma.
41526         (mmap64): Likewise.
41527         * manual/math.texi (jn): Use @var{} on parameter names.
41528         (jnf): Likewise.
41529         (jnl): Likewise.
41530         (yn): Likewise.
41531         (ynf): Likewise.
41532         (ynl): Likewise.
41533         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41534         line.
41535         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41536         "...".
41537         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41538         (sched_get_priority_max): Likewise.
41539         * manual/signal.texi (sigvec): Add space after comma.
41540         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41541         names.
41542         (if_indextoname): Likewise.
41543         (if_freenameindex): Likewise.
41544         (sendto): Use ',' instead of '.' in prototype.
41545         * manual/startup.texi (syscall): Use @dots{} instead of literal
41546         "...".
41547         * manual/stdio.texi (__fpending): Separate initial words of
41548         paragraph from @deftypefun line.
41549         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41550         "...".
41551         (vsyslog): Use @var{} on parameter names.
41552         * manual/terminal.texi (stty): Use @var{} on parameter names.
41553         * manual/users.texi (getutmp): Use @var{} on parameter names.
41554         (getutmpx): Likewise.
41555
41556 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41557
41558         [BZ #6884]
41559         * manual/stdio.texi (fopen): Fix typos in description of
41560         ",ccs=STRING".
41561
41562 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41563
41564         [BZ #4026]
41565         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41566         get clock_id definition.
41567
41568 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41569
41570         [BZ #4822]
41571         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41572         (madvise): Cast every argument to void on its own.
41573
41574 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41575
41576         [BZ #9902]
41577         * manual/startup.texi (Exit Status): Fix typo.
41578
41579 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41580
41581         [BZ #10140]
41582         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41583         * manual/examples/argp-ex2.c: Likewise.
41584         * manual/examples/argp-ex3.c: Likewise.
41585
41586 2012-02-16  Richard Henderson  <rth@redhat.com>
41587
41588         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41589         * sysdeps/s390/s390-32/initfini.c: Remove.
41590         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41591         * sysdeps/s390/s390-64/initfini.c: Remove.
41592
41593 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41594
41595         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41596         compiler output for sysdeps/generic/initfini.c.
41597         * sysdeps/sh/elf/initfini.c: Remove file.
41598
41599 2012-02-16  David S. Miller  <davem@davemloft.net>
41600
41601         [BZ #11494]
41602         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41603
41604         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41605         * sysdeps/sparc/crti.S: New file.
41606         * sysdeps/sparc/crtn.S: New file.
41607         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41608         * sysdeps/sparc/sparc64/Makefile: Likewise.
41609
41610 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41611
41612         [BZ #3335]
41613         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41614
41615 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41616
41617         [BZ #4822]
41618         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41619
41620         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41621         (write, read, close): Likewise.
41622         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41623
41624 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41625
41626         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41627         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41628         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41629         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41630         <bits/signalfd.h>.
41631         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41632         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41633         bits/signalfd.h.
41634
41635 2012-02-14  Marek Polacek  <polacek@redhat.com>
41636
41637         * sysdeps/x86_64/crti.S: New file.
41638         * sysdeps/x86_64/crtn.S: New file.
41639         * sysdeps/x86_64/elf/initfini.c: Remove file.
41640
41641 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41642
41643         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41644         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41645         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41646         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41647         <bits/inotify.h>.
41648         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41649         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41650         bits/inotify.h.
41651
41652 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41653
41654         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41655         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41656         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41657         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41658         <bits/eventfd.h>.
41659         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41660         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41661         bits/eventfd.h.
41662
41663 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41664
41665         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41666         __feraiseexcept instead of feraiseexcept.
41667
41668         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41669         nanosleep invocations.
41670         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41671         strings, and add error checking for a nanosleep invocations.
41672
41673 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41674
41675         Replace FSF snail mail address with URLs, as per GNU coding standards.
41676         Most of the snail mail addresses were wrong anyway, and omitting
41677         them makes the source code easier to maintain.  Almost all of the
41678         changes are to license notices and to locale LC_IDENTIFICATION
41679         addresses, except for this one:
41680         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41681         not its snail mail address.
41682
41683 2012-02-09  Richard Henderson  <rth@twiddle.net>
41684
41685         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41686         of kernel-features.h.
41687
41688         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41689
41690 2012-02-08  Marek Polacek  <polacek@redhat.com>
41691
41692         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41693         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41694         * sysdeps/gnu/_G_config.h: Likewise.
41695         * sysdeps/generic/_G_config.h: Likewise.
41696
41697 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41698
41699         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41700         tests.
41701         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41702
41703         * sysdeps/powerpc/powerpc32/crti.S: New file.
41704         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41705         * sysdeps/powerpc/powerpc64/crti.S: New file.
41706         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41707
41708         * Makeconfig (have-initfini): Don't set.
41709         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41710         * configure.in (nopic_initfini): Don't substitute.
41711         * config.h.in (HAVE_INITFINI): Don't #undef.
41712         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41713         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41714
41715 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41716
41717         Support crti.S and crtn.S provided directly by architectures.
41718         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41719         [crti.S in sysdirs] (omit-deps): Likewise.
41720         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41721         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41722         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41723         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41724         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41725         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41726         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41727         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41728         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41729         compiler output for sysdeps/generic/initfini.c.
41730         * sysdeps/i386/elf/Makefile: Remove file.
41731         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41732
41733 2012-02-07  Marek Polacek  <polacek@redhat.com>
41734
41735         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41736         * sysdeps/gnu/_G_config.h: Likewise.
41737         * sysdeps/mach/hurd/_G_config.h: Likewise.
41738
41739 2012-02-07  Marek Polacek  <polacek@redhat.com>
41740
41741         * math/Makefile (tests): Add tst-CMPLX2.
41742         * math/tst-CMPLX2.c: New file.
41743
41744 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41745
41746         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41747
41748         * math/libm-test.inc (jn_test): Add missing L suffix.
41749
41750 2012-02-06  Marek Polacek  <polacek@redhat.com>
41751
41752         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41753         * sysdeps/i386/fpu/e_powf.S: Likewise.
41754         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41755         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41756         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41757         * sysdeps/i386/fpu/e_pow.S: Likewise.
41758         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41759         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41760         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41761         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41762         * sysdeps/i386/fpu/e_log2.S: Likewise.
41763         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41764         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41765         * sysdeps/i386/fpu/e_powl.S: Likewise.
41766         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41767         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41768         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41769         * sysdeps/i386/fpu/e_logl.S: Likewise.
41770         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41771         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41772         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41773         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41774         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41775         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41776         * sysdeps/i386/fpu/e_log.S: Likewise.
41777         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41778         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41779         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41780         * sysdeps/i386/fpu/e_logf.S: Likewise.
41781         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41782         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41783         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41784         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41785         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41786         * sysdeps/i386/fpu/e_log10.S: Likewise.
41787         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41788         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41789         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41790         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41791         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41792         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41793         * sysdeps/i386/asm-syntax.h: Likewise.
41794         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41795         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41796         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41797         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41798         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41799         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41800         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41801         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41802         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41803         * sysdeps/powerpc/sysdep.h: Likewise.
41804         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41805         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41806
41807 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41808
41809         [BZ #411]
41810         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41811
41812 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41813
41814         * sysdeps/i386/sysdep.h: Include <features.h>.
41815         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41816         version.
41817
41818 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41819
41820         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41821         Define.
41822         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41823         LOAD_PIC_REG_STR.
41824
41825 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41826
41827         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41828         (SETUP_PIC_REG): Use GET_PC_THUNK.
41829         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41830         macro.
41831
41832 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41833
41834         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41835         for non-PIC compilation.
41836         (SETUP_PIC_REG): Add .p2align directive.
41837         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41838         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41839         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41840         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41841         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41842         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41843         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41844         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41845         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41846         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41847         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41848         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41849         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41850         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41851         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41852         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41853         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41854         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41855         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41856         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41857         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41858         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41859         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41860         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41861         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41862         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41863         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41864         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41865         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41866         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41867         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41868         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41869         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41870         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41871         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41872         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41873         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41874         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41875         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41876         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41877         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41878
41879 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41880
41881         * math/tst-CMPLX.c: Include <stdio.h>.
41882
41883 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41884
41885         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41886         float.
41887         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41888         * sysdeps/sparc/bits/mathdef.h: Likewise.
41889
41890 2012-01-31  Marek Polacek  <polacek@redhat.com>
41891
41892         * libio/libio.h: Don't define _PARAMS.
41893         * locale/programs/config.h: Don't define PARAMS.
41894         * stdlib/strtol_l.c: Likewise.
41895         (__strtol_l): Remove PARAMS from the prototype.
41896
41897 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41898
41899         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41900         names.  Just use the correct names.  Remove unnecessary wrapper
41901         functions.
41902         * malloc/arena.c: Likewise.
41903         * malloc/hooks.c: Likewise.
41904
41905         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41906         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41907         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41908
41909 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41910
41911         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41912         into tail calls.
41913         (update_get_addr): New function.
41914         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41915         GET_ADDR_MODULE parameter.
41916
41917 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41918
41919         * crypt/cert.c: Remove __STDC__ conditionals.
41920         * crypt/crypt-entry.c: Likewise.
41921         * crypt/crypt_util.c: Likewise.
41922         * libio/filedoalloc.c: Likewise.
41923         * libio/fileops.c: Likewise.
41924         * libio/genops.c: Likewise.
41925         * libio/iofclose.c: Likewise.
41926         * libio/iofdopen.c: Likewise.
41927         * libio/iofopen.c: Likewise.
41928         * libio/iofopen64.c: Likewise.
41929         * libio/iogetdelim.c: Likewise.
41930         * libio/iopopen.c: Likewise.
41931         * libio/obprintf.c: Likewise.
41932         * libio/oldfileops.c: Likewise.
41933         * libio/oldiofclose.c: Likewise.
41934         * libio/oldiofdopen.c: Likewise.
41935         * libio/oldiofopen.c: Likewise.
41936         * libio/oldiopopen.c: Likewise.
41937         * libio/wfiledoalloc.c: Likewise.
41938         * libio/wgenops.c: Likewise.
41939         * locale/programs/xmalloc.c: Likewise.
41940         * misc/syslog.c: Likewise.
41941         * stdio-common/xbug.c: Likewise.
41942         * string/memchr.c: Likewise.
41943         * string/memcmp.c: Likewise.
41944         * string/memrchr.c: Likewise.
41945         * string/rawmemchr.c: Likewise.
41946         * sysdeps/posix/getcwd.c: Likewise.
41947         * time/strftime_l.c: Likewise.
41948
41949 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41950
41951         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41952         * config.make.in (config-cflags-sse2avx): Define.
41953         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41954         Fix typo.
41955
41956 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41957
41958         * scripts/config.guess: Update from upstream config git repository.
41959         * scripts/config.sub: Likewise.
41960
41961 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41962
41963         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41964         (EM_NUM): Update.
41965         (R_TILEPRO_*, R_TILEGX_*): New macros.
41966
41967         * scripts/firstversions.awk: Fix bug in version range handling.
41968
41969         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41970
41971         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41972
41973         * include/sys/epoll.h: New file.
41974         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41975         libc_hidden_def.
41976
41977 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41978
41979         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41980         Avoid unnecessary __WORDSIZE == 64 test.
41981         (fmaxf): Use VEX format if possible.
41982         (fmax): Likewise.
41983         (fminf): Likewise.
41984         (fmin): Likewise.
41985
41986         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41987         * math/math_private.h: Remove libc_fegetround* and
41988         libc_fesetround*.
41989         * sysdeps/i386/configure.in: Check for -msse2avx.
41990         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41991         also if SSE2AVX is defined.
41992         Remove libc_fegetround* and libc_fesetround*.
41993         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41994         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41995         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41996         of HAS_YMM_USABLE.
41997         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41998         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41999         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42000         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42001         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42002
42003         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
42004
42005 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42006
42007         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
42008         size is not set.
42009         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
42010
42011 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
42012
42013         [BZ #13618]
42014         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42015         relocation.
42016         * Makeconfig (libm): Define.
42017         * elf/Makefile: Add rules to build and run tst-relsort1.
42018         * elf/tst-relsort1.c: New file.
42019         * elf/tst-relsort1mod1.c: New file.
42020         * elf/tst-relsort1mod2.c: New file.
42021
42022 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42023
42024         * math/s_ldexp.c: Remove __STDC__ conditionals.
42025         * math/s_ldexpf.c: Likewise.
42026         * math/s_ldexpl.c: Likewise.
42027         * math/s_nextafter.c: Likewise.
42028         * math/s_nexttowardf.c: Likewise.
42029         * math/s_significand.c: Likewise.
42030         * math/s_significandf.c: Likewise.
42031         * math/s_significandl.c: Likewise.
42032         * math/w_jnl.c: Likewise.
42033         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42034         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42035         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42036         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42037         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42038         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42039         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42040         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42041         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42042         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42043         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42044         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42045         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42046         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42047         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42048         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42049         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42050         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42051         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42052         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42053         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42054         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42055         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42056         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42057         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42058         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42059         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42060         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42061         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42062         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42063         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42064         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42065         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42066         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42067         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42068         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42069         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42070         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42071         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42072         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42073         * sysdeps/ieee754/k_standard.c: Likewise.
42074         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42075         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42076         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42077         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42078         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42079         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42080         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42081         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42082         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42083         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42084         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42085         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42086         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42087         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42088         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42089         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42090         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42091         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42092         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42093         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42094         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42095         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42096         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42097         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42098         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42099         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42100         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42101         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42102         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42103         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42104         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42105         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42106         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42107         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42108         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42109         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42110         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42111         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42112         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42113         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42114         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42115         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42116         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42117         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42118         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42119         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42120         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42121         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42122         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42123         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42124         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42125         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42126         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42127         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42128         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42129         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42130         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42131         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42132         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42133         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42134         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42135         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42136         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42137         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42138         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42139         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42140         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42141         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42142         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42143         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42144         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42145         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42146         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42147         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42148         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42149         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42150         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42151         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42152         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42153         * sysdeps/ieee754/s_matherr.c: Likewise.
42154         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42155         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42156         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42157         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42158
42159 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42160
42161         * crypt/md5.h: Remove __STDC__ conditionals.
42162         * libio/libioP.h: Likewise.
42163         * locale/programs/config.h: Likewise.
42164         * sysdeps/generic/sysdep.h: Likewise.
42165         * sysdeps/i386/asm-syntax.h: Likewise.
42166         * sysdeps/s390/asm-syntax.h: Likewise.
42167         * sysdeps/unix/sysdep.h: Likewise.
42168         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42169         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42170
42171 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42172
42173         * libio/libio.h: Remove __STDC__ conditionals.
42174         * malloc/obstack.h: Likewise.
42175         * math/complex.h: Likewise.
42176         * math/math.h: Likewise.
42177         * sysdeps/generic/_G_config.h: Likewise.
42178         * sysdeps/gnu/_G_config.h: Likewise.
42179         * sysdeps/mach/hurd/_G_config.h: Likewise.
42180         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42181         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42182         * sysdeps/sparc/bits/mathdef.h: Likewise.
42183
42184 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42185
42186         [BZ #13583]
42187         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42188         Clean up HAS_* macros.
42189         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42190         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42191         possible.
42192         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42193         HAS_AVX.
42194         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42195         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42196         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42197         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42198         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42199
42200 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42201
42202         * elf/tst-unique3.cc (gets): Remove declaration.
42203         * elf/tst-unique3lib.cc (gets): Likewise.
42204         * elf/tst-unique3lib2.cc (gets): Likewise.
42205         * elf/tst-unique4.cc (gets): Likewise.
42206
42207 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42208
42209         * include/stdio.h: Add C++ protection.  Add gets declarations and
42210         definitions.
42211         * debug/tst-chk1.c: Don't declare gets here.
42212         * stdio-common/tst-gets.c: Likewise.
42213
42214 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42215
42216         * posix/glob: Remove directory.
42217
42218 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42219
42220         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42221
42222 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42223
42224         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42225         of the non-standard EPFNOSUPPORT.
42226
42227 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42228
42229         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42230         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42231         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42232
42233 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42234
42235         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42236
42237 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42238
42239         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42240         transient errors.
42241         * nscd/grpcache.c (cache_addgr): Likewise.
42242         * nscd/hstcache.c (cache_addhst): Likewise.
42243         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42244         * nscd/pwdcache.c (cache_addpw): Likewise.
42245         * nscd/servicescache.c (cache_addserv): Likewise.
42246
42247 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42248
42249         * malloc/malloc.c: Various cleanups.
42250         * malloc/hooks.c: Likewise.
42251
42252         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42253         * stdlib/bug-fmtmsg1.c: New file.
42254
42255         * stdlib/fmtmsg.c (init): Add missing unlock.
42256         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42257
42258 2012-01-12  Marek Polacek  <polacek@redhat.com>
42259
42260         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42261         and _GNU_SOURCE.
42262
42263 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42264
42265         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42266         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42267         macro to ensure uniqueness of label name.
42268         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42269         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42270
42271 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42272
42273         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42274
42275         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42276         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42277         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42278         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42279
42280 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42281
42282         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42283
42284         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42285         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42286         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42287
42288         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42289
42290         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42291         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42292         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42293         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42294
42295         * math/bits/math-finite.h: Add ldexp support.
42296
42297 2012-01-10  Marek Polacek  <polacek@redhat.com>
42298
42299         * locale/programs/localedef.h (show_archive_content): Add noreturn
42300         attribute.
42301
42302 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42303
42304         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42305
42306 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42307
42308         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42309
42310         * io/Makefile (headers): Add bits/poll2.h.
42311
42312 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42313
42314         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42315         typo #include statement.
42316
42317 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42318
42319         * include/sys/cdefs.h: Define __attribute_alloc_size.
42320         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42321         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42322         * elf/pldd.c: Likewise.
42323         * iconv/iconv_charmap.c: Likewise.
42324         * iconv/iconvconfig.c: Likewise.
42325         * iconv/strtab.c: Likewise.
42326         * locale/programs/locale.c: Likewise.
42327         * locale/programs/localedef.h: Likewise.
42328         * locale/programs/simple-hash.c: Likewise.
42329         * nscd/nscd.h: Likewise.
42330         * nss/makedb.c: Likewise.
42331         * sysdeps/generic/ldconfig.h: Likewise.
42332         * locale/programs/localedef.c: Remove xmalloc prototype.
42333         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42334
42335 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42336
42337         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42338         appropriate.
42339
42340 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42341
42342         * math/Makefile (tests): Add tst-CMPLX.
42343         * math/tst-CMPLX.c: New file.
42344
42345         * math/complex.h (CMPLXL): Fix typo.
42346
42347         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42348         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42349         GLIBC_2.16.
42350         * debug/tst-chk1.c: Add poll and ppoll tests.
42351         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42352         * include/sys/poll.h: Add hidden proto for ppoll.
42353         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42354         * sysdeps/mach/hurd/ppoll.c: Likewise.
42355         * io/ppoll.c: Likewise.
42356         * debug/poll_chk.c: New file.
42357         * debug/ppoll_chk.c: New file.
42358         * include/bits/poll2.h: New file.
42359         * io/bits/poll2.h: New file.
42360
42361         [BZ #1350]
42362         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42363
42364         * configure.in: static is always set to yes.  Remove.
42365         * config.make.in: Don't set build-static.
42366         * Makeconfig: Remove use of build-static.
42367         * dlfcn/Makefile: Likewise.
42368         * elf/Makefile: Likewise.
42369         * math/Makefile: Likewise.
42370         * misc/Makefile: Likewise.
42371         * nptl/Makefile: Likewise.
42372         * sysdeps/mach/hurd/Makefile: Likewise.
42373
42374         * configure.in: PWD_P is not used anymore.
42375         * config.make.in: Remove PWD_P entry.
42376
42377         * configure.in: Remove last remnants of RANLIB.
42378         No need to check for signed size_t anymore.
42379         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42380         and IA-64.
42381         Remove __builtin_expect test because we require at least gcc 3.4.
42382         * aclocal.m4: Likewise.
42383
42384         * wcsmbs/mbrtoc16.c: Implement using towc function.
42385         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42386         * wcsmbs/wcsmbsload.c: Likewise.
42387         * iconv/gconv_simple.c: Likewise.
42388         * iconv/gconv_int.h: Likewise.
42389         * iconv/gconv_builtin.h: Likewise.
42390         * iconv/iconv_prog.c: Remove CHAR16 handling.
42391
42392         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42393
42394         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42395
42396         * configure.in: Remove --with-elf and --enable-bounded options.
42397         Dont set base_machine for ia64.  More non-ELF conditions removed.
42398         Remove testing and setting of leading underscore information.
42399         * config.make.in (build-bounded): Set to no.
42400         * config.h.in: Remove NO_UNDERSCORES entry.
42401         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42402         them.
42403         * csu/start.c: Remove !NO_UNDERSCORE code.
42404         * locale/localeinfo.h: Likewise.
42405         * sysdeps/generic/machine-gmon.h: Likewise.
42406         * sysdeps/generic/sysdep.h: Likewise.
42407         * sysdeps/i386/sysdep.h: Likewise.
42408         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42409         * sysdeps/mach/sysdep.h: Likewise.
42410         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42411         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42412         * sysdeps/sh/sysdep.h: Likewise.
42413         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42414         * sysdeps/unix/i386/sysdep.S: Likewise.
42415         * sysdeps/unix/sparc/start.c: Likewise.
42416         * sysdeps/unix/sparc/sysdep.S: Likewise.
42417         * sysdeps/unix/sparc/sysdep.h: Likewise.
42418         * sysdeps/unix/start.c: Likewise.
42419         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42420         * sysdeps/x86_64/sysdep.h: Likewise.
42421
42422 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42423
42424         [BZ #13553]
42425         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42426         for non-gcc.
42427         * argp/argp-fmtstream.h: Use const instead __const.
42428         * argp/argp.h: Likewise.
42429         * assert/assert.h: Likewise.
42430         * bits/fenv.h: Likewise.
42431         * bits/sched.h: Likewise.
42432         * bits/sigset.h: Likewise.
42433         * bits/sigthread.h: Likewise.
42434         * catgets/nl_types.h: Likewise.
42435         * conform/data/pthread.h-data: Likewise.
42436         * crypt/crypt-private.h: Likewise.
42437         * crypt/crypt.h: Likewise.
42438         * crypt/crypt_util.c: Likewise.
42439         * ctype/ctype.h: Likewise.
42440         * debug/execinfo.h: Likewise.
42441         * debug/mbsnrtowcs_chk.c: Likewise.
42442         * debug/mbsrtowcs_chk.c: Likewise.
42443         * debug/wcsnrtombs_chk.c: Likewise.
42444         * debug/wcsrtombs_chk.c: Likewise.
42445         * debug/wcstombs_chk.c: Likewise.
42446         * dirent/dirent.h: Likewise.
42447         * dlfcn/dlfcn.h: Likewise.
42448         * elf/neededtest4.c: Likewise.
42449         * grp/grp.h: Likewise.
42450         * gshadow/gshadow.h: Likewise.
42451         * iconv/gconv.h: Likewise.
42452         * iconv/gconv_int.h: Likewise.
42453         * iconv/gconv_simple.c: Likewise.
42454         * iconv/iconv.h: Likewise.
42455         * iconv/loop.c: Likewise.
42456         * iconv/skeleton.c: Likewise.
42457         * include/aio.h: Likewise.
42458         * include/aliases.h: Likewise.
42459         * include/argz.h: Likewise.
42460         * include/arpa/inet.h: Likewise.
42461         * include/assert.h: Likewise.
42462         * include/dirent.h: Likewise.
42463         * include/dlfcn.h: Likewise.
42464         * include/execinfo.h: Likewise.
42465         * include/fcntl.h: Likewise.
42466         * include/fenv.h: Likewise.
42467         * include/glob.h: Likewise.
42468         * include/grp.h: Likewise.
42469         * include/libintl.h: Likewise.
42470         * include/mntent.h: Likewise.
42471         * include/netdb.h: Likewise.
42472         * include/pwd.h: Likewise.
42473         * include/rpc/netdb.h: Likewise.
42474         * include/sched.h: Likewise.
42475         * include/search.h: Likewise.
42476         * include/shadow.h: Likewise.
42477         * include/signal.h: Likewise.
42478         * include/stdio.h: Likewise.
42479         * include/stdlib.h: Likewise.
42480         * include/string.h: Likewise.
42481         * include/sys/socket.h: Likewise.
42482         * include/sys/stat.h: Likewise.
42483         * include/sys/statfs.h: Likewise.
42484         * include/sys/statvfs.h: Likewise.
42485         * include/sys/syslog.h: Likewise.
42486         * include/sys/time.h: Likewise.
42487         * include/sys/uio.h: Likewise.
42488         * include/time.h: Likewise.
42489         * include/unistd.h: Likewise.
42490         * include/utmp.h: Likewise.
42491         * include/wchar.h: Likewise.
42492         * include/wctype.h: Likewise.
42493         * inet/aliases.h: Likewise.
42494         * inet/arpa/inet.h: Likewise.
42495         * inet/netinet/ether.h: Likewise.
42496         * inet/netinet/in.h: Likewise.
42497         * intl/libintl.h: Likewise.
42498         * io/bits/fcntl2.h: Likewise.
42499         * io/fcntl.h: Likewise.
42500         * io/ftw.h: Likewise.
42501         * io/sys/poll.h: Likewise.
42502         * io/sys/stat.h: Likewise.
42503         * io/sys/statfs.h: Likewise.
42504         * io/sys/statvfs.h: Likewise.
42505         * io/utime.h: Likewise.
42506         * libio/bits/stdio.h: Likewise.
42507         * libio/bits/stdio2.h: Likewise.
42508         * libio/libio.h: Likewise.
42509         * libio/libioP.h: Likewise.
42510         * libio/stdio.h: Likewise.
42511         * locale/lc-ctype.c: Likewise.
42512         * locale/locale.h: Likewise.
42513         * login/utmp.h: Likewise.
42514         * malloc/arena.c: Likewise.
42515         * malloc/malloc.c: Likewise.
42516         * malloc/malloc.h: Likewise.
42517         * malloc/mcheck.c: Likewise.
42518         * malloc/mtrace.c: Likewise.
42519         * math/bits/mathcalls.h: Likewise.
42520         * math/fenv.h: Likewise.
42521         * math/math_private.h: Likewise.
42522         * misc/bits/error.h: Likewise.
42523         * misc/bits/syslog.h: Likewise.
42524         * misc/err.h: Likewise.
42525         * misc/error.h: Likewise.
42526         * misc/fstab.h: Likewise.
42527         * misc/mntent.h: Likewise.
42528         * misc/regexp.h: Likewise.
42529         * misc/search.h: Likewise.
42530         * misc/sgtty.h: Likewise.
42531         * misc/sys/mman.h: Likewise.
42532         * misc/sys/syslog.h: Likewise.
42533         * misc/sys/uio.h: Likewise.
42534         * misc/sys/xattr.h: Likewise.
42535         * misc/ttyent.h: Likewise.
42536         * nis/rpcsvc/ypclnt.h: Likewise.
42537         * nss/nss.h: Likewise.
42538         * posix/bits/unistd.h: Likewise.
42539         * posix/fnmatch.h: Likewise.
42540         * posix/glob.h: Likewise.
42541         * posix/sched.h: Likewise.
42542         * posix/spawn.h: Likewise.
42543         * posix/sys/wait.h: Likewise.
42544         * posix/unistd.h: Likewise.
42545         * posix/wordexp.h: Likewise.
42546         * pwd/pwd.h: Likewise.
42547         * resolv/netdb.h: Likewise.
42548         * resource/sys/resource.h: Likewise.
42549         * rt/aio.h: Likewise.
42550         * rt/bits/mqueue2.h: Likewise.
42551         * rt/mqueue.h: Likewise.
42552         * shadow/shadow.h: Likewise.
42553         * signal/signal.h: Likewise.
42554         * socket/send.c: Likewise.
42555         * socket/sendto.c: Likewise.
42556         * socket/sys/socket.h: Likewise.
42557         * stdio-common/printf.h: Likewise.
42558         * stdlib/bits/stdlib.h: Likewise.
42559         * stdlib/fmtmsg.h: Likewise.
42560         * stdlib/monetary.h: Likewise.
42561         * stdlib/stdlib.h: Likewise.
42562         * stdlib/ucontext.h: Likewise.
42563         * streams/stropts.h: Likewise.
42564         * string/argz.h: Likewise.
42565         * string/bits/string2.h: Likewise.
42566         * string/string.h: Likewise.
42567         * string/strings.h: Likewise.
42568         * sunrpc/rpc/auth.h: Likewise.
42569         * sunrpc/rpc/auth_des.h: Likewise.
42570         * sunrpc/rpc/clnt.h: Likewise.
42571         * sunrpc/rpc/netdb.h: Likewise.
42572         * sunrpc/rpc/pmap_clnt.h: Likewise.
42573         * sunrpc/rpc/xdr.h: Likewise.
42574         * sysdeps/generic/inttypes.h: Likewise.
42575         * sysdeps/generic/net/if.h: Likewise.
42576         * sysdeps/generic/sys/swap.h: Likewise.
42577         * sysdeps/gnu/net/if.h: Likewise.
42578         * sysdeps/gnu/utmpx.h: Likewise.
42579         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42580         * sysdeps/i386/i486/bits/string.h: Likewise.
42581         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42582         * sysdeps/s390/bits/string.h: Likewise.
42583         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42584         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42585         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42586         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42587         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42588         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42589         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42590         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42591         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42592         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42593         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42594         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42595         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42596         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42597         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42598         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42599         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42600         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42601         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42602         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42603         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42604         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42605         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42606         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42607         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42608         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42609         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42610         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42611         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42612         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42613         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42614         * sysvipc/sys/ipc.h: Likewise.
42615         * sysvipc/sys/msg.h: Likewise.
42616         * sysvipc/sys/sem.h: Likewise.
42617         * sysvipc/sys/shm.h: Likewise.
42618         * termios/termios.h: Likewise.
42619         * time/sys/time.h: Likewise.
42620         * time/time.h: Likewise.
42621         * wcsmbs/bits/wchar2.h: Likewise.
42622         * wcsmbs/uchar.h: Likewise.
42623         * wcsmbs/wchar.h: Likewise.
42624         * wctype/wctype.h: Likewise.
42625
42626         [BZ #13551]
42627         * Makeconfig: Remove all but ELF support including AIX support.
42628         * Makerules: Likewise.
42629         * config.h.in: Likewise.
42630         * config.make.in: Likewise.
42631         * configure: Likewise.
42632         * configure.in: Likewise.
42633         * csu/Makefile: Likewise.
42634         * csu/version.c: Likewise.
42635         * debug/Makefile: Likewise.
42636         * dlfcn/Makefile: Likewise.
42637         * elf/Makefile: Likewise.
42638         * extra-lib.mk: Likewise.
42639         * iconv/Makefile: Likewise.
42640         * include/libc-symbols.h: Likewise.
42641         * include/shlib-compat.h: Likewise.
42642         * resolv/Makefile: Likewise.
42643         * resolv/res_libc.c: Likewise.
42644         * rt/Makefile: Likewise.
42645         * sysdeps/i386/asm-syntax.h: Likewise.
42646         * sysdeps/i386/sysdep.h: Likewise.
42647         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42648         * sysdeps/mach/sysdep.h: Likewise.
42649         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42650         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42651         * sysdeps/s390/asm-syntax.h: Likewise.
42652         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42653         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42654         * sysdeps/sh/sysdep.h: Likewise.
42655         * sysdeps/unix/sparc/sysdep.h: Likewise.
42656         * sysdeps/wordsize-32/divdi3.c: Likewise.
42657         * sysdeps/x86_64/sysdep.h: Likewise.
42658
42659         * argp/Versions: Remove _argp_unlock_xxx.
42660
42661         [BZ #13559]
42662         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42663         * abilist/libBrokenLocale.abilist: Likewise.
42664         * abilist/libanl.abilist: Likewise.
42665         * abilist/libc.abilist: Likewise.
42666         * abilist/libcrypt.abilist: Likewise.
42667         * abilist/libdl.abilist: Likewise.
42668         * abilist/libm.abilist: Likewise.
42669         * abilist/libnsl.abilist: Likewise.
42670         * abilist/libpthread.abilist: Likewise.
42671         * abilist/libresolv.abilist: Likewise.
42672         * abilist/librt.abilist: Likewise.
42673         * abilist/libthread_db.abilist: Likewise.
42674         * abilist/libutil.abilist: Likewise.
42675         * abilist/libnss_db.abilist: New file.
42676
42677         * scripts/abilist.awk: Add support for indirect functions.
42678
42679         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42680
42681         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42682
42683         * shlib-versions: Remove entries for ports architectures.
42684
42685         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42686         files in ports.
42687         * elf/stackguard-macros.h: Remove support for IA-64.
42688         * elf/tst-auditmod1.c: Likewise.
42689         * sysdeps/generic/ldsodefs.h: Likewise.
42690
42691         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42692         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42693         configure files.
42694
42695         [BZ #13552]
42696         * configure.in: Remove --enable-omitfp support.
42697         * FAQ.in: Adjust.
42698         * config.make.in: Likewise.
42699         * Makeconfig: Likewise.
42700         * manual/install.texi: Likewise.
42701
42702         In case anyone cares, the IA-64 architecture could move to ports.
42703         * sysdeps/ia64/*: Removed.
42704         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42705         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42706
42707         [BZ #13555]
42708         * configure.in: Remove entries for unsupported architectures.
42709
42710         [BZ #13533]
42711         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42712         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42713         routines.
42714         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42715         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42716         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42717         fall back to using wcrtomb.
42718         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42719         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42720         renaming.
42721         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42722         * wcsmbs/tst-c16c32-1.c: New file.
42723
42724         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42725         local variable.
42726
42727         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42728
42729         * elf/tst-unique3.cc: Add explicit declaration of gets.
42730         * elf/tst-unique3lib.cc: Likewise.
42731         * elf/tst-unique3lib2.cc: Likewise.
42732         * elf/tst-unique4.cc: Likewise.
42733
42734         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42735
42736 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42737
42738         [BZ #13566]
42739         * assert/assert.h (static_assert): Don't define for C++.
42740         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42741         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42742
42743 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42744
42745         * iconv/loop.c (single loop): Fix assertion in storing of
42746         remaining bytes.
42747
42748         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42749
42750 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42751
42752         * posix/getconf.c: Update copyright year.
42753         * nss/getent.c: Likewise.
42754         * nss/makedb.c: Likewise.
42755         * iconv/iconvconfig.c: Likewise.
42756         * iconv/iconv_prog.c: Likewise.
42757         * elf/ldconfig.c: Likewise.
42758         * elf/pldd.c: Likewise.
42759         * elf/sotruss.ksh: Likewise.
42760         * catgets/gencat.c: Likewise.
42761         * csu/version.c: Likewise.
42762         * elf/ldd.bash.in: Likewise.
42763         * elf/sprof.c (print_version): Likewise.
42764         * locale/programs/locale.c: Likewise.
42765         * locale/programs/localedef.c: Likewise.
42766         * login/programs/pt_chown.c: Likewise.
42767         * nscd/nscd.c (print_version): Likewise.
42768         * debug/xtrace.sh: Likewise.
42769         * malloc/memusage.sh: Likewise.
42770         * malloc/mtrace.pl: Likewise.
42771         * debug/catchsegv.sh: Likewise.
42772
42773 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42774
42775         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42776         pure attribute.
42777
42778 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42779
42780         [BZ #13533]
42781         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42782         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42783         transformations.
42784         * iconv/gconv_int.h: Likewise.
42785         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42786         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42787         from libc for GLIBC_2.16.
42788         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42789         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42790         * wcsmbs/uchar.h: Really define mbstate_t.
42791         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42792         * wcsmbs/c16rtomb.c: New file.
42793         * wcsmbs/mbrtoc16.c: New file.
42794         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42795         for C/POSIX locale.
42796         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42797         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42798
42799         * wcsmbs/wchar.h: Add missing __restrict.
42800
42801 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42802
42803         [BZ #13532]
42804         * time/Makefile (routines): Add timespec_get.
42805         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42806         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42807         timespec for ISO C11.
42808         * time/timespec_get.c: New file.
42809         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42810         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42811
42812         [BZ #13531]
42813         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42814         * stdlib/stdlib.h: Declare aligned_alloc.
42815         * Versions.def: Add GLIBC_2.16 for libc.
42816         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42817
42818         [BZ 13527]
42819         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42820         ISO C11.
42821
42822         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42823         code.
42824
42825         [BZ #13528]
42826         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42827
42828         [BZ #13529]
42829         * assert/assert.h (static_assert): Define.
42830
42831         * version.h: Update for 2.16 development version.
42832
42833         [BZ #13526]
42834         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42835         _ISOC11_SOURCE.
42836
42837         * version.h (RELEASE): Bump for 2.15 release.
42838         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42839
42840         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42841         Patch by Marek Polacek <mpolacek@redhat.com>.
42842
42843         * bits/byteswap.h: Protect long long constants with __extension__.
42844         * sysdeps/i386/bits/byteswap.h: Likewise.
42845         * sysdeps/ia64/bits/byteswap.h: Likewise.
42846         * sysdeps/s390/bits/byteswap.h: Likewise.
42847         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42848
42849 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42850
42851         [BZ #13540]
42852         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42853         destination buffer.
42854         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42855
42856 2011-12-23  Marek Polacek  <polacek@redhat.com>
42857
42858         * elf/dl-addr.c (determine_info): Add inline keyword.
42859         * elf/tst-auditmod4b.c (check_avx): Likewise.
42860         * elf/tst-auditmod6b.c (check_avx): Likewise.
42861         * elf/tst-auditmod6c.c (check_avx): Likewise.
42862         * elf/tst-auditmod7b.c (check_avx): Likewise.
42863
42864 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42865
42866         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42867         !__SSE_MATH__.
42868
42869 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42870
42871         [BZ #13540]
42872         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42873         processing for last bytes.
42874
42875 2011-08-06  Bruno Haible  <bruno@clisp.org>
42876
42877         [BZ #13061]
42878         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42879         U+0385, not to U+1FEE.
42880
42881         [BZ #13062]
42882         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42883         entry for U+00A5 U+0301.
42884
42885 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42886
42887         [BZ #13166]
42888         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42889         buffer for the output is too small.
42890
42891         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42892         optimization.
42893
42894         [BZ #13185]
42895         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42896         SSE flags if possible.
42897
42898 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42899
42900         [BZ #13540]
42901         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42902         processing for last bytes.
42903
42904 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42905
42906         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42907         (syscall-list-default-options, syscall-list-default-condition)
42908         (syscall-list-includes): Define.
42909         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42910         list of ABIs and options and #if conditions for each ABI.  Do not
42911         handle common syscalls between ABIs specially.
42912         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42913         Remove.
42914         (syscall-list-variants, syscall-list-32bit-options)
42915         (syscall-list-32bit-condition, syscall-list-64bit-options)
42916         (syscall-list-64bit-condition): Define.
42917         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
42918         (syscall-list-variants, syscall-list-32bit-options)
42919         (syscall-list-32bit-condition, syscall-list-64bit-options)
42920         (syscall-list-64bit-condition): Define.
42921         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
42922         Remove.
42923         (syscall-list-variants, syscall-list-32bit-options)
42924         (syscall-list-32bit-condition, syscall-list-64bit-options)
42925         (syscall-list-64bit-condition): Define.
42926         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42927         Remove.
42928         (syscall-list-variants, syscall-list-32bit-options)
42929         (syscall-list-32bit-condition, syscall-list-64bit-options)
42930         (syscall-list-64bit-condition): Define.
42931
42932 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42933
42934         * locale/iso-639.def: Add brx entry.
42935
42936         [BZ #13328]
42937         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42938         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42939
42940         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42941         __feraiseexcept_renamed.
42942
42943 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42944
42945         [BZ #13538]
42946         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42947         EPOLLET with unsigned values.
42948         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42949         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42950
42951         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42952         to large cancellation.
42953         * math/s_cacoshf.c: Likewise.
42954         * math/s_cacoshl.c: Likewise.
42955
42956 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42957
42958         [BZ #13305]
42959         [BZ #12786]
42960         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42961         * math/s_cacoshf.c: Likewise.
42962         * math/s_cacoshl.c: Likewise.
42963
42964 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42965
42966         [BZ #13439]
42967         * iconv/gconv.h: Define __GCONV_SWAP.
42968         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42969         * iconvdata/utf-16.c: Likewise.
42970         * iconvdata/utf-32.c: Likewise.
42971
42972 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42973
42974         [BZ #13524]
42975         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42976         numerator after shifting it by one limb.
42977
42978 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42979
42980         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42981         under [__USE_EXTERN_INLINES].
42982
42983 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42984
42985         [BZ #13446]
42986         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42987
42988 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42989
42990         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42991         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42992         optimized code.
42993         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42994         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42995         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42996         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42997         for strncasecmp/strncasecmp_l compilation.
42998         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42999         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
43000
43001 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
43002
43003         [BZ #13484]
43004         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
43005         of __asm__.
43006
43007 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
43008
43009         [BZ #13506]
43010         * time/tzfile.c (__tzfile_read): Check values from file header.
43011
43012 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
43013
43014         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43015         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43016         * powerpc/powerpc32/dl-start.S: Likewise.
43017         * powerpc/powerpc32/elf/start.S: Likewise.
43018         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43019         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43020         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43021         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43022         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43023         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43024         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43025         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43026         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43027         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43028         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43029         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43030         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43031         * powerpc/powerpc32/memset.S: Likewise.
43032         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43033         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43034         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43035         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43036         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43037         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43038         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43039         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43040         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43041         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43042         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43043         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43044         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43045
43046 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43047
43048         * math/libm-test.inc: Added more nearbyint tests.
43049         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43050         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43051         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43052         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43053
43054 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43055
43056         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43057         FD_CLOEXEC.
43058
43059 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43060
43061         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43062         Add wcscpy-ssse3 wcscpy-c.
43063         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43064         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43065         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43066         * sysdeps/x86_64/wcschr.S: New file.
43067         * sysdeps/x86_64/wcsrchr.S: New file.
43068         * string/test-strcmp.c: Remove checking of wcscmp function for
43069         wrong alignments.
43070         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43071         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43072         wcsrchr-sse2 wcsrchr-c.
43073         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43074         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43075         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43076         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43077         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43078         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43079         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43080         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43081         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43082         * wcsmbc/wcschr.c (WCSCHR): New macro.
43083
43084 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43085
43086         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43087         * wcsmbs/test-wcsrchr.c: New file.
43088         * string/test-strrchr.c: Add wcsrchr support.
43089         (WIDE): New macro.
43090         * wcsmbs/test-wcscpy.c: New file.
43091         * string/test-strcpy.c: Add wcscpy support.
43092         (WIDE): New macro.
43093
43094 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43095
43096         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43097         the inner loop.
43098
43099 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43100
43101         [BZ #13472]
43102         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43103
43104 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43105
43106         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43107         Minor optimizations.
43108
43109         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43110         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43111         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43112
43113 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43114
43115         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43116         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43117         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43118         for gcc to avoid warnings.
43119         * inet/Makefile (tests): Add tst-checks.
43120         * inet/tst-checks.c: New file.
43121
43122         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43123         warning.
43124
43125         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43126         __wmemcmp_sse2.
43127
43128         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43129         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43130
43131         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43132
43133 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43134
43135         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43136         problem.
43137
43138         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43139
43140 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43141
43142         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43143         conditional on GCC version.
43144         (__arch_compare_and_exchange_val_8_acq)
43145         (__arch_compare_and_exchange_val_16_acq)
43146         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43147         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43148         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43149
43150 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43151
43152         * sysdeps/sh/backtrace.c: New file.
43153
43154 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43155
43156         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43157         parenthesis.
43158
43159 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43160
43161         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43162         falling back to utime.
43163
43164 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43165
43166         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43167         expectations for float.
43168
43169 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43170
43171         * locale/weight.h (findidx): Add parameter len.
43172         * locale/weightwc.h (findidx): Likewise.
43173         * posix/fnmatch_loop.c (FCT): Adjust caller.
43174         * posix/regcomp.c (build_equiv_class): Likewise.
43175         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43176         * posix/regexec.c (check_node_accept_bytes): Likewise.
43177         * string/strcoll_l.c (STRCOLL): Likewise.
43178         * string/strxfrm_l.c (STRXFRM): Likewise.
43179
43180 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43181
43182         * Makefile.in: Remove CVSOPT handling.
43183         * configure.in: Remove use of AC_REVISION.
43184         * iconvdata/Makefile (distribute): No need to filter out CVS.
43185         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43186         handling.
43187
43188 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43189
43190         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43191         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43192         [USE_AS_STRNCASECMP_L]: Likewise.
43193         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43194         NO_TLS_DIRECT_SEG_REFS.
43195         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43196         Fix argument offsets for non-PIC.
43197         [USE_AS_STRNCASECMP_L]: Likewise.
43198         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43199         NO_TLS_DIRECT_SEG_REFS.
43200
43201 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43202
43203         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43204         O_CLOEXEC.
43205         * locale/loadlocale.c (_nl_load_locale): Likewise.
43206
43207 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43208
43209         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43210         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43211         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43212         (SYSCALL_GETTIME): Set errno on error.
43213
43214         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43215         count references to noai6ai_cached.
43216
43217 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43218
43219         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43220
43221         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43222         FD_CLOEXEC for /proc/self/maps.
43223
43224         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43225         FD_CLOEXEC for /proc/meminfo.
43226
43227         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43228         gai.conf.
43229
43230         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43231         FD_CLOEXEC for given file.
43232
43233         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43234
43235         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43236         FD_CLOEXEC for /etc/hosts.
43237         (_gethtent): Likewise.
43238
43239         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43240
43241         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43242         cancellation and set FD_CLOEXEC for /etc/netgroup.
43243
43244         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43245         reading /etc/publickey.
43246
43247         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43248         allow cancellation when reading /etc/group.
43249
43250         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43251         cancellation.
43252         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43253
43254         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43255         when using data file.
43256
43257         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43258
43259         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43260         (write_nis_obj): Use "c" and "e" in fopen.
43261
43262         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43263
43264         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43265
43266         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43267
43268         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43269
43270         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43271         locale.alias.
43272
43273         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43274
43275         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43276
43277         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43278
43279         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43280         file parsing and set FD_CLOEXEC.
43281
43282 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43283
43284         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43285
43286 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43287
43288         * malloc/arena.c (arena_get2): Don't call reused_arena when
43289         _int_new_arena failed.
43290
43291 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43292
43293         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43294         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43295         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43296         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43297         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43298         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43299         to compile strcasecmp and strncasecmp.
43300         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43301         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43302
43303         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43304
43305 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43306
43307         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43308         locale-defines.sym to gen-as-const-headers.
43309         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43310         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43311         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43312         to compile strcasecmp and strncasecmp.
43313         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43314         strcasecmp_l and strncasecmp_l.
43315         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43316         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43317         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43318         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43319         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43320         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43321         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43322         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43323         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43324         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43325         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43326
43327 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43328
43329         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43330         result of SYSDEP_GETTIME_CPU to retval.
43331         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43332         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43333
43334         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43335         variable.
43336
43337         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43338         mantissa words.
43339         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43340
43341         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43342         from unused variable.
43343
43344         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43345         DWARF definitions.
43346         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43347         for assembling.
43348
43349         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43350         over namespaces.
43351
43352         * sunrpc/rpc_prot.c (rejected): Fix case value.
43353
43354         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43355         unsigned long long int to avoid warnings in shift.
43356
43357         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43358         of use of trans.
43359         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43360         variable tmp.
43361
43362         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43363         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43364         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43365
43366         * nis/nis_table.c (nis_list): Use variable of correct type for
43367         result of __follow_path call.
43368
43369 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43370
43371         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43372         of math functions ceil, trunc, floor, round, and sqrt, when
43373         avaliable on the platform.
43374         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43375         name clash.
43376         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43377         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43378         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43379
43380 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43381
43382         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43383         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43384
43385 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43386
43387         * include/unistd.h: Fix __readlink return type.
43388         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43389
43390 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43391
43392         * stdlib/ucontext.h: Undo last change for makecontext.
43393
43394 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43395
43396         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43397
43398         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43399         * setjmp/setjmp.h: Mark functions as non-leaf.
43400         * setjmp/bits/setjmp2.h: Likewise.
43401         * stdlib/ucontext.h: Likewise.
43402
43403 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43404
43405         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43406         (reused_arena): Don't check arena limit.
43407         (arena_get2): Atomically check arena limit.
43408
43409 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43410
43411         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43412         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43413
43414         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43415         instructions.
43416
43417 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43418
43419         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43420         handler when locking.
43421
43422         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43423         Fix size of allocated buffer.
43424
43425 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43426
43427         [BZ #10103]
43428         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43429         declarations for long double functions.
43430         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43431
43432         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43433
43434 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43435
43436         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43437         installed.
43438
43439         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43440         is disabled.
43441
43442 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43443
43444         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43445
43446 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43447
43448         * include/alloca.h (stackinfo_alloca_round): Define.
43449         (extend_alloca): Use it.
43450         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43451         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43452         here.
43453
43454         * scripts/check-local-headers.sh: Ignore libaudit.h.
43455
43456         * nscd/Makefile (extra-objs): Make recursively expanded.
43457
43458 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43459
43460         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43461         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43462
43463         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43464         * posix/tst-rfc3484-2.c: Likewise.
43465         * posix/tst-rfc3484-3.c: Likewise.
43466
43467         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43468         process_vm_writev.
43469         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43470         process_vm_writev.
43471         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43472         process_vm_writev from libc using GLIBC_2.15 version.
43473
43474         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43475
43476 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43477
43478         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43479         stack usage.
43480
43481 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43482
43483         [BZ #13367]
43484         * nss/getent.c (initgroups_keys): Show error message in case no group
43485         names are given.
43486
43487         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43488         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43489         __bump_nl_timestamp.
43490         * nscd/connections (nscd_init): When host database is served open
43491         netlink socket and request notification about configuration changes.
43492         (main_loop_poll): Track netlink file descriptor and bump timestamp
43493         in case data becomes available.
43494         (main_loop_epoll): Likewise.
43495         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43496         (database_pers_head): Add extra_data fileds.
43497         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43498         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43499         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43500         Adjust caller.
43501         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43502         in6ai data, call __free_in6ai.
43503         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43504         Add -DHAVE_NETLINK.
43505         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43506         interface information.  Reuse previous data if netlink timestamp
43507         is not changed.
43508         (__bump_nl_timestamp): New function.
43509         (__free_in6ai): New function.
43510
43511 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43512
43513         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43514         close_not_cancel_no_status here.
43515         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43516
43517 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43518
43519         [BZ #13276]
43520         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43521         return value.
43522
43523         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43524         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43525         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43526
43527 2011-07-03  Andreas Jaeger  <aj@suse.de>
43528
43529         [BZ #10709]
43530         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43531         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43532         * math/libm-test.inc (sin_test): Add test case.
43533
43534 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43535
43536         [BZ #13337]
43537         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43538         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43539
43540         * elf/chroot_canon.c (chroot_canon): Cleanups.
43541
43542         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43543
43544         [BZ #13335]
43545         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43546         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43547
43548         * string/test-strchr.c: Make usable for strchrnul testing.
43549         * string/test-strchrnul.c: New file.
43550         * string/Makefile (strop-tests): Add strchrnul.
43551
43552         * po/it.po: Update from translation team.
43553         * po/es.po: Likewise.
43554
43555 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43556
43557         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43558         the three constants needed as parameters.  Drop the others.
43559         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43560         __m128i_strloadu_tolower.
43561         Create and initialize variable zero and use it in all the places
43562         where _mm_setzero_si128 was used.
43563
43564         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43565         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43566         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43567         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43568         anymore.
43569         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43570         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43571         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43572         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43573         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43574         __mpranred, __mptan.
43575         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43576         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43577         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43578         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43579         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43580         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43581         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43582         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43583         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43584
43585 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43586
43587         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43588         redefine if SHARED.
43589         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43590
43591         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43592         wide char related routines to wcsmbs subdir.
43593
43594 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43595
43596         [BZ #13344]
43597         * misc/sys/cdefs.h (__THROWNL): Define.
43598         * posix/unistd.h: Use __THREADNL instead of __THREAD
43599         for memory synchronization functions.
43600
43601 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43602
43603         [BZ #13349]
43604         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43605         doesn't exist.
43606         * manual/stdio.texi (Obstack Streams): Node removed.
43607
43608 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43609
43610         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43611         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43612         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43613
43614         * math/math_private.h (math_force_eval): Allow non-addressable
43615         arguments.
43616         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43617
43618 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43619
43620         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43621         file is not needed.
43622
43623         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43624         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43625         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43626         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43627         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43628         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43629         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43630         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43631         Add AVX variants.
43632         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43633         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43634         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43635         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43636         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43637         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43638         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43639         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43640         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43641         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43642         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43643         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43644         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43645         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43646         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43647         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43648         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43649         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43650         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43651
43652         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43653         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43654
43655         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43656         place.  Use VEX encoding when compiling for AVX.
43657
43658 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43659
43660         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43661         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43662
43663         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43664
43665 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43666
43667         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43668         useless if() expression.
43669         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43670         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43671         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43672         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43673         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43674         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43675         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43676         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43677         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43678         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43679         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43680         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43681         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43682         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43683         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43684         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43685         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43686         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43687         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43688
43689         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43690
43691 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43692
43693         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43694         condition.
43695         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43696
43697 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43698
43699         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43700         .text section.  Avoid duplicate constants.
43701         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43702         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43703         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43704         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43705         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43706         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43707         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43708         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43709         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43710         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43711         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43712         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43713         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43714         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43715         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43716         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43717         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43718         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43719         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43720         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43721         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43722         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43723         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43724         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43725         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43726         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43727         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43728         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43729         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43730         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43731         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43732         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43733         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43734         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43735         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43736         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43737         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43738         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43739         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43740         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43741         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43742         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43743         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43744         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43745         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43746
43747 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43748
43749         * sysdeps/x86_64/dla.h: Move to ...
43750         * sysdeps/x86_64/fpu/dla.h: ...here.
43751         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43752         situations.  Use __builtin_fma only for gcc 4.6 and up.
43753
43754         * config.make.in: Add have-mfma4 entry.
43755         * configure.in: Substitute libc_cv_cc_fma4.
43756         * math/Makefile (dbl-only-routines): Add sincostab.
43757         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43758         Use __sincostab not sincos.
43759         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43760         name is a macro.
43761         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43762         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43763         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43764         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43765         using __copysign.
43766         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43767         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43768         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43769         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43770         and __inv.
43771         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43772         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43773         __copysign.
43774         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43775         define aliases when function name is a macro.
43776         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43777         sysdeps/ieee754/dbl-64/sincos.tbl.
43778         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43779         fma4-enabled routines.
43780         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43781         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43782         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43783         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43784         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43785         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43786         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43787         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43788         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43789         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43790         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43791         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43792         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43793         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43794         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43795         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43796         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43797         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43798         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43799         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43800         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43801         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43802         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43803         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43804         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43805         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43806         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43807         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43808         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43809         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43810
43811         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43812         rename.
43813         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43814         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43815         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43816         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43817         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43818         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43819         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43820         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43821
43822 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43823
43824         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43825
43826 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43827
43828         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43829
43830         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43831         prediction.
43832         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43833
43834         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43835         Remove unused variable magic_bits.
43836         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43837
43838         * string/strnlen.c: Define and use STRNLEN macro.
43839         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43840         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43841         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43842         * wcsmbs/wcslen.c: Define and use WCSLEN.
43843         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43844         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43845         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43846         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43847         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43848         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43849         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43850
43851 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43852
43853         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43854         strnlen-sse2-no-bsf.
43855         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43856         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43857         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43858         Add strnlen support.
43859         (USE_AS_STRNLEN): New macro.
43860         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43861         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43862         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43863         * sysdeps/x86_64/wcslen.S: New file.
43864
43865 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43866
43867         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43868         XMM-moves are used for copying on small sizes.
43869
43870 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43871
43872         * wcsmbs/Makefile (strop-tests): Add wcschr.
43873         * wcsmbs/test-wcschr.c: New file.
43874         * string/test-strchr.c: Update.
43875         Add wcschr support.
43876         (WIDE): New macro.
43877
43878 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43879
43880         * wcsmbs/Makefile (strop-tests): Add wcslen.
43881         * wcsmbs/test-wcslen.c: New file.
43882         * string/test-strlen.c: Update.
43883         Add wcslen support.
43884         (WIDE): New macro.
43885
43886 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43887
43888         * po/it.po: Update from translation team.
43889
43890 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43891
43892         * sysdeps/x86_64/wcscmp.S: Update.
43893         Fix wrong comparison semantics.
43894         wcscmp shall use signed comparison not unsigned.
43895         Don't use substraction to avoid overflow bug.
43896         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43897         * wcsmbc/wcscmp.c: Likewise.
43898         * string/test-strcmp.c: Likewise.
43899         Add new tests to check cases with negative values.
43900
43901 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43902
43903         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43904         * sysdeps/x86_64/dla.h: ...here.  New file.
43905         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43906         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43907         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43908         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43909         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43910         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43911         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43912         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43913         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43914
43915 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43916
43917         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43918         __ynl_finite aliases.
43919
43920 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43921
43922         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43923
43924         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43925         define DLA_FMA.
43926         [DLA_FMA] (EMULV): Use DLA_FMA.
43927         [DLA_FMA] (MUL12): Use EMULV.
43928         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43929         that are not needed.
43930         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43931         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43932         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43933         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43934         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43935         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43936         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43937
43938 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43939
43940         * math/s_nan.c: Undef __nan.
43941         * math/s_nanf.c: Undef __nanf.
43942         * math/s_nanl.c: Undef __nanl.
43943         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43944         "math_private.h".
43945
43946 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43947
43948         * math/s_catan.c: Add branch predictions.
43949         * math/s_catanf.c: Likewise.
43950         * math/s_catanh.c: Likewise.
43951         * math/s_catanhf.c: Likewise.
43952         * math/s_catanhl.c: Likewise.
43953         * math/s_catanl.c: Likewise.
43954         * math/s_cexp.c: Likewise.
43955         * math/s_cexpf.c: Likewise.
43956         * math/s_cexpl.c: Likewise.
43957         * math/s_clog.c: Likewise.
43958         * math/s_clog10.c: Likewise.
43959         * math/s_clog10f.c: Likewise.
43960         * math/s_clog10l.c: Likewise.
43961         * math/s_clogf.c: Likewise.
43962         * math/s_clogl.c: Likewise.
43963         * math/s_csqrt.c: Likewise.
43964         * math/s_csqrtf.c: Likewise.
43965         * math/s_csqrtl.c: Likewise.
43966         * math/s_ctanf.c: Likewise.
43967         * math/s_ctanh.c: Likewise.
43968         * math/s_ctanhf.c: Likewise.
43969         * math/s_ctanhl.c: Likewise.
43970         * math/s_ctanl.c: Likewise.
43971
43972         * math/math_private.h: Define __nan, __nanf, __nanl.
43973         * math/s_cacosh.c: Include <math_private.h>.
43974         * math/s_cacoshl.c: Likewise.
43975         * math/s_casinh.c: Likewise.
43976         * math/s_casinhf.c: Likewise.
43977         * math/s_casinhl.c: Likewise.
43978         * math/s_ccos.c: Rely entire on ccosh.
43979         * math/s_ccosf.c: Rely entire on ccoshf.
43980         * math/s_ccosl.c: Rely entirely on ccoshl.
43981         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43982         Remove tests for FE_INVALID.
43983         * math/s_ccoshf.c: Likewise.
43984         * math/s_ccoshl.c: Likewise.
43985         * math/s_csin.c: Likewise.
43986         * math/s_csinf.c: Likewise.
43987         * math/s_csinh.c Likewise.
43988         * math/s_csinhf.c: Likewise.
43989         * math/s_csinhl.c: Likewise.
43990         * math/s_csinl.c: Likewise.
43991         * math/s_ctan.c: Likewise.
43992         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43993         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43994         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43995
43996 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43997
43998         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43999         compilation problems.
44000
44001         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
44002         __builtin_expect.
44003
44004 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
44005
44006         * sysdeps/i386/configure.in: Test for -mfma4 option.
44007         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
44008         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
44009         COMMON_CPUID_INDEX_80000001.
44010         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
44011         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
44012         use it if FMA3 is not supported.
44013         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
44014
44015         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44016         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44017
44018 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44019
44020         [BZ #12892]
44021         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44022         it would create a cycle with a link time dependency.
44023
44024 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44025
44026         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44027         instruction.
44028         * string/Makefile (strop-tests): Add rawmemchr.
44029         * string/test-rawmemchr.c: New file.
44030
44031         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44032         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44033         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44034         when compiling str{,n}casecmp and when AVX is available.  Hook up
44035         new optimized code in initializers.
44036
44037 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44038
44039         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44040         __feraiseexcept instead of feraiseexcept.
44041
44042 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44043
44044         * math/math_private.h: Define defaults for libc_fetestexcept and
44045         libc_feupdateenv.
44046         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44047         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44048         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44049         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44050         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44051         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44052         libc_fetestexcept and libc_feupdateenv.
44053
44054         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44055         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44056         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44057         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44058         libc_feholdexcept_setround.
44059
44060         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44061         Add s_nearbyint-c and s_nearbyintf-c.
44062         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44063         nearbyintf inlines.
44064         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44065         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44066         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44067         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44068
44069         * math/math_private.h: Define defaults for libc_fegetround,
44070         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44071         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44072         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44073         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44074         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44075         standard functions.
44076         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44077         Remove comments and hacks for old compiler versions.
44078         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44079         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44080         libc_feholdexceptl.
44081
44082 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44083
44084         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44085         (__feraiseexcept_renamed): Add __NTH.
44086         (feraiseexcept): Add __NTH.  Rename local variables to fix
44087         namespace violations.
44088
44089 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44090
44091         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44092
44093         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44094
44095         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44096         recently added interfaces.
44097         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44098
44099         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44100         about macro parameter expansion.
44101
44102         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44103         __NO_MATH_INLINES is defined.  Cleanups.
44104
44105         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44106         and __floorf is target has SSE4.1.
44107         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44108         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44109         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44110         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44111
44112         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44113         name.
44114         (floorf): Likewise.
44115
44116         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44117
44118 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44119
44120         * misc/sys/cdefs.h: Fix last change.
44121
44122         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44123         database lookup.
44124
44125 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44126
44127         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44128
44129         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44130         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44131         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44132         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44133         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44134         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44135         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44136         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44137         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44138         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44139         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44140         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44141         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44142         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44143         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44144         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44145         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44146         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44147         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44148         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44149         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44150         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44151
44152         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44153         ceil, ceilf, floor, floorf.
44154
44155         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44156         Perform IRELATIVE relocations last.
44157
44158         * elf/do-rel.h: Add another parameter nrelative, replacing the
44159         local variable with the same name.  Change name of the function
44160         to end in Rel or Rela (uppercase).
44161         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44162         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44163         elf_dynamic_do_##reloc function.
44164
44165 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44166
44167         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44168         is sufficient, at least on modern CPUs.
44169
44170         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44171
44172         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44173         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44174
44175         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44176         __expl_finite.
44177         * math/bits/math-finite.h: Add entries for exp.
44178         * math/e_expl.c: Add __*_finite alias.
44179         * sysdeps/i386/fpu/e_exp.S: Likewise.
44180         * sysdeps/i386/fpu/e_expf.S: Likewise.
44181         * sysdeps/i386/fpu/e_expl.c: Likewise.
44182         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44183         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44184         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44185         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44186         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44187         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44188         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44189
44190         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44191         is sufficient, at least on modern CPUs.
44192
44193         * ctype/ctype-info.c (__ctype_init): Define.
44194         * include/ctype.h (__ctype_init): Declare.
44195         (__ctype_b_loc): The variable is always initialized.
44196         (__ctype_toupper_loc): Likewise.
44197         (__ctype_tolower_loc): Likewise.
44198         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44199         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44200
44201 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44202
44203         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44204
44205         * configure.in: Also look in $cxxmachine/include for C++ system
44206         headers.
44207
44208 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44209
44210         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44211         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44212         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44213         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44214         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44215         (USE_AS_WMEMCMP): New macro.
44216         Fixing indents.
44217         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44218         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44219         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44220         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44221         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44222         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44223         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44224         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44225         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44226         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44227         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44228         (USE_AS_WMEMCMP): New macro.
44229         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44230         * sysdeps/string/test-memcmp.c: Update.
44231         Fix simple_wmemcmp.
44232         Add new tests.
44233         * wcsmbs/wmemcmp.c: Update.
44234         (WMEMCMP): New macro.
44235         Fix overflow bug.
44236
44237 2011-10-12  Andreas Jaeger  <aj@suse.de>
44238
44239         [BZ #13268]
44240         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44241
44242 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44243
44244         * libio/iofwide.c (do_length): Avoid warning.
44245
44246         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44247
44248 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44249
44250         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44251
44252         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44253         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44254         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44255         * sysdeps/i386/i686/fpu/e_log.S: New file.
44256         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44257         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44258
44259         * ctype/ctype.h: Add support for inlined isXXX functions when
44260         compiling C++ code.
44261
44262 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44263
44264         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44265
44266         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44267
44268 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44269
44270         [BZ #13291]
44271         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44272
44273 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44274
44275         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44276         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44277         feraiseexcept.
44278
44279         * sysdeps/x86_64/memrchr.S: Check for zero size.
44280
44281         * string/stratcliff.c: Add memrchr tests.
44282
44283 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44284
44285         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44286         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44287         rawmemchr-sse2 rawmemchr-sse2-bsf.
44288         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44289         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44290         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44291         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44292         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44293         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44294         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44295         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44296         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44297         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44298         * string/memrchr.c (MEMRCHR): New macro.
44299
44300 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44301
44302         Add integration with gcc's -ffinite-math-only and optimize wrapper
44303         functions in libm.
44304         * Versions.def: Define GLIBC_2.15 version for libm.
44305         * math/Makefile (headers): Add bits/math-finite.h.
44306         * math/bits/math-finite.h: New file.
44307         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44308         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44309         * math/e_acoshl.c: Add __*_finite alias.
44310         * math/e_acosl.c: Likewise.
44311         * math/e_asinl.c: Likewise.
44312         * math/e_atan2l.c: Likewise.
44313         * math/e_atanhl.c: Likewise.
44314         * math/e_coshl.c: Likewise.
44315         * math/e_exp10.c: Likewise.
44316         * math/e_exp10f.c: Likewise.
44317         * math/e_exp10l.c: Likewise.
44318         * math/e_exp2l.c: Likewise.
44319         * math/e_fmodl.c: Likewise.
44320         * math/e_gammal_r.c: Likewise.
44321         * math/e_hypotl.c: Likewise.
44322         * math/e_j0l.c: Likewise.
44323         * math/e_j1l.c: Likewise.
44324         * math/e_jnl.c: Likewise.
44325         * math/e_lgammal_r.c: Likewise.
44326         * math/e_log10l.c: Likewise.
44327         * math/e_log2l.c: Likewise.
44328         * math/e_logl.c: Likewise.
44329         * math/e_powl.c: Likewise.
44330         * math/e_sinhl.c: Likewise.
44331         * math/e_sqrtl.c: Likewise.
44332         * math/e_scalb.c: Completely rewritten and optimized.
44333         * math/e_scalbf.c: Likewise.
44334         * math/e_scalbl.c: Likewise.
44335         * math/w_acos.c: Likewise.
44336         * math/w_acosf.c: Likewise.
44337         * math/w_acosl.c: Likewise.
44338         * math/w_acosh.c: Likewise.
44339         * math/w_acoshf.c: Likewise.
44340         * math/w_acoshl.c: Likewise.
44341         * math/w_asin.c: Likewise.
44342         * math/w_asinf.c: Likewise.
44343         * math/w_asinl.c: Likewise.
44344         * math/w_atan2.c: Likewise.
44345         * math/w_atan2f.c: Likewise.
44346         * math/w_atan2l.c: Likewise.
44347         * math/w_atanh.c: Likewise.
44348         * math/w_atanhf.c: Likewise.
44349         * math/w_atanhl.c: Likewise.
44350         * math/w_exp10.c: Likewise.
44351         * math/w_exp10f.c: Likewise.
44352         * math/w_exp10l.c: Likewise.
44353         * math/w_fmod.c: Likewise.
44354         * math/w_fmodf.c: Likewise.
44355         * math/w_fmodl.c: Likewise.
44356         * math/w_j0.c: Likewise.
44357         * math/w_j0f.c: Likewise.
44358         * math/w_j0l.c: Likewise.
44359         * math/w_j1.c: Likewise.
44360         * math/w_j1f.c: Likewise.
44361         * math/w_j1l.c: Likewise.
44362         * math/w_jn.c: Likewise.
44363         * math/w_jnf.c: Likewise.
44364         * math/w_log.c: Likewise.
44365         * math/w_logf.c: Likewise.
44366         * math/w_logl.c: Likewise.
44367         * math/w_log10.c: Likewise.
44368         * math/w_log10f.c: Likewise.
44369         * math/w_log10l.c: Likewise.
44370         * math/w_log2.c: Likewise.
44371         * math/w_log2f.c: Likewise.
44372         * math/w_log2l.c: Likewise.
44373         * math/w_pow.c: Likewise.
44374         * math/w_powf.c: Likewise.
44375         * math/w_powl.c: Likewise.
44376         * math/w_remainder.c: Likewise.
44377         * math/w_remainderf.c: Likewise.
44378         * math/w_remainderl.c: Likewise.
44379         * math/w_scalb.c: Likewise.
44380         * math/w_scalbf.c: Likewise.
44381         * math/w_scalbl.c: Likewise.
44382         * math/w_sqrt.c: Likewise.
44383         * math/w_sqrtf.c: Likewise.
44384         * math/w_sqrtl.c: Likewise.
44385         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44386         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44387         used.
44388         * math/math_private.h: Declare __kernel_standard_f.
44389         * math/w_cosh.c: Remove cruft and optimize a bit.
44390         * math/w_coshf.c: Likewise.
44391         * math/w_coshl.c: Likewise.
44392         * math/w_exp2.c: Likewise.
44393         * math/w_exp2f.c: Likewise.
44394         * math/w_exp2l.c: Likewise.
44395         * math/w_hypot.c: Likewise.
44396         * math/w_hypotf.c: Likewise.
44397         * math/w_hypotl.c: Likewise.
44398         * math/w_lgamma.c: Likewise.
44399         * math/w_lgamma_r.c: Likewise.
44400         * math/w_lgammaf.c: Likewise.
44401         * math/w_lgammaf_r.c: Likewise.
44402         * math/w_lgammal.c: Likewise.
44403         * math/w_lgammal_r.c: Likewise.
44404         * math/w_sinh.c: Likewise.
44405         * math/w_sinhf.c: Likewise.
44406         * math/w_sinhl.c: Likewise.
44407         * math/w_tgamma.c: Likewise.
44408         * math/w_tgammaf.c: Likewise.
44409         * math/w_tgammal.c: Likewise.
44410         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44411         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44412         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44413         Minor optimizations.  Pretty printing.  Remove cruft.
44414         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44415         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44416         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44417         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44418         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44419         * sysdeps/i386/fpu/e_asin.S: Likewise.
44420         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44421         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44422         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44423         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44424         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44425         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44426         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44427         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44428         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44429         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44430         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44431         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44432         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44433         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44434         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44435         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44436         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44437         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44438         * sysdeps/i386/fpu/e_log.S: Likewise.
44439         * sysdeps/i386/fpu/e_log10.S: Likewise.
44440         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44441         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44442         * sysdeps/i386/fpu/e_log2.S: Likewise.
44443         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44444         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44445         * sysdeps/i386/fpu/e_logf.S: Likewise.
44446         * sysdeps/i386/fpu/e_logl.S: Likewise.
44447         * sysdeps/i386/fpu/e_pow.S: Likewise.
44448         * sysdeps/i386/fpu/e_powf.S: Likewise.
44449         * sysdeps/i386/fpu/e_powl.S: Likewise.
44450         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44451         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44452         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44453         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44454         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44455         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44456         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44457         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44458         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44459         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44460         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44461         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44462         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44463         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44464         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44465         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44466         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44467         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44468         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44469         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44470         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44471         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44472         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44473         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44474         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44475         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44476         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44477         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44478         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44479         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44480         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44481         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44482         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44483         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44484         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44485         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44486         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44487         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44488         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44489         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44490         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44491         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44492         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44493         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44494         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44495         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44496         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44497         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44498         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44499         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44500         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44501         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44502         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44504         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44505         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44509         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44510         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44511         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44512         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44513         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44514         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44515         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44516         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44518         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44519         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44520         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44521         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44522         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44523         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44524         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44525         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44526         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44527         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44528         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44529         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44530         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44531         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44532         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44533         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44534         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44535         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44536         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44537         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44538         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44539         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44540         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44541         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44542         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44543         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44544         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44545         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44546         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44547         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44548         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44549         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44550         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44551         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44552         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44553         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44554         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44555         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44556         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44557         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44558         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44559         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44560         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44561         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44562         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44563         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44564         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44565         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44566         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44567         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44568         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44569         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44570         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44571         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44572         (__isnanf): Likewise.
44573         (__isinf_ns): Likewise.
44574         (__isinf_nsf): Likewise.
44575         (__finite): Likewise.
44576         (__finitef): Likewise.
44577         (__ieee754_sqrt): Define as macro.
44578         (__ieee754_sqrtf): Define as macro.
44579         (__ieee754_sqrtl): Define as macro.
44580         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44581         inlined copy.
44582         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44583         __FINITE_MATH_ONLY__ consistent.
44584         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44585
44586 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44587
44588         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44589         of rawmemchr.
44590
44591         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44592
44593 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44594
44595         * po/ja.po: Update from translation team.
44596
44597 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44598
44599         * locale/programs/locarchive.c (prepare_address_space): New function.
44600         (create_archive, enlarge_archive, open_archive): Use it.
44601
44602         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44603         inside [SHARED], where it is used.
44604
44605         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44606
44607         * nss/getent.c (netgroup_keys): Remove unused variable.
44608         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44609
44610 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44611
44612         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44613         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44614         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44615         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44616         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44617         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44618         * math/Makefile (libm-calls): Add s_isinf_ns.
44619         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44620         * math/multc3.c: Likewise.
44621         * math/s_casin.c: Likewise.
44622         * math/s_casinf.c: Likewise.
44623         * math/s_casinl.c: Likewise.
44624         * math/s_ccos.c: Likewise.
44625         * math/s_ccosf.c: Likewise.
44626         * math/s_ccosl.c: Likewise.
44627         * math/s_ctan.c: Likewise.
44628         * math/s_ctanf.c: Likewise.
44629         * math/s_ctanh.c: Likewise.
44630         * math/s_ctanhf.c: Likewise.
44631         * math/s_ctanhl.c: Likewise.
44632         * math/s_ctanl.c: Likewise.
44633         * math/w_fmod.c: Likewise.
44634         * math/w_fmodf.c: Likewise.
44635         * math/w_fmodl.c: Likewise.
44636         * math/w_remainder.c: Likewise.
44637         * math/w_remainderf.c: Likewise.
44638         * math/w_remainderl.c: Likewise.
44639         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44640         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44641         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44642         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44643         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44644         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44645         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44646         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44647
44648         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44649         of the number.
44650         * stdio-common/printf_fphex.c: Likewise.
44651         * stdio-common/printf_size.c: Likewise.
44652
44653         * math/e_exp10.c: Include math_private.h using <...> not "...".
44654         * math/e_exp10f.c: Likewise.
44655         * math/e_exp10l.c: Likewise.
44656         * math/e_exp2l.c: Likewise.
44657         * math/e_j0l.c: Likewise.
44658         * math/e_j1l.c: Likewise.
44659         * math/e_jnl.c: Likewise.
44660         * math/e_lgammal_r.c: Likewise.
44661         * math/e_rem_pio2l.c: Likewise.
44662         * math/e_scalb.c: Likewise.
44663         * math/e_scalbf.c: Likewise.
44664         * math/e_scalbl.c: Likewise.
44665         * math/k_cosl.c: Likewise.
44666         * math/k_sinl.c: Likewise.
44667         * math/k_tanl.c: Likewise.
44668         * math/s_cacoshf.c: Likewise.
44669         * math/s_catan.c: Likewise.
44670         * math/s_catanf.c: Likewise.
44671         * math/s_catanh.c: Likewise.
44672         * math/s_catanhf.c: Likewise.
44673         * math/s_catanhl.c: Likewise.
44674         * math/s_catanl.c: Likewise.
44675         * math/s_ccosh.c: Likewise.
44676         * math/s_ccoshf.c: Likewise.
44677         * math/s_ccoshl.c: Likewise.
44678         * math/s_cexp.c: Likewise.
44679         * math/s_cexpf.c: Likewise.
44680         * math/s_cexpl.c: Likewise.
44681         * math/s_clog.c: Likewise.
44682         * math/s_clog10.c: Likewise.
44683         * math/s_clog10f.c: Likewise.
44684         * math/s_clog10l.c: Likewise.
44685         * math/s_clogf.c: Likewise.
44686         * math/s_clogl.c: Likewise.
44687         * math/s_csin.c: Likewise.
44688         * math/s_csinf.c: Likewise.
44689         * math/s_csinh.c: Likewise.
44690         * math/s_csinhf.c: Likewise.
44691         * math/s_csinhl.c: Likewise.
44692         * math/s_csinl.c: Likewise.
44693         * math/s_csqrt.c: Likewise.
44694         * math/s_csqrtf.c: Likewise.
44695         * math/s_csqrtl.c: Likewise.
44696         * math/s_ctan.c: Likewise.
44697         * math/s_ctanf.c: Likewise.
44698         * math/s_ctanh.c: Likewise.
44699         * math/s_ctanhf.c: Likewise.
44700         * math/s_ctanhl.c: Likewise.
44701         * math/s_ctanl.c: Likewise.
44702         * math/s_ldexp.c: Likewise.
44703         * math/s_ldexpf.c: Likewise.
44704         * math/s_ldexpl.c: Likewise.
44705         * math/s_significand.c: Likewise.
44706         * math/s_significandf.c: Likewise.
44707         * math/s_significandl.c: Likewise.
44708         * math/w_acos.c: Likewise.
44709         * math/w_acosf.c: Likewise.
44710         * math/w_acosh.c: Likewise.
44711         * math/w_acoshf.c: Likewise.
44712         * math/w_acoshl.c: Likewise.
44713         * math/w_acosl.c: Likewise.
44714         * math/w_asin.c: Likewise.
44715         * math/w_asinf.c: Likewise.
44716         * math/w_asinl.c: Likewise.
44717         * math/w_atan2.c: Likewise.
44718         * math/w_atan2f.c: Likewise.
44719         * math/w_atan2l.c: Likewise.
44720         * math/w_atanh.c: Likewise.
44721         * math/w_atanhf.c: Likewise.
44722         * math/w_atanhl.c: Likewise.
44723         * math/w_cosh.c: Likewise.
44724         * math/w_coshf.c: Likewise.
44725         * math/w_coshl.c: Likewise.
44726         * math/w_dremf.c: Likewise.
44727         * math/w_exp10.c: Likewise.
44728         * math/w_exp10f.c: Likewise.
44729         * math/w_exp10l.c: Likewise.
44730         * math/w_exp2.c: Likewise.
44731         * math/w_exp2f.c: Likewise.
44732         * math/w_fmod.c: Likewise.
44733         * math/w_fmodf.c: Likewise.
44734         * math/w_fmodl.c: Likewise.
44735         * math/w_hypot.c: Likewise.
44736         * math/w_hypotf.c: Likewise.
44737         * math/w_hypotl.c: Likewise.
44738         * math/w_j0.c: Likewise.
44739         * math/w_j0f.c: Likewise.
44740         * math/w_j0l.c: Likewise.
44741         * math/w_j1.c: Likewise.
44742         * math/w_j1f.c: Likewise.
44743         * math/w_j1l.c: Likewise.
44744         * math/w_jn.c: Likewise.
44745         * math/w_jnf.c: Likewise.
44746         * math/w_jnl.c: Likewise.
44747         * math/w_lgamma.c: Likewise.
44748         * math/w_lgamma_r.c: Likewise.
44749         * math/w_lgammaf.c: Likewise.
44750         * math/w_lgammaf_r.c: Likewise.
44751         * math/w_lgammal.c: Likewise.
44752         * math/w_lgammal_r.c: Likewise.
44753         * math/w_log.c: Likewise.
44754         * math/w_log10.c: Likewise.
44755         * math/w_log10f.c: Likewise.
44756         * math/w_log10l.c: Likewise.
44757         * math/w_log2.c: Likewise.
44758         * math/w_log2f.c: Likewise.
44759         * math/w_log2l.c: Likewise.
44760         * math/w_logf.c: Likewise.
44761         * math/w_logl.c: Likewise.
44762         * math/w_pow.c: Likewise.
44763         * math/w_powf.c: Likewise.
44764         * math/w_powl.c: Likewise.
44765         * math/w_remainder.c: Likewise.
44766         * math/w_remainderf.c: Likewise.
44767         * math/w_remainderl.c: Likewise.
44768         * math/w_scalb.c: Likewise.
44769         * math/w_scalbf.c: Likewise.
44770         * math/w_scalbl.c: Likewise.
44771         * math/w_sinh.c: Likewise.
44772         * math/w_sinhf.c: Likewise.
44773         * math/w_sinhl.c: Likewise.
44774         * math/w_sqrt.c: Likewise.
44775         * math/w_sqrtf.c: Likewise.
44776         * math/w_sqrtl.c: Likewise.
44777         * math/w_tgamma.c: Likewise.
44778         * math/w_tgammaf.c: Likewise.
44779         * math/w_tgammal.c: Likewise.
44780
44781         * po/ja.po: Update from translation team.
44782
44783 2011-09-29  Andreas Jaeger  <aj@suse.de>
44784
44785         [BZ #13179]
44786         * sunrpc/netname.c (netname2host): Fix logic.
44787
44788         [BZ #6779]
44789         [BZ #6783]
44790         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44791         correctly.
44792         * math/w_remainder.c (__remainder): Likewise.
44793         * math/w_remainderf.c (__remainderf): Likewise.
44794         * math/libm-test.inc (remainder_test): Add test cases.
44795
44796 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44797
44798         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44799         sdiv_qrnnd.
44800
44801 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44802
44803         * string/test-memcmp.c: Avoid unncessary #defines.
44804         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44805
44806 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44807
44808         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44809         Use new sse2 version for core i3 - i7 as it's faster
44810         than sse42 version.
44811         (bit_Prefer_PMINUB_for_stringop): New.
44812         * sysdeps/x86_64/rawmemchr.S: Update.
44813         Replace with faster SSE2 version.
44814         * sysdeps/x86_64/memrchr.S: New file.
44815         * sysdeps/x86_64/memchr.S: Update.
44816         Replace with faster SSE2 version.
44817
44818 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44819
44820         * elf/dl-load.c (lose): Add cast to avoid warning.
44821
44822 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44823
44824         * po/ca.po: Update from translation team.
44825
44826         * inet/getnetgrent_r.c: Hook up nscd.
44827         * nscd/Makefile (routines): Add nscd_netgroup.
44828         (nscd-modules): Add netgroupcache.
44829         (CFLAGS-netgroupcache.c): Define.
44830         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44831         (cache_search): Add const to second parameter.
44832         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44833         INNETGR.
44834         (dbs): Add netgrdb entry.
44835         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44836         (verify_persistent_db): Handle netgrdb.
44837         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44838         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44839         GETFDNETGR.
44840         (netgroup_response_header): Define.
44841         (innetgroup_response_header): Define.
44842         (datahead): Add netgroup_response_header and innetgroup_response_header
44843         elements.
44844         * nscd/nscd.conf: Add entries for netgroup cache.
44845         * nscd/nscd.h (dbtype): Add netgrdb.
44846         (_PATH_NSCD_NETGROUP_DB): Define.
44847         (netgroup_iov_disabled): Declare.
44848         (xmalloc, xcalloc, xrealloc): Move declarations here.
44849         (cache_search): Adjust prototype.
44850         Add netgroup-related prototypes.
44851         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44852         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44853         (__nscd_innetgr): Declare.
44854         * nscd/selinux.c (perms): Use access_vector_t as element type and
44855         add netgroup-related initializers.
44856         * nscd/netgroupcache.c: New file.
44857         * nscd/nscd_netgroup.c: New file.
44858         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44859         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44860         For four parameters use innetgr.
44861         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44862         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44863         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44864         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44865
44866         * nscd/connections.c (register_traced_file): Don't register file
44867         for disabled databases.
44868
44869 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44870
44871         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44872
44873         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44874         from tree and freeing node.
44875
44876 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44877
44878         * nss/nsswitch.c (__nss_database_lookup): Handle
44879         nss_parse_service_list out of memory case.
44880
44881 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44882
44883         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44884         out of memory case.
44885
44886 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44887
44888         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44889         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44890         pass it down.
44891         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44892         elf_machine_rela, elf_machine_lazy_rel.
44893         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44894         (ELF_DYNAMIC_DO_REL): Likewise.
44895         (ELF_DYNAMIC_DO_RELA): Likewise.
44896         (ELF_DYNAMIC_RELOCATE): Likewise.
44897         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44898         to ELF_DYNAMIC_DO_REL.
44899         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44900         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44901         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44902         elf_machine_rela.
44903         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44904         skip_ifunc, don't call ifunc function if non-zero.
44905         (elf_machine_rela): Likewise.
44906         (elf_machine_lazy_rel): Likewise.
44907         (elf_machine_lazy_rela): Likewise.
44908         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44909         (elf_machine_lazy_rel): Likewise.
44910         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44911         Likewise.
44912         (elf_machine_lazy_rel): Likewise.
44913         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44914         Likewise.
44915         (elf_machine_lazy_rel): Likewise.
44916         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44917         (elf_machine_lazy_rel): Likewise.
44918         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44919         (elf_machine_lazy_rel): Likewise.
44920         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44921         (elf_machine_lazy_rel): Likewise.
44922         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44923         (elf_machine_lazy_rel): Likewise.
44924         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44925         (elf_machine_lazy_rel): Likewise.
44926         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44927         (elf_machine_lazy_rel): Likewise.
44928
44929 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44930
44931         * nss/nss_files/files-init.c (_nss_files_init): Use static
44932         initialization for all the *_traced_file variables.
44933
44934 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44935
44936         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44937
44938 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44939
44940         [BZ #13226]
44941         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44942
44943 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44944
44945         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44946         Reread the line before reparsing it.
44947
44948 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44949
44950         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44951
44952 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44953             Maxim Kuvyrkov  <maxim@codesourcery.com>
44954             Joseph Myers  <joseph@codesourcery.com>
44955
44956         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44957         if needed for __stack_chk_guard.
44958
44959 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44960
44961         * sysdeps/posix/spawni.c (script_execute): Always define it.
44962         It will be optimized away if unused.
44963         (maybe_script_execute): New function.
44964         (__spawni): Call it.
44965
44966         * Makerules: Don't include tls.make.
44967         (config-tls): Always set to thread.
44968         * tls.make.c: File removed.
44969
44970 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44971
44972         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44973         * config.make.in (CPPFLAGS-config): New substituted variable.
44974
44975 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44976
44977         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44978
44979         [BZ #13192]
44980         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44981         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44982
44983 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44984
44985         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44986         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44987         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44988         (CALL_FAIL): Likewise.
44989         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44990         (CALL_FAIL): Macro removed.
44991         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44992
44993 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44994
44995         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44996         for __FINITE_MATH_ONLY__ == 1.
44997
44998 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44999
45000         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
45001         __ieee754_sqrt instead of sqrt.
45002         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
45003         __ieee754_sqrtf instead of sqrtf.
45004         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
45005         __floorf instead of floorf.
45006         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
45007         __floorf, __truncf instead of floorf, truncf.
45008
45009 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
45010
45011         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
45012
45013         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
45014         __extern_always_inline.
45015         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45016         32-bit.
45017
45018 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45019
45020         * elf/rtld.c (dl_main): Also relocate in dependency order when
45021         doing symbol dependency testing.
45022
45023 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45024
45025         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45026         Always define `refsym'.
45027
45028 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45029
45030         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45031         (__FD_ELT): Renamed from __FDELT.
45032         * misc/bits/select2.h (__FD_ELT): Likewise.
45033         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45034         __FD_MASK instead of __FDELT, __FDMASK.
45035         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45036         Likewise.
45037         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45038         Likewise.
45039
45040         * elf/Makefile (gen-ldd): Fix pattern.
45041
45042         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45043         (init_tls): Likewise.
45044
45045 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45046
45047         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45048
45049 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45050
45051         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45052         `struct cmsghdr *' instead of `void *'.
45053         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45054         Likewise.
45055
45056 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45057
45058         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45059         if non-absolute.
45060         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45061         ldd_rewrite_script.
45062
45063 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45064
45065         * configure.in: Remove --with-tls option.
45066         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45067         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45068         out in case it is missing.
45069         * sysdeps/ia64/elf/configure.in: Likewise.
45070         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45071         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45072         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45073         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45074         * sysdeps/sh/elf/configure.in: Likewise.
45075         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45076         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45077         * sysdeps/x86_64/elf/configure.in: Likewise.
45078         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45079         * sysdeps/mach/hurd/tls.h: Likewise.
45080
45081         [BZ #13067]
45082         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45083
45084         [BZ #13090]
45085         * configure.in: Fix use of AC_INIT.
45086
45087         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45088
45089 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45090
45091         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45092         __set_errno.
45093         * malloc/hooks.c: Likewise.
45094
45095         [BZ #11929]
45096         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45097         variables statically.
45098         (narenas): Initialize.
45099         (list_lock): Initialize.
45100         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45101         initializtion of main_arena and list_lock.  Small cleanups.
45102         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45103         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45104         Add initializers to main_arena and mp_.
45105         (malloc_state): Remove pagesize member.  Change all users to use
45106         GLRO(dl_pagesize).
45107
45108         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45109         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45110         is always initialized.
45111
45112         * malloc/malloc.c: Removed unused configurations and dead code.
45113         * malloc/arena.c: Likewise.
45114         * malloc/hooks.c: Likewise.
45115         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45116
45117         * include/tls.h: Removed.  USE___THREAD must always be defined.
45118         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45119         * elf/dl-libc.c: Likewise.
45120         * elf/dl-tsd.c: Likewise.
45121         * include/errno.h: Likewise.
45122         * include/netdb.h: Likewise.
45123         * include/resolv.h: Likewise.
45124         * inet/herrno-loc.c: Likewise.
45125         * inet/herrno.c: Likewise.
45126         * malloc/arena.c: Likewise.
45127         * malloc/hooks.c: Likewise.
45128         * malloc/malloc.c: Likewise.
45129         * resolv/res-state.c: Likewise.
45130         * resolv/res_libc.c: Likewise.
45131         * sysdeps/i386/dl-machine.h: Likewise.
45132         * sysdeps/ia64/dl-machine.h: Likewise.
45133         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45134         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45135         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45136         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45137         * sysdeps/sh/dl-machine.h: Likewise.
45138         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45139         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45140         * sysdeps/unix/i386/sysdep.S: Likewise.
45141         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45142         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45143         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45144         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45145         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45146         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45147         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45148         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45149         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45150         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45151         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45152         * sysdeps/x86_64/dl-machine.h: Likewise.
45153         * tls.make.c: Likewise.
45154
45155         * configure.in: Remove --with-__thread option.  Make tests for
45156         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45157         tls_model attribute fail if no support is available.  Remove
45158         USE_IN_LIBIO.
45159         * Makeconfig: Adjust for dropped configure option.  All features are
45160         now mandatory.
45161         * Makerules: Likewise.
45162         * Versions.def: Likewise.
45163         * argp/argp-fmtstream.c: Likewise.
45164         * argp/argp-fmtstream.h: Likewise.
45165         * argp/argp-help.c: Likewise.
45166         * assert/assert.c: Likewise.
45167         * config.h.in: Likewise.
45168         * config.make.in: Likewise.
45169         * configure: Likewise.
45170         * configure.in: Likewise.
45171         * csu/Versions: Likewise.
45172         * csu/init.c: Likewise.
45173         * elf/tst-audit2.c: Likewise.
45174         * elf/tst-tls10.c: Likewise.
45175         * elf/tst-tls10.h: Likewise.
45176         * elf/tst-tls11.c: Likewise.
45177         * elf/tst-tls12.c: Likewise.
45178         * elf/tst-tls14.c: Likewise.
45179         * elf/tst-tlsmod11.c: Likewise.
45180         * elf/tst-tlsmod12.c: Likewise.
45181         * elf/tst-tlsmod13.c: Likewise.
45182         * elf/tst-tlsmod13a.c: Likewise.
45183         * elf/tst-tlsmod14a.c: Likewise.
45184         * elf/tst-tlsmod15b.c: Likewise.
45185         * elf/tst-tlsmod16a.c: Likewise.
45186         * elf/tst-tlsmod16b.c: Likewise.
45187         * elf/tst-tlsmod7.c: Likewise.
45188         * elf/tst-tlsmod8.c: Likewise.
45189         * elf/tst-tlsmod9.c: Likewise.
45190         * gmon/gmon.c: Likewise.
45191         * grp/fgetgrent_r.c: Likewise.
45192         * grp/putgrent.c: Likewise.
45193         * hurd/fopenport.c: Likewise.
45194         * include/libc-symbols.h: Likewise.
45195         * include/tls.h: Likewise.
45196         * intl/gettextP.h: Likewise.
45197         * intl/loadinfo.h: Likewise.
45198         * locale/global-locale.c: Likewise.
45199         * locale/localeinfo.h: Likewise.
45200         * mach/devstream.c: Likewise.
45201         * malloc/arena.c: Likewise.
45202         * malloc/set-freeres.c: Likewise.
45203         * misc/err.c: Likewise.
45204         * misc/getttyent.c: Likewise.
45205         * misc/mntent_r.c: Likewise.
45206         * posix/getopt.c: Likewise.
45207         * posix/wordexp.c: Likewise.
45208         * pwd/fgetpwent_r.c: Likewise.
45209         * resolv/Versions: Likewise.
45210         * resolv/res_hconf.c: Likewise.
45211         * shadow/fgetspent_r.c: Likewise.
45212         * shadow/putspent.c: Likewise.
45213         * stdio-common/printf_fphex.c: Likewise.
45214         * stdio-common/tmpfile.c: Likewise.
45215         * stdlib/abort.c: Likewise.
45216         * stdlib/fmtmsg.c: Likewise.
45217         * sunrpc/auth_unix.c: Likewise.
45218         * sunrpc/clnt_perr.c: Likewise.
45219         * sunrpc/clnt_tcp.c: Likewise.
45220         * sunrpc/clnt_udp.c: Likewise.
45221         * sunrpc/clnt_unix.c: Likewise.
45222         * sunrpc/openchild.c: Likewise.
45223         * sunrpc/svc_simple.c: Likewise.
45224         * sunrpc/svc_tcp.c: Likewise.
45225         * sunrpc/svc_udp.c: Likewise.
45226         * sunrpc/svc_unix.c: Likewise.
45227         * sunrpc/xdr.c: Likewise.
45228         * sunrpc/xdr_array.c: Likewise.
45229         * sunrpc/xdr_rec.c: Likewise.
45230         * sunrpc/xdr_ref.c: Likewise.
45231         * sunrpc/xdr_stdio.c: Likewise.
45232
45233 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45234
45235         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45236
45237 2011-07-03  Andreas Jaeger  <aj@suse.de>
45238
45239         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45240         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45241         regenerate with gen-libm-tests.pl.
45242
45243 2010-05-12  Petr Baudis  <pasky@suse.cz>
45244
45245         [BZ #11589]
45246         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45247         around j0() zero points by switching to j1().
45248         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45249         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45250         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45251         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45252
45253 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45254
45255         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45256         instead of 0.
45257         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45258         instead of 0.
45259         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45260         Patch in part by Pavel Roskin <proski@gnu.org>.
45261
45262         [BZ #13138]
45263         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45264         realloc.
45265         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45266         Free memory block if necessary.
45267
45268         [BZ #12847]
45269         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45270         be NULL.  Don't lock in this case.
45271
45272 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45273
45274         * elf/elf.h (ELFOSABI_GNU): New macro.
45275         (ELFOSABI_LINUX): Define to that.
45276
45277 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45278
45279         * string/strncat.c (strncat): Undef the symbol in case it has been
45280         defined in bits/string.h.
45281
45282 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45283
45284         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45285
45286         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45287         link map.
45288
45289 2011-08-17  Andreas Jaeger  <aj@suse.de>
45290
45291         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45292
45293 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45294             Ian Lance Taylor  <iant@google.com>
45295
45296         * math/libm-test.inc (lround_test): New testcase.
45297         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45298
45299 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45300
45301         * Makefile: Remove support for automatic cvs check-ins.
45302         * Makerules: Likewise.
45303         * config.make.in: Likewise.
45304         * configure.in: Likewise.
45305         * intl/Makefile: Likewise.
45306         * locale/Makefile: Likewise.
45307         * po/Makefile: Likewise.
45308         * posix/Makefile: Likewise.
45309         * sysdeps/gnu/Makefile: Likewise.
45310         * sysdeps/mach/hurd/Makefile: Likewise.
45311         * sysdeps/sparc/sparc32/Makefile: Likewise.
45312
45313         [BZ #13118]
45314         * posix/Makefile (bug-regex32-ENV): Define.
45315         Patch by John Stanley <jpsinthemix@verizon.net>.
45316
45317         * misc/Makefile (headers): Add bits/select2.h.
45318         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45319         * misc/bits/select2.h: New file.
45320         * include/bits/select2.h: New file.
45321         * debug/Makefile (routines): Add fdelt_chk.
45322         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45323         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45324         FD_ISSET.
45325         * debug/fdelt_chk.c: New file.
45326
45327         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45328         * wcsmbs/test-wmemcmp.c: Likewise.
45329         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45330         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45331
45332 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45333
45334         * string/Makefile (strop-tests): Add memcmp.
45335         * string/test-wmemcmp.c: New file.
45336         * string/test-memcmp.c: Add wmemcmp support.
45337
45338 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45339
45340         [BZ #13153]
45341         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45342         2011-07-19 change.
45343
45344         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45345         garbage value in a __mach_port_mod_refs call in the cases of the
45346         task-self and thread-self ports.
45347
45348 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45349
45350         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45351
45352 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45353
45354         * elf/dl-load.c (lose): Check for non-null L.
45355
45356 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45357
45358         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45359
45360         * elf/dl-libc.c (dlerror_run): Pass back error code from
45361         dl_catch_error.
45362
45363         [BZ #13123]
45364         * elf/dl-load.c (lose): Free l_origin if it is valid.
45365
45366         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45367         names.
45368         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45369         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45370         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45371         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45372         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45373         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45374
45375 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45376
45377         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45378         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45379         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45380         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45381         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45382         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45383         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45384         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45385         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45386         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45387
45388 2011-08-15  Alan Modra  <amodra@gmail.com>
45389
45390         [BZ #13092]
45391         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45392         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45393         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45394         ppc_mcount to static-only-routines.
45395         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45396         __mcount_internal.
45397         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45398         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45399
45400 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45401
45402         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45403         for finite and infinity parameters.
45404
45405 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45406
45407         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45408         and add nop instructions for throughput optimization.
45409         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45410
45411 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45412
45413         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45414         aligned copy for power7 with vector-scalar instructions.
45415         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45416
45417 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45418
45419         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45420         AVX check.
45421
45422 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45423
45424         [BZ #13144]
45425         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45426         last change.
45427
45428 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45429
45430         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45431         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45432         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45433         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45434         clock_gettime.
45435
45436 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45437
45438         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45439         Forgot to demangle the pointer.
45440
45441         * sysdeps/i386/sysdep.h: Define atom_text_section.
45442         * sysdeps/x86_64/sysdep.h: Likewise.
45443         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45444         section with atom_text_section.
45445         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45446         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45447         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45448         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45449         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45450
45451         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45452         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45453         already be defined.  Change to take two parameters and don't assign
45454         result to variable.  Adjust all users.
45455         Define INTERNAL_GETTIME if not already defined.
45456         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45457         call.
45458         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45459         HAVE_CLOCK_GETTIME_VSYSCALL.
45460         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45461
45462         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45463         gettimeofday vsyscall, just use time.
45464
45465 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45466
45467         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45468         <errno.h>.
45469
45470 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45471
45472         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45473         syscall on x86-64.
45474         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45475         syscall.
45476         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45477         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45478         syscall if possible.
45479
45480 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45481
45482         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45483         e_ident.  Don't pass to find_mapsXX.
45484         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45485
45486 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45487
45488         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45489         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45490         * sysdeps/x86_64/multiarch/strchr.S: Update.
45491         Check bit_slow_BSF bit.
45492         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45493         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45494         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45495
45496 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45497
45498         [BZ #13134]
45499         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45500         before glibc 2.15.
45501         (tryshell): Define.
45502         (__spawni): Change last parameter to be flag.  Test
45503         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45504         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45505         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45506         * posix/spawni.c: Likewise.
45507         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45508         * posix/spawnp.c: Likewise.  Change normal version to use
45509         SPAWN_XFLAGS_USE_PATH.
45510         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45511         SPAWN_XFLAGS_TRY_SHELL.
45512
45513         [BZ #13150]
45514         * posix/glob.h: Remove gcc 1.x support.
45515
45516         [BZ #13068]
45517         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45518
45519 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45520
45521         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45522         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45523         strrchr-sse2-bsf
45524         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45525         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45526         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45527         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45528         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45529         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45530
45531 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45532
45533         * sysdeps/x86_64/wcscmp.S: New file.
45534
45535         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45536         wcscmp-c wcscmp-sse2
45537         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45538         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45539         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45540         * wcsmbs/wcscmp.c: Allow renaming.
45541
45542 2011-09-05  David S. Miller  <davem@davemloft.net>
45543
45544         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45545         stack slot, rather than the struct return pointer slot.
45546         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45547         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45548         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45549         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45550
45551 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45552
45553         * po/ja.po: Update from translation team.
45554
45555         [BZ #13144]
45556         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45557         kernel in 64-bit binaries.
45558
45559 2011-09-01  David S. Miller  <davem@davemloft.net>
45560
45561         * elf/elf.h (HWCAP_SPARC_*): Move to..
45562         * sysdeps/sparc/sysdep.h: this new file and add new values.
45563         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45564         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45565         _DL_HWCAP_COUNT to 24.
45566         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45567         entries.
45568         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45569         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45570         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45571         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45572         instead of magic constants.
45573         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45574
45575 2011-08-31  David S. Miller  <davem@davemloft.net>
45576
45577         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45578         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45579         Reimplement to do errno handling inline.
45580         (SYSCALL_ERROR_HANDLER): New macro.
45581         (__SYSCALL_STRING): Do not do errno handling in asm.
45582         (__CLONE_SYSCALL_STRING): Delete.
45583         (__INTERNAL_SYSCALL_STRING): Delete.
45584         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45585         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45586         (PSEUDO): Reimplement to do errno handling inline.
45587         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45588         (SYSCALL_ERROR_HANDLER): New macro.
45589         (__SYSCALL_STRING): Do not do errno handling in asm.
45590         (__CLONE_SYSCALL_STRING): Delete.
45591         (__INTERNAL_SYSCALL_STRING): Delete.
45592         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45593         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45594         i386.
45595         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45596         (inline_syscall*): Add 'err' argument.
45597         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45598         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45599         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45600         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45601
45602         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45603         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45604
45605 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45606
45607         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45608
45609 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45610
45611         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45612         directive.
45613
45614 2011-08-24  David S. Miller  <davem@davemloft.net>
45615
45616         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45617
45618 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45619
45620         * elf/Makefile: Add rules to build and run unload8 test.
45621         * elf/unload8.c: New file.
45622         * elf/unload8mod1.c: New file.
45623         * elf/unload8mod1x.c: New file.
45624         * elf/unload8mod2.c: New file.
45625         * elf/unload8mod3.c: New file.
45626
45627         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45628         it wasn't used.
45629
45630 2011-08-23  David S. Miller  <davem@davemloft.net>
45631
45632         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45633         subtract stack bias.
45634         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45635         %sp not %fp in calculations.
45636         (_JMPBUF_UNWINDS_ADJ): Likewise.
45637
45638         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45639         (aio_suspend): Call it to force an exception region around the
45640         AIO_MISC_WAIT() invocation.
45641
45642 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45643
45644         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45645         backslash.
45646
45647 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45648
45649         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45650         protection macro.
45651         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45652         and <dl-machine.h>.
45653         (Elf64_FuncDesc): Remove.
45654
45655 2011-08-22  David S. Miller  <davem@davemloft.net>
45656
45657         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45658         sigaltstack check, add missing cfi directives.
45659         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45660         missing cfi directives, and sigaltstack handling.
45661
45662 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45663
45664         [BZ #11724]
45665         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45666         object is seen twice.
45667         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45668
45669         * elf/Makefile (distribute): Add tst-initorder2.c.
45670         (tests): Add tst-initorder2.
45671         (modules-names): Add tst-initorder2a tst-initorder2b
45672         tst-initorder2c tst-initorder2d.  Add rules to build them.
45673         ($(objpfx)tst-initorder2.out): New rule.
45674         * elf/tst-initorder2.c: New file.
45675         * elf/tst-initorder2.exp: New file.
45676
45677 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45678
45679         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45680
45681         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45682         dependencies back to end of function.
45683
45684         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45685         $(elfobjdir)/ld.so.
45686
45687 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45688
45689         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45690         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45691         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45692         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45693         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45694         of __vdso_gettimeofday.
45695         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45696         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45697         attribute_hidden.
45698         (_libc_vdso_platform_setup): Remove initialization of
45699         __vdso_gettimeofday and __vdso_time.
45700
45701 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45702
45703         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45704         and fgetc_unlocked.
45705         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45706         getc_unlocked.
45707
45708         * elf/dl-open.c (add_to_global): Report additions to the global scope
45709         for LD_DEBUG=scopes.
45710         (dl_open_worker): Also print scope of newly loaded dependencies.
45711         (_dl_show_scope): Indicate if there is no scope.
45712
45713         [BZ #13114]
45714         * stdio-common/Makefile (tests): Add bug24.
45715         * stdio-common/bug24.c: New file.
45716
45717 2011-08-19  Andreas Jaeger  <aj@suse.de>
45718
45719         [BZ #13114]
45720         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45721         non-existant file when using close-on-exec mode.
45722
45723 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45724
45725         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45726         the very first instruction.
45727
45728         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45729         the CFI state in the end.
45730         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45731         inclusion of dl-trampoline.h.
45732         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45733
45734 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45735
45736         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45737         expectations for long double.
45738
45739         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45740         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45741
45742 2011-08-14  David S. Miller  <davem@davemloft.net>
45743
45744         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45745         artificual limit depends upon the system page size.
45746
45747 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45748
45749         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45750         * resolv/Makefile: Define CFLAGS-libresolv.
45751
45752 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45753
45754         * nss/makedb.c (compute_tables): Make variables used in nested
45755         function static.
45756
45757 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45758
45759         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45760         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45761         if buffer was too small.
45762
45763         * elf/pldd.c (main): Attach to all threads in the process.
45764         Rewrite /proc handling to use *at functions.
45765
45766 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45767
45768         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45769         specifies first scope to show.
45770         (dl_open_worker): Update callers.  Move printing scope of new
45771         object to before the relocation.
45772         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45773         * sysdeps/generic/ldsodefs.h: Update declaration.
45774
45775         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45776         string for the scope number.
45777
45778 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45779
45780         * nscd/servicescache.c (cache_addserv): Make sure written is always
45781         initialized.
45782
45783 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45784
45785         * sysdeps/i386/i486/bits/atomic.h
45786         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45787         statement expression, so as to suppress "set but not used" warning.
45788         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45789
45790         * string/strncat.c (STRNCAT): Use prototype definition.
45791
45792         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45793         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45794         -Iprograms here.
45795         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45796         (localedef-modules): Add localedef.
45797         (locale-modules): Add locale.
45798
45799         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45800         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45801         to avoid a warning.
45802
45803 2011-08-14  David S. Miller  <davem@davemloft.net>
45804
45805         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45806         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45807
45808 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45809
45810         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45811         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45812         * elf/rtld.c (dl_main): Set l_name of vDSO.
45813         Call _dl_show_scope when DL_DEBUG_SCOPES.
45814         (process_dl_debug): Recognize scopes flag and also set it for all.
45815         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45816         Declare _dl_show_scope.
45817
45818         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45819         (do_dlopen): Pass caller_dlopen to dl_open.
45820         (__libc_dlopen_mode): Initialize caller_dlopen.
45821
45822         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45823         of libc.  Make tolower call locale-independent.  Optimize a bit by
45824         using isdigit instead of isalnum.
45825         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45826
45827 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45828
45829         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45830         was a dependency or dynamically loaded.
45831
45832 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45833
45834         * intl/l10nflist.c: Allow architecture-specific pop function.
45835         * sysdeps/x86_64/l10nflist.c: New file.
45836
45837         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45838         classification.
45839
45840 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45841
45842         * include/dirent.h: Add libc_hidden_proto for scandirat and
45843         scandirat64.  Don't declare __scandirat64.
45844         * dirent/scandirat.c: Add libc_hidden_def.
45845         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45846         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45847
45848 2011-08-10  David S. Miller  <davem@davemloft.net>
45849
45850         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45851         enum.
45852         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45853         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45854         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45855
45856 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45857
45858         * Versions.def [libc]: Add GLIBC_2.15.
45859         * dirent/Makefile (routines): Add scandirat and scandirat64.
45860         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45861         GLIBC_2.15.
45862         * dirent/dirent.h: Declare scandirat and scandirat64.
45863         * dirent/scandirat.c: New file.
45864         * dirent/scandirat64.c: New file.
45865         * sysdeps/wordsize-64/scandirat.c: New file.
45866         * sysdeps/wordsize-64/scandirat64.c: New file.
45867         * dirent/opendir.c: Define opendirat.
45868         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45869         using scandirat.
45870         * dirent/scandir64.c: Adjust for scandir.c change.
45871         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45872         __scandirat64, and __scandir_cancel_handler.
45873         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45874         additional parameter and use openat instead of open (outside of ld.so).
45875         Add new __opendir as wrapper around __opendirat.
45876         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45877         here without requiring old scandirat implementation.
45878
45879 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45880
45881         * dirent/scandir.c (cancel_handler): Renamed to
45882         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45883         defined.  Adjust users.
45884         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45885         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45886
45887 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45888
45889         * string/test-string.h (IMPL): Use __STRING to expand name and then
45890         stringify it.
45891
45892         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45893         of cleanups.
45894
45895 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45896
45897         * string/Makefile: Update.
45898         (strop-tests): Append strncat.
45899         * string/test-wcscmp.c: New file.
45900         New comprehensive test for wcscmp.
45901         * string/test-strcmp.c: Update.
45902         (WIDE): New define.
45903
45904 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45905
45906         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45907         line.
45908
45909 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45910
45911         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45912         encoding to ACE if AI_IDN.
45913
45914 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45915
45916         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45917         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45918
45919 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45920
45921         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45922         Fix overflow bug in strncat.
45923         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45924
45925         * string/test-strncat.c: Update.
45926         Add new tests for checking overflow bugs.
45927
45928 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45929
45930         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45931         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45932         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45933         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45934         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45935         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45936         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45937         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45938         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45939
45940         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45941         (USE_AS_STRCAT): Define.
45942         Add strcat and strncat support.
45943         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45944
45945 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45946
45947         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45948         __n bigger than INT_MAX+1.
45949         (__strncmp_g): Likewise.
45950
45951 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45952
45953         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45954         * libio/stido.h: Likewise.
45955
45956         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45957         (AF_NFC): Define.
45958         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45959         (AF_NFC): Define.
45960
45961         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45962         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45963         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45964         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45965         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45966
45967         [BZ #13021]
45968         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45969         installed.
45970
45971         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45972         typo.
45973         (_dl_x86_64_save_sse): Likewise.
45974
45975 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45976
45977         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45978         OSXSAVE.
45979         (_dl_x86_64_save_sse): Likewise.
45980
45981         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45982
45983         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45984
45985 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45986
45987         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45988         change.
45989         (_dl_x86_64_save_sse): Use correct AVX check.
45990
45991 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45992
45993         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45994         bug in strncpy/strncat.
45995         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45996
45997 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45998
45999         * string/tester.c (test_strcat): Add tests for different alignments
46000         of source and destination.
46001         (test_strncat): Likewise.
46002
46003 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46004
46005         [BZ #12852]
46006         * posix/glob.c (glob): Check passed in values before using them in
46007         expressions to avoid some overflows.
46008         (glob_in_dir): Likewise.
46009
46010         [BZ #13007]
46011         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
46012         check for AVX enablement so that we don't crash with old kernels and
46013         new hardware.
46014         * elf/tst-audit4.c: Add same checks here.
46015         * elf/tst-audit6.c: Likewise.
46016
46017         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46018
46019 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46020
46021         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46022
46023 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46024
46025         * po/cs.po: Update from translation team.
46026         * po/bg.po: Likewise.
46027
46028 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46029
46030         * misc/sys/cdefs.h: Add support for const attribute.
46031         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46032         to gnu_dev_{major,minor,makedev} functions.
46033
46034 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46035
46036         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46037
46038 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46039
46040         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46041         strlen results.
46042
46043 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46044
46045         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46046         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46047         register in order to avoid conflicts with the soft frame pointer
46048         being held in r11 when necessary.
46049         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46050         (INTERNAL_VSYSCALL_NCS): Likewise.
46051
46052 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46053
46054         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46055         * elf/dl-fini.c (_dl_fini): Adjust caller.
46056         * elf/dl-close.c (_dl_close_worker): Likewise.
46057         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46058
46059 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46060
46061         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46062         "aux_cache->nlibs < 0".
46063
46064         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46065         in the reload-count case.
46066
46067 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46068
46069         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46070         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46071         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46072         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46073         * sysdeps/x86_64/multiarch/strcat.S: New file.
46074         * sysdeps/x86_64/multiarch/strncat.S: New file.
46075         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46076         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46077         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46078         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46079         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46080         (USE_AS_STRCAT): Define.
46081         Add strcat and strncat support.
46082         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46083         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46084         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46085         * string/strncat.c: Update.
46086         (USE_AS_STRNCAT): Define.
46087         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46088         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46089         and i7.
46090         * sysdeps/x86_64/multiarch/init-arch.h
46091         (bit_Prefer_PMINUB_for_stringop): New.
46092         (index_Prefer_PMINUB_for_stringop): Likewise.
46093         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46094         bit_Prefer_PMINUB_for_stringop.
46095
46096 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46097
46098         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46099         buffer64.
46100         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46101         of casting of buffer.
46102         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46103         buffer32 and buffer64.
46104         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46105         writes instead of casting of buffer.
46106         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46107         buffer32.
46108         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46109         casting of buffer.
46110
46111 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46112
46113         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46114
46115 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46116
46117         * nscd/nscd.c (termination_handler): Don't do anything for a database
46118         if it has not yet been initialized.
46119
46120 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46121
46122         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46123
46124 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46125
46126         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46127
46128 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46129
46130         * po/nl.po: Update from translation team.
46131         * po/sv.po: Likewise.
46132
46133 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46134
46135         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46136         now disallowed by GCC.
46137
46138         * configure.in (use-default-link): Default to yes if a test -shared
46139         link meets our qualifications.
46140         * configure: Regenerated.
46141
46142         * config.make.in (output-format): New variable.
46143         * configure.in: Check for ld --print-output-format support.
46144         * configure: Regenerated.
46145         * Makerules ($(common-objpfx)format.lds)
46146         [$(output-format) != unknown]: Just use $(output-format),
46147         instead of the linker-script munging.
46148
46149 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46150
46151         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46152         of $(common-objpfx)shlib.lds.
46153         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46154
46155         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46156         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46157
46158         * configure.in (-z relro check): Adjust test code to add a large
46159         writable data section after it.
46160         * configure: Regenerated.
46161
46162 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46163
46164         * configure.in (-z relro check): Fix test code to make the variable
46165         truly const.
46166         * configure: Regenerated.
46167
46168 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46169
46170         * nscd/nscd.h (struct traced_file): Define.
46171         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46172         elements.  Add traced_files.
46173         (inotify_fd): Declare.
46174         (register_traced_file): Declare.
46175         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46176         (inotify_fd): Export.
46177         (resolv_conf_descr): Remove.
46178         (nscd_init): Move inotify descriptor creation to main.
46179         Don't register files for notification here.
46180         (register_traced_file): New function.
46181         (invalidate_cache): Don't use reset_res to determine whether to call
46182         res_init, go through the list of registered files.
46183         (main_loop_poll): The inotify descriptors are now stored in the
46184         structures for the traced files.
46185         (main_loop_epoll): Likewise
46186         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46187         to __nss_disable_nscd.
46188         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46189         for a database anymore.  Check the records for all the registered
46190         files instead.
46191         * nss/Makefile (libnss_files-routines): Add files-init.
46192         (libnss_db-routines): Add db-init.
46193         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46194         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46195         * nss/nss_db/db-init.c: New file.
46196         * nss/nss_files/files-init.c: New file.
46197         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46198         __nss_lookup_function.
46199         (__nss_lookup_function): Call nss_load_library.
46200         (nss_load_all_libraries): New function.
46201         (__nss_disable_nscd): Take parameter with callback function for files
46202         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46203         used for the cached services.
46204         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46205         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46206         options for features to all the files in nscd.
46207
46208         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46209
46210 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46211
46212         * csu/elf-init.c (__libc_csu_init): Comment typo.
46213
46214 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46215
46216         * po/pl.po: Update from translation team.
46217         * po/ja.po: Likewise.
46218         * po/ru.po: Likewise.
46219         * po/ko.po: Likewise.
46220         * po/fr.po: Likewise.
46221
46222 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46223
46224         * configure.in (.ctors/.dtors header and trailer check):
46225         Use an empirical test on a built program.
46226         * configure: Regenerated.
46227
46228         * configure.in (-z relro check): Use an empirical test on a built DSO.
46229         Detect, but do not require, on ia64.
46230         * configure: Regenerated.
46231
46232         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46233         Update tests that use readelf to use $READELF instead.
46234         * configure: Regenerated.
46235
46236 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46237
46238         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46239         if the result is not used.
46240
46241 2011-07-05  Andreas Jaeger  <aj@suse.de>
46242
46243         [BZ#9696]
46244         * stdlib/tst-strtod.c: Add testcase.
46245
46246 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46247
46248         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46249         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46250         The latter has a higher limit.  Take additional parameter to pass to
46251         the new function.
46252         (__pathconf): Pass file to __statfs_link_max.
46253         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46254         __statfs_link_max.
46255         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46256         __statfs_link_max.
46257
46258         [BZ #12868]
46259         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46260         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46261         Handle Lustre.
46262         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46263         (__statfs_filesize_max): Likewise.
46264         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46265
46266 2011-07-05  Andreas Jaeger  <aj@suse.de>
46267
46268         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46269
46270 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46271
46272         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46273         `status' variable.
46274         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46275         Likewise.
46276
46277 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46278
46279         * Makefile (strop-tests): Add strncat.
46280         * string/test-strncat.c: New file.
46281
46282 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46283
46284         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46285
46286 2011-06-21  Andreas Jaeger  <aj@suse.de>
46287
46288         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46289         Copy rule from iconvdata/Makefile.
46290
46291 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46292
46293         [BZ #12922]
46294         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46295         but no long options are defined, just return 'W'.
46296
46297 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46298
46299         [BZ #9696]
46300         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46301
46302 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46303
46304         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46305         netgroups to read.
46306         (innetgr): Likewise.
46307
46308 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46309
46310         * config.make.in (install_root): Default to $(DESTDIR).
46311
46312 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46313
46314         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46315
46316 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46317
46318         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46319
46320         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46321         containing directory rather than embedding absolute directory names.
46322
46323         * scripts/check-local-headers.sh: Rewritten using awk.
46324         Match by word, not by line.  Print error messages for matches.
46325         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46326
46327         * Makerules [shlib-lds-flags empty]:
46328         ($(common-objpfx)libc_pic.opts): New target.
46329         ($(common-objpfx)libc_pic.os.clean): New target.
46330         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46331
46332         * config.make.in (OBJCOPY): New variable.
46333         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46334         * configure: Regenerated.
46335
46336         * config.make.in (use-default-link): New variable.
46337         * configure.in (use_default_link): Grok --with-default-link to set it.
46338         * configure: Regenerated.
46339         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46340         (shlib-lds, shlib-lds-flags): Define to empty.
46341
46342         * Makerules (shlib-lds): New variable.
46343         (shlib-lds-flags): New variable.
46344         (build-shlib, build-moduile, build-module-asneeded): Use it.
46345         ($(common-objpfx)libc.so): Use $(shlib-lds).
46346         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46347         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46348
46349         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46350         DT_FLAGS/DT_FLAGS_1 with zero flags.
46351
46352         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46353         linker script munging.
46354
46355 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46356
46357         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46358         as 128-bit value.
46359         * crypt/sha512.c (sha512_process_block): Perform total addition using
46360         128-bit if possible.
46361         (__sha512_finish_ctx): Likewise.
46362         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46363         as 64-bit value.
46364         * crypt/sha256.c (SWAP64): Define.
46365         (sha256_process_block): Perform total addition using 64-bit if
46366         possible.
46367         (__sha256_finish_ctx): Likewise.
46368
46369 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46370
46371         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46372         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46373         * nscd/hstcache.c (cache_addhst): Likewise.
46374         * nscd/grpcache.c (cache_addgr): Likewise.
46375         * nscd/aicache.c (addhstaiX): Likewise
46376         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46377
46378 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46379
46380         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46381         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46382         * nscd/hstcache.c (cache_addhst): Likewise.
46383         * nscd/grpcache.c (cache_addgr): Likewise.
46384         * nscd/aicache.c (addhstaiX): Likewise
46385
46386 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46387
46388         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46389         domain only when needed.
46390
46391 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46392
46393         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46394         is always restored.
46395
46396 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46397
46398         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46399         are re-adding the entry.
46400         * nscd/servicescache.c (cache_addserv): Likewise.
46401
46402 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46403
46404         * sysdeps/generic/dl-irel.h: fix protection against multiple
46405         inclusions.
46406         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46407
46408 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46409
46410         [BZ #12935]
46411         * malloc/memusage.sh: Fix quoting in message.
46412         * debug/xtrace.sh: Likewise.
46413
46414         * configure.in: Remove support for --experimental-malloc option, make
46415         it the default.
46416         * config.make.in: Likewise.
46417         * malloc/Makefile: Likewise.
46418
46419 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46420
46421         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46422         two-byte characters.
46423
46424 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46425
46426         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46427         AC_CACHE_CHECK invocation.
46428         * configure: Regenerated.
46429
46430         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46431
46432 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46433
46434         [BZ #12350]
46435         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46436         bit from old_res_options.
46437
46438         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46439
46440         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46441         value type for setfct.
46442
46443 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46444
46445         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46446         __gettimeofday instead of gettimeofday.
46447
46448 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46449
46450         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46451
46452 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46453
46454         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46455
46456         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46457         info.
46458
46459 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46460
46461         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46462         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46463         strcpy-sse2-unaligned strncpy-sse2-unaligned
46464         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46465         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46466         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46467         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46468         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46469         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46470         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46471         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46472         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46473         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46474         (STRCPY): Support SSE2 and SSSE3 versions.
46475
46476 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46477
46478         [BZ #12874]
46479         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46480         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46481         kernels which artificially limit size of requests.
46482
46483 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46484
46485         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46486         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46487         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46488         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46489         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46490         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46491         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46492         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46493         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46494         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46495         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46496         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46497         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46498         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46499         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46500         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46501         Enable unaligned load optimization for Intel Core i3, i5 and i7
46502         processors.
46503         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46504         Define.
46505         (index_Fast_Unaligned_Load): Define.
46506         (HAS_FAST_UNALIGNED_LOAD): Define.
46507
46508 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46509
46510         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46511
46512 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46513
46514         [BZ #12907]
46515         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46516         until it is clear that the information is realy needed.
46517         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46518
46519 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46520
46521         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46522
46523 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46524
46525         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46526         /sys/devices/system/cpu/online if it is usable.
46527
46528         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46529         reading the information from the /proc filesystem to once a second.
46530
46531 2011-06-21  Andreas Jaeger  <aj@suse.de>
46532
46533         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46534         NULL after inclusion of kernel headers.
46535
46536 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46537
46538         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46539         calls to internal_setent.
46540
46541         [BZ #12885]
46542         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46543         addresses using gethostbyname4_r ignore IPv4 addresses.
46544
46545         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46546         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46547
46548         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46549
46550 2011-06-20  David S. Miller  <davem@davemloft.net>
46551
46552         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46553         inclusions.
46554         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46555
46556         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46557         (elf_irel): Use it.
46558         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46559         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46560         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46561         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46562         * sysdeps/x86_64/dl-irel.h: Likewise.
46563
46564         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46565         * elf/dl-sym.c: Likewise.
46566
46567 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46568
46569         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46570         need to dereference resplen2.
46571
46572 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46573
46574         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46575
46576 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46577
46578         * Makeconfig: Define vardbdir and inst_vardbdir.
46579         * nss/Makefile: Add rules to install db-Makefile.
46580
46581         * nss/nss_db/db-XXX.c: Cleanup.
46582
46583         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46584         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46585         GLIBC_PRIVATE.
46586         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46587         * nss/makedb.c: Implement -g option to specify that value strings
46588         are generated and should not be added to table iterated over for
46589         get*ent calls.
46590         * nss/nss_db/db-initgroups.c: New file.
46591
46592         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46593         interface.
46594
46595         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46596         (internal_getgrouplist): Adjust to name change.
46597         Update use_initgroups_entry if this is not the first call.
46598         * nss/databases.def: Add initgroups entry.
46599
46600         * nss/makedb.c (compute_tables): Check result of multiple hash table
46601         sizes to minimize maximum chain length.
46602
46603 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46604
46605         * Versions.def: Add entry for libnss_db.
46606         * shlib-versions: Likewise.
46607         * nss/Makefile: Add rules to build libnss_db.
46608         * nss/Versions: Add libnss_db information.  Organize libnss_files
46609         entries better.
46610         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46611         makedb progra.  Some minor improvements to generate smaller files.
46612         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46613         here from...
46614         * nss/makedb.c: ...here.
46615         Improve database format to be smaller and require less memory at
46616         runtime.
46617         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46618         db anymore.
46619         * nss/nss_db/db-netgrp.c: Likewise.
46620         * nss/nss_db/db-open.c: Likewise.
46621         * nss/nss_files/flies-XXX.x: Adjust comments.
46622         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46623         * nss/nss_files/files-grp.c: Likewise.
46624         * nss/nss_files/files-hosts.c: Likewise.
46625         * nss/nss_files/files-network.c: Likewise.
46626         * nss/nss_files/files-proto.c: Likewise.
46627         * nss/nss_files/files-pwd.c: Likewise.
46628         * nss/nss_files/files-rpc.c: Likewise.
46629         * nss/nss_files/files-service.c: Likewise.
46630         * nss/nss_files/files-sgrp.c: Likewise.
46631         * nss/nss_files/files-spwd.c: Likewise.
46632         * nss/nss_db/db-alias.c: Removed.
46633         * nss/nss_db/dummy-db.h: Removed.
46634
46635 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46636
46637         * nss/makedb.c: Rewritten to not use database library.
46638         * nss/Makefile: Update to build new makedb program.
46639
46640 2011-06-14  Andreas Jaeger  <aj@suse.de>
46641
46642         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46643         memset declaration.
46644
46645 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46646
46647         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46648         tmpbuf.
46649
46650 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46651
46652         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46653         * elf/Makefile ($(objpfx)ld.so): Likewise.
46654
46655         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46656         Don't list ld.so twice in dependencies.
46657
46658         * posix/bug-regex31.c: Include <stdlib.h>.
46659
46660         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46661
46662         * nis/nss_compat/compat-spwd.c
46663         (getspent_next_nss_netgr): Remove unused variable.
46664         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46665
46666         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46667         nonmembers" output to use the right array.
46668
46669         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46670
46671         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46672
46673         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46674         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46675         * catgets/gencat.c (read_input_file): Likewise.
46676         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46677
46678         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46679         variable definition inside #if's controlling its use.
46680
46681         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46682
46683         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46684
46685         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46686
46687         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46688         unreachable code.
46689
46690         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46691
46692         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46693         * configure: Regenerated.
46694
46695         * Makerules: Revert last change.
46696         * elf/Makefile: Likewise.
46697
46698 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46699
46700         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46701         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46702         (reloc-link): Likewise.
46703
46704 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46705
46706         * elf/Makefile: Add rules to build pldd.
46707         * elf/pldd.c: New file.
46708         * elf/pldd-xx.c: New file.
46709
46710 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46711
46712         * version.h: Update for 2.15 development version.
46713
46714 2011-06-07  David S. Miller  <davem@davemloft.net>
46715
46716         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46717         ifuncs.
46718         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46719         elf_machine_lazy_rel): Likewise.
46720         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46721         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46722         elf_machine_lazy_rel): Likewise.
46723         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46724         dl_hwcap via passed in argument.
46725         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46726         Likewise.
46727
46728 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46729
46730         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46731
46732 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46733
46734         [BZ #12849]
46735         * manual/fdl-1.1.texi: New file, verbatim from:
46736         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46737         * manual/lgpl-2.1.texi: New file, verbatim from:
46738         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46739         * manual/Makefile (licenses): New variable, list those new file names.
46740         (texis): Use it.
46741         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46742
46743         * manual/fdl.texi: File removed.
46744         * manual/lesser.texi: File removed.
46745         * manual/libc.texinfo (Copying, Documentation License):
46746         Use new @include file names, put @appendix directive before @include.
46747
46748 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46749
46750         [BZ #12841]
46751         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46752         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46753         (mq_open): Add __NTH.
46754
46755 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46756
46757         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46758         Assume Intel Core i3/i5/i7 processor if AVX is available.
46759
46760 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46761
46762         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46763         typo.
46764
46765 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46766
46767         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46768         memory.  Use alloca_account.  Fix memory leak when retrying.
46769
46770 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46771
46772         * version.h (RELEASE): Bump for 2.14 release.
46773         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46774
46775         * config.make.in (RANLIB): Remove entry.
46776
46777 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46778
46779         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46780         (libc.pot): Work around missing support for .ksh extension in xgettext.
46781
46782         [BZ #12684]
46783         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46784         if both request failed.
46785         (send_dg): In case of server errors clear resplen or *resplen2.
46786
46787         [BZ #12454]
46788         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46789         when there are multiple maps.
46790         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46791         (_dl_fini): Remove test here.
46792
46793         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46794
46795 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46796
46797         [BZ #12350]
46798         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46799         bit from old_res_options.
46800         (gaih_inet): Likewise.
46801
46802         [BZ #11099]
46803         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46804         as signed.
46805
46806         * resolv/res_init.c (res_setoptions): Make the code more compact.
46807
46808         [BZ #11558]
46809         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46810         set RES_USEVC.
46811
46812         [BZ #11634]
46813         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46814
46815         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46816
46817         [BZ #11781]
46818         * malloc/malloc.h: Declare malloc hook variables as volatile.
46819
46820         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46821         in last patch.
46822
46823         [BZ #11799]
46824         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46825         raise in the comment.
46826         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46827         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46828         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46829
46830 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46831
46832         [BZ #12811]
46833         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46834         grow the buffers more if it already has to be sufficient.
46835         (build_wcs_upper_buffer): Likewise.
46836         * posix/regexec.c (check_matching): Likewise.
46837         (clean_state_log_if_needed): Likewise.
46838         (extend_buffers): Don't enlarge buffers beyond size of the input
46839         buffer.
46840         Patches mostly by Emil Wojak <emil@wojak.eu>.
46841         * posix/bug-regex32.c: New file.
46842         * posix/Makefile (tests): Add bug-regex32.
46843
46844         * locale/findlocale.c (_nl_find_locale): Return right away if
46845         _nl_explode_name failed.
46846         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46847
46848         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46849
46850         * debug/xtrace.sh: Unify messages.
46851         * malloc/memusage.sh: Likewise.
46852
46853         [BZ #12813]
46854         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46855         time symbol from vDSO.  Substitute with vsyscall if not available.
46856         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46857         __vdso_time.
46858
46859         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46860         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46861         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46862         Add sendmmsg and internal_sendmmsg.
46863         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46864         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46865         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46866
46867         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46868         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46869         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46870
46871 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46872
46873         [BZ #12813]
46874         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46875         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46876         available.
46877         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46878         __vdso_getcpu.
46879
46880         [BZ #12814]
46881         * iconvdata/Makefile (tests): Add bug-iconv9.
46882         * iconvdata/bug-iconv9.c: New file.
46883
46884 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46885
46886         [BZ #12814]
46887         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46888
46889 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46890
46891         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46892         (struct user_regs_struct): Change intcs field back to cs.
46893
46894 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46895
46896         * po/ja.po: Update from translation team.
46897
46898 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46899
46900         [BZ #12795]
46901         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46902         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46903
46904 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46905
46906         * stdlib/longlong.h: Update from GCC.
46907
46908 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46909
46910         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46911         parameter name.
46912         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46913         Add parameter name.
46914         (__sysconf): Pass it down.
46915
46916 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46917
46918         [BZ #12671]
46919         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46920         some situations.
46921         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46922         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46923         add in in __libc_use_alloca calls.  Adjust callers.
46924         (glob): Use malloc in some situations.
46925
46926         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46927         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46928         pltexit.
46929
46930 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46931
46932         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46933         and CLOCK_BOOTTIME_ALARM.
46934
46935         [BZ #12782]
46936         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46937         is returned.
46938
46939         * string/_strerror.c (__strerror_r): Print negative errors as signed
46940         numbers.
46941
46942         [BZ #12777]
46943         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46944         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46945         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46946
46947         * configure.in: Fix typo in redirection and correct removal of test
46948         files in two cases.
46949
46950         [BZ #12788]
46951         * locale/setlocale.c (new_composite_name): Fix test to check for
46952         identical name of all categories.
46953
46954         [BZ #12792]
46955         * libio/filedoalloc.c (local_isatty): New function.
46956         (_IO_file_doallocate): Use local_isatty.
46957         * stdio-common/perror.c (perror): In case a new stream is used
46958         forward the stream error.
46959         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46960         error flag.
46961
46962 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46963
46964         [BZ #11869]
46965         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46966         alloca.
46967         * include/alloca.h (extend_alloca_account): Define.
46968
46969         [BZ #11857]
46970         * posix/regex.h: Fix comments with documentation of user-accessible
46971         fields after compilation and describe correct free'ing of pattern
46972         after re_compile_pattern.
46973         Patch by Reuben Thomas <rrt@sc3d.org>.
46974
46975 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46976
46977         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46978         and -mno-altivec to prevent the compiler from using Altivec and/or
46979         VSX instructions when the corresponding registers are not available.
46980
46981 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46982
46983         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46984
46985 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46986
46987         * libio/freopen.c (freopen): Use __dup2, not dup2.
46988         * libio/freopen64.c (freopen64): Likewise.
46989
46990 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46991
46992         [BZ #12775]
46993         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46994         * math/Makefile (tests): Add test-powl.
46995         (CFLAGS-test-powl.c): Define.
46996         * math/test-powl.c: New file.
46997
46998 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46999
47000         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
47001
47002 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
47003
47004         [BZ #11837]
47005         * iconvdata/gb18030.c: Update to GB18020-2005.
47006
47007 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
47008
47009         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
47010         RE_SYNTAX_POSIX_AWK): Update to match recent development.
47011         Patch by Aharon Robbins <arnold@skeeve.com>.
47012
47013         [BZ #11892]
47014         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47015         on the stack.
47016
47017         [BZ #11895]
47018         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47019         through underflows.
47020
47021         [BZ #12766]
47022         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47023         point to strings before performing equality test for error_one_per_line
47024         mode.
47025
47026         [BZ #11697]
47027         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47028
47029         [BZ #11820]
47030         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47031         (struct user_fpregs_struct): Avoid __uint*_t types.
47032
47033         [BZ #6420]
47034         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47035         symbol info.  Use it instead of calling _dl_addr locally.
47036         (lock_and_info): New function.
47037         (tr_freehook): Call lock_and_info and pass symbol info as additional
47038         parameter to tr_where.
47039         (tr_mallochook): Likewise.
47040         (tr_reallochook): Likewise.
47041         (tr_memalignhook): Likewise.
47042
47043         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47044         used and couldn't be at all thread-safe.
47045
47046 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47047
47048         * libio/freopen.c (freopen): Don't close old file descriptor
47049         before the new one is opened.  Instead dup the new file descriptor
47050         to the old one after the new stream is created.
47051         * libio/freopen64.c (freopen64): Likewise.
47052         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47053         * libio/fileops.c (_IO_new_file_close_it): Handle new
47054         _IO_FLAGS2_NOCLOSE flag.
47055         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47056         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47057         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47058         _IO_FLAGS2_NOCLOSE flag.
47059         * include/unistd.h: Add hidden_proto for dup3.
47060         Define __have_dup3.
47061         * io/dup3.c: Define hidden symbol.
47062         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47063
47064         [BZ #7101]
47065         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47066         when an incomplete long option is used.
47067         * posix/tst-getopt_long1.c: New file.
47068         * posix/Makefile (tests): Add tst-getopt_long1.
47069
47070         [BZ #10138]
47071         * scripts/config.guess: Update from autoconf-2.68.
47072         * scripts/config.sub: Likewise.
47073
47074         [BZ #10157]
47075         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47076         tests into ...
47077         (has_cpuclock): ...this.  New function.
47078         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47079         macro here based on has_cpuclock code.
47080
47081         [BZ #10149]
47082         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47083         First byte (not low byte) is now always NUL.
47084         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47085
47086         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47087         Use non-cancelable interfaces.
47088
47089         [BZ #9809]
47090         * locale/iso-639.def: Add entry for Sorani.
47091
47092         [BZ #11901]
47093         * include/stdlib.h: Move include protection to the right place.
47094         Define abort_msg_s.  Declare __abort_msg with it.
47095         * stdlib/abort.c (__abort_msg): Adjust type.
47096         * assert/assert.c (__assert_fail_base): New function.  Majority
47097         of code from __assert_fail.  Allocate memory for __abort_msg with
47098         mmap.
47099         (__assert_fail): Now call __assert_fail_base.
47100         * assert/assert-perr.c: Remove bulk of implementation.  Use
47101         __assert_fail_base.
47102         * include/assert.hL Declare __assert_fail_base.
47103         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47104         mmap.
47105         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47106
47107 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47108
47109         [BZ #11952]
47110         [BZ #12453]
47111         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47112         until all modules are registered in the DTV.
47113         * elf/Makefile: Add rules to build and run tst-tls19.
47114         * elf/tst-tls19.c: New file.
47115         * elf/tst-tls19mod1.c: New file.
47116         * elf/tst-tls19mod2.c: New file.
47117         * elf/tst-tls19mod3.c: New file.
47118         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47119
47120         [BZ #12083]
47121         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47122         correctly.
47123
47124         [BZ #12601]
47125         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47126         two-byte sequence errors.
47127         * iconvdata/Makefile (tests): Add bug-iconv8.
47128         * iconvdata/bug-iconv8.c: New file.
47129
47130         [BZ #12626]
47131         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47132         buf2 definition.
47133
47134         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47135
47136         [BZ #12432]
47137         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47138         (dummy_getcfa): New function.
47139         (init): Get _Unwind_GetCFA address, use dummy if not found.
47140         (backtrace_helper): In recursion check, also check whether CFA changes.
47141         (__backtrace): Completely initialize arg.
47142
47143         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47144         storing incomplete byte sequence in state object.  Avoid testing for
47145         guaranteed too small input if we know there is enough data available.
47146
47147 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47148
47149         * Makeconfig (+link-pie): Indent.
47150         * Rules (binaries-pie): Define if $(have-fpie) and
47151         $(build-shared).
47152         (binaries-shared): Also filter out $(binaries-pie).
47153         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47154         * nscd/Makefile (others-pie): Add nscd.
47155         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47156         ($(objpfx)nscd): Remove command override.
47157         * login/Makefile (others-pie): Add pt_chown.
47158         ($(objpfx)pt_chown): Remove command override.
47159         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47160         remove command overrides.
47161
47162 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47163
47164         * libio/tst_putwc.c: Fix error messages.
47165
47166         [BZ #12724]
47167         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47168         currently writing and seek to current position when not.
47169         * libio/Makefile (tests): Add bug-fclose1.
47170         * libio/bug-fclose1.c: New file.
47171
47172 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47173
47174         [BZ #12511]
47175         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47176         don't set DF_1_NODELETE here.
47177         (do_lookup_x): When entering new entry test for copy relocation
47178         and if necessary set DF_1_NODELETE flag.
47179         * elf/tst-unique4.cc: New file.
47180         * elf/tst-unique4.h: New file.
47181         * elf/tst-unique4lib.cc: New file.
47182         * elf/Makefile: Add rules to build and run tst-unique4.
47183         Patch by Piotr Bury <pbury@goahead.com>.
47184
47185 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47186
47187         [BZ #12052]
47188         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47189
47190         [BZ #12625]
47191         * misc/mntent_r.c (addmntent): Flush the stream after the output
47192
47193         [BZ #12393]
47194         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47195         (is_trusted_path_normalize): Skip initial colon.  Append slash
47196         to empty buffer.  Duplicate is_trusted_path code but allow
47197         constructed patch to be prefix.
47198         (is_dst): Allow $ORIGIN followed by /.
47199         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47200         Correct testing of result of is_trusted_path_normalize
47201         (decompose_rpath): Fix warning.
47202
47203 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47204
47205         [BZ #11257]
47206         * grp/initgroups.c (internal_getgrouplist): When we found the service
47207         list through the initgroups entry in nsswitch.conf do not always
47208         continue on a successful lookup.  Don't always use the
47209         __nss_group_database value if it is set.
47210         * nss/nsswitch.conf (initgroups): Change action for successful db
47211         lookup to continue for compatibility.
47212
47213 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47214
47215         [BZ #11532]
47216         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47217         and CP774 modules.
47218         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47219         and CP774 modules.
47220         * iconvdata/tst-tables.sh: Likewise.
47221         * iconvdata/cp770.c: New file.
47222         * iconvdata/cp771.c: New file.
47223         * iconvdata/cp772.c: New file.
47224         * iconvdata/cp773.c: New file.
47225         * iconvdata/cp774.c: New file.
47226         * iconvdata/testdata/CP770: New file.
47227         * iconvdata/testdata/CP770..UTF8: New file.
47228         * iconvdata/testdata/CP771: New file.
47229         * iconvdata/testdata/CP771..UTF8: New file.
47230         * iconvdata/testdata/CP772: New file.
47231         * iconvdata/testdata/CP772..UTF8: New file.
47232         * iconvdata/testdata/CP773: New file.
47233         * iconvdata/testdata/CP773..UTF8: New file.
47234         * iconvdata/testdata/CP774: New file.
47235         * iconvdata/testdata/CP774..UTF8: New file.
47236
47237         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47238         END CHARMAP line.
47239         * iconvdata/gen-8bit-gap.sh: Likewise.
47240         * iconvdata/gen-8bit.sh: Likewise.
47241
47242         * locale/iso-639.def: Add ary entry.
47243
47244         [BZ #11258]
47245         * locale/C-translit.h.in: Add U20A1 transliteration.
47246
47247         [BZ #12178]
47248         * locale/iso-639.def: Add wae entry.
47249         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47250
47251         [BZ #12545]
47252         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47253         for n.
47254
47255         [BZ #12711]
47256         * locale/C-translit.h.in: Add entry for U20B9.
47257         Patch by pravin.d.s@gmail.com.
47258
47259 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47260
47261         [BZ #12713]
47262         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47263         ENAMETOOLONG use generic getcwd.
47264         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47265         in rtld.  Use *stat64.
47266         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47267         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47268         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47269         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47270         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47271         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47272         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47273         __fstatat64 macros.
47274         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47275         * dirent/rewinddir.c: Add libc_hidden_def.
47276         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47277         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47278
47279         * include/dirent.h (__alloc_dir): Add flags parameter.
47280         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47281         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47282         __alloc_dir.
47283         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47284         from fdopendir if O_CLOEXEC is already set.
47285
47286 2011-03-15  Alan Modra  <amodra@gmail.com>
47287
47288         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47289         l_tls_firstbyte_offset non-zero.  Save padding offset in
47290         l_tls_firstbyte_offset for later use.
47291         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47292         freeing static tls block.
47293
47294 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47295
47296         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47297         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47298         being defined by the kernel headers.
47299
47300 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47301
47302         [BZ #12734]
47303         * resolv/resolv.h: Define RES_NOTLDQUERY.
47304         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47305         no-tld-query and set RES_NOTLDQUERY.
47306         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47307         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47308         modern BIND to search name as TLD unless forbidden.
47309
47310 2011-05-07  Petr Baudis  <pasky@suse.cz>
47311             Ulrich Drepper  <drepper@gmail.com>
47312
47313         [BZ #12393]
47314         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47315         (is_trusted_path): ...to here.
47316         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47317         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47318         using is_trusted_path_normalize() in setuid scripts.
47319
47320 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47321
47322         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47323         __BEGIN/__END_DECLS.
47324
47325 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47326
47327         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47328         NSS_STATUS_NOTFOUND if no record was found.
47329
47330 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47331
47332         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47333         (headers-not-in-tirpc): Remove rpc/netdb.h
47334         * resolv/netdb.h: Revert last change.
47335
47336 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47337
47338         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47339         circular dependency between libgcc.a and libc.a.
47340
47341 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47342
47343         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47344         * nis/Makefile: Don't install rpcsvc/*.
47345         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47346         instead of <rpc/types.h>.
47347         (MAXHOSTNAMELEN): Define.
47348
47349 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47350
47351         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47352
47353 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47354
47355         [BZ #12714]
47356         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47357         gethostbyname4_r when IPv6 results are possible.
47358
47359 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47360
47361         [BZ #12723]
47362         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47363         _PC_PIPE_BUF handling.
47364
47365 2011-04-30  Bruno Haible  <bruno@clisp.org>
47366
47367         [BZ #12717]
47368         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47369         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47370         to 'int'.
47371         * inet/getnameinfo.c (getnameinfo): Likewise.
47372
47373 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47374
47375         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47376         to groups setting in database lookup.
47377         * nss/nsswitch.conf: Add initgroups entry.
47378
47379 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47380
47381         [BZ #12685]
47382         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47383         mode string.
47384         Patch by Eric Blake <eblake@redhat.com>.
47385
47386 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47387
47388         * sunrpc/Makefile (need-export-routines): Add svc_run.
47389         (routines): Remove svc_run.
47390         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47391         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47392         * sunrpc/svc_run.c (svc_run): Likewise.
47393         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47394
47395 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47396
47397         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47398         problem in reallocation in last patch.
47399
47400 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47401
47402         * sunrpc/Makefile: Move inclusion of Rules.
47403
47404 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47405
47406         * nss/nss_files/files-initgroups.c: New file.
47407         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47408         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47409         _nss_files_initgroups_dyn.
47410
47411 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47412
47413         * elf/elf.h (R_ARM_IRELATIVE): Define.
47414
47415 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47416
47417         * po/ru.po: Update from translation team.
47418
47419 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47420
47421         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47422         dependencies.
47423
47424 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47425
47426         [BZ #12653]
47427         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47428         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47429         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47430         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47431         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47432
47433 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47434
47435         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47436         differing bytes.
47437         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47438         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47439         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47440
47441 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47442
47443         [BZ #12420]
47444         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47445         storing it.
47446         * stdlib/bug-getcontext.c: New file.
47447         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47448
47449 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47450
47451         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47452         instructions into .machine "z9-109".
47453         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47454         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47455
47456 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47457
47458         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47459         between environment variables and auxiliary vector.
47460
47461 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47462
47463         * Makefile: Add rules to build linkobj/libc.so.
47464         * include/libc-symbols.h: Define libc_hidden_nolink.
47465         * include/rpc/auth.h: Mark functions which are to be hidden.
47466         * include/rpc/auth_des.h: Likewise.
47467         * include/rpc/auth_unix.h: Likewise.
47468         * include/rpc/clnt.h: Likewise.
47469         * include/rpc/des_crypt.h: Likewise.
47470         * include/rpc/key_prot.h: Likewise.
47471         * include/rpc/pmap_clnt.h: Likewise.
47472         * include/rpc/pmap_prot.h: Likewise.
47473         * include/rpc/pmap_rmt.h: Likewise.
47474         * include/rpc/rpc_msg.h: Likewise.
47475         * include/rpc/svc.h: Likewise.
47476         * include/rpc/svc_auth.h: Likewise.
47477         * include/rpc/xdr.h: Likewise.
47478         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47479         * nss/Makefile: Likewise.
47480         * sunrpc/Makefile: Don't install headers.  Build library with normal
47481         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47482         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47483         for the compat linking library.  Remove use of INTDEF/INTUSE.
47484         * sunrpc/auth_none.c: Likewise.
47485         * sunrpc/auth_unix.c: Likewise.
47486         * sunrpc/authdes_prot.c: Likewise.
47487         * sunrpc/authuxprot.c: Likewise.
47488         * sunrpc/clnt_gen.c: Likewise.
47489         * sunrpc/clnt_perr.c: Likewise.
47490         * sunrpc/clnt_raw.c: Likewise.
47491         * sunrpc/clnt_simp.c: Likewise.
47492         * sunrpc/clnt_tcp.c: Likewise.
47493         * sunrpc/clnt_udp.c: Likewise.
47494         * sunrpc/clnt_unix.c: Likewise.
47495         * sunrpc/des_crypt.c: Likewise.
47496         * sunrpc/des_soft.c: Likewise.
47497         * sunrpc/get_myaddr.c: Likewise.
47498         * sunrpc/key_call.c: Likewise.
47499         * sunrpc/key_prot.c: Likewise.
47500         * sunrpc/netname.c: Likewise.
47501         * sunrpc/pm_getmaps.c: Likewise.
47502         * sunrpc/pm_getport.c: Likewise.
47503         * sunrpc/pmap_clnt.c: Likewise.
47504         * sunrpc/pmap_prot.c: Likewise.
47505         * sunrpc/pmap_prot2.c: Likewise.
47506         * sunrpc/pmap_rmt.c: Likewise.
47507         * sunrpc/publickey.c: Likewise.
47508         * sunrpc/rpc_cmsg.c: Likewise.
47509         * sunrpc/rpc_common.c: Likewise.
47510         * sunrpc/rpc_dtable.c: Likewise.
47511         * sunrpc/rpc_prot.c: Likewise.
47512         * sunrpc/rpc_thread.c: Likewise.
47513         * sunrpc/rtime.c: Likewise.
47514         * sunrpc/svc.c: Likewise.
47515         * sunrpc/svc_auth.c: Likewise.
47516         * sunrpc/svc_authux.c: Likewise.
47517         * sunrpc/svc_raw.c: Likewise.
47518         * sunrpc/svc_run.c: Likewise.
47519         * sunrpc/svc_simple.c: Likewise.
47520         * sunrpc/svc_tcp.c: Likewise.
47521         * sunrpc/svc_udp.c: Likewise.
47522         * sunrpc/svc_unix.c: Likewise.
47523         * sunrpc/svcauth_des.c: Likewise.
47524         * sunrpc/xcrypt.c: Likewise.
47525         * sunrpc/xdr.c: Likewise.
47526         * sunrpc/xdr_array.c: Likewise.
47527         * sunrpc/xdr_float.c: Likewise.
47528         * sunrpc/xdr_intXX_t.c: Likewise.
47529         * sunrpc/xdr_mem.c: Likewise.
47530         * sunrpc/xdr_rec.c: Likewise.
47531         * sunrpc/xdr_ref.c: Likewise.
47532         * sunrpc/xdr_sizeof.c: Likewise.
47533         * sunrpc/xdr_stdio.c: Likewise.
47534
47535 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47536
47537         [BZ #12650]
47538         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47539         * sysdeps/ia64/dl-tls.h: Likewise.
47540         * sysdeps/powerpc/dl-tls.h: Likewise.
47541         * sysdeps/s390/dl-tls.h: Likewise.
47542         * sysdeps/sh/dl-tls.h: Likewise.
47543         * sysdeps/sparc/dl-tls.h: Likewise.
47544         * sysdeps/x86_64/dl-tls.h: Likewise.
47545         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47546
47547 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47548
47549         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47550         rpath element also skip the following colon.
47551         (expand_dynamic_string_token): Add is_path parameter and pass
47552         down to DL_DST_REQUIRED and _dl_dst_substitute.
47553         (decompose_rpath): Call expand_dynamic_string_token with
47554         non-zero is_path.  Ignore empty rpaths.
47555         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47556         with zero is_path.
47557
47558 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47559
47560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47561         Make cancelable.
47562
47563 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47564
47565         [BZ #12655]
47566         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47567         Patch by Filipe David Manana <fdmanana@apache.org>.
47568
47569 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47570
47571         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47572         Maintain aligned stack.
47573         (CHECK_RSP): Remove unused macro.
47574
47575 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47576
47577         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47578         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47579
47580 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47581
47582         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47583
47584         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47585
47586 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47587
47588         [BZ #12518]
47589         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47590         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47591         * sysdeps/x86_64/memmove.c: New file.
47592         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47593         (memcpy): Renamed to ...
47594         (__new_memcpy): This.
47595         (memcpy): Provide GLIBC_2_14 memcpy.
47596         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47597         (memcpy): Provide GLIBC_2_2_5 memcpy.
47598
47599 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47600
47601         [BZ #12631]
47602         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47603
47604 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47605
47606         * misc/syncfs.c: New file.
47607         * misc/Makefile (routines): Add syncfs.
47608         * posix/unistd.h: Declare syncfs.
47609         * sysdeps/unix/syscalls.list: Add syncfs.
47610
47611 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47612
47613         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47614         open_by_handle_at.
47615         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47616         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47617         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47618         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47619         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47620         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47621         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47622
47623 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47624
47625         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47626         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47627         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47628         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47629         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47630         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47631         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47632
47633         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47634         sync_file_range.c with -fexceptions.
47635         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47636         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47637         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47638         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47639         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47640         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47641         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47642         sync_file_range as cancellation point
47643         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47644         now a wrapper around __call_sync_file_range with cancellation handling.
47645         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47646         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47647         function name to __call_sync_file_range.
47648         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47649         Add call_sync_file_range.
47650
47651 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47652
47653         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47654         bits/timex.h.
47655
47656 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47657
47658         * iconv/iconv.h: Fix typo in comment.
47659         * io/fcntl.h: Likewise.
47660         * libio/stdio.h: Likewise.
47661         * posix/spawn.h: Likewise.
47662         * posix/unistd.h: Likewise.
47663         * stdlib/stdlib.h: Likewise.
47664         * time/time.h: Likewise.
47665         * wcsmbs/wchar.h: Likewise.
47666
47667         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47668         open_by_handle): Add.
47669         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47670         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47671         Augment a few comments.
47672         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47673         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47674         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47675         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47676         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47677         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47678         open_by_handle.
47679
47680         * io/fcntl.h (AT_EMPTY_PATH): Define.
47681
47682 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47683
47684         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47685         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47686         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47687         to...
47688         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47689         * Versions.def: Add GLIBC_2.14.
47690         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47691         Export.
47692
47693 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47694
47695         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47696         round counter.
47697         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47698
47699 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47700
47701         [BZ #12597]
47702         * string/test-strncmp.c (do_page_test): New function.
47703         (check2): Likewise.
47704         (test_main): Call check2.
47705         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47706
47707 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47708
47709         [BZ #12587]
47710         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47711         Handle cache information in CPU leaf 4.
47712         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47713
47714 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47715
47716         [BZ #12583]
47717         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47718         character representation.
47719         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47720
47721 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47722
47723         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47724         END(__isnan) to END(__isnanf) to match function entry point/label
47725         EALIGN(__isnanf,...).
47726
47727 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47728
47729         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47730
47731 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47732
47733         [BZ #12510]
47734         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47735         copy from the symbol referenced in the relocation to initialize the
47736         used variable.
47737         Patch by Piotr Bury <pbury@goahead.com>.
47738         * elf/Makefile: Add rules to build and tst-unique3.
47739         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47740         * elf/tst-unique3.cc: New file.
47741         * elf/tst-unique3.h: New file.
47742         * elf/tst-unique3lib.cc: New file.
47743         * elf/tst-unique3lib2.cc: New file.
47744
47745         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47746
47747 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47748
47749         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47750         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47751         to _start.
47752
47753 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47754
47755         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47756         to-be-loaded object along a path to loader is ld.so.
47757
47758 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47759             Ulrich Drepper  <drepper@gmail.com>
47760
47761         * sysdeps/x86_64/memset.S: After aligning destination, code
47762         branches to different locations depending on the value of
47763         misalignment, when multiarch is enabled. Fix this.
47764
47765 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47766
47767         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47768         Set _x86_64_preferred_memory_instruction for AMD processsors.
47769         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47770         Set bit_Prefer_SSE_for_memop for AMD processors.
47771
47772 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47773
47774         * libio/fmemopen.c (fmemopen): Optimize a bit.
47775
47776 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47777
47778         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47779
47780 2011-03-03  Roland McGrath  <roland@redhat.com>
47781
47782         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47783
47784 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47785
47786         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47787         __bzero_ultra1 instead of __memset_ultra1.
47788
47789 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47790             Ulrich Drepper  <drepper@gmail.com>
47791
47792         [BZ #12509]
47793         * include/link.h (struct link_map): Add l_orig_initfini.
47794         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47795         returning unsuccessfully.
47796         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47797         close of a file loaded at startup, restore the original l_initfini
47798         list.
47799         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47800         list, store the pointer.
47801         * elf/Makefile ($(objpfx)noload-mem): New rule.
47802         (noload-ENV): Define.
47803         (tests): Add $(objpfx)noload-mem.
47804         * elf/noload.c: Include <memcheck.h>.
47805         (main): Call mtrace.  Close all opened handles.
47806
47807 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47808
47809         [BZ #12454]
47810         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47811         dependencies are missing.
47812
47813 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47814
47815         Fix __if_freereq crash: Unlike the generic version which uses free,
47816         Hurd needs munmap.
47817         * sysdeps/mach/hurd/ifreq.h: New file.
47818
47819 2011-01-27  Petr Baudis  <pasky@suse.cz>
47820             Ulrich Drepper  <drepper@gmail.com>
47821
47822         [BZ 12445]#
47823         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47824         to extend_alloca().
47825         * stdio-common/bug23.c: New file.
47826         * stdio-common/Makefile (tests): Add bug23.
47827
47828 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47829             Ulrich Drepper  <drepper@gmail.com>
47830
47831         [BZ #12489]
47832         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47833         before performing relro protection.  At old place add assertion
47834         to make sure nothing changed.
47835
47836 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47837             Glauber de Oliveira Costa  <glommer@gmail.com>
47838
47839         * elf/elf.h: Add new ARM TLS relocs.
47840
47841 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47842
47843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47844         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47845         cast from r3.
47846         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47847         'tests' variable.
47848         * sysdeps/wordsize-64/tst-writev.c: New file.
47849
47850 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47851
47852         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47853         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47854         insns in _dl_start to prevent a TOC reference before relocs are
47855         resolved.
47856
47857 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47858
47859         [BZ #12469]
47860         * Makeconfig: Remove RANLIB definition.
47861         * Makerules: Don't use RANLIB.
47862         * aclocal.m4: Remove ranlib test.
47863         * configure.in: No need to check for ranlib.
47864         * elf/rtld-Rules: Don't use RANLIB.
47865
47866 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47867
47868         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47869         protection macro.
47870         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47871         inclusion protection macro.
47872
47873         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47874         SIGRTMIN and SIGRTMAX and print information in that case only when
47875         SIGRTMIN is defined.
47876
47877 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47878
47879         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47880         arginfo fn returning -1.
47881
47882         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47883         and thousands string is zero terminated.
47884
47885 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47886
47887         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47888         sysdeps/unix/sysv/linux/bits/socket.h.
47889
47890 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47891
47892         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47893         (__CPU_COUNT): Remove old macros.
47894         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47895         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47896         (__CPU_ALLOC, __CPU_FREE): Add macros.
47897         (__sched_cpualloc, __sched_cpufree): Add declarations.
47898
47899 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47900
47901         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47902         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47903         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47904         (readdhstai): Return value of addhstaiX call.
47905         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47906         (addgrbyX): Return value returned by cache_addgr.
47907         (readdgrbyname): Return value returned by addgrbyX.
47908         (readdgrbygid): Likewise.
47909         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47910         (addpwbyX): Return value returned by cache_addpw.
47911         (readdpwbyname): Return value returned by addhstbyX.
47912         (readdpwbyuid): Likewise.
47913         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47914         (addservbyX): Return value returned by cache_addserv.
47915         (readdservbyname): Return value returned by addservbyX:
47916         (readdservbyport): Likewise.
47917         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47918         (addhstbyX): Return value returned by cache_addhst.
47919         (readdhstbyname): Return value returned by addhstbyX.
47920         (readdhstbyaddr): Likewise.
47921         (readdhstbynamev6): Likewise.
47922         (readdhstbyaddrv6): Likewise.
47923         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47924         (readdinitgroups): Return value returned by addinitgroupsX.
47925         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47926         (prune_cache): Keep track of timeout value of re-added entries.
47927         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47928         * nscd/nscd.h: Adjust prototypes of readd* functions.
47929
47930 2011-02-04  Roland McGrath  <roland@redhat.com>
47931
47932         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47933         (nis_stats): Likewise.
47934         * nis/nis_modify.c (nis_modify): Likewise.
47935         * nis/nis_remove.c (nis_remove): Likewise.
47936         * nis/nis_add.c (nis_add): Likewise.
47937
47938         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47939
47940         * posix/fnmatch_loop.c: Add some consts.
47941
47942         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47943
47944 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47945
47946         [BZ #12460]
47947         * config.make.in (config-cflags-novzeroupper): Define.
47948         * configure.in: Substitute libc_cv_cc_novzeroupper.
47949         * elf/Makefile (AVX-CFLAGS): Define.
47950         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47951         (CFLAGS-tst-auditmod4a.c): Likewise.
47952         (CFLAGS-tst-auditmod4b.c): Likewise.
47953         (CFLAGS-tst-auditmod6b.c): Likewise.
47954         (CFLAGS-tst-auditmod6c.c): Likewise.
47955         (CFLAGS-tst-auditmod7b.c): Likewise.
47956         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47957
47958 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47959
47960         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47961         function to the callback.
47962         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47963
47964 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47965
47966         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47967         of errno.
47968
47969 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47970
47971         [BZ #11724]
47972         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47973         of constructors.
47974         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47975         of destructors.
47976         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47977
47978         [BZ #11724]
47979         * elf/Makefile: Add rules to build and run new test.
47980         * elf/tst-initorder.c: New file.
47981         * elf/tst-initorder.exp: New file.
47982         * elf/tst-initordera1.c: New file.
47983         * elf/tst-initordera2.c: New file.
47984         * elf/tst-initordera3.c: New file.
47985         * elf/tst-initordera4.c: New file.
47986         * elf/tst-initorderb1.c: New file.
47987         * elf/tst-initorderb2.c: New file.
47988         * elf/tst-order-a1.c: New file.
47989         * elf/tst-order-a2.c: New file.
47990         * elf/tst-order-a3.c: New file.
47991         * elf/tst-order-a4.c: New file.
47992         * elf/tst-order-b1.c: New file.
47993         * elf/tst-order-b2.c: New file.
47994         * elf/tst-order-main.c: New file.
47995         New test case by George Gensure <werkt0@gmail.com>.
47996
47997 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47998
47999         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
48000         decoding ACE if AI_CANONIDN.
48001
48002 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
48003
48004         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
48005
48006 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
48007
48008         * version.h (RELEASE): Bump for 2.13 release.
48009         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
48010
48011         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
48012
48013         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
48014         MADV_NOHUGEPAGE.
48015         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48016         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48017         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48018         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48019         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48020         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48021
48022         * posix/getconf.c: Update copyright year.
48023         * catgets/gencat.c: Likewise.
48024         * csu/version.c: Likewise.
48025         * debug/catchsegv.sh: Likewise.
48026         * debug/xtrace.sh: Likewise.
48027         * elf/ldconfig.c: Likewise.
48028         * elf/ldd.bash.in: Likewise.
48029         * elf/sprof.c (print_version): Likewise.
48030         * iconv/iconv_prog.c: Likewise.
48031         * iconv/iconvconfig.c: Likewise.
48032         * locale/programs/locale.c: Likewise.
48033         * locale/programs/localedef.c: Likewise.
48034         * malloc/memusage.sh: Likewise.
48035         * malloc/mtrace.pl: Likewise.
48036         * nscd/nscd.c (print_version): Likewise.
48037         * nss/getent.c: Likewise.
48038
48039         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48040         PF_CAIF, and PF_ALG.
48041         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48042
48043 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48044
48045         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48046         (modules-names): Use them.
48047         (ifunc-test-modules, ifunc-pie-tests): Define.
48048         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48049         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48050         (test-extras): Likewise.
48051         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48052         $(compile-command.c).
48053         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48054         (all-built-dso): Define.
48055         (check-textrel.out, check-execstack.out): Depend on it.
48056
48057         * configure.in: Don't override --enable-multi-arch.
48058
48059 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48060
48061         [BZ #6812]
48062         * nscd/hstcache.c (tryagain): Define.
48063         (cache_addhst): Return tryagain not notfound for temporary errors.
48064         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48065         failed.
48066
48067 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48068
48069         [BZ #10563]
48070         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48071         to make the syscall.
48072         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48073
48074         [BZ #12378]
48075         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48076         and fall back to matching as normal character if the string ends before
48077         the matching ']' is found.  This is what POSIX requires.
48078         * posix/testfnm.c: Adjust test result.
48079         * posix/globtest.sh: Adjust test result.  Add new test.
48080         * posix/tst-fnmatch.input: Likewise.
48081         * posix/tst-fnmatch2.c: Add new test.
48082
48083 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48084
48085         * elf/Makefile (check-execstack): Revert last change.  Depend on
48086         check-execstack.h.
48087         (check-execstack.h): New target.
48088         (generated): Add check-execstack.h.
48089         * elf/check-execstack.c: Include "check-execstack.h".
48090         (main): Revert last change.
48091         (handle_file): Return zero if GNU_STACK is absent and
48092         DEFAULT_STACK_PERMS doesn't include PF_X.
48093
48094 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48095
48096         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48097         in child fails because the descriptor is already closed.
48098         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48099         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48100         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48101
48102         [BZ #12397]
48103         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48104         syscall.
48105
48106         [BZ #10484]
48107         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48108         temporary buffer used to handle multi lookups locally.
48109         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48110
48111 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48112
48113         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48114         loader is ld.so.
48115
48116 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48117
48118         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48119         alignment for SSE2.
48120
48121 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48122
48123         [BZ #12394]
48124         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48125         characters.  When rounding increased number of integer digits recompute
48126         number of groups.
48127         * stdio-common/tst-grouping.c: New file.
48128         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48129
48130 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48131
48132         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48133         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48134
48135         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48136         void.
48137         * bits/select.h: Likewise.
48138
48139 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48140
48141         * po/ja.po: Update from translation team.
48142
48143 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48144
48145         [BZ #11155]
48146         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48147         implementation just like for lxstat, fxstatat, et al.
48148
48149 2010-12-27  Jim Meyering  <meyering@redhat.com>
48150
48151         [BZ #12348]
48152         * posix/regexec.c (build_trtable): Return failure indication upon
48153         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48154
48155 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48156
48157         [BZ #12201]
48158         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48159         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48160         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48161         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48162
48163         [BZ #12207]
48164         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48165
48166         [BZ #12204]
48167         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48168         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48169
48170 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48171
48172         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48173         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48174         script has SORT_BY_INIT_PRIORITY.
48175         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48176         NO_CTORS_DTORS_SECTIONS is defined.
48177         * elf/soinit.c: Likewise.
48178         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48179         NO_CTORS_DTORS_SECTIONS is defined.
48180         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48181         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48182         * sysdeps/sh/init-first.c: Likewise.
48183         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48184
48185 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48186
48187         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48188         always use the slow path.
48189
48190 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48191
48192         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48193         similar rule which adds the sysdep directories to the header search in
48194         order to pick up the correct platform stackinfo.h.
48195         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48196         perform test if it is, otherwise return successfully without testing.
48197         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48198         DEFAULT_STACK_PERMS define in stackinfo.h.
48199         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48200         defined in stackinfo.h.
48201         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48202         DEFAULT_STACK_PERMS defined in stackinfo.h.
48203         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48204         * sysdeps/ia64/stackinfo.h: Likewise.
48205         * sysdeps/s390/stackinfo.h: Likewise.
48206         * sysdeps/sh/stackinfo.h: Likewise.
48207         * sysdeps/sparc/stackinfo.h: Likewise.
48208         * sysdeps/x86_64/stackinfo.h: Likewise.
48209         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48210         PF_X for powerpc64.  Retain PF_X for powerpc32.
48211
48212 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48213
48214         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48215         accurately.
48216         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48217         GETDENTS_64BIT_ALIGNED.
48218
48219 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48220
48221         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48222
48223 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48224
48225         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48226         _GNU_SOURCE.
48227
48228         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48229         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48230         Remove __restrict.
48231         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48232         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48233
48234 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48235
48236         [BZ #11655]
48237         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48238         are initialized.
48239
48240 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48241
48242         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48243
48244 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48245
48246         * po/it.po: Update from translation team.
48247
48248 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48249
48250         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48251         unused codes.
48252
48253 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48254
48255         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48256
48257 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48258
48259         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48260         specially.
48261         (gaih_getanswer_slice): Likewise.
48262
48263 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48264
48265         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48266
48267 2010-05-31  Petr Baudis  <pasky@suse.cz>
48268
48269         [BZ #11149]
48270         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48271         silently even in the chroot mode.
48272
48273 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48274
48275         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48276         last patch a bit.  Pretty printing
48277
48278 2010-05-31  Petr Baudis <pasky@suse.cz>
48279
48280         [BZ #10085]
48281         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48282         initialization of skip_initgroups_dyn.
48283
48284 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48285
48286         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48287         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48288
48289 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48290
48291         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48292
48293 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48294
48295         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48296         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48297         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48298         ($(objpfx)tst-fnmatch-mem): New rule.
48299         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48300         * posix/tst-fnmatch.c (main): Call mtrace.
48301
48302 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48303
48304         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48305         Support Intel processor model 6 and model 0x2c.
48306
48307 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48308
48309         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48310           signed comparison.
48311
48312 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48313
48314         [BZ #12205]
48315         * string/test-strncasecmp.c (check_result): New function.
48316         (do_one_test): Use it.
48317         (check1): New function.
48318         (test_main): Use it.
48319         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48320         Support strcasecmp and strncasecmp.
48321
48322 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48323
48324         [BZ #12194]
48325         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48326         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48327
48328 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48329
48330         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48331         IFUNC support.
48332         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48333         memset-x86-64.
48334         * sysdeps/x86_64/multiarch/bzero.S: New file.
48335         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48336         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48337         * sysdeps/x86_64/multiarch/memset.S: New file.
48338         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48339         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48340         Set bit_Prefer_SSE_for_memop for Intel processors.
48341         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48342         Define.
48343         (index_Prefer_SSE_for_memop): Define.
48344         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48345
48346 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48347
48348         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48349         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48350
48351 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48352
48353         [BZ #12191]
48354         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48355         (__x86_64_raw_data_cache_size_half): Likewise.
48356         (__x86_64_raw_shared_cache_size): Likewise.
48357         (__x86_64_raw_shared_cache_size_half): Likewise.
48358
48359         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48360         (__x86_64_raw_data_cache_size_half): Likewise.
48361         (__x86_64_raw_shared_cache_size): Likewise.
48362         (__x86_64_raw_shared_cache_size_half): Likewise.
48363         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48364         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48365         and __x86_64_raw_shared_cache_size_half.  Round
48366         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48367         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48368         to multiple of 256 bytes.
48369
48370 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48371
48372         [BZ #12167]
48373         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48374         of inacessible symlinks.  Verify result of symlink before returning it.
48375         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48376         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48377
48378 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48379
48380         * math/math.h (isinf): Fix typo in comment.
48381
48382 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48383
48384         * po/da.po: Update from translation team.
48385
48386 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48387
48388         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48389         is added to the list.
48390
48391 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48392             Ulrich Drepper  <drepper@gmail.com>
48393
48394         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48395         the global list here.  Move code to...
48396         (_dl_add_to_namespace_list): ...here.  New function.
48397         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48398         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48399         * elf/dl-load.c (lose): Don't remove the element from the list.
48400         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48401         (_dl_map_object): Likewise.
48402
48403 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48404
48405         [BZ #12159]
48406         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48407         into all bytes of SSE register.
48408         Patch by Richard Li <richardpku@gmail.com>.
48409
48410 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48411
48412         [BZ #12140]
48413         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48414         perturbing.
48415
48416 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48417
48418         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48419         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48420         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48421         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48422         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48423         submachine.
48424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48425
48426 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48427
48428         * include/dlfcn.h (__RTLD_SECURE): Define.
48429         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48430         mode & __RTLD_SECURE instead.
48431         (open_path): Rename preloaded parameter to secure.
48432         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48433         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48434         * elf/dl-deps.c (openaux): Likewise.
48435         * elf/rtld.c (struct map_args): Remove is_preloaded.
48436         (map_doit): Don't use it.
48437         (dl_main): Likewise.
48438         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48439         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48440
48441 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48442
48443         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48444         (sysd-rules-targets): Remove duplicates.
48445         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48446         rtld-%.$o dependency.
48447
48448 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48449
48450         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48451         _dl_map_object do it.
48452
48453 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48454
48455         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48456         fast fma builtins, define the macros in the C99 standard.
48457         (FP_FAST_FMAF): Likewise.
48458         (FP_FAST_FMAL): Likewise.
48459         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48460
48461         * bits/mathdef.h: Update copyright year.
48462         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48463
48464 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48465
48466         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48467         builtins, define the macros in the C99 standard.
48468         (FP_FAST_FMAF): Likewise.
48469         (FP_FAST_FMAL): Likewise.
48470         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48471         multiply/add.
48472         (FP_FAST_FMAF): Likewise.
48473
48474 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48475
48476         [BZ #3268]
48477         * math/libm-test.inc (fma_test): Some new testcases.
48478         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48479         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48480         y and infinite z.  Do multiplication by C already in long double.
48481         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48482         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48483         y and infinite z.  Do bitwise or of inexact bit into u.d.
48484         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48485         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48486         * sysdeps/i386/fpu/s_fma.S: Removed.
48487         * sysdeps/i386/fpu/s_fmal.S: Removed.
48488
48489 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48490
48491         [BZ #3268]
48492         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48493         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48494         computation is not scheduled after fetestexcept.  Fix value
48495         of minimum denormal long double.
48496
48497 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48498
48499         [BZ #3268]
48500         * math/libm-test.inc (fma_test): Add some more tests.
48501         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48502         correctly.
48503
48504 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48505
48506         * scripts/data/localplt-s390-linux-gnu.data: New file.
48507         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48508
48509 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48510
48511         [BZ #3268]
48512         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48513         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48514         instead of dbl-64.
48515         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48516         inlines.
48517         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48518         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48519         if one of x and y is very large and the other is subnormal.
48520         * sysdeps/s390/fpu/s_fmaf.c: New file.
48521         * sysdeps/s390/fpu/s_fma.c: New file.
48522         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48523         * sysdeps/powerpc/fpu/s_fma.S: New file.
48524         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48525         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48526         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48527
48528 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48529
48530         [BZ #3268]
48531         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48532         fma tests.
48533         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48534         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48535         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48536         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48537         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48538         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48539         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48540
48541 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48542
48543         [BZ #12078]
48544         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48545         * posix/bug-regex31.input: Add test case.
48546
48547 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48548
48549         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48550         * posix/bug-regex31.input: New file.
48551
48552         [BZ #12078]
48553         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48554         (parse_sub_exp): Fix last change, use postorder.
48555
48556         * posix/bug-regex31.c: New file.
48557         * posix/Makefile: Add rules to build and run bug-regex31.
48558
48559         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48560
48561         [BZ #12078]
48562         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48563
48564         [BZ #12108]
48565         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48566         to have entries in sys_siglist.
48567
48568         [BZ #12093]
48569         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48570         be NULL.
48571
48572 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48573
48574         [BZ #3268]
48575         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48576         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48577         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48578         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48579         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48580         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48581         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48582         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48583         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48584         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48585         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48586         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48587         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48588         * math/ftestexcept.c (fetestexcept): Likewise.
48589         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48590         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48591         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48592         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48593         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48594         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48595         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48596
48597 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48598
48599         [BZ #12107]
48600         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48601         newline.
48602
48603 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48604
48605         * string/bug-strstr1.c: New file.
48606         * string/Makefile: Add rules to build and run bug-strstr1.
48607
48608 2010-10-05  Eric Blake  <eblake@redhat.com>
48609
48610         [BZ #12092]
48611         * string/str-two-way.h (two_way_long_needle): Always clear memory
48612         when skipping input due to the shift table.
48613
48614 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48615
48616         [BZ #12005]
48617         * malloc/mcheck.c: Handle large requests.
48618
48619         [BZ #12077]
48620         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48621         for strncmp and strncasecmp.
48622         * string/stratcliff.c: Add tests for strcmp and strncmp.
48623         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48624
48625 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48626
48627         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48628         __set_fpscr.
48629
48630 2010-09-30  Andreas Jaeger  <aj@suse.de>
48631
48632         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48633         (CGROUP_SUPER_MAGIC): Define.
48634         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48635         Handle btrfs and cgroup file systems.
48636         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48637         Likewise.
48638
48639 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48640
48641         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48642         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48643
48644 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48645
48646         [BZ #12067]
48647         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48648         trying to locate the ELF header.
48649
48650 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48651
48652         [BZ #11611]
48653         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48654         Mask out sign-bit copies when constructing f_fsid.
48655
48656 2010-09-24  Petr Baudis <pasky@suse.cz>
48657
48658         * debug/stack_chk_fail_local.c: Add missing licence exception.
48659         * debug/warning-nop.c: Likewise.
48660
48661 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48662
48663         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48664         implementing getdents64 using getdents syscall, set d_type if
48665         __ASSUME_GETDENTS32_D_TYPE.
48666
48667 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48668
48669         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48670         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48671
48672 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48673
48674         [BZ #12037]
48675         * posix/unistd.h: Undo change of feature selection for ftruncate from
48676         2010-01-11.
48677
48678 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48679
48680         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48681         detection.
48682
48683 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48684
48685         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48686         fanotify_mark.
48687         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48688
48689 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48690
48691         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48692         variables after CHECK_SP call.
48693         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48694
48695 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48696             Ulrich Drepper  <drepper@redhat.com>
48697
48698         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48699         re-relocationg ld.so.
48700         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48701         _dl_init_paths call.
48702         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48703         here anymore.
48704
48705 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48706
48707         * resolv/res_init.c (__res_vinit): Count the default server we added.
48708
48709 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48710             Ulrich Drepper  <drepper@redhat.com>
48711
48712         [BZ #11968]
48713         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48714         (____longjmp_chk): Use %ebx for saving value across system call.
48715         Add unwind info.
48716
48717 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48718
48719         * manual/Makefile: Don't mix pattern rules with normal rules.
48720
48721 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48722
48723         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48724         operation.
48725         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48726         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48727         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48728         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48729         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48730         Likewise.
48731
48732 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48733
48734         [BZ #11979]
48735         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48736         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48737
48738 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48739
48740         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48741         * sysdeps/x86_64/addmul_1.S: Likewise.
48742         * sysdeps/x86_64/lshift.S: Likewise.
48743         * sysdeps/x86_64/mul_1.S: Likewise.
48744         * sysdeps/x86_64/rshift.S: Likewise.
48745         * sysdeps/x86_64/sub_n.S: Likewise.
48746         * sysdeps/x86_64/submul_1.S: Likewise.
48747
48748 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48749
48750         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48751         Define __sched_param instead of SCHED_* and sched_param when
48752         <bits/sched.h> is included with __need_schedparam defined.
48753         * bits/sched.h [__need_schedparam]
48754         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48755         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48756         (__defined_schedparam): Define to 1.
48757         (__sched_param): New structure, identical to sched_param.
48758         (__need_schedparam): Undefine.
48759
48760 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48761
48762         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48763         (epoll_create1): Declare.
48764
48765         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48766
48767 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48768
48769         [BZ #7066]
48770         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48771         shifting retval into place.
48772
48773 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48774
48775         * nis/rpcsvc/nis.h: Update copyright notice.
48776         * nis/rpcsvc/nis.x: Likewise.
48777         * nis/rpcsvc/nis_callback.h: Likewise.
48778         * nis/rpcsvc/nis_callback.x: Likewise.
48779         * nis/rpcsvc/nis_object.x: Likewise.
48780         * nis/rpcsvc/nis_tags.h: Likewise.
48781         * nis/rpcsvc/yp.h: Likewise.
48782         * nis/rpcsvc/yp.x: Likewise.
48783         * nis/rpcsvc/ypupd.h: Likewise.
48784         * nis/yp_xdr.c: Likewise.
48785         * nis/ypupdate_xdr.c: Likewise.
48786
48787         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48788         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48789         (pmap_getport): Use __libc_rpc_getport.
48790         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48791         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48792         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48793
48794 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48795
48796         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48797         fanotify_mark.
48798
48799 2010-08-27  Roland McGrath  <roland@redhat.com>
48800
48801         * sysdeps/i386/i686/multiarch/Makefile
48802         (CFLAGS-varshift.c): New variable.
48803
48804 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48805
48806         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48807         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48808
48809         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48810
48811         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48812
48813 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48814
48815         * sysdeps/x86_64/strlen.S: Unroll the loop.
48816         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48817         strlen-sse2 strlen-sse2-bsf.
48818         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48819         __strlen_no_bsf if bit_Slow_BSF is set.
48820         (__strlen_sse42): Removed.
48821         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48822         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48823
48824 2010-08-25  Roland McGrath  <roland@redhat.com>
48825
48826         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48827         * sysdeps/x86_64/multiarch/varshift.c: New file.
48828         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48829         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48830         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48831         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48832
48833 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48834
48835         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48836         strlen-sse2 strlen-sse2-bsf.
48837         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48838         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48839         (__strlen_sse2): Removed.
48840         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48841         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48842         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48843         bit_Slow_BSF for Atom.
48844         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48845         (index_Slow_BSF): Define.
48846         (HAS_SLOW_BSF): Define.
48847
48848 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48849
48850         [BZ #10851]
48851         * resolv/res_init.c (__res_vinit): When no server address at all
48852         is given default to loopback.
48853
48854 2010-08-24  Roland McGrath  <roland@redhat.com>
48855
48856         * configure.in: Remove config-name.h generation.
48857         * configure: Regenerated.
48858         * config-name.in: File removed.
48859         * scripts/config-uname.sh: New file.
48860         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48861         ($(objdir)config-name.h): New target.
48862
48863         * sunrpc/rpc_parse.h: Avoid nested comment.
48864
48865 2010-08-24  Richard Henderson  <rth@redhat.com>
48866             Ulrich Drepper  <drepper@redhat.com>
48867             H.J. Lu  <hongjiu.lu@intel.com>
48868
48869         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48870         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48871         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48872         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48873         _mm_alignr_epi8 with _mm_loadu_si128.
48874         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48875         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48876         (__m128i_shift_right): Removed.
48877         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48878         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48879         * sysdeps/x86_64/multiarch/varshift.h: New file.
48880         * sysdeps/x86_64/multiarch/varshift.S: New file.
48881
48882 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48883
48884         * configure.in: Move assembler checks to before sysdep dir checking.
48885
48886 2010-08-20  Petr Baudis  <pasky@suse.cz>
48887
48888         * LICENSES: Sync the sunrpc license.
48889
48890 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48891
48892         * sunrpc/auth_des.c: Update copyright notice once again.
48893         * sunrpc/auth_none.c: Likewise.
48894         * sunrpc/auth_unix.c: Likewise.
48895         * sunrpc/authdes_prot.c: Likewise.
48896         * sunrpc/authuxprot.c: Likewise.
48897         * sunrpc/bindrsvprt.c: Likewise.
48898         * sunrpc/clnt_gen.c: Likewise.
48899         * sunrpc/clnt_perr.c: Likewise.
48900         * sunrpc/clnt_raw.c: Likewise.
48901         * sunrpc/clnt_simp.c: Likewise.
48902         * sunrpc/clnt_tcp.c: Likewise.
48903         * sunrpc/clnt_udp.c: Likewise.
48904         * sunrpc/clnt_unix.c: Likewise.
48905         * sunrpc/des_crypt.c: Likewise.
48906         * sunrpc/des_soft.c: Likewise.
48907         * sunrpc/get_myaddr.c: Likewise.
48908         * sunrpc/getrpcport.c: Likewise.
48909         * sunrpc/key_call.c: Likewise.
48910         * sunrpc/key_prot.c: Likewise.
48911         * sunrpc/openchild.c: Likewise.
48912         * sunrpc/pm_getmaps.c: Likewise.
48913         * sunrpc/pm_getport.c: Likewise.
48914         * sunrpc/pmap_clnt.c: Likewise.
48915         * sunrpc/pmap_prot.c: Likewise.
48916         * sunrpc/pmap_prot2.c: Likewise.
48917         * sunrpc/pmap_rmt.c: Likewise.
48918         * sunrpc/rpc/auth.h: Likewise.
48919         * sunrpc/rpc/auth_unix.h: Likewise.
48920         * sunrpc/rpc/clnt.h: Likewise.
48921         * sunrpc/rpc/des_crypt.h: Likewise.
48922         * sunrpc/rpc/key_prot.h: Likewise.
48923         * sunrpc/rpc/netdb.h: Likewise.
48924         * sunrpc/rpc/pmap_clnt.h: Likewise.
48925         * sunrpc/rpc/pmap_prot.h: Likewise.
48926         * sunrpc/rpc/pmap_rmt.h: Likewise.
48927         * sunrpc/rpc/rpc.h: Likewise.
48928         * sunrpc/rpc/rpc_des.h: Likewise.
48929         * sunrpc/rpc/rpc_msg.h: Likewise.
48930         * sunrpc/rpc/svc.h: Likewise.
48931         * sunrpc/rpc/svc_auth.h: Likewise.
48932         * sunrpc/rpc/types.h: Likewise.
48933         * sunrpc/rpc/xdr.h: Likewise.
48934         * sunrpc/rpc_clntout.c: Likewise.
48935         * sunrpc/rpc_cmsg.c: Likewise.
48936         * sunrpc/rpc_common.c: Likewise.
48937         * sunrpc/rpc_cout.c: Likewise.
48938         * sunrpc/rpc_dtable.c: Likewise.
48939         * sunrpc/rpc_hout.c: Likewise.
48940         * sunrpc/rpc_main.c: Likewise.
48941         * sunrpc/rpc_parse.c: Likewise.
48942         * sunrpc/rpc_parse.h: Likewise.
48943         * sunrpc/rpc_prot.c: Likewise.
48944         * sunrpc/rpc_sample.c: Likewise.
48945         * sunrpc/rpc_scan.c: Likewise.
48946         * sunrpc/rpc_scan.h: Likewise.
48947         * sunrpc/rpc_svcout.c: Likewise.
48948         * sunrpc/rpc_tblout.c: Likewise.
48949         * sunrpc/rpc_util.c: Likewise.
48950         * sunrpc/rpc_util.h: Likewise.
48951         * sunrpc/rpcinfo.c: Likewise.
48952         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48953         * sunrpc/rpcsvc/key_prot.x: Likewise.
48954         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48955         * sunrpc/rpcsvc/mount.x: Likewise.
48956         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48957         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48958         * sunrpc/rpcsvc/rex.x: Likewise.
48959         * sunrpc/rpcsvc/rstat.x: Likewise.
48960         * sunrpc/rpcsvc/rusers.x: Likewise.
48961         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48962         * sunrpc/rpcsvc/spray.x: Likewise.
48963         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48964         * sunrpc/rtime.c: Likewise.
48965         * sunrpc/svc.c: Likewise.
48966         * sunrpc/svc_auth.c: Likewise.
48967         * sunrpc/svc_authux.c: Likewise.
48968         * sunrpc/svc_raw.c: Likewise.
48969         * sunrpc/svc_run.c: Likewise.
48970         * sunrpc/svc_simple.c: Likewise.
48971         * sunrpc/svc_tcp.c: Likewise.
48972         * sunrpc/svc_udp.c: Likewise.
48973         * sunrpc/svc_unix.c: Likewise.
48974         * sunrpc/svcauth_des.c: Likewise.
48975         * sunrpc/xcrypt.c: Likewise.
48976         * sunrpc/xdr.c: Likewise.
48977         * sunrpc/xdr_array.c: Likewise.
48978         * sunrpc/xdr_float.c: Likewise.
48979         * sunrpc/xdr_mem.c: Likewise.
48980         * sunrpc/xdr_rec.c: Likewise.
48981         * sunrpc/xdr_ref.c: Likewise.
48982         * sunrpc/xdr_sizeof.c: Likewise.
48983         * sunrpc/xdr_stdio.c: Likewise.
48984
48985         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48986         handling.
48987
48988 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48989
48990         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48991
48992 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48993
48994         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48995         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48996         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48997         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48998         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48999         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
49000         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
49001         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
49002         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
49003         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
49004         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
49005         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
49006         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
49007         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
49008
49009 2010-07-26  Anton Blanchard  <anton@samba.org>
49010
49011         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
49012         * malloc/arena.c (heap_trim): Likewise.
49013
49014 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49015
49016         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49017         here.  Not...
49018         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49019         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49020
49021 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49022
49023         * sysdeps/i386/elf/Makefile: New file.
49024
49025 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49026
49027         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49028         from fanotify_init.
49029         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49030         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49031
49032 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49033
49034         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49035         of strncasecmp_l.
49036         * sysdeps/multiarch/strcmp.S: Likewise.
49037
49038 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49039
49040         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49041         strncase_l-nonascii.
49042         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49043         Add strncase_l-ssse3.
49044         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49045         * sysdeps/x86_64/strcmp.S: Likewise.
49046         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49047         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49048         * sysdeps/x86_64/strncase.S: New file.
49049         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49050         * sysdeps/x86_64/strncase_l.S: New file.
49051         * string/Makefile (strop-tests): Add strncasecmp.
49052         * string/test-strncasecmp.c: New file.
49053
49054         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49055         warning.
49056
49057         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49058         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49059
49060 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49061
49062         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49063
49064 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49065
49066         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49067         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49068         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49069
49070 2010-05-01  Alan Modra  <amodra@gmail.com>
49071
49072         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49073         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49074         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49075         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49076         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49077         tidying.  Don't tail-call __sigjmp_save for static lib.
49078         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49079         save location.
49080         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49081         (CALL_MCOUNT): Add eh info, and nop after bl.
49082         (TAIL_CALL_SYSCALL_ERROR): New macro.
49083         (PSEUDO_RET): Use it.
49084         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49085         Correct save location of integer regs and cr.
49086         (_dl_profile_resolve): Correct cr save location.  Delete nops
49087         after bl when SHARED.  Reduce cfi size a little by better
49088         placement of cfi directives.
49089         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49090         make a stack frame.  Instead use parm save area as a temp.
49091         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49092         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49093         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49094         Don't make a stack frame for parent, use parm save area.
49095         Increase child stack frame to 112 bytes.  Don't save unused reg,
49096         and adjust reg usage.  Set up cfi on error recovery and
49097         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49098         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49099         (__makecontext): Add dummy nop after jump to exit.
49100         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49101         Use correct parm save area and cr save, reduce stack frame.
49102         Correct cfi for possible PSEUDO_RET frame setup.
49103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49104         Branch to local label emitted by PSEUDO_RET rather than
49105         __syscall_error.
49106
49107 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49108
49109         [BZ #11904]
49110         * locale/programs/locale.c (print_assignment): New function.
49111         (show_locale_vars): Use it.
49112
49113 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49114
49115         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49116         field.
49117         (struct statfs64): Likewise.
49118         (_STATFS_F_FLAGS): Define.
49119         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49120         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49121         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49122         (ST_VALID): Define locally.
49123         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49124         __statvfs_getflags, use the provided value.
49125         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49126         __ASSUME_STATFS_F_FLAGS.
49127
49128         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49129
49130         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49131         Add sys/fanotify.h.
49132         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49133         fanotify_mask for GLIBC_2.13.
49134         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49135         fanotify_init and fanotify_mark.
49136         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49137         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49138
49139         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49140         Add prlimit.
49141         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49142         prlimit64 for GLIBC_2.13.
49143         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49144         prlimit64.
49145         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49146         syscall.
49147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49148         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49149         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49150         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49151         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49152         add prlimit alias.
49153         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49154
49155         [BZ #11903]
49156         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49157         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49158
49159         * nss/Makefile: Add rules to build and run tst-nss-test1.
49160         * shlib-versions: Add entry for libnss_test1.
49161         * nss/nss_test1.c: New file.
49162         * nss/tst-nss-test1.c: New file.
49163
49164         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49165         (__nss_configure_lookup): Set appropriate entry in
49166         __nss_configure_lookup to true.
49167         * nss/nsswitch.h: Define enum with indeces of databases in
49168         databases and __nss_database_custom arrays.  Declare
49169         __nss_database_custom.
49170         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49171         to avoid using nscd when custom rules are installed.
49172         * nss/getXXbyYY_r.c: Likewise.
49173         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49174
49175         * nss/nss_files/files-parse.c: Whitespace fixes.
49176
49177 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49178
49179         [BZ #11883]
49180         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49181         * posix/fnmatch_loop.c: Likewise.
49182
49183 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49184
49185         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49186         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49187         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49188         * Versions.def [GLIBC_2.13]: Add.
49189
49190 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49191
49192         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49193         Also fail if tpwd after pwuid call is NULL.
49194
49195 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49196
49197         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49198         when converting to ms.
49199
49200 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49201
49202         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49203         EOPNOTSUPP errors with ENOTTY.
49204         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49205         EOPNOTSUPP errors with ENOTTY.
49206
49207 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49208
49209         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49210         Add strcasecmp_l-ssse3.
49211         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49212         strcasecmp.
49213         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49214         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49215         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49216
49217 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49218
49219         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49220
49221         * string/Makefile (strop-tests): Add strcasecmp.
49222         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49223         strcasecmp_l-nonascii.
49224         (gen-as-const-headers): Add locale-defines.sym.
49225         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49226         * sysdeps/x86_64/strcasecmp.S: New file.
49227         * sysdeps/x86_64/strcasecmp_l.S: New file.
49228         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49229         * sysdeps/x86_64/locale-defines.sym: New file.
49230         * string/test-strcasecmp.c: New file.
49231
49232         * string/test-strcasestr.c: Test both ends of the range of characters.
49233         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49234
49235 2010-07-29  Roland McGrath  <roland@redhat.com>
49236
49237         [BZ #11856]
49238         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49239
49240 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49241
49242         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49243         for ld.so.
49244
49245 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49246
49247         * manual/memory.texi (Malloc Tunable Parameters): Document
49248         M_PERTURB.
49249
49250 2010-07-26  Roland McGrath  <roland@redhat.com>
49251
49252         [BZ #11840]
49253         * configure.in (-fgnu89-inline check): Set and substitute
49254         gnu89_inline, not libc_cv_gnu89_inline.
49255         * configure: Regenerated.
49256         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49257
49258 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49259
49260         * string/test-strnlen.c: New file.
49261         * string/Makefile (strop-tests): Add strnlen.
49262         * string/tester.c (test_strnlen): Add a few more test cases.
49263         * string/tst-strlen.c: Better error reporting.
49264
49265         * sysdeps/x86_64/strnlen.S: New file.
49266
49267 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49268
49269         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49270         lower-latency instructions.
49271
49272 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49273
49274         * string/test-strcasestr.c: New file.
49275         * string/test-strstr.c: New file.
49276         * string/Makefile (strop-tests): Add strstr and strcasestr.
49277         * string/str-two-way.h: Don't undefine MAX.
49278         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49279
49280 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49281
49282         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49283         strcasestr-nonascii.
49284         (CFLAGS-strcasestr-nonascii.c): Define.
49285         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49286         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49287         Remove unused attribute.
49288
49289 2010-07-20  Roland McGrath  <roland@redhat.com>
49290
49291         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49292         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49293         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49294         like LD_HWCAP_MASK can disable hwcaps.
49295
49296 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49297
49298         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49299
49300 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49301
49302         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49303         call in strcasestr.
49304         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49305         __strcasestr_sse42_nonascii.
49306         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49307         strcasestr-nonascii.c.
49308         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49309
49310 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49311
49312         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49313         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49314         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49315         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49316
49317 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49318
49319         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49320         fcntl.
49321
49322 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49323
49324         [BZ #11577]
49325         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49326         dl_signal_cerror.
49327
49328 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49329
49330         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49331         _PC_PIPE_BUF using F_GETPIPE_SZ.
49332
49333 2010-07-05  Roland McGrath  <roland@redhat.com>
49334
49335         * manual/arith.texi (Rounding Functions): Fix rint description
49336         implicit in round description.
49337
49338 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49339
49340         * elf/Makefile: Fix linking for a few tests to make recent linker
49341         happy.
49342
49343 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49344
49345         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49346         $(common-objpfx)libc_nonshared.a.
49347
49348 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49349
49350         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49351         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49352         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49353         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49354         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49355         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49356         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49357         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49358         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49359         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49360         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49361         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49362         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49363         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49364         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49365         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49366         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49367         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49369         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49372         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49373         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49374         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49375         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49376         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49377         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49378         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49379         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49380         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49381         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49382         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49383         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49384         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49385         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49386         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49387         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49388         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49389         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49390         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49391         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49393         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49394         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49395         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49396         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49397         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49398
49399 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49400
49401         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49402         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49403         * string/memmove.c (memmove): Renamed to ...
49404         (MEMMOVE): ...this.  Default to memmove.
49405         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49406         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49407         (END_CHK): Define.
49408         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49409         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49410         mempcpy-ssse3-back memmove-ssse3-back.
49411         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49412         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49413         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49414         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49415         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49416         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49417         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49418         * sysdeps/x86_64/multiarch/memmove.c: New file.
49419         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49420         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49421         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49422         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49423         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49424         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49425         Define.
49426         (index_Fast_Copy_Backward): Define.
49427         (HAS_ARCH_FEATURE): Define.
49428         (HAS_FAST_REP_STRING): Define.
49429         (HAS_FAST_COPY_BACKWARD): Define.
49430
49431 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49432
49433         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49434         Restore proper fallback handling.
49435
49436 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49437
49438         [BZ #11701]
49439         * posix/group_member.c (__group_member): Correct checking loop.
49440
49441         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49442         OOM in getpwuid_r correctly.  Return error number when the caller
49443         should return, otherwise -1.
49444         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49445         call returning > 0 value.
49446         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49447
49448 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49449
49450         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49451         libc_nonshared.a from targets in modules-names.
49452
49453 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49454
49455         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49456         requires it.
49457
49458 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49459
49460         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49461         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49462         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49463         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49464
49465 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49466
49467         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49468
49469 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49470
49471         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49472         and F_GETPIPE_SZ.
49473         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49474         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49475         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49476         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49477         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49478         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49479
49480 2010-06-14  Roland McGrath  <roland@redhat.com>
49481
49482         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49483
49484 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49485
49486         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49487         __REDIRECT followed by __THROW.
49488         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49489         * posix/getopt.h (getopt): Likewise.
49490
49491 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49492
49493         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49494         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49495         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49496         in AT_FLAGS.
49497         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49498         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49499
49500 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49501
49502         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49503
49504 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49505
49506         [BZ #11640]
49507         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49508         Properly check family and model.
49509
49510 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49511
49512         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49513
49514 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49515
49516         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49517
49518 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49519
49520         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49521         symbol reference.
49522
49523 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49524
49525         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49526         symbol reference.
49527
49528 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49529
49530         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49531         and internal_recvmmsg.
49532         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49533         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49534         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49535         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49536
49537         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49538         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49539         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49540
49541 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49542
49543         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49544
49545 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49546
49547         POWER7 optimizations.
49548         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49549         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49550
49551 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49552
49553         * version.h: Update for 2.13 development version.
49554
49555 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49556
49557         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49558         exceptions.  Return 0.
49559
49560 2010-05-07  Roland McGrath  <roland@redhat.com>
49561
49562         * elf/ldconfig.c (main): Add a const.
49563
49564 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49565
49566         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49567         (args_options): Add no-idn option.
49568         (ahosts_keys_int): Add idn_flags to ai_flags.
49569         (parse_option): Handle 'i' option to clear idn_flags.
49570
49571         * malloc/malloc.c (_int_free): Possible race in the most recently
49572         added check.  Only act on the data if no current modification
49573         happened.
49574
49575 See ChangeLog.17 for earlier changes.