Remove sysdeps/unix/sysv/linux/arm/lowlevellock.h
[platform/upstream/glibc.git] / ChangeLog
1 2014-08-01  Roland McGrath  <roland@hack.frob.com>
2
3         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
4
5 2014-08-01  Richard Henderon  <rth@redhat.com>
6
7         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8         feclearexcept; use math_opt_barrier instead of open-coded asm; fix
9         typo in exact zero test.
10         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
11         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
12         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
13
14 2014-08-01  Roland McGrath  <roland@hack.frob.com>
15
16         * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
17         (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
18         * sysdeps/arm/sysdep.h: ... here.
19         [!__ASSEMBLER__]: Include <stdint.h>.
20
21 2014-08-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
22
23         * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
24         (HAVE_WCTYPE_H): Likewise.
25         (HAVE_ISWCTYPE): Likewise.
26         (ENABLE_NLS): Likewise.
27         * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
28         && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
29
30         * posix/regex_internal.c: Check if DEBUG is defined and is
31         set.
32
33         * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
34         (HAVE_MBSRTOWCS): Likewise.
35         * posix/fnmatch.c: Include string.h unconditionally.
36
37 2014-08-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
38
39         * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
40         reversal.
41
42 2014-07-31  Roland McGrath  <roland@hack.frob.com>
43
44         * sysdeps/generic/safe-fatal.h: New file.
45         * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
46         * nptl/forward.c: Include it.
47         (__pthread_unwind): Use __safe_fatal as default action, rather
48         than a bogus use of INTERNAL_SYSCALL that could never work.
49
50         * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
51         * configure.ac (libc_cv_builtin_trap): New test.
52         * configure: Regenerated.
53         * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
54         (ABORT_INSTRUCTION): Define using __builtin_trap.
55
56         * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
57         * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
58         * sysdeps/nptl/nptl-signals.h: New file.
59         * nptl/pthreadP.h: Include <nptl-signals.h>.
60
61 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
62
63         * sysdeps/s390/s390-64/utf16-utf32-z9.c
64         (ONE_DIRECTION): Define.
65         * sysdeps/s390/s390-64/utf8-utf16-z9.c
66         (ONE_DIRECTION): Define.
67         * sysdeps/s390/s390-64/utf8-utf32-z9.c
68         (ONE_DIRECTION): Define.
69
70 2014-07-31  Stefan Liebler  <stli@linux.vnet.ibm.com>
71
72         * sysdeps/s390/Makefile: Delete file.
73         * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
74         * sysdeps/s390/__longjmp.c: Delete file.
75         * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
76         Remove fields __flags and __reserved.
77         * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
78         and add versioning.
79         * sysdeps/s390/rtld-__longjmp.c: Delete file.
80         * sysdeps/s390/rtld-global-offsets.sym: Likewise.
81         * sysdeps/s390/rtld-setjmp.S: Likewise.
82         * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
83         * sysdeps/s390/s390-32/__longjmp.c: ... here.
84         * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
85         * sysdeps/s390/s390-32/setjmp.S: ... here.
86         Add versioning.
87         (__sigsetjmp): Remove setting __flags field.
88         * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
89         * sysdeps/s390/s390-64/__longjmp.c: ... here.
90         * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
91         * sysdeps/s390/s390-64/setjmp.S: ... here.
92         Add versioning.
93         (__sigsetjmp): Remove setting __flags field.
94         * sysdeps/s390/setjmp.S: Delete file.
95         * sysdeps/s390/sigjmp.c: Likewise.
96         * sysdeps/s390/v1-longjmp.c: Likewise.
97         * sysdeps/s390/v1-setjmp.h: Likewise.
98         * sysdeps/s390/v1-sigjmp.c: Likewise.
99         * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
100         Remove v1-longjmp_chk.
101         * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
102         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
103         Include debug/longjmp_chk.c and add versioning.
104         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
105         Include nptl/pt-longjmp.c and add versioning.
106         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
107         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
108         Include __longjmp.c.
109         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
110         Move to ...
111         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
112         (__getcontext): Remove setting __flags field.
113         Add versioning.
114         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
115         Don't restore upper high grps.
116         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
117         Likewise.
118         (__swapcontext): Remove setting uc_flags field.
119         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
120         Delete file.
121         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
122         Include __longjmp.c.
123         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
124         Move to ...
125         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
126         (__getcontext): Remove setting __flags field.
127         Add versioning.
128         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
129         (__swapcontext): Remove setting uc_flags field.
130         * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
131         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
132         Remove fields uc_high_gprs and __reserved.
133         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
134         New file with reverted content.
135         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
136         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
137         Regenerated.
138         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
139         Regenerated.
140
141 2014-07-31  Andreas Schwab  <schwab@suse.de>
142
143         * config.h.in (HAVE_IFUNC): Define to 0.
144         * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
145         definedness.
146
147 2014-07-30  Ling Ma  <ling.ml@alibaba-inc.com>
148
149         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
150         memmove-avx-unaligned, memcpy-avx-unaligned and
151         mempcpy-avx-unaligned.
152         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
153         Add tests for AVX memcpy functions.
154         * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
155         * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
156         memcpy_chk.
157         * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
158         * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
159         memmove_chk.
160         * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
161         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
162         mempcpy_chk.
163         * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
164         * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
165         * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
166
167 2013-07-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
168
169         [BZ #17213]
170         * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
171         powerpc64le.
172
173 2014-07-29  Jeff Layton  <jlayton@poochiereds.net>
174
175         [BZ #16839]
176         * manual/llio.texi: Add section about open file description locks.
177         * manual/examples/ofdlocks.c: Example of open file description
178         lock usage.
179         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
180         F_OFD_SETLK, and F_OFD_SETLKW.
181
182 2014-07-23  Allan McRae  <allan@archlinux.org>
183
184         * po/es.po: Update Spanish translation from translation project.
185
186 2014-07-18  Andreas Schwab  <schwab@linux-m68k.org>
187
188         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
189
190 2014-07-17  Maciej W. Rozycki  <macro@codesourcery.com>
191
192         [BZ #17078]
193         * sysdeps/arm/dl-machine.h (elf_machine_rela)
194         [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
195         (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
196
197 2014-07-17  Joseph Myers  <joseph@codesourcery.com>
198
199         [BZ #17088]
200         * math/fesetenv.c (__fesetenv)
201         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
202         * math/feupdateenv.c (__feupdateenv)
203         [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
204
205         * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
206         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
207         (__ASSUME_SOCKETCALL): Do not define.
208
209         * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
210         * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
211         (__ASSUME_SOCKETCALL): Do not define.
212         (__ASSUME_ST_INO_64_BIT): Define unconditionally.
213         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
214         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
215         [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
216         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
217         [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
218         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
219         [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
220
221         * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
222         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
223         (__ASSUME_SOCKETCALL): Do not define.
224         (__ASSUME_IPC64): Define unconditionally.
225         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
226         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
227         [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
228         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
229         [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
230         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
231         [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
232         Likewise.
233
234         * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
235         * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
236         (__ASSUME_SOCKETCALL): Do not define.
237         (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
238         (__ASSUME_FUTEX_LOCK_PI): Likewise.
239         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
240         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
241         (__ASSUME_REQUEUE_PI): Define unconditionally.
242         [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
243         (__ASSUME_RECVMMSG_SYSCALL): Do not define.
244         [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
245         [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
246         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
247         [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
248
249         * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
250         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
251         (__ASSUME_SOCKETCALL): Do not define.
252         [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
253         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
254         [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
255         [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
256         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
257         [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
258
259         * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
260         * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
261         (__ASSUME_ACCEPT4_SYSCALL): Do not define.
262         [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
263         (__ASSUME_RECVMMSG_SYSCALL): Likewise.
264         [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
265         (__ASSUME_SENDMMSG_SYSCALL): Likewise.
266         [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
267         (__ASSUME_GETCPU_SYSCALL): Likewise.
268
269         * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
270         * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR.  Remove
271         cases for individual architectures.
272         * sysdeps/gnu/configure: Regenerated.
273         * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
274         LIBC_SLIBDIR_RTLDDIR.
275         * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
276         * sysdeps/unix/sysv/linux/mips/configure.ac: Use
277         LIBC_SLIBDIR_RTLDDIR.
278         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
279         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
280         LIBC_SLIBDIR_RTLDDIR.
281         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
282         Regenerated.
283         * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
284         * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
285         file.
286         * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
287         * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
288         file.
289         * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
290         * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
291         * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
292         * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
293
294         * sysdeps/aarch64/shlib-versions: Move to ...
295         * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
296         * sysdeps/alpha/shlib-versions: Move to ...
297         * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
298         * sysdeps/arm/shlib-versions: Move to ...
299         * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
300         * sysdeps/hppa/shlib-versions: Move all contents except for
301         libgcc_s entry to ...
302         * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here.  Merge in
303         entry from ...
304         * sysdeps/hppa/nptl/shlib-versions: ... here.  Remove file.
305         * sysdeps/ia64/shlib-versions: Move to ...
306         * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here.  Merge in
307         entry from ...
308         * sysdeps/ia64/nptl/shlib-versions: ... here.  Remove file.
309         * sysdeps/m68k/coldfire/shlib-versions: Move to ...
310         * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
311         * sysdeps/microblaze/shlib-versions: Move to ...
312         * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
313         * sysdeps/mips/shlib-versions: Move to ...
314         * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here.  Merge in
315         entry from ...
316         * sysdeps/mips/nptl/shlib-versions: ... here.  Remove file.
317         * sysdeps/tile/shlib-versions: Move to ...
318         * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
319         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
320         from ...
321         * sysdeps/x86_64/64/shlib-versions: ... here.  Remove file.
322         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
323         entry from ...
324         * sysdeps/x86_64/x32/shlib-versions: ... here.  Remove file.
325
326 2014-07-17  Will Newton  <will.newton@linaro.org>
327
328         * sysdeps/arm/bits/atomic.h
329         (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
330         (__arch_compare_and_exchange_bool_16_int): Likewise.
331         (__arch_compare_and_exchange_bool_64_int): Likewise.
332
333         * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
334         into an #else block.
335
336 2014-07-16  Roland McGrath  <roland@hack.frob.com>
337
338         * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
339         just Linux configurations.  Test empirically that the compiler sets
340         __ARM_EABI__, rather than using the tuple to decide.
341         * sysdeps/arm/preconfigure: Regenerated.
342         * sysdeps/unix/sysv/linux/arm/configure: File removed.
343         * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
344         contents appended ...
345         * sysdeps/arm/configure.ac: ... here.
346         * sysdeps/arm/configure: Regenerated.
347
348 2014-07-15  Roland McGrath  <roland@hack.frob.com>
349
350         * nptl/pthread_kill.c: New file.
351         * nptl/pthread_sigmask.c: New file.
352         * nptl/pthread_sigqueue.c: New file.
353
354         * sysdeps/nptl/lowlevellock.h: New file.
355         * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
356         * sysdeps/nptl/lowlevellock-futex.h: New file.
357
358         * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
359         Remove dead declarations.
360
361 2014-07-14  H.J. Lu  <hongjiu.lu@intel.com>
362
363         * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
364         * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
365         config-cflags-avx2.
366         * sysdeps/x86_64/configure.ac: Likewise.
367         * sysdeps/i386/configure: Regenerated.
368         * sysdeps/x86_64/configure: Likewise.
369         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
370         memset-avx2 only if config-cflags-avx2 is yes.
371         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
372         Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
373         defined.
374         * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
375         only if HAVE_AVX2_SUPPORT is defined.
376         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
377
378 2014-07-14  Alan Modra  <amodra@gmail.com>
379
380         [BZ #17153]
381         * elf/elf.h (DT_PPC64_NUM): Correct value.
382         * NEWS: Add to fixed bug list.
383
384 2014-07-13  Jim Meyering  <meyering@fb.com>
385
386         [BZ 17150]
387         regex: don't deref NULL upon heap allocation failure
388         * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
389         failure in one more place.
390         To trigger the segfault, configure grep -with-included-regex,
391         build it, and run these commands:
392         ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
393
394 2014-07-13  Andreas Schwab  <schwab@linux-m68k.org>
395
396         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
397
398 2014-07-11  Richard Henderson  <rth@redhat.com>
399
400         * sysdeps/aarch64/libm-test-ulps: Update.
401
402 2014-07-10  Florian Weimer  <fweimer@redhat.com>
403
404         [BZ #17135]
405         * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
406         * nptl/allocatestack.c (__nptl_setxid_error): New function.
407         (__nptl_setxid): Initialize error member.  Call
408         __nptl_setxid_error.
409         * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
410         * nptl/descr.h (struct xid_command): Add error member.
411         * nptl/tst-setuid3.c: New file.
412         * nptl/Makefile (tests): Add it.
413
414 2014-07-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
415
416         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
417         New define.
418         (__lll_trylock): Use __lll_base_trylock.
419         (__lll_cond_trylock): Likewise.
420
421 2014-07-10  Roland McGrath  <roland@hack.frob.com>
422
423         * nptl/pthread_create.c (start_thread): Use atomic_or and
424         lll_futex_wake directly rather than lll_robust_dead.
425         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
426         (lll_robust_dead): Macro removed.
427         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
428         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
429         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
430         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
431         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
432         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
433         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
434         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
435         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
436         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
437         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
438         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
439         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
440         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
441         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
442
443         * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
444         Use atomic_compare_and_exchange_val_acq directly rather than
445         lll_robust_trylock.
446         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
447         (__lll_robust_trylock, lll_robust_trylock): Removed.
448         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
449         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
450         * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
451         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
452         * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
453         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
454         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
455         * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
456         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
457         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
458         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
459         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
460         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
461         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
462
463 2014-07-02  Florian Weimer  <fweimer@redhat.com>
464
465         * manual/locale.texi (Locale Names): New section documenting
466         locale name syntax.  Adjust menu and node chaining accordingly.
467         (Choosing Locale): Reference Locale Names, Locale Categories.
468         Mention setting LC_ALL=C.  Reflect that name syntax is now
469         documented.
470         (Locale Categories): New section title.  Reference Locale Names.
471         LC_ALL is an environment variable, but not a category.
472         (Setting the Locale): Remove "locale -a" invocation and LOCPATH
473         description, now in Locale Name.  Reference that section.  Locale
474         name syntax is now documented.
475
476 2014-07-02  Florian Weimer  <fweimer@redhat.com>
477
478         [BZ #17137]
479         * locale/findlocale.c (name_present, valid_locale_name): New
480         functions.
481         (_nl_find_locale): Use the loc_name variable to store name
482         candidates.  Call name_present and valid_locale_name to check and
483         validate locale names.  Return an error if the locale is invalid.
484
485 2014-07-02  Florian Weimer  <fweimer@redhat.com>
486
487         * locale/setlocale.c (setlocale): Use strdup for allocating
488         composite name copy.
489
490 2014-07-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
491
492         Sync up with gnulib.
493         * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
494         [!_LIBC && ENABLE_NLS]: Include gettext.h.
495         [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
496         and _GL_ARG_NONNULL.
497         [USE_UNLOCKED_IO]: Include unlocked-io.h.
498         [!_LIBC]: Include code for Windows and Cygwin.
499         [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
500         Include prototype for int strerror_r.
501         [!_LIBC] (is_open): New function.
502         (flush_stdout): New function.
503         (print_errno_message): Use it.
504         (error): Likewise.
505         (error_at_line): Likewise.
506         (error_tail) Add function attribute macros.  Use
507         __builtin_expect.
508
509         * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
510
511         * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
512
513         * io/ftw.c: Include sys/param.h unconditionally.
514
515         * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
516
517         [BZ #17125]
518         * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
519         libc_freeres_ptr.
520         (freecache): New function to free CACHE on exit.
521
522         * sunrpc/xdr.c (xdr_string): Add comment about SIZE
523         initialization.
524
525 2014-07-09  David S. Miller  <davem@davemloft.net>
526
527         * sysdeps/sparc/fpu/libm-test-ulps: Update.
528
529         * sysdeps/sparc/nptl/internaltypes.h: Delete.
530         * sysdeps/sparc/nptl/sparc-nptl.h: New file.
531         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
532         * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
533         * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
534         * sysdeps/sparc/nptl/sem_init.c: Likewise.
535         * sysdeps/sparc/nptl/sem_post.c: Likewise.
536         * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
537         * sysdeps/sparc/nptl/sem_wait.c: Likewise.
538         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
539         * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
540         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
541         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
542
543 2014-07-09  Andreas Schwab  <schwab@suse.de>
544
545         * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
546         output.
547         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
548         (do_test): Likewise.
549
550         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
551
552 2014-07-09  Will Newton  <will.newton@linaro.org>
553
554         * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
555         * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
556         * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
557         * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
558         * sysdeps/hppa/start.S (_start): Likewise.
559
560 2014-07-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
561
562         * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
563
564         * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
565         defined.
566
567 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
568
569         * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
570         after checking that it is non-NULL.
571
572         * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
573
574 2014-07-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
575
576         * sysdeps/powerpc/memmove.c: Remove file.
577         * sysdeps/powerpc/powerpc32/power4/memcopy.h
578         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
579         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
580         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
581         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
582         [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
583         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
584         string memmove instead of removed powerpc one.
585
586         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
587         [weak_alias]: Fix compiler warning due trailing data.
588         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
589         [weak_alias]: Likewise.
590         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
591         warnigs due missing definition of __strcpy_power7 and __strlen_power7.
592
593         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
594         (__libc_ifunc_impl_list): Add memmove functions.
595
596 2014-07-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
597
598         * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
599         Remove code.
600         * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
601         Likewise
602         * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
603         Likewise
604         * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
605         Likewise
606         * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
607         Likewise
608         * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
609         Likewise
610         * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
611         Likewise
612         * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
613         Likewise
614         * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
615         Likewise
616         * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
617         Likewise
618         * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
619         Likewise
620         * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
621         Likewise
622         * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
623         Likewise
624         * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
625         Likewise
626         * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
627         Likewise
628         * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
629         Likewise
630         * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
631         Likewise
632
633 2014-07-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
634
635         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
636         to avoid alignment traps in non-cacheable memory.
637         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
638
639         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
640         multiarch objects.
641         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
642         file: multiarch power7 memmove.
643         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
644         multiarch default memmove.
645         * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
646         multiarch memove for powerpc32/power4.
647
648         * string/bcopy.c: Use full path to include memmove.c.
649         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
650         multiarch objects.
651         * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
652         bcopy for powerpc64.
653         * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
654         bcopy for powerpc64.
655         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
656         and memmove implementations.
657         * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
658         optimized multiarch memmove for POWER7/powerpc64.
659         * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
660         default multiarch memmove for powerpc64.
661         * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
662         multiarch for powerpc64.
663         * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
664         for POWER7/powerpc64.
665         * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
666         memmove for POWER7/powerpc64.
667
668         * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
669         glibc default one.
670
671         * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
672         __ELF_NATIVE_CLASS equal to 64.
673
674 2014-07-07  Roland McGrath  <roland@hack.frob.com>
675
676         * sysdeps/nptl/lowlevellock.h: File removed.
677
678         * NEWS: NPTL is no longer an add-on!
679         * nptl/internaltypes.h: Moved ...
680         * sysdeps/nptl/internaltypes.h: ... here.
681         * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
682         * sysdeps/nptl/fork.c: Likewise.
683         * sysdeps/nptl/gai_misc.h: Likewise.
684         * sysdeps/nptl/librt-cancellation.c: Likewise.
685         * sysdeps/nptl/jmp-unwind.c: Likewise.
686         * sysdeps/nptl/setxid.h: Likewise.
687         * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
688         * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
689         * sysdeps/unix/sysv/linux/arm/Implies: New file.
690         * sysdeps/unix/sysv/linux/hppa/Implies: New file.
691         * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
692         * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
693         * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
694         * sysdeps/unix/sysv/linux/m68k/Implies: New file.
695         * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
696         * sysdeps/unix/sysv/linux/mips/Implies: New file.
697         * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
698         * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
699         * sysdeps/unix/sysv/linux/sh/Implies: New file.
700         * sysdeps/unix/sysv/linux/sparc/Implies: New file.
701         * sysdeps/unix/sysv/linux/tile/Implies: New file.
702         * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
703         * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
704         * nptl/Makeconfig: Moved ...
705         * sysdeps/nptl/Makeconfig: ... here.
706         * nptl/configure: File removed.
707         * nptl/ANNOUNCE: File removed.
708         * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
709         * sysdeps/unix/sysv/linux/configure: Regenerated.
710
711         * nptl/Makefile (routines): Add libc_pthread_init,
712         libc_multiple_threads, register-atfork and unregister-atfork.
713         (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
714         (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
715         lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
716         pthread-pi-defines.sym, structsem.sym.
717         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
718         (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
719         [$(subdir) = nptl] (tests): Add tst-setgetname.
720         * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
721         * sysdeps/unix/sysv/linux/sigaction.c: Just include
722         <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
723         [!LIBC_SIGACTION]: Remove aliases.
724         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
725         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
726         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
727         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
728         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
729         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
730         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
731         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
732         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
733         * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
734         (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
735         __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
736         __libc_allocate_rtsig_private.
737         * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
738         * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
739         * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
740         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
741         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
742         * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
743         * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
744         * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
745         * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
746         * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
747         * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
748         * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
749         * nptl/internaltypes.h: ... here.
750         * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
751         * sysdeps/nptl/jmp-unwind.c: ... here.
752         * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
753         * nptl/libc-lowlevellock.c: ... here.
754         * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
755         * nptl/libc_multiple_threads.c: ... here.
756         * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
757         * nptl/libc_pthread_init.c: ... here.
758         * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
759         * nptl/lowlevelbarrier.sym: ... here.
760         * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
761         * nptl/lowlevelcond.sym: ... here.
762         * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
763         * nptl/lowlevellock.c: ... here.
764         * nptl/lowlevellock.h: Moved ...
765         * sysdeps/nptl/lowlevellock.h: ... here.
766         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
767         * nptl/lowlevelrobustlock.c: ... here.
768         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
769         * nptl/lowlevelrobustlock.sym: ... here.
770         * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
771         * nptl/lowlevelrwlock.sym: ... here.
772         * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
773         * nptl/pt-fork.c: ... here.
774         * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
775         * nptl/pthread-pi-defines.sym: ... here.
776         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
777         * nptl/pthread_attr_getaffinity.c: ... here.
778         * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
779         * nptl/pthread_attr_setaffinity.c: ... here.
780         * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
781         * nptl/pthread_mutex_cond_lock.c: ... here.
782         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
783         Update #include.
784         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
785         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
786         * nptl/pthread_once.c: ... here, replacing old file.
787         * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
788         * nptl/pthread_yield.c: ... here.
789         * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
790         * nptl/register-atfork.c: ... here.
791         * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
792         * nptl/sem_post.c: ... here.
793         * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
794         * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
795         * nptl/sem_timedwait.c: ... here.
796         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
797         * nptl/sem_trywait.c: ... here.
798         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
799         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
800         * nptl/sem_wait.c: ... here.
801         * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
802         * nptl/structsem.sym: ... here.
803         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
804         * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
805         * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
806         * nptl/unregister-atfork.c: ... here.
807         * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
808         * nptl/unwindbuf.sym: ... here.
809         * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
810         * sysdeps/nptl/fork.c: ... here.
811         * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
812         * sysdeps/nptl/fork.h: ... here.
813         * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
814         * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
815         * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
816         * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
817         * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
818         * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
819         * sysdeps/unix/sysv/linux/getpid.c: ... here.
820         * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
821         * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
822         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
823         * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
824         * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
825         * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
826         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
827         * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
828         * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
829         * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
830         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
831         * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
832         * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
833         * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
834         * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
835         * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
836         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
837         * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
838         * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
839         * sysdeps/unix/sysv/linux/raise.c: ... here.
840         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
841         * sysdeps/unix/sysv/linux/timer_create.c: ... here.
842         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
843         * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
844         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
845         * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
846         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
847         * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
848         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
849         * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
850         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
851         * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
852         * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
853         * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
854         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
855
856 2014-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
857
858         * sysdeps/generic/memcopy.h: Add comment for
859         MEMCPY_OK_FOR_FWD_MEMMOVE.
860
861 2014-07-04  Will Newton  <will.newton@linaro.org>
862
863         * string/memchr.c: Merge from gnulib.
864         [_LIBC]: Remove conditionals.
865         (__ptr_t): Remove define.
866         (LONG_MAX_32_BITS): Likewise.
867         (LONG_MAX): Likewise.
868         (MEMCHR): Use ANSI prototype and optimize algorithm.
869
870         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
871
872 2014-07-03  Roland McGrath  <roland@hack.frob.com>
873
874         * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
875         (lll_futex_timed_wait_bitset): Fix syscall argument count.
876
877         * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
878         Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
879         in a bare environment with no <stdlib.h> installed.
880         * sysdeps/nptl/configure: Regenerated.
881
882         * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
883
884         * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
885         AC_EGREP_CPP for kernel header checks, so they only succeed if
886         including <linux/version.h> actually works right.
887         * sysdeps/unix/sysv/linux/configure: Regenerated.
888
889         * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
890         value so it's not diagnosed as unused.
891
892         * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
893         thing) with "ifeq ($(subdir),rt)".
894
895 2014-07-03  Richard Henderson  <rth@redhat.com>
896
897         * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
898         * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
899         include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
900
901         * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
902         (math_force_eval): New.
903
904         * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
905         * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
906
907         * sysdeps/alpha/fpu/s_round.c: Remove file.
908         * sysdeps/alpha/fpu/s_roundf.c: Remove file.
909
910         * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
911         (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
912         * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
913         (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
914         (_dl_start, print_statistics): Likewise.
915         * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
916         HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
917
918         * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
919         * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
920         * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
921         * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
922         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
923         (HP_SMALL_TIMING_AVAIL): Define.
924         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
925         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
926         (HP_SMALL_TIMING_AVAIL): Define.
927         * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
928         * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
929
930         * sysdeps/aarch64/hp-timing.h: New file.
931
932         * sysdeps/generic/hp-timing.h: Remove dead comment.
933         * sysdeps/generic/hp-timing-common.h: New file.
934         * sysdeps/alpha/hp-timing.h: Include it.
935         (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
936         * sysdeps/i386/i686/hp-timing.h: Likewise.
937         * sysdeps/ia64/hp-timing.h: Likewise.
938         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
939         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
940         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
941         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
942         * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
943         (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
944         (hp_timing_t): New.
945
946         * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
947         * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
948         (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
949         * elf/rtld.c (_dl_start_final): Likewise.
950         * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
951         * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
952         * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
953         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
954         * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
955         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
956         (HP_TIMING_DIFF_INIT): Remove.
957         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
958         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
959         (HP_TIMING_DIFF_INIT): Remove.
960         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
961         * sysdeps/i386/i686/hp-timing.c: Remove file.
962         * sysdeps/x86_64/hp-timing.c: Remove file.
963         * sysdeps/ia64/hp-timing.c: Remove file.
964         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
965         * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
966         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
967         * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
968
969         * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
970         * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
971         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
972         * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
973         * sysdeps/powerpc/powerpc32/power4/hp-timing.h
974         (HP_TIMING_ACCUM): Remove.
975         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
976         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
977         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
978
979         * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
980         * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
981         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
982         * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
983         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
984         * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
985         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
986         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
987
988         * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
989
990 2014-07-03  Maciej W. Rozycki  <macro@codesourcery.com>
991
992         * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
993
994 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
995
996         Sync up with gettext.
997         * intl/loadmsgcat.c: Define O_BINARY if not defined.
998         [_MSC_VER]: Include malloc.h
999         [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
1000         (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
1001         (_nl_load_domain): Open DOMAIN_FILE in binary mode.  Don't use
1002         TEMP_FAILURE_RETRY.  Cast return of alloca.
1003         [!_LIBC] Call gl_rwlock_init.
1004         [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
1005
1006 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1007
1008         * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
1009         before checking its value.
1010
1011 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1012
1013         * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
1014
1015         * debug/memcpy_chk.c: Don't include pagecopy.h.
1016         * debug/mempcpy_chk.c: Likewise.
1017         * string/memcpy.c: Likewise.
1018         * string/memmove.c: Likewise.
1019         * sysdeps/powerpc/memmove.c: Likewise.
1020         * sysdeps/generic/memcopy.h: Include pagecopy.h.  Move
1021         definition of PAGE_COPY_FWD_MAYBE here...
1022         * sysdeps/generic/pagecopy.h: ... from here.
1023         * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
1024
1025 2014-07-02  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
1026             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1027
1028         * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
1029         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
1030         optimizations.
1031         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
1032         (__libc_ifunc_impl_list): Likewise.
1033         * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
1034         multiarch strcat for PPC64.
1035         * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
1036         * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
1037
1038 2014-07-02  Roland McGrath  <roland@hack.frob.com>
1039
1040         * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
1041
1042 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1043
1044         * intl/loadmsgcat.c: Remove declaration of
1045         get_sysdep_segment_value.
1046         (get_sysdep_segment_value): Use ISO C style.
1047         (_nl_load_domain): Use ISO C style.  Get rid of redundant
1048         semicolon.  Fix typo and formatting in comment.
1049         (_nl_unload_domain): Use ISO C style.
1050
1051         * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
1052
1053 2014-07-02  Will Newton  <will.newton@linaro.org>
1054
1055         * malloc/obstack.c: Merge from gnulib master.
1056         [HAVE_CONFIG_H]: Remove conditional code.
1057         [!_LIBC]: Include config.h.
1058         [!ELIDE_CODE]: Don't include inttypes.h, include
1059         stdint.h unconditionally.
1060         (print_and_abort): Mark as _Noreturn.
1061         (_obstack_allocated_p): Mark as __attribute_pure__.
1062         (obstack_free): Rename to __obstack_free.
1063         [!__attribute__]: Remove conditional code.
1064         * malloc/obstack.h: Merge from gnulib master.
1065         [__cplusplus]: Move conditional down.
1066         [!__attribute_pure__]: Define __attribute_pure__ here
1067         if it is not already defined.
1068         (_obstack_memory_used): Mark as __attribute_pure__.
1069         [!__obstack_free]: Define as obstack_free.
1070         [__GNUC__]: Remove check for ancient NeXT gcc.
1071
1072 2014-07-02  Will Newton  <will.newton@linaro.org>
1073             Paul Eggert  <eggert@cs.ucla.edu>
1074
1075         * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
1076
1077 2014-07-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
1078
1079         * resolv/gethnamaddr.c: Add comment warning that the file is
1080         not maintained.
1081
1082 2014-07-01  Carlos O'Donell  <carlos@redhat.com>
1083
1084         * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
1085         entries.
1086
1087         * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
1088         entry for aio_cancel and aio_cancel64.
1089         * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
1090         * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
1091         * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
1092         * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
1093         * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
1094         * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
1095         * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
1096         * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
1097         * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
1098         * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
1099         * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
1100         * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
1101         * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
1102
1103 2014-07-01  Roland McGrath  <roland@hack.frob.com>
1104
1105         * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
1106         * nptl/pthread_mutex_lock.c: Likewise.
1107         * nptl/pthread_mutex_timedlock.c: Likewise.
1108         * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
1109
1110 2014-07-01  Richard henderson  <rth@redhat.com>
1111
1112         * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
1113         (__isnan, __isnanl): Remove.
1114         * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
1115
1116         * sysdeps/alpha/fpu/libm-test-ulps: Update.
1117
1118 2014-07-01  Stefan Liebler  <stli@linux.vnet.ibm.com>
1119
1120         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
1121
1122 2014-07-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
1123
1124         * resolv/nss_dns/dns-host.c (getanswer_r)
1125         [MULTI_PTRS_ARE_ALIASES]: Remove code.
1126
1127 2014-07-01  Joseph Myers  <joseph@codesourcery.com>
1128
1129         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
1130         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
1131         undefine.
1132         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
1133         [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
1134
1135 2014-07-01  Roland McGrath <roland@hack.frob.com>
1136
1137         * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
1138         * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
1139
1140         * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
1141         * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
1142
1143         * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
1144         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
1145         ... here.
1146         * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
1147         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
1148
1149         * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
1150         * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
1151         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
1152         * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
1153
1154         * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
1155         * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
1156         * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
1157         * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
1158         * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
1159         Moved ...
1160         * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
1161         ... here.
1162         * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
1163         * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
1164         * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
1165         * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
1166         * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
1167         * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
1168         * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
1169         * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
1170         * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
1171         * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
1172         * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
1173         * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
1174         * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
1175         * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
1176         * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
1177         * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
1178         * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
1179         * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
1180         * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
1181         * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
1182         ... here.
1183         * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
1184         * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
1185         * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
1186         * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
1187         * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
1188         * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
1189         * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
1190         * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
1191
1192 2014-07-01  David Holsgrove  <david.holsgrove@xilinx.com>
1193
1194         * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
1195         * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
1196         * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
1197         Add sysdep.
1198
1199 2014-06-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
1200
1201         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1202
1203 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1204
1205         * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
1206         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
1207
1208         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
1209
1210         * sysdeps/arm/libm-test-ulps: Regenerated.
1211
1212 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1213             Roland McGrath <roland@hack.frob.com>
1214
1215         * test-skeleton.c (signal_handler): Kill the whole process group
1216         before killing the child individually.
1217         (main): Report any failure on `setpgid'.
1218
1219 2014-06-30  Roland McGrath  <roland@hack.frob.com>
1220
1221         * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
1222         from _TLS_H to _ARM_NPTL_TLS_H.
1223         (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
1224         * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
1225
1226 2014-06-30  Joseph Myers  <joseph@codesourcery.com>
1227
1228         [BZ #16539]
1229         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
1230         (__expm1l): Return argument unchanged when small but not
1231         subnormal.
1232
1233         * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
1234         include macro name.
1235         (_FP_UNPACK_RAW_1_P): Likewise.
1236         (_FP_PACK_RAW_1): Likewise.
1237         (_FP_PACK_RAW_1_P): Likewise.
1238         (_FP_MUL_MEAT_1_wide): Likewise.
1239         (_FP_MUL_MEAT_DW_1_hard): Likewise.
1240         (_FP_MUL_MEAT_1_hard): Likewise.
1241         (_FP_DIV_MEAT_1_imm): Likewise.
1242         (_FP_DIV_MEAT_1_udiv_norm): Likewise.
1243         (_FP_DIV_MEAT_1_udiv): Likewise.
1244         * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
1245         (_FP_UNPACK_RAW_2): Likewise.
1246         (_FP_UNPACK_RAW_2_P): Likewise.
1247         (_FP_PACK_RAW_2): Likewise.
1248         (_FP_PACK_RAW_2_P): Likewise.
1249         (_FP_MUL_MEAT_DW_2_wide): Likewise.
1250         (_FP_MUL_MEAT_2_wide): Likewise.
1251         (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
1252         (_FP_MUL_MEAT_2_wide_3mul): Likewise.
1253         (_FP_MUL_MEAT_DW_2_gmp): Likewise.
1254         (_FP_MUL_MEAT_2_gmp): Likewise.
1255         (_FP_DIV_MEAT_2_udiv): Likewise.
1256         * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
1257         (_FP_FRAC_SRL_4): Likewise.
1258         (_FP_FRAC_SRST_4): Likewise.
1259         (_FP_FRAC_SRS_4): Likewise.
1260         (_FP_UNPACK_RAW_4): Likewise.
1261         (_FP_UNPACK_RAW_4_P): Likewise.
1262         (_FP_PACK_RAW_4): Likewise.
1263         (_FP_PACK_RAW_4_P): Likewise.
1264         (_FP_MUL_MEAT_DW_4_wide): Likewise.
1265         (_FP_MUL_MEAT_4_wide): Likewise.
1266         (_FP_MUL_MEAT_4_gmp): Likewise.
1267         (umul_ppppmnnn): Likewise.
1268         (_FP_DIV_MEAT_4_udiv): Likewise.
1269         (__FP_FRAC_ADD_4): Likewise.
1270         (__FP_FRAC_SUB_3): Likewise.
1271         (__FP_FRAC_SUB_4): Likewise.
1272         (__FP_FRAC_DEC_3): Likewise.
1273         (__FP_FRAC_DEC_4): Likewise.
1274         (__FP_FRAC_ADDI_4): Likewise.
1275         * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
1276         (_FP_FRAC_SRL_8): Likewise.
1277         (_FP_FRAC_SRS_8): Likewise.
1278
1279         * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
1280         include macro name.
1281         (FP_UNPACK_RAW_EP): Likewise.
1282         (FP_PACK_RAW_E): Likewise.
1283         (FP_PACK_RAW_EP): Likewise.
1284         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
1285         (_FP_ISSIGNAN): Likewise.
1286         (_FP_ADD_INTERNAL): Likewise.
1287         (_FP_FMA): Likewise.
1288         (_FP_CMP): Likewise.
1289         (_FP_SQRT): Likewise.
1290         (_FP_TO_INT): Likewise.
1291         (_FP_FROM_INT): Likewise.
1292         (FP_EXTEND): Likewise.
1293         (_FP_DIV_MEAT_N_loop): Likewise.
1294
1295 2014-06-30  Maciej W. Rozycki  <macro@codesourcery.com>
1296
1297         * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
1298         throughout.
1299
1300 2014-06-29  Joseph Myers  <joseph@codesourcery.com>
1301
1302         [BZ #17097]
1303         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
1304         result with correct sign in case of exponents that produce
1305         overflow except for X very close to 1.
1306
1307 2014-06-28  Paul Eggert  <eggert@cs.ucla.edu>
1308
1309         mktime: merge #if/#ifdef usage from glibc
1310         * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
1311         as that works with both Glibc's and Gnulib's style.
1312         See thread starting at Siddhesh Poyarekar's bug report at:
1313         http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
1314
1315 2014-06-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
1316
1317         * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
1318         * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
1319         * sysdeps/tile/tilegx/memmove.c: Remove file.
1320
1321 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1322
1323         * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
1324         abi-name definition.
1325         * scripts/soversions.awk: Do not handle or generate ABI lines.
1326         * shlib-versions: Remove ABI entries.
1327         * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
1328         * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
1329
1330 2014-06-27  Roland McGrath  <roland@hack.frob.com>
1331
1332         * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
1333         * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
1334         * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
1335         * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
1336         * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
1337         * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
1338         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
1339         Moved ...
1340         * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
1341         ... here.
1342         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
1343         * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
1344         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
1345         * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
1346         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
1347         * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
1348         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
1349         * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
1350         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
1351         * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
1352         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
1353         * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
1354         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
1355         Moved ...
1356         * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
1357         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
1358         * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
1359         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
1360         * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
1361         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
1362         Moved ...
1363         * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
1364         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
1365         Moved ...
1366         * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
1367         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
1368         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
1369         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
1370         Moved ...
1371         * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
1372         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
1373         * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
1374         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
1375         * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
1376         * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
1377         * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
1378         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
1379         Moved ...
1380         * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
1381         * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
1382         * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
1383         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
1384         Moved ...
1385         * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
1386         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
1387         Moved ...
1388         * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
1389         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
1390         * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
1391         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
1392         Moved ...
1393         * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
1394         ... here.
1395         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
1396         Identical file removed.
1397         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
1398         Moved ...
1399         * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
1400         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
1401         Identical file removed.
1402         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
1403         * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
1404         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
1405         Moved ...
1406         * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
1407         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
1408         Identical file removed.
1409         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
1410         * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
1411         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
1412         Identical file removed.
1413         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
1414         * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
1415         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
1416         Identical file removed.
1417         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
1418         * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
1419         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
1420         Identical file removed.
1421         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
1422         Moved ...
1423         * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
1424         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
1425         Identical file removed.
1426         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
1427         Moved ...
1428         * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
1429         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
1430         * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
1431         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
1432         Identical file removed.
1433         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
1434         Moved ...
1435         * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
1436         ... here.
1437         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
1438         Identical file removed.
1439         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
1440         Moved ...
1441         * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
1442         * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
1443         Identical file removed.
1444         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
1445         Moved ...
1446         * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
1447         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
1448         * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
1449         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
1450         * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
1451         * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
1452         Moved ...
1453         * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
1454         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
1455         * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
1456
1457         * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
1458         SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
1459         * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
1460         * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
1461         * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
1462
1463 2014-06-27  Arjun Shankar  <arjun.is@lostca.se>
1464
1465         [BZ #17092]
1466         * nscd/nscd.c (monitor_child): Return exit status of child
1467         instead of return value from wait syscall.
1468
1469 2014-06-27  Joseph Myers  <joseph@codesourcery.com>
1470
1471         * configure.ac (libc_commonpagesize): Remove variable.
1472         (libc_relro_required): Likewise.
1473         (libc_cv_z_relro): Remove configure test.
1474         * configure: Regenerated.
1475         * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
1476         variable.
1477         (libc_relro_required): Likewise.
1478         * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
1479         (libc_relro_required): Likewise.
1480         * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
1481         (libc_relro_required): Likewise.
1482         * sysdeps/arm/preconfigure: Regenerated.
1483         * sysdeps/ia64/preconfigure: Remove file.
1484         * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
1485         variable.
1486         (libc_relro_required): Likewise.
1487
1488         [BZ #16561]
1489         [BZ #16562]
1490         * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
1491         (__ieee754_yn): Set FE_TONEAREST mode internally and then
1492         recompute overflowing results in original rounding mode.
1493         * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
1494         (__ieee754_ynf): Set FE_TONEAREST mode internally and then
1495         recompute overflowing results in original rounding mode.
1496         * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
1497         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1498         recompute overflowing results in original rounding mode.
1499         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
1500         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1501         recompute overflowing results in original rounding mode.
1502         * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
1503         (__ieee754_ynl): Set FE_TONEAREST mode internally and then
1504         recompute overflowing results in original rounding mode.
1505         * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
1506         (libc_feholdsetround_ctx): New macro.
1507         * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
1508         * sysdeps/i386/fpu/libm-test-ulps: Update.
1509         * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
1510
1511 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1512
1513         * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
1514         [__PIC__] (PSEUDO): Use name of _nocancel entry point in
1515         corresponding .cpsetup call.
1516
1517 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1518
1519         * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
1520         * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
1521         * sysdeps/arm/Makefile [$(subdir) = csu]
1522         (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
1523         (static-only-routines): Add aeabi_read_tp here.
1524         (shared-only-routines): Add libc-aeabi_read_tp here.
1525         (CFLAGS-libc-start.c): Add -fexceptions here.
1526         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
1527         (sysdep_routines, static-only-routines, shared-only-routines):
1528         Don't add to these here.
1529         (CFLAGS-libc-start.c): Likewise.
1530
1531         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
1532         * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
1533         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
1534         * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
1535         * sysdeps/arm/Makefile [$(subdir) = rt]
1536         (librt-sysdep_routines, librt-shared-only-routines):
1537         Append rt-aeabi_unwind_cpp_pr1 here.
1538         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
1539         (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
1540         * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
1541         (libpthread-sysdep_routines, libpthread-shared-only-routines):
1542         Append nptl-aeabi_unwind_cpp_pr1 here.
1543         (tests): Filter out tst-cleanupx4 here.
1544         * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
1545         (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
1546         Don't do those here.
1547
1548 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1549
1550         * scripts/list-sources.sh: Do not handle ports specially.
1551
1552 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1553
1554         * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
1555         * sysdeps/arm/feupdateenv.c: Likewise.
1556
1557         * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
1558
1559 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1560
1561         * manual/texinfo.tex: Update to version 2014-05-05.10 with
1562         trailing whitespace removed.
1563         * scripts/config.guess: Update to version 2014-03-23.
1564         * scripts/config.sub: Update to version 2014-05-01
1565         * scripts/install-sh: Update to version 2013-12-25.23.
1566         * scripts/move-if-change: Update from gnulib.
1567
1568 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1569
1570         * debug/memmove_chk.c: Remove pagecopy.h include.
1571
1572 2014-06-26  Paul Eggert  <eggert@cs.ucla.edu>
1573
1574         * time/mktime.c (leapyear): Remove inline keyword.  The code is now
1575         identical to gnulib mktime.
1576
1577 2014-06-26  Joseph Myers  <joseph@codesourcery.com>
1578
1579         * configure.ac: Do not test for machine being rs6000.  Do not test
1580         for powerpc*-*soft.
1581         * configure: Regenerated.
1582
1583         * configure.ac (libc_cv_asm_cfi_directives): Remove configure
1584         test.
1585         * configure: Regenerated.
1586         * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
1587         * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
1588         Remove configure test.
1589         * sysdeps/arm/configure: Regenerated.
1590         * sysdeps/nptl/configure.ac: Do not check
1591         libc_cv_asm_cfi_directives.
1592         * sysdeps/nptl/configure: Regenerated.
1593         * sysdeps/x86_64/nptl/configure.ac: Remove file.
1594         * sysdeps/x86_64/nptl/configure: Remove generated file.
1595         * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
1596         unconditional.
1597         [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
1598
1599 2014-06-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
1600
1601         * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
1602         * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
1603         (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
1604         it is defined.
1605
1606         * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
1607         instead of whether it is defined.
1608         * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
1609         * sysdeps/hppa/dl-machine.h: Likewise.
1610         * sysdeps/ia64/dl-machine.h: Likewise.
1611         * sysdeps/m68k/dl-machine.h: Likewise.
1612         * sysdeps/microblaze/dl-machine.h: Likewise.
1613         * sysdeps/mips/dl-machine.: Likewise.
1614         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
1615         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
1616         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
1617         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
1618         * sysdeps/sh/dl-machine.h: Likewise.
1619         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1620         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
1621         * sysdeps/tile/dl-machine.h: Likewise.
1622         * sysdeps/x86_64/dl-machine.h: Likewise.
1623
1624         * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
1625         code.
1626         (verify_persistent_db): Likewise.
1627
1628 2014-06-26  Roland McGrath  <roland@hack.frob.com>
1629
1630         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
1631         * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
1632         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
1633         * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
1634         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
1635         Moved ...
1636         * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
1637         ... here.
1638         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
1639         * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
1640         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
1641         Identical file removed.
1642         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
1643         * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
1644         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
1645         * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
1646         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
1647         * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
1648         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
1649         * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
1650         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
1651         * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
1652         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
1653         Moved ...
1654         * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
1655         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
1656         * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
1657         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
1658         * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
1659         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
1660         Moved ...
1661         * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
1662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
1663         * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
1664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
1665         * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
1666         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
1667         Identical file removed.
1668         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
1669         * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
1670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
1671         * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
1672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
1673         Moved ...
1674         * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
1675         ... here.
1676         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
1677         * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
1678         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
1679         * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
1680         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
1681         * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
1682         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
1683         * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
1684         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
1685         * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
1686         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
1687         Moved ...
1688         * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
1689         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
1690         Moved ...
1691         * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
1692         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
1693         * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
1694         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
1695         Moved ...
1696         * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
1697         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
1698         * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
1699
1700         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
1701         folded into ...
1702         * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
1703         * sysdeps/unix/sysv/linux/s390/Versions
1704         (libpthread: GLIBC_2.19): New version set.
1705         * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
1706         * sysdeps/unix/sysv/linux/s390/s390-64/Versions
1707         (librt: GLIBC_2.3.3): New version set.
1708         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
1709         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
1710         * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
1711         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
1712         * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
1713         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
1714         * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
1715         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
1716         * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
1717         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
1718         * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
1719         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
1720         * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
1721         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
1722         * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
1723         * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
1724         * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
1725         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
1726         * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
1727         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
1728         * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
1729         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
1730         * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
1731         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
1732         * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
1733         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
1734         * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
1735         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
1736         * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
1737         * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
1738         * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
1739         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
1740         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
1741         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
1742         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
1743         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
1744         * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
1745         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
1746         * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
1747         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
1748         * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
1749         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
1750         * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
1751         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
1752         * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
1753
1754         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
1755         * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
1756         (__libc_vfork): Define the function under this name.
1757         [!NOT_IN_libc] (__vfork): Make this an alias.
1758         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1759         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
1760         * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
1761         (__libc_vfork): Define the function under this name.
1762         [!NOT_IN_libc] (__vfork): Make this an alias.
1763         [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
1764         * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
1765         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
1766         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
1767         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
1768         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
1769
1770         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
1771         code that was previously under [RESET_PID].
1772         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
1773         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
1774         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
1775
1776         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
1777         * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
1778         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
1779         * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
1780         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
1781         * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
1782         * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
1783         * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
1784         * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
1785         * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
1786         * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
1787         Moved ...
1788         * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
1789         * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
1790         * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
1791         * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
1792         * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
1793         * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
1794         * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
1795         * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
1796         * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
1797         * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
1798         * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
1799         * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
1800         * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
1801         * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
1802         * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
1803         * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
1804         * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
1805         * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
1806         * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
1807         * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
1808         * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
1809         * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
1810         * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
1811         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
1812         * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
1813         * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
1814         * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
1815         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
1816         * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
1817
1818 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1819
1820         * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
1821         that was previously under [RESET_PID].
1822         * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
1823
1824 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
1825
1826         * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
1827         not undefine and redefine.
1828         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
1829         [O_CLOEXEC]: Make code unconditional.
1830         (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
1831         * sysdeps/unix/sysv/linux/shm_open.c: Do not include
1832         <kernel-features.h>.
1833         [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
1834         conditional variable definition.
1835         (shm_open) [O_CLOEXEC]: Make code unconditional.
1836         (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
1837         code.
1838
1839         * configure.ac (USE_REGPARMS): Don't define here.
1840         * configure: Regenerated.
1841         * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
1842         * sysdeps/i386/configure: Regenerated.
1843
1844         * nptl/createthread.c: Don't include kernel-features.h.
1845         * nptl/pthread_cancel.c: Likewise.
1846         * nptl/pthread_condattr_setclock.c: Likewise.
1847         * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
1848         * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
1849         * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
1850         * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
1851         * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
1852         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
1853         * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
1854         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
1855         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
1856         * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
1857         * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
1858         * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
1859         * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
1860         * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
1861         * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
1862         * nscd/gai.c: Likewise.
1863         * nss/nss_db/db-open.c: Likewise.
1864         * sysdeps/generic/ldsodefs.h: Likewise.
1865         * sysdeps/sh/nptl/tls.h: Likewise.
1866         * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
1867         * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
1868         * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
1869         * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
1870         * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
1871         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
1872         * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
1873         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
1874         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
1875         * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
1876         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
1877         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
1878         * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
1879         * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
1880         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
1881         * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
1882         * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
1883         * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
1884         * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
1885         * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
1886         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
1887         * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
1888         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
1889         * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
1890         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
1891         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
1892         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
1893         * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
1894         * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
1895         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
1896         * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
1897         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
1898         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
1899         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
1900         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
1901         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
1902         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
1903         * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
1904         * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
1905         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1906         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
1907         * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
1908         * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
1909         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
1910         * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
1911         * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
1912         * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
1913         * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
1914         * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
1915         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1916         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1917         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1918         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1919         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1920         * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
1921         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
1922         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
1923         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
1924         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1925         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
1926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
1927         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1928         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
1929         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
1930         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
1931         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
1932         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1933         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1934         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1935         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
1936         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
1937         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1938         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
1940         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
1942         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
1943         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
1946         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1947         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
1948         * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
1949         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1950         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
1951         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
1952         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
1953         * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
1954         * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
1955         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
1956         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
1957         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
1958         * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
1959         * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
1960         * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
1961         * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
1962         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
1963         * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
1964         * sysdeps/unix/sysv/linux/syslog.c: Likewise.
1965         * sysdeps/unix/sysv/linux/system.c: Likewise.
1966         * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
1967         * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
1968         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
1969         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
1970         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
1971         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
1972         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
1973
1974         * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
1975         * configure: Regenerated.
1976         * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
1977
1978         * configure.ac (base_machine): Do not set specially for particular
1979         machines here.
1980         * configure: Regenerated.
1981         * sysdeps/powerpc/preconfigure: Move machine and base_machine
1982         settings from configure.ac.
1983         * sysdeps/i386/preconfigure: New file.
1984         * sysdeps/s390/preconfigure: Likewise.
1985         * sysdeps/sh/preconfigure: Likewise.
1986         * sysdeps/sparc/preconfigure: Likewise.
1987
1988 2014-06-25  Roland McGrath  <roland@hack.frob.com>
1989
1990         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
1991         * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
1992         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
1993         * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
1994         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
1995         * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
1996         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
1997         * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
1998         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
1999         * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
2000         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
2001         * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
2002         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
2003         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
2004         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
2005         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
2006         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
2007         * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
2008         * sysdeps/sparc/sparc64/Makefile: ... appended here.
2009
2010         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
2011         * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
2012         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
2013         * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
2014         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
2015         * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
2016         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
2017         * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
2018         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
2019         * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
2020         * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
2021         * sysdeps/sparc/sparc32/sem_post.c: ... here.
2022         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
2023         * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
2024         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
2025         * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
2026         * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
2027         * sysdeps/sparc/sparc32/sem_wait.c: ... here.
2028         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
2029         * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
2030         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
2031         * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
2032         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
2033         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
2034         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
2035         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
2036         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
2037         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
2038         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
2039         * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
2040         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
2041         * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
2042         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
2043         * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
2044         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
2045         * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
2046         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
2047         * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
2048
2049         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
2050         * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
2051         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
2052         * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
2053         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
2054         Moved ...
2055         * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
2056         ... here.
2057         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
2058         * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
2059         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
2060         * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
2061         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
2062         Moved ...
2063         * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
2064         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
2065         * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
2066         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
2067         * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
2068         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
2069         * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
2070         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
2071         Moved ...
2072         * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
2073         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
2074         Moved ...
2075         * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
2076         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
2077         * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
2078         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
2079         Moved ...
2080         * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
2081         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
2082         * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
2083         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
2084         * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
2085         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
2086         * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
2087         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
2088         * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
2089         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
2090         Moved ...
2091         * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
2092         ... here.
2093         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
2094         * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
2095         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
2096         * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
2097         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
2098         Moved ...
2099         * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
2100         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
2101         * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
2102         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
2103         * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
2104         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
2105         * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
2106         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
2107         Moved ...
2108         * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
2109         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
2110         Moved ...
2111         * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
2112         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
2113         * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
2114         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
2115         Moved ...
2116         * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
2117         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
2118         * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
2119         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
2120         * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
2121
2122 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2123
2124         * timezone/checktab.awk: Update from tzcode 2014e.
2125         * timezone/private.h: Likewise.
2126         * timezone/tzfile.h: Likewise.
2127         * timezone/zdump.c: Likewise.
2128         * timezone/zic.c: Likewise.
2129
2130         * sysdeps/unix/sysv/linux/kernel-features.h
2131         (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
2132         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
2133         [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
2134         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
2135         Remove conditional code.
2136
2137 2014-06-25  Will Newton  <will.newton@linaro.org>
2138
2139         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
2140         (_dl_arm_cap_flags): Add HWCAP2 values.
2141         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
2142         (_DL_HWCAP_COUNT): Increase to 37.
2143         (_DL_HWCAP_LAST): New define.
2144         (_DL_HWCAP2_LAST): New define.
2145         (_dl_procinfo): Add support for printing
2146         AT_HWCAP2 entries.
2147         (_dl_string_hwcap): Use _dl_hwcap_string.
2148
2149 2014-06-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2150
2151         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
2152
2153 2014-06-25  Joseph Myers  <joseph@codesourcery.com>
2154
2155         * README: Do not mention ports directory.
2156
2157         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
2158         Remove macro.
2159         * sysdeps/unix/sysv/linux/futimes.c: Do not include
2160         <kernel-features.h>.
2161         [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
2162         conditional variable definition.
2163         (__futimes): Update comment.
2164         (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
2165         (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
2166
2167         [BZ #16560]
2168         * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
2169         arguments close to 0.
2170         * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
2171         Likewise.
2172         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
2173         Likewise.
2174         * math/auto-libm-test-in: Add more tests of exp10.
2175         * math/auto-libm-test-out: Regenerated.
2176         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
2177
2178         * sysdeps/unix/sysv/linux/kernel-features.h
2179         (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
2180         * sysdeps/unix/sysv/linux/readv.c: Do not include
2181         <kernel-features.h>.
2182         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2183         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2184         (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2185         unconditional.
2186         (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2187         conditional code.
2188         * sysdeps/unix/sysv/linux/writev.c: Do not include
2189         <kernel-features.h>.
2190         [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
2191         [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
2192         (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
2193         unconditional.
2194         (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
2195         conditional code.
2196
2197 2014-06-25  Will Newton  <will.newton@linaro.org>
2198
2199         * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
2200         comment changes throughout the file.  Remove checks
2201         for HAVE_*_H definitions that are not required.
2202         (__gen_tempname): Call abort if an unknown kind value is
2203         passed.
2204
2205 2014-06-25  Andreas Schwab  <schwab@suse.de>
2206
2207         [BZ #17086]
2208         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
2209         scalbln, scalblnf, scalblnl in libc.
2210
2211 2014-06-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
2212
2213         [BZ #17086]
2214         * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
2215         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
2216         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
2217
2218 2014-06-24  Roland McGrath  <roland@hack.frob.com>
2219
2220         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
2221         * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
2222         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
2223         * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
2224         Update #include.
2225         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
2226         * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
2227         Update #include.
2228         * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
2229         * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
2230         * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
2231         * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
2232         * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
2233         * sysdeps/x86/bits/pthreadtypes.h: ... here.
2234         * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
2235         * sysdeps/x86/bits/semaphore.h: ... here.
2236         * sysdeps/x86/nptl/elide.h: Moved ...
2237         * sysdeps/x86/elide.h: ... here.
2238         * sysdeps/x86_64/nptl/Implies: File removed.
2239         * sysdeps/i386/nptl/Implies: File removed.
2240
2241 2014-06-24  Joseph Myers  <joseph@codesourcery.com>
2242
2243         [BZ #16539]
2244         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
2245         return the argument for normal arguments with exponent below -64.
2246         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
2247         Likewise.
2248         * math/auto-libm-test-in: Add another test of expm1.
2249         * math/auto-libm-test-out: Regenerated.
2250
2251         [BZ #16287]
2252         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
2253         calling __erfcl for arguments at least 16.
2254         * math/auto-libm-test-in: Add more tests of erf.
2255         * math/auto-libm-test-out: Regenerated.
2256
2257         * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
2258         individual architectures.
2259         * sysdeps/unix/sysv/linux/configure: Regenerated.
2260         * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
2261         * sysdeps/unix/sysv/linux/i386/configure: New generated file.
2262         * sysdeps/unix/sysv/linux/powerpc/configure.ac
2263         (ldd_rewrite_script): Define variable.
2264         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
2265         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
2266         file.
2267         * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
2268         generated file.
2269         * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
2270         * sysdeps/unix/sysv/linux/s390/configure: New generated file.
2271         * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
2272         * sysdeps/unix/sysv/linux/sh/configure: New generated file.
2273         * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
2274         * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
2275         * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
2276         * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
2277
2278 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2279
2280         [BZ #17084]
2281         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
2282         Rename member __data.d to __data.__elision_data.
2283
2284 2014-06-24  Wilco  <wdijkstr@arm.com>
2285
2286         * NEWS: Add 16918 to fixed bug list.
2287
2288 2014-06-24  Wilco  <wdijkstr@arm.com>
2289
2290         * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
2291
2292 2014-06-24  Wilco  <wdijkstr@arm.com>
2293
2294         * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
2295         * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
2296         (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
2297         (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
2298         (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
2299         * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
2300         * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
2301         Use _FPU_MASK_RM.
2302
2303 2014-06-24  Wilco  <wdijkstr@arm.com>
2304
2305         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
2306
2307 2014-06-24  Wilco  <wdijkstr@arm.com>
2308
2309         * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
2310         * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
2311         * sysdeps/arm/fesetround.c (fesetround): Remove space.
2312         * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
2313
2314 2014-06-24  Wilco  <wdijkstr@arm.com>
2315
2316         [BZ #16918]
2317         * sysdeps/arm/feupdateenv.c (feupdateenv):
2318         Rewrite to reduce FPSCR accesses and fix return value.
2319
2320 2014-06-24  Wilco  <wdijkstr@arm.com>
2321
2322         * sysdeps/arm/fclrexcpt.c (feclearexcept):
2323         Optimize to avoid unnecessary FPSCR writes.
2324         * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
2325         * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
2326         * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
2327         * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
2328
2329 2014-06-24  Wilco  <wdijkstr@arm.com>
2330
2331         * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
2332         * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
2333         * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
2334         * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
2335         Call libc_fetestexcept_vfp.
2336         * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
2337         * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
2338         __SOFTFP__ ifdef so that they can be built for softfp.
2339
2340 2014-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
2341
2342         * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
2343         argument type signed char.
2344
2345         * Makerules (check-abi): Dump diff of symlist if the test
2346         fails.
2347
2348 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2349
2350         * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
2351         using abort.
2352
2353         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
2354         Remove unused variable ST.
2355
2356 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2357
2358         [BZ #16354]
2359         [BZ #17061]
2360         * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
2361         small arguments before calling __expm1.
2362         * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
2363         small arguments before calling __expm1f.
2364         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
2365         small arguments before calling __expm1l.
2366         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
2367         Likewise.
2368         * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
2369         * math/auto-libm-test-in: Add more cosh tests.  Do not allow
2370         spurious underflow for some cosh tests.
2371         * math/auto-libm-test-out: Regenerated.
2372         * sysdeps/i386/fpu/libm-test-ulps: Update.
2373
2374         [BZ #17050]
2375         * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
2376         (__ieee754_y1): Set errno if return value overflows.
2377         * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
2378         (__ieee754_y1f): Set errno if return value overflows.
2379         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
2380         (__ieee754_y1l): Set errno if return value overflows.
2381         * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
2382         (__ieee754_y1l): Set errno if return value overflows.
2383         * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
2384         * math/auto-libm-test-out: Regenerated.
2385
2386         * math/gen-auto-libm-tests.c: Document use of
2387         ignore-zero-inf-sign.
2388         (input_flag_type): Add value flag_ignore_zero_inf_sign.
2389         (input_flags): Add ignore-zero-inf-sign.
2390         (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
2391         * math/gen-libm-test.pl (generate_testfile): Handle
2392         ignore-zero-inf-sign.
2393         * math/auto-libm-test-in: Mark some cpow tests with
2394         ignore-zero-inf-sign and some with xfail-rounding.
2395         * math/auto-libm-test-out: Regenerated.
2396         * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
2397         * sysdeps/i386/fpu/libm-test-ulps: Update.
2398         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2399
2400         [BZ #16315]
2401         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
2402         overflowing or underflowing operations take place with sign of
2403         result.
2404         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
2405         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
2406         * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
2407         (__ieee754_pow): Recompute overflowing and underflowing results in
2408         original rounding mode.
2409         * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
2410         (__powl_helper): Allow negative argument X and scale negated value
2411         as needed.  Avoid passing value outside [-1, 1] to f2xm1.
2412         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
2413         overflowing or underflowing operations take place with sign of
2414         result.
2415         * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
2416         Include <math.h>.
2417         * math/auto-libm-test-in: Add more tests of pow.
2418         * math/auto-libm-test-out: Regenerated.
2419         * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
2420         (pow_tonearest_test_data): Remove.
2421         (pow_test_tonearest): Likewise.
2422         (pow_towardzero_test_data): Likewise.
2423         (pow_test_towardzero): Likewise.
2424         (pow_downward_test_data): Likewise.
2425         (pow_test_downward): Likewise.
2426         (pow_upward_test_data): Likewise.
2427         (pow_test_upward): Likewise.
2428         (main): Don't call removed functions.
2429         * sysdeps/i386/fpu/libm-test-ulps: Update.
2430         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
2431
2432 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2433
2434         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
2435         Moved ...
2436         * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
2437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
2438         Moved ...
2439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
2440         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
2441         Moved ...
2442         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
2443         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
2444         Moved ...
2445         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
2446         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
2447         File removed.
2448         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
2449         File removed.
2450         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
2451         File removed.
2452         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
2453         File removed.
2454         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
2455         File removed.
2456         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
2457         File removed.
2458         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
2459         File removed.
2460         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
2461         File removed.
2462         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
2463         File removed.
2464         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
2465         File removed.
2466         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
2467         File removed.
2468         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
2469         File removed.
2470         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
2471         Moved ...
2472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
2473         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
2474         Moved ...
2475         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
2476         ... here.
2477         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
2478         Moved ...
2479         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
2480         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
2481         Moved ...
2482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
2483         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
2484         Moved ...
2485         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
2486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
2487         Moved ...
2488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
2489         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
2490         Moved ...
2491         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
2492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
2493         Moved ...
2494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
2495         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
2496         Moved ...
2497         * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
2498         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
2499         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
2500         ... here.
2501         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
2502         Moved ...
2503         * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
2504         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
2505         Moved ...
2506         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
2507         ... here.
2508         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
2509         Moved ...
2510         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
2511         ... here.
2512         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
2513         Moved ...
2514         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
2515         ... here.
2516         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
2517         Moved ...
2518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
2519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
2520         Moved ...
2521         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
2522         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
2523         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
2524         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
2525         Moved ...
2526         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
2527         ... here.
2528         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
2529         Moved ...
2530         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
2531         ... here.
2532         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
2533         Moved ...
2534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
2535         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
2536         Moved ...
2537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
2538         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
2539         Moved ...
2540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
2541         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
2542         Moved ...
2543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
2544         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
2545         Moved ...
2546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
2547         ... here.
2548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
2549         Moved ...
2550         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
2551         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
2552         Moved ...
2553         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
2554         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
2555         Moved ...
2556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
2557         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
2558         Moved ...
2559         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
2560         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
2561         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
2562         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
2563         Moved ...
2564         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
2565         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
2566         Moved ...
2567         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
2568         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
2569         Moved ...
2570         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
2571         ... here.
2572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
2573         Moved ...
2574         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
2575         ... here.
2576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
2577         Moved ...
2578         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
2579         ... here.
2580         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
2581         Moved ...
2582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
2583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
2584         Moved ...
2585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
2586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
2587         Moved ...
2588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
2589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
2590         Moved ...
2591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
2592         ... here.
2593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
2594         Moved ...
2595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
2596         ... here.
2597         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
2598         Moved ...
2599         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
2600         ... here.
2601         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
2602         Moved ...
2603         * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
2604         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
2605         Moved ...
2606         * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
2607
2608 2014-06-23  Will Newton  <will.newton@linaro.org>
2609             Wilco  <wdijkstr@arm.com>
2610
2611         * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
2612         implementation.  Include get-rounding-mode.h.
2613         [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
2614         [!libc_feholdsetround_noex_ctx]: Define
2615         libc_feholdsetround_noex_ctx.
2616         [!libc_feholdsetround_noexf_ctx]: Define
2617         libc_feholdsetround_noexf_ctx.
2618         [!libc_feholdsetround_noexl_ctx]: Define
2619         libc_feholdsetround_noexl_ctx.
2620         (libc_feholdsetround_ctx): New function.
2621         (libc_feresetround_ctx): New function.
2622         (libc_feholdsetround_noex_ctx): New function.
2623         (libc_feresetround_noex_ctx): New function.
2624
2625 2014-06-23  Roland McGrath  <roland@hack.frob.com>
2626
2627         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
2628         * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
2629         * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
2630         * sysdeps/mips/nptl/bits/semaphore.h: ... here.
2631         * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
2632         * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
2633
2634         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
2635         * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
2636         * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
2637         * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
2638         * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
2639         * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
2640         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
2641         * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
2642         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
2643         * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
2644         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
2645         Moved ...
2646         * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
2647         ... here.
2648         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
2649         * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
2650         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
2651         * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
2652         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
2653         Moved ...
2654         * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
2655         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
2656         * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
2657         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
2658         * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
2659         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
2660         * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
2661         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
2662         Moved ...
2663         * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
2664         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
2665         Moved ...
2666         * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
2667         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
2668         * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
2669         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
2670         Moved ...
2671         * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
2672         * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
2673         * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
2674         * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
2675         * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
2676         * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
2677         * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
2678         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
2679         * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
2680         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
2681         Moved ...
2682         * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
2683         ... here.
2684         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
2685         * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
2686         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
2687         * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
2688         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
2689         * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
2690         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
2691         * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
2692         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
2693         * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
2694         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
2695         * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
2696         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
2697         Moved ...
2698         * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
2699         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
2700         * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
2701         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
2702         * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
2703         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
2704         Moved ...
2705         * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
2706         * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
2707         * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
2708         * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
2709         * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
2710
2711         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
2712         * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
2713         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
2714         * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
2715         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
2716         * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
2717         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
2718         * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
2719         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
2720         * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
2721         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
2722         * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
2723         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
2724         * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
2725         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
2726         * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
2727         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
2728         * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
2729         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
2730         * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
2731         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
2732         * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
2733         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
2734         * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
2735         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
2736         * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
2737         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
2738         * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
2739
2740 2014-06-23  Joseph Myers  <joseph@codesourcery.com>
2741
2742         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
2743         (FALLOC_FL_COLLAPSE_RANGE): New macro.
2744         [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
2745         * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
2746         (IPV6_PMTUDISC_INTERFACE): Likewise.
2747         (IPV6_PMTUDISC_OMIT): Likewise.
2748
2749 2014-06-23  Andreas Schwab  <schwab@suse.de>
2750
2751         * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
2752         Remove unused errout label.
2753
2754 2014-06-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2755
2756         * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
2757         macro: hardware supports Vector Crypto instructions.
2758
2759 2014-06-23  Will Newton  <will.newton@linaro.org>
2760
2761         * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
2762         rather than __builtin_expect.
2763
2764         * elf/dl-lookup.c (undefined_msg): Remove variable.
2765         (_dl_lookup_symbol_x): Replace undefined_msg with string
2766         literal.
2767
2768         * elf/dl-lookup.c (do_lookup_unique): New function.
2769         (do_lookup_x): Move STB_GNU_UNIQUE handling code
2770         to a separate function.
2771
2772 2014-06-23  Andreas Schwab  <schwab@suse.de>
2773
2774         [BZ #17079]
2775         * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
2776         before reading the next line.
2777
2778 2014-06-23  Will Newton  <will.newton@linaro.org>
2779
2780         * test-skeleton.c (signal_handler): Use printf and %m
2781         rather than perror.  Use printf rather than fprintf to
2782         stderr.  Use puts rather than fputs to stderr.
2783         (main): Likewise.
2784
2785 2014-06-22  Ludovic Courtès  <ludo@gnu.org>
2786
2787         * nscd/nscd.c (thread_info_t): Remove typedef.
2788         (thread_info): Remove variable.
2789
2790 2014-06-21  Allan McRae  <allan@archlinux.org>
2791
2792         * NEWS: Mention CVE-2014-4043.
2793
2794 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2795
2796         * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
2797         * nptl/smp.h: ... here.
2798
2799         * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
2800
2801         * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
2802         * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
2803         * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
2804         * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
2805
2806         * nptl/allocatestack.c: Include <stack-aliasing.h>.
2807         * nptl/stack-aliasing.h: New file.
2808         * sysdeps/i386/i686/stack-aliasing.h: New file.
2809         * sysdeps/i386/i686/nptl/Makefile: File removed.
2810         * sysdeps/x86_64/stack-aliasing.h: New file.
2811         * sysdeps/x86_64/nptl/Makefile
2812         (CFLAGS-pthread_create.c): Variable removed.
2813
2814         * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
2815         * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
2816         old file.
2817         * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
2818         * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
2819         old file.
2820
2821 2014-06-21  Joseph Myers  <joseph@codesourcery.com>
2822
2823         * sysdeps/unix/sysv/linux/arm/kernel-features.h
2824         (__ASSUME_SIGFRAME_V2): Remove macro.
2825         * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
2826         [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
2827         (__default_sa_restorer_v2): Rename to __default_sa_restorer.
2828         (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
2829         * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
2830         Declare as function.  Remove conditional macro definitions.
2831         (__default_rt_sa_restorer): Likewise.
2832         (__default_sa_restorer_v1): Remove declaration.
2833         (__default_sa_restorer_v2): Likewise.
2834         (__default_rt_sa_restorer_v1): Likewise.
2835         (__default_rt_sa_restorer_v2): Likewise.
2836         * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
2837         __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
2838         __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
2839
2840 2014-06-20  Roland McGrath  <roland@hack.frob.com>
2841
2842         * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
2843         (libpthread-routines): Add sysdep.
2844         * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
2845         * sysdeps/unix/sysv/linux/sparc/Versions
2846         (libpthread: GLIBC_2.3.3): New version set.
2847         * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
2848         * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
2849         * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
2850         * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
2851         * sysdeps/sparc/nptl/internaltypes.h: ... here.  Use #include_next.
2852         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
2853         Moved ...
2854         * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
2855         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
2856         * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
2857         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
2858         * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
2859         * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
2860         * sysdeps/sparc/nptl/sem_init.c: ... here.
2861         * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
2862         * sysdeps/sparc/nptl/sem_post.c: ... here.
2863         * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
2864         * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
2865         * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
2866         * sysdeps/sparc/nptl/sem_wait.c: ... here.
2867         * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
2868         * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
2869         * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
2870         (libpthread-routines): Add cpu_relax.
2871         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
2872         File removed.
2873         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
2874         (librt: GLIBC_2.3.3): New version set.
2875         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
2876         * sysdeps/sparc/sparc64/nptl/Makefile: New file.
2877         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
2878         (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
2879         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
2880         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
2881         * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
2882         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
2883         Moved ...
2884         * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
2885         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
2886         * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
2887         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
2888         * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
2889         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
2890         * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
2891         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
2892         * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
2893         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
2894         Moved ...
2895         * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
2896         Update #include.
2897         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
2898         Moved ...
2899         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
2900         Update #include.
2901         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
2902         Moved ...
2903         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
2904         Update #include.
2905         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
2906         Moved ...
2907         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
2908         Update #include.
2909         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
2910         Moved ...
2911         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
2912         Update #include.
2913         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
2914         Moved ...
2915         * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
2916         Update #include.
2917         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
2918         * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
2919         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
2920         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
2921         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
2922         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
2923         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
2924         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
2925         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
2926         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
2927         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
2928         Moved ...
2929         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
2930         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
2931         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
2932         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
2933         * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
2934
2935 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2936
2937         * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
2938         * nptl/pthread_rwlock_timedrdlock.c: Likewise.
2939         * nptl/pthread_rwlock_timedwrlock.c: Likewise.
2940         * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
2941         * nscd/nscd.c: Likewise.
2942         * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
2943         * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
2944         * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
2945         * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
2946
2947         * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
2948         <kernel-features.h>.
2949         (init_mq_netlink): Remove conditional have_sock_cloexec
2950         definitions.  Remove code conditional on have_sock_cloexec < 0.
2951         (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
2952         (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
2953         * sysdeps/unix/sysv/linux/opensock.c: Do not include
2954         <kernel-features.h>.
2955         (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
2956         (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
2957
2958 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
2959
2960         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
2961         Add tests for memset_chk and memset.
2962
2963         * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
2964         with AVX2_Usable.
2965
2966 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2967
2968         [BZ #16046]
2969         * elf/tst-dl-iter-static.c: New file.
2970         * elf/Makefile (tests-static): Add tst-dl-iter-static.
2971
2972         * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
2973         error.
2974
2975 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
2976
2977         * sysdeps/unix/sysv/linux/kernel-features.h
2978         (__ASSUME_F_GETOWN_EX): Remove macro.
2979         * sysdeps/unix/sysv/linux/fcntl.c: Do not include
2980         <kernel-features.h>.
2981         (miss_F_GETOWN_EX): Remove variable or macro.
2982         (do_fcntl): Do not check miss_F_GETOWN_EX.
2983         (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
2984
2985         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
2986         Remove macro.
2987         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
2988         [!__ASSUME_AT_RANDOM]: Remove conditional code.
2989         (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
2990
2991         * sysdeps/unix/sysv/linux/kernel-features.h
2992         (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
2993         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
2994         [ADJ_OFFSET_SS_READ]: Make code unconditional.
2995         (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
2996
2997 2014-06-20  Maciej W. Rozycki  <macro@codesourcery.com>
2998
2999         [BZ #17075]
3000         * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
3001         Fix calculation of the symbol's value.
3002         * sysdeps/arm/tst-armtlsdescloc.c: New file.
3003         * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
3004         * sysdeps/arm/tst-armtlsdescextnow.c: New file.
3005         * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
3006         * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
3007         * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
3008         * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
3009         `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
3010         (modules-names): Add `tst-armtlsdescmod',
3011         `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
3012         (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
3013         (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3014         (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
3015         (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
3016         (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
3017         (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
3018         ($(objpfx)tst-armtlsdescloc): New dependency.
3019         ($(objpfx)tst-armtlsdescextnow): Likewise.
3020         ($(objpfx)tst-armtlsdescextlazy): Likewise.
3021         * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
3022         TLS scheme support.
3023         * sysdeps/arm/configure: Regenerate.
3024
3025 2014-06-20  Joseph Myers  <joseph@codesourcery.com>
3026
3027         * include/fcntl.h (__atfct_seterrno): Remove prototype.
3028         (__atfct_seterrno_2): Likewise.
3029         * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
3030         <kernel-features.h>.
3031         (__ASSUME_ATFCTS): Do not undefine and redefine.
3032         * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
3033         (__have_atfcts): Remove conditional definition.
3034         (__fxstatat([__NR_fstatat64]: Make code unconditional.
3035         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
3036         unreachable if [__ASSUME_ATFCTS].
3037         * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
3038         not undefine and redefine.
3039         * sysdeps/unix/sysv/linux/faccessat.c: Do not include
3040         <kernel-features.h>.
3041         (faccessat) [__NR_faccessat]: Make code unconditional.
3042         (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
3043         * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
3044         <kernel-features.h>.
3045         (fchmodat) [__NR_fchmodat]: Make code unconditional.
3046         (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3047         * sysdeps/unix/sysv/linux/fchownat.c: Do not include
3048         <kernel-features.h>.
3049         (fchownat) [__NR_fchownat]: Make code unconditional.
3050         (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
3051         * sysdeps/unix/sysv/linux/futimesat.c: Do not include
3052         <kernel-features.h>.
3053         (futimesat) [__NR_futimesat]: Make code unconditional.
3054         (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
3055         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
3056         <kernel-features.h>.
3057         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3058         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3059         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
3060         <kernel-features.h>.
3061         (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
3062         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3063         * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
3064         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
3065         <kernel-features.h>.
3066         (__fxstatat) [__NR_fstatat64]: Make code unconditional.
3067         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3068         * sysdeps/unix/sysv/linux/linkat.c: Do not include
3069         <kernel-features.h>.
3070         (linkat) [__NR_linkat]: Make code unconditional.
3071         (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3072         * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
3073         * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
3074         <kernel-features.h>.
3075         (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
3076         (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
3077         * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
3078         <kernel-features.h>.
3079         (mkdirat) [__NR_mkdirat]: Make code unconditional.
3080         (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
3081         * sysdeps/unix/sysv/linux/openat.c: Do not include
3082         <kernel-features.h>.
3083         [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
3084         [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
3085         (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
3086         (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
3087         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
3088         * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
3089         <kernel-features.h>.
3090         (readlinkat) [__NR_readlinkat]: Make code unconditional.
3091         (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.  Return
3092         result of INLINE_SYSCALL directly, not via int variable.
3093         * sysdeps/unix/sysv/linux/renameat.c: Do not include
3094         <kernel-features.h>.
3095         [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
3096         (renameat) [__NR_renameat]: Make code unconditional.
3097         (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
3098         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
3099         * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
3100         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
3101         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
3102         (__ASSUME_ATFCTS): Do not undefine and redefine.
3103         * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
3104         <kernel-features.h>.
3105         (symlinkat) [__NR_symlinkat]: Make code unconditional.
3106         (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3107         * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
3108         <kernel-features.h>.
3109         (unlinkat) [__NR_unlinkat]: Make code unconditional.
3110         (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
3111         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
3112         (__ASSUME_ATFCTS): Do not undefine and redefine.
3113         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
3114         <kernel-features.h>.
3115         (__fxstatat) [__NR_newfstatat]: Make code unconditional.
3116         (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
3117         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
3118         <kernel-features.h>.
3119         (__xmknodat) [__NR_mknodat]: Make code unconditional.
3120         (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
3121
3122 2014-06-20  H.J. Lu  <hongjiu.lu@intel.com>
3123
3124         * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
3125
3126 2014-06-20  Andreas Schwab  <schwab@linux-m68k.org>
3127
3128         [BZ #17069]
3129         * posix/regcomp.c (parse_reg_exp): Deallocate partially
3130         constructed tree before returning error.
3131         * posix/bug-regexp36.c: Expand test case.
3132
3133 2014-06-20  Stefan Liebler  <stli@linux.vnet.ibm.com>
3134
3135         [BZ #6803]
3136         * math/libm-test.inc (scalbln_test_date):
3137         Add errno expectations.
3138         * math/w_scalblnf.c: New File.
3139         Add wrapper which checks for setting errno to ERANGE.
3140         Add weak_alias for corresponding scalbln function.
3141         * math/w_scalbln.c: Likewise.
3142         * math/w_scalblnl.c: Likewise.
3143         * math/Makefile (libm-calls): Add w_scalbln.
3144         * sysdeps/ieee754/flt-32/s_scalblnf.c:
3145         Remove weak_alias for corresponding scalbln function.
3146         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
3147         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
3148         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
3149         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
3150         * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
3151         * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
3152         * sysdeps/i386/fpu/s_scalbn.S: Likewise.
3153         * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
3154         * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
3155         * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
3156         Remove long_double_symbol for scalblnl function in libm, libc.
3157         * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
3158         Add wrapper which checks for setting errno to ERANGE.
3159         Add long_double_symbol for scalblnl function in libm, libc.
3160         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
3161         Remove long_double_symbol for scalblnl in libm.
3162         * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
3163         Add wrapper which checks for setting errno to ERANGE.
3164         Add long_double_symbol for scalblnl function in libm.
3165         * sysdeps/ia64/fpu/w_scalblnf.c: New File.
3166         Do not use wrapper because of own implementation.
3167
3168 2014-06-19  H.J. Lu  <hongjiu.lu@intel.com>
3169
3170         * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
3171         3 bytes for __pad1 for x32.
3172         (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
3173
3174 2014-06-19  Ling Ma  <ling.ml@alibaba-inc.com>
3175             H.J. Lu  <hongjiu.lu@intel.com>
3176
3177         * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
3178         * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
3179         * sysdeps/x86_64/multiarch/memset.S: Likewise.
3180         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
3181         * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
3182
3183 2014-06-19  Andreas Schwab  <schwab@linux-m68k.org>
3184
3185         [BZ #17069]
3186         * posix/regcomp.c (parse_expression): Deallocate partially
3187         constructed tree before returning error.
3188         * posix/Makefile.c (tests): Add bug-regex36.
3189         (generated): Add bug-regex36.mtrace.
3190         (tests-special): Add $(objpfx)bug-regex36-mem.out
3191         (bug-regex36-ENV): New variable.
3192         ($(objpfx)bug-regex36-mem.out): New rule.
3193         * posix/bug-regex36.c: New file.
3194
3195 2014-06-19  Will Newton  <will.newton@linaro.org>
3196
3197         * malloc/malloc.c (systrim): If extra is zero then return
3198         early.
3199
3200 2014-06-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
3201
3202         * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
3203
3204 2014-06-19  Richard Earnshaw  <rearnsha@arm.com>
3205
3206         * sysdeps/aarch64/strchr.S: New file.
3207
3208 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3209
3210         [BZ #17022]
3211         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
3212         from arguments -2 or below.
3213         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
3214         * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
3215
3216 2014-06-18  Andreas Schwab  <schwab@suse.de>
3217
3218         [BZ #17062]
3219         * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
3220         of a bracket expr not to run off the end of the string.
3221         * posix/Makefile (tests): Add tst-fnmatch3.
3222         * posix/tst-fnmatch3.c: New file.
3223
3224 2014-06-18  Joseph Myers  <joseph@codesourcery.com>
3225
3226         * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
3227         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
3228         [$(cross-compiling) = no]: Likewise.
3229         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
3230         [$(cross-compiling) = no]: Likewise.
3231
3232 2014-16-17  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3233
3234         [BZ #17031]
3235         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
3236         double, adjusted for any remainder from the high double.
3237         * math/libm-test.inc (nearbyint): Add tests.
3238         (rint): Likewise.
3239
3240 2014-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3241
3242         * nptl/sysdeps/powerpc/Makefile: Moved ...
3243         * sysdeps/powerpc/nptl/Makefile: ... here.
3244         * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
3245         * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
3246         * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
3247         * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
3248         * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
3249         * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
3250         * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
3251         * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
3252         * nptl/sysdeps/powerpc/tls.h: Moved ...
3253         * sysdeps/powerpc/nptl/tls.h: ... here.
3254
3255 2014-06-16  Joseph Myers  <joseph@codesourcery.com>
3256
3257         [BZ #16681]
3258         * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
3259         * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
3260         * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
3261         * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
3262         * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
3263         * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
3264         * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
3265         * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
3266         * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
3267
3268 2014-06-17  Andreas Schwab  <schwab@linux-m68k.org>
3269
3270         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
3271
3272 2014-06-16  Andreas Schwab  <schwab@linux-m68k.org>
3273
3274         * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
3275         defined operator.
3276
3277         * scripts/cross-test-ssh.sh (timeoutfactor): Default to
3278         $TIMEOUTFACTOR.
3279
3280 2014-06-16  Florian Weimer  <fweimer@redhat.com>
3281
3282         [BZ #17058]
3283         * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
3284         non-executed part of the test.
3285
3286 2014-06-16  Andreas Schwab  <schwab@suse.de>
3287
3288         * string/bits/string2.h (strdup, strndup): Update feature guard.
3289
3290 2014-06-14  David S. Miller  <davem@davemloft.net>
3291
3292         * sysdeps/sparc/fpu/libm-test-ulps: Update.
3293
3294 2014-06-14  Andreas Schwab  <schwab@linux-m68k.org>
3295
3296         * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
3297         that was previously under [RESET_PID].
3298         * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
3299
3300         * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
3301         * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
3302         * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
3303         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
3304         (__libc_vfork): New strong alias.
3305         * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
3306
3307 2014-06-14 Andi Kleen  <ak@linux.intel.com>
3308
3309         * sysdeps/generic/elide.h: New file.
3310
3311 2014-06-13  Stefan Liebler  <stli@linux.vnet.ibm.com>
3312
3313         * Makefile (installed-headers): Adjust path of pthread.h header.
3314
3315 2014-06-13  Roland McGrath  <roland@hack.frob.com>
3316
3317         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
3318         * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
3319         * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
3320         * sysdeps/s390/nptl/bits/semaphore.h: ... here.
3321
3322         * nptl/sysdeps/s390/Makefile: Moved ...
3323         * sysdeps/s390/nptl/Makefile: ... here.
3324         * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
3325         * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
3326         * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
3327         * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
3328         * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
3329         * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
3330         * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
3331         * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
3332         * nptl/sysdeps/s390/pthreaddef.h: Moved ...
3333         * sysdeps/s390/nptl/pthreaddef.h: ... here.
3334         * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
3335         * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
3336         * nptl/sysdeps/s390/tls.h: Moved ...
3337         * sysdeps/s390/nptl/tls.h: ... here.
3338
3339         * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
3340         * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
3341
3342 2014-06-13  David S. Miller  <davem@davemloft.net>
3343
3344         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
3345         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
3346         * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
3347         * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
3348         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
3349         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
3350         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
3351         * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
3352         * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
3353         * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
3354         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
3355         Remove RESET_PID cpp guards.
3356         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
3357         Remove RESET_PID cpp guards.
3358         * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
3359
3360 2014-06-13  Andreas Schwab  <schwab@linux-m68k.org>
3361
3362         * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
3363         __sp to uintptr_t.
3364
3365 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3366
3367         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
3368         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
3369         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
3370         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
3371         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
3372         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
3373         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
3374         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
3375         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
3376         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
3377         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
3378         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
3379         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
3380         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
3381         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
3382         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
3383         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
3384         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
3385         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
3386         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
3387
3388         * nptl/pthread_rwlock_rdlock.c: Include elide.h.
3389         (pthread_rwlock_rdlock): Add elision.
3390         * nptl/pthread_rwlock_wrlock.c: Include elide.h.
3391         (pthread_rwlock_wrlock): Add elision.
3392         * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
3393         (pthread_rwlock_trywrlock): Add elision.
3394         * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
3395         (pthread_rwlock_tryrdlock): Add elision.
3396         * nptl/pthread_rwlock_unlock.c: Include elide.h.
3397         (pthread_rwlock_tryrdlock): Add elision unlock.
3398         * nptl/sysdeps/pthread/pthread.h:
3399         (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
3400         (PTHREAD_RWLOCK_INITIALIZER,
3401         PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
3402         Handle new elision field.
3403         * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
3404         * sysdeps/arm/nptl/bits/pthreadtypes.h
3405         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3406         * sysdeps/sh/nptl/bits/pthreadtypes.h
3407         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3408         * sysdeps/tile/nptl/bits/pthreadtypes.h
3409         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3410         * sysdeps/a/nptl/bits/pthreadtypes.h
3411         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3412         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
3413         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3414         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
3415         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3416         * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
3417         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3418         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
3419         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3420         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
3421         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3422         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
3423         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3424         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
3425         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3426         * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
3427         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3428         * sysdeps/unix/sysv/linux/x86/elision-conf.c:
3429         (elision_init): Set try_xbegin to zero when no RTM.
3430         * sysdeps/x86/nptl/bits/pthreadtypes.h
3431         (pthread_rwlock_t): Change __pad1 to __rwelision.
3432         (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
3433
3434 2014-06-13  Andi Kleen  <ak@linux.intel.com>
3435
3436         * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
3437         Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
3438         * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
3439         Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
3440
3441 2014-06-13  Meador Inge  <meadori@codesourcery.com>
3442
3443         [BZ #16996]
3444         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
3445         that the cached result has been set before returning it.
3446
3447 2014-06-12  Roland McGrath  <roland@hack.frob.com>
3448
3449         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
3450         * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
3451         * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
3452         * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
3453         * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
3454         * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
3455
3456         * nptl/sysdeps/sparc/Makefile: Moved ...
3457         * sysdeps/sparc/nptl/Makefile: ... here.
3458         * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
3459         * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
3460         * nptl/sysdeps/sparc/tls.h: Moved ...
3461         * sysdeps/sparc/nptl/tls.h: ... here.
3462         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
3463         * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
3464         * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
3465         * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
3466         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
3467         * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
3468         * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
3469         * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
3470         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
3471         * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
3472         * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
3473         * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
3474         * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
3475         * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
3476         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
3477         * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
3478         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
3479         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
3480         Update #include.
3481         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
3482         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
3483         Update #include.
3484         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
3485         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
3486         Update #include.
3487         * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
3488         * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
3489         Update #include.
3490
3491         * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3492
3493         * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
3494         * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
3495
3496         * sysdeps/pthread/posix-timer.h: Include <list.h>.
3497         (struct list_links): Type removed.
3498         (struct thread_node, struct timer_node): Replace struct list_links
3499         with struct list_head.
3500         (list_unlink_ip): Likewise.
3501         * sysdeps/pthread/timer_routines.c
3502         (timer_free_list, thread_free_list, thread_active_list): Likewise.
3503         (list_append, list_insbefore): Likewise.
3504         (list_init): Function removed.
3505         (thread_init, init_module): Use INIT_LIST_HEAD instead.
3506         * sysdeps/nptl/Makefile: Move tst-timer bits to ...
3507         * sysdeps/pthread/Makefile: ... here, new file.
3508
3509         * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
3510         * sysdeps/nptl/Implies: ... here.
3511         * sysdeps/unix/sysv/linux/Implies: Add nptl.
3512         * nptl/sysdeps/pthread/list.h: Moved ...
3513         * include/list.h: ... here.
3514         * nptl/sysdeps/pthread/createthread.c: Moved ...
3515         * nptl/createthread.c: ... here.
3516         * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
3517         * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
3518         * nptl/pt-longjmp.c: ... here.
3519         * nptl/sysdeps/pthread/Makefile: Moved ...
3520         * sysdeps/nptl/Makefile: ... here.
3521         * nptl/sysdeps/pthread/Subdirs: Moved ...
3522         * sysdeps/nptl/Subdirs: ... here.
3523         * nptl/sysdeps/pthread/aio_misc.h: Moved ...
3524         * sysdeps/nptl/aio_misc.h: ... here.
3525         * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
3526         * sysdeps/nptl/bits/libc-lock.h: ... here.
3527         * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
3528         * sysdeps/nptl/bits/libc-lockP.h: ... here.
3529         * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
3530         * sysdeps/nptl/bits/stdio-lock.h: ... here.
3531         * nptl/sysdeps/pthread/configure: Moved ...
3532         * sysdeps/nptl/configure: ... here.
3533         * nptl/sysdeps/pthread/configure.ac: Moved ...
3534         * sysdeps/nptl/configure.ac: ... here.
3535         * nptl/sysdeps/pthread/gai_misc.h: Moved ...
3536         * sysdeps/nptl/gai_misc.h: ... here.
3537         * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
3538         * sysdeps/nptl/librt-cancellation.c: ... here.
3539         * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
3540         * sysdeps/nptl/malloc-machine.h: ... here.
3541         * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
3542         * sysdeps/nptl/pthread-functions.h: ... here.
3543         * nptl/sysdeps/pthread/pthread.h: Moved ...
3544         * sysdeps/nptl/pthread.h: ... here.
3545         * nptl/sysdeps/pthread/setxid.h: Moved ...
3546         * sysdeps/nptl/setxid.h: ... here.
3547         * nptl/sysdeps/pthread/sigfillset.c: Moved ...
3548         * sysdeps/nptl/sigfillset.c: ... here.
3549         * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
3550         * sysdeps/nptl/tcb-offsets.h: ... here.
3551         * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
3552         * sysdeps/nptl/tst-mqueue8x.c: ... here.
3553         * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
3554         * sysdeps/nptl/unwind-forcedunwind.c: ... here.
3555         * nptl/sysdeps/pthread/allocalim.h: Moved ...
3556         * sysdeps/pthread/allocalim.h: ... here.
3557         * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
3558         * sysdeps/pthread/bits/sigthread.h: ... here.
3559         * nptl/sysdeps/pthread/flockfile.c: Moved ...
3560         * sysdeps/pthread/flockfile.c: ... here.
3561         * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
3562         * sysdeps/pthread/ftrylockfile.c: ... here.
3563         * nptl/sysdeps/pthread/funlockfile.c: Moved ...
3564         * sysdeps/pthread/funlockfile.c: ... here.
3565         * nptl/sysdeps/pthread/posix-timer.h: Moved ...
3566         * sysdeps/pthread/posix-timer.h: ... here.
3567         * nptl/sysdeps/pthread/timer_create.c: Moved ...
3568         * sysdeps/pthread/timer_create.c: ... here.
3569         * nptl/sysdeps/pthread/timer_delete.c: Moved ...
3570         * sysdeps/pthread/timer_delete.c: ... here.
3571         * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
3572         * sysdeps/pthread/timer_getoverr.c: ... here.
3573         * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
3574         * sysdeps/pthread/timer_gettime.c: ... here.
3575         * nptl/sysdeps/pthread/timer_routines.c: Moved ...
3576         * sysdeps/pthread/timer_routines.c: ... here.
3577         * nptl/sysdeps/pthread/timer_settime.c: Moved ...
3578         * sysdeps/pthread/timer_settime.c: ... here.
3579         * nptl/sysdeps/pthread/tst-timer.c: Moved ...
3580         * sysdeps/pthread/tst-timer.c: ... here.
3581         * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
3582         * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
3583
3584         * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
3585         * nptl/sysdeps/pthread/sigprocmask.c: File removed.
3586
3587         * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
3588         * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
3589         * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
3590         * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
3591         Update #include target.
3592         * nptl/sysdeps/i386/i686/Makefile: Moved ...
3593         * sysdeps/i386/i686/nptl/Makefile: ... here.
3594         * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
3595         * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
3596         Update #include target.
3597         * nptl/sysdeps/i386/i686/tls.h: Moved ...
3598         * sysdeps/i386/i686/nptl/tls.h: ... here.  Use #include_next.
3599         * nptl/sysdeps/i386/Makefile: Moved ...
3600         * sysdeps/i386/nptl/Makefile: ... here.
3601         * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
3602         * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
3603         * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
3604         * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
3605         * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
3606         * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
3607         * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
3608         * nptl/sysdeps/i386/pthreaddef.h: Moved ...
3609         * sysdeps/i386/nptl/pthreaddef.h: ... here.
3610         * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
3611         * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
3612         * nptl/sysdeps/i386/tls.h: Moved ...
3613         * sysdeps/i386/nptl/tls.h: ... here.
3614
3615         * sysdeps/sh/Makefile [$(subdir) = csu]
3616         (gen-as-const-headers): Add tcb-offsets.sym.
3617         * nptl/sysdeps/sh/Makefile: File removed.
3618         * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
3619         * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
3620         * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
3621         * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
3622         * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
3623         * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
3624         * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
3625         * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
3626         * nptl/sysdeps/sh/pthreaddef.h: Moved ...
3627         * sysdeps/sh/nptl/pthreaddef.h: ... here.
3628         * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
3629         * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
3630         * nptl/sysdeps/sh/tls.h: Moved ...
3631         * sysdeps/sh/nptl/tls.h: ... here.
3632         * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
3633         * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
3634         * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
3635         * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
3636         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
3637         * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
3638         * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
3639         * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
3640         * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
3641         * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
3642         * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
3643         * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
3644         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
3645         * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
3646         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
3647         * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
3648         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
3649         * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
3650         * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
3651         * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
3652         * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
3653         * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
3654         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
3655         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
3656         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
3657         Moved ...
3658         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
3659         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
3660         Moved ...
3661         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
3662         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
3663         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
3664         * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
3665         * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
3666         * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
3667         * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
3668         * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
3669         * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
3670         * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
3671         * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
3672         * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
3673         * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
3674         * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
3675         * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
3676         * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
3677         * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
3678         * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
3679         * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
3680
3681 2014-06-12  Stefan Liebler  <stli@linux.vnet.ibm.com>
3682
3683         * posix/spawn_faction_addopen.c: Include string.h.
3684
3685 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3686
3687         * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
3688         * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
3689         * nptl/sysdeps/x86_64/Makefile: Moved ...
3690         * sysdeps/x86_64/nptl/Makefile: ... here.
3691         * nptl/sysdeps/x86_64/configure: Moved ...
3692         * sysdeps/x86_64/nptl/configure: ... here.
3693         * nptl/sysdeps/x86_64/configure.ac: Moved ...
3694         * sysdeps/x86_64/nptl/configure.ac: ... here.
3695         * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
3696         * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
3697         * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
3698         * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
3699         * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
3700         * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
3701         * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
3702         * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
3703         * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
3704         * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
3705         * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
3706         * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
3707         * nptl/sysdeps/x86_64/tls.h: Moved ...
3708         * sysdeps/x86_64/nptl/tls.h: ... here.
3709         * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
3710         * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
3711         * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
3712         * sysdeps/x86_64/x32/nptl/tls.h: ... here.
3713
3714         * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
3715
3716 2014-06-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
3717
3718         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
3719
3720 2014-06-11  Joseph Myers  <joseph@codesourcery.com>
3721
3722         * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
3723         type.
3724         [POSIX] (off_t): Likewise.
3725         * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
3726         [POSIX] (S_ISBLK): Require macro.
3727         [POSIX] (S_ISCHR): Likewise.
3728         [POSIX] (S_ISDIR): Likewise.
3729         [POSIX] (S_ISFIFO): Likewise.
3730         [POSIX] (S_ISREG): Likewise.
3731         [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
3732         optional-macro.
3733         * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
3734         type.
3735         [POSIX] (time_t): Likewise.
3736         [POSIX] (timer_t): Likewise.
3737
3738 2014-06-11  Florian Weimer  <fweimer@redhat.com>
3739
3740         [BZ #17048]
3741         * posix/spawn_int.h (struct __spawn_action): Make the path string
3742         non-const to support deallocation.
3743         * posix/spawn_faction_addopen.c
3744         (posix_spawn_file_actions_addopen): Make a copy of the pathname.
3745         * posix/spawn_faction_destroy.c
3746         (posix_spawn_file_actions_destroy): Adjust comment.  Deallocate
3747         path in all spawn_do_open actions.
3748         * posix/tst-spawn.c (do_test): Exercise the copy operation in
3749         posix_spawn_file_actions_addopen.
3750
3751 2014-06-11  Chris Metcalf  <cmetcalf@tilera.com>
3752
3753         * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
3754         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
3755         * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
3756         conditional code always true.
3757         (__libc_vfork): New alias.
3758
3759 2014-06-11  Roland McGrath  <roland@hack.frob.com>
3760
3761         * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3762         * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
3763
3764         * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
3765
3766         * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3767         * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
3768
3769         * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
3770         * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
3771
3772         * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3773         * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
3774
3775 2014-06-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
3776
3777         * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
3778         * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
3779         multiarch strcmp for PPC64.
3780         * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
3781         * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
3782         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
3783         multiarch optimizations.
3784         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
3785         (__libc_ifunc_impl_list): Likewise.
3786
3787 2014-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
3788
3789         * benchtests/scripts/validate_benchout.py: New script.
3790         * benchtests/Makefile (bench-func): Call it.
3791         * benchtests/scripts/benchout.schema.json: New file.
3792
3793 2014-06-10  Chris Metcalf  <cmetcalf@tilera.com>
3794
3795         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
3796         * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
3797         * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
3798         * sysdeps/tile/nptl/bits/semaphore.h: ... here.
3799         * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
3800         * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
3801         * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
3802         * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
3803         * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
3804         * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
3805         * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
3806         * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
3807         * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
3808         * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
3809         * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
3810         * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
3811         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
3812         Moved ...
3813         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
3814         ... here.
3815         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
3816         Moved ...
3817         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
3818         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
3819         Moved ...
3820         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
3821         ... here.
3822         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
3823         Moved ...
3824         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
3825         ... here.
3826         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
3827         Moved ...
3828         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
3829         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
3830         Moved ...
3831         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
3832         ... here.
3833         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
3834         Moved ...
3835         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
3836         ... here.
3837         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
3838         Moved ...
3839         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
3840         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
3841         Moved ...
3842         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
3843         ... here.
3844         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
3845         Moved ...
3846         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
3847         ... here.
3848         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
3849         Moved ...
3850         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
3851         ... here.
3852         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
3853         Moved ...
3854         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
3855         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
3856         Moved ...
3857         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
3858         ... here.
3859         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
3860         Moved ...
3861         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
3862         ... here.
3863         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
3864         Moved ...
3865         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
3866         ... here.
3867         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
3868         Moved ...
3869         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
3870         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
3871         Moved ...
3872         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
3873         ... here.
3874         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
3875         Moved ...
3876         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
3877         ... here.
3878         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
3879         Moved ...
3880         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
3881         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
3882         Moved ...
3883         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
3884         ... here.
3885         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
3886         Moved ...
3887         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
3888         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
3889         Moved ...
3890         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
3891         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
3892         Moved ...
3893         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
3894         ... here.
3895         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
3896         Moved ...
3897         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
3898         ... here.
3899         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
3900         Moved ...
3901         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
3902         ... here.
3903         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
3904         Moved ...
3905         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
3906         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
3907         Moved ...
3908         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
3909         ... here.
3910         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
3911         Moved ...
3912         * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
3913         ... here.
3914         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
3915         * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
3916         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
3917         * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
3918         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
3919         Moved ...
3920         * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
3921         ... here.
3922         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
3923         * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
3924         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
3925         * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
3926         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
3927         * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
3928         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
3929         * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
3930         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
3931         * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
3932         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
3933         * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
3934         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
3935         Moved ...
3936         * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
3937         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
3938         Moved ...
3939         * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
3940         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
3941         * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
3942         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
3943         Moved ...
3944         * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
3945         * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
3946         * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
3947         * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
3948         * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
3949         * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
3950         * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
3951
3952 2014-06-10  Wilco  <wdijkstr@arm.com>
3953
3954         * math/test-fenv-return.c: New file.
3955         * math/Makefile: Add new test test-fenv-return.
3956
3957 2014-06-10  Joseph Myers  <joseph@codesourcery.com>
3958
3959         [BZ #17042]
3960         * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
3961         when x - 1 is zero.
3962         * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
3963         * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
3964         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
3965         0.0L for an argument of 1.0L.
3966         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
3967         Likewise.
3968         * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
3969         value when x - 1 is zero.
3970         * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
3971         * sysdeps/i386/fpu/libm-test-ulps: Update.
3972         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
3973
3974 2014-06-09  Bernard Ogden  <bernie.ogden@linaro.org>
3975
3976         [BZ #15119]
3977         * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
3978
3979 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3980
3981         * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
3982         * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
3983
3984 2014-06-09  Roland McGrath  <roland@hack.frob.com>
3985
3986         * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3987         * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
3988
3989         * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3990         * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
3991
3992         * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3993         * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
3994
3995         * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
3996         * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
3997
3998         * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
3999         if not already defined.
4000         (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
4001         * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
4002         * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
4003         (TLS_INIT_TP): Use it.
4004         (TLS_DEFINE_INIT_TP): New macro.
4005         * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
4006
4007 2014-06-09  Joseph Myers  <joseph@codesourcery.com>
4008
4009         * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
4010         constant.
4011         [POSIX] (IXANY): Likewise.
4012         [POSIX] (OLCUC): Likewise.
4013         [POSIX || POSIX2008] (CBAUD): Do not allow.
4014         [POSIX || POSIX2008] (DEFECHO): Likewise.
4015         [POSIX || POSIX2008] (ECHOCTL): Likewise.
4016         [POSIX || POSIX2008] (ECHOKE): Likewise.
4017         [POSIX || POSIX2008] (ECHOPRT): Likewise.
4018         [POSIX || POSIX2008] (EXTA): Likewise.
4019         [POSIX || POSIX2008] (EXTB): Likewise.
4020         [POSIX || POSIX2008] (FLUSHO): Likewise.
4021         [POSIX || POSIX2008] (LOBLK): Likewise.
4022         [POSIX || POSIX2008] (PENDIN): Likewise.
4023         [POSIX || POSIX2008] (SWTCH): Likewise.
4024         [POSIX || POSIX2008] (VDISCARD): Likewise.
4025         [POSIX || POSIX2008] (VDSUSP): Likewise.
4026         [POSIX || POSIX2008] (VLNEXT): Likewise.
4027         [POSIX || POSIX2008] (VREPRINT): Likewise.
4028         [POSIX || POSIX2008] (VSTATUS): Likewise.
4029         [POSIX || POSIX2008] (VWERASE): Likewise.
4030         (B*): Change to B[0123456789]*.
4031         * conform/data/time.h-data [POSIX || UNIX98]
4032         (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
4033         [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
4034         [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
4035         [POSIX] (tm_*): Do not allow.
4036
4037 2014-06-07  Joseph Myers  <joseph@codesourcery.com>
4038
4039         * Makefile (install): Don't set LANGUAGE.
4040         * Makefile.in (install): Likewise.
4041         * assert/Makefile (test-assert-ENV): Remove variable.
4042         (test-assert-perr-ENV): Likewise.
4043         * elf/Makefile (neededtest4-ENV): Likewise.
4044         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4045         [$(cross-compiling) = no]: Don't set LANGUAGE.
4046         * io/ftwtest-sh (LANG): Remove variable.
4047         * libio/Makefile (tst-widetext-ENV): Likewise.
4048         * manual/install.texi (Running make install): Don't refer to
4049         environment settings for make install.
4050         * INSTALL: Regenerated.
4051         * nptl/tst-tls6.sh: Don't set LANG.
4052         * posix/globtest.sh (LANG): Remove variable.
4053         * string/Makefile (tester-ENV): Likewise.
4054         (inl-tester-ENV): Likewise.
4055         (noinl-tester-ENV): Likewise.
4056         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4057         [$(cross-compiling) = no]: Don't set LANGUAGE.
4058         * timezone/Makefile (build-testdata): Use $(built-program-cmd)
4059         without explicit environment settings.
4060
4061 2014-06-06  Roland McGrath  <roland@hack.frob.com>
4062
4063         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
4064         * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
4065         * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
4066         * sysdeps/sh/nptl/bits/semaphore.h: ... here.
4067
4068 2014-06-06  Chris Metcalf  <cmetcalf@tilera.com>
4069
4070         * crypt/crypt-private.h [DOS]: Add some includes taken from the
4071         other files in the crypt directory.
4072         * crypt/crypt.c: Remove duplicate includes.
4073         * crypt/crypt-entry.c: Likewise.
4074         * crypt/crypt_util.c: Likewise.
4075
4076 2014-06-06  Joseph Myers  <joseph@codesourcery.com>
4077
4078         * Makeconfig (run-program-env): New variable.
4079         (run-program-prefix-before-env): Likewise.
4080         (run-program-prefix-after-env): Likewise.
4081         (run-program-prefix): Define in terms of new variables.
4082         (built-program-cmd-before-env): New variable.
4083         (built-program-cmd-after-env): Likewise.
4084         (built-program-cmd): Define in terms of new variables.
4085         (test-program-prefix-before-env): New variable.
4086         (test-program-prefix-after-env): Likewise.
4087         (test-program-prefix): Define in terms of new variables.
4088         (test-program-cmd-before-env): New variable.
4089         (test-program-cmd-after-env): Likewise.
4090         (test-program-cmd): Define in terms of new variables.
4091         * Rules (make-test-out): Use $(run-program-env).
4092         * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
4093         (help): Do not mention environment variables.  Mention
4094         --timeoutfactor option.
4095         (timeoutfactor): New variable.
4096         (blacklist_exports): Remove function.
4097         (exports): Remove variable.
4098         (command): Do not include ${exports}.
4099         * manual/install.texi (Configuring and compiling): Do not mention
4100         test wrappers preserving environment variables.  Mention that last
4101         assignment to a variable must take precedence.
4102         * INSTALL: Regenerated.
4103         * benchtests/Makefile (run-bench): Use $(run-program-env).
4104         * catgets/Makefile ($(objpfx)test1.cat): Use
4105         $(built-program-cmd-before-env), $(run-program-env) and
4106         $(built-program-cmd-after-env).
4107         ($(objpfx)test2.cat): Do not specify environment variables
4108         explicitly.
4109         ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
4110         $(run-program-env) and $(built-program-cmd-after-env).
4111         ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
4112         $(run-program-env) and $(test-program-cmd-after-env).
4113         ($(objpfx)sample.SJIS.cat): Do not specify environment variables
4114         explicitly.
4115         * catgets/test-gencat.sh: Use test_program_cmd_before_env,
4116         run_program_env and test_program_cmd_after_env arguments.
4117         * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
4118         * elf/tst-pathopt.sh: Use run_program_env argument.
4119         * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
4120         $(test-wrapper-env) and $(run-program-env).
4121         * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
4122         run_program_env arguments.
4123         * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
4124         * intl/Makefile ($(objpfx)tst-gettext.out): Use
4125         $(test-program-prefix-before-env), $(run-program-env) and
4126         $(test-program-prefix-after-env).
4127         ($(objpfx)tst-gettext2.out): Likewise.
4128         * intl/tst-gettext.sh: Use test_program_prefix_before_env,
4129         run_program_env and test_program_prefix_after_env arguments.
4130         * intl/tst-gettext2.sh: Likewise.
4131         * intl/tst-gettext4.sh: Do not set environment variables
4132         explicitly.
4133         * intl/tst-gettext6.sh: Likewise.
4134         * intl/tst-translit.sh: Likewise.
4135         * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
4136         $(test-program-prefix-before-env), $(run-program-env) and
4137         $(test-program-prefix-after-env).
4138         * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
4139         run_program_env and test_program_prefix_after_env arguments.
4140         * math/Makefile (run-regen-ulps): Use $(run-program-env).
4141         * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
4142         * nptl/tst-tls6.sh: Use run_program_env argument.  Set LANG=C
4143         explicitly with each use of ${test_wrapper_env}.
4144         * posix/Makefile ($(objpfx)wordexp-tst.out): Use
4145         $(test-program-prefix-before-env), $(run-program-env) and
4146         $(test-program-prefix-after-env).
4147         * posix/tst-getconf.sh: Do not set environment variables
4148         explicitly.
4149         * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
4150         run_program_env and test_program_prefix_after_env arguments.
4151         * stdio-common/tst-printf.sh: Do not set environment variables
4152         explicitly.
4153         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
4154         $(test-program-prefix-before-env), $(run-program-env) and
4155         $(test-program-prefix-after-env).
4156         * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
4157         run_program_env and test_program_prefix_after_env arguments.
4158         Split $test calls into $test_pre and $test.
4159         * timezone/Makefile (build-testdata): Use
4160         $(built-program-cmd-before-env), $(run-program-env) and
4161         $(built-program-cmd-after-env).
4162
4163 2014-06-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4164
4165         * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
4166         strlen for non SHARED builds.
4167
4168 2014-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
4169
4170         * nptl/allocatestack.c (check_list): Inlined function...
4171         (__reclaim_stacks): ... here.
4172
4173 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4174
4175         [BZ #15698]
4176         * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
4177         memory overrun.
4178
4179 2014-06-05  Joseph Myers  <joseph@codesourcery.com>
4180
4181         * Rules (make-test-out): Include
4182         LOCPATH=$(common-objpfx)localedata in default environment.
4183         * debug/Makefile (tst-chk1-ENV): Remove variable.
4184         (tst-chk2-ENV): Likewise.
4185         (tst-chk3-ENV): Likewise.
4186         (tst-chk4-ENV): Likewise.
4187         (tst-chk5-ENV): Likewise.
4188         (tst-chk6-ENV): Likewise.
4189         (tst-lfschk1-ENV): Likewise.
4190         (tst-lfschk2-ENV): Likewise.
4191         (tst-lfschk3-ENV): Likewise.
4192         (tst-lfschk4-ENV): Likewise.
4193         (tst-lfschk5-ENV): Likewise.
4194         (tst-lfschk6-ENV): Likewise.
4195         * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
4196         (tst-iconv7-ENV): Likewise.
4197         * intl/Makefile (LOCPATH-ENV): Likewise.
4198         (tst-codeset-ENV): Likewise.
4199         (tst-gettext3-ENV): Likewise.
4200         (tst-gettext5-ENV): Likewise.
4201         * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
4202         (tst-fopenloc-ENV): Likewise.
4203         (tst-fgetws-ENV): Remove variable.
4204         (tst-ungetwc1-ENV): Likewise.
4205         (tst-ungetwc2-ENV): Likewise.
4206         (bug-ungetwc2-ENV): Likewise.
4207         (tst-swscanf-ENV): Likewise.
4208         (bug-ftell-ENV): Likewise.
4209         (tst-fgetwc-ENV): Likewise.
4210         (tst-fseek-ENV): Likewise.
4211         (tst-ftell-partial-wide-ENV): Likewise.
4212         (tst-ftell-active-handler-ENV): Likewise.
4213         (tst-ftell-append-ENV): Likewise.
4214         * posix/Makefile (tst-fnmatch-ENV): Likewise.
4215         (tst-regexloc-ENV): Likewise.
4216         (bug-regex1-ENV): Likewise.
4217         (tst-regex-ENV): Likewise.
4218         (tst-regex2-ENV): Likewise.
4219         (bug-regex5-ENV): Likewise.
4220         (bug-regex6-ENV): Likewise.
4221         (bug-regex17-ENV): Likewise.
4222         (bug-regex18-ENV): Likewise.
4223         (bug-regex19-ENV): Likewise.
4224         (bug-regex20-ENV): Likewise.
4225         (bug-regex22-ENV): Likewise.
4226         (bug-regex23-ENV): Likewise.
4227         (bug-regex25-ENV): Likewise.
4228         (bug-regex26-ENV): Likewise.
4229         (bug-regex30-ENV): Likewise.
4230         (bug-regex32-ENV): Likewise.
4231         (bug-regex33-ENV): Likewise.
4232         (bug-regex34-ENV): Likewise.
4233         (bug-regex35-ENV): Likewise.
4234         (tst-rxspencer-ENV): Likewise.
4235         (tst-rxspencer-no-utf8-ENV): Likewise.
4236         * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
4237         (tst-sscanf-ENV): Likewise.
4238         (tst-swprintf-ENV): Likewise.
4239         (tst-swscanf-ENV): Likewise.
4240         (test-vfprintf-ENV): Likewise.
4241         (scanf13-ENV): Likewise.
4242         (bug14-ENV): Likewise.
4243         (tst-grouping-ENV): Likewise.
4244         * stdlib/Makefile (tst-strtod-ENV): Likewise.
4245         (tst-strtod3-ENV): Likewise.
4246         (tst-strtod4-ENV): Likewise.
4247         (tst-strtod5-ENV): Likewise.
4248         (testmb2-ENV): Likewise./
4249         * string/Makefile (tst-strxfrm-ENV): Likewise.
4250         (tst-strxfrm2-ENV): Likewise.
4251         (bug-strcoll1-ENV): Likewise.
4252         (test-strcasecmp-ENV): Likewise.
4253         (test-strncasecmp-ENV): Likewise.
4254         * time/Makefile (tst-strptime-ENV): Likewise.
4255         (tst-ftime_l-ENV): Likewise.
4256         * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
4257         (tst-mbrtowc-ENV): Likewise.
4258         (tst-wcrtomb-ENV): Likewise.
4259         (tst-mbrtowc2-ENV): Likewise.
4260         (tst-c16c32-1-ENV): Likewise.
4261         (tst-mbsnrtowcs-ENV): Likewise.
4262
4263 2014-06-05  Ondřej Bílka  <neleai@seznam.cz>
4264
4265         * manual/resource.texi (How to get information about the memory
4266         subsystem?): Fix typo.
4267         Reported by Peon de la Parra Ivan <peon@keba.com>
4268
4269 2014-06-03  Guo Yixuan  <culu.gyx@gmail.com>
4270
4271         [BZ #16882]
4272         * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
4273         (pthread_spin_lock): Branch out of spin loop to proper location.
4274         * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
4275         (pthread_spin_lock): Likewise.
4276
4277         * nptl/tst-spin4.c: New test.
4278         * nptl/Makefile (tests): Add tst-spin4.
4279
4280 2014-06-03  Andreas Schwab  <schwab@suse.de>
4281
4282         [BZ #15946]
4283         * resolv/res_send.c (send_dg): Reload file descriptor after
4284         calling reopen.
4285
4286 2014-06-03  Stefan Liebler  <stli@linux.vnet.ibm.com>
4287
4288         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
4289
4290 2014-06-03  Richard Henderson  <rth@redhat.com>
4291
4292         * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
4293         * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
4294         * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
4295         SAVE_PID and RESTORE_PID blocks from pt-vfork.S.  Map 0 to INT_MIN
4296         in the SAVE_PID block.
4297         (__libc_vfork): New alias.
4298         * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
4299
4300         * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
4301         child in registers, not on the stack.  Remove RESET_PID conditionals.
4302         * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
4303
4304 2014-06-03  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4305
4306         * sysdeps/aarch64/libm-test-ulps: Regenerate.
4307
4308 2014-06-03  Wilco  <wdijkstr@arm.com>
4309
4310         * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
4311         (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
4312         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4313         Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
4314         * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
4315         Likewise.
4316
4317 2014-06-03  Wilco  <wdijkstr@arm.com>
4318
4319         * sysdeps/aarch64/fpu/math_private.h
4320         (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
4321         (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
4322         (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
4323         (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
4324         Fix declarations.
4325
4326 2014-06-03  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4327
4328         * crypt/crypt-private.h: Include ufc-crypt.h.
4329         (__b64_from_24bit): Declare extern.
4330         * crypt/crypt_util.c(__b64_from_24bit): New function.
4331         (b64t): New static const variable.
4332         * crypt/md5-crypt.c (b64_from_24bit): Remove function.
4333         (b64t): Remove variable.
4334         (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
4335         * crypt/sha256-crypt.c: Include crypt-private.h.
4336         (b64t): Remove variable.
4337         (__sha256_crypt_r): Remove b64_from_24bit and replace
4338         with __b64_from_24bit.
4339         * crypt/sha512-crypt.c: Likewise.
4340
4341 2014-06-02  Roland McGrath  <roland@hack.frob.com>
4342
4343         * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
4344         * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
4345         Label the code __libc_vfork rather than __vfork.
4346         [!NOT_IN_libc] (vfork): Define as weak alias.
4347         [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
4348         * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
4349         * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
4350
4351 2014-06-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
4352
4353         * malloc/malloc.c (malloc_info): Fix format specifier for
4354         n_mmaps.
4355
4356 2014-06-02  Wilco  <wdijkstr@arm.com>
4357
4358         * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
4359         FPCR write.
4360
4361 2014-06-02  Wilco  <wdijkstr@arm.com>
4362
4363         [BZ #17009]
4364         * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
4365         Rewrite to reduce FPCR/FPSR accesses.
4366
4367 2014-06-01  David S. Miller  <davem@davemloft.net>
4368
4369         * sysdeps/sparc/fpu/libm-test-ulps: Update.
4370
4371 2014-05-31  David S. Miller  <davem@davemloft.net>
4372
4373         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
4374         to occur in round to nearest mode when |x| >= 2.0
4375
4376 2014-05-30  Richard Henderson  <rth@twiddle.net>
4377
4378         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
4379         (PSEUDO_RET_NOERRNO): Remove.
4380         (ret): Don't redefine.
4381         (ret_NOERRNO): Define in terms of ret.
4382         (ret_ERRVAL): Likewise.
4383
4384         * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
4385         use of PSEUDO_RET; perform the error check directly.
4386
4387 2014-05-30 Marko Myllynen  <myllynen@redhat.com>
4388
4389         * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
4390         with __int128_t.
4391
4392 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4393
4394         * malloc/malloc (malloc_info): Fix formatting.
4395
4396 2014-05-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
4397             Roland McGrath  <roland@hack.frob.com>
4398
4399         * malloc/malloc (malloc_info): Also print mmapped statistics.
4400
4401 2014-05-30  Roland McGrath  <roland@hack.frob.com>
4402
4403         * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
4404         * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
4405
4406 2014-05-30  Ondřej Bílka  <neleai@seznam.cz>
4407
4408         * malloc/malloc.c (malloc_info): Inline mi_arena.
4409
4410 2014-05-29  Richard Henderson  <rth@twiddle.net>
4411
4412         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
4413         Remove comma before expanding ASM_ARGS_##nr.
4414         (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
4415         Make _x0 a strict output; make _x8 a strict input; adjust expansion
4416         of ASM_ARGS_##nr.
4417         (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
4418         (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
4419         (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
4420         (ASM_ARGS_1): Add leading comma.
4421
4422         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
4423         (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
4424         to __errno_location.
4425         * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
4426         Remove the expected plt for __errno_location.
4427
4428         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4429         [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
4430         call to __read_tp.
4431
4432         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4433         Always allocate 64 bytes of stack frame.  Use ldp/stp to create
4434         it and break it down.
4435         (DOCARGS_0, DOCARGS_1): Do nothing.
4436         (DOCARGS_2): Update to store into the new stack frame.
4437         (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
4438         (UNDOCARGS_1): Update to restore from the new stack frame.
4439         (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
4440         (UNDOCARGS_5, UNDOCARGS_6): Likewise.
4441
4442         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4443         (SINGLE_THREAD_P): New parameter for result regno.
4444         (PSEUDO): Update to match; use cbz instead of beq.
4445
4446         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4447         Use ENTRY to define the _nocancel entry point.  Share the syscall
4448         and syscall error check paths with the cancel path.
4449         (PSEUDO_END): New.
4450
4451         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
4452         whitespace; tabs before and after asm mnemonics.
4453
4454 2014-05-29  Eric Wong  <normalperson@yhbt.net>
4455
4456         [BZ #15132]
4457         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
4458         Call fstat64 or stat64 internally, depending on arguments passed.
4459         Replace stat buffer argument with file descriptor argument.
4460         (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
4461         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
4462         Pass fd to __internal_statvfs instead of calling fstat64.
4463         * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
4464         Pass fd to __internal_statvfs64 instead of calling fstat64.
4465         * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
4466         Pass -1 to __internal_statvfs instead of calling stat64.
4467         * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
4468         Pass -1 to __internal_statvfs64 instead of calling stat64.
4469
4470 2014-05-28  Roland McGrath  <roland@hack.frob.com>
4471
4472         * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
4473         that was previously under [RESET_PID].
4474         * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
4475
4476         * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
4477         * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
4478
4479 2014-05-27  Roland McGrath  <roland@hack.frob.com>
4480
4481         * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
4482
4483         * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
4484         * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
4485
4486 2014-05-27  Ondřej Bílka  <neleai@seznam.cz>
4487
4488         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
4489
4490 2014-05-27  Andreas Schwab  <schwab@suse.de>
4491
4492         * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
4493         TLS_INIT_TP macro.
4494         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4495         * elf/rtld.c (init_tls, dl_main): Likewise.
4496         * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
4497         * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
4498         * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
4499         * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
4500         * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
4501         * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
4502         * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
4503         * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
4504         * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
4505         * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
4506         * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
4507         * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
4508         * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
4509         * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
4510         * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
4511         * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
4512         * sysdeps/generic/tls.h: Update description.
4513
4514 2014-05-27  Will Newton  <will.newton@linaro.org>
4515
4516         [BZ #16990]
4517         * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
4518         and restore r2 rather than just restoring.
4519
4520 2014-05-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
4521
4522         [BZ #16724]
4523         * libio/tst-ftell-append.c: New test case.
4524         * libio/Makefile (tests): Add test case.
4525         * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
4526         append mode.
4527         * libio/wfileops.c (do_ftell_wide): Likewise.
4528
4529 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4530
4531         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4532
4533         * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
4534         ...
4535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
4536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
4537         * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
4538         * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
4539         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
4540         * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
4541         * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
4542         * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
4543         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
4544         Moved ...
4545         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
4546         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
4547         Moved ...
4548         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
4549         * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
4550         * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
4551         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
4552         * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
4553         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
4554         ...
4555         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
4556         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
4557         Moved ...
4558         * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
4559         here.
4560         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
4561         ...
4562         * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
4563         * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
4564         * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
4565
4566         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
4567         * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
4568         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
4569         * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
4570
4571         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
4572         merge into ...
4573         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
4574         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
4575         ...
4576         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
4577         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
4578         ...
4579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
4580         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
4581         Moved ...
4582         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
4583         here.
4584         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
4585         Moved ...
4586         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
4587         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
4588         Moved ...
4589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
4590
4591         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
4592         conditional [RESET_PID].
4593         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
4594         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
4595         removed.
4596         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
4597         removed.
4598
4599         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
4600         <tcb-offsets.h>.
4601         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
4602         (__libc_vfork): New strong alias.
4603         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
4604         removed.
4605         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
4606         Removed.
4607
4608         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
4609         <tcb-offsets.h>.
4610         (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
4611         (__libc_vfork): New strong alias.
4612         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
4613         removed.
4614         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
4615         removed.
4616
4617 2014-05-26  Carlos O'Donell  <carlos@redhat.com>
4618
4619         * malloc/malloc.c (mi_arena): New function.
4620         (malloc_info): Remove nested function mi_arena. Call non-nosted
4621         function mi_arena.
4622
4623 2014-05-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4624
4625         * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
4626         by insrwi.
4627         * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
4628         * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
4629         * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
4630         * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
4631         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
4632         * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
4633         * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
4634
4635 2014-05-26  Andreas Schwab  <schwab@suse.de>
4636
4637         [BZ #16984]
4638         * locale/programs/repertoire.c (repertoire_read): Add slash
4639         between I18NPATH element and file name.
4640         * locale/programs/locfile.c (locfile_read): Likewise.
4641
4642 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4643
4644         * nptl/pthread_mutexattr_settype.c
4645         (__pthread_mutexattr_settype):
4646         Disable lock elision for PTHREAD_MUTEX_NORMAL.
4647
4648 2014-05-26  Stefan Liebler  <stli@linux.vnet.ibm.com>
4649
4650         * nptl/tst-mutex5 (do_test):
4651         Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
4652
4653 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4654
4655         * benchtests/README: Document 'init' directive.
4656         * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
4657         BENCH_INIT.
4658         * scripts/bench.py (gen_source): Define BENCH_INIT macro.
4659         (parse_file): Recognize 'init' directive.
4660
4661 2014-05-26  Kyle McMartin  <kyle@redhat.com>
4662
4663         [BZ #16796]
4664         * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
4665         alignment of struct pthread.
4666
4667 2014-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
4668
4669         [BZ #16878]
4670         * nscd/netgroupcache.c (addgetnetgrentX): Look for
4671         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4672         * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
4673         NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
4674
4675 2014-05-25  Richard Henderson  <rth@twiddle.net>
4676
4677         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4678         (SINGLE_THREAD_P_PIC): Remove.
4679         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
4680         (SINGLE_THREAD_P_PIC): Remove.
4681
4682         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
4683         branch to syscall error ...
4684         (PSEUDO): ... here.
4685         [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
4686         from __local_syscall_error to .Lsyscall_error.
4687         [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
4688         (SYSCALL_ERROR): Update label name.
4689
4690         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4691         Do not use DOARGS/UNDOARGS.
4692         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
4693         (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
4694         (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
4695         (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
4696         (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
4697
4698         * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
4699         block comment.
4700
4701         * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
4702         define if !NOT_IN_libc.
4703         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
4704         define with non-default symbol versions.
4705
4706 2014-05-23  Richard Henderson  <rth@twiddle.net>
4707
4708         * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
4709         (vfork, __vfork): Define via compat_symbol.
4710
4711         * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
4712         [!HAVE_IFUNC] (vfork_compat): Remove.
4713         [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
4714
4715 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4716
4717         [BZ #16978]
4718         * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
4719         * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
4720         variable.
4721
4722 2014-05-23  Richard Henderson  <rth@twiddle.net>
4723
4724         * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
4725         * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
4726         * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
4727         * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
4728
4729         * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
4730         * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
4731         * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
4732         * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
4733         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
4734         * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
4735         * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
4736         * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
4737         * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
4738         * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
4739         * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
4740         * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
4741         * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
4742         * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
4743         * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
4744         * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
4745         * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
4746         * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
4747         * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
4748         * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
4749         * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
4750         * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
4751         * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
4752         * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
4753         * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
4754         * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
4755         * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
4756         * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
4757         * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
4758         * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
4759         * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
4760         * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
4761         * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
4762         * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
4763         * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
4764         * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
4765         * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
4766         * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
4767         * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
4768         * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
4769         * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
4770         * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
4771         * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
4772         * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
4773         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
4774         * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
4775         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
4776         * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
4777         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
4778         * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
4779         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
4780         * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
4781         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
4782         * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
4783         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
4784         * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
4785
4786         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
4787         * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
4788         * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here.  Restore PID
4789         before exiting on error.
4790         (__libc_vfork): New strong alias.
4791         * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
4792         * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
4793
4794         * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
4795         that was previously under [RESET_PID].
4796         * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
4797
4798         * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
4799
4800 2014-05-23  Joseph Myers  <joseph@codesourcery.com>
4801
4802         [BZ #16977]
4803         * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
4804         value when x - 1 is zero.
4805         * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
4806         * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
4807         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
4808         0.0L for an argument of 1.0L.
4809         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
4810         Likewise.
4811         * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
4812         value when x - 1 is zero.
4813         * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
4814         * sysdeps/i386/fpu/libm-test-ulps: Update.
4815         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
4816
4817 2014-05-23  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
4818
4819         * manual/filesys.texi (Scanning Directory Content): Fix prototype of
4820         alphasort and versionsort.
4821
4822 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4823
4824         * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
4825         macro.
4826         [copysignf]: Likewise.
4827
4828 2014-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
4829
4830         * crypt/md5-crypt.c: Fix formatting.
4831
4832 2014-05-22  Kostya Serebryany  <konstantin.s.serebryany@gmail.com>
4833
4834         * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
4835         (b64_from_24bit): New function.
4836
4837 2014-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4838
4839         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
4840         libc_hidden_builtin_def to ifunc.
4841         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
4842         [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
4843
4844 2014-05-21  Roland McGrath  <roland@hack.frob.com>
4845
4846         * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
4847         * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
4848
4849 2014-05-21  Joseph Myers  <joseph@codesourcery.com>
4850
4851         * nscd/Depend (linuxthreads): Remove.
4852         (nptl): Add.
4853         * resolv/Depend (linuxthreads): Remove.
4854         * rt/Depend (linuxthreads): Remove.
4855
4856         * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
4857         (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
4858         $(common-objpfx)elf/.
4859         (link-libc-before-gnulib): Likewise.
4860         (elfobjdir): Remove variable.
4861         * Makefile (install): Use $(elf-objpfx) instead of
4862         $(common-objpfx)elf/.
4863         * Makerules (link-libc-args): Use $(elf-objpfx) instead of
4864         $(elfobjdir)/.
4865         (link-libc-deps): Likewise.
4866         ($(common-objpfx)libc.so): Likewise.
4867         ($(common-objpfx)linkobj/libc.so): Likewise.
4868         [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
4869         instead of $(common-objpfx)elf/.
4870         (symbolic-link-list): Likewise.
4871         * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
4872         [$(cross-compiling) = no]: Likewise.
4873         * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
4874         $(elfobjdir)/.
4875         (static-gnulib-arch): Likewise.
4876         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
4877         [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
4878         $(common-objpfx)elf/.
4879
4880 2014-05-21  Richard Henderson  <rth@redhat.com>
4881
4882         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
4883         (SINGLE_THREAD_P): Use the correct width load.  Fold
4884         into the ldr offset.
4885
4886         * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
4887         (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
4888
4889 2014-05-20  Joseph Myers  <joseph@codesourcery.com>
4890
4891         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
4892         (libgcc_s_resume): Use __attribute_used__.
4893         * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
4894         Likewise.
4895
4896 2014-05-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4897
4898         * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
4899         optimization when used with float constants.
4900
4901         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
4902
4903 2014-05-20  Aurelien Jarno  <aurelien@aurel32.net>
4904
4905         [BZ #16915]
4906         * locale/nl_langinfo_l.c: Make direct reference to every
4907         _nl_current_CATEGORY symbol.
4908         * localedata/Makefile (test-srcs): Add tst-langinfo-static.
4909         (tests-static): Add tst-langinfo-static.
4910         (tests-special): Add tst-langinfo-static.out.
4911         ($(objpfx)tst-langinfo.out): Redirect output.
4912         ($(objpfx)tst-langinfo-static.out): New.
4913         * localedata/tst-langinfo.sh: Send output to stdout.
4914         * localedata/tst-langinfo-static.c: New file.
4915
4916         [BZ #16965]
4917         * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
4918         when the shift amount is modulo the limb size.
4919
4920 2014-05-20  Richard Henderson  <rth@redhat.com>
4921
4922         [BZ #16967]
4923         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
4924         Change type of sa_flags from unsigned int to int.
4925
4926         [BZ #16966]
4927         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
4928
4929         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
4930
4931 2014-05-20  Will Newton  <will.newton@linaro.org>
4932
4933         * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
4934         Test the return value of the system call in the nocancel case.
4935
4936 2014-05-20  Will Newton  <will.newton@linaro.org>
4937             Yvan Roux  <yvan.roux@linaro.org>
4938
4939         * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
4940         #include of asm/ptrace.h.
4941         (PTRACE_GET_THREAD_AREA): Remove #undef.
4942         (PTRACE_GETHBPREGS): Likewise.
4943         (PTRACE_SETHBPREGS): Likewise.
4944         (struct user_regs_struct): New structure.
4945         (struct user_fpsimd_struct): New structure.
4946         * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
4947         #include of asm/ptrace.h and second #include of sys/user.h.
4948         (PTRACE_GET_THREAD_AREA): Remove #undef.
4949         (PTRACE_GETHBPREGS): Likewise.
4950         (PTRACE_SETHBPREGS): Likewise.
4951         (ELF_NGREG): Use new struct user_regs_struct.
4952         (elf_fpregset_t): Use new struct user_fpsimd_struct.
4953
4954 2014-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
4955
4956         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
4957         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
4958
4959 2014-05-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
4960
4961         [BZ #16958]
4962         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
4963         membar to avoid block loads/stores to overlap previous stores.
4964
4965 2014-05-17  Richard Henderson  <rth@redhat.com>
4966
4967         * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
4968         Create the __##syscall_name##_nocancel entry point.
4969         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
4970         Remove; let the sysdep-cancel.h code create it.
4971
4972 2014-05-17  David S. Miller  <davem@davemloft.net>
4973
4974         * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
4975         Protect with __USE_GNU.
4976         (TIOCSET_TEMPT): Likewise.
4977         (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
4978         TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
4979         these are already provided in bits/ioctl-types.h
4980
4981 2014-05-16  Roland McGrath  <roland@hack.frob.com>
4982
4983         * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
4984         * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
4985
4986         * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
4987         Use wait4 regardless of [__NR_waitpid].
4988
4989 2014-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
4990
4991         PR libgcc/60166
4992         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
4993         (_FP_NANSIGN_Q): Set the quiet bit.
4994
4995 2014-05-16  Joseph Myers  <joseph@codesourcery.com>
4996
4997         * benchtests/Makefile
4998         ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
4999         not $(common-objpfx)math/libm.so.
5000         ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
5001         $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
5002         * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
5003         $(common-objpfx)dlfcn/libdl.so.
5004         ($(objpfx)tst-audit8): Depend on $(libm), not
5005         $(common-objpfx)math/libm.so.
5006         * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
5007         not $(common-objpfx)dlfcn/libdl.so.
5008         * math/Makefile
5009         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
5010         Depend on $(libm), not $(objpfx)libm.so.  Do not condition on
5011         [$(build-shared) = yes].
5012         ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
5013         $(common-objpfx)nptl/libpthread.so.
5014         * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
5015         $(common-objpfx)math/libm.so$(libm.so-version) or
5016         $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
5017         * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
5018         $(common-objpfx)dlfcn/libdl.so.
5019         * setjmp/Makefile (link-libm): Remove variable.
5020         ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
5021         * stdio-common/Makefile (link-libm): Remove variable.
5022         ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
5023         * stdlib/Makefile (link-libm): Remove variable.
5024         ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
5025         ($(objpfx)tst-strtod-round): Likewise.
5026         ($(objpfx)tst-tininess): Likewise.
5027         ($(objpfx)tst-strtod-underflow): Likewise.
5028         ($(objpfx)tst-strtod6): Likewise.
5029         ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
5030         $(libdl), not $(common-objpfx)nptl/libpthread.so and
5031         $(common-objpfx)dlfcn/libdl.so.
5032
5033 2014-05-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5034
5035         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
5036         BSD terminal modes definitions.
5037
5038 2014-05-16  Roland McGrath  <roland@hack.frob.com>
5039
5040         * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
5041         * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
5042
5043         * sysdeps/unix/sysv/linux/arch-fork.h: New file.
5044         * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
5045         * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
5046         Don't do #include_next.
5047         * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
5048         * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
5049         Don't do #include_next.
5050         * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
5051         * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
5052         * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
5053         * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
5054
5055 2014-05-16  Allan McRae  <allan@archlinux.org>
5056
5057         * po/sv.po: Update Swedish translation from translation project.
5058
5059         * timezone/Makefile ($(objpfx)tzselect): Use correct variable
5060         in sed expression.
5061
5062 2014-05-16  Aurelien Jarno  <aurelien@aurel32.net>
5063
5064         [BZ #16917]
5065         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
5066         errno if the TIOCGPTN ioctl fails with an error different than
5067         EINVAL.
5068         * login/tst-ptsname.c: New file.
5069         * login/Makefile (tests): Add tst-ptsname.
5070
5071         [BZ #16943]
5072         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
5073         and prlimit64.
5074
5075 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
5076
5077         [BZ #16849]
5078         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
5079         herrno to return EAI_AGAIN.
5080
5081 2014-05-14  Roland McGrath  <roland@hack.frob.com>
5082
5083         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
5084         * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
5085         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
5086         * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
5087         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
5088         * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
5089         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
5090         * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
5091         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
5092         * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
5093         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
5094         * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
5095         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
5096         * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
5097         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
5098         * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
5099         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
5100         * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
5101         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
5102         * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
5103         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
5104         * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
5105         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
5106         * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
5107         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
5108         * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
5109         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
5110         * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
5111         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
5112         * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
5113         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
5114         * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
5115         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
5116         * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
5117         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
5118         Moved ...
5119         * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
5120         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
5121         * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
5122         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
5123         * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
5124         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
5125         * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
5126         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
5127         * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
5128         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
5129         * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
5130         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
5131         * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
5132         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
5133         * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
5134         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
5135         * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
5136         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
5137         * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
5138         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
5139         * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
5140         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
5141         * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
5142         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
5143         * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
5144         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
5145         * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
5146         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
5147         Moved ...
5148         * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
5149         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
5150         * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
5151         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
5152         * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
5153         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
5154         * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
5155         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
5156         * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
5157         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
5158         * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
5159         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
5160         * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
5161         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
5162         * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
5163         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
5164         * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
5165         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
5166         * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
5167         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
5168         Moved ...
5169         * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
5170         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
5171         * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
5172
5173         * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
5174         * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
5175         (libpthread-sysdep_routines): Add elision-related stuff here instead.
5176         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
5177         * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
5178         * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
5179         * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
5180         * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
5181         * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
5182         * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
5183         * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
5184         * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
5185         * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
5186         * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
5187         * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
5188         * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
5189         * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
5190         * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
5191         * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
5192         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
5193         * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
5194         * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
5195         * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
5196         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
5197         * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
5198         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
5199         * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
5200         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
5201         * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
5202         * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
5203         * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
5204
5205         * sysdeps/unix/sysv/linux/mips/fork.h: New file.
5206         * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
5207
5208         * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
5209         * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
5210         * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
5211         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
5212         * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
5213         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
5214         Moved ...
5215         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
5216         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
5217         Moved ...
5218         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
5219         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
5220         Moved ...
5221         * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
5222         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
5223         Moved ...
5224         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
5225         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
5226         * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
5227         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
5228         Moved ...
5229         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
5230         * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
5231         * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
5232         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
5233         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
5234         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
5235         * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
5236         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
5237         Moved ...
5238         * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
5239         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5240         Moved ...
5241         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
5242         ... here.
5243         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
5244         * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
5245         * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
5246         * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
5247         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5248         Moved ...
5249         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
5250         ... here.
5251         * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
5252         Moved ...
5253         * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
5254         * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
5255         * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
5256         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
5257         * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
5258         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
5259         Moved ...
5260         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
5261         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
5262         Moved ...
5263         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
5264         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
5265         Moved ...
5266         * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
5267         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
5268         Moved ...
5269         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
5270         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
5271         * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
5272         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
5273         Moved ...
5274         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
5275         * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
5276         * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
5277         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
5278         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
5279         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
5280         * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
5281         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
5282         Moved ...
5283         * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
5284         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5285         Moved ...
5286         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
5287         ... here.
5288         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
5289         * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
5290         * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
5291         * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
5292         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5293         Moved ...
5294         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
5295         ... here.
5296         * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
5297         Moved ...
5298         * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
5299         * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
5300         * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
5301         * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
5302         * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
5303         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
5304         * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
5305         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
5306         * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
5307         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
5308         Moved ...
5309         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
5310         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
5311         Moved ...
5312         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
5313         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
5314         Moved ...
5315         * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
5316         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
5317         Moved ...
5318         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
5319         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
5320         * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
5321         * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
5322         * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
5323         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
5324         Moved ...
5325         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
5326         * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
5327         * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
5328         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
5329         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
5330         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
5331         * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
5332         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
5333         Moved ...
5334         * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
5335         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5336         Moved ...
5337         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
5338         ... here.
5339         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
5340         * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
5341         * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
5342         * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
5343         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5344         Moved ...
5345         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
5346         ... here.
5347         * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
5348         Moved ...
5349         * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
5350         * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
5351         * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
5352         * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
5353         * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
5354         * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
5355         * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
5356         * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
5357         * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
5358         * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
5359         * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
5360
5361         * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
5362         * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
5363
5364         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
5365         * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
5366
5367         * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
5368         * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
5369         * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
5370         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
5371         * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
5372         * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
5373         * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
5374         * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
5375         * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
5376         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
5377         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
5378         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
5379         * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
5380         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
5381         * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
5382         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
5383         * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
5384         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
5385         Moved ...
5386         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
5387         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
5388         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
5389         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
5390         Moved ...
5391         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
5392         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
5393         * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
5394         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
5395         * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
5396         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
5397         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
5398         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
5399         Moved ...
5400         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
5401         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
5402         Moved ...
5403         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
5404         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
5405         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
5406         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
5407         * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
5408         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
5409         * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
5410         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
5411         * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
5412         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
5413         * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
5414         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
5415         * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
5416         * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
5417         * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
5418         * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
5419         * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
5420
5421         * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
5422         * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
5423         * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
5424         * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
5425         * sysdeps/unix/sysv/linux/i386/fork.h: New file.
5426
5427         * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
5428         * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
5429         * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
5430         * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
5431         * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
5432         * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
5433         * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
5434         * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
5435         * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
5436         * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
5437
5438         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
5439         * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
5440
5441         * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
5442         * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
5443         * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
5444         * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
5445         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
5446         * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
5447         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
5448         * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
5449         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
5450         * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
5451         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
5452         * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
5453         * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
5454         * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
5455         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
5456         Update #include.
5457         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
5458         Likewise.
5459         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
5460         Likewise.
5461         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
5462         Likewise.
5463         * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
5464         Likewise.
5465         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
5466         Likewise.
5467         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
5468         Likewise.
5469         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
5470         Likewise.
5471         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
5472         Likewise.
5473         * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
5474         Likewise.
5475         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
5476         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
5477         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
5478         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
5479         * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5480         * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
5481         * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
5482         * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
5483         * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
5484         * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
5485         * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
5486         * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
5487         * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
5488         * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c:  Likewise.
5489         * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c:  Likewise.
5490
5491         * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
5492         that was previously under [RESET_PID].
5493         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
5494         * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
5495         * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
5496
5497         * sysdeps/i386/nptl/Implies: New file.
5498         * sysdeps/x86_64/nptl/Implies: New file.
5499         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
5500         * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
5501         * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
5502         * sysdeps/x86/nptl/bits/semaphore.h: ... here.
5503
5504         * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
5505         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5506         (__libc_vfork): New strong alias.
5507         * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
5508         * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
5509
5510         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
5511         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5512         (__libc_vfork): New strong alias.
5513         * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
5514         * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
5515
5516         * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
5517         (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
5518         (__libc_vfork): New strong alias.
5519         * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
5520         * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
5521         * nptl/pt-vfork.c: New file.
5522         * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
5523         (libpthread: GLIBC_2.20): New version set (empty).
5524
5525 2014-05-14  Will Newton  <will.newton@linaro.org>
5526
5527         * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
5528         rather than #if.
5529
5530 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5531
5532         [BZ #16564]
5533         * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
5534         arguments with exponent 65 or above.
5535         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
5536         arguments 0x1p113L or above.
5537         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
5538         to arguments 0x1p107L or above.
5539         * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
5540         positive arguments with exponent 65 or above.
5541         * math/auto-libm-test-in: Add more tests of log1p.
5542         * math/auto-libm-test-out: Regenerated.
5543
5544         [BZ #16928]
5545         * math/s_cacos.c (__cacos): Ensure zero real part of result from
5546         non-finite arguments is +0.
5547         * math/s_cacosf.c (__cacosf): Likewise.
5548         * math/s_cacosl.c (__cacosl): Likewise.
5549         * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
5550         * sysdeps/i386/fpu/libm-test-ulps: Update.
5551         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5552
5553         [BZ #16927]
5554         * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
5555         value.
5556         * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
5557         * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
5558         * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
5559         for explicit high bit of mantissa when testing for argument equal
5560         to 1.
5561         * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
5562         * sysdeps/i386/fpu/libm-test-ulps: Update.
5563         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
5564
5565         [BZ #16516]
5566         * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
5567         (__erf): Scale by 16 instead of 8 in potentially underflowing
5568         case.  Ensure exception if result actually underflows.
5569         * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
5570         (__erff): Scale by 16 instead of 8 in potentially underflowing
5571         case.  Ensure exception if result actually underflows.
5572         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
5573         (efx8): Remove variable.
5574         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5575         case.  Ensure exception if result actually underflows.
5576         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
5577         (efx8): Remove variable.
5578         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5579         case.  Ensure exception if result actually underflows.
5580         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
5581         (efx8): Remove variable.
5582         (__erfl): Scale by 16 instead of 8 in potentially underflowing
5583         case.  Ensure exception if result actually underflows.
5584         * math/auto-libm-test-in: Add more tests of erf.
5585         * math/auto-libm-test-out: Regenerated.
5586
5587 2014-05-14  Andreas Schwab  <schwab@suse.de>
5588
5589         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
5590         Remove code conditionalized on USE___THREAD.
5591
5592         * config.h.in (HAVE_PT_CHOWN): Define as 0.
5593         * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
5594         not definedness.
5595
5596 2014-05-14  Joseph Myers  <joseph@codesourcery.com>
5597
5598         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
5599         Define unconditionally.
5600         (__ASSUME_O_CLOEXEC): Likewise.
5601         (__ASSUME_SOCK_CLOEXEC): Likewise.
5602         (__ASSUME_IN_NONBLOCK): Likewise.
5603         (__ASSUME_PIPE2): Likewise.
5604         (__ASSUME_EVENTFD2): Likewise.
5605         (__ASSUME_SIGNALFD4): Likewise.
5606         (__ASSUME_DUP3): Likewise.
5607         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
5608         (__ASSUME_DUP3): Do not define.
5609         (__ASSUME_EVENTFD2): Likewise.
5610         (__ASSUME_IN_NONBLOCK): Likewise.
5611         (__ASSUME_O_CLOEXEC): Likewise.
5612         (__ASSUME_PIPE2): Likewise.
5613         (__ASSUME_SIGNALFD4): Likewise.
5614         (__ASSUME_SOCK_CLOEXEC): Likewise.
5615         (__ASSUME_UTIMES): Undefine.
5616         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5617         (__ASSUME_UTIMES): Do not define.
5618         (__ASSUME_O_CLOEXEC): Likewise.
5619         (__ASSUME_SOCK_CLOEXEC): Likewise.
5620         (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
5621         0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
5622         0x020621].
5623         (__ASSUME_PIPE2): Likewise.
5624         (__ASSUME_EVENTFD2): Likewise.
5625         (__ASSUME_SIGNALFD4): Likewise.
5626         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
5627         * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
5628         Do not define.
5629         (__ASSUME_EVENTFD2): Likewise.
5630         (__ASSUME_SIGNALFD4): Likewise.
5631         * sysdeps/unix/sysv/linux/hppa/kernel-features.h
5632         (__ASSUME_32BITUIDS): Likewise.
5633         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
5634         (__ASSUME_IPC64): Likewise.
5635         (__ASSUME_ST_INO_64_BIT): Likewise.
5636         (__ASSUME_GETDENTS64_SYSCALL): Likewise.
5637         [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
5638         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5639         (__ASSUME_UTIMES): Do not define.
5640         (__ASSUME_PSELECT): Likewise.
5641         (__ASSUME_PPOLL): Likewise.
5642         (__ASSUME_O_CLOEXEC): Likewise.
5643         (__ASSUME_SOCK_CLOEXEC): Likewise.
5644         (__ASSUME_IN_NONBLOCK): Likewise.
5645         (__ASSUME_PIPE2): Likewise.
5646         (__ASSUME_EVENTFD2): Likewise.
5647         (__ASSUME_SIGNALFD4): Likewise.
5648         (__ASSUME_DUP3): Likewise.
5649         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5650         (__ASSUME_UTIMES): Likewise.
5651         (__ASSUME_O_CLOEXEC): Likewise.
5652         (__ASSUME_SOCK_CLOEXEC): Likewise.
5653         (__ASSUME_IN_NONBLOCK): Likewise.
5654         (__ASSUME_PIPE2): Likewise.
5655         (__ASSUME_EVENTFD2): Likewise.
5656         (__ASSUME_SIGNALFD4): Likewise.
5657         (__ASSUME_DUP3): Likewise.
5658         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
5659         (__ASSUME_UTIMES): Likewise.
5660         (__ASSUME_O_CLOEXEC): Likewise.
5661         (__ASSUME_SOCK_CLOEXEC): Likewise.
5662         (__ASSUME_IN_NONBLOCK): Likewise.
5663         (__ASSUME_PIPE2): Likewise.
5664         (__ASSUME_EVENTFD2): Likewise.
5665         (__ASSUME_SIGNALFD4): Likewise.
5666         (__ASSUME_DUP3): Likewise.
5667         * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
5668         Likewise.
5669         (__ASSUME_UTIMES): Likewise.
5670         (__ASSUME_EVENTFD2): Likewise.
5671         (__ASSUME_SIGNALFD4): Likewise.
5672         * sysdeps/unix/sysv/linux/tile/kernel-features.h
5673         (__ASSUME_O_CLOEXEC): Likewise.
5674         (__ASSUME_SOCK_CLOEXEC): Likewise.
5675         (__ASSUME_IN_NONBLOCK): Likewise.
5676         (__ASSUME_PIPE2): Likewise.
5677         (__ASSUME_EVENTFD2): Likewise.
5678         (__ASSUME_SIGNALFD4): Likewise.
5679         (__ASSUME_DUP3): Likewise.
5680         (__ASSUME_UTIMES): Undefine.
5681
5682         * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
5683         feclearexcept.  Remove symbol versioning code.
5684         * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv.  Remove
5685         symbol versioning code.
5686         * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv.  Remove
5687         symbol versioning code.
5688         * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
5689         feupdateenv.  Remove symbol versioning code.
5690         * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
5691         fegetexceptflag.  Remove symbol versioning code.
5692         * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
5693         fesetexceptflag.  Remove symbol versioning code.
5694         * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
5695         GLIBC_2.2 and GLIBC_2.3.3 entries.  Change GLIBC_2.1 to GLIBC_2.4.
5696         * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
5697         (__posix_fadvise64_l32): Remove prototype.
5698         [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
5699         code.
5700
5701 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5702
5703         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
5704         * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
5705         * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
5706         * sysdeps/arm/nptl/bits/semaphore.h: ... here.
5707
5708 2014-05-13  Sami Kerola  <kerolasa@iki.fi>
5709
5710         * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
5711         current working directory
5712
5713 2014-05-13  Roland McGrath  <roland@hack.frob.com>
5714
5715         * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
5716         * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
5717         * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
5718         * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
5719         * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
5720         * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
5721         * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
5722         * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
5723         * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
5724         * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
5725         * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
5726         * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
5727         * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
5728         * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
5729         * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
5730         * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
5731         * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
5732         * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
5733         * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
5734         * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
5735         * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
5736         * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
5737         * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
5738         * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
5739         * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
5740         * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
5741         * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
5742         * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
5743         * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
5744         * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
5745         * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
5746         * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
5747         * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
5748         * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
5749         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
5750         * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
5751         * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
5752         * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
5753         * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
5754         * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
5755         * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
5756         * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
5757
5758         * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
5759         * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
5760
5761         * sysdeps/unix/sysv/linux/arm/Makefile
5762         [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
5763         Add rt-aeabi_unwind_cpp_pr1.
5764         [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
5765         Add nptl-aeabi_unwind_cpp_pr1.
5766         [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
5767         * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
5768         * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
5769         * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
5770         * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
5771         * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
5772
5773         * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
5774         * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
5775         * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
5776         * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
5777
5778         * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
5779         Deconditionalize the code that was previously under [RESET_PID].
5780         * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
5781
5782         * sysdeps/generic/exit-thread.h: New file.
5783         * sysdeps/unix/sysv/linux/exit-thread.h: New file.
5784         * include/unistd.h (__exit_thread): Remove declaration.
5785         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
5786         * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
5787         * csu/libc-start.c: Include <exit-thread.h>.
5788         (LIBC_START_MAIN): Pass no argument to __exit_thread.
5789         * nptl/pthread_create.c: Include <exit-thread.h>.
5790         (start_thread): Call __exit_thread in place of __exit_thread_inline.
5791         * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
5792         * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
5793         * nptl/sysdeps/s390/pthreaddef.h: Likewise.
5794         * nptl/sysdeps/sh/pthreaddef.h: Likewise.
5795         * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
5796         * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
5797         * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
5798         * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
5799         * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
5800         * sysdeps/arm/nptl/pthreaddef.h: Likewise.
5801         * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
5802         * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
5803         * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
5804         * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
5805         * sysdeps/mips/nptl/pthreaddef.h: Likewise.
5806         * sysdeps/tile/nptl/pthreaddef.h: Likewise.
5807
5808 2014-05-13  Andreas Schwab  <schwab@suse.de>
5809
5810         * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
5811
5812 2014-05-12  Joseph Myers  <joseph@codesourcery.com>
5813
5814         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
5815         (__ASSUME_UTIMES): Do not condition on kernel version.
5816         (__ASSUME_PSELECT): Define unconditionally.
5817         (__ASSUME_PPOLL): Likewise.
5818         (__ASSUME_ATFCTS): Likewise.
5819         (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
5820         (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
5821         (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
5822         (__ASSUME_UTIMENSAT): Define unconditionally.
5823         (__ASSUME_PRIVATE_FUTEX): Likewise.
5824         (__ASSUME_FALLOCATE): Likewise.
5825         (__ASSUME_O_CLOEXEC): Likewise.
5826         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
5827         (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
5828         (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
5829         (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
5830         (__ASSUME_IN_NONBLOCK): Likewise.
5831         (__ASSUME_PIPE2): Likewise.
5832         (__ASSUME_EVENTFD2): Likewise.
5833         (__ASSUME_SIGNALFD4): Likewise.
5834         (__ASSUME_DUP3): Likewise.
5835         [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5836         (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
5837         (__ASSUME_AT_RANDOM): Likewise.
5838         (__ASSUME_PREADV): Likewise.
5839         (__ASSUME_PWRITEV): Likewise.
5840         (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
5841         (__ASSUME_F_GETOWN_EX): Define unconditionally.
5842         (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
5843         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
5844         [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
5845         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
5846         (__ASSUME_O_CLOEXEC): Define unconditionally.
5847         (__ASSUME_PSELECT): Do not undefine conditionally.
5848         (__ASSUME_PPOLL): Likewise.
5849         (__ASSUME_ATFCTS): Likewise.
5850         (__ASSUME_SET_ROBUST_LIST): Likewise.
5851         (__ASSUME_UTIMENSAT): Likewise.
5852         (__ASSUME_FDATASYNC): Define unconditionally.
5853         * sysdeps/unix/sysv/linux/arm/kernel-features.h
5854         (__ASSUME_SIGFRAME_V2): Likewise.
5855         )__ASSUME_EVENTFD2): Likewise.
5856         (__ASSUME_SIGNALFD4): Likewise.
5857         (__ASSUME_PSELECT): Do not undefine conditionally.
5858         (__ASSUME_PPOLL): Likewise.
5859         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
5860         (__ASSUME_PSELECT): Define unconditionally.
5861         (__ASSUME_PPOLL): Likewise.
5862         (__ASSUME_O_CLOEXEC): Likewise.
5863         (__ASSUME_SOCK_CLOEXEC): Likewise.
5864         (__ASSUME_IN_NONBLOCK): Likewise.
5865         (__ASSUME_PIPE2): Likewise.
5866         (__ASSUME_EVENTFD2): Likewise.
5867         (__ASSUME_SIGNALFD4): Likewise.
5868         (__ASSUME_DUP3): Likewise.
5869         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
5870         (__ASSUME_O_CLOEXEC): Likewise.
5871         (__ASSUME_SOCK_CLOEXEC): Likewise.
5872         (__ASSUME_IN_NONBLOCK): Likewise.
5873         (__ASSUME_PIPE2): Likewise.
5874         (__ASSUME_EVENTFD2): Likewise.
5875         (__ASSUME_SIGNALFD4): Likewise.
5876         (__ASSUME_DUP3): Likewise.
5877         * sysdeps/unix/sysv/linux/mips/kernel-features.h
5878         (__ASSUME_EVENTFD2): Likewise.
5879         (__ASSUME_SIGNALFD4): Likewise.
5880         (__ASSUME_ACCEPT4_SYSCALL): Likewise.
5881
5882 2014-05-12  Andreas Schwab  <schwab@suse.de>
5883
5884         [BZ #16932]
5885         * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
5886         (_nss_nis_gethostbyname4_r): Return error if item length is larger
5887         than maximum RPC packet size.
5888         * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
5889         * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
5890         * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
5891         (_nss_nis_getservbyport_r): Likewise.
5892
5893 2014-05-12  Will Newton  <will.newton@linaro.org>
5894
5895         * malloc/Makefile (tests): Add tst-mallopt.
5896         * malloc/tst-mallopt.c: New file.
5897
5898 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5899
5900         * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
5901         [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
5902
5903 2014-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
5904
5905         * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
5906         (tst-tlsmod6.so): Likewise.
5907
5908 2014-05-09  Roland McGrath  <roland@hack.frob.com>
5909
5910         * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
5911
5912 2014-05-09  Joseph Myers  <joseph@codesourcery.com>
5913
5914         [BZ #16064]
5915         * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
5916         and <dl-procinfo.h>.
5917         (__fegetenv): Save SSE state in envp->__eip if supported.
5918         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
5919         envp->__eip if supported.
5920         * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
5921         and <dl-procinfo.h>.
5922         (__fesetenv): Always set __eip, __cs_selector, __opcode,
5923         __data_offset and __data_selector in environment to 0.  Set SSE
5924         state if supported.
5925         * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
5926         test-fenv-sse.
5927         [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
5928         -mfpmath=sse.
5929         * sysdeps/x86/fpu/test-fenv-sse.c: New file.
5930
5931 2014-05-09  Will Newton  <will.newton@linaro.org>
5932
5933         * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
5934         and libc_relro_required for ARM.
5935         * sysdeps/arm/preconfigure: Regenerate.
5936
5937 2014-05-09  Dominik Vogt  <vogt@linux.vnet.ibm.com>
5938             Stefan Liebler  <stli@linux.vnet.ibm.com>
5939
5940         * config.make.in (enable-lock-elision): New Makefile variable.
5941         * configure.ac: Likewise.
5942         * configure: Regenerate.
5943         * sysdeps/s390/configure.ac:
5944         Add check for gcc transactions support.
5945         * sysdeps/s390/configure: Regenerate.
5946         * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
5947         Build elision files if enabled.
5948         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
5949         Add lock elision support for s390.
5950         * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
5951         * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
5952         * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
5953         * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
5954         * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
5955         * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
5956         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
5957         Likewise.
5958         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
5959         Likewise.
5960         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
5961         Likewise.
5962         * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
5963         Likewise.
5964         * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
5965         (__lll_timedlock_elision, __lll_lock_elision)
5966         (__lll_unlock_elision, __lll_trylock_elision)
5967         (lll_timedlock_elision, lll_lock_elision)
5968         (lll_unlock_elision, lll_trylock_elision): Add.
5969         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
5970         (pthread_mutex_t): Add lock elision support for s390.
5971
5972 2014-05-14  Wilco  <wdijkstr@arm.com>
5973
5974         * sysdeps/arm/fclrexcpt.c: Cleanup.
5975         * sysdeps/arm/fedisblxcpt.c: Cleanup.
5976         * sysdeps/arm/feenablxcpt.c: Cleanup.
5977         * sysdeps/arm/fegetenv.c: Cleanup.
5978         * sysdeps/arm/fegetexcept.c: Cleanup.
5979         * sysdeps/arm/fegetround.c: Cleanup.
5980         * sysdeps/arm/feholdexcpt.c: Cleanup.
5981         * sysdeps/arm/fesetenv.c: Cleanup.
5982         * sysdeps/arm/fesetround.c: Cleanup.
5983         * sysdeps/arm/feupdateenv.c: Cleanup.
5984         * sysdeps/arm/fgetexcptflg.c: Cleanup.
5985         * sysdeps/arm/fraiseexcpt.c: Cleanup.
5986         * sysdeps/arm/fsetexcptflg.c: Cleanup.
5987         * sysdeps/arm/ftestexcept.c: Cleanup.
5988         * sysdeps/arm/get-rounding-mode.h: Cleanup.
5989         * sysdeps/arm/setfpucw.c: Cleanup.
5990
5991 2014-05-09  Will Newton  <will.newton@linaro.org>
5992
5993         * sysdeps/arm/armv7/strcmp.S: New file.
5994         * NEWS: Mention addition of ARMv7 optimized strcmp.
5995
5996 2014-05-08  Roland McGrath  <roland@hack.frob.com>
5997
5998         * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
5999         look for %.ac rather than %.in.
6000
6001         * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
6002         * sysdeps/unix/sysv/linux/configure.ac: Likewise.
6003         * sysdeps/mach/hurd/configure: Regenerated.
6004         * sysdeps/unix/sysv/linux/configure: Regenerated.
6005
6006         * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
6007
6008 2014-05-07  Steve Ellcey  <sellcey@mips.com>
6009
6010         [BZ# 16922]
6011         * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
6012         (LONG_SUB): Ditto.
6013         (PTR_SUB): Ditto.
6014
6015 2014-05-07  Andreas Schwab  <schwab@suse.de>
6016
6017         * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
6018         when skipping over non-matching result from nscd.
6019
6020 2014-05-07  Ondřej Bílka  <neleai@seznam.cz>
6021
6022         [BZ #16876]
6023         * nptl/sockperf.c (client): Check socket return value.
6024
6025         [BZ #16877]
6026         * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
6027         nscd security class.
6028
6029 2014-05-06  Roland McGrath  <roland@hack.frob.com>
6030
6031         * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
6032         * sysdeps/arm/unwind.h: ... here.
6033
6034 2014-05-06  Aurelien Jarno  <aurelien@aurel32.net>
6035
6036         [BZ# 16916]
6037         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
6038         Define.
6039
6040 2014-05-06  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
6041
6042         * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
6043         * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
6044         multiarch strncpy for PPC64.
6045         * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
6046         * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
6047         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
6048         multiarch optimizations.
6049         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
6050         (__libc_ifunc_impl_list): Likewise.
6051         * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
6052         * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
6053         multiarch stpncpy for PPC64.
6054         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
6055         * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
6056
6057 2014-05-06  Andreas Schwab  <schwab@suse.de>
6058
6059         [BZ #16912]
6060         * gmon/mcount.c (_MCOUNT_DECL): Use
6061         atomic_compare_and_exchange_bool_acq instead of
6062         catomic_compare_and_exchange_bool_acq.
6063
6064 2014-05-05  Roland McGrath  <roland@hack.frob.com>
6065
6066         * elf/Makefile (others, install-bin): Remove pldd.
6067         (pldd-modules): Variable removed.
6068         ($(objpfx)pldd): Target removed.
6069         * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
6070         (others, install-bin): Append pldd here.
6071         ($(objpfx)pldd): New target.
6072
6073         * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
6074         to 0, so the first #if test emitted later doesn't see it undefined.
6075         (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
6076         * sysdeps/gnu/errlist.c: Regenerated.
6077
6078 2014-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6079
6080         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
6081         [libc_hidden_builtin_def]: Define to empty value.
6082         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
6083         [libc_hidden_builtin_def]: Likewise.
6084         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
6085         [libc_hidden_builtin_def]: Likewise.
6086         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
6087         [libc_hidden_builtin_def]: Likewise.
6088         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
6089         __redirect_memcpy and define ifunc as default hidden symbol.
6090         * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
6091         * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
6092
6093 2014-05-04  Adam Conrad  <adconrad@0c3.net>
6094
6095         * locale/iso-4217.def: Reintroduce XDR currency.
6096
6097 2014-05-04  Allan McRae  <allan@archlinux.org>
6098
6099         * po/eo.po: Update Esperanto translation from translation project.
6100
6101 2014-05-02  Carlos O'Donell  <carlos@redhat.com>
6102
6103         * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
6104         and FEATURE_INDEX_MAX to 1.
6105         [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
6106
6107 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6108
6109         * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
6110         * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
6111         * iconvdata/big5.c (ONE_DIRECTION): Define.
6112         * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
6113         * iconvdata/cp1255.c (ONE_DIRECTION): Define.
6114         * iconvdata/cp1258.c (ONE_DIRECTION): Define.
6115         * iconvdata/cp932.c (ONE_DIRECTION): Define.
6116         * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
6117         * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
6118         * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
6119         * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
6120         * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
6121         * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
6122         * iconvdata/gb18030.c (ONE_DIRECTION): Define.
6123         * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
6124         * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
6125         * iconvdata/gbk.c (ONE_DIRECTION): Define.
6126         * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
6127         * iconvdata/ibm930.c (ONE_DIRECTION): Define.
6128         * iconvdata/ibm932.c (ONE_DIRECTION): Define.
6129         * iconvdata/ibm933.c (ONE_DIRECTION): Define.
6130         * iconvdata/ibm935.c (ONE_DIRECTION): Define.
6131         * iconvdata/ibm937.c (ONE_DIRECTION): Define.
6132         * iconvdata/ibm939.c (ONE_DIRECTION): Define.
6133         * iconvdata/ibm943.c (ONE_DIRECTION): Define.
6134         * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
6135         * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
6136         * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
6137         * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
6138         * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
6139         * iconvdata/iso646.c (ONE_DIRECTION): Define.
6140         * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
6141         * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
6142         * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
6143         * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
6144         * iconvdata/johab.c (ONE_DIRECTION): Define.
6145         * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
6146         * iconvdata/sjis.c (ONE_DIRECTION): Define.
6147         * iconvdata/t.61.c (ONE_DIRECTION): Define.
6148         * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
6149         * iconvdata/tscii.c (ONE_DIRECTION): Define.
6150         * iconvdata/uhc.c (ONE_DIRECTION): Define.
6151         * iconvdata/unicode.c (ONE_DIRECTION): Define.
6152         * iconvdata/utf-16.c (ONE_DIRECTION): Define.
6153         * iconvdata/utf-32.c (ONE_DIRECTION): Define.
6154         * iconvdata/utf-7.c (ONE_DIRECTION): Define.
6155
6156 2014-05-01  Roland McGrath  <roland@hack.frob.com>
6157
6158         * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
6159         (_IO_JUMPS_OFFSET): Define to 0.
6160
6161         * nptl/sysdeps/pthread/bits/libc-lock.h
6162         [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
6163         (__libc_lock_define_initialized_recursive): Always define using
6164         initializer.  Modern compilers treat uninitialized (implicit zero) and
6165         explicit zero initializers the same (i.e. put the datum in bss).
6166
6167 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6168
6169         * nscd/nscd-client.h: Include <string.h>.
6170
6171 2014-05-01  David S. Miller  <davem@davemloft.net>
6172
6173         [BZ #16885]
6174         * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
6175         multiple zero bytes exist at the end of a string.
6176         Reported by Aurelien Jarno <aurelien@aurel32.net>
6177
6178         * string/test-strcmp.c (check): Add explicit test for situations where
6179         there are multiple zero bytes after the first.
6180
6181 2014-05-01  Andreas Schwab  <schwab@linux-m68k.org>
6182
6183         [BZ #16890]
6184         * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
6185         when compiling wprintf.
6186         * stdio-common/tstdiomisc.c (t3): New function.
6187         (main): Call it.
6188
6189 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6190
6191         * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
6192         * iconv/gconv_simple.c (ONE_DIRECTION): Define.
6193         * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
6194         * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
6195
6196 2014-05-01  Steve Ellcey  <sellcey@mips.com>
6197
6198         * stdlib/longlong.h: Updated from GCC.
6199
6200 2014-05-01  Will Newton  <will.newton@linaro.org>
6201             Bernard Ogden  <bernie.ogden@linaro.org>
6202
6203         * NEWS: Update fixed bug list.
6204
6205         [BZ #15119]
6206         * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
6207
6208 2014-04-30  David S. Miller  <davem@davemloft.net>
6209
6210         * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
6211         (libc_feholdexcept_setround_sparc_ctx): New function.
6212         (libc_fesetenv_sparc_ctx): Likewise.
6213         (libc_feupdateenv_sparc_ctx): Likewise.
6214         (libc_feholdsetround_sparc_ctx): Likewise.
6215         (libc_feholdexcept_setround_ctx): Define.
6216         (libc_feholdexcept_setroundf_ctx): Likewise.
6217         (libc_feholdexcept_setroundl_ctx): Likewise.
6218         (libc_fesetenv_ctx): Likewise.
6219         (libc_fesetenvf_ctx): Likewise.
6220         (libc_fesetenvl_ctx): Likewise.
6221         (libc_feupdateenv_ctx): Likewise.
6222         (libc_feupdateenvf_ctx): Likewise.
6223         (libc_feupdateenvl_ctx): Likewise.
6224         (libc_feresetround_ctx): Likewise.
6225         (libc_feresetroundf_ctx): Likewise.
6226         (libc_feresetroundl_ctx): Likewise.
6227         (libc_feholdsetround_ctx): Likewise.
6228         (libc_feholdsetroundf_ctx): Likewise.
6229         (libc_feholdsetroundl_ctx): Likewise.
6230
6231         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6232         with __USE_GNU instead of XOPEN cpp guards.
6233
6234         * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
6235         0.
6236
6237         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
6238         with XOPEN cpp guards.
6239
6240 2014-04-30  Julian Brown  <julian@codesourcery.com>
6241
6242         [BZ #16888]
6243         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
6244         handling.
6245
6246 2014-04-30  Joseph Myers  <joseph@codesourcery.com>
6247
6248         [BZ #9894]
6249         * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
6250         Change to 2.6.32.
6251         (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
6252         * sysdeps/unix/sysv/linux/configure: Regenerated.
6253         * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
6254         * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
6255         * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
6256         * sysdeps/unix/sysv/linux/tile/configure: Likewise.
6257         * README: Update reference to required Linux kernel version.
6258         * manual/install.texi (Linux): Update reference to required Linux
6259         kernel headers version.
6260         * INSTALL: Regenerated.
6261
6262         * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
6263         header inclusion.
6264         [POSIX] (limits.h): Likewise.
6265         [POSIX] (math.h): Likewise.
6266         [POSIX] (sys/wait.h): Likewise.
6267         * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
6268         function.
6269         [POSIX] (stddef.h): Do not allow header inclusion.
6270
6271 2014-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6272
6273         * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
6274
6275 2014-04-30  Yang Yingliang  <yangyingliang@huawei.com>
6276
6277         * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
6278         Return immediately after lll_futex_wake.
6279
6280 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6281
6282         [BZ #16791]
6283         * nscd/nscd-client.h (datahead_init_common): Initialize entire
6284         structure.
6285         (datahead_init_pos): Call datahead_init_common early.
6286         (datahead_init_neg): Likewise.
6287
6288         * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
6289         datahead_init_neg): New functions.
6290         * nscd/aicache.c (addhstaiX): Use them.
6291         * nscd/grpcache.c (cache_addgr): Likewise.
6292         * nscd/hstcache.c (cache_addhst): Likewise.
6293         * nscd/initgrcache.c (addinitgroupsX): Likewise.
6294         * nscd/netgroupcache.c (do_notfound): Likewise.
6295         (addgetnetgrentX): Likewise.
6296         (addinnetgrX): Likewise.
6297         * nscd/pwdcache.c (cache_addpw): Likewise.
6298         * nscd/servicescache.c (cache_addserv): Likewise.
6299
6300 2014-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
6301             Atsushi Onoe  <atsushi@onoe.org>
6302
6303         [BZ #14308]
6304         [BZ #12994]
6305         [BZ #13651]
6306         * resolv/res_query.c (__libc_res_nsearch): Return if at least
6307         one response is valid.
6308         * resolv/res_send.c (send_dg): Check for validity of other
6309         response if the current response is a referral.
6310
6311 2014-04-29  Steve Ellcey  <sellcey@mips.com>
6312
6313         * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
6314
6315 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
6316
6317         [BZ #16823]
6318         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
6319         Always divide by positive zero when computing -Inf result.
6320         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
6321         * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
6322
6323 2014-04-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6324
6325         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
6326         FPSCR if value do not change.
6327         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
6328         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
6329         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
6330         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
6331         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
6332         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
6333         function.
6334
6335 2014-05-29  Carlos O'Donell  <carlos@systemhalted.org>
6336
6337         * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
6338         * sysdeps/unix/sysv/linux/hppa: Move directory from
6339         ports/systeps/unix/sysv/linux/hppa.
6340         * README: Update listing for hppa-*-linux-gnu.
6341
6342 2014-04-28  Ondřej Bílka  <neleai@seznam.cz>
6343
6344         [BZ #16754]
6345         * manual/stdio.texi (Hook functions): Fix types of stream hook
6346         functions.
6347         [BZ #16854]
6348         * socket/sys/socket.h: Fix typo in comment.
6349
6350 2014-04-28  Wilco  <wdijkstr@arm.com>
6351
6352         * sysdeps/arm/fenv_private.h: New file.
6353         * sysdeps/arm/math_private.h: New file.
6354         * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
6355
6356 2014-04-25  H.J. Lu  <hongjiu.lu@intel.com>
6357
6358         * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
6359         with __int128_t.
6360         (La_x86_64_retval): Likewise.
6361
6362 2014-04-24  Ian Bolton  <ian.bolton@arm.com>
6363
6364         * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
6365         fpsr if value didn't change.
6366         * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
6367         to fpcr if value didn't change.
6368         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
6369         * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
6370         fpsr or fpcr if value didn't change.
6371         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
6372         * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
6373         fpcr if value didn't change.
6374         * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
6375         to fpsr if value didn't change.
6376
6377 2014-02-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
6378
6379         * nptl/tst-sem3.c: Use test-skeleton.c
6380         (main): Rename to do_test.  Use return instead of
6381         exit.
6382         * nptl/tst-sem4.c: Use test-skeleton.c
6383         (main): Rename to do_test.
6384
6385 2014-04-22  David S. Miller  <davem@davemloft.net>
6386
6387         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
6388         (struct sigaction): New struct member __glibc_reserved0, change
6389         type of sa_flags to int.
6390
6391 2014-04-22  Yufeng Zhang  <yufeng.zhang@arm.com>
6392
6393         * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
6394         (COUNT_LEADING_ZEROS_0): Define for AArch64.
6395
6396 2014-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
6397
6398         * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
6399         * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
6400
6401 2014-04-22  Will Newton  <will.newton@linaro.org>
6402             Venkataramanan Kumar  <venkataramanan.kumar@linaro.org>
6403
6404         * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
6405         (__longjmp): Add longjmp and longjmp_target SystemTap
6406         probes.
6407         * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
6408         (__sigsetjmp): Add setjmp SystemTap probe.
6409
6410 2014-04-17  Carlos O'Donell  <carlos@redhat.com>
6411
6412         * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
6413         match manual order.
6414
6415 2014-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6416
6417         * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
6418
6419         * sysdeps/powerpc/fpu/fenv_private.h
6420         (libc_feholdexcept_setroundl_ctx): Define to
6421         libc_feholdexcept_setround_ppc_ctx.
6422         (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
6423         (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
6424         (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
6425         (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
6426
6427 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6428
6429         * sysdeps/aarch64/math-tests.h: New file.
6430
6431 2014-04-17  Sihai Yao  <sihai.ysh@alibaba-inc.com>
6432
6433         * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
6434         New.
6435         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
6436         Check and set bit_AVX2_Usable.
6437         * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
6438         macro.
6439         (bit_AVX2): Likewise.
6440         (index_AVX2_Usable): Likewise.
6441         (CPUID_AVX2): Likewise.
6442         (HAS_AVX2): Likewise.
6443
6444 2014-04-17  Will Newton  <will.newton@linaro.org>
6445
6446         * manual/setjmp.texi (System V contexts): Add note that
6447         calling setcontext on a context created by a call to a
6448         signal handler is undefined.  Update text to note that
6449         setcontext from a signal handler is possible but not
6450         recommended.
6451
6452         [BZ #16629]
6453         * stdlib/tst-setcontext.c: Include signal.h.
6454         (main): Check that the signal stack before and
6455         after swapcontext is the same.
6456
6457         * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
6458         Re-implement to restore registers in user code and avoid
6459         rt_sigreturn system call.
6460
6461 2014-04-17  Wilco  <wdijkstr@arm.com>
6462
6463         * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
6464         * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
6465         * math/test-fenv.c: Skip exception trap tests on targets which only
6466         support non-stop mode.
6467
6468 2014-04-17  Ian Bolton  <ian.bolton@arm.com>
6469             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6470
6471         * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
6472         (libc_feholdsetround_aarch64_ctx)
6473         (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
6474         (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
6475         (libc_feresetround_ctx, libc_feresetroundf_ctx)
6476         (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
6477         (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
6478         (libc_feresetround_noexl_ctx): Define.
6479
6480 2014-04-16  Richard Henderson  <rth@redhat.com>
6481
6482         * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
6483
6484         * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
6485         unwind tables.
6486
6487         * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
6488         const from the non-libc, non-ldso copy.
6489
6490         * sysdeps/alpha/libm-test-ulps: Regenerate.
6491
6492 2014-04-16  Ian Bolton  <ian.bolton@arm.com>
6493             Wilco Dijkstra  <wilco.dijkstra@arm.com>
6494
6495         * sysdeps/aarch64/fpu/math_private.h: New file.
6496
6497 2014-04-16  Marcus Shawcroft  <marcus.shawcroft@arm.com>
6498
6499         * sysdeps/aarch64/libm-test-ulps: Regenerate.
6500
6501 2014-04-16  Igor Zamyatin  <igor.zamyatin@intel.com>
6502
6503         * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
6504         (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
6505         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
6506         Intel MPX bound registers before _dl_profile_fixup.
6507         * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
6508         registers after _dl_profile_fixup.  Save and restore bound
6509         registers bnd0/bnd1 when calling _dl_call_pltexit.
6510         * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
6511         (LR_BND_OFFSET): Likewise.
6512         (LRV_BND0_OFFSET): Likewise.
6513         (LRV_BND1_OFFSET): Likewise.
6514
6515 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6516
6517         * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
6518         to...
6519         * sysdeps/mach/hurd/i386/tls.h: ... here.
6520         (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
6521         pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
6522         fields.
6523
6524 2014-04-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
6525
6526         * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
6527
6528 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6529
6530         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
6531
6532 2014-04-16  Stefan Liebler  <stli@linux.vnet.ibm.com>
6533
6534         [BZ #14770]
6535         * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
6536         * sysdeps/s390/configure: Regenerate.
6537
6538         [BZ #16824]
6539         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
6540         Set round-to-nearest internally to reduce error accumulation.
6541
6542 2014-04-16  Alan Modra  <amodra@gmail.com>
6543
6544         [BZ #16740]
6545         [BZ #16619]
6546         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
6547         * math/libm-test.inc (frexp_test_data): Add tests.
6548         * NEWS: Update fixed bug list.
6549
6550 2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
6551
6552         * benchtests/Makefile: Depend on libraries in build directory.
6553         (bench-math): Separate out math tests.
6554         (bench-pthread): Separate out pthread tests.
6555         (bench): Include math and pthread tests.
6556
6557 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
6558
6559         [BZ #16831]
6560         * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
6561         _dl_debug_initialize.
6562
6563         * configure.ac: Remove SELinux header check.
6564         * configure: Regenerate.
6565         * nscd/selinux.c (perms): Array of const char* to permission names.
6566         (nscd_request_avc_has_perm): Call security_deny_unknown to find
6567         default policy. Call string_to_security_class and string_to_av_perm to
6568         translate strings. Enforce default policy and call avs_has_perm with
6569         results of translated strings.
6570
6571 2014-04-13  David S. Miller  <davem@davemloft.net>
6572
6573         * sysdeps/sparc/fpu/libm-test-ulps: Update.
6574
6575 2014-04-12  Allan McRae  <allan@archlinux.org>
6576
6577         [BZ #16838]
6578         * manual/string.texi (Collation Functions): Fix qsort argument
6579         order in example.
6580         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
6581
6582 2014-04-11  Chris Metcalf  <cmetcalf@tilera.com>
6583
6584         * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
6585         Make the test a no-op if there are no exceptions defined.
6586
6587 2014-04-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
6588
6589         * elf/Makefile (tests): make tst-dlopen-aout conditional on
6590         enable-hardcoded-path-in-tests
6591
6592 2014-04-11  Will Newton  <will.newton@linaro.org>
6593
6594         * benchtests/Makefile (extra-objs): Add json-lib.o.
6595         (bench-func): Tidy up JSON output.
6596         * benchtests/bench-skeleton.c: Include json-lib.h.
6597         (main): Use JSON library functions to do output of
6598         benchmark results.
6599         * benchtests/bench-timing-type.c (main): Output the
6600         timing type simply, leaving formatting to the user.
6601         * benchtests/json-lib.c: New file.
6602         * benchtests/json-lib.h: Likewise.
6603
6604 2014-04-11  Torvald Riegel  <triegel@redhat.com>
6605
6606         [BZ #15215]
6607         * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
6608         * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here.  Add missing
6609         memory barriers.  Add comments.
6610         * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
6611         * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
6612         * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
6613         * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
6614         * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
6615         * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
6616
6617 2014-04-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
6618
6619         * sysdeps/s390/s390-32/configure.ac: Unify file with ...
6620         * sysdeps/s390/s390-64/configure.ac: ... this ...
6621         * sysdeps/s390/configure.ac: ... to here.
6622         * sysdeps/s390/s390-32/configure: Delete file.
6623         * sysdeps/s390/s390-64/configure: Delete file.
6624         * sysdeps/s390/configure: Regenerate.
6625
6626 2014-04-11  Joseph Anthony Pasquale Holsten  <joseph@josephholsten.com>
6627
6628         * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
6629
6630 2014-04-11  Will Newton  <will.newton@linaro.org>
6631
6632         * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
6633         to zero if it is not defined elsewhere.  (mtrim): Test
6634         the value of MALLOC_DEBUG with #if rather than #ifdef.
6635
6636 2014-04-10 Torvald Riegel  <triegel@redhat.com>
6637
6638         * benchtests/pthread_once-inputs: New file.
6639         * benchtests/pthread_once-source.c: New file.
6640         * benchtests/README: Update documentation.
6641
6642 2014-04-09  Igor Zamyatin  <igor.zamyatin@intel.com>
6643             H.J. Lu  <hongjiu.lu@intel.com>
6644
6645         * config.h.in (HAVE_MPX_SUPPORT): New #undef.
6646         * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
6647         * sysdeps/x86_64/configure: Regenerated.
6648         * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
6649         macro.
6650         (REGISTER_SAVE_RAX): Likewise.
6651         (REGISTER_SAVE_RCX): Likewise.
6652         (REGISTER_SAVE_RDX): Likewise.
6653         (REGISTER_SAVE_RSI): Likewise.
6654         (REGISTER_SAVE_RDI): Likewise.
6655         (REGISTER_SAVE_R8): Likewise.
6656         (REGISTER_SAVE_R9): Likewise.
6657         (REGISTER_SAVE_BND0): Likewise.
6658         (REGISTER_SAVE_BND1): Likewise.
6659         (REGISTER_SAVE_BND2): Likewise.
6660         (_dl_runtime_resolve): Use them.  Save and restore Intel MPX
6661         bound registers when calling _dl_fixup.
6662
6663 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6664
6665         * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
6666         * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
6667         of its definition.
6668         * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
6669         * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
6670         * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
6671         * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
6672         * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
6673         * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
6674         * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
6675
6676 2014-04-09  Peter Brett  <peter@peter-b.co.uk>
6677
6678         [BZ #15514]
6679         * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
6680         pathconf(_PC_NAME_MAX).
6681
6682 2014-04-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6683
6684         * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
6685         Remove macro usage.
6686         (__PTHREAD_SPINS): Move definition to ...
6687         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
6688         (__PTHREAD_SPINS): ... here.
6689         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
6690         (__PTHREAD_SPIN): Likewise.
6691         * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
6692         (__PTHREAD_SPIN): Likewise.
6693         * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
6694         (__PTHREAD_SPIN): Likewise.
6695         * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
6696         (__PTHREAD_SPIN): Likewise.
6697         * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
6698         (__PTHREAD_SPIN): Likewise.
6699         * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
6700         (__PTHREAD_SPIN): Likewise.
6701         * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
6702         (__PTHREAD_SPIN): Likewise.
6703         * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
6704         (__PTHREAD_SPIN): Likewise.
6705         * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
6706         (__PTHREAD_SPIN): Likewise.
6707         * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
6708         (__PTHREAD_SPIN): Likewise.
6709         * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
6710         (__PTHREAD_SPIN): Likewise.
6711         * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
6712         (__PTHREAD_SPIN): Likewise.
6713
6714         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
6715         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
6716         * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
6717         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
6718         imply folder.
6719         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
6720         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
6721         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
6722         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
6723         correct imply path.
6724         * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
6725         strlen symbol for non multi-arch builds.
6726         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
6727         missing hidden_def and weak_alias.
6728
6729 2014-04-08  Carlos O'Donell  <carlos@redhat.com>
6730
6731         * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
6732
6733 2014-04-07  Will Newton  <will.newton@linaro.org>
6734
6735         * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
6736         and contents.  [!_LIBC] Remove #ifndef and contents.
6737         (basename): Use ANSI prototype.  [_LIBC] Remove #idef.
6738         * string/memccpy.c (__memccpy): Use ANSI prototype.
6739         * string/memfrob.c (memfrob): Likewise.
6740         * string/strcoll.c (STRCOLL): Likewise.
6741         * string/strlen.c (strlen): Likewise.
6742         * string/strtok.c (STRTOK): Likewise.
6743         * string/strcat.c: Remove unused #include of memcopy.h.
6744         (strcat): Use ANSI prototype.
6745         * string/strchr.c: Remove unused #include of memcopy.h.
6746         (strchr): Use ANSI prototype.
6747         * string/strcmp.c: Remove unused #include of memcopy.h.
6748         (strcmp): Use ANSI prototype.
6749         * string/strcpy.c: Remove unused #include of memcopy.h.
6750         (strcpy): Use ANSI prototype.
6751
6752 2014-04-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6753
6754         * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
6755         * config.make.in (config-extra-cppflags): Set it from
6756         libc_extra_cppflags.
6757         * configure.ac (libc_extra_cflags): Make it accumulate over
6758         configure fragments.
6759         (libc_extra_cppflags): New flag.
6760         * configure. Regenerate.
6761         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
6762         (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
6763         not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
6764         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
6765
6766         [BZ #16815]
6767         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
6768         result for FE_DOWNWARD rounding mode.
6769         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
6770         Likewise.
6771         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
6772
6773 2014-04-04  Chris Metcalf  <cmetcalf@tilera.com>
6774
6775         * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
6776         in function argument name.
6777
6778 2014-04-03  David Svoboda  <svoboda@cert.org>
6779
6780         [BZ #5666]
6781         * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
6782         explicitly.
6783
6784 2014-04-03  Roland McGrath  <roland@hack.frob.com>
6785
6786         * elf/dl-unmap-segments.h: New file.
6787         * sysdeps/generic/ldsodefs.h
6788         (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
6789         * elf/dl-close.c: Include <dl-unmap-segments.h>.
6790         * elf/dl-fptr.c: Likewise.
6791         (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
6792         * sysdeps/aarch64/tlsdesc.c: Likewise.
6793         * sysdeps/arm/tlsdesc.c: Likewise.
6794         * sysdeps/i386/tlsdesc.c: Likewise.
6795         * sysdeps/tile/dl-runtime.c: Likewise.
6796         * sysdeps/x86_64/tlsdesc.c: Likewise.
6797         * elf/dl-load.h: New file.
6798         * elf/dl-load.c: Include it.
6799         (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
6800         Macros moved to dl-load.h.
6801         (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
6802         (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
6803         Use _dl_unmap_segments in place of __munmap.
6804         Break out segment-mapping loop into ...
6805         * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
6806
6807 2014-04-03  Will Newton  <will.newton@linaro.org>
6808
6809         * elf/dl-lookup.c (do_lookup_x): Remove comment
6810         referring to nested function and move variable
6811         declarations down to before first use.
6812
6813 2014-04-02  Joseph Myers  <joseph@codesourcery.com>
6814
6815         [BZ #16799]
6816         [BZ #16800]
6817         * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
6818         with 0 numerator.
6819         * math/s_catanf.c (__catanf): Likewise.
6820         * math/s_catanh.c (__catanh): Likewise.
6821         * math/s_catanhf.c (__catanhf): Likewise.
6822         * math/s_catanhl.c (__catanhl): Likewise.
6823         * math/s_catanl.c (__catanl): Likewise.
6824         * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
6825         by positive zero when computing -Inf result.
6826         * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
6827         (catanh_test): Likewise.
6828         * sysdeps/i386/fpu/libm-test-ulps: Update.
6829         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6830
6831         [BZ #16789]
6832         * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
6833         instead of using underflowing value in computing result.
6834         * math/s_clog10.c (__clog10): Likewise.
6835         * math/s_clog10f.c (__clog10f): Likewise.
6836         * math/s_clog10l.c (__clog10l): Likewise.
6837         * math/s_clogf.c (__clogf): Likewise.
6838         * math/s_clogl.c (__clogl): Likewise.
6839         * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
6840         (clog10_test): Likewise.
6841         * sysdeps/i386/fpu/libm-test-ulps: Update.
6842         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
6843
6844 2014-04-02  Alan Modra  <amodra@gmail.com>
6845
6846         [BZ #16739]
6847         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
6848         output when value is near a power of two.  Use int64_t for lx and
6849         remove casts.  Use decimal rather than hex exponent constants.
6850         Don't use long double multiplication when double will suffice.
6851         * math/libm-test.inc (nextafter_test_data): Add tests.
6852         * NEWS: Add 16739 and 16786 to bug list.
6853
6854         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
6855
6856         * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
6857
6858 2014-04-01  Will Newton  <will.newton@linaro.org>
6859
6860         * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
6861         -fno-builtin.  (CFLAGS-bench-ffsll.c): Likewise.
6862
6863 2014-04-01  Florian Weimer  <fweimer@redhat.com>
6864
6865         [BZ #13347]
6866         * nptl/nptl-init.c (sighandler_setxid): Check system call result.
6867         * nptl/tst-setuid2.c: New file.
6868         * nptl/Makefile (xtests): Add tst-setuid2.
6869
6870 2014-04-01  Alan Modra  <amodra@gmail.com>
6871
6872         [BZ #16786]
6873         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
6874
6875 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6876
6877         [BZ #6803]
6878         [BZ #6804]
6879         * math/w_scalb.c (__scalb): For non-SVID mode, check result and
6880         set errno as appropriate.
6881         * math/w_scalbf.c (__scalbf): Likewise.
6882         * math/w_scalbl.c (__scalbl): Likewise.
6883         * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
6884         ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
6885         * math/libm-test.inc (scalb_test_data): Add errno expectations.
6886         Add more NaN tests.
6887
6888         [BZ #16349]
6889         * math/w_atan2.c: Include <errno.h>.
6890         (__atan2): Set errno for result underflowing to zero.
6891         * math/w_atan2f.c: Include <errno.h>.
6892         (__atan2f): Set errno for result underflowing to zero.
6893         * math/w_atan2l.c: Include <errno.h>.
6894         (__atan2l): Set errno for result underflowing to zero.
6895         * math/auto-libm-test-in: Don't allow missing errno for some atan2
6896         tests.
6897         * math/auto-libm-test-out: Regenerated.
6898
6899 2014-03-31  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
6900
6901         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6902         Encode instruction correctly in little endian.
6903         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6904         Likewise.
6905         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6906         Likewise.
6907         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6908         Likewise.
6909         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6910         Likewise.
6911
6912 2014-03-31  Joseph Myers  <joseph@codesourcery.com>
6913
6914         [BZ #9894]
6915         * sysdeps/unix/sysv/linux/kernel-features.h
6916         [__sparc__ && !__arch64__ && !__sparc_v9__]
6917         (__ASSUME_SET_ROBUST_LIST): Do not define.
6918         [__sparc__ && !__arch64__ && !__sparc_v9__]
6919         (__ASSUME_FUTEX_LOCK_PI): Likewise.
6920         [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
6921         Likewise.
6922         * sysdeps/unix/sysv/linux/arm/kernel-features.h
6923         (__ASSUME_FUTEX_LOCK_PI): Undefine.
6924         (__ASSUME_REQUEUE_PI): Likewise.
6925         (__ASSUME_SET_ROBUST_LIST): Likewise.
6926         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
6927         [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
6928         Undefine.
6929         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6930         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
6931         Likewise.
6932         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
6933         Likewise.
6934         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
6935         Likewise.
6936         * sysdeps/unix/sysv/linux/mips/kernel-features.h
6937         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
6938         Undefine.
6939         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
6940         [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
6941         Likewise.
6942
6943         [BZ #16648]
6944         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
6945         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
6946         * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
6947
6948 2014-03-31  Will Newton  <will.newton@linaro.org>
6949
6950         * benchtests/Makefile (bench): Add ffs and ffsll to list
6951         of tests.
6952         * benchtests/ffs-inputs: New file.
6953         * benchtests/ffsll-inputs: Likewise.
6954
6955 2014-03-29  Joseph Myers  <joseph@codesourcery.com>
6956
6957         [BZ #16770]
6958         * math/e_scalb.c (__ieee754_scalb): Check second argument is not
6959         too large before casting to int.
6960         * math/e_scalbf.c (__ieee754_scalbf): Likewise.
6961         * math/e_scalbl.c (__ieee754_scalbl): Likewise.
6962         * math/libm-test.inc (scalb_test_data): Add more tests.
6963
6964 2014-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
6965
6966         * benchtests/Makefile (DETAILED_OPT): New make option.
6967         (bench-func): Run benchmark program with -d if DETAILED_OPT is
6968         set.
6969         * benchtests/bench-skeleton.c: Include stdbool.h.
6970         (main): Store and print timings per input.
6971         * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
6972         member to each argument value.
6973         (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
6974         (_print_arg_data): Initialize per-input timing to 0.
6975
6976         * benchtests/Makefile (timing-type): New binary.
6977         (bench-clean): Also remove bench-timing-type.
6978         (bench): New target for timing-type.
6979         (bench-func): Print output in JSON format.
6980         * benchtests/bench-skeleton.c (main): Print output in JSON
6981         format.
6982         * benchtests/bench-timing-type.c: New file.
6983         * benchtests/bench-timing.h (TIMING_TYPE): New macro.
6984         (TIMING_PRINT_STATS): Remove.
6985         * benchtests/scripts/bench.py (_print_arg_data): Store variant
6986         name separately.
6987
6988         * benchtests/bench-modf.c: Remove.
6989         * benchtests/modf-inputs: New inputs file.
6990
6991 2014-03-28  Joseph Myers  <joseph@codesourcery.com>
6992
6993         [BZ #16362]
6994         * math/s_clog10.c (M_PI_LOG10E): New macro.
6995         (__clog10): Use M_PI_LOG10E instead of M_PI when real and
6996         imaginary parts are 0.
6997         * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
6998         (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
6999         imaginary parts are 0.
7000         * math/s_clog10l.c (M_PI_LOG10El): New macro.
7001         (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
7002         imaginary parts are 0.
7003         * math/libm-test.inc (clog10_test_data): Update expected results
7004         for when real and imaginary parts are 0.
7005
7006 2014-03-27  Paul Pluzhnikov  <ppluzhnikov@google.com>
7007
7008         * elf/dl-load.c: Finish conversion of __builtin_expect into
7009         __glibc_{un}likely.
7010
7011 2014-03-27  Joseph Myers  <joseph@codesourcery.com>
7012
7013         [BZ #16348]
7014         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
7015         1+x for argument with exponent below -67.
7016         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
7017         Likewise.
7018         * math/auto-libm-test-in: Add more tests of exp.
7019         * math/auto-libm-test-out: Regenerated.
7020
7021 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7022
7023         [BZ #16759]
7024         * inet/getnetgrent_r.c (get_nonempty_val): New function.
7025         (nscd_getnetgrent): Use it.
7026
7027         [BZ #16760]
7028         * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
7029         of stpcpy.
7030
7031 2014-03-27  Andi Kleen  <ak@linux.intel.com>
7032
7033         * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
7034         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7035         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7036         (lll_robust_unlock): Remove out of line section. Use cfi
7037         intrinsics.
7038         (LLL_STUB_UNWIND_INFO*): Remove.
7039         * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
7040         (lll_robust_lock, lll_cond_lock, lll_timedlock)
7041         (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
7042         (lll_robust_unlock): Remove out of line section. Use cfi
7043         intrinsics.
7044         (LLL_STUB_UNWIND_INFO*): Remove.
7045
7046 2014-03-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
7047
7048         [BZ #16758]
7049         * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
7050         blank values.
7051
7052 2014-03-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
7053
7054         * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
7055
7056 2014-03-26  Joseph Myers  <joseph@codesourcery.com>
7057
7058         [BZ #16198]
7059         * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
7060         fnstenv.
7061         * math/test-fenv-preserve.c: New file.
7062         * math/Makefile (tests): Add test-fenv-preserve.
7063
7064 2014-03-26  Will Newton <will.newton@linaro.org>
7065
7066         * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
7067
7068 2014-03-25  Roland McGrath  <roland@hack.frob.com>
7069
7070         * scripts/versionlist.awk: Partition the version sets and emit all
7071         GLIBC_* (sorted) before all others (sorted).
7072
7073 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7074
7075         * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
7076         GLIBC_2.2.5 version.
7077
7078 2014-03-25 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7079
7080         * scripts/localplt.awk: Check for PLT generated by internal IFUNC
7081         calls.
7082
7083         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
7084         previous change.
7085
7086         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
7087
7088 2014-03-25  Andreas Schwab  <schwab@suse.de>
7089
7090         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
7091         label to be used after in6ailist is initialized.
7092
7093 2014-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7094
7095         * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
7096         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7097
7098 2014-03-25  Joseph Myers  <joseph@codesourcery.com>
7099
7100         [BZ #16357]
7101         [BZ #16599]
7102         * math/gen-auto-libm-tests.c (fp_format_desc): Add field
7103         min_plus_half.
7104         (fp_formats): Update initializers.
7105         (init_fp_formats): Initialize new field.
7106         (output_for_one_input_case): Allow underflow for results up to
7107         min_plus_half.
7108         * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
7109         * math/auto-libm-test-in: Don't mark some underflows from asin and
7110         atanh as spurious.
7111         * math/auto-libm-test-out: Regenerated.
7112         * sysdeps/i386/fpu/libm-test-ulps: Update.
7113         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7114
7115 2014-03-25  Andreas Schwab  <schwab@suse.de>
7116
7117         * libio/Makefile (tst-ftell-partial-wide-ENV)
7118         (tst-ftell-active-handler-ENV): Define.
7119
7120 2014-03-25  Stefan Liebler <stli@linux.vnet.ibm.com>
7121
7122         * NEWS: Add 16712, 16713, 16714 to fixed bug list.
7123
7124 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7125
7126         * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
7127
7128 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7129
7130         * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
7131         * sysdeps/x86_64/fpu/multiarch/e_exp.c
7132         [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
7133
7134 2014-03-24  Paul Pluzhnikov  <ppluzhnikov@google.com>
7135
7136         [BZ #16634]
7137         * elf/dl-load.c (open_verify): Add mode parameter.
7138         Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
7139         (open_path): Change from boolean 'secure' to complete flag 'mode'
7140         (_dl_map_object): Adjust.
7141         * elf/Makefile (tests): Add tst-dlopen-aout.
7142         * elf/tst-dlopen-aout.c: New test.
7143
7144 2014-03-24  Stefan Liebler <stli@linux.vnet.ibm.com>
7145
7146         [BZ #16714]
7147         * sysdeps/unix/sysv/linux/s390/bits/stat.h
7148         (struct stat): Rename member pad0 to __glibc_reserved0.
7149
7150         [BZ #16712]
7151         * sysdeps/s390/s390-32/bits/wordsize.h
7152         (__WORDSIZE32_SIZE_ULONG): New define.
7153         * sysdeps/s390/s390-64/bits/wordsize.h
7154         (__WORDSIZE32_SIZE_ULONG): Likewise.
7155         * sysdeps/generic/stdint.h (SIZE_MAX):
7156         Define as UL if __WORDSIZE32_SIZE_ULONG.
7157
7158         [BZ #16713]
7159         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
7160         (__glibc_reserved0): New variable.
7161         (sa_flags): Change type to int.
7162
7163         * posix/Makefile (before-compile): Use += before-compile instead
7164         of a :=.
7165
7166         * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
7167         (__PTHREAD_MUTEX_HAVE_ELISION): New define.
7168
7169 2014-03-20  Andreas Schwab  <schwab@suse.de>
7170
7171         [BZ #16743]
7172         * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
7173         non-matching result from nscd.
7174
7175 2014-03-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
7176
7177         * scripts/bench.py: Moved to ...
7178         * benchtests/scripts/bench.py: ... here.
7179         * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
7180
7181 2014-03-24  Andreas Schwab  <schwab@suse.de>
7182
7183         [BZ #16002]
7184         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
7185         alloca_account and account alloca use for struct in6ailist.
7186
7187 2014-03-24  Joseph Myers  <joseph@codesourcery.com>
7188
7189         [BZ #16284]
7190         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
7191         rounding mode to recompute results that overflow to infinity or
7192         underflow to zero.
7193         * math/auto-libm-test-in: Don't mark tests as expected to fail for
7194         bug 16284.
7195         * math/auto-libm-test-out: Regenerated.
7196         * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
7197         (ccosh_test): Likewise.
7198         (csin_test_data): Use plus_oflow.
7199         (csin_test): Use ALL_RM_TEST.
7200         (csinh_test_data): Use plus_oflow.
7201         (csinh_test): Use ALL_RM_TEST.
7202         * sysdeps/i386/fpu/libm-test-ulps: Update.
7203         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7204
7205 2014-03-21  Joseph Myers  <joseph@codesourcery.com>
7206
7207         * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
7208         * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
7209         * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
7210
7211         [BZ #16731]
7212         * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
7213         when x - 1 is zero.
7214         * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
7215         * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
7216         * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
7217         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
7218         argument is 1.
7219         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
7220         * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
7221         zero.
7222         * math/libm-test.inc (log_test): Use ALL_RM_TEST.
7223         * sysdeps/i386/fpu/libm-test-ulps: Update.
7224         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7225
7226 2014-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
7227
7228         * scripts/bench.pl: Remove file.
7229         * scripts/bench.py: New benchmark script.
7230         * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
7231         * benchtests/README: Mention python dependency.
7232         * scripts/pylintrc: New file.
7233         * scripts/pylint: New file.
7234
7235         * bits/mathdef.h: Use #ifdef instead of #if.
7236         * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
7237         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7238         * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
7239         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7240         * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
7241         _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
7242
7243 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7244             Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7245
7246         * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
7247         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
7248         and strpbrk-ppc64 objects.
7249         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7250         (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
7251         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
7252         multiarch strpbrk for POWER7.
7253         * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
7254         multiarch strpbrk for PPC64.
7255         * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
7256         ifunc selector.
7257         * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
7258         strpbrk for POWER7.
7259
7260 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7261
7262         * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
7263         (atan_test): Likewise.
7264         (atanh_test_data): Use NO_TEST_INLINE for two tests.
7265         (atanh_test): Use ALL_RM_TEST.
7266         (atan2_test_data): Likewise.
7267         (cabs_test): Likewise.
7268         (cacosh_test): Likewise.
7269         (carg_test): Likewise.
7270         (casin_test): Likewise.
7271         (casinh_test): Likewise.
7272         (cbrt_test): Likewise.
7273         (csqrt_test): Likewise.
7274         (erf_test): Likewise.
7275         (erfc_test): Likewise.
7276         (pow10_test): Likewise.
7277         (exp2_test): Likewise.
7278         (hypot_test): Likewise.
7279         (j0_test): Likewise.
7280         (j1_test): Likewise.
7281         (lgamma_test): Likewise.
7282         (gamma_test): Likewise.
7283         (sincos_test): Likewise.
7284         (tanh_test): Likewise.
7285         (y0_test): Likewise.
7286         (y1_test): Likewise.
7287         * sysdeps/i386/fpu/libm-test-ulps: Update.
7288         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
7289
7290 2014-03-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7291
7292         * string/strcspn.c (strcspn): Using macro to redefine symbol name.
7293         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
7294         and strcspn-ppc64 objects.
7295         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
7296         (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
7297         * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
7298         multiarch strcspn for POWER7.
7299         * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
7300         multiarch strcspn for PPC64.
7301         * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
7302         ifunc selector.
7303         * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
7304         strcspn for POWER7.
7305
7306 2014-03-20  Joseph Myers  <joseph@codesourcery.com>
7307
7308         * math/gen-libm-test.pl (generate_testfile): Expect only function
7309         name as argument to AUTO_TESTS_* and pass results for all rounding
7310         modes to parse_args.
7311         (parse_auto_input): Separate inputs of automatic tests from
7312         outputs before storing in %auto_tests.
7313         * math/libm-test.inc (acos_test_data): Update call to
7314         AUTO_TESTS_f_f.
7315         (acos_test): Use ALL_RM_TEST.
7316         (acos_tonearest_test_data): Remove.
7317         (acos_test_tonearest): Likewise.
7318         (acos_towardzero_test_data): Likewise.
7319         (acos_test_towardzero): Likewise.
7320         (acos_downward_test_data): Likewise.
7321         (acos_test_downward): Likewise.
7322         (acos_upward_test_data): Likewise.
7323         (acos_test_upward): Likewise.
7324         (acosh_test_data): Update call to AUTO_TESTS_f_f.
7325         (asin_test_data): Likewise.
7326         (asin_test): Use ALL_RM_TEST.
7327         (asin_tonearest_test_data): Remove.
7328         (asin_test_tonearest): Likewise.
7329         (asin_towardzero_test_data): Likewise.
7330         (asin_test_towardzero): Likewise.
7331         (asin_downward_test_data): Likewise.
7332         (asin_test_downward): Likewise.
7333         (asin_upward_test_data): Likewise.
7334         (asin_test_upward): Likewise.
7335         (asinh_test_data): Update call to AUTO_TESTS_f_f.
7336         (atan_test_data): Likewise.
7337         (atanh_test_data): Likewise.
7338         (atan2_test_data): Update call to AUTO_TESTS_ff_f.
7339         (cabs_test_data): Update call to AUTO_TESTS_c_f.
7340         (carg_test_data): Likewise.
7341         (cbrt_test_data): Update call to AUTO_TESTS_f_f.
7342         (ccos_test_data): Update call to AUTO_TESTS_c_c.
7343         (ccosh_test_data): Likewise.
7344         (cexp_test_data): Likewise.
7345         (clog_test_data): Likewise.
7346         (clog10_test_data): Likewise.
7347         (cos_test_data): Update call to AUTO_TESTS_f_f.
7348         (cos_test): Use ALL_RM_TEST.
7349         (cos_tonearest_test_data): Remove.
7350         (cos_test_tonearest): Likewise.
7351         (cos_towardzero_test_data): Likewise.
7352         (cos_test_towardzero): Likewise.
7353         (cos_downward_test_data): Likewise.
7354         (cos_test_downward): Likewise.
7355         (cos_upward_test_data): Likewise.
7356         (cos_test_upward): Likewise.
7357         (cosh_test_data): Update call to AUTO_TESTS_f_f.
7358         (cosh_test): Use ALL_RM_TEST.
7359         (cosh_tonearest_test_data): Remove.
7360         (cosh_test_tonearest): Likewise.
7361         (cosh_towardzero_test_data): Likewise.
7362         (cosh_test_towardzero): Likewise.
7363         (cosh_downward_test_data): Likewise.
7364         (cosh_test_downward): Likewise.
7365         (cosh_upward_test_data): Likewise.
7366         (cosh_test_upward): Likewise.
7367         (cpow_test_data): Update call to AUTO_TESTS_cc_c.
7368         (csqrt_test_data): Update call to AUTO_TESTS_c_c.
7369         (ctan_test_data): Likewise.
7370         (ctan_test): Use ALL_RM_TEST.
7371         (ctan_tonearest_test_data): Remove.
7372         (ctan_test_tonearest): Likewise.
7373         (ctan_towardzero_test_data): Likewise.
7374         (ctan_test_towardzero): Likewise.
7375         (ctan_downward_test_data): Likewise.
7376         (ctan_test_downward): Likewise.
7377         (ctan_upward_test_data): Likewise.
7378         (ctan_test_upward): Likewise.
7379         (ctanh_test_data): Update call to AUTO_TESTS_c_c.
7380         (ctanh_test): Use ALL_RM_TEST.
7381         (ctanh_tonearest_test_data): Remove.
7382         (ctanh_test_tonearest): Likewise.
7383         (ctanh_towardzero_test_data): Likewise.
7384         (ctanh_test_towardzero): Likewise.
7385         (ctanh_downward_test_data): Likewise.
7386         (ctanh_test_downward): Likewise.
7387         (ctanh_upward_test_data): Likewise.
7388         (ctanh_test_upward): Likewise.
7389         (erf_test_data): Update call to AUTO_TESTS_f_f.
7390         (erfc_test_data): Likewise.
7391         (exp_test_data): Likewise.
7392         (exp_test): Use ALL_RM_TEST.
7393         (exp_tonearest_test_data): Remove.
7394         (exp_test_tonearest): Likewise.
7395         (exp_towardzero_test_data): Likewise.
7396         (exp_test_towardzero): Likewise.
7397         (exp_downward_test_data): Likewise.
7398         (exp_test_downward): Likewise.
7399         (exp_upward_test_data): Likewise.
7400         (exp_test_upward): Likewise.
7401         (exp10_test_data): Update call to AUTO_TESTS_f_f.
7402         (exp10_test): Use ALL_RM_TEST.
7403         (exp10_tonearest_test_data): Remove.
7404         (exp10_test_tonearest): Likewise.
7405         (exp10_towardzero_test_data): Likewise.
7406         (exp10_test_towardzero): Likewise.
7407         (exp10_downward_test_data): Likewise.
7408         (exp10_test_downward): Likewise.
7409         (exp10_upward_test_data): Likewise.
7410         (exp10_test_upward): Likewise.
7411         (exp2_test_data): Update call to AUTO_TESTS_f_f.
7412         (expm1_test_data): Likewise.
7413         (expm1_test): Use ALL_RM_TEST.
7414         (expm1_tonearest_test_data): Remove.
7415         (expm1_test_tonearest): Likewise.
7416         (expm1_towardzero_test_data): Likewise.
7417         (expm1_test_towardzero): Likewise.
7418         (expm1_downward_test_data): Likewise.
7419         (expm1_test_downward): Likewise.
7420         (expm1_upward_test_data): Likewise.
7421         (expm1_test_upward): Likewise.
7422         (fma_test_data): Update call to AUTO_TESTS_fff_f.
7423         (fma_test): Use ALL_RM_TEST.
7424         (fma_towardzero_test_data): Remove.
7425         (fma_test_towardzero): Likewise.
7426         (fma_downward_test_data): Likewise.
7427         (fma_test_downward): Likewise.
7428         (fma_upward_test_data): Likewise.
7429         (fma_test_upward): Likewise.
7430         (hypot_test_data): Update call to AUTO_TESTS_ff_f.
7431         (j0_test_data): Update call to AUTO_TESTS_f_f.
7432         (j1_test_data): Likewise.
7433         (jn_test_data): Update call to AUTO_TESTS_if_f.
7434         (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
7435         (log_test_data): Update call to AUTO_TESTS_f_f.
7436         (log10_test_data): Likewise.
7437         (log1p_test_data): Likewise.
7438         (log2_test_data): Likewise.
7439         (pow_test_data): Update call to AUTO_TESTS_ff_f.
7440         (pow_tonearest_test_data): Likewise.
7441         (sin_test_data): Update call to AUTO_TESTS_f_f.
7442         (sin_test): Use ALL_RM_TEST.
7443         (sin_tonearest_test_data): Remove.
7444         (sin_test_tonearest): Likewise.
7445         (sin_towardzero_test_data): Likewise.
7446         (sin_test_towardzero): Likewise.
7447         (sin_downward_test_data): Likewise.
7448         (sin_test_downward): Likewise.
7449         (sin_upward_test_data): Likewise.
7450         (sin_test_upward): Likewise.
7451         (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
7452         (sinh_test_data): Update call to AUTO_TESTS_f_f.
7453         (sinh_test): Use ALL_RM_TEST.
7454         (sinh_tonearest_test_data): Remove.
7455         (sinh_test_tonearest): Likewise.
7456         (sinh_towardzero_test_data): Likewise.
7457         (sinh_test_towardzero): Likewise.
7458         (sinh_downward_test_data): Likewise.
7459         (sinh_test_downward): Likewise.
7460         (sinh_upward_test_data): Likewise.
7461         (sinh_test_upward): Likewise.
7462         (sqrt_test_data): Update call to AUTO_TESTS_f_f.
7463         (sqrt_test): Use ALL_RM_TEST.
7464         (sqrt_tonearest_test_data): Remove.
7465         (sqrt_test_tonearest): Likewise.
7466         (sqrt_towardzero_test_data): Likewise.
7467         (sqrt_test_towardzero): Likewise.
7468         (sqrt_downward_test_data): Likewise.
7469         (sqrt_test_downward): Likewise.
7470         (sqrt_upward_test_data): Likewise.
7471         (sqrt_test_upward): Likewise.
7472         (tan_test_data): Update call to AUTO_TESTS_f_f.
7473         (tan_test): Use ALL_RM_TEST.
7474         (tan_tonearest_test_data): Remove.
7475         (tan_test_tonearest): Likewise.
7476         (tan_towardzero_test_data): Likewise.
7477         (tan_test_towardzero): Likewise.
7478         (tan_downward_test_data): Likewise.
7479         (tan_test_downward): Likewise.
7480         (tan_upward_test_data): Likewise.
7481         (tan_test_upward): Likewise.
7482         (tanh_test_data): Update call to AUTO_TESTS_f_f.
7483         (tgamma_test_data): Likewise.
7484         (y0_test_data): Likewise.
7485         (y1_test_data): Likewise.
7486         (yn_test_data): Update call to AUTO_TESTS_if_f.
7487         (main): Do not call removed functions.
7488
7489 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7490
7491         * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
7492         (ldexp_test_data): Remove.
7493         (ldexp_test): Move to after scalbn_test.  Use ALL_RM_TEST with
7494         scalbn_test_data.
7495         (scalb_test): Use ALL_RM_TEST.
7496
7497 2014-03-19  Andreas Schwab  <schwab@suse.de>
7498
7499         * nscd/nscd.service: Also invalidate netgroup cache on reload.
7500
7501 2014-03-19  Joseph Myers  <joseph@codesourcery.com>
7502
7503         [BZ #16649]
7504         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
7505         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
7506         [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
7507         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7508         (__ASSUME_PREADV): Undefine.
7509         (__ASSUME_PWRITEV): Likewise.
7510
7511 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7512
7513         * bits/mman-linux.h: Add comment about non-Linux use.
7514         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
7515         bits/mman-linux.h resting place.
7516
7517         * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
7518         * bits/mman-linux.h: ... here.
7519
7520 2014-03-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7521
7522         * conform/conformtest.pl: Add standard definition when calling C
7523         preprocessor on data files.
7524         (checknamespace): Remove unused variable.
7525
7526 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7527
7528         * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
7529         minus_oflow, plus_uflow and minus_uflow in expected results.
7530         * math/libm-test.inc (scalbn_test_data): Add more tests of
7531         negative arguments.  Use plus_oflow, minus_oflow, plus_uflow and
7532         minus_uflow.
7533         (scalbn_test): Use ALL_RM_TEST.
7534         (scalbln_test_data): Add more tests of negative arguments.  Use
7535         plus_oflow, minus_oflow, plus_uflow and minus_uflow.
7536         (scalbln_test): Use ALL_RM_TEST.
7537
7538 2014-03-18  Roland McGrath  <roland@hack.frob.com>
7539
7540         * scripts/abilist.awk: Ignore symbols marked with .hidden.
7541
7542 2014-03-18  Will Newton  <will.newton@linaro.org>
7543
7544         * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
7545         inaccurate comment.
7546
7547 2014-03-18  Joseph Myers  <joseph@codesourcery.com>
7548
7549         * Makerules [!subdir] (check-abi): Exit with error status if a
7550         test failed.
7551
7552 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7553
7554         * math/libm-test.inc (nearbyint_test_data): Include all tests used
7555         for rint.  Include results for all rounding modes.
7556         (nearbyint_test): Use ALL_RM_TEST.
7557         (rint_test_data): Include all tests used for nearbyint.
7558
7559 2014-03-17  Will Newton  <will.newton@linaro.org>
7560
7561         * nptl/sysdeps/pthread/pthread.h: Revert previous
7562         change.
7563
7564         * sysdeps/generic/ldsodefs.h: Revert previous
7565         change.
7566
7567         * libio/genops.c: Revert previous change.
7568         * libio/libioP.h: Likewise.
7569         * stdio-common/vfprintf.c: Likewise.
7570
7571         * sysdeps/generic/math_private.h: Revert previous
7572         change.
7573
7574         * sysdeps/generic/math_private.h: Check whether
7575         HAVE_RM_CTX is defined with #ifdef rather
7576         than #if.
7577
7578         * argp/argp-fmtstream.h: Check whether
7579         __STRICT_ANSI__ is defined with #ifdef rather
7580         than #if.
7581         * argp/argp.h: Likewise.
7582
7583         * libio/genops.c: Check whether
7584         _IO_JUMPS_OFFSET is defined with #ifdef rather
7585         than #if.
7586         * libio/libioP.h: Likewise.
7587         * stdio-common/vfprintf.c: Likewise.
7588
7589         * sysdeps/generic/ldsodefs.h: Check whether
7590         HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
7591         than #if.
7592
7593         * nptl/sysdeps/pthread/pthread.h: Check
7594         __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
7595         its value.
7596
7597 2014-03-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
7598
7599         * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
7600         setting O_APPEND.
7601         * libio/tst-ftell-active-handler.c (do_append_test): Add a
7602         test case.
7603
7604         [BZ #16680]
7605         * libio/fileops.c (_IO_file_open): Seek to end of file but
7606         don't cache the offset.
7607         (get_file_offset): Remove function.
7608         (do_ftell): Use cached offset when available.
7609         * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
7610         don't cache the offset.
7611         * libio/tst-ftell-active-handler.c (do_rewind_test): New test
7612         case.
7613         (do_one_test): Call it.
7614         (do_ftell_test): Fix up expected old offset for a+ mode.
7615         * libio/wfileops.c (do_ftell_wide): Used cached offset when
7616         available.
7617
7618         * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
7619         up test status with function return status.
7620         (do_write_test): Likewise.
7621         (do_append_test): Likewise.
7622
7623         * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
7624         && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
7625         Remove.
7626
7627 2014-03-17  Joseph Myers  <joseph@codesourcery.com>
7628
7629         * math/gen-libm-test.pl (parse_args): Handle results specified for
7630         each rounding mode separately.
7631         * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
7632         tests and results from lrint_tonearest_test_data,
7633         lrint_towardzero_test_data, lrint_downward_test_data and
7634         lrint_upward_test_data.
7635         (lrint_test): Use ALL_RM_TEST.
7636         (lrint_tonearest_test_data): Remove.
7637         (lrint_test_tonearest): Likewise.
7638         (lrint_towardzero_test_data): Likewise.
7639         (lrint_test_towardzero): Likewise.
7640         (lrint_downward_test_data): Likewise.
7641         (lrint_test_downward): Likewise.
7642         (lrint_upward_test_data): Likewise.
7643         (lrint_test_upward): Likewise.
7644         (llrint_test_data): Merge in per-rounding-mode tests and results
7645         from llrint_tonearest_test_data, llrint_towardzero_test_data,
7646         llrint_downward_test_data and llrint_upward_test_data.
7647         (llrint_test): Use ALL_RM_TEST.
7648         (llrint_tonearest_test_data): Remove.
7649         (llrint_test_tonearest): Likewise.
7650         (llrint_towardzero_test_data): Likewise.
7651         (llrint_test_towardzero): Likewise.
7652         (llrint_downward_test_data): Likewise.
7653         (llrint_test_downward): Likewise.
7654         (llrint_upward_test_data): Likewise.
7655         (llrint_test_upward): Likewise.
7656         (rint_test_data): Merge in per-rounding-mode tests and results
7657         from rint_tonearest_test_data, rint_towardzero_test_data,
7658         rint_downward_test_data and rint_upward_test_data.  Add
7659         per-rounding-mode results for tests not in those arrays.
7660         (rint_test): Use ALL_RM_TEST.
7661         (rint_tonearest_test_data): Remove.
7662         (rint_test_tonearest): Likewise.
7663         (rint_towardzero_test_data): Likewise.
7664         (rint_test_towardzero): Likewise.
7665         (rint_downward_test_data): Likewise.
7666         (rint_test_downward): Likewise.
7667         (rint_upward_test_data): Likewise.
7668         (rint_test_upward): Likewise.
7669         (main): Don't call removed functions.
7670
7671 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7672
7673         * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
7674         "Compiled on ..." crapola.  It is anti-useful.
7675
7676 2014-03-14  Joseph Myers  <joseph@codesourcery.com>
7677
7678         * scripts/evaluate-test.sh: Handle fourth argument to determine
7679         whether test run should stop on failure.
7680         * Makeconfig (stop-on-test-failure): New variable.
7681         (evaluate-test): Pass fourth argument to evaluate-test.sh based on
7682         $(stop-on-test-failure).
7683         * Makefile (tests): Give a summary of results from testing and
7684         exit with failure status if they include an ERROR or FAIL.
7685         (xtests): Likewise.
7686         * manual/install.texi (Configuring and compiling): Mention
7687         stop-on-test-failure=y.
7688         * INSTALL: Regenerated.
7689
7690 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7691
7692         * scripts/versionlist.awk: New file.
7693         * Makerules [$(build-shared) = yes]
7694         (postclean-generated): Add Versions.def, not Versions.def.v and
7695         Versions.def.v.i.
7696         ($(common-objpfx)Versions.def.v.i): Target removed.
7697         ($(common-objpfx)Versions.def): New target.
7698         ($(common-objpfx)Versions.all): Depend on that rather that
7699         $(common-objpfx)Versions.def.v.
7700         * Versions.def: File removed.
7701
7702         * Makeconfig (+gccwarn): Add -Wundef.
7703         * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
7704         a dl-sysdep.h breaking its contract.
7705         [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
7706         * include/stackinfo.h: New file.
7707         * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
7708         * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
7709         * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
7710         * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
7711         * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
7712         * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
7713         * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7714         * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7715         * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7716         * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7717         * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7718         * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
7719         * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7720         * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7721         * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
7722
7723 2014-03-14  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7724
7725         [BZ #16707]
7726         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
7727         implementation.
7728         * math/libm-test.inc (round_test_data): Add more tests.
7729
7730         [BZ #16706]
7731         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
7732         implementation.
7733         * math/libm-test.inc (nearbyint_test_data): Add more tests.
7734
7735         [BZ #16701]
7736         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
7737         implementation.
7738         * math/libm-test.inc (ceil_test_data): Add more tests.
7739
7740         * math/libm-test.inc (trunc_test_data): Add more tests related to
7741         BZ#16414.
7742
7743 2014-03-14  Roland McGrath  <roland@hack.frob.com>
7744
7745         * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
7746         with #if rather than #ifdef.
7747         * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
7748
7749 2014-03-14  H.J. Lu  <hongjiu.lu@intel.com>
7750
7751         * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
7752         first.  Disable AVX-512 GCC support if assembler doesn't support
7753         it.
7754         * sysdeps/x86_64/configure: Regenerated.
7755
7756 2014-03-13  Carlos O'Donell  <carlos@redhat.com>
7757
7758         * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
7759         [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
7760         (__old_pthread_attr_setstack): Likewise.
7761         * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
7762         [!_STACK_GROWS_DOWN]: Likewise.
7763
7764 2014-03-13  Mike Frysinger  <vapier@gentoo.org>
7765
7766         * config.make.in (have-bash2): Delete.
7767         * configure.ac (libc_cv_have_bash2): Delete.
7768         * configure: Regenerate.
7769         * elf/Makefile (common-ldd-rewrite): Rename to ...
7770         (ldd-rewrite): ... this.  Move bash-ldd-rewrite content to end.
7771         (sh-ldd-rewrite): Delete.
7772         (bash-ldd-rewrite): Delete.
7773         (have-bash2): Delete checks.
7774         [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
7775         ldd-rewrite.
7776
7777         * config.make.in (have-ksh): Delete.
7778         (KSH): Delete.
7779         * configure.ac (libc_cv_have_ksh): Delete.
7780         * configure: Regenerate.
7781
7782         * elf/Makefile: Delete $(have-ksh) check.
7783         ($(objpfx)sotruss): Change KSH to BASH.
7784         * elf/sotruss.ksh: Rename to ...
7785         * elf/sotruss.sh: ... this.  Change @KSH@ to @BASH@.  Change
7786         function style to match POSIX.  Drop ksh vim mode setting.
7787
7788         * manual/time.texi (Specifying the Time Zone with TZ): Change
7789         Tuesday to Thursday.
7790
7791         * debug/tst-longjmp_chk2.c: Update header comment.
7792         (stackoverflow_handler): Add comment.  Call assert on pass value.
7793
7794 2014-03-13  Igor Zamyatin  <igor.zamyatin@intel.com>
7795
7796         * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
7797         (HAVE_AVX512_ASM_SUPPORT): Likewise.
7798         * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
7799         (La_x86_64_vector): Add zmm.
7800         * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
7801         (modules-names): Add tst-auditmod10a and tst-auditmod10b.
7802         ($(objpfx)tst-audit10): New target.
7803         ($(objpfx)tst-audit10.out): Likewise.
7804         (tst-audit10-ENV): New.
7805         (AVX512-CFLAGS): Likewise.
7806         (CFLAGS-tst-audit10.c): Likewise.
7807         (CFLAGS-tst-auditmod10a.c): Likewise.
7808         (CFLAGS-tst-auditmod10b.c): Likewise.
7809         * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
7810         HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
7811         * sysdeps/x86_64/configure: Regenerated.
7812         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
7813         AVX-512 zmm register support.
7814         (_dl_x86_64_save_sse): Likewise.
7815         (_dl_x86_64_restore_sse): Likewise.
7816         * sysdeps/x86_64/dl-trampoline.h: Updated to support different
7817         size vector registers.
7818         * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
7819         (ZMM_SIZE): Likewise.
7820         * sysdeps/x86_64/tst-audit10.c: New file.
7821         * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
7822         * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
7823
7824 2014-03-13  Roland McGrath  <roland@hack.frob.com>
7825
7826         * configure.ac (HAVE_EHDR_START): New check.
7827         * configure: Regenerated.
7828         * config.h.in (HAVE_EHDR_START): New #undef.
7829         * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
7830         assuming the lowest-addressed segment maps the start of the file.
7831
7832 2014-03-13  Joseph Myers  <joseph@codesourcery.com>
7833
7834         * INSTALL: Regenerated.
7835
7836 2014-03-13  Will Newton  <will.newton@linaro.org>
7837
7838         * manual/setjmp.texi (System V contexts): Improve
7839         clarity and grammar of documentation.
7840
7841 2014-03-12  Paul Pluzhnikov  <ppluzhnikov@google.com>
7842
7843         [BZ #16381]
7844         * elf/Makefile (tests): Add tst-pie2.
7845         (tests-pie): Add tst-pie2.
7846         * elf/tst-pie2.c: New file.
7847         * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
7848         for ET_EXEC.
7849         * elf/rtld.c (map_doit): Load executable as lt_executable.
7850         (dl_main): Likewise.
7851
7852 2014-03-12  Joseph Myers  <joseph@codesourcery.com>
7853
7854         [BZ #16642]
7855         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
7856         (__ASSUME_PSELECT): Undefine.
7857
7858 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7859
7860         [BZ #16689]
7861         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
7862         (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
7863         static build.
7864         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
7865         selector for static builds.
7866
7867 2014-03-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
7868
7869         [BZ #16695]
7870         * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
7871         key in the buffer.
7872
7873 2014-03-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7874
7875         * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
7876         IFUNC selector for static builds.
7877
7878 2014-03-11  Joseph Myers  <joseph@codesourcery.com>
7879
7880         * sysdeps/mips/math_private.h [__mips_hard_float]
7881         (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
7882         libc_feresetround_mips_ctx.
7883         [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
7884         [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
7885         [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
7886
7887         [BZ #16677]
7888         * math/s_nextafter.c (__nextafter): Do not return value from
7889         overflowing computation.
7890         * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
7891         * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
7892         * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
7893         Likewise.
7894         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
7895         Likewise.
7896         * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
7897         * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
7898
7899 2014-03-11  Roland McGrath  <roland@hack.frob.com>
7900
7901         * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
7902         * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
7903         Move sfi_sp use from the load-multiple (that no longer sets sp) to
7904         the new mov targetting sp.
7905
7906 2014-03-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7907
7908         [BZ #16683]
7909         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
7910         Define it for static builds as well.
7911         (NO_BZERO_IMPL): Likewise.
7912
7913 2014-03-11  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7914
7915         * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
7916         * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
7917         multiarch strspn for PPC64.
7918         * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
7919         * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
7920         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7921         (__libc_ifunc_impl_list): Likewise.
7922         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
7923         multiarch optimizations
7924         * string/strspn.c (strspn): Using macro to redefine symbol name.
7925
7926 2014-03-10  Vidya Ranganathan  <vidya@linux.vnet.ibm.com>
7927             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7928
7929         * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
7930         * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
7931         multiarch strncat for PPC64.
7932         * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
7933         * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
7934         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
7935         (__libc_ifunc_impl_list): Likewise.
7936         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
7937         multiarch optimizations
7938
7939 2014-03-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
7940
7941         [BZ #16639]
7942         * nscd/nscd.service: Make service type forking.
7943
7944 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
7945
7946         * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
7947         sign in non default rounding modes.
7948         * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
7949
7950 2014-03-08  Joseph Myers  <joseph@codesourcery.com>
7951
7952         * math/libm-test.inc (ALL_RM_TEST): New macro.
7953         (ceil_test): Use ALL_RM_TEST.
7954         (cimag_test): Likewise.
7955         (conj_test): Likewise.
7956         (copysign_test): Likewise.
7957         (cproj_test): Likewise.
7958         (creal_test): Likewise.
7959         (fabs_test): Likewise.
7960         (floor_test): Likewise.
7961         (fmax_test): Likewise.
7962         (fmin_test): Likewise.
7963         (fmod_test): Likewise.
7964         (fpclassify_test): Likewise.
7965         (frexp_test): Likewise.
7966         (ilogb_test): Likewise.
7967         (isfinite_test): Likewise.
7968         (finite_test): Likewise.
7969         (isgreater_test): Likewise.
7970         (isgreaterequal_test): Likewise.
7971         (isinf_test): Likewise.
7972         (isless_test): Likewise.
7973         (islessequal_test): Likewise.
7974         (islessgreater_test): Likewise.
7975         (isnan_test): Likewise.
7976         (isnormal_test): Likewise.
7977         (issignaling_test): Likewise.
7978         (isunordered_test): Likewise.
7979         (logb_test): Likewise.
7980         (logb_downward_test_data): Remove.
7981         (logb_test_downward): Likewise.
7982         (lround_test): Use ALL_RM_TEST.
7983         (llround_test): Likewise.
7984         (modf_test): Likewise.
7985         (nexttoward_test): Likewise.
7986         (remainder_test): Likewise.
7987         (drem_test): Likewise.
7988         (remainder_tonearest_test_data): Likewise.
7989         (remainder_test_tonearest): Likewise.
7990         (drem_test_tonearest): Likewise.
7991         (remainder_towardzero_test_data): Likewise.
7992         (remainder_test_towardzero): Likewise.
7993         (drem_test_towardzero): Likewise.
7994         (remainder_downward_test_data): Likewise.
7995         (remainder_test_downward): Likewise.
7996         (drem_test_downward): Likewise.
7997         (remainder_upward_test_data): Likewise.
7998         (remainder_test_upward): Likewise.
7999         (drem_test_upward): Likewise.
8000         (remquo_test): Use ALL_RM_TEST.  Remove comment about x.
8001         (round_test): Use ALL_RM_TEST.
8002         (signbit_test): Likewise.
8003         (trunc_test): Likewise.
8004         (significand_test): Likewise.
8005         (main): Don't call removed functions.
8006
8007 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8008
8009         [BZ #16674]
8010         * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
8011         || __USE_XOPEN2K8].
8012         (ILL_ILLOPN): Likewise.
8013         (ILL_ILLADR): Likewise.
8014         (ILL_ILLTRP): Likewise.
8015         (ILL_PRVOPC): Likewise.
8016         (ILL_PRVREG): Likewise.
8017         (ILL_COPROC): Likewise.
8018         (ILL_BADSTK): Likewise.
8019         (FPE_INTDIV): Likewise.
8020         (FPE_INTOVF): Likewise.
8021         (FPE_FLTDIV): Likewise.
8022         (FPE_FLTOVF): Likewise.
8023         (FPE_FLTUND): Likewise.
8024         (FPE_FLTRES): Likewise.
8025         (FPE_FLTINV): Likewise.
8026         (FPE_FLTSUB): Likewise.
8027         (SEGV_MAPERR): Likewise.
8028         (SEGV_ACCERR): Likewise.
8029         (BUS_ADRALN): Likewise.
8030         (BUS_ADRERR): Likewise.
8031         (BUS_OBJERR): Likewise.
8032         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8033         (TRAP_TRACE): Likewise.
8034         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8035         __USE_XOPEN2K8].
8036         (CLD_KILLED): Likewise.
8037         (CLD_DUMPED): Likewise.
8038         (CLD_TRAPPED): Likewise.
8039         (CLD_STOPPED): Likewise.
8040         (CLD_CONTINUED): Likewise.
8041         (POLL_IN): Likewise.
8042         (POLL_OUT): Likewise.
8043         (POLL_MSG): Likewise.
8044         (POLL_ERR): Likewise.
8045         (POLL_PRI): Likewise.
8046         (POLL_HUP): Likewise.
8047         * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
8048         Likewise.
8049         (ILL_ILLOPN): Likewise.
8050         (ILL_ILLADR): Likewise.
8051         (ILL_ILLTRP): Likewise.
8052         (ILL_PRVOPC): Likewise.
8053         (ILL_PRVREG): Likewise.
8054         (ILL_COPROC): Likewise.
8055         (ILL_BADSTK): Likewise.
8056         (FPE_INTDIV): Likewise.
8057         (FPE_INTOVF): Likewise.
8058         (FPE_FLTDIV): Likewise.
8059         (FPE_FLTOVF): Likewise.
8060         (FPE_FLTUND): Likewise.
8061         (FPE_FLTRES): Likewise.
8062         (FPE_FLTINV): Likewise.
8063         (FPE_FLTSUB): Likewise.
8064         (SEGV_MAPERR): Likewise.
8065         (SEGV_ACCERR): Likewise.
8066         (BUS_ADRALN): Likewise.
8067         (BUS_ADRERR): Likewise.
8068         (BUS_OBJERR): Likewise.
8069         (BUS_MCEERR_AR): Likewise.
8070         (BUS_MCEERR_AO): Likewise.
8071         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8072         (TRAP_TRACE): Likewise.
8073         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8074         __USE_XOPEN2K8].
8075         (CLD_KILLED): Likewise.
8076         (CLD_DUMPED): Likewise.
8077         (CLD_TRAPPED): Likewise.
8078         (CLD_STOPPED): Likewise.
8079         (CLD_CONTINUED): Likewise.
8080         (POLL_IN): Likewise.
8081         (POLL_OUT): Likewise.
8082         (POLL_MSG): Likewise.
8083         (POLL_ERR): Likewise.
8084         (POLL_PRI): Likewise.
8085         (POLL_HUP): Likewise.
8086         * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
8087         (ILL_ILLOPN): Likewise.
8088         (ILL_ILLADR): Likewise.
8089         (ILL_ILLTRP): Likewise.
8090         (ILL_PRVOPC): Likewise.
8091         (ILL_PRVREG): Likewise.
8092         (ILL_COPROC): Likewise.
8093         (ILL_BADSTK): Likewise.
8094         (FPE_INTDIV): Likewise.
8095         (FPE_INTOVF): Likewise.
8096         (FPE_FLTDIV): Likewise.
8097         (FPE_FLTOVF): Likewise.
8098         (FPE_FLTUND): Likewise.
8099         (FPE_FLTRES): Likewise.
8100         (FPE_FLTINV): Likewise.
8101         (FPE_FLTSUB): Likewise.
8102         (SEGV_MAPERR): Likewise.
8103         (SEGV_ACCERR): Likewise.
8104         (BUS_ADRALN): Likewise.
8105         (BUS_ADRERR): Likewise.
8106         (BUS_OBJERR): Likewise.
8107         (BUS_MCEERR_AR): Likewise.
8108         (BUS_MCEERR_AO): Likewise.
8109         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8110         (TRAP_TRACE): Likewise.
8111         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8112         __USE_XOPEN2K8].
8113         (CLD_KILLED): Likewise.
8114         (CLD_DUMPED): Likewise.
8115         (CLD_TRAPPED): Likewise.
8116         (CLD_STOPPED): Likewise.
8117         (CLD_CONTINUED): Likewise.
8118         (POLL_IN): Likewise.
8119         (POLL_OUT): Likewise.
8120         (POLL_MSG): Likewise.
8121         (POLL_ERR): Likewise.
8122         (POLL_PRI): Likewise.
8123         (POLL_HUP): Likewise.
8124         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
8125         Likewise.
8126         (ILL_ILLOPN): Likewise.
8127         (ILL_ILLADR): Likewise.
8128         (ILL_ILLTRP): Likewise.
8129         (ILL_PRVOPC): Likewise.
8130         (ILL_PRVREG): Likewise.
8131         (ILL_COPROC): Likewise.
8132         (ILL_BADSTK): Likewise.
8133         (ILL_BADIADDR): Likewise.
8134         (ILL_BREAK): Likewise.
8135         (FPE_INTDIV): Likewise.
8136         (FPE_INTOVF): Likewise.
8137         (FPE_FLTDIV): Likewise.
8138         (FPE_FLTOVF): Likewise.
8139         (FPE_FLTUND): Likewise.
8140         (FPE_FLTRES): Likewise.
8141         (FPE_FLTINV): Likewise.
8142         (FPE_FLTSUB): Likewise.
8143         (FPE_DECOVF): Likewise.
8144         (FPE_DECDIV): Likewise.
8145         (FPE_DECERR): Likewise.
8146         (FPE_INVASC): Likewise.
8147         (FPE_INVDEC): Likewise.
8148         (SEGV_MAPERR): Likewise.
8149         (SEGV_ACCERR): Likewise.
8150         (SEGV_PSTKOVF): Likewise.
8151         (BUS_ADRALN): Likewise.
8152         (BUS_ADRERR): Likewise.
8153         (BUS_OBJERR): Likewise.
8154         (BUS_MCEERR_AR): Likewise.
8155         (BUS_MCEERR_AO): Likewise.
8156         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8157         (TRAP_TRACE): Likewise.
8158         (TRAP_BRANCH): Likewise.
8159         (TRAP_HWBKPT): Likewise.
8160         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8161         __USE_XOPEN2K8].
8162         (CLD_KILLED): Likewise.
8163         (CLD_DUMPED): Likewise.
8164         (CLD_TRAPPED): Likewise.
8165         (CLD_STOPPED): Likewise.
8166         (CLD_CONTINUED): Likewise.
8167         (POLL_IN): Likewise.
8168         (POLL_OUT): Likewise.
8169         (POLL_MSG): Likewise.
8170         (POLL_ERR): Likewise.
8171         (POLL_PRI): Likewise.
8172         (POLL_HUP): Likewise.
8173         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
8174         (ILL_ILLOPN): Likewise.
8175         (ILL_ILLADR): Likewise.
8176         (ILL_ILLTRP): Likewise.
8177         (ILL_PRVOPC): Likewise.
8178         (ILL_PRVREG): Likewise.
8179         (ILL_COPROC): Likewise.
8180         (ILL_BADSTK): Likewise.
8181         (FPE_INTDIV): Likewise.
8182         (FPE_INTOVF): Likewise.
8183         (FPE_FLTDIV): Likewise.
8184         (FPE_FLTOVF): Likewise.
8185         (FPE_FLTUND): Likewise.
8186         (FPE_FLTRES): Likewise.
8187         (FPE_FLTINV): Likewise.
8188         (FPE_FLTSUB): Likewise.
8189         (SEGV_MAPERR): Likewise.
8190         (SEGV_ACCERR): Likewise.
8191         (BUS_ADRALN): Likewise.
8192         (BUS_ADRERR): Likewise.
8193         (BUS_OBJERR): Likewise.
8194         (BUS_MCEERR_AR): Likewise.
8195         (BUS_MCEERR_AO): Likewise.
8196         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8197         (TRAP_TRACE): Likewise.
8198         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8199         __USE_XOPEN2K8].
8200         (CLD_KILLED): Likewise.
8201         (CLD_DUMPED): Likewise.
8202         (CLD_TRAPPED): Likewise.
8203         (CLD_STOPPED): Likewise.
8204         (CLD_CONTINUED): Likewise.
8205         (POLL_IN): Likewise.
8206         (POLL_OUT): Likewise.
8207         (POLL_MSG): Likewise.
8208         (POLL_ERR): Likewise.
8209         (POLL_PRI): Likewise.
8210         (POLL_HUP): Likewise.
8211         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
8212         (ILL_ILLOPN): Likewise.
8213         (ILL_ILLADR): Likewise.
8214         (ILL_ILLTRP): Likewise.
8215         (ILL_PRVOPC): Likewise.
8216         (ILL_PRVREG): Likewise.
8217         (ILL_COPROC): Likewise.
8218         (ILL_BADSTK): Likewise.
8219         (FPE_INTDIV): Likewise.
8220         (FPE_INTOVF): Likewise.
8221         (FPE_FLTDIV): Likewise.
8222         (FPE_FLTOVF): Likewise.
8223         (FPE_FLTUND): Likewise.
8224         (FPE_FLTRES): Likewise.
8225         (FPE_FLTINV): Likewise.
8226         (FPE_FLTSUB): Likewise.
8227         (SEGV_MAPERR): Likewise.
8228         (SEGV_ACCERR): Likewise.
8229         (BUS_ADRALN): Likewise.
8230         (BUS_ADRERR): Likewise.
8231         (BUS_OBJERR): Likewise.
8232         (BUS_MCEERR_AR): Likewise.
8233         (BUS_MCEERR_AO): Likewise.
8234         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8235         (TRAP_TRACE): Likewise.
8236         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8237         __USE_XOPEN2K8].
8238         (CLD_KILLED): Likewise.
8239         (CLD_DUMPED): Likewise.
8240         (CLD_TRAPPED): Likewise.
8241         (CLD_STOPPED): Likewise.
8242         (CLD_CONTINUED): Likewise.
8243         (POLL_IN): Likewise.
8244         (POLL_OUT): Likewise.
8245         (POLL_MSG): Likewise.
8246         (POLL_ERR): Likewise.
8247         (POLL_PRI): Likewise.
8248         (POLL_HUP): Likewise.
8249         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
8250         (ILL_ILLOPN): Likewise.
8251         (ILL_ILLADR): Likewise.
8252         (ILL_ILLTRP): Likewise.
8253         (ILL_PRVOPC): Likewise.
8254         (ILL_PRVREG): Likewise.
8255         (ILL_COPROC): Likewise.
8256         (ILL_BADSTK): Likewise.
8257         (FPE_INTDIV): Likewise.
8258         (FPE_INTOVF): Likewise.
8259         (FPE_FLTDIV): Likewise.
8260         (FPE_FLTOVF): Likewise.
8261         (FPE_FLTUND): Likewise.
8262         (FPE_FLTRES): Likewise.
8263         (FPE_FLTINV): Likewise.
8264         (FPE_FLTSUB): Likewise.
8265         (SEGV_MAPERR): Likewise.
8266         (SEGV_ACCERR): Likewise.
8267         (BUS_ADRALN): Likewise.
8268         (BUS_ADRERR): Likewise.
8269         (BUS_OBJERR): Likewise.
8270         (BUS_MCEERR_AR): Likewise.
8271         (BUS_MCEERR_AO): Likewise.
8272         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8273         (TRAP_TRACE): Likewise.
8274         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8275         __USE_XOPEN2K8].
8276         (CLD_KILLED): Likewise.
8277         (CLD_DUMPED): Likewise.
8278         (CLD_TRAPPED): Likewise.
8279         (CLD_STOPPED): Likewise.
8280         (CLD_CONTINUED): Likewise.
8281         (POLL_IN): Likewise.
8282         (POLL_OUT): Likewise.
8283         (POLL_MSG): Likewise.
8284         (POLL_ERR): Likewise.
8285         (POLL_PRI): Likewise.
8286         (POLL_HUP): Likewise.
8287         * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
8288         (ILL_ILLOPN): Likewise.
8289         (ILL_ILLADR): Likewise.
8290         (ILL_ILLTRP): Likewise.
8291         (ILL_PRVOPC): Likewise.
8292         (ILL_PRVREG): Likewise.
8293         (ILL_COPROC): Likewise.
8294         (ILL_BADSTK): Likewise.
8295         (ILL_DBLFLT): Likewise.
8296         (ILL_HARDWALL): Likewise.
8297         (FPE_INTDIV): Likewise.
8298         (FPE_INTOVF): Likewise.
8299         (FPE_FLTDIV): Likewise.
8300         (FPE_FLTOVF): Likewise.
8301         (FPE_FLTUND): Likewise.
8302         (FPE_FLTRES): Likewise.
8303         (FPE_FLTINV): Likewise.
8304         (FPE_FLTSUB): Likewise.
8305         (SEGV_MAPERR): Likewise.
8306         (SEGV_ACCERR): Likewise.
8307         (BUS_ADRALN): Likewise.
8308         (BUS_ADRERR): Likewise.
8309         (BUS_OBJERR): Likewise.
8310         (BUS_MCEERR_AR): Likewise.
8311         (BUS_MCEERR_AO): Likewise.
8312         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8313         (TRAP_TRACE): Likewise.
8314         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8315         __USE_XOPEN2K8].
8316         (CLD_KILLED): Likewise.
8317         (CLD_DUMPED): Likewise.
8318         (CLD_TRAPPED): Likewise.
8319         (CLD_STOPPED): Likewise.
8320         (CLD_CONTINUED): Likewise.
8321         (POLL_IN): Likewise.
8322         (POLL_OUT): Likewise.
8323         (POLL_MSG): Likewise.
8324         (POLL_ERR): Likewise.
8325         (POLL_PRI): Likewise.
8326         (POLL_HUP): Likewise.
8327         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
8328         (ILL_ILLOPN): Likewise.
8329         (ILL_ILLADR): Likewise.
8330         (ILL_ILLTRP): Likewise.
8331         (ILL_PRVOPC): Likewise.
8332         (ILL_PRVREG): Likewise.
8333         (ILL_COPROC): Likewise.
8334         (ILL_BADSTK): Likewise.
8335         (FPE_INTDIV): Likewise.
8336         (FPE_INTOVF): Likewise.
8337         (FPE_FLTDIV): Likewise.
8338         (FPE_FLTOVF): Likewise.
8339         (FPE_FLTUND): Likewise.
8340         (FPE_FLTRES): Likewise.
8341         (FPE_FLTINV): Likewise.
8342         (FPE_FLTSUB): Likewise.
8343         (SEGV_MAPERR): Likewise.
8344         (SEGV_ACCERR): Likewise.
8345         (BUS_ADRALN): Likewise.
8346         (BUS_ADRERR): Likewise.
8347         (BUS_OBJERR): Likewise.
8348         (BUS_MCEERR_AR): Likewise.
8349         (BUS_MCEERR_AO): Likewise.
8350         (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
8351         (TRAP_TRACE): Likewise.
8352         (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
8353         __USE_XOPEN2K8].
8354         (CLD_KILLED): Likewise.
8355         (CLD_DUMPED): Likewise.
8356         (CLD_TRAPPED): Likewise.
8357         (CLD_STOPPED): Likewise.
8358         (CLD_CONTINUED): Likewise.
8359         (POLL_IN): Likewise.
8360         (POLL_OUT): Likewise.
8361         (POLL_MSG): Likewise.
8362         (POLL_ERR): Likewise.
8363         (POLL_PRI): Likewise.
8364         (POLL_HUP): Likewise.
8365         * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
8366         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8367
8368         [BZ #16670]
8369         * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
8370         before #include of <time.h>.
8371         [!__USE_XOPEN2K] (__need_timespec): Likewise.
8372         * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
8373         (test-xfail-UNIX98/sched.h/conform): Likewise.
8374
8375 2014-03-07  Marcus Shawcroft  <marcus.shawcroft@arm.com>
8376
8377         * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
8378         error absence of trapping exception support.
8379         * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
8380
8381 2014-03-07  Joseph Myers  <joseph@codesourcery.com>
8382
8383         * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
8384         ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
8385         * timezone/Makefile (testdata): Move definition above include of
8386         Rules.
8387         (test-zones): New variable.
8388         (tests-special): Add zone files.
8389         (build-testdata): Use $(evaluate-test).
8390
8391         * elf/Makefile (tests-special): Rename tests to end with .out.
8392         ($(objpfx)noload-mem): Likewise.
8393         ($(objpfx)tst-leaks1-mem): Likewise.
8394         ($(objpfx)tst-leaks1-static-mem.out): Likewise.
8395         * iconv/Makefile (xtests-special): Change test-iconvconfig to
8396         $(objpfx)test-iconvconfig.out.
8397         (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out.  Use
8398         set -e inside subshell and redirect output to file.
8399         * iconvdata/Makefile (generated): Rename tests to end with .out.
8400         Correct type.
8401         (tests-special): Rename tests to end with .out.
8402         ($(objpfx)mtrace-tst-loading): Likewise.
8403         * intl/Makefile (generated): Likewise.
8404         (tests-special): Likewise.
8405         ($(objpfx)mtrace-tst-gettext): Likewise.
8406         * misc/Makefile (generated): Likewise.
8407         (tests-special): Likewise.
8408         ($(objpfx)tst-error1-mem): Likewise.
8409         * nptl/Makefile (tests-special): Likewise.
8410         ($(objpfx)tst-stack3-mem): Likewise.
8411         (generated): Likewise.
8412         * posix/Makefile (generated): Likewise.
8413         (tests-special): Likewise.
8414         (xtests-special): Likewise.
8415         ($(objpfx)tst-fnmatch-mem): Likewise.
8416         ($(objpfx)bug-regex2-mem): Likewise.
8417         ($(objpfx)bug-regex14-mem): Likewise.
8418         ($(objpfx)bug-regex21-mem): Likewise.
8419         ($(objpfx)bug-regex31-mem): Likewise.
8420         ($(objpfx)tst-vfork3-mem): Likewise.
8421         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
8422         ($(objpfx)tst-pcre-mem): Likewise.
8423         ($(objpfx)tst-boost-mem): Likewise.
8424         ($(objpfx)bug-ga2-mem): Likewise.
8425         ($(objpfx)bug-glob2-mem): Likewise.
8426         * resolv/Makefile (generate): Likewise.
8427         (tests-special): Likewise.
8428         (xtests-special): Likewise.
8429         (generated): Likewise.
8430         ($(objpfx)mtrace-tst-leaks): Likewise.
8431         ($(objpfx)mtrace-tst-leaks2): Likewise.
8432
8433         * scripts/merge-test-results.sh: New file.
8434         * Makefile (tests-special-notdir): New variable.
8435         (tests): Run merge-test-results.sh.
8436         (xtests): Likewise.
8437         * Rules (tests-special-notdir): New variable.
8438         (xtests-special-notdir): Likewise.
8439         (tests): Run merge-test-results.sh
8440         (xtests): Likewise.
8441
8442         * Makeconfig (test-xfail-name): New variable.
8443         (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
8444         compute variable name for expected failures.
8445         * conform/Makefile (conformtest-headers-data): New variable.
8446         (conformtest-standards): Likewise.
8447         (conformtest-headers-ISO): Likewise.
8448         (conformtest-headers-ISO99): Likewise.
8449         (conformtest-headers-ISO11): Likewise.
8450         (conformtest-headers-POSIX): Likewise.
8451         (conformtest-headers-XPG3): Likewise.
8452         (conformtest-headers-XPG4): Likewise.
8453         (conformtest-headers-UNIX98): Likewise.
8454         (conformtest-headers-XOPEN2K): Likewise.
8455         (conformtest-headers-POSIX2008): Likewise.
8456         (conformtest-headers-XOPEN2K8): Likewise.
8457         (conformtest-header-list-base): Likewise.
8458         (conformtest-header-list-tests): Likewise.
8459         (conformtest-header-base): Likewise.
8460         (conformtest-header-tests): Likewise.
8461         (tests-special): Add $(conformtest-header-list-tests).  If
8462         [$(fast-check) && !$(cross-compiling)], add
8463         $(conformtest-header-tests) instead of
8464         $(objpfx)run-conformtest.out.
8465         (generated): Add $(conformtest-header-list-base).  If
8466         [$(fast-check) && !$(cross-compiling)], add
8467         $(conformtest-header-base).  Remove previous setting.
8468         ($(conformtest-header-list-tests)): New target.
8469         (test-xfail-run-conformtest): Remove variable.
8470         ($(objpfx)run-conformtest.out): Remove target.
8471         (test-xfail-ISO11/complex.h/conform): New variable.
8472         (test-xfail-ISO11/stdalign.h/conform): Likewise.
8473         (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
8474         (test-xfail-XPG3/varargs.h/conform): Likewise.
8475         (test-xfail-XPG4/varargs.h/conform): Likewise.
8476         (test-xfail-UNIX98/varargs.h/conform): Likewise.
8477         (test-xfail-XPG4/ndbm.h/conform): Likewise.
8478         (test-xfail-UNIX98/ndbm.h/conform): Likewise.
8479         (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
8480         (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
8481         (test-xfail-XPG3/fcntl.h/conform): Likewise.
8482         (test-xfail-XPG3/ftw.h/conform): Likewise.
8483         (test-xfail-XPG3/grp.h/conform): Likewise.
8484         (test-xfail-XPG3/langinfo.h/conform): Likewise.
8485         (test-xfail-XPG3/limits.h/conform): Likewise.
8486         (test-xfail-XPG3/pwd.h/conform): Likewise.
8487         (test-xfail-XPG3/search.h/conform): Likewise.
8488         (test-xfail-XPG3/signal.h/conform): Likewise.
8489         (test-xfail-XPG3/stdio.h/conform): Likewise.
8490         (test-xfail-XPG3/stdlib.h/conform): Likewise.
8491         (test-xfail-XPG3/string.h/conform): Likewise.
8492         (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
8493         (test-xfail-XPG3/sys/msg.h/conform): Likewise.
8494         (test-xfail-XPG3/sys/sem.h/conform): Likewise.
8495         (test-xfail-XPG3/sys/shm.h/conform): Likewise.
8496         (test-xfail-XPG3/sys/stat.h/conform): Likewise.
8497         (test-xfail-XPG3/sys/types.h/conform): Likewise.
8498         (test-xfail-XPG3/sys/wait.h/conform): Likewise.
8499         (test-xfail-XPG3/termios.h/conform): Likewise.
8500         (test-xfail-XPG3/time.h/conform): Likewise.
8501         (test-xfail-XPG3/unistd.h/conform): Likewise.
8502         (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
8503         (test-xfail-XPG4/fcntl.h/conform): Likewise.
8504         (test-xfail-XPG4/langinfo.h/conform): Likewise.
8505         (test-xfail-XPG4/netdb.h/conform): Likewise.
8506         (test-xfail-XPG4/netinet/in.h/conform): Likewise.
8507         (test-xfail-XPG4/signal.h/conform): Likewise.
8508         (test-xfail-XPG4/stdio.h/conform): Likewise.
8509         (test-xfail-XPG4/stdlib.h/conform): Likewise.
8510         (test-xfail-XPG4/stropts.h/conform): Likewise.
8511         (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
8512         (test-xfail-XPG4/sys/msg.h/conform): Likewise.
8513         (test-xfail-XPG4/sys/sem.h/conform): Likewise.
8514         (test-xfail-XPG4/sys/shm.h/conform): Likewise.
8515         (test-xfail-XPG4/sys/socket.h/conform): Likewise.
8516         (test-xfail-XPG4/sys/stat.h/conform): Likewise.
8517         (test-xfail-XPG4/sys/time.h/conform): Likewise.
8518         (test-xfail-XPG4/sys/types.h/conform): Likewise.
8519         (test-xfail-XPG4/sys/wait.h/conform): Likewise.
8520         (test-xfail-XPG4/termios.h/conform): Likewise.
8521         (test-xfail-XPG4/ucontext.h/conform): Likewise.
8522         (test-xfail-XPG4/unistd.h/conform): Likewise.
8523         (test-xfail-XPG4/utmpx.h/conform): Likewise.
8524         (test-xfail-POSIX/sched.h/conform): Likewise.
8525         (test-xfail-POSIX/signal.h/conform): Likewise.
8526         (test-xfail-POSIX/sys/wait.h/conform): Likewise.
8527         (test-xfail-POSIX/tar.h/conform): Likewise.
8528         (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
8529         (test-xfail-UNIX98/fcntl.h/conform): Likewise.
8530         (test-xfail-UNIX98/langinfo.h/conform): Likewise.
8531         (test-xfail-UNIX98/netdb.h/conform): Likewise.
8532         (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
8533         (test-xfail-UNIX98/sched.h/conform): Likewise.
8534         (test-xfail-UNIX98/signal.h/conform): Likewise.
8535         (test-xfail-UNIX98/stdio.h/conform): Likewise.
8536         (test-xfail-UNIX98/stdlib.h/conform): Likewise.
8537         (test-xfail-UNIX98/stropts.h/conform): Likewise.
8538         (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
8539         (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
8540         (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
8541         (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
8542         (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
8543         (test-xfail-UNIX98/sys/time.h/conform): Likewise.
8544         (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
8545         (test-xfail-UNIX98/ucontext.h/conform): Likewise.
8546         (test-xfail-UNIX98/unistd.h/conform): Likewise.
8547         (test-xfail-UNIX98/utmpx.h/conform): Likewise.
8548         (test-xfail-XOPEN2K/aio.h/conform): Likewise.
8549         (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
8550         (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
8551         (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
8552         (test-xfail-XOPEN2K/math.h/conform): Likewise.
8553         (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
8554         (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
8555         (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
8556         (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
8557         (test-xfail-XOPEN2K/signal.h/conform): Likewise.
8558         (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
8559         (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
8560         (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
8561         (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
8562         (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
8563         (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
8564         (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
8565         (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
8566         (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
8567         (test-xfail-XOPEN2K/termios.h/conform): Likewise.
8568         (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
8569         (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
8570         (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
8571         (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
8572         (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
8573         (test-xfail-POSIX2008/netdb.h/conform): Likewise.
8574         (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
8575         (test-xfail-POSIX2008/signal.h/conform): Likewise.
8576         (test-xfail-POSIX2008/stropts.h/conform): Likewise.
8577         (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
8578         (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
8579         (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
8580         (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
8581         (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
8582         (test-xfail-XOPEN2K8/math.h/conform): Likewise.
8583         (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
8584         (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
8585         (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
8586         (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
8587         (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
8588         (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
8589         (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
8590         (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
8591         (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
8592         (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
8593         (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
8594         (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
8595         (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
8596         (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
8597         (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
8598         (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
8599         (conformtest-cc-flags): Likewise.
8600         ($(conformtest-header-tests): New target.
8601         * conform/check-header-lists.sh: New file.
8602         * conform/run-conformtest.sh: Remove.
8603
8604         * conform/conformtest.pl: Allow ' and \ in values given for
8605         constants.
8606         * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
8607         inclusion.
8608         [POSIX] (sys/types.h): Likewise.
8609         [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
8610         inclusion.
8611         [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
8612         inclusion.
8613         * conform/data/signal.h-data (SIGIO): Remove expectation.
8614         [XPG3] (SIGBUS): Do not expect.
8615         [POSIX || XPG3] (SIGPOLL): Likewise.
8616         [POSIX || XPG3] (SIGPROF): Likewise.
8617         [POSIX || XPG3] (SIGSYS): Likewise.
8618         [XPG3] (SIGTRAP): Likewise.
8619         [POSIX || XPG3] (SIGURG): Likewise.
8620         [POSIX || XPG3] (SIGVTALRM): Likewise.
8621         [POSIX || XPG3] (SIGXCPU): Likewise.
8622         [POSIX || XPG3] (SIGXFSZ): Likewise.
8623         [POSIX] (SA_SIGINFO): Expect.
8624         [XPG3] (siginfo_t): Do not expect type or contents.
8625         [POSIX] (si_pid): Do not expect element.
8626         [POSIX] (si_uid): Likewise.
8627         [POSIX] (si_addr): Likewise.
8628         [POSIX] (si_status): Likewise.
8629         [POSIX] (si_band): Likewise.
8630         [XPG4] (si_value): Likewise.
8631         [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
8632         [POSIX || XPG3] (ILL_ILLOPN): Likewise.
8633         [POSIX || XPG3] (ILL_ILLADR): Likewise.
8634         [POSIX || XPG3] (ILL_ILLTRP): Likewise.
8635         [POSIX || XPG3] (ILL_PRVOPC): Likewise.
8636         [POSIX || XPG3] (ILL_PRVREG): Likewise.
8637         [POSIX || XPG3] (ILL_COPROC): Likewise.
8638         [POSIX || XPG3] (ILL_BADSTK): Likewise.
8639         [POSIX || XPG3] (FPE_INTDIV): Likewise.
8640         [POSIX || XPG3] (FPE_INTOVF): Likewise.
8641         [POSIX || XPG3] (FPE_FLTDIV): Likewise.
8642         [POSIX || XPG3] (FPE_FLTOVF): Likewise.
8643         [POSIX || XPG3] (FPE_FLTUND): Likewise.
8644         [POSIX || XPG3] (FPE_FLTRES): Likewise.
8645         [POSIX || XPG3] (FPE_FLTINV): Likewise.
8646         [POSIX || XPG3] (FPE_FLTSUB): Likewise.
8647         [POSIX || XPG3] (SEGV_MAPERR): Likewise.
8648         [POSIX || XPG3] (SEGV_ACCERR): Likewise.
8649         [POSIX || XPG3] (BUS_ADRALN): Likewise.
8650         [POSIX || XPG3] (BUS_ADRERR): Likewise.
8651         [POSIX || XPG3] (BUS_OBJERR): Likewise.
8652         [POSIX || XPG3] (CLD_EXITED): Likewise.
8653         [POSIX || XPG3] (CLD_KILLED): Likewise.
8654         [POSIX || XPG3] (CLD_DUMPED): Likewise.
8655         [POSIX || XPG3] (CLD_TRAPPED): Likewise.
8656         [POSIX || XPG3] (CLD_STOPPED): Likewise.
8657         [POSIX || XPG3] (CLD_CONTINUED): Likewise.
8658         [POSIX || XPG3] (POLL_IN): Likewise.
8659         [POSIX || XPG3] (POLL_OUT): Likewise.
8660         [POSIX || XPG3] (POLL_MSG): Likewise.
8661         [POSIX || XPG3] (POLL_ERR): Likewise.
8662         [POSIX || XPG3] (POLL_PRI): Likewise.
8663         [POSIX || XPG3] (POLL_HUP): Likewise.
8664         [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
8665         [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
8666         (SIG*): Do not allow.
8667         [XPG3] (si_*): Likewise.
8668         [XPG3] (SI_*): Likewise.
8669         [XPG3 || XPG4] (sigev_*): Likewise.
8670         [XPG3 || XPG4] (SIGEV_*): Likewise.
8671         [XPG3 || XPG4] (sival_*): Likewise.
8672         [POSIX || XPG3 || XPG4] (uc_*): Likewise.
8673         [POSIX || XPG3] (BUS_*): Likewise.
8674         [POSIX || XPG3] (CLD_*): Likewise.
8675         [POSIX || XPG3] (FPE_*): Likewise.
8676         [POSIX || XPG3] (ILL_*): Likewise.
8677         [POSIX || XPG3] (POLL_*): Likewise.
8678         [POSIX || XPG3] (SEGV_*): Likewise.
8679         [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
8680         [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
8681         [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
8682         [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
8683         [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
8684         * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
8685         Specify type and value.
8686         (TVERSLEN): Likewise.
8687         (REGTYPE): Likewise.
8688         (AREGTYPE): Likewise.
8689         (LNKTYPE): Likewise.
8690         (SYMTYPE): Likewise.
8691         (CHRTYPE): Likewise.
8692         (BLKTYPE): Likewise.
8693         (DIRTYPE): Likewise.
8694         (FIFOTYPE): Likewise.
8695         (CONTTYPE): Likewise.
8696         (TSUID): Likewise.
8697         (TSGID): Likewise.
8698         (TSVTX): Likewise.
8699         (TUREAD): Likewise.
8700         (TUWRITE): Likewise.
8701         (TUEXEC): Likewise.
8702         (TGREAD): Likewise.
8703         (TGWRITE): Likewise.
8704         (TGEXEC): Likewise.
8705         (TOREAD): Likewise.
8706         (TOWRITE): Likewise.
8707         (TOEXEC): Likewise.
8708         [POSIX] (TSVTX): Expect constant.
8709
8710 2014-03-06  Joseph Myers  <joseph@codesourcery.com>
8711
8712         * Makefile (tests): Change dependencies to ....
8713         (tests-special): ... additions to this variable.
8714         (tests): Depend on $(tests-special).
8715         * Makerules (check-abi-list): New variable.
8716         (check-abi): Depend on $(check-abi-list).
8717         [$(subdir) = elf] (tests-special): Add
8718         $(objpfx)check-abi-libc.out.
8719         [$(build-shared) = yes && subdir] (tests-special): Add
8720         $(check-abi-list).
8721         [$(build-shared) = yes && subdir] (tests): Do not depend on
8722         check-abi.
8723         * Rules (tests): Depend on $(tests-special).
8724         (xtests): Depend on $(xtests-special).
8725         * catgets/Makefile (tests): Change dependencies to ....
8726         (tests-special): ... additions to this variable.
8727         * conform/Makefile (tests): Change dependencies to ....
8728         (tests-special): ... additions to this variable.
8729         * elf/Makefile (tests): Change dependencies to ....
8730         (tests-special): ... additions to this variable.
8731         * grp/Makefile (tests): Change dependencies to ....
8732         (tests-special): ... additions to this variable.
8733         * iconv/Makefile (xtests): Change dependencies to ....
8734         (xtests-special): ... additions to this variable.
8735         * iconvdata/Makefile (tests): Change dependencies to ....
8736         (tests-special): ... additions to this variable.
8737         * intl/Makefile (tests): Change dependencies to ....
8738         (tests-special): ... additions to this variable.  Also add
8739         $(objpfx)tst-gettext.out.
8740         * io/Makefile (tests): Change dependencies to ....
8741         (tests-special): ... additions to this variable.
8742         * libio/Makefile (tests): Change dependencies to ....
8743         (tests-special): ... additions to this variable.
8744         * malloc/Makefile (tests): Change dependencies to ....
8745         (tests-special): ... additions to this variable.
8746         * misc/Makefile (tests): Change dependencies to ....
8747         (tests-special): ... additions to this variable.
8748         * nptl/Makefile (tests): Change dependencies to ....
8749         (tests-special): ... additions to this variable.
8750         * nptl_db/Makefile (tests): Change dependencies to ....
8751         (tests-special): ... additions to this variable.
8752         * posix/Makefile (tests): Change dependencies to ....
8753         (tests-special): ... additions to this variable.
8754         (xtests): Change dependencies to ....
8755         (xtests-special): ... additions to this variable.
8756         * resolv/Makefile (tests): Change dependencies to ....
8757         (tests-special): ... additions to this variable.
8758         (xtests): Change dependencies to ....
8759         (xtests-special): ... additions to this variable.
8760         * stdio-common/Makefile (tests): Change dependencies to ....
8761         (tests-special): ... additions to this variable.
8762         (do-tst-unbputc): Remove target.
8763         (do-tst-printf): Likewise.
8764         * stdlib/Makefile (tests): Change dependencies to ....
8765         (tests-special): ... additions to this variable.
8766         * string/Makefile (tests): Change dependencies to ....
8767         (tests-special): ... additions to this variable.
8768         * sysdeps/x86/Makefile (tests): Change dependencies to ....
8769         (tests-special): ... additions to this variable.
8770
8771         * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
8772         whole file.
8773         * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
8774         whole file.
8775         * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
8776         * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
8777
8778         * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
8779         * conform/data/arpa/inet.h-data [XPG3]: Likewise.
8780         * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
8781         * conform/data/fmtmsg.h-data [XPG3]: Likewise.
8782         * conform/data/libgen.h-data [XPG3]: Likewise.
8783         * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
8784         * conform/data/ndbm.h-data [XPG3]: Likewise.
8785         * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8786         * conform/data/netdb.h-data [XPG3]: Likewise.
8787         * conform/data/netinet/in.h-data [XPG3]: Likewise.
8788         * conform/data/poll.h-data [XPG3]: Likewise.
8789         * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
8790         * conform/data/strings.h-data [XPG3]: Likewise.
8791         * conform/data/stropts.h-data [XPG3]: Likewise.
8792         * conform/data/sys/mman.h-data [XPG3]: Likewise.
8793         * conform/data/sys/resource.h-data [XPG3]: Likewise.
8794         * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
8795         Likewise.
8796         * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
8797         * conform/data/sys/time.h-data [XPG3]: Likewise.
8798         * conform/data/sys/timeb.h-data [XPG3]: Likewise.
8799         * conform/data/sys/uio.h-data [XPG3]: Likewise.
8800         * conform/data/sys/un.h-data [XPG3]: Likewise.
8801         * conform/data/syslog.h-data [XPG3]: Likewise.
8802         * conform/data/ucontext.h-data [XPG3]: Likewise.
8803         * conform/data/utmpx.h-data [XPG3]: Likewise.
8804         * conform/data/varargs.h-data [UNIX98]: Enable file.
8805
8806         * manual/Makefile (INSTALL_INFO): Remove variable setting.
8807
8808         * math/libm-test.inc (struct test_f_f_data): Move expected results
8809         into structure for each rounding mode.
8810         (struct test_ff_f_data): Likewise.
8811         (struct test_ff_f_data_nexttoward): Likewise.
8812         (struct test_fi_f_data): Likewise.
8813         (struct test_fl_f_data): Likewise.
8814         (struct test_if_f_data): Likewise.
8815         (struct test_fff_f_data): Likewise.
8816         (struct test_c_f_data): Likewise.
8817         (struct test_f_f1_data): Likewise.
8818         (struct test_fF_f1_data): Likewise.
8819         (struct test_ffI_f1_data): Likewise.
8820         (struct test_c_c_data): Likewise.
8821         (struct test_cc_c_data): Likewise.
8822         (struct test_f_i_data): Likewise.
8823         (struct test_ff_i_data): Likewise.
8824         (struct test_f_l_data): Likewise.
8825         (struct test_f_L_data): Likewise.
8826         (struct test_fFF_11_data): Likewise.
8827         (RM_): New macro.
8828         (RM_FE_DOWNWARD): Likewise.
8829         (RM_FE_TONEAREST): Likewise.
8830         (RM_FE_TOWARDZERO): Likewise.
8831         (RM_FE_UPWARD): Likewise.
8832         (RUN_TEST_LOOP_f_f): Update references to expected results.
8833         (RUN_TEST_LOOP_2_f): Likewise.
8834         (RUN_TEST_LOOP_fff_f): Likewise.
8835         (RUN_TEST_LOOP_c_f): Likewise.
8836         (RUN_TEST_LOOP_f_f1): Likewise.
8837         (RUN_TEST_LOOP_fF_f1): Likewise.
8838         (RUN_TEST_LOOP_fI_f1): Likewise.
8839         (RUN_TEST_LOOP_ffI_f1): Likewise.
8840         (RUN_TEST_LOOP_c_c): Likewise.
8841         (RUN_TEST_LOOP_cc_c): Likewise.
8842         (RUN_TEST_LOOP_f_i): Likewise.
8843         (RUN_TEST_LOOP_f_i_tg): Likewise.
8844         (RUN_TEST_LOOP_ff_i_tg): Likewise.
8845         (RUN_TEST_LOOP_f_b): Likewise.
8846         (RUN_TEST_LOOP_f_b_tg): Likewise.
8847         (RUN_TEST_LOOP_f_l): Likewise.
8848         (RUN_TEST_LOOP_f_L): Likewise.
8849         (RUN_TEST_LOOP_fFF_11): Likewise.
8850         * math/gen-libm-test.pl (parse_args): Output four copies of
8851         expected results for each test.
8852
8853         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
8854         (__ASSUME_UTIMES): Remove.
8855         * sysdeps/unix/sysv/linux/tile/kernel-features.h
8856         (__ASSUME_UTIMES): Likewise.
8857
8858         * math/gen-auto-libm-tests.c: Update comment on output format.
8859         (output_for_one_input_case): Generate before-rounding and
8860         after-rounding information as conditions on output flags not
8861         floating-point format.
8862         * math/auto-libm-test-out: Regenerated.
8863         * math/gen-libm-test.pl (cond_value): New function.
8864         (or_cond_value): Use cond_value.
8865         (generate_testfile): Handle conditional exceptions.
8866
8867 2014-03-05  Joseph Myers  <joseph@codesourcery.com>
8868
8869         * math/libm-test.inc (max_valid_error): New variable.
8870         (init_max_error): Take new argument specifying whether function
8871         results are exactly determined.  Set max_valid_error and bound
8872         other variables for errors based on this argument.
8873         (set_max_error): Do not record results above max_valid_error.
8874         (check_float_internal): Only accept errors of up to 0.5ulps if
8875         also at most max_valid_error.
8876         (START): Take new argument EXACT and pass it to init_max_error.
8877         (acos_test): Update call to START.
8878         (acos_test_tonearest): Likewise.
8879         (acos_test_towardzero): Likewise.
8880         (acos_test_downward): Likewise.
8881         (acos_test_upward): Likewise.
8882         (acosh_test): Likewise.
8883         (asin_test): Likewise.
8884         (asin_test_tonearest): Likewise.
8885         (asin_test_towardzero): Likewise.
8886         (asin_test_downward): Likewise.
8887         (asin_test_upward): Likewise.
8888         (asinh_test): Likewise.
8889         (atan_test): Likewise.
8890         (atanh_test): Likewise.
8891         (atan2_test): Likewise.
8892         (cabs_test): Likewise.
8893         (cacos_test): Likewise.
8894         (cacosh_test): Likewise.
8895         (carg_test): Likewise.
8896         (casin_test): Likewise.
8897         (casinh_test): Likewise.
8898         (catan_test): Likewise.
8899         (catanh_test): Likewise.
8900         (cbrt_test): Likewise.
8901         (ccos_test): Likewise.
8902         (ccosh_test): Likewise.
8903         (ceil_test): Likewise.
8904         (cexp_test): Likewise.
8905         (cimag_test): Likewise.
8906         (clog_test): Likewise.
8907         (clog10_test): Likewise.
8908         (conj_test): Likewise.
8909         (copysign_test): Likewise.
8910         (cos_test): Likewise.
8911         (cos_test_tonearest): Likewise.
8912         (cos_test_towardzero): Likewise.
8913         (cos_test_downward): Likewise.
8914         (cos_test_upward): Likewise.
8915         (cosh_test): Likewise.
8916         (cosh_test_tonearest): Likewise.
8917         (cosh_test_towardzero): Likewise.
8918         (cosh_test_downward): Likewise.
8919         (cosh_test_upward): Likewise.
8920         (cpow_test): Likewise.
8921         (cproj_test): Likewise.
8922         (creal_test): Likewise.
8923         (csin_test): Likewise.
8924         (csinh_test): Likewise.
8925         (csqrt_test): Likewise.
8926         (ctan_test): Likewise.
8927         (ctan_test_tonearest): Likewise.
8928         (ctan_test_towardzero): Likewise.
8929         (ctan_test_downward): Likewise.
8930         (ctan_test_upward): Likewise.
8931         (ctanh_test): Likewise.
8932         (ctanh_test_tonearest): Likewise.
8933         (ctanh_test_towardzero): Likewise.
8934         (ctanh_test_downward): Likewise.
8935         (ctanh_test_upward): Likewise.
8936         (erf_test): Likewise.
8937         (erfc_test): Likewise.
8938         (exp_test): Likewise.
8939         (exp_test_tonearest): Likewise.
8940         (exp_test_towardzero): Likewise.
8941         (exp_test_downward): Likewise.
8942         (exp_test_upward): Likewise.
8943         (exp10_test): Likewise.
8944         (exp10_test_tonearest): Likewise.
8945         (exp10_test_towardzero): Likewise.
8946         (exp10_test_downward): Likewise.
8947         (exp10_test_upward): Likewise.
8948         (pow10_test): Likewise.
8949         (exp2_test): Likewise.
8950         (expm1_test): Likewise.
8951         (expm1_test_tonearest): Likewise.
8952         (expm1_test_towardzero): Likewise.
8953         (expm1_test_downward): Likewise.
8954         (expm1_test_upward): Likewise.
8955         (fabs_test): Likewise.
8956         (fdim_test): Likewise.
8957         (floor_test): Likewise.
8958         (fma_test): Likewise.
8959         (fma_test_towardzero): Likewise.
8960         (fma_test_downward): Likewise.
8961         (fma_test_upward): Likewise.
8962         (fmax_test): Likewise.
8963         (fmin_test): Likewise.
8964         (fmod_test): Likewise.
8965         (fpclassify_test): Likewise.
8966         (frexp_test): Likewise.
8967         (hypot_test): Likewise.
8968         (ilogb_test): Likewise.
8969         (isfinite_test): Likewise.
8970         (finite_test): Likewise.
8971         (isgreater_test): Likewise.
8972         (isgreaterequal_test): Likewise.
8973         (isinf_test): Likewise.
8974         (isless_test): Likewise.
8975         (islessequal_test): Likewise.
8976         (islessgreater_test): Likewise.
8977         (isnan_test): Likewise.
8978         (isnormal_test): Likewise.
8979         (issignaling_test): Likewise.
8980         (isunordered_test): Likewise.
8981         (j0_test): Likewise.
8982         (j1_test): Likewise.
8983         (jn_test): Likewise.
8984         (ldexp_test): Likewise.
8985         (lgamma_test): Likewise.
8986         (gamma_test): Likewise.
8987         (lrint_test): Likewise.
8988         (lrint_test_tonearest): Likewise.
8989         (lrint_test_towardzero): Likewise.
8990         (lrint_test_downward): Likewise.
8991         (lrint_test_upward): Likewise.
8992         (llrint_test): Likewise.
8993         (llrint_test_tonearest): Likewise.
8994         (llrint_test_towardzero): Likewise.
8995         (llrint_test_downward): Likewise.
8996         (llrint_test_upward): Likewise.
8997         (log_test): Likewise.
8998         (log10_test): Likewise.
8999         (log1p_test): Likewise.
9000         (log2_test): Likewise.
9001         (logb_test): Likewise.
9002         (logb_test_downward): Likewise.
9003         (lround_test): Likewise.
9004         (llround_test): Likewise.
9005         (modf_test): Likewise.
9006         (nearbyint_test): Likewise.
9007         (nextafter_test): Likewise.
9008         (nexttoward_test): Likewise.
9009         (pow_test): Likewise.
9010         (pow_test_tonearest): Likewise.
9011         (pow_test_towardzero): Likewise.
9012         (pow_test_downward): Likewise.
9013         (pow_test_upward): Likewise.
9014         (remainder_test): Likewise.
9015         (drem_test): Likewise.
9016         (remainder_test_tonearest): Likewise.
9017         (drem_test_tonearest): Likewise.
9018         (remainder_test_towardzero): Likewise.
9019         (drem_test_towardzero): Likewise.
9020         (remainder_test_downward): Likewise.
9021         (drem_test_downward): Likewise.
9022         (remainder_test_upward): Likewise.
9023         (drem_test_upward): Likewise.
9024         (remquo_test): Likewise.
9025         (rint_test): Likewise.
9026         (rint_test_tonearest): Likewise.
9027         (rint_test_towardzero): Likewise.
9028         (rint_test_downward): Likewise.
9029         (rint_test_upward): Likewise.
9030         (round_test): Likewise.
9031         (scalb_test): Likewise.
9032         (scalbn_test): Likewise.
9033         (scalbln_test): Likewise.
9034         (signbit_test): Likewise.
9035         (sin_test): Likewise.
9036         (sin_test_tonearest): Likewise.
9037         (sin_test_towardzero): Likewise.
9038         (sin_test_downward): Likewise.
9039         (sin_test_upward): Likewise.
9040         (sincos_test): Likewise.
9041         (sinh_test): Likewise.
9042         (sinh_test_tonearest): Likewise.
9043         (sinh_test_towardzero): Likewise.
9044         (sinh_test_downward): Likewise.
9045         (sinh_test_upward): Likewise.
9046         (sqrt_test): Likewise.
9047         (sqrt_test_tonearest): Likewise.
9048         (sqrt_test_towardzero): Likewise.
9049         (sqrt_test_downward): Likewise.
9050         (sqrt_test_upward): Likewise.
9051         (tan_test): Likewise.
9052         (tan_test_tonearest): Likewise.
9053         (tan_test_towardzero): Likewise.
9054         (tan_test_downward): Likewise.
9055         (tan_test_upward): Likewise.
9056         (tanh_test): Likewise.
9057         (tgamma_test): Likewise.
9058         (trunc_test): Likewise.
9059         (y0_test): Likewise.
9060         (y1_test): Likewise.
9061         (yn_test): Likewise.
9062         (significand_test): Likewise.
9063
9064         * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
9065         individual tests in comment.
9066         (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
9067         (prev_max_error): New variable.
9068         (prev_real_max_error): Likewise.
9069         (prev_imag_max_error): Likewise.
9070         (compare_ulp_data): Don't refer to test names in comment.
9071         (find_test_ulps): Remove function.
9072         (find_function_ulps): Likewise.
9073         (find_complex_function_ulps): Likewise.
9074         (init_max_error): Take function name as argument.  Look up ulps
9075         for that function.
9076         (print_ulps): Remove function.
9077         (print_max_error): Use prev_max_error instead of calling
9078         find_function_ulps.
9079         (print_complex_max_error): Use prev_real_max_error and
9080         prev_imag_max_error instead of calling find_complex_function_ulps.
9081         (check_float_internal): Take max_ulp parameter instead of calling
9082         find_test_ulps.  Don't call print_ulps.
9083         (check_float): Update call to check_float_internal.
9084         (check_complex): Update calls to check_float_internal.
9085         (START): Pass argument to init_max_error.
9086         * math/gen-libm-test.pl (%results): Don't include "kind"
9087         information.
9088         (parse_ulps): Don't handle ulps of individual tests.
9089         (print_ulps_file): Likewise.
9090         (output_ulps): Likewise.
9091         * math/README.libm-test: Update.
9092         * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
9093         individual tests.
9094         * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
9095         * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
9096         * sysdeps/arm/libm-test-ulps: Likewise.
9097         * sysdeps/i386/fpu/libm-test-ulps: Likewise.
9098         * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
9099         * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
9100         * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
9101         * sysdeps/microblaze/libm-test-ulps: Likewise.
9102         * sysdeps/mips/mips32/libm-test-ulps: Likewise.
9103         * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9104         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
9105         * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
9106         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
9107         * sysdeps/sh/libm-test-ulps: Likewise.
9108         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
9109         * sysdeps/tile/libm-test-ulps: Likewise.
9110         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9111
9112 2014-03-04  Joseph Myers  <joseph@codesourcery.com>
9113
9114         * math/libm-test.inc (print_complex_max_error): Check separately
9115         whether real and imaginary errors are within allowed range and
9116         pass 0 to print_complex_function_ulps instead of value within
9117         allowed range.
9118
9119 2014-03-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
9120
9121         * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
9122         formatting.
9123         (get_handles_fopen): Likewise.
9124         (do_write_test): Likewise.
9125
9126         * libio/wfileops.c (do_ftell_wide): Fix up formatting.
9127
9128         * libio/fileops.c (do_ftell): Use cached offset when
9129         available.
9130         * libio/iofwide.c (do_ftell_wide): Likewise.
9131         * libio/iofdopen.c (_IO_new_fdopen): Don't use
9132         _IO_file_attach.
9133         * libio/wfileops.c (_IO_fwide): Don't cache offset.
9134
9135         [BZ #16532]
9136         * libio/libioP.h (get_file_offset): New function.
9137         * libio/fileops.c (get_file_offset): Likewise.
9138         (do_ftell): Likewise.
9139         (_IO_new_file_seekoff): Split out ftell logic.
9140         * libio/wfileops.c (do_ftell_wide): Likewise.
9141         (_IO_wfile_seekoff): Split out ftell logic.
9142         * libio/tst-ftell-active-handler.c: New test case.
9143         * libio/Makefile (tests): Add it.
9144
9145 2014-03-03  Roland McGrath  <roland@hack.frob.com>
9146
9147         * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
9148         * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
9149
9150 2014-03-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
9151
9152         [BZ #16639]
9153         * nscd/connections.c (nscd_init): Call do_exit.
9154         (start_threads): Call do_exit and notify_parent.
9155         (begin_drop_privileges): Call do_exit.
9156         (finish_drop_privileges): Likewise.
9157         * nscd/selinux.c (preserve_capabilities): Likewise.
9158         (install_real_capabilities): Likewise.
9159         (nscd_selinux_enabled): Likewise.
9160         (avc_create_thread): Likewise.
9161         (avc_alloc_lock): Likewise.
9162         (nscd_avc_init): Likewise.
9163         * nscd/nscd.c (parent_fd): New static variable.
9164         (main): Create a pipe between parent and child processes.
9165         Skip closing parent_fd.
9166         (monitor_child): New function.
9167         (do_exit): Likewise.
9168         (notify_parent): Likewise.
9169         * nscd/nscd.h (notify_parent): Likewise.
9170         (do_exit): Likewise.
9171
9172 2014-03-03  Carlos O'Donell  <carlos@redhat.com>
9173
9174         * malloc/malloc.c (__libc_calloc): Revert last change.
9175
9176 2014-03-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9177
9178         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9179
9180 2014-03-03  Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
9181
9182         * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
9183         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
9184         implementation.
9185         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9186         (__libc_ifunc_impl_list): Likewise.
9187         * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
9188         * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
9189         * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
9190         * string/strrchr.c: Define STRRCHR.
9191
9192 2014-02-28  Ondřej Bílka  <neleai@seznam.cz>
9193
9194         * benchtest/bench-strtok.c (simple_strtok): Delete.
9195         (strtok_string): Use as benchmark.
9196         * string/strtok (STRTOK): New macro.
9197
9198 2014-02-28  Carlos O'Donell  <carlos@redhat.com>
9199
9200         * manual/threads.texi: Add header and standard comments to all
9201         functions.
9202
9203         * elf/dl-lookup.c (check_match): New function.
9204         (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
9205         (do_lookup_x): Remove nested function check_match. Use non-nested
9206         function check_match.
9207
9208 2014-02-28  Roland McGrath  <roland@hack.frob.com>
9209
9210         * csu/Makefile (generated, before-compile): Use += rather than =.
9211         * catgets/Makefile (generated, generated-dirs): Likewise.
9212         * debug/Makefile (generated): Likewise.
9213         * dlfcn/Makefile (generated): Likewise.
9214         * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
9215         * iconvdata/Makefile (before-compile, generated): Likewise.
9216         * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
9217         * libio/Makefile (generated): Likewise.
9218         * malloc/Makefile (generated): Likewise.
9219         * manual/Makefile (generated, generated-dirs): Likewise.
9220         * misc/Makefile (generated): Likewise.
9221         * posix/Makefile (generated): Likewise.
9222         * resolv/Makefile (generated): Likewise.
9223         * sunrpc/Makefile (generated, generated-dirs): Likewise.
9224         * timezone/Makefile (generated, generated-dirs): Likewise.
9225
9226         * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
9227
9228 2014-02-27  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9229
9230         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
9231         power8 implementation.
9232         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
9233         file: POWER8 llround ifunc implementation.
9234         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
9235         (__lllround): Add POWER8 implementation.
9236         * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
9237         POWER8 llround implementation.
9238
9239         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
9240         power8 implementation.
9241         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
9242         file: POWER8 llrint ifunc implementation.
9243         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
9244         Add POWER8 implementation.
9245         * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
9246         POWER8 llrint implementation.
9247
9248         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
9249         power8 implementation.
9250         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
9251         file: POWER8 finite ifunc implementation.
9252         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
9253         Add POWER8 implementation.
9254         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
9255         Likewise.
9256         * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
9257         POWER8 finite implementation.
9258         * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
9259
9260         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
9261         power8 implementation.
9262         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
9263         file: POWER8 isinf ifunc implementation.
9264         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
9265         POWER8 implementation.
9266         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
9267         Likewise.
9268         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
9269         isinf implementation.
9270         * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
9271
9272         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
9273         (INIT_ARCH): Add hwcap2 initialization.
9274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
9275         power8 implementation.
9276         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
9277         file: POWER8 isnan ifunc implementation.
9278         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
9279         POWER8 implementation.
9280         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
9281         Likewise.
9282         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
9283         isnan implementation.
9284         * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
9285
9286 2014-02-27  Joey Ye  <joey.ye@arm.com>
9287
9288         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
9289         (_FP_NANFRAC_Q): Set to zero.
9290
9291 2014-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
9292
9293         [BZ #16623]
9294         * math/auto-libm-test-in: New test inputs.
9295         * math/auto-libm-test-out: Regenerate.
9296         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
9297         and DA.
9298         (__cos): Likewise.
9299         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
9300
9301 2014-02-27  Joseph Myers  <joseph@codesourcery.com>
9302
9303         * scripts/evaluate-test.sh: Take new argument indicating whether
9304         failure is expected.
9305         * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
9306         indicating whether failure is expected.
9307         * conform/Makefile (test-xfail-run-conformtest): New variable.
9308         ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
9309         level.
9310         * posix/Makefile (test-xfail-annexc): New variable.
9311         ($(objpfx)annexc.out): Don't expect to fail at makefile level.
9312
9313 2014-02-26  Joseph Myers  <joseph@codesourcery.com>
9314
9315         * argp/Makefile: Include Makeconfig immediately after defining
9316         subdir.
9317         * assert/Makefile: Likewise.
9318         * benchtests/Makefile: Likewise.
9319         * catgets/Makefile: Likewise.
9320         * conform/Makefile: Likewise.
9321         * crypt/Makefile: Likewise.
9322         * csu/Makefile: Likewise.
9323         (all): Remove target.
9324         * ctype/Makefile: Include Makeconfig immediately after defining
9325         subdir.
9326         * debug/Makefile: Likewise.
9327         * dirent/Makefile: Likewise.
9328         * dlfcn/Makefile: Likewise.
9329         * gmon/Makefile: Likewise.
9330         * gnulib/Makefile: Likewise.
9331         * grp/Makefile: Likewise.
9332         * gshadow/Makefile: Likewise.
9333         * hesiod/Makefile: Likewise.
9334         * hurd/Makefile: Likewise.
9335         (all): Remove target.
9336         * iconvdata/Makefile: Include Makeconfig immediately after
9337         defining subdir.
9338         * inet/Makefile: Likewise.
9339         * intl/Makefile: Likewise.
9340         * io/Makefile: Likewise.
9341         * libio/Makefile: Likewise.
9342         (all): Remove target.
9343         * locale/Makefile: Include Makeconfig immediately after defining
9344         subdir.
9345         * login/Makefile: Likewise.
9346         * mach/Makefile: Likewise.
9347         (all): Remove target.
9348         * malloc/Makefile: Include Makeconfig immediately after defining
9349         subdir.
9350         (all): Remove target.
9351         * manual/Makefile: Include Makeconfig immediately after defining
9352         subdir.
9353         * math/Makefile: Likewise.
9354         * misc/Makefile: Likewise.
9355         * nis/Makefile: Likewise.
9356         * nss/Makefile: Likewise.
9357         * po/Makefile: Likewise.
9358         (all): Remove target.
9359         * posix/Makefile: Include Makeconfig immediately after defining
9360         subdir.
9361         * pwd/Makefile: Likewise.
9362         * resolv/Makefile: Likewise.
9363         * resource/Makefile: Likewise.
9364         * rt/Makefile: Likewise.
9365         * setjmp/Makefile: Likewise.
9366         * shadow/Makefile: Likewise.
9367         * signal/Makefile: Likewise.
9368         * socket/Makefile: Likewise.
9369         * soft-fp/Makefile: Likewise.
9370         * stdio-common/Makefile: Likewise.
9371         * stdlib/Makefile: Likewise.
9372         * streams/Makefile: Likewise.
9373         * string/Makefile: Likewise.
9374         * sunrpc/Makefile: Likewise.
9375         (all): Remove target.
9376         * sysvipc/Makefile: Include Makeconfig immediately after defining
9377         subdir.
9378         * termios/Makefile: Likewise.
9379         * time/Makefile: Likewise.
9380         * timezone/Makefile: Likewise.
9381         (all): Remove target.
9382         * wcsmbs/Makefile: Include Makeconfig immediately after defining
9383         subdir.
9384         * wctype/Makefile: Likewise.
9385
9386 2014-02-26  Steve Ellcey  <sellcey@mips.com>
9387
9388         * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
9389         (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
9390         (libc_feholdexcept_setround_mips): Ditto.
9391         (libc_feholdsetround): New.
9392         (libc_feholdsetroundf): New.
9393         (libc_feholdsetroundl): New.
9394         (libc_feupdateenv_test_mips): New.
9395         (libc_feupdateenv_test): New.
9396         (libc_feupdateenv_testf): New.
9397         (libc_feupdateenv_testl): New.
9398         (libc_feresetround): New.
9399         (libc_feresetroundf): New.
9400         (libc_feresetroundl): New.
9401         (libc_fetestexcept_mips): New.
9402         (libc_fetestexcept): New.
9403         (libc_fetestexceptf): New.
9404         (libc_fetestexceptl): New.
9405         (HAVE_RM_CTX): New.
9406         (libc_feholdexcept_setround_mips_ctx): New.
9407         (libc_feholdexcept_setround_ctx): New.
9408         (libc_feholdexcept_setroundf_ctx): New.
9409         (libc_feholdexcept_setroundl_ctx): New.
9410         (libc_fesetenv_mips_ctx): New.
9411         (libc_fesetenv_ctx): New.
9412         (libc_fesetenv_ctxf): New.
9413         (libc_fesetenv_ctxl): New.
9414         (libc_feupdateenv_mips_ctx): New.
9415         (libc_feupdateenv_ctx): New.
9416         (libc_feupdateenvf_ctx): New.
9417         (libc_feupdateenvl_ctx): New.
9418         (libc_feholdsetround_mips_ctx): New.
9419         (libc_feholdsetround_ctx): New.
9420         (libc_feholdsetroundf_ctx): New.
9421         (libc_feholdsetroundl_ctx): New.
9422         (libc_feresetround_mips_ctx): New.
9423         (libc_feresetround_ctx): New.
9424         (libc_feresetroundf_ctx): New.
9425         (libc_feresetroundl_ctx): New.
9426
9427 2014-02-26  Carlos O'Donell  <carlos@redhat.com>
9428
9429         * manual/ipc.texi (Semaphores): Use @Theglibc{}.
9430
9431         * manual/ipc.texi: New file.
9432         * manual/Makefile (chapters): Add ipc.
9433         * manual/job.texi: Add "Inter-Process Communication" to next.
9434         * manual/process.texi: Add "Inter-Process Communication" to prev.
9435
9436 2014-02-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
9437
9438         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9439
9440 2014-02-26  Ondřej Bílka  <neleai@seznam.cz>
9441
9442         * malloc/malloc.c (__libc_calloc): Simplify implementation.
9443
9444         * manual/arith.texi: Fix spaces after sentences.
9445         * manual/charset.texi: Likewise.
9446         * manual/errno.texi: Likewise.
9447         * manual/install.texi: Likewise.
9448         * manual/llio.texi: Likewise.
9449         * manual/locale.texi: Likewise.
9450         * manual/maint.texi: Likewise.
9451         * manual/math.texi: Likewise.
9452         * manual/memory.texi: Likewise.
9453         * manual/message.texi: Likewise.
9454         * manual/probes.texi: Likewise.
9455         * manual/resource.texi: Likewise.
9456         * manual/signal.texi: Likewise.
9457         * manual/socket.texi: Likewise.
9458         * manual/stdio.texi: Likewise.
9459         * manual/string.texi: Likewise.
9460         * manual/time.texi: Likewise.
9461         * manual/users.texi: Likewise.
9462
9463 2014-02-25  Carlos O'Donell  <carlos@redhat.com>
9464
9465         [BZ #16632]
9466         * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
9467         _DEFAULT_SOURCE is defined.
9468
9469 2014-02-25  Ulrich Drepper  <drepper@gmail.com>
9470             Carlos O'Donell  <carlos@redhat.com>
9471
9472         [BZ #16613]
9473         * elf/dl-tls.c (_dl_count_modids): New function.
9474         * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
9475         * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
9476         audit library and increment generation counter.
9477         (_dl_allocate_tls_init): Add assertion to check TLS generation count.
9478         * elf/tst-audit9.c: New file.
9479         * elf/tst-auditmod9a.c: New file.
9480         * elf/tst-auditmod9b.c: New file.
9481         * elf/Makefile: Add rules to build and run tst-audit9.
9482
9483 2014-02-25  Florian Weimer  <fweimer@redhat.com>
9484
9485         [BZ #15347]
9486         * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
9487
9488 2014-02-25  Will Newton  <will.newton@linaro.org>
9489
9490         * sysdeps/arm/__longjmp.S: Include stap-probe.h.
9491         (__longjmp): Restore sp and lr before restoring callee
9492         saved registers.  Add longjmp and longjmp_target
9493         SystemTap probe point.
9494         * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
9495         * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
9496         Define to zero to match jmpbuf layout.
9497         * sysdeps/arm/setjmp.S: Include stap-probe.h.
9498         (__sigsetjmp): Save sp and lr before saving callee
9499         saved registers.  Add setjmp SystemTap probe point.
9500
9501 2014-02-24  Stefan Liebler  <stli@linux.vnet.ibm.com>
9502
9503         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9504
9505 2014-02-24  Andreas Schwab  <schwab@suse.de>
9506
9507         [BZ #15804]
9508         * elf/pldd.c (wait_for_ptrace_stop): New function.
9509         (main): Call it after attaching.
9510
9511 2014-02-22  Roland McGrath  <roland@hack.frob.com>
9512
9513         * Makerules ($(common-objpfx)Versions.v.i): No longer depend
9514         on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
9515         Versions files is now verboten.
9516         * hurd/Versions (libc: GLIBC_2.0):
9517         Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
9518         (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
9519         [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
9520         * mach/Versions: Likewise.
9521
9522         * csu/Versions: Remove unused %include.
9523         * resolv/Versions: Likewise.
9524
9525 2014-02-21  Joseph Myers  <joseph@codesourcery.com>
9526
9527         * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
9528         ($(objpfx)check-local-headers.out): Likewise.
9529         ($(objpfx)begin-end-check.out): Likewise.
9530         * Makerules (check-abi-%.out): Likewise.
9531         * catgets/Makefile ($(objpfx)test1.cat): Likewise.
9532         ($(objpfx)test2.cat): Likewise.
9533         ($(objpfx)de/libc.cat): Likewise.
9534         ($(objpfx)test-gencat.out): Likewise.
9535         * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
9536         * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
9537         ($(objpfx)noload-mem): Likewise.
9538         ($(objpfx)tst-pathopt.out): Likewise.
9539         ($(objpfx)tst-rtld-load-self.out): Likewise.
9540         ($(objpfx)tst-array1-cmp.out): Likewise.
9541         ($(objpfx)tst-array1-static-cmp.out): Likewise.
9542         ($(objpfx)tst-array2-cmp.out): Likewise.
9543         ($(objpfx)tst-array3-cmp.out): Likewise.
9544         ($(objpfx)tst-array4-cmp.out): Likewise.
9545         ($(objpfx)tst-array5-cmp.out): Likewise.
9546         ($(objpfx)tst-array5-static-cmp.out): Likewise.
9547         ($(objpfx)check-textrel.out): Likewise.
9548         ($(objpfx)check-execstack.out): Likewise.
9549         ($(objpfx)check-localplt.out): Likewise.
9550         ($(objpfx)order2-cmp.out): Likewise.
9551         ($(objpfx)tst-leaks1-mem): Likewise.
9552         ($(objpfx)tst-leaks1-static-mem): Likewise.
9553         ($(objpfx)tst-initorder-cmp.out): Likewise.
9554         ($(objpfx)tst-initorder2-cmp.out): Likewise.
9555         ($(objpfx)tst-unused-dep.out): Likewise.
9556         ($(objpfx)tst-unused-dep-cmp.out): Likewise.
9557         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
9558         * iconv/Makefile (test-iconvconfig): Likewise.
9559         * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
9560         ($(objpfx)iconv-test.out): Likewise.
9561         ($(objpfx)tst-tables.out): Likewise.
9562         * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
9563         ($(objpfx)tst-gettext.out): Likewise.
9564         ($(objpfx)tst-translit.out): Likewise.
9565         ($(objpfx)tst-gettext2.out): Likewise.
9566         ($(objpfx)tst-gettext4.out): Likewise.
9567         ($(objpfx)tst-gettext6.out): Likewise.
9568         * io/Makefile ($(objpfx)ftwtest.out): Likewise.
9569         * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
9570         ($(objpfx)tst-fopenloc-cmp.out): Likewise.
9571         ($(objpfx)tst-fopenloc-mem.out): Likewise.
9572         * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
9573         * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
9574         * posix/Makefile ($(objpfx)globtest.out): Likewise.
9575         ($(objpfx)wordexp-tst.out): Likewise.
9576         ($(objpfx)annexc.out): Likewise.
9577         ($(objpfx)tst-fnmatch-mem): Likewise.
9578         ($(objpfx)bug-regex2-mem): Likewise.
9579         ($(objpfx)bug-regex14-mem): Likewise.
9580         ($(objpfx)bug-regex21-mem): Likewise.
9581         ($(objpfx)bug-regex31-mem): Likewise.
9582         ($(objpfx)tst-vfork3-mem): Likewise.
9583         ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
9584         ($(objpfx)tst-pcre-mem): Likewise.
9585         ($(objpfx)tst-boost-mem): Likewise.
9586         ($(objpfx)tst-getconf.out): Likewise.
9587         ($(objpfx)bug-ga2-mem): Likewise.
9588         ($(objpfx)bug-glob2-mem): Likewise.
9589         * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
9590         ($(objpfx)mtrace-tst-leaks2): Likewise.
9591         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
9592         ($(objpfx)tst-printf.out): Likewise.
9593         ($(objpfx)tst-setvbuf1.out): Likewise.
9594         ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
9595         * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
9596         ($(objpfx)tst-fmtmsg.out): Likewise.
9597         * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
9598         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
9599
9600         * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
9601         * bits/sigaction.h [__USE_MISC]: Likewise.
9602         * bits/waitstatus.h: Update #endif comments.
9603         * ctype/ctype.h: Likewise.
9604         * dirent/dirent.h: Likewise.
9605         [__USE_MISC]: Remove redundant conditionals.
9606         * grp/grp.h: Update #endif comments.
9607         [__USE_GNU]: Remove redundant conditionals.
9608         [__USE_MISC]: Likewise.
9609         * inet/netinet/in.h [__USE_GNU]: Likewise.
9610         * io/sys/stat.h [__USE_MISC]: Likewise.
9611         * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
9612         * libio/bits/stdio.h: Update #endif comments.
9613         [__USE_MISC]: Remove redundant conditionals.
9614         * libio/bits/stdio2.h [__USE_MISC]: Likewise.
9615         * libio/stdio.h: Update #endif comments.
9616         [__USE_MISC]: Remove redundant conditionals.
9617         * math/bits/math-finite.h [__USE_MISC]: Likewise.
9618         * math/bits/mathcalls.h [__USE_MISC]: Likewise.
9619         * math/math.h: Update #else and #endif comments.
9620         [__USE_MISC]: Remove redundant conditionals.
9621         * misc/sys/uio.h: Update #endif comments.
9622         * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
9623         * posix/glob.h [__USE_MISC]: Likewise.
9624         * posix/sys/types.h: Update #endif comments.
9625         [__USE_MISC]: Remove redundant conditionals.
9626         * posix/sys/wait.h: Update #endif comments.
9627         [__USE_MISC]: Remove redundant conditionals.
9628         * posix/unistd.h: Update #endif comments.
9629         [__USE_MISC]: Remove redundant conditionals.
9630         * pwd/pwd.h [__USE_GNU]: Likewise.
9631         [__USE_MISC]: Likewise.
9632         * resolv/netdb.h [__USE_GNU]: Likewise.
9633         * signal/signal.h: Update #endif comments.
9634         [__USE_MISC]: Remove redundant conditionals.
9635         * stdlib/stdlib.h: Update #else and #endif comments.
9636         [__USE_MISC]: Remove redundant conditionals.
9637         [__USE_GNU]: Likewise.
9638         * string/bits/string2.h [__USE_MISC]: Likewise.
9639         * string/string.h: Update #endif comments.
9640         [__USE_MISC]: Remove redundant conditionals.
9641         * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
9642         Likewise.
9643         * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
9644         * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
9645         * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
9646         Likewise.
9647         * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
9648         Likewise.
9649         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
9650         comments.
9651         [__USE_MISC]: Remove redundant conditionals.
9652         * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
9653         * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
9654         * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
9655         * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
9656         * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
9657         Likewise.
9658         * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
9659         * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
9660         Likewise.
9661         * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
9662         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
9663         Likewise.
9664         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
9665         Likewise.
9666         * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
9667         * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
9668         Likewise.
9669         * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
9670         Likewise.
9671         * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
9672         * sysdeps/x86/bits/string.h: Update #endif comments.
9673         * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
9674         conditionals.
9675         * time/sys/time.h: Update #endif comments.
9676         * time/time.h: Likewise.
9677         [__USE_MISC]: Remove redundant conditionals.
9678
9679 2014-02-21  Yury Gribov  <y.gribov@samsung.com>
9680
9681         [BZ #16600]
9682         * sysdeps/arm/libm-test-ulps: Update for VFPv4.
9683
9684 2014-02-21  Andreas Schwab  <schwab@linux-m68k.org>
9685
9686         * Versions.def (librt): Add GLIBC_2.17.
9687
9688 2014-02-21  Adam Conrad  <adconrad@0c3.net>
9689
9690         * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
9691         synonym for _SYS_AUXV_H to allow direct inclusion.
9692         * sysdeps/sparc/bits/hwcap.h: Likewise.
9693         * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
9694         _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
9695         * sysdeps/sparc/sysdep.h: Likewise.
9696
9697 2014-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
9698
9699         * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
9700
9701 2014-02-21  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
9702
9703         * benchtests/bench-strrchr.c: Print length instead of position.
9704
9705 2014-02-20  Joseph Myers  <joseph@codesourcery.com>
9706
9707         [BZ #16611]
9708         * sysdeps/unix/sysv/linux/kernel-features.h
9709         [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
9710         (__ASSUME_SENDMMSG_SOCKETCALL): Define.
9711         [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
9712         __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
9713         Likewise.
9714         [__i386__ || __powerpc__ || __sh__ || __sparc__]
9715         (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9716         [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
9717         (__ASSUME_SENDMMSG): Define instead of using previous
9718         [__LINUX_KERNEL_VERSION >= 0x020627] condition.
9719         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9720         (__ASSUME_SENDMMSG_SYSCALL): Define.
9721         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9722         [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
9723         Likewise.
9724         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9725         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9726         Likewise.
9727         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9728         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9729         Likewise.
9730         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
9731         && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9732         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9733         [__ASSUME_SENDMMSG]: Change conditionals to
9734         [__ASSUME_SENDMMSG_SOCKETCALL].
9735         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9736         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
9737         Define.
9738         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9739         [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
9740         Likewise.
9741         * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
9742         !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
9743         !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
9744         [!__ASSUME_SENDMMSG]: Change conditional to
9745         [!__ASSUME_SENDMMSG_SOCKETCALL].
9746         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9747         [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
9748         Define.
9749
9750         [BZ #16610]
9751         * sysdeps/unix/sysv/linux/kernel-features.h
9752         [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
9753         (__ASSUME_RECVMMSG_SOCKETCALL): Define.
9754         [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
9755         __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
9756         || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
9757         [__i386__ || __sparc__]
9758         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9759         [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
9760         (__ASSUME_RECVMMSG): Define instead of using previous
9761         [__LINUX_KERNEL_VERSION >= 0x020621] condition.
9762         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9763         (__ASSUME_RECVMMSG_SYSCALL): Define.
9764         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9765         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9766         Likewise.
9767         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9768         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9769         Likewise.
9770         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9771         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9772         Likewise.
9773         * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
9774         && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9775         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9776         [__ASSUME_RECVMMSG]: Change condition to
9777         [__ASSUME_RECVMMSG_SOCKETCALL].
9778         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9779         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9780         Define.
9781         (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
9782         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9783         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
9784         Likewise.
9785         * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
9786         !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
9787         !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
9788         [!__ASSUME_RECVMMSG]: Change condition to
9789         [!__ASSUME_RECVMMSG_SOCKETCALL].
9790         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9791         (__ASSUME_RECVMMSG_SYSCALL): Define.
9792
9793         [BZ #16609]
9794         * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
9795         __powerpc__ || __s390__ || __sh__ || __sparc__]
9796         (__ASSUME_SOCKETCALL): Define.
9797         [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
9798         (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
9799         [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
9800         || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
9801         __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
9802         [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
9803         [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
9804         (__ASSUME_ACCEPT4): Define instead of using previous
9805         [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
9806         __powerpc__ || __sparc__ || __s390__)] condition.
9807         * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
9808         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9809         * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
9810         !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9811         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9812         [!__ASSUME_ACCEPT4]: Change condition to
9813         [!__ASSUME_ACCEPT4_SOCKETCALL].
9814         * sysdeps/unix/sysv/linux/alpha/kernel-features.h
9815         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.  Correct
9816         condition to [__LINUX_KERNEL_VERSION >= 0x030200].
9817         * sysdeps/unix/sysv/linux/arm/kernel-features.h
9818         [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
9819         __ASSUME_ACCEPT4_SYSCALL.
9820         * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
9821         Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
9822         * sysdeps/unix/sysv/linux/ia64/kernel-features.h
9823         [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
9824         __ASSUME_ACCEPT4_SYSCALL.
9825         * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
9826         && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
9827         !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
9828         [__ASSUME_ACCEPT4]: Change condition to
9829         [__ASSUME_ACCEPT4_SOCKETCALL].
9830         * sysdeps/unix/sysv/linux/m68k/kernel-features.h
9831         (__ASSUME_SOCKETCALL): Define.
9832         [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
9833         * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9834         (__ASSUME_SOCKETCALL): Define.
9835         (__ASSUME_ACCEPT4): Remove.
9836         [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
9837         Define.
9838         * sysdeps/unix/sysv/linux/mips/kernel-features.h
9839         [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
9840         Likewise.
9841         * sysdeps/unix/sysv/linux/tile/kernel-features.h
9842         (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
9843
9844         * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
9845         macro.
9846         (HWCAP_ARM_LPAE): Likewise.
9847         (HWCAP_ARM_EVTSTRM): Likewise.
9848         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
9849         Add vpfd32, lpae and evtstrm.
9850         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
9851         Increase to 22.
9852
9853 2014-02-19  Joseph Myers  <joseph@codesourcery.com>
9854
9855         * math/auto-libm-test-in: Add tests of clog10.
9856         * math/auto-libm-test-out: Regenerated.
9857         * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
9858         * sysdeps/i386/fpu/libm-test-ulps: Update.
9859         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9860
9861 2014-02-18  Andreas Schwab  <schwab@suse.de>
9862
9863         [BZ #16574]
9864         * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
9865         Store non-zero if the second buffer was newly allocated.
9866         (send_dg): Likewise.
9867         (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
9868         to send_vc and send_dg.
9869         (res_nsend): Pass NULL for ansp2_malloced.
9870         * resolv/res_query.c (__libc_res_nquery): Add parameter
9871         answerp2_malloced and pass it down to __libc_res_nsend.
9872         (res_nquery): Pass additional NULL to __libc_res_nquery.
9873         (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
9874         down to __libc_res_nquery and __libc_res_nquerydomain.  Deallocate
9875         second answer buffer if answerp2_malloced was set.
9876         (res_nsearch): Pass additional NULL to __libc_res_nsearch.
9877         (__libc_res_nquerydomain): Add parameter
9878         answerp2_malloced and pass it down to __libc_res_nquery.
9879         (res_nquerydomain): Pass additional NULL to
9880         __libc_res_nquerydomain.
9881         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
9882         additional NULL to __libc_res_nsend and __libc_res_nquery.
9883         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
9884         additional NULL to __libc_res_nsearch.
9885         (_nss_dns_gethostbyname4_r): Revert last change.  Use new
9886         parameter of __libc_res_nsearch to check for separately allocated
9887         second buffer.
9888         (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
9889         __libc_res_nquery.
9890         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
9891         additional NULL to __libc_res_nquery.
9892         * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
9893         __libc_res_nsearch.
9894         (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
9895         * include/resolv.h: Update prototypes of __libc_res_nquery,
9896         __libc_res_nsearch, __libc_res_nsend.
9897
9898 2014-02-18  Joseph Myers  <joseph@codesourcery.com>
9899
9900         * math/auto-libm-test-in: Add tests of fma.
9901         * math/auto-libm-test-out: Regenerated.
9902         * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
9903         (fma_towardzero_test_data): Likewise.
9904         (fma_downward_test_data): Likewise.
9905         (fma_upward_test_data): Likewise.
9906         * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
9907         mpc_mode.
9908         (rounding_modes): Add values for new field.
9909         (func_calc_method): Add value mpfr_fff_f.
9910         (func_calc_desc): Add mpfr_fff_f union field.
9911         (test_function): Add field exact_args.
9912         (FUNC): Add macro argument EXACT_ARGS.
9913         (FUNC_mpfr_f_f): Update call to FUNC.
9914         (FUNC_mpfr_f_f): Likewise.
9915         (FUNC_mpfr_ff_f): Likewise.
9916         (FUNC_mpfr_if_f): Likewise.
9917         (FUNC_mpc_c_f): Likewise.
9918         (FUNC_mpc_c_c): Likewise.
9919         (test_functions): Add fma.  Update calls to FUNC.
9920         (handle_input_arg): Add argument exact_args.
9921         (add_test): Update call to handle_input_arg.
9922         (calc_generic_results): Add argument mode.  Handle mpfr_fff_f.
9923         (output_for_one_input_case): Update call to calc_generic_results.
9924         Recalculate exact zero results in each rounding mode.
9925
9926         * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
9927         non-negative before setting low bit.
9928         * math/auto-libm-test-in: Mark one asin test possibly having
9929         spurious underflow.
9930         * math/auto-libm-test-out: Regenerated.
9931         * sysdeps/i386/fpu/libm-test-ulps: Update.
9932         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
9933
9934 2014-02-17  David Holsgrove <david.holsgrove@xilinx.com>
9935
9936         * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
9937         * sysdeps/unix/sysv/linux/microblaze: Move directory from
9938         ports/sysdeps/unix/sysv/linux/microblaze.
9939         * README: Add missing listing for microblaze*-*-linux-gnu.
9940
9941 2014-02-16  Ondřej Bílka  <neleai@seznam.cz>
9942
9943         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
9944         duplicate code
9945
9946 2014-02-16  Mike Frysinger  <vapier@gentoo.org>
9947
9948         * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
9949         * sysdeps/unix/sysv/linux/ia64: Move directory from
9950         ports/sysdeps/unix/sysv/linux/ia64.
9951         * README: Update listing for ia64-*-linux-gnu.
9952
9953 2014-02-14  Tomas Dohnalek  <tdohnale@redhat.com>
9954             Joseph Myers  <joseph@codesourcery.com>
9955
9956         * Makeconfig (test-name): New variable.
9957         (evaluate-test): Likewise.
9958         * Makerules (do-test-clean): Remove .test-result files.
9959         (common-mostlyclean): Likewise.
9960         * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
9961         * scripts/evaluate-test.sh: New file.
9962
9963 2014-02-14  Joseph Myers  <joseph@codesourcery.com>
9964
9965         * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
9966         separate $(objpfx)tst-fopenloc-cmp.out and
9967         $(objpfx)tst-fopenloc-mem.out targets.
9968         (tests): Update dependencies.
9969         * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
9970         (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
9971         tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
9972         (tst-rxspencer-no-utf8-ARGS): New variable.
9973         (tst-rxspencer-no-utf8-ENV): Likewise.
9974         (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
9975         instead of $(objpfx)tst-rxspencer-mem.
9976         ($(objpfx)tst-rxspencer-mem): Change target to
9977         $(objpfx)tst-rxspencer-no-utf8-mem.  Depend on
9978         $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
9979         * posix/tst-rxspencer-no-utf8.c: New file.
9980
9981         * elf/Makefile ($(objpfx)order.out): Remove rule.
9982         [$(run-built-tests) = yes] (tests): Depend on
9983         $(objpfx)order-cmp.out.
9984         ($(objpfx)order-cmp.out): New rule.
9985         [$(run-built-tests) = yes] (tests): Depend on
9986         $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
9987         $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
9988         $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
9989         $(objpfx)tst-array5-static-cmp.out.
9990         ($(objpfx)tst-array1.out): Remove rule.
9991         ($(objpfx)tst-array1-cmp.out): New rule.
9992         ($(objpfx)tst-array1-static.out): Remove rule.
9993         ($(objpfx)tst-array1-static-cmp.out): New rule.
9994         ($(objpfx)tst-array2.out): Remove rule.
9995         ($(objpfx)tst-array2-cmp.out): New rule.
9996         ($(objpfx)tst-array3.out): Remove rule.
9997         ($(objpfx)tst-array3-cmp.out): New rule.
9998         ($(objpfx)tst-array4.out): Remove rule.
9999         ($(objpfx)tst-array4-cmp.out): New rule.
10000         ($(objpfx)tst-array5.out): Remove rule.
10001         ($(objpfx)tst-array5-cmp.out): New rule.
10002         ($(objpfx)tst-array5-static.out): Remove rule.
10003         ($(objpfx)tst-array5-static-cmp.out): New rule.
10004         [$(run-built-tests) = yes] (tests): Depend on
10005         $(objpfx)order2-cmp.out.
10006         ($(objpfx)order2.out): Remove rule.
10007         ($(objpfx)order2-cmp.out): New rule.
10008         ($(objpfx)tst-initorder.out): Remove rule.
10009         [$(run-built-tests) = yes] (tests): Depend on
10010         $(objpfx)tst-initorder-cmp.out.
10011         ($(objpfx)tst-initorder-cmp.out): New rule.
10012         ($(objpfx)tst-initorder2.out): Remove rule.
10013         [$(run-built-tests) = yes] (tests): Depend on
10014         $(objpfx)tst-initorder2-cmp.out.
10015         ($(objpfx)tst-initorder2-cmp.out): New rule.
10016         [$(run-built-tests) = yes] (tests): Depend on
10017         $(objpfx)tst-unused-dep-cmp.out.
10018         ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
10019         ($(objpfx)tst-unused-dep-cmp.out): New rule.
10020         * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
10021         on $(objpfx)tst-setvbuf1-cmp.out.
10022         ($(objpfx)tst-setvbuf1.out): Do not run cmp.
10023         ($(objpfx)tst-setvbuf1-cmp.out): New rule.
10024         * string/Makefile [$(run-built-tests) = yes] (tests): Depend
10025         $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
10026         ($(objpfx)tst-svc.out): Remove rule.
10027         ($(objpfx)tst-svc-cmp.out): New rule.
10028
10029 2014-02-13  Joseph Myers  <joseph@codesourcery.com>
10030
10031         * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
10032         * ctype/ctype.h [__USE_MISC]: Likewise.
10033         * dirent/dirent.h [__USE_MISC]: Likewise.
10034         * grp/grp.h [__USE_MISC]: Likewise.
10035         * io/fcntl.h [__USE_MISC]: Likewise.
10036         * io/sys/stat.h [__USE_MISC]: Likewise.
10037         * libio/stdio.h [__USE_MISC]: Likewise.
10038         * posix/unistd.h [__USE_MISC]: Likewise.
10039         * pwd/pwd.h [__USE_MISC]: Likewise.
10040         * stdlib.h [__USE_MISC]: Likewise.
10041         * string/bits/string2.h [__USE_MISC]: Likewise.
10042         * string/string.h [__USE_MISC]: Likewise.
10043         * time/time.h [__USE_MISC]: Likewise.
10044
10045 2014-02-13  Andreas Schwab  <schwab@suse.de>
10046
10047         [BZ #16574]
10048         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
10049         second answer buffer if it was separately allocated.
10050
10051 2014-02-12  Joseph Myers  <joseph@codesourcery.com>
10052
10053         * sysdeps/mips/math-tests.h: Include <features.h>.
10054         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10055         (ROUNDING_TESTS_long_double): Do not define.
10056         [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
10057         (EXCEPTION_TESTS_long_double): Likewise.
10058         * sysdeps/mips/mips64/libm-test-ulps: Update.
10059
10060         * include/features.h (__USE_BSD): Remove macro definitions.
10061         (__USE_SVID): Likewise.
10062         (_BSD_SOURCE): Likewise.
10063         (_SVID_SOURCE): Likewise.
10064         [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
10065         from definition of _DEFAULT_SOURCE.
10066         [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
10067         [_DEFAULT_SOURCE].
10068         * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
10069         * bits/mman.h [__USE_BSD]: Likewise.
10070         * bits/termios.h [__USE_BSD]: Likewise.
10071         * bits/waitstatus.h [__USE_BSD]: Likewise.
10072         * ctype/ctype.h [__USE_SVID]: Likewise.
10073         * dirent/dirent.h [__USE_BSD]: Likewise.
10074         * grp/grp.h [__USE_SVID]: Likewise.
10075         [__USE_BSD]: Likewise.
10076         * inet/netinet/igmp.h [__USE_BSD]: Likewise.
10077         * io/fcntl.h [__USE_BSD]: Likewise.
10078         * io/ftw.h [__USE_BSD]: Likewise.
10079         * io/sys/stat.h [__USE_BSD]: Likewise.
10080         * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
10081         * libio/bits/stdio2.h [__USE_BSD]: Likewise.
10082         * libio/stdio.h [__USE_SVID]: Likewise.
10083         [__USE_BSD]: Likewise.
10084         * math/math.h [__USE_SVID]: Likewise.
10085         [__USE_BSD]: Likewise.
10086         * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
10087         * misc/bits/syslog.h [__USE_BSD]: Likewise.
10088         * misc/search.h [__USE_SVID]: Likewise.
10089         * misc/sys/mman.h [__USE_BSD]: Likewise.
10090         * misc/sys/syslog.h [__USE_BSD]: Likewise.
10091         * misc/sys/uio.h [__USE_BSD]: Likewise.
10092         * posix/bits/unistd.h [__USE_BSD]: Likewise.
10093         * posix/glob.h [__USE_BSD]: Likewise.
10094         * posix/regex.h [__USE_BSD]: Likewise.
10095         * posix/sys/types.h [__USE_BSD]: Likewise.
10096         [__USE_SVID]: Likewise.
10097         * posix/sys/utsname.h [__USE_SVID]: Likewise.
10098         * posix/sys/wait.h [__USE_BSD]: Likewise.
10099         [__USE_SVID]: Likewise.
10100         * posix/unistd.h [__USE_BSD]: Likewise.
10101         [__USE_SVID]: Likewise.
10102         * pwd/pwd.h [__USE_SVID]: Likewise.
10103         * resolv/netdb.h [__USE_BSD]: Likewise.
10104         * setjmp/setjmp.h [__USE_BSD]: Likewise.
10105         * signal/signal.h [__USE_BSD]: Likewise.
10106         [__USE_SVID]: Likewise.
10107         * socket/sys/socket.h [__USE_BSD]: Likewise.
10108         * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
10109         * stdlib/stdlib.h [__USE_BSD]: Likewise.
10110         [__USE_SVID]: Likewise.
10111         * string/bits/string2.h [__USE_BSD]: Likewise.
10112         [__USE_SVID]: Likewise.
10113         * string/bits/string3.h [__USE_BSD]: Likewise.
10114         * string/endian.h [__USE_BSD]: Likewise.
10115         * string/string.h [__USE_SVID]: Likewise.
10116         [__USE_BSD]: Likewise.
10117         * string/strings.h [__USE_BSD]: Likewise.
10118         * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
10119         * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
10120         * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
10121         * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
10122         * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
10123         * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
10124         Likewise.
10125         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
10126         Likewise.
10127         * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
10128         * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
10129         Likewise.
10130         * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
10131         * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
10132         Likewise.
10133         * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
10134         Likewise.
10135         * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
10136         * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
10137         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
10138         Likewise.
10139         * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
10140         Likewise.
10141         * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
10142         * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
10143         * termios/termios.h [__USE_BSD]: Likewise.
10144         * time/sys/time.h [__USE_BSD]: Likewise.
10145         * time/time.h [__USE_BSD]: Likewise.
10146         [__USE_SVID]: Likewise.
10147
10148         * Makefile (subdir_targets): Remove subdir_lint.out.
10149
10150         * stdio-common/Makefile (do-tst-unbputc): Remove target.
10151         (do-tst-printf): Likewise.
10152         (tests): Depend directly on $(objpfx)tst-unbputc.out and
10153         $(objpfx)tst-printf.out.
10154
10155         * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
10156
10157         * Makerules (check-abi-%): Change target to
10158         $(objpfx)check-abi-%.out.
10159         (check-abi target): Update dependencies.
10160         (check-abi-pattern variable): Redirect output of diff to $@.
10161         (check-abi variable): Likewise.
10162         * elf/Makefile (check-abi): Update dependencies.
10163
10164         * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
10165         unused.
10166         (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
10167         value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
10168         subnormal range.
10169         (_FP_PACK_CANONICAL): Determine tininess based on rounding to
10170         normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
10171         value has largest subnormal exponent.
10172         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
10173         (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
10174         * sysdeps/aarch64/soft-fp/sfp-machine.h
10175         (_FP_TININESS_AFTER_ROUNDING): New macro.
10176         * sysdeps/alpha/soft-fp/sfp-machine.h
10177         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10178         * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10179         Likewise.
10180         * sysdeps/mips/mips64/soft-fp/sfp-machine.h
10181         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10182         * sysdeps/mips/soft-fp/sfp-machine.h
10183         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10184         * sysdeps/powerpc/soft-fp/sfp-machine.h
10185         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10186         * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10187         Likewise.
10188         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
10189         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10190         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
10191         (_FP_TININESS_AFTER_ROUNDING): Likewise.
10192         * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
10193         Likewise.
10194
10195 2014-02-12  Dylan Alex Simon  <dylan@dylex.net>
10196
10197         [BZ #16545]
10198         * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
10199         model 1.
10200
10201 2014-02-12  Richard Henderson  <rth@redhat.com>
10202
10203         * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
10204         * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
10205         * sysdeps/unix/sysv/linux/alpha: Move directory from
10206         ports/sysdeps/unix/sysv/linux/alpha.
10207         * README: Update listing for alpha-*-linux-gnu.
10208
10209 2014-02-11  Joseph Myers  <joseph@codesourcery.com>
10210
10211         * include/features.h: Update comment documenting feature test
10212         macros.
10213         [_BSD_SOURCE || _SVID_SOURCE]: Give #warning.  Define
10214         _DEFAULT_SOURCE.
10215         * manual/creature.texi (_BSD_SOURCE): Remove documentation.
10216         (_SVID_SOURCE): Likewise.
10217         (_DEFAULT_SOURCE): Update description of default features.
10218         (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
10219         with _GNU_SOURCE.
10220         * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
10221         (S_ISVTX): Likewise.
10222         * manual/math.texi (Mathematical Constants): Likewise.
10223         * manual/signal.texi (Interrupted Primitives): Likewise.
10224         * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
10225         * math/test-matherr.c (_SVID_SOURCE): Do not define.
10226         * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
10227         Don't refer to _SVID_SOURCE in warning text.
10228
10229         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10230
10231         * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
10232         already defined.
10233         (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
10234         * sysdeps/mips/dl-lookup.c: Remove.
10235         * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
10236
10237 2014-02-11  Stefan Liebler  <stli@linux.vnet.ibm.com>
10238
10239         [BZ #16447]
10240         * math/auto-libm-test-in: Add testcase for expl.
10241         * math/auto-libm-test-out: Regenerate.
10242         * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
10243         calculation of unsafe.
10244         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
10245
10246 2014-02-11  Marcus Shawcroft  <marcus.shawcroft@arm.com>
10247
10248         * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
10249         * sysdeps/unix/sysv/linux/aarch64: Move directory from
10250         ports/sysdeps/unix/sysv/linux/aarch64.
10251         * README: Update listing for aarch64*-*-linux-gnu.
10252
10253 2014-02-11  Will Newton  <will.newton@linaro.org>
10254
10255         * manual/probes.texi (Mathematical Function Probes): Use
10256         "triggered" instead of "hit".
10257
10258         * manual/probes.texi (Internal Probes): Add documentation
10259         of setjmp, longjmp and longjmp_target probes.
10260
10261         * include/stap-probe.h: Add comment about probe argument
10262         format.
10263
10264         * malloc/mtrace.c (attribute_hidden): Remove unused macro
10265         definition.  (tr_where, tr_freehook, tr_mallochook,
10266         tr_reallochook, tr_memalignhook): Use ANSI protoype.
10267
10268 2014-02-11  David S. Miller  <davem@davemloft.net>
10269
10270         * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
10271         processing int_tests.
10272
10273 2014-02-10  Joseph Myers  <joseph@codesourcery.com>
10274
10275         * sysdeps/mips: Move directory from ports/sysdeps/mips.
10276         * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
10277         * sysdeps/unix/sysv/linux/mips: Move directory from
10278         ports/sysdeps/unix/sysv/linux/mips.
10279         * README: Update listing for mips-*-linux-gnu and
10280         mips64-*-linux-gnu.
10281
10282 2014-02-10  Andreas Schwab  <schwab@linux-m68k.org>
10283
10284         * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
10285         * sysdeps/unix/sysv/linux/m68k: Move directory from
10286         ports/sysdeps/unix/sysv/linux/m68k.
10287         * README: Update listing for m68k-*-linux-gnu.
10288
10289 2014-02-10  Chris Metcalf  <cmetcalf@tilera.com>
10290
10291         * sysdeps/tile: Move directory from ports/sysdeps/tile.
10292         * sysdeps/unix/sysv/linux/generic: Move directory from
10293         ports/sysdeps/unix/sysv/linux/generic.
10294         * sysdeps/unix/sysv/linux/tile: Move directory from
10295         ports/sysdeps/unix/sysv/linux/tile.
10296         * README: Update listing for tile*-*-linux-gnu.
10297
10298 2014-02-10  Ondřej Bílka  <neleai@seznam.cz>
10299
10300         * assert/assert.c (__assert_fail_base): Use glibc_likely instead
10301         __builtin_expect.
10302         * benchtests/bench-memmem.c (simple_memmem): Likewise.
10303         * catgets/open_catalog.c (__open_catalog): Likewise.
10304         * csu/libc-start.c (LIBC_START_MAIN): Likewise.
10305         * debug/confstr_chk.c: Likewise.
10306         * debug/fread_chk.c (__fread_chk): Likewise.
10307         * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
10308         * debug/getgroups_chk.c: Likewise.
10309         * debug/mbsnrtowcs_chk.c: Likewise.
10310         * debug/mbsrtowcs_chk.c: Likewise.
10311         * debug/mbstowcs_chk.c: Likewise.
10312         * debug/memcpy_chk.c: Likewise.
10313         * debug/memmove_chk.c: Likewise.
10314         * debug/mempcpy_chk.c: Likewise.
10315         * debug/memset_chk.c: Likewise.
10316         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
10317         * debug/strcat_chk.c (__strcat_chk): Likewise.
10318         * debug/strcpy_chk.c (__strcpy_chk): Likewise.
10319         * debug/strncat_chk.c (__strncat_chk): Likewise.
10320         * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
10321         * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
10322         * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
10323         * debug/wcpncpy_chk.c: Likewise.
10324         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
10325         * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
10326         * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
10327         * debug/wcsncpy_chk.c: Likewise.
10328         * debug/wcsnrtombs_chk.c: Likewise.
10329         * debug/wcsrtombs_chk.c: Likewise.
10330         * debug/wcstombs_chk.c: Likewise.
10331         * debug/wmemcpy_chk.c: Likewise.
10332         * debug/wmemmove_chk.c: Likewise.
10333         * debug/wmempcpy_chk.c: Likewise.
10334         * debug/wmemset_chk.c: Likewise.
10335         * dirent/scandirat.c (SCANDIRAT): Likewise.
10336         * dlfcn/dladdr1.c (dladdr1): Likewise.
10337         * dlfcn/dladdr.c (dladdr): Likewise.
10338         * dlfcn/dlclose.c (dlclose_doit): Likewise.
10339         * dlfcn/dlerror.c (__dlerror): Likewise.
10340         * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
10341         * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
10342         * dlfcn/dlopen.c (dlopen_doit): Likewise.
10343         * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
10344         * dlfcn/dlsym.c (dlsym_doit): Likewise.
10345         * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
10346         * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
10347         * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
10348         Likewise.
10349         * elf/dl-conflict.c: Likewise.
10350         * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
10351         * elf/dl-dst.h: Likewise.
10352         * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
10353         * elf/dl-fptr.c (_dl_make_fptr): Likewise.
10354         * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
10355         * elf/dl-init.c (call_init, _dl_init): Likewise.
10356         * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
10357         * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
10358         (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
10359         Likewise.
10360         * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
10361         Likewise.
10362         * elf/dl-minimal.c (__libc_memalign): Likewise.
10363         * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
10364         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10365         * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
10366         * elf/dl-sym.c (do_sym): Likewise.
10367         * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
10368         (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
10369         * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
10370         * elf/dl-writev.h (_dl_writev): Likewise.
10371         * elf/ldconfig.c (search_dir): Likewise.
10372         * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
10373         (dl_main): Likewise.
10374         * elf/setup-vdso.h (setup_vdso): Likewise.
10375         * grp/compat-initgroups.c (compat_call): Likewise.
10376         * grp/fgetgrent.c (fgetgrent): Likewise.
10377         * grp/initgroups.c (getgrouplist, initgroups): Likewise.
10378         * grp/putgrent.c (putgrent): Likewise.
10379         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
10380         Likewise.
10381         * hurd/hurdinit.c: Likewise.
10382         * iconvdata/8bit-gap.c (struct): Likewise.
10383         * iconvdata/ansi_x3.110.c : Likewise.
10384         * iconvdata/big5.c : Likewise.
10385         * iconvdata/big5hkscs.c : Likewise.
10386         * iconvdata/cp1255.c: Likewise.
10387         * iconvdata/cp1258.c : Likewise.
10388         * iconvdata/cp932.c : Likewise.
10389         * iconvdata/euc-cn.c: Likewise.
10390         * iconvdata/euc-jisx0213.c : Likewise.
10391         * iconvdata/euc-jp.c: Likewise.
10392         * iconvdata/euc-jp-ms.c : Likewise.
10393         * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
10394         * iconvdata/gb18030.c : Likewise.
10395         * iconvdata/gbbig5.c (const): Likewise.
10396         * iconvdata/gbgbk.c: Likewise.
10397         * iconvdata/gbk.c : Likewise.
10398         * iconvdata/ibm1364.c : Likewise.
10399         * iconvdata/ibm930.c : Likewise.
10400         * iconvdata/ibm932.c: Likewise.
10401         * iconvdata/ibm933.c : Likewise.
10402         * iconvdata/ibm935.c : Likewise.
10403         * iconvdata/ibm937.c : Likewise.
10404         * iconvdata/ibm939.c : Likewise.
10405         * iconvdata/ibm943.c: Likewise.
10406         * iconvdata/iso_11548-1.c: Likewise.
10407         * iconvdata/iso-2022-cn.c : Likewise.
10408         * iconvdata/iso-2022-cn-ext.c : Likewise.
10409         * iconvdata/iso-2022-jp-3.c: Likewise.
10410         * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
10411         * iconvdata/iso-2022-kr.c : Likewise.
10412         * iconvdata/iso646.c (gconv_end): Likewise.
10413         * iconvdata/iso_6937-2.c : Likewise.
10414         * iconvdata/iso_6937.c : Likewise.
10415         * iconvdata/iso8859-1.c: Likewise.
10416         * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
10417         * iconvdata/shift_jisx0213.c : Likewise.
10418         * iconvdata/sjis.c : Likewise.
10419         * iconvdata/t.61.c : Likewise.
10420         * iconvdata/tcvn5712-1.c : Likewise.
10421         * iconvdata/tscii.c: Likewise.
10422         * iconvdata/uhc.c : Likewise.
10423         * iconvdata/unicode.c (gconv_end): Likewise.
10424         * iconvdata/utf-16.c (gconv_end): Likewise.
10425         * iconvdata/utf-32.c (gconv_end): Likewise.
10426         * iconvdata/utf-7.c (base64): Likewise.
10427         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
10428         * iconv/gconv_close.c (__gconv_close): Likewise.
10429         * iconv/gconv_open.c (__gconv_open): Likewise.
10430         * iconv/gconv_simple.c (internal_ucs4_loop_single)
10431         (ucs4_internal_loop, ucs4_internal_loop_unaligned)
10432         (ucs4_internal_loop_single, internal_ucs4le_loop_single)
10433         (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
10434         (ucs4le_internal_loop_single): Likewise.
10435         * iconv/iconv.c (iconv): Likewise.
10436         * iconv/iconv_close.c: Likewise.
10437         * iconv/loop.c (SINGLE): Likewise.
10438         * iconv/skeleton.c (FUNCTION_NAME): Likewise.
10439         * include/atomic.h: Likewise.
10440         * inet/inet6_option.c (option_alloc): Likewise.
10441         * intl/bindtextdom.c (set_binding_values): Likewise.
10442         * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
10443         * intl/loadmsgcat.c (_nl_load_domain): Likewise.
10444         * intl/localealias.c (read_alias_file): Likewise.
10445         * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
10446         * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
10447         (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
10448         * libio/fmemopen.c (fmemopen): Likewise.
10449         * libio/iofgets.c (_IO_fgets): Likewise.
10450         * libio/iofgets_u.c (fgets_unlocked): Likewise.
10451         * libio/iofgetws.c (fgetws): Likewise.
10452         * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
10453         * libio/iogetdelim.c (_IO_getdelim): Likewise.
10454         * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
10455         (adjust_wide_data, _IO_wfile_seekoff): Likewise.
10456         * locale/findlocale.c (_nl_find_locale): Likewise.
10457         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
10458         * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
10459         Likewise.
10460         * locale/setlocale.c (setlocale): Likewise.
10461         * login/programs/pt_chown.c (main): Likewise.
10462         * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
10463         * malloc/malloc.c (_int_malloc, _int_free): Likewise.
10464         * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
10465         (mmap, mmap64, mremap, munmap): Likewise.
10466         * math/e_exp2l.c: Likewise.
10467         * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
10468         * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
10469         * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
10470         * math/s_catan.c (__catan): Likewise.
10471         * math/s_catanf.c (__catanf): Likewise.
10472         * math/s_catanh.c (__catanh): Likewise.
10473         * math/s_catanhf.c (__catanhf): Likewise.
10474         * math/s_catanhl.c (__catanhl): Likewise.
10475         * math/s_catanl.c (__catanl): Likewise.
10476         * math/s_ccosh.c (__ccosh): Likewise.
10477         * math/s_ccoshf.c (__ccoshf): Likewise.
10478         * math/s_ccoshl.c (__ccoshl): Likewise.
10479         * math/s_cexp.c (__cexp): Likewise.
10480         * math/s_cexpf.c (__cexpf): Likewise.
10481         * math/s_cexpl.c (__cexpl): Likewise.
10482         * math/s_clog10.c (__clog10): Likewise.
10483         * math/s_clog10f.c (__clog10f): Likewise.
10484         * math/s_clog10l.c (__clog10l): Likewise.
10485         * math/s_clog.c (__clog): Likewise.
10486         * math/s_clogf.c (__clogf): Likewise.
10487         * math/s_clogl.c (__clogl): Likewise.
10488         * math/s_csin.c (__csin): Likewise.
10489         * math/s_csinf.c (__csinf): Likewise.
10490         * math/s_csinh.c (__csinh): Likewise.
10491         * math/s_csinhf.c (__csinhf): Likewise.
10492         * math/s_csinhl.c (__csinhl): Likewise.
10493         * math/s_csinl.c (__csinl): Likewise.
10494         * math/s_csqrt.c (__csqrt): Likewise.
10495         * math/s_csqrtf.c (__csqrtf): Likewise.
10496         * math/s_csqrtl.c (__csqrtl): Likewise.
10497         * math/s_ctan.c (__ctan): Likewise.
10498         * math/s_ctanf.c (__ctanf): Likewise.
10499         * math/s_ctanh.c (__ctanh): Likewise.
10500         * math/s_ctanhf.c (__ctanhf): Likewise.
10501         * math/s_ctanhl.c (__ctanhl): Likewise.
10502         * math/s_ctanl.c (__ctanl): Likewise.
10503         * math/w_pow.c: Likewise.
10504         * math/w_powf.c: Likewise.
10505         * math/w_powl.c: Likewise.
10506         * math/w_scalb.c (sysv_scalb): Likewise.
10507         * math/w_scalbf.c (sysv_scalbf): Likewise.
10508         * math/w_scalbl.c (sysv_scalbl): Likewise.
10509         * misc/error.c (error_tail): Likewise.
10510         * misc/pselect.c (__pselect): Likewise.
10511         * nis/nis_callback.c (__nis_create_callback): Likewise.
10512         * nis/nis_call.c (__nisfind_server): Likewise.
10513         * nis/nis_creategroup.c (nis_creategroup): Likewise.
10514         * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
10515         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
10516         * nis/nis_getservlist.c (nis_getservlist): Likewise.
10517         * nis/nis_lookup.c (nis_lookup): Likewise.
10518         * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
10519         * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
10520         (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
10521         * nis/nis_xdr.c (xdr_endpoint): Likewise.
10522         * nis/nss_compat/compat-grp.c (getgrent_next_file)
10523         (internal_getgrnam_r, internal_getgrgid_r): Likewise.
10524         * nis/nss_compat/compat-initgroups.c (add_group)
10525         (internal_getgrent_r): Likewise.
10526         * nis/nss_compat/compat-pwd.c (getpwent_next_file)
10527         (internal_getpwnam_r, internal_getpwuid_r): Likewise.
10528         * nis/nss_compat/compat-spwd.c (getspent_next_file)
10529         (internal_getspnam_r): Likewise.
10530         * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
10531         (_nss_nis_getaliasbyname_r): Likewise.
10532         * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
10533         (_nss_nis_getntohost_r): Likewise.
10534         * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
10535         (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
10536         (_nss_nis_getgrgid_r): Likewise.
10537         * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
10538         (internal_nis_gethostent_r, internal_gethostbyname2_r)
10539         (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
10540         (_nss_nis_gethostbyname4_r): Likewise.
10541         * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
10542         (initgroups_netid): Likewise.
10543         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
10544         * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
10545         (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
10546         * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
10547         (_nss_nis_getprotobynumber_r): Likewise.
10548         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
10549         (_nss_nis_getsecretkey): Likewise.
10550         * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
10551         (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
10552         (_nss_nis_getpwuid_r): Likewise.
10553         * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
10554         (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
10555         * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
10556         (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
10557         * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
10558         (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
10559         * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
10560         Likewise.
10561         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
10562         (_nss_nisplus_getntohost_r): Likewise.
10563         * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
10564         (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
10565         * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
10566         (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
10567         Likewise.
10568         * nis/nss_nisplus/nisplus-initgroups.c
10569         (_nss_nisplus_initgroups_dyn): Likewise.
10570         * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
10571         (_nss_nisplus_getnetbyaddr_r): Likewise.
10572         * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
10573         (_nss_nisplus_getprotobynumber_r): Likewise.
10574         * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
10575         (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
10576         * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
10577         Likewise.
10578         * nis/nss_nisplus/nisplus-service.c
10579         (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
10580         (_nss_nisplus_getservbyport_r): Likewise.
10581         * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
10582         (_nss_nisplus_getspnam_r): Likewise.
10583         * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
10584         Likewise.
10585         * nscd/aicache.c (addhstaiX): Likewise.
10586         * nscd/cache.c (cache_search, prune_cache): Likewise.
10587         * nscd/connections.c (register_traced_file, send_ro_fd)
10588         (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
10589         (main_loop_epoll): Likewise.
10590         * nscd/grpcache.c (addgrbyX): Likewise.
10591         * nscd/hstcache.c (addhstbyX): Likewise.
10592         * nscd/initgrcache.c (addinitgroupsX): Likewise.
10593         * nscd/mem.c (gc, mempool_alloc): Likewise.
10594         * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
10595         (addinnetgrX): Likewise.
10596         * nscd/nscd-client.h (__nscd_acquire_maplock)
10597         (__nscd_drop_map_ref): Likewise.
10598         * nscd/nscd_getai.c (__nscd_getai): Likewise.
10599         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
10600         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
10601         Likewise.
10602         * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
10603         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
10604         * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
10605         (__nscd_get_map_ref): Likewise.
10606         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
10607         * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
10608         Likewise.
10609         * nscd/pwdcache.c (addpwbyX): Likewise.
10610         * nscd/selinux.c (preserve_capabilities): Likewise.
10611         * nscd/servicescache.c (addservbyX): Likewise.
10612         * nss/nss_files/files-XXX.c (internal_getent): Likewise.
10613         * posix/fnmatch.c (fnmatch): Likewise.
10614         * posix/getopt.c (_getopt_internal_r): Likewise.
10615         * posix/glob.c (glob, glob_in_dir): Likewise.
10616         * posix/wordexp.c (exec_comm_child): Likewise.
10617         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
10618         (getanswer_r, gaih_getanswer_slice): Likewise.
10619         * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
10620         * resolv/res_init.c: Likewise.
10621         * resolv/res_mkquery.c (res_nmkquery): Likewise.
10622         * resolv/res_query.c (__libc_res_nquery): Likewise.
10623         * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
10624         Likewise.
10625         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
10626         * stdio-common/perror.c (perror): Likewise.
10627         * stdio-common/printf_fp.c (___printf_fp): Likewise.
10628         * stdio-common/tmpnam.c (tmpnam): Likewise.
10629         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
10630         * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
10631         * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
10632         Likewise.
10633         * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
10634         * stdlib/putenv.c (putenv): Likewise.
10635         * stdlib/setenv.c (__add_to_environ): Likewise.
10636         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
10637         * stdlib/strtol_l.c (INTERNAL): Likewise.
10638         * string/memmem.c (memmem): Likewise.
10639         * string/strerror.c (strerror): Likewise.
10640         * string/strnlen.c (__strnlen): Likewise.
10641         * string/test-memmem.c (simple_memmem): Likewise.
10642         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
10643         * sunrpc/pm_getport.c (__get_socket): Likewise.
10644         * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
10645         * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
10646         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
10647         (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
10648         Likewise.
10649         * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
10650         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
10651         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
10652         * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
10653         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
10654         * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
10655         Likewise.
10656         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
10657         Likewise.
10658         * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
10659         * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
10660         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
10661         * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
10662         * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
10663         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
10664         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
10665         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
10666         * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
10667         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
10668         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
10669         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
10670         Likewise.
10671         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
10672         Likewise.
10673         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
10674         Likewise.
10675         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
10676         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
10677         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
10678         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
10679         * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
10680         * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
10681         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
10682         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
10683         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
10684         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
10685         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
10686         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
10687         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
10688         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
10689         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
10690         * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
10691         Likewise.
10692         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
10693         Likewise.
10694         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
10695         Likewise.
10696         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
10697         Likewise.
10698         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
10699         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
10700         * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
10701         Likewise.
10702         * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
10703         * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
10704         * sysdeps/posix/opendir.c (__opendirat): Likewise.
10705         * sysdeps/posix/sleep.c: Likewise.
10706         * sysdeps/posix/tempname.c: Likewise.
10707         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
10708         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
10709         Likewise.
10710         * sysdeps/powerpc/powerpc32/dl-machine.h
10711         (elf_machine_runtime_setup, elf_machine_rela): Likewise.
10712         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
10713         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
10714         * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
10715         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
10716         Likewise.
10717         * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
10718         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
10719         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10720         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
10721         (elf_machine_rela, elf_machine_lazy_rel): Likewise.
10722         * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
10723         * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
10724         * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
10725         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
10726         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
10727         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
10728         (elf_machine_lazy_rel): Likewise.
10729         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
10730         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
10731         (elf_machine_lazy_rel): Likewise.
10732         * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
10733         * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
10734         * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
10735         * sysdeps/unix/grantpt.c (grantpt): Likewise.
10736         * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
10737         * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
10738         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
10739         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
10740         Likewise.
10741         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
10742         * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
10743         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
10744         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
10745         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
10746         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
10747         * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
10748         * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
10749         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
10750         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
10751         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
10752         Likewise.
10753         * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
10754         (__posix_fallocate64_l64): Likewise.
10755         * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
10756         (posix_fallocate): Likewise.
10757         * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
10758         Likewise.
10759         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
10760         * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
10761         (getifaddrs_internal): Likewise.
10762         * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
10763         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
10764         * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
10765         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
10766         * sysdeps/unix/sysv/linux/posix_fallocate64.c
10767         (__posix_fallocate64_l64): Likewise.
10768         * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
10769         Likewise.
10770         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
10771         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
10772         (__get_clockfreq): Likewise.
10773         * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
10774         * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
10775         * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
10776         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
10777         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
10778         * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
10779         * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
10780         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
10781         Likewise.
10782         * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
10783         * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
10784         * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
10785         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
10786         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
10787         * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
10788         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
10789         Likewise.
10790         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
10791         (posix_fallocate): Likewise.
10792         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
10793         * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
10794         * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
10795         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
10796         (elf_machine_rela, elf_machine_rela_relative)
10797         (elf_machine_lazy_rel): Likewise.
10798         * time/asctime.c (asctime_internal): Likewise.
10799         * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
10800         * time/tzset.c (__tzset_parse_tz): Likewise.
10801         * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
10802         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
10803         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
10804         * wcsmbs/wcsmbsload.h: Likewise.
10805
10806         [BZ #15894]
10807         * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
10808
10809         * malloc/arena.c (grow_heap, get_free_list, reused_arena)
10810         (arena_get2): Remove THREAD_STATS conditionals.
10811         * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
10812         (__malloc_stats, int): Likewise.
10813
10814 2014-02-08  Mike Frysinger  <vapier@gentoo.org>
10815
10816         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
10817         f.f_type to RAMFS_MAGIC too.  Compare mp->mnt_type to shm too.
10818
10819         * manual/setjmp.texi: Fix typos/grammar errors.
10820
10821         * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
10822         Only return early when n is <= 0.  Delete unused return statement.
10823
10824         * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
10825         (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
10826         * debug/tst-longjmp_chk3.c: New file.
10827
10828         * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
10829         (test_main): Replace code with set_fortify_handler call.
10830         * debug/test-strcpy_chk.c: Likewise.
10831         * debug/tst-chk1.c: Likewise.
10832         * debug/tst-longjmp_chk.c: Likewise.
10833         * test-skeleton.c: Include fcntl.h & paths.h
10834         (set_fortify_handler): Define.
10835
10836         * debug/tst-longjmp_chk.c: Add header comment and include
10837         ../test-skeleton.c.
10838         (do_test): Mark static.
10839         (TEST_FUNCTION): Define.
10840
10841         * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
10842         (IP_PMTUDISC_INTERFACE): Likewise.
10843         (IP_MULTICAST_IF): Likewise.
10844         (IP_MULTICAST_TTL): Likewise.
10845         (IP_MULTICAST_LOOP): Likewise.
10846         (IP_ADD_MEMBERSHIP): Likewise.
10847         (IP_DROP_MEMBERSHIP): Likewise.
10848         (IP_UNBLOCK_SOURCE): Likewise.
10849         (IP_BLOCK_SOURCE): Likewise.
10850         (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
10851         (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
10852         (IP_MSFILTER): Likewise.
10853         (MCAST_JOIN_GROUP): Likewise.
10854         (MCAST_BLOCK_SOURCE): Likewise.
10855         (MCAST_UNBLOCK_SOURCE): Likewise.
10856         (MCAST_LEAVE_GROUP): Likewise.
10857         (MCAST_JOIN_SOURCE_GROUP): Likewise.
10858         (MCAST_LEAVE_SOURCE_GROUP): Likewise.
10859         (MCAST_MSFILTER): Likewise.
10860         (IP_MULTICAST_ALL): Likewise.
10861         (IP_UNICAST_IF): Likewise.
10862
10863         * timezone/Makefile: Delete $(have-ksh) check.
10864         ($(objpfx)tzselect): Change $(KSH) to $(BASH).
10865         * timezone/tzselect.ksh: Add +x mode bits.
10866
10867         * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
10868         (ANON_INODE_FS_MAGIC): Likewise.
10869         (BDEVFS_MAGIC): Likewise.
10870         (BINFMTFS_MAGIC): Likewise.
10871         (BTRFS_TEST_MAGIC): Likewise.
10872         (CRAMFS_MAGIC_WEND): Likewise.
10873         (DEBUGFS_MAGIC): Likewise.
10874         (ECRYPTFS_SUPER_MAGIC): Likewise.
10875         (EXT3_SUPER_MAGIC): Likewise.
10876         (EXT4_SUPER_MAGIC): Likewise.
10877         (FUTEXFS_SUPER_MAGIC): Likewise.
10878         (HOSTFS_SUPER_MAGIC): Likewise.
10879         (HUGETLBFS_MAGIC): Likewise.
10880         (MINIX3_SUPER_MAGIC): Likewise.
10881         (MTD_INODE_FS_MAGIC): Likewise.
10882         (NILFS_SUPER_MAGIC): Likewise.
10883         (OPENPROM_SUPER_MAGIC): Likewise.
10884         (PIPEFS_MAGIC): Likewise.
10885         (PSTOREFS_MAGIC): Likewise.
10886         (QNX6_SUPER_MAGIC): Likewise.
10887         (RAMFS_MAGIC): Likewise.
10888         (REISERFS_SUPER_MAGIC_STRING): Likewise.
10889         (REISER2FS_SUPER_MAGIC_STRING): Likewise.
10890         (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
10891         (SECURITYFS_MAGIC): Likewise.
10892         (SELINUX_MAGIC): Likewise.
10893         (SMACK_MAGIC): Likewise.
10894         (SOCKFS_MAGIC): Likewise.
10895         (SQUASHFS_MAGIC): Likewise.
10896         (STACK_END_MAGIC): Likewise.
10897         (TMPFS_MAGIC): Likewise.
10898         (USBDEVICE_SUPER_MAGIC): Likewise.
10899         (V9FS_MAGIC): Likewise.
10900         (XENFS_SUPER_MAGIC): Likewise.
10901         (CRAMFS_MAGIC): Fix typo in comment.
10902         (EXT2_SUPER_MAGIC): Update comment.
10903         (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
10904
10905 2014-02-08  Joseph Myers  <joseph@codesourcery.com>
10906
10907         * sysdeps/arm: Move directory from ports/sysdeps/arm.
10908         * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
10909         * sysdeps/unix/sysv/linux/arm: Move directory from
10910         ports/sysdeps/unix/sysv/linux/arm.
10911         * README: Update listing for arm-*-linux-gnueabi.
10912
10913         * README: Remove mention of am33.
10914
10915 2014-02-07  Roland McGrath  <roland@hack.frob.com>
10916
10917         * bits/sigset.h (__sigemptyset): Use a statement expression rather
10918         than the comma operator, to avoid "rhs of comma has no effect"
10919         compiler warnings.
10920         (__sigfillset, __sigandset, __sigorset): Likewise.
10921         * include/signal.h (__sigemptyset): Likewise.
10922         * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
10923
10924 2014-02-07  Allan McRae  <allan@archlinux.org>
10925
10926         * version.h (RELEASE): Set to "development".
10927         (VERSION): Set to "2.19.90"
10928         * NEWS: Add 2.20 section.
10929
10930 2014-02-06  Carlos O'Donell  <carlos@redhat.com>
10931
10932         [BZ #16529]
10933         * inet/netinet/in.h: Remove comma after IPPROTO_MH.
10934
10935 2014-02-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
10936
10937         * manual/contrib.texi: Update entry for Carlos O'Donell,
10938         Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
10939
10940 2014-02-05  Carlos O'Donell  <carlos@rehdat.com>
10941
10942         * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
10943
10944         * sysdeps/unix/sysv/linux/kernel-features.h
10945         [__LINUX_KERNEL_VERSION >= 0x020621]
10946         (__ASSUME_PROC_PID_TASK_COMM): Define.
10947
10948 2014-02-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
10949
10950         [BZ #16398]
10951         * libio/wfileops.c (_IO_wfile_seekoff): Break out form
10952         conversion when destination buffer does not have enough space.
10953         * libio/tst-ftell-partial-wide.c: New test case.
10954         * libio/Makefile (tests): Add tst-ftell-partial-wide.
10955
10956         * manual/contrib.texi: Update entry for Ondrej Bilka, Will
10957         Newton and Alexandre Oliva.  Add entries for Steve Ellcey, Chris
10958         Leonard and Allan McRae.
10959
10960 2014-02-04  David S. Miller  <davem@davemloft.net>
10961
10962         * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
10963         32-bit.
10964
10965 2014-02-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10966
10967         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
10968         New file
10969         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
10970         New file
10971         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
10972         New file.
10973         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
10974         New file.
10975         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
10976         New file.
10977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
10978         New file.
10979         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
10980         New file.
10981         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
10982         New file.
10983         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
10984         New file.
10985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
10986         New file.
10987         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
10988         New file.
10989         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
10990         New file.
10991         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
10992         New file.
10993
10994 2014-02-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
10995
10996         * nptl/shlib-versions: Change powerpc*le start to 2.17.
10997         * shlib-versions: Likewise.
10998
10999 2014-02-04  Roland McGrath  <roland@hack.frob.com>
11000             Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11001
11002         * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
11003         (abilist-pattern): New variable, set to %-le.abilist.
11004
11005         * Makerules (abilist-pattern): New variable.
11006         (vpath): Use $(abilist-pattern) in place of %.abilist.
11007         (check-abi-% pattern rule): Likewise.
11008         (check-abi, update-abi): Likewise.
11009
11010 2014-02-04  Eric Wong  <normalperson@yhbt.net>
11011
11012         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
11013
11014 2014-02-03  Carlos O'Donell  <carlos@redhat.com>
11015
11016         * manual/startup.texi: Add next, previous, and top entries for
11017         the `Program Arguments' and `Environment Variables' nodes.
11018
11019 2014-02-03  Alexandre Oliva <aoliva@redhat.com>
11020
11021         * manual/macros.texi: Add comments before MTASC-safety macros.
11022
11023         * manual/users.texi: Document MTASC-safety properties.
11024
11025         * manual/threads.texi (pthread_key_create, pthread_key_delete)
11026         (pthread_getspecific, pthread_setspecific): Format with
11027         @deftypefun, and add @safety note.
11028         * manual/signal.texi: Move comments that analyze the above
11029         functions to their home place.
11030
11031 2014-02-03  Allan McRae  <allan@archlinux.org>
11032
11033         * po/sl.po: Update Slovenian translation from translation project.
11034
11035 2014-02-02  Alexandre Oliva <aoliva@redhat.com>
11036
11037         * manual/time.texi (timegm): Add missing blank after @c.
11038         Reported by Joseph Myers <joseph@codesourcery.com>.
11039
11040 2014-02-01  Alexandre Oliva <aoliva@redhat.com>
11041
11042         * manual/check-safety.sh: New.
11043         * manual/Makefile ($(objpfx)stamp-summary): Run it.
11044
11045         * manual/terminal.texi: Document MTASC-safety properties.
11046
11047         * manual/filesys.texi: Document MTASC-safety properties.
11048
11049         * manual/errno.texi: Document MTASC-safety properties.
11050
11051         * manual/intro.texi: Document safety identifiers and
11052         conditionals.
11053
11054         * manual/string.texi (wcstok): Fix prototype.
11055         (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
11056
11057         * manual/time.texi: Document MTASC-safety properties.
11058
11059         * manual/string.texi: Document MTASC-safety properties.
11060
11061         * manual/threads.texi: Document MTASC-safety properties.
11062
11063         * manual/stdio.texi: Document MTASC-safety properties.
11064
11065         * manual/syslog.texi: Document MTASC-safety properties.
11066
11067         * manual/sysinfo.texi: Document MTASC-safety properties.
11068
11069         * manual/startup.texi: Document MTASC-safety properties.
11070
11071         * manual/socket.texi: Document MTASC-safety properties.
11072
11073         * manual/signal.texi: Document MTASC-safety properties.
11074
11075 2014-01-31  Alexandre Oliva <aoliva@redhat.com>
11076
11077         * manual/setjmp.texi: Document MTASC-safety properties.
11078
11079         * manual/search.texi: Document MTASC-safety properties.
11080
11081         * manual/resource.texi: Document MTASC-safety properties.
11082
11083         * manual/process.texi: Document MTASC-safety properties.
11084
11085         * manual/platform.texi: Document MTASC-safety properties.
11086
11087         * manual/pipe.texi: Document MTASC-safety properties.
11088
11089         * manual/pattern.texi: Document MTASC-safety properties.
11090
11091         * manual/message.texi: Document MTASC-safety properties.
11092
11093         [BZ #12751]
11094         * manual/memory.texi: Document MTASC-safety properties.
11095
11096         * manual/math.texi: Document MTASC-safety properties.
11097
11098         * manual/locale.texi: Document MTASC-safety properties.
11099
11100         * manual/llio.texi: Document MTASC-safety properties.
11101
11102         * manual/libdl.texi: New.
11103
11104         * manual/lang.texi: Document MTASC-safety properties.
11105
11106         * manual/job.texi: Document MTASC-safety properties.
11107
11108         * manual/getopt.texi: Document MTASC-safety properties.
11109
11110         * manual/ctype.texi: Document MTASC-safety properties.
11111
11112 2014-01-31  Maciej W. Rozycki  <macro@codesourcery.com>
11113
11114         [BZ #16046]
11115         * csu/libc-tls.c (static_map): Remove variable.
11116         (__libc_setup_tls): Use main executable's link map for TLS data.
11117         * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
11118         casing for LM_ID_BASE and GL(dl_nns).
11119         * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
11120         function.  Alias dl_iterate_phdr to __dl_iterate_phdr.
11121         * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
11122         casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
11123         * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
11124         member.
11125         (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
11126         l_phnum members.
11127
11128 2014-01-30  Alexandre Oliva <aoliva@redhat.com>
11129
11130         * manual/debug.texi: Document MTASC-safety properties.
11131
11132 2014-01-29  H.J. Lu  <hongjiu.lu@intel.com>
11133
11134         [BZ #16510]
11135         * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
11136         of __x86_64__ when disabling x87 inline functions.
11137
11138 2014-01-29  Alexandre Oliva <aoliva@redhat.com>
11139
11140         * manual/charset.texi: Document MTASC-safety properties.
11141
11142         * manual/crypt.texi: Document MTASC-safety properties.
11143
11144         * manual/conf.texi: Document MTASC-safety properties.
11145
11146         * manual/arith.texi: Document MTASC-safety properties.
11147
11148         * manual/argp.texi: Document MTASC-safety properties.
11149
11150         * manual/macros.texi: Introduce macros to document multi
11151         thread, asynchronous signal and asynchronous cancellation
11152         safety properties.
11153         * manual/intro.texi: Introduce the properties themselves.
11154
11155 2014-01-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11156
11157         * sysdeps/sh/sh4/Makefile: New file.
11158
11159 2014-01-27  Andreas Schwab  <schwab@linux-m68k.org>
11160
11161         * math/gen-libm-test.pl ($srcdir): New variable.
11162         ($auto_input): Use it.
11163
11164 2014-01-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
11165
11166         [BZ #16506]
11167         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
11168         access beyond array bounds when parsing netgroups file.
11169
11170         * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
11171         the old buffer before realloc.
11172
11173 2014-01-27  Allan McRae  <allan@archlinux.org>
11174
11175         * po/fr.po: Update French translation from translation project.
11176
11177 2014-01-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11178
11179         * sysdeps/sh/libm-test-ulps: Regenerate.
11180
11181 2014-01-24  David S. Miller  <davem@davemloft.net>
11182
11183         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
11184
11185 2014-01-25  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11186
11187         * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
11188         * sysdeps/sh/libm-test-ulps: ... here and regenerated.
11189
11190 2013-01-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
11191
11192         [BZ #16474]
11193         * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
11194         string pointers after reallocation.
11195
11196 2014-01-24  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11197
11198         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
11199         __SH4A__ instead of __SH_FPU_ANY__.
11200
11201 2014-01-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
11202
11203         * sysdeps/sh/fpu_control.h: New file.
11204         * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
11205         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
11206         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
11207         * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
11208         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
11209         * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
11210         * sysdeps/sh/sys/ucontext.h: Remove.
11211         * sysdeps/sh/sys: Remove directory.
11212
11213 2014-01-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11214
11215         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
11216         s390/sys/ucontext.h.
11217         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11218         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
11219
11220 2014-01-20  H.J. Lu  <hongjiu.lu@intel.com>
11221
11222         [BZ #15605]
11223         * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
11224
11225 2014-01-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11226
11227         [BZ#16431]
11228         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
11229         Adjust the vDSO correctly for internal calls.
11230         * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
11231
11232 2014-01-20  Allan McRae  <allan@archlinux.org>
11233
11234         * po/ca.po: Update Catalan translation from translation project.
11235
11236 2014-01-16  Mike Frysinger  <vapier@gentoo.org>
11237
11238         * sysdeps/s390/sotruss-lib.c: New file.
11239
11240 2014-01-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11241
11242         [BZ#16430]
11243         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
11244         (__GI___gettimeofday): Alias for a different internal symbol to avoid
11245         local calls issues by not having a PLT stub required for IFUNC calls.
11246         * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
11247
11248 2014-01-16 Joseph Myers  <joseph@codesourcery.com>
11249
11250         * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
11251         * math/test-fpucw-static.c: Likewise.
11252
11253 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
11254
11255         [BZ #16453]
11256         * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
11257
11258 2014-01-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11259
11260         * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
11261         implementation for powerpc.
11262
11263 2014-01-15  Ondřej Bílka  <neleai@seznam.cz>
11264
11265         [BZ #14782]
11266         * sysdeps/posix/system.c (__libc_system): Do not enable
11267         asynchronous cancellation.
11268
11269 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11270
11271         [BZ #16427]
11272         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
11273         handling only for numbers special also in the IEEE case.
11274
11275 2014-01-15  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11276
11277         * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
11278
11279 2014-01-11  Allan McRae  <allan@archlinux.org>
11280
11281         * po/bg.po: Update Bulgarian translation from translation project.
11282
11283         * po/de.po: Update German translation from translation project.
11284
11285 2014-01-10  Roland McGrath  <roland@hack.frob.com>
11286
11287         * sysdeps/generic/gcc-compat.h: New file.
11288
11289 2014-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
11290
11291         * benchtests/asin-inputs: Correct slow inputs.
11292         * benchtests/acos-inputs: Likewise.
11293
11294 2014-01-10  Allan McRae  <allan@archlinux.org>
11295
11296         * po:sv.po: Update Swedish translation from translation project.
11297
11298         * po/vi.po: Update Vietnamese translation from translation project.
11299
11300         * po/eo.po: Update Esperanto translation from translation project.
11301
11302         * po/cs.po: Update Czech translation from translation project.
11303
11304         * po/nl.po: Update Dutch translation from translation project.
11305
11306         * po/pl.po: Update Polish translation from translation project.
11307
11308         * po/ru.po: Update Russian translation from translation project.
11309
11310         * po/uk.po: Update Ukrainian translation from translation project.
11311
11312 2014-01-08  Brooks Moses  <bmoses@google.com>
11313
11314         * elf/dl-load.c: Fix comment typo.
11315
11316 2014-01-08  Carlos O'Donell  <carlos@redhat.com>
11317
11318         * po/header.pot: Rename to...
11319         * po/pot.header: ... this.
11320         * po/Makefile: Use pot.header.
11321
11322 2014-01-08  Yuriy Kaminskiy  <yumkam@gmail.com>
11323             Maxim Kuvyrkov  <maxim@kugelworks.com>
11324
11325         [BZ #16394]
11326         * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
11327         SRC and DEST against LEN.
11328
11329 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11330
11331         [BZ #16414]
11332         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
11333         implementation.
11334         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
11335
11336 2014-01-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11337
11338         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11339
11340 2014-01-08  Joseph Myers  <joseph@codesourcery.com>
11341
11342         [BZ #16408]
11343         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
11344         for large positive arguments.
11345
11346 2014-01-07  Joseph Myers  <joseph@codesourcery.com>
11347
11348         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11349
11350         * math/auto-libm-test-in: Mark various tests with
11351         xfail-rounding:ldbl-128ibm.
11352         * math/auto-libm-test-out: Regenerated.
11353
11354         [BZ #16407]
11355         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11356         Increase overflow threshold.
11357
11358 2014-01-07  Ondřej Bílka  <neleai@seznam.cz>
11359
11360         [BZ #14286]
11361         * stdio-common/vfprintf.c: Check for integer overflow.
11362
11363 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11364
11365         * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
11366         the first argument and return value of __tls_get_addr_internal.
11367
11368 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11369
11370         * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
11371         also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
11372
11373 2014-01-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
11374
11375         * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
11376         * sysdeps/s390/rtld-global-offsets.sym: New file.
11377         * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
11378         GLIBC_2.19 symbol.
11379         * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
11380         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
11381         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
11382         ... this.
11383         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
11384         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
11385         ... this.
11386         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11387         Regenerate.
11388         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11389         Regenerate.
11390         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
11391         halfs of GPRs for high_gprs contexts.
11392         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
11393         restore upper halfs of GPRs for high_gprs contexts.  Copy uc_flags
11394         field.
11395         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
11396         uc_flags field.
11397         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
11398         64 bit versions:
11399         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
11400         for high GPRs (uc_high_gprs) and for future extensions
11401         (__reserved).
11402         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
11403         for future extensions (__reserved).
11404         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
11405         64 bit versions:
11406         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
11407         SC_HIGHGPRS offset definition.
11408         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
11409         * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
11410
11411         * Versions.def: Add GLIBC_2.19 for libpthread.
11412         * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
11413         siglongjmp for libpthread with GLIBC_2.19 symver.
11414         * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
11415         * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
11416         * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
11417         * sysdeps/s390/__longjmp.c: New file.
11418         * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
11419         * sysdeps/s390/longjmp.c: New file.
11420         * sysdeps/s390/setjmp.S: New file.
11421         * sysdeps/s390/sigjmp.S: New file.
11422         * sysdeps/s390/v1-longjmp.c: New file.
11423         * sysdeps/s390/v1-setjmp.h: New file.
11424         * sysdeps/s390/v1-sigjmp.c: New file.
11425         * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
11426         * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
11427         GLIBC_2.19 version.
11428         * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
11429         * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
11430         versioned symbols for ____longjmp_chk.
11431         * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
11432         Likewise.
11433         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
11434         Regenerate.
11435         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
11436         Regenerate.
11437         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
11438         Regenerate.
11439         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
11440         Regenerate.
11441         * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
11442         * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
11443         * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
11444         * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
11445         * sysdeps/s390/s390-32/setjmp-common.S: ... this.
11446         * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
11447         * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
11448         * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
11449         * sysdeps/s390/s390-64/setjmp-common.S: ... this.
11450         * sysdeps/s390/rtld-__longjmp.c: New file.
11451         * sysdeps/s390/rtld-setjmp.S: New file.
11452
11453 2014-01-06  Joseph Myers  <joseph@codesourcery.com>
11454
11455         [BZ #16400]
11456         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11457         Return -__logl (x) for small positive arguments without evaluating
11458         a polynomial.
11459
11460 2014-01-06  Mike Frysinger  <vapier@gentoo.org>
11461
11462         * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
11463         Rename to ...
11464         (__ptrace_peeksiginfo_args): ... this.
11465         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
11466         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
11467         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
11468
11469 2014-01-06  Allan McRae  <allan@archlinux.org>
11470
11471         * inet/netinet/in.h: Fix typo in comment.
11472
11473 2014-01-05  Andreas Jaeger  <aj@suse.de>
11474
11475         * sysdeps/i386/fpu/libm-test-ulps: Update.
11476
11477 2014-01-05  Allan McRae  <allan@archlinux.org>
11478
11479         * po/libc.pot: Regenerated.
11480
11481         * malloc/memusagestat.c: Fix gettext call formatting.
11482
11483 2014-01-04  Sami Kerola  <kerolasa@iki.fi>
11484
11485         * nscd/nscd.c: Improve usage() output.
11486
11487 2014-01-04  Mike Frysinger  <vapier@gentoo.org>
11488
11489         * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
11490         * sysdeps/unix/sysv/linux/configure: Regenerated.
11491         * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
11492         * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
11493
11494 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11495
11496         [BZ #16390]
11497         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
11498         (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
11499
11500 2014-01-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11501
11502         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
11503         extra tokens at end of #undef directive.
11504         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
11505         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
11506         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
11507
11508 2014-01-03  Joseph Myers  <joseph@codesourcery.com>
11509
11510         * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
11511
11512         * math/auto-libm-test-in: Mark various tests with
11513         xfail-rounding:ldbl-128ibm.
11514         * math/auto-libm-test-out: Regenerated.
11515
11516 2014-01-02  Joseph Myers  <joseph@codesourcery.com>
11517
11518         [BZ #16386]
11519         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
11520         numbers with subnormal high part when calculating exponent.
11521
11522         [BZ #16385]
11523         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
11524         fabs.
11525
11526         [BZ #16384]
11527         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
11528         M_LN2l.
11529         (__ieee754_acoshl): Use __log1pl not __log1p.
11530
11531 2013-01-02  Ondřej Bílka  <neleai@seznam.cz>
11532
11533         * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
11534         (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
11535         (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
11536         (grow_heap, heap_trim, _int_new_arena, get_free_list)
11537         (reused_arena, arena_get2): Convert to GNU style.
11538         * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
11539         (mem2mem_check, mem2chunk_check, top_check, realloc_check)
11540         (memalign_check, __malloc_set_state): Likewise.
11541         * malloc/mallocbug.c (main): Likewise.
11542         * malloc/malloc.c (__malloc_assert, malloc_init_state)
11543         (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
11544         (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
11545         (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
11546         (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
11547         (__posix_memalign, malloc_info): Likewise.
11548         * malloc/malloc.h: Likewise.
11549         * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
11550         (mallochook, memalignhook, reallochook, mabort): Likewise.
11551         * malloc/mcheck.h: Likewise.
11552         * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
11553         (free, mmap, mmap64, mremap, munmap, dest): Likewise.
11554         * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
11555         * malloc/morecore.c (__default_morecore): Likewise.
11556         * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
11557         * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
11558         (_obstack_allocated_p, obstack_free, _obstack_memory_used)
11559         (print_and_abort): Likewise.
11560         * malloc/obstack.h: Likewise.
11561         * malloc/set-freeres.c (__libc_freeres): Likewise.
11562         * malloc/tst-mallocstate.c (main): Likewise.
11563         * malloc/tst-mtrace.c (main): Likewise.
11564         * malloc/tst-realloc.c (do_test): Likewise.
11565
11566 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
11567
11568         [BZ #16366]
11569         * nscd/netgroupcache.c (do_notfound): New function.
11570         (addgetnetgrentX): Use it.
11571
11572         [BZ # 16365]
11573         * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
11574         NSS_STATUS_NOTFOUND.
11575
11576 2014-01-01  Joseph Myers  <joseph@codesourcery.com>
11577
11578         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
11579         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11580
11581 2014-01-01  Allan McRae  <allan@archlinux.org>
11582
11583         * scripts/update-copyrights: Update configure input file suffix.
11584
11585         * NEWS: Update copyright year.
11586         * catgets/gencat.c: Likewise.
11587         * csu/version.c: Likewise.
11588         * debug/catchsegv.sh: Likewise.
11589         * debug/pcprofiledump.c: Likewise.
11590         * debug/xtrace.sh: Likewise.
11591         * elf/ldconfig.c: Likewise.
11592         * elf/ldd.bash.in: Likewise.
11593         * elf/pldd.c: Likewise.
11594         * elf/sotruss.ksh: Likewise.
11595         * elf/sprof.c: Likewise.
11596         * iconv/iconv_prog.c: Likewise.
11597         * iconv/iconvconfig.c: Likewise.
11598         * locale/programs/locale.c: Likewise.
11599         * locale/programs/localedef.c: Likewise.
11600         * login/programs/pt_chown.c: Likewise.
11601         * malloc/memusage.sh: Likewise.
11602         * malloc/memusagestat.c: Likewise.
11603         * malloc/mtrace.pl: Likewise.
11604         * manual/libc.texinfo: Likewise.
11605         * nscd/nscd.c: Likewise.
11606         * nss/getent.c: Likewise.
11607         * nss/makedb.c: Likewise.
11608         * posix/getconf.c: Likewise.
11609         * scripts/test-installation.pl: Likewise.
11610
11611         * All files with FSF copyright notices: Update copyright dates
11612         using scripts/update-copyrights.
11613         * intl/plural.c: Regenerated.
11614         * locale/programs/charmap-kw.h: Likewise.
11615         * locale/programs/locfile-kw.h: Likewise.
11616
11617 2013-12-31  Mike Frysinger  <vapier@gentoo.org>
11618
11619         * sysdeps/unix/sysv/linux/configure: Regenerated.
11620         * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
11621         the linux/fanotify.h header.
11622         * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
11623         HAVE_LINUX_FANOTIFY_H is defined.
11624
11625 2013-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
11626
11627         * benchtests/cos-inputs: New inputs.
11628         * benchtests/sin-inputs: Likewise.
11629
11630         * benchtests/atan-inputs: New inputs. Fix name of multiple
11631         precision fallback inputs.
11632
11633         * benchtests/atanh-inputs: New inputs.
11634         * benchtests/tanh-inputs: Likewise.
11635
11636         * benchtests/acosh-inputs: New inputs.
11637         * benchtests/asinh-inputs: Likewise.
11638
11639         * benchtests/cosh-inputs: New inputs.
11640         * benchtests/sinh-inputs: Likewise.
11641
11642         * benchtests/acos-inputs: Add more inputs.
11643         * benchtests/asin-inputs: Likewise.
11644
11645 2013-12-30  Ville Skytta  <ville.skytta@iki.fi>
11646
11647         [BZ #16375]
11648         * manual/arith.texi: Fix spelling.
11649         * manual/charset.texi: Likewise.
11650         * manual/errno.texi: Likewise.
11651         * manual/filesys.texi: Likewise.
11652         * manual/lang.texi: Likewise.
11653         * manual/llio.texi: Likewise.
11654         * manual/locale.texi: Likewise.
11655         * manual/message.texi: Likewise.
11656         * manual/resource.texi: Likewise.
11657         * manual/search.texi: Likewise.
11658         * manual/setjmp.texi: Likewise.
11659         * manual/stdio.texi: Likewise.
11660         * manual/string.texi: Likewise.
11661         * manual/sysinfo.texi: Likewise.
11662         * manual/time.texi: Likewise.
11663
11664 2013-12-27  Carlos O'Donell  <carlos@redhat.com>
11665
11666         * po/sl.po: New file.
11667
11668 2013-12-27  Mike Frysinger  <vapier@gentoo.org>
11669
11670         * .gitignore: Add core/.gdbinit/.gdb_history.
11671
11672 2013-12-27  Allan McRae  <allan@archlinux.org>
11673
11674         [BZ #16369]
11675         * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
11676         Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
11677
11678 2013-12-24  Brooks Moses  <bmoses@google.com>
11679
11680         * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
11681         all compilers that claim C++98 compliance, not just GCC.
11682         * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
11683         Likewise.
11684
11685 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11686
11687         * NEWS: Restore accidentally deleted bug-fix entries.
11688
11689 2013-12-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
11690             Ondřej Bílka  <neleai@seznam.cz>
11691
11692         [BZ #15073]
11693         * malloc/malloc.c (_int_free): Perform sanity check only if we
11694         have_lock.
11695
11696 2013-12-23  Ondřej Bílka  <neleai@seznam.cz>
11697
11698         [BZ #12986]
11699         * manual/stdio.texi (String Input Conversions): Clarify that character
11700         classes are not supported.
11701
11702 2013-12-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11703
11704         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11705
11706 2013-12-22  Joseph Myers  <joseph@codesourcery.com>
11707
11708         [BZ #16337]
11709         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
11710         Calculate results for small negative arguments directly rather
11711         than using reflection formula with special underflow handling.
11712
11713         * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
11714         * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
11715         sysdeps/unix/bsd/bsd4.4/syscalls.list.
11716         (fchflags): Likewise.
11717         (revoke): Likewise.
11718         (setlogin): Likewise.
11719         (sigaltstack): Likewise.
11720         (wait4): Likewise.
11721         (sigblock): Remove.
11722         (sigsetmask): Likewise.
11723         (wait3): Likewise.
11724         (waitpid): Likewise.
11725         * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
11726         * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
11727         file.
11728         * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
11729         * sysdeps/unix/bsd/Makefile: ... here.
11730         * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
11731         * sysdeps/unix/bsd/Versions: ... here.
11732         * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
11733         * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
11734         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
11735         * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
11736         * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
11737         * sysdeps/unix/bsd/sigblock.c: ... here.
11738         * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
11739         * sysdeps/unix/bsd/sigsetmask.c: ... here.
11740         * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
11741         * sysdeps/unix/bsd/sigvec.c: ... here.
11742         * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
11743         * sysdeps/unix/bsd/tcdrain.c: ... here.
11744         * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
11745         * sysdeps/unix/bsd/tcgetattr.c: ... here.
11746         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
11747         * sysdeps/unix/bsd/tcsetattr.c: ... here.
11748         * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
11749         * sysdeps/unix/bsd/wait.c: ... here.
11750         * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
11751         * sysdeps/unix/bsd/wait3.c: ... here.
11752         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
11753         * sysdeps/unix/bsd/waitpid.c: ... here.
11754
11755 2013-12-21  Joseph Myers  <joseph@codesourcery.com>
11756
11757         [BZ #16356]
11758         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
11759         round-to-nearest for [!USE_AS_EXPM1L].
11760         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
11761         * math/auto-libm-test-in: Do not expect cosh tests to fail.  Add
11762         more tests of exp and exp10.  Expect some exp10 tests to miss
11763         exceptions or fail in directed rounding modes.
11764         * math/auto-libm-test-out: Regenerated.
11765         * math/libm-test.inc (exp10_tonearest_test_data): New array.
11766         (exp10_test_tonearest): New function.
11767         (exp10_towardzero_test_data): New array.
11768         (exp10_test_towardzero): New function.
11769         (exp10_downward_test_data): New array.
11770         (exp10_test_downward): New function.
11771         (exp10_upward_test_data): New array.
11772         (exp10_test_upward): New function.
11773         (main): Call the new functions.
11774         * sysdeps/i386/fpu/libm-test-ulps: Update.
11775         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11776
11777 2013-12-20  Joseph Myers  <joseph@codesourcery.com>
11778
11779         * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
11780         asinh, atan, atan2, atanh, cbrt, cos and cosh.
11781         * math/auto-libm-test-out: Regenerated.
11782         * math/libm-test.inc (acosh_test_data): Add more tests.
11783         (atanh_test_data): Likewise.
11784         (ceil_test_data): Likewise.
11785         (copysign_test_data): Likewise.
11786         * sysdeps/i386/fpu/libm-test-ulps: Update.
11787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11788
11789         * timezone/checktab.awk: Update from tzcode 2013i.
11790         * timezone/private.h: Likewise.
11791         * timezone/scheck.c: Likewise.
11792         * timezone/tzfile.h: Likewise.
11793         * timezone/tzselect.ksh: Likewise.
11794         * timezone/zdump.c: Likewise.
11795         * timezone/zic.c: Likewise.
11796
11797         * math/auto-libm-test-in: Add tests of cpow.
11798         * math/auto-libm-test-out: Regenerated.
11799         * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
11800         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11801         mpc_cc_c.
11802         (func_calc_desc): Add mpc_cc_c union field.
11803         (test_functions): Add cpow.
11804         (special_fill_2pi): New function.
11805         (special_real_inputs): Add 2pi.
11806         (calc_generic_results): Handle mpc_cc_c.
11807         * sysdeps/i386/fpu/libm-test-ulps: Update.
11808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11809
11810         * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
11811         csqrt, ctan and ctanh.
11812         * math/auto-libm-test-out: Regenerated.
11813         * math/libm-test.inc (TEST_COND_x86_64): New macro.
11814         (TEST_COND_x86): Likewise.
11815         (ccos_test_data): Use AUTO_TESTS_c_c.
11816         (ccosh_test_data): Likewise.
11817         (cexp_test_data): Likewise.
11818         (clog_test_data): Likewise.
11819         (csqrt_test_data): Likewise.
11820         (ctan_test_data): Likewise.
11821         (ctan_tonearest_test_data): Likewise.
11822         (ctan_towardzero_test_data): Likewise.
11823         (ctan_downward_test_data): Likewise.
11824         (ctan_upward_test_data): Likewise.
11825         (ctanh_test_data): Likewise.
11826         (ctanh_tonearest_test_data): Likewise.
11827         (ctanh_towardzero_test_data): Likewise.
11828         (ctanh_downward_test_data): Likewise.
11829         (ctanh_upward_test_data): Likewise.
11830         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11831         mpc_c_c.
11832         (func_calc_desc): Add mpc_c_c union field.
11833         (FUNC_mpc_c_c): New macro.
11834         (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
11835         ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
11836         ctanh.
11837         (special_fill_min_subnorm_p120): New function.
11838         (special_real_inputs): Add min_subnorm_p120.
11839         (calc_generic_results): Handle mpc_c_c.
11840         * sysdeps/i386/fpu/libm-test-ulps: Update.
11841         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11842
11843 2013-12-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
11844
11845         * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
11846         (do_sin_slow): New functions.
11847         (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
11848         (cslow2, csloww1, csloww2): Use the new functions.
11849
11850         * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
11851         Use M to change sign of result instead of X.  Assume X is
11852         positive.
11853         (csloww1): Likewise.
11854         (__sin): Adjust.
11855         (__cos): Adjust.
11856
11857         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
11858         arguments A and DA.
11859         (__sin): Adjust.
11860         (__cos): Likewise.
11861
11862         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
11863         (__cos): Likewise.
11864         (sloww1): Don't adjust sign of DX.
11865         (csloww1): Likewise.
11866         (sloww2): Use X directly and don't adjust sign of DX.
11867         (csloww2): Likewise.
11868
11869 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11870
11871         * math/auto-libm-test-in: Add tests of cabs and carg.
11872         * math/auto-libm-test-out: Regenerated.
11873         * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
11874         (carg_test_data): Likewise.
11875         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11876         mpc_c_f.
11877         (func_calc_desc): Add mpc_c_f union field.
11878         (test_functions): Add cabs and carg.
11879         (calc_generic_results): Handle mpc_c_f.
11880
11881         * sysdeps/powerpc/powerpc32/libgcc-compat.S
11882         [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
11883         as a macro and a compat symbol.
11884         [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
11885         [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
11886         [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
11887         [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
11888         [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
11889         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
11890         not use .hidden.
11891         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
11892         Likewise.
11893         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
11894         Likewise.
11895         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
11896         Likewise.
11897         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
11898         Likewise.
11899         [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
11900         Likewise.
11901         * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
11902         __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
11903         from GLIBC_2.3.2.
11904
11905 2013-12-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
11906
11907         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
11908
11909 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11910
11911         * manual/texinfo.tex: Update to version 2013-11-26.10 with
11912         trailing whitespace removed.
11913         * scripts/config.guess: Update to version 2013-11-29.
11914         * scripts/config.sub: Update to version 2013-10-01.
11915
11916         * math/auto-libm-test-in: Add tests of sincos.
11917         * math/auto-libm-test-out: Regenerated.
11918         * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
11919         * math/gen-auto-libm-tests.c (func_calc_method): Add value
11920         mpfr_f_11.
11921         (func_calc_desc): Add mpfr_f_11 union field.
11922         (test_functions): Add sincos.
11923         (calc_generic_results): Handle mpfr_f_11.
11924         * sysdeps/i386/fpu/libm-test-ulps: Update.
11925         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11926
11927 2013-12-19  Andreas Schwab  <schwab@suse.de>
11928
11929         * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
11930         CALL_MCOUNT.
11931         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
11932         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
11933         [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
11934
11935 2013-12-19  Joseph Myers  <joseph@codesourcery.com>
11936
11937         * math/gen-libm-test.pl (%beautify): Remove M_* constants.
11938         * sysdeps/i386/fpu/libm-test-ulps: Update.
11939         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11940
11941         [BZ #16293]
11942         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
11943         round-to-nearest mode when using frndint.
11944         * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
11945         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
11946         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
11947         Likewise.
11948         * math/auto-libm-test-in: Add more tests of expm1.  Do not expect
11949         sinh test to fail.
11950         * math/auto-libm-test-out: Regenerated.
11951         * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
11952         (TEST_COND_x86): Likewise.
11953         (expm1_tonearest_test_data): New array.
11954         (expm1_test_tonearest): New function.
11955         (expm1_towardzero_test_data): New array.
11956         (expm1_test_towardzero): New function.
11957         (expm1_downward_test_data): New array.
11958         (expm1_test_downward): New function.
11959         (expm1_upward_test_data): New array.
11960         (expm1_test_upward): New function.
11961         (main): Run the new test functions.
11962         * sysdeps/i386/fpu/libm-test-ulps: Update.
11963         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11964
11965         * include/features.h: Update comment documenting feature test
11966         macros.  Mention _DEFAULT_SOURCE in comment.
11967         [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
11968         [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
11969         _BSD_SOURCE and _SVID_SOURCE.
11970         [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
11971         !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
11972         !_SVID_SOURCE]: Likewise.
11973         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11974         (__USE_POSIX_IMPLICITLY): Define.
11975         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11976         (_POSIX_SOURCE): Undefine and redefine.
11977         [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
11978         (_POSIX_C_SOURCE): Likewise.
11979         * manual/creature.texi (_DEFAULT_SOURCE): Document.
11980         (Feature Test Macros): Update documentation of default features.
11981
11982 2013-12-19  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
11983
11984         * benchtests/Makefile: Add bench-strtok.
11985         * benchtests/bench-strtok.c: New file: strtok benchtest.
11986
11987 2013-12-19  Allan McRae  <allan@archlinux.org>
11988
11989         * manual/install.texi: Suppress menu for plain text output.
11990         * INSTALL: Regenerated.
11991
11992 2013-12-18  Brooks Moses  <bmoses@google.com>
11993
11994         [BZ #15846]
11995         * misc/getauxval.c: Include errno.h.
11996         (__getauxval): Set errno to ENOENT if the requested type is not
11997         found.
11998         * misc/sys/auxv.h (getauxval): Document that it may set errno;
11999         don't declare with __attribute_const__.
12000         * elf/tst-auxv.c: Add tests for errno and type-not-found case.
12001         * manual/startup.texi: Document that getauxval sets errno.
12002
12003 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12004
12005         * math/auto-libm-test-in: Add tests of jn and yn.
12006         * math/auto-libm-test-out: Regenerated.
12007         * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
12008         (yn_test_data): Likewise.
12009         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12010         mpfr_if_f.
12011         (func_calc_desc): Add mpfr_if_f union field.
12012         (FUNC_mpfr_if_f): New macro.
12013         (test_functions): Add jn and yn.
12014         (calc_generic_results): Assert type of second input for
12015         mpfr_ff_f.  Handle mpfr_if_f.
12016         (output_for_one_input_case): Disable all checking for arguments
12017         fitting floating-point types in case of an integer argument.
12018         * sysdeps/i386/fpu/libm-test-ulps: Update.
12019         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12020
12021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
12022         Don't expect fegetround reference in libm.so.
12023
12024 2013-12-17  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
12025
12026         * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
12027         $(config-cflags-nofma).
12028
12029 2013-12-18  Joseph Myers  <joseph@codesourcery.com>
12030
12031         * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
12032         * math/auto-libm-test-out: Regenerated.
12033
12034         [BZ #16338]
12035         * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
12036         to determine exponent and adjust argument to have exponent of -1.
12037         * math/auto-libm-test-in: Add more tests of log, log10, log1p and
12038         log2.
12039         * math/auto-libm-test-out: Regenerated.
12040         * sysdeps/i386/fpu/libm-test-ulps: Update.
12041         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12042
12043 2013-12-18  Ondřej Bílka  <neleai@seznam.cz>
12044
12045         * manual/probes.texi: Remove cases when per-thread arenas are
12046         disabled.
12047
12048 2013-12-18  Andreas Schwab  <schwab@suse.de>
12049
12050         * sysdeps/i386/i686/multiarch/strstr.c: Remove.
12051         * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
12052         * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
12053         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
12054         * sysdeps/i386/i686/multiarch/Makefile: Update.
12055         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
12056
12057 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12058
12059         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
12060         * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
12061
12062 2013-12-17  Paul Eggert  <eggert@cs.ucla.edu>
12063
12064         [BZ #15968]
12065         Support TZ transition times < 00:00:00.
12066         This is needed for version-3 tz-format files; it supports time
12067         stamps past 2037 for America/Godthab (the only entry in the tz
12068         database for which this change is relevant).
12069         * manual/time.texi (TZ Variable): Document transition times
12070         from -167:59:59 through -00:00:01.
12071         * time/tzset.c (tz_rule): Time of day is now signed.
12072         (__tzset_parse_tz): Parse negative time of day.
12073
12074         Document TZ transition times >= 25:00:00.
12075         * manual/time.texi (TZ Variable): Document transition times from
12076         25:00:00 through 167:59:59.  These are already supported, and this
12077         support will help with version-3 tz-format files.
12078
12079         * manual/time.texi (TZ Variable): Modernize North America example
12080         to reflect current (i.e., 2007-and-later) daylight saving rules.
12081
12082         * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
12083
12084 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12085
12086         * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
12087         * sysdeps/unix/bsd/bits/stat.h: Likewise.
12088         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
12089         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
12090         * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
12091         * sysdeps/unix/bsd/bsdstat.h: Likewise.
12092         * sysdeps/unix/bsd/clock.c: Likewise.
12093         * sysdeps/unix/bsd/i386/vfork.S: Likewise.
12094         * sysdeps/unix/bsd/i386/wait3.S: Likewise.
12095         * sysdeps/unix/bsd/init-posix.c: Likewise.
12096         * sysdeps/unix/bsd/poll.c: Likewise.
12097         * sysdeps/unix/bsd/ptsname.c: Likewise.
12098         * sysdeps/unix/bsd/seekdir.c: Likewise.
12099         * sysdeps/unix/bsd/setegid.c: Likewise.
12100         * sysdeps/unix/bsd/seteuid.c: Likewise.
12101         * sysdeps/unix/bsd/setgid.c: Likewise.
12102         * sysdeps/unix/bsd/setrgid.c: Likewise.
12103         * sysdeps/unix/bsd/setruid.c: Likewise.
12104         * sysdeps/unix/bsd/setsid.c: Likewise.
12105         * sysdeps/unix/bsd/setuid.c: Likewise.
12106         * sysdeps/unix/bsd/sigaction.c: Likewise.
12107         * sysdeps/unix/bsd/sigprocmask.c: Likewise.
12108         * sysdeps/unix/bsd/sigsuspend.c: Likewise.
12109         * sysdeps/unix/bsd/sys/reboot.h: Likewise.
12110         * sysdeps/unix/bsd/telldir.c: Likewise.
12111         * sysdeps/unix/bsd/times.c: Likewise.
12112         * sysdeps/unix/bsd/usleep.c: Likewise.
12113
12114         * misc/Makefile (install-lib): Remove libbsd-compat.a.
12115         ($(objpfx)libbsd-compat.a): Remove rule.
12116
12117         * include/features.h (__FAVOR_BSD): Do not define.
12118         * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
12119         features conflicting with POSIX.
12120         (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
12121         (_BSD_SOURCE): Remove description of not being a subset of other
12122         feature test macros.
12123         * manual/job.texi (getpgrp): Do not document BSD version.
12124         (getpgid): Do not document by reference to BSD getpgrp.
12125         * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
12126         * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
12127         * signal/signal.h [__FAVOR_BSD]: Likewise.
12128         * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
12129         instead of making contents conditional on [__FAVOR_BSD].
12130         * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
12131
12132 2013-12-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12133
12134         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12135
12136 2013-12-17  Joseph Myers  <joseph@codesourcery.com>
12137
12138         [BZ #16314]
12139         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
12140         values below 2**-450, not 2**-500.
12141         * math/auto-libm-test-in: Don't allow spurious underflow from
12142         hypot.
12143         * math/auto-libm-test-out: Regenerated.
12144
12145         [BZ #16316]
12146         [BZ #16330]
12147         * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
12148         values of ha and hb and sort them after adjusting subnormal
12149         arguments.
12150         * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
12151         Likewise.
12152         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
12153         values of ea and eb and sort them after adjusting subnormal
12154         arguments.
12155         * math/auto-libm-test-in: Do not expect some hypot tests of
12156         subnormals to fail.  Add more hypot tests.
12157         * math/auto-libm-test-out: Regenerated.
12158
12159 2013-12-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12160
12161         [BZ #13304]
12162         * sysdeps/sh/s_fma.c: New file.
12163         * sysdeps/sh/s_fmaf.c: New file.
12164         * sysdeps/sh/soft-fp/sfp-machine.h: New file.  Based on arm
12165         version.
12166         * sysdeps/sh/Implies: Add sh/soft-fp.
12167
12168 2013-12-16  Roland McGrath  <roland@hack.frob.com>
12169
12170         * elf/dl-error.c (struct catch): Add new member `errcode'.  Add a
12171         level of indirection to members `objname', `errstring', `malloced'.
12172         (_dl_signal_error): Store through pointers in *LCATCH rather modifying
12173         *LCATCH itself.  Set *LCATCH->errcode to ERRCODE rather than passing
12174         it as the __longjmp argument (just pass 1 instead).
12175         (_dl_catch_error): Initialize C with argument pointers and address of
12176         volatile local ERRCODE rather than copying values out of C at return.
12177
12178 2013-12-16  Joseph Myers  <joseph@codesourcery.com>
12179
12180         * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
12181         * math/auto-libm-test-out: Regenerated.
12182         * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
12183         (hypot_test_data): Likewise.
12184         (pow_test_data): Likewise.
12185         (pow_tonearest_test_data): Likewise.
12186         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12187         mpfr_ff_f.
12188         (func_calc_desc): Add mpfr_ff_f union field.
12189         (FUNC_mpfr_ff_f): New macro.
12190         (test_functions): Add atan2, hypot and pow.
12191         (special_fill_min): New function.
12192         (special_fill_minus_min): Likewise.
12193         (special_fill_min_subnorm): Likewise.
12194         (special_fill_minus_min_subnorm): Likewise.
12195         (special_real_inputs): Add min, -min, min_subnorm and
12196         -min_subnorm.
12197         (calc_generic_results): Handle mpfr_ff_f.
12198         * sysdeps/i386/fpu/libm-test-ulps: Update.
12199         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12200
12201 2013-12-16  Will Newton  <will.newton@linaro.org>
12202
12203         * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
12204         (Aligned Memory Blocks): Add documentation for aligned_alloc
12205         and suggest it as an alternative to posix_memalign.
12206         (Hooks for Malloc): Document __memalign_hook is also called
12207         for aligned_alloc.  (Summary of Malloc): Add summary for
12208         aligned alloc.  Document __memalign_hook is also called
12209         for aligned_alloc.
12210
12211 2013-12-16  Will Newton  <will.newton@linaro.org>
12212
12213         * manual/memory.texi (Malloc Examples): Clarify default
12214         alignment documentation.  Suggest posix_memalign rather
12215         than memalign or valloc.
12216         (Aligned Memory Blocks): Remove suggestion to use memalign
12217         or valloc.  Remove obsolete comment about BSD.
12218         Document memalign errno values and mark the function obsolete.
12219         Document posix_memalign returned error codes.  Mark valloc
12220         as obsolete.  (Hooks for Malloc): __memalign_hook is also
12221         called for posix_memalign and valloc.
12222         (Summary of Malloc): Add posix_memalign to function summary.
12223         __memalign_hook is also called for posix_memalign and valloc.
12224
12225 2013-12-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
12226
12227         * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
12228         TAYLOR_SIN.
12229         (__sin): Adjust.
12230         (__cos): Likewise.
12231         (sloww): Use mynumber union.  Expand ternary operator into
12232         if-else statements.
12233         (cslow): use mynumber union.
12234
12235 2013-12-16  Allan McRae  <allan@archlinux.org>
12236
12237         * configure.ac: Set AUTOCONF when maintainer-mode is not used.
12238         * configure: Regenerated.
12239
12240         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
12241
12242         [BZ #14120]
12243         * configure.ac: Added --enable-maintainer-mode. Check for
12244         autoconf when enabled.
12245         * configure: Regenerated.
12246
12247         * nscd/nscd.service: New file.
12248         * nscd/nscd.tmpfiles: New file.
12249
12250 2013-12-14  Ondřej Bílka  <neleai@seznam.cz>
12251
12252         [BZ #12100]
12253         * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
12254         * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
12255         * sysdeps/x86_64/multiarch/strstr.c: ... here.
12256         (strstr): Add __strstr_sse2_unaligned ifunc.
12257         * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
12258         * sysdeps/x86_64/multiarch/strcasestr.c ... here.
12259         (strcasestr): Remove __strcasestr_sse42 ifunc.
12260         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
12261         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
12262         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
12263
12264 2013-12-14  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12265
12266         * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
12267         * sysdeps/sh/bits/fenv.h: ... here.
12268         * sysdeps/sh/sh4/fpu/bits: Remove directory.
12269
12270 2013-12-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12271
12272         * NEWS: Mention ppc64 STT_GNU_IFUNC support.
12273
12274         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
12275         hypotf multiarch implementations.
12276         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
12277         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
12278         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
12279         multiarch hypot for PPC64.
12280         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
12281         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
12282         * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
12283         multiarch hypotf for PPC64.
12284
12285         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
12286         modff multiarch implementations.
12287         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
12288         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
12289         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
12290         multiarch modf for PPC64.
12291         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
12292         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
12293         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
12294         multiarch modff for PPC64.
12295
12296         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
12297         and logl multiarch implementations.
12298         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
12299         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
12300         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
12301         multiarch logb for PPC64.
12302         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
12303         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
12304         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
12305         multiarch logb for PPC64.
12306         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
12307         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
12308         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
12309         multiarch logb for PPC64.
12310
12311         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
12312         isinff multiarch implementation.
12313         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
12314         file.
12315         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
12316         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
12317         multiarch isinf for PPC64.
12318         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
12319         file.
12320         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
12321         multiarch isinff for PPC64.
12322
12323         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
12324         finitef multiarch implementation.
12325         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
12326         file.
12327         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
12328         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
12329         multiarch finite for PPC64.
12330         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
12331         file.
12332         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
12333         multiarch finitef for PPC64.
12334
12335         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
12336         lrint multiarch implementation.
12337         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
12338         file.
12339         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
12340         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
12341         multiarch llrint for PPC64.
12342         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
12343         multiarch lrint for PPC64.
12344
12345         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
12346         copysignf multiarch implementation.
12347         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
12348         file.
12349         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
12350         file.
12351         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
12352         multiarch copysign for PPC64.
12353         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
12354         multiarch copysignf for PPC64.
12355
12356         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
12357         multiarch implementation.
12358         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
12359         file.
12360         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
12361         file.
12362         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
12363         file.
12364         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
12365         file.
12366         multiarch llround for PPC64.
12367         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
12368         multiarch trunc for PPC64.
12369         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
12370         multiarch truncf for PPC64.
12371
12372         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
12373         multiarch implementation.
12374         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
12375         file.
12376         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
12377         file.
12378         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
12379         file.
12380         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
12381         file.
12382         multiarch llround for PPC64.
12383         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
12384         multiarch round for PPC64.
12385         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
12386         multiarch roundf for PPC64.
12387
12388         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
12389         multiarch implementation.
12390         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
12391         file.
12392         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
12393         file.
12394         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
12395         file.
12396         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
12397         file.
12398         multiarch llround for PPC64.
12399         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
12400         multiarch floor for PPC64.
12401         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
12402         multiarch floorf for PPC64.
12403
12404         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
12405         multiarch implementation.
12406         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
12407         file.
12408         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
12409         file.
12410         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
12411         file.
12412         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
12413         file.
12414         multiarch llround for PPC64.
12415         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
12416         multiarch ceil for PPC64.
12417         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
12418         multiarch ceilf for PPC64.
12419
12420         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
12421         multiarch implementation.
12422         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
12423         file.
12424         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
12425         file.
12426         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
12427         file.
12428         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
12429         multiarch llround for PPC64.
12430         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
12431         multiarch lround for PPC64.
12432
12433         * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
12434         multiarch implementation.
12435         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
12436         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
12437         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
12438         file.
12439         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
12440         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
12441         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
12442         multiarch isnan for PPC64.
12443         * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
12444         multiarch isnanf for PPC64.
12445
12446         * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
12447         * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
12448         * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
12449         * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
12450         * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
12451         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
12452
12453         * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
12454         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
12455         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
12456         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
12457
12458         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
12459         multiarch implementations.
12460         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12461         (__libc_ifunc_impl_list): Likewise.
12462         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
12463         * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
12464         * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
12465         multiarch stpcpy for PPC64.
12466
12467         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
12468         multiarch implementations.
12469         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12470         (__libc_ifunc_impl_list): Likewise.
12471         * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
12472         * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
12473         * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
12474         multiarch strcpy for PPC64.
12475
12476         * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
12477         redefine function name.
12478         (_wordcopy_fwd_dest_aligned): Likewise.
12479         (_wordcopy_bwd_aligned): Likewise.
12480         (_wordcopy_bwd_dest_aligned): Likewise.
12481         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
12482         multiarch implementations.
12483         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12484         (__libc_ifunc_impl_list): Likewise.
12485         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
12486         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
12487         * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
12488         * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
12489         multiarch wcscpy for PPC64.
12490
12491         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
12492         multiarch implementations.
12493         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12494         (__libc_ifunc_impl_list): Likewise.
12495         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
12496         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
12497         * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
12498         * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
12499         multiarch wcscpy for PPC64.
12500
12501         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
12502         multiarch implementations.
12503         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12504         (__libc_ifunc_impl_list): Likewise.
12505         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
12506         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
12507         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
12508         * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
12509         multiarch wcsrchr for PPC64.
12510
12511         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
12512         multiarch implementations.
12513         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12514         (__libc_ifunc_impl_list): Likewise.
12515         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
12516         * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
12517         * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
12518         * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
12519         multiarch wcschr for PPC64.
12520
12521         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
12522         multiarch implementations.
12523         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12524         (__libc_ifunc_impl_list): Likewise.
12525         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
12526         * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
12527         * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
12528         multiarch strchrnul for PPC64.
12529
12530         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
12531         implementations.
12532         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12533         (__libc_ifunc_impl_list): Likewise.
12534         * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
12535         * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
12536         * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
12537         * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
12538         strchr for PPC64.
12539
12540         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
12541         implementations.
12542         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12543         (__libc_ifunc_impl_list): Likewise.
12544         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
12545         * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
12546         * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
12547         * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
12548         strncmp for PPC64.
12549
12550         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
12551         multiarch implementations.
12552         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12553         (__libc_ifunc_impl_list): Likewise.
12554         * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
12555         * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
12556         strncasecmp for PPC64.
12557         * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
12558         * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
12559         multiarch strncasecmp_l for PPC64.
12560
12561         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
12562         multiarch implementations.
12563         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12564         (__libc_ifunc_impl_list): Likewise.
12565         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
12566         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
12567         multiarch strcasecmp for PPC64.
12568         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
12569         file.
12570         * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
12571         multiarch strcasecmp_l for PPC64.
12572
12573         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
12574         implementations.
12575         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12576         (__libc_ifunc_impl_list): Likewise.
12577         * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
12578         * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
12579         * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
12580         strnlen for PPC64.
12581
12582         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
12583         implementations.
12584         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12585         (__libc_ifunc_impl_list): Likewise.
12586         * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
12587         * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
12588         * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
12589         strlen for PPC64.
12590
12591         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
12592         implementations.
12593         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12594         (__libc_ifunc_impl_list): Likewise.
12595         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
12596         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
12597         * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
12598         rawmemrchr for PPC64.
12599
12600         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
12601         implementation.
12602         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12603         (__libc_ifunc_impl_list): Likewise.
12604         * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
12605         * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
12606         * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
12607         memrchr for PPC64.
12608
12609         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
12610         implementation.
12611         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12612         (__libc_ifunc_impl_list): Likewise.
12613         * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
12614         * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
12615         * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
12616         memchr for PPC64.
12617
12618         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
12619         implementation.
12620         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12621         (__libc_ifunc_impl_list): Likewise.
12622         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
12623         * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
12624         * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
12625         mempcpy for PPC64.
12626
12627         * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
12628         avoid cretion of __bzero symbol.
12629         * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
12630         Likewise.
12631         * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
12632         Likewise.
12633         * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
12634         Likewise.
12635         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
12636         multiarch implementations.
12637         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12638         (__libc_ifunc_impl_list): Likewise.
12639         * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
12640         * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
12641         * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
12642         * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
12643         bzero for PPC32.
12644         * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
12645         * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
12646         * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
12647         * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
12648         * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
12649         memset for PPC64.
12650         * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
12651
12652         * string/memcmp.c (memcmp): Using macro to redefine symbol name.
12653         * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
12654         implementations.
12655         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
12656         (__libc_ifunc_impl_list): Likewise.
12657         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
12658         * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
12659         * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
12660         * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
12661         memcmp for PPC64.
12662
12663         * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
12664         multiarch for POWER/PPC64.
12665         * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
12666         * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
12667         * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
12668         * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
12669         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
12670         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
12671         * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
12672         * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
12673         * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
12674         memcpy for PPC64.
12675
12676         * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
12677         * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
12678         * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
12679         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
12680         * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
12681         * sysdeps/powerpc/powerpc64/power5/Implies: New File.
12682         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
12683         * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
12684         * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
12685         * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
12686         * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
12687         * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
12688         * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
12689         * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
12690         * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
12691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
12692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
12693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
12694         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
12695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
12696         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
12697         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
12698
12699 2013-12-12  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
12700
12701         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
12702
12703 2013-12-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
12704
12705         * benchtests/Makefile (bench): Add exp2 and log2.
12706         (LDLIBS-bench-exp2): Add -lm.
12707         (LDLIBS-bench-log2): Likewise.
12708         * benchtests/exp2-inputs: New inputs file.
12709         * benchtests/log2-inputs: New inputs file.
12710         * benchtests/log-inputs: Add new inputs.
12711         * benchtests/tan-inputs: Likewise.
12712
12713 2013-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
12714
12715         * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
12716         definition...
12717         (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
12718         (csloww2): ... from here.
12719
12720         * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
12721         instead of structures.
12722         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
12723         (POLYNOMIAL): Likewise.
12724         (TAYLOR_SLOW): Likewise.
12725         (__sin): Likewise.
12726         (__cos): Likewise.
12727         (slow1): Likewise.
12728         (slow2): Likewise.
12729         (sloww): Likewise.
12730         (sloww1); Likewise.
12731         (sloww2): Likewise.
12732         (bsloww1): Likewise.
12733         (bsloww2): Likewise.
12734         (cslow2): Likewise.
12735         (csloww): Likewise.
12736         (csloww1): Likewise.
12737         (csloww2): Likewise.
12738
12739 2013-12-10  Ondřej Bílka  <neleai@seznam.cz>
12740
12741         * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
12742         (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
12743         Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
12744         * malloc/hooks.c (realloc_check): Likewise.
12745
12746         * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
12747         * malloc/arena.c: Remove PER_THREAD conditional.
12748         [!PER_THREAD]: Remove code.
12749         (ptmalloc_unlock_all2): Likewise.
12750         (ptmalloc_init): Likewise.
12751         (_int_new_arena): Likewise.
12752         (arena_get2): Likewise.
12753         * malloc/hooks.c (__malloc_get_state): Likewise.
12754         (__malloc_set_state): Likewise.
12755         * malloc/malloc.c: Likewise.
12756         (struct malloc_state): Likewise.
12757         (struct malloc_par): Likewise.
12758         (__libc_realloc): Likewise.
12759         (__libc_mallopt): Likewise.
12760
12761 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12762
12763         * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
12764
12765 2013-12-09  Ondřej Bílka  <neleai@seznam.cz>
12766
12767         * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
12768         macro to a function.  Check for zero perturb_byte.
12769         (_int_malloc, _int_free): Remove zero perturb_byte checks.
12770
12771         * malloc/malloc.c: (force_reg): Remove.
12772         (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
12773         (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
12774         force_reg by atomic_forced_read.
12775         * malloc/arena.c (ptmalloc_init): Likewise.
12776         * malloc/hooks.c (top_check): Likewise.
12777
12778 2013-12-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12779
12780         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12781
12782 2013-12-09  Markus Trippelsdorf  <markus@trippelsdorf.de>
12783
12784         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
12785
12786 2013-12-08  Joseph Myers  <joseph@codesourcery.com>
12787
12788         * math/auto-libm-test-in: Add tests of lgamma.
12789         * math/auto-libm-test-out: Regenerated.
12790         * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
12791         (M_LOG_2_SQRT_PIl): Likewise.
12792         (lgamma_test_data): Use AUTO_TESTS_f_f1.
12793         * math/gen-auto-libm-tests.c (func_calc_method): Add value
12794         mpfr_f_f1.
12795         (func_calc_desc): Add mpfr_f_f1 union field.
12796         (ARGS1): New macro.
12797         (ARGS2): Likewise.
12798         (ARGS3): Likewise.
12799         (ARGS4): Likewise.
12800         (RET1): Likewise.
12801         (RET2): Likewise.
12802         (CALC): Likewise.
12803         (FUNC): Likewise.
12804         (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
12805         (test_functions): Add lgamma.
12806         (calc_generic_results): Handle mpfr_f_f1.
12807         * sysdeps/i386/fpu/libm-test-ulps: Update.
12808         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12809
12810 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12811
12812         * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
12813         __mpn_add_n for PowerPC64/POWER7.
12814         * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
12815         __mpn_sub_n for PowerPC64/POWER7.
12816
12817         * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
12818         __mpn_addmul_1 for PowerPC64.
12819         * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
12820         __mpn_submul_1 for PowerPC64.
12821         * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
12822         for PowerPC64.
12823         * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
12824         for PowerPC64.
12825
12826 2013-12-06  Fernando J. V. da Silva  <fernandojvdasilva@gmail.com>
12827
12828         [BZ #15089]
12829         * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
12830
12831 2013-12-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
12832
12833         * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
12834
12835         * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
12836         add multiarch folders.
12837         * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
12838         * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
12839         * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
12840         * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
12841         * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
12842         * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
12843         * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
12844         * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
12845         * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
12846         * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
12847         * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
12848         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
12849         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
12850         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
12851         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
12852         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
12853         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
12854
12855         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12856         __ieee754_hypot and __ieee754_hypotf multiarch implementations.
12857         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
12858         New file.
12859         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
12860         New file.
12861         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
12862         multiarch __ieee754_hypot for PowerPC32.
12863         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
12864         New file.
12865         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
12866         New file.
12867         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
12868         multiarch __ieee754_hypotf for PowerPC32.
12869
12870         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
12871         long_double_symbol only if __logbl is defined.
12872         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
12873         * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
12874         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
12875         * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
12876         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
12877         * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
12878         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
12879         path for implementation.
12880         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
12881         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
12882         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
12883         logb, and logbl multiarch implementations for PowerPC32.
12884         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
12885         file.
12886         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
12887         file.
12888         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
12889         multiarch logb for PowerPC32.
12890         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
12891         file.
12892         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
12893         file.
12894         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
12895         multiarch logbf for PowerPC32.
12896         * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
12897         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
12898         file.
12899         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
12900         multiarch logbl implementation for PowerPC32.
12901
12902         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
12903         and modff multiarch implementations.
12904         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
12905         New file.
12906         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
12907         New file.
12908         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
12909         multiarch modf for PowerPC32.
12910         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
12911         New file.
12912         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
12913         New file.
12914         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
12915         multiarch modff for PowerPC32.
12916
12917         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
12918         and lrintf multiarch implementations.
12919         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
12920         New file.
12921         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
12922         New file.
12923         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
12924         multiarch lrint for PowerPC32.
12925         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
12926         file: multiarch lrintf for PowerPC32.
12927
12928         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
12929         and lroundf multiarch implementations.
12930         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
12931         New file.
12932         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
12933         New file.
12934         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
12935         New file.
12936         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
12937         multiarch lround for PowerPC32.
12938         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
12939         file: multiarch lroundf for PowerPC32.
12940
12941         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
12942         copysign and copysignf multiarch implementations.
12943         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
12944         New file.
12945         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
12946         New file.
12947         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
12948         file: multiarch copysign for PowerPC32.
12949         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
12950         file: multiarch copysignf for PowerPC32.
12951
12952         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
12953         and truncf multiarch implementations.
12954         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
12955         New file.
12956         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
12957         file.
12958         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
12959         multiarch trunc for PowerPC32.
12960         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
12961         New file.
12962         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
12963         New file.
12964         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
12965         multiarch truncf for PowerPC32.
12966
12967         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
12968         and roundf multiarch implementations.
12969         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
12970         New file.
12971         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
12972         file.
12973         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
12974         multiarch round for PowerPC32.
12975         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
12976         New file.
12977         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
12978         New file.
12979         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
12980         multiarch roundf for PowerPC32.
12981
12982         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
12983         and floorf multiarch implementations.
12984         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
12985         New file.
12986         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
12987         file.
12988         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
12989         multiarch floor for PowerPC32.
12990         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
12991         New file.
12992         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
12993         New file.
12994         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
12995         multiarch floorf for PowerPC32.
12996
12997         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
12998         and ceilf multiarch implementations.
12999         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
13000         New file.
13001         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
13002         file.
13003         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
13004         multiarch ceil for PowerPC32.
13005         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
13006         New file.
13007         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
13008         file.
13009         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
13010         multiarch ceilf for PowerPC32.
13011
13012         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
13013         is defined.
13014         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
13015         FINITEF is defined.
13016         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
13017         and finitef multiarch implementations.
13018         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
13019         New file.
13020         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
13021         file.
13022         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
13023         multiarch finite for PowerPC32.
13024         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
13025         New file.
13026         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
13027         file: multiarch finitef for PowerPC32.
13028
13029         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
13030         and isinff multiarch implementations.
13031         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
13032         file.
13033         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
13034         file.
13035         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
13036         multiarch isinf for PowerPC32.
13037         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
13038         New file.
13039         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
13040         multiarch isinff for PowerPC32.
13041
13042         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
13043         alias when __isnan is defined.
13044         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
13045         and isnanf multiarch implementations.
13046         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
13047         file.
13048         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
13049         file.
13050         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
13051         file.
13052         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
13053         file.
13054         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
13055         multiarch isnan for PowerPC32.
13056         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
13057         New file.
13058         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
13059         New file.
13060         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
13061         multiarch isnanf for PowerPC32.
13062
13063         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
13064         and sqrtf multiarch implementations.
13065         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
13066         file.
13067         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
13068         file.
13069         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
13070         multiarch sqrt for PowerPC32.
13071         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
13072         file.
13073         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
13074         file.
13075         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
13076         multiarch sqrtf for PowerPC32.
13077
13078         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
13079         and llroundf multiarch implementations.
13080         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
13081         New file.
13082         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
13083         New file.
13084         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
13085         New file.
13086         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
13087         file: multiarch llround for PowerPC32.
13088         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
13089         file: multiarch llroundf for PowerPC32.
13090
13091         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
13092         multiarch PowerPC32 fpu implementations.
13093         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
13094         New file.
13095         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
13096         New file.
13097         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
13098         multiarch llrint for PowerPC32.
13099         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
13100         New file.
13101         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
13102         New file.
13103         * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
13104         file.
13105
13106         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
13107
13108         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
13109         file.
13110         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
13111         file.
13112         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
13113         file.
13114         * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
13115         multiarch wordcopy for PPC32.
13116         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13117         wordcopy objects.
13118         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13119         (__libc_ifunc_impl_list): Likewise.
13120         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
13121         * sysdeps/powerpc/power4/wordcopy.c: ... to here.
13122         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
13123         * sysdeps/powerpc/power6/wordcopy.c: ... to here.
13124         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
13125         * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
13126
13127         * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
13128         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
13129         file.
13130         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
13131         file.
13132         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
13133         file.
13134         * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
13135         multiarch wcscpy for PPC32.
13136         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
13137         multiarch objects.
13138         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13139         (__libc_ifunc_impl_list): Likewise.
13140         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13141         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13142         * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
13143         sysdeps/powerpc/power6/wcscpy.c.
13144
13145         * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
13146         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
13147         file.
13148         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
13149         file.
13150         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
13151         file.
13152         * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
13153         multiarch wcsrchr for PPC32.
13154         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13155         multiarch objects.
13156         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13157         (__libc_ifunc_impl_list): Likewise.
13158         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
13159         * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
13160         * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
13161         sysdeps/powerpc/power6/wcsrchr.c.
13162
13163         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
13164         file.
13165         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
13166         file.
13167         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
13168         * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
13169         multiarch wcschr for PPc32.
13170         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
13171         multiarch objects.
13172         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13173         (__libc_ifunc_impl_list): Likewise.
13174         * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
13175         * sysdeps/powerpc/power6/wcschr.c: ... to here.
13176         * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
13177         sysdeps/powerpc/power6/wcschr.c.
13178
13179         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
13180         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
13181         file.
13182         * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
13183         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
13184         file: multiarch strchr for PPC32.
13185         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
13186         multiarch objects.
13187         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13188         (__libc_ifunc_impl_list): Likewise.
13189
13190         * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
13191         name.
13192         * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
13193         file.
13194         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
13195         file.
13196         * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
13197         multiarch strchrnul for PPC32.
13198         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
13199         multiarch objects.
13200         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13201         (__libc_ifunc_impl_list): Likewise.
13202
13203         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
13204         file.
13205         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
13206         multiarch strncasecmp for PPC32.
13207         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
13208         file.
13209         * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
13210         multiarch strncasecmp_l for PPC32.
13211         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
13212         strncasecmp multiarch objects.
13213         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13214         (__libc_ifunc_impl_list): Likewise.
13215
13216         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
13217         file.
13218         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
13219         multiarch strncasecmp for PPC32.
13220         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
13221         New file.
13222         * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
13223         multiarch strcasecmp_l for PPC32.
13224         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
13225         multiarch objects.
13226         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13227         (__libc_ifunc_impl_list): Likewise.
13228
13229         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
13230         file.
13231         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
13232         file.
13233         * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
13234         multiarch strncmp for PPC32.
13235         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
13236         multiarch objects.
13237         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13238         (__libc_ifunc_impl_list): Likewise.
13239
13240         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
13241         * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
13242         file.
13243         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
13244         * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
13245         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
13246         multiarch objects.
13247         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13248         (__libc_ifunc_impl_list): Likewise.
13249
13250         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
13251         file.
13252         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
13253         file.
13254         * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
13255         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
13256         multiarch objects.
13257         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13258         (__libc_ifunc_impl_list): Likewise.
13259
13260         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
13261         file.
13262         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
13263         file.
13264         * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
13265         multiarch rawmemchr for PPC32.
13266         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
13267         multiarch objects.
13268         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13269         (__libc_ifunc_impl_list): Likewise.
13270
13271         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
13272         file.
13273         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
13274         file.
13275         * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
13276         file: memrchr multiarch for PPC32.
13277         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
13278         multiarch objects.
13279         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
13280         (__libc_ifunc_impl_list): Likewise.
13281
13282         * string/memchr.c (__memchr): Using macro to redefine symbol name.
13283         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
13284         file.
13285         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
13286         * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
13287         multiarch memchr for PPC32.
13288         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
13289         multiarch objects.
13290         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13291         (__libc_ifunc_impl_list): Likewise.
13292
13293         * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
13294         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
13295         file.
13296         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
13297         file.
13298         * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
13299         file: multiarch mempcpy for PPC32.
13300         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
13301         multiarch objects.
13302         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13303         (__libc_ifunc_impl_list): Likewise.
13304
13305         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
13306         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
13307         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
13308         * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
13309         multiarch bzero for PPC32.
13310         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
13311         file.
13312         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
13313         file.
13314         * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
13315         * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
13316         file: multiarch memset for PPC32.
13317         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
13318         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
13319         memset multiarch objects.
13320         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13321         (__libc_ifunc_impl_list): Likewise.
13322
13323         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
13324         file.
13325         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
13326         * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
13327         memcmp for PPC32.
13328         * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
13329         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
13330         multiarch objects.
13331         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
13332         (__libc_ifunc_impl_list): Likewise.
13333
13334         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
13335         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
13336         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
13337         file.
13338         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
13339         file.
13340         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
13341         file.
13342         * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
13343         multiarch memcpy for PPC32.
13344         * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
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/Makefile: New file to
13350         support multiarch for POWER/PPC32.
13351         * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
13352         Likewise.
13353         * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
13354         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
13355         Implies file to make multiarch folder appers before the fpu and
13356         default folder for power4 configuration.
13357
13358 2013-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
13359
13360         * scripts/bench.pl: Append volatile keyword to type.
13361
13362 2013-12-05  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
13363
13364         * sysdeps/sh/sotruss-lib.c: New file.
13365         * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
13366
13367 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13368
13369         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13370
13371 2013-12-05  Joseph Myers  <joseph@codesourcery.com>
13372
13373         [BZ #6810]
13374         * math/w_tgamma.c: Include <errno.h>.
13375         (__tgamma): Use __glibc_unlikely.  Set errno on underflow to 0.
13376         * math/w_tgammaf.c: Include <errno.h>.
13377         (__tgammaf): Use __glibc_unlikely.  Set errno on underflow to 0.
13378         * math/w_tgammal.c: Include <errno.h>.
13379         (__tgammal): Use __glibc_unlikely.  Set errno on underflow to 0.
13380         * math/auto-libm-test-in: Do not allow missing errno on tgamma
13381         underflow.  Add more tgamma tests.
13382         * math/auto-libm-test-out: Regenerated.
13383         * sysdeps/i386/fpu/libm-test-ulps: Update.
13384         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13385
13386         * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
13387         sin, sinh, tan, tanh, tgamma, y0 and y1.
13388         * math/auto-libm-test-out: Regenerated.
13389         * math/libm-test.inc (TEST_COND_x86_64): New macro.
13390         (TEST_COND_x86): Likewise.
13391         (M_E2l): Remove macro.
13392         (M_E3l): Likewise.
13393         (M_2_SQRT_PIl): Likewise.
13394         (M_SQRT_PIl): Likewise.
13395         (M_1_DIV_El): Likewise.
13396         (log_test_data): Use AUTO_TESTS_f_f.
13397         (log10_test_data): Likewise.
13398         (log1p_test_data): Likewise.
13399         (log2_test_data): Likewise.
13400         (sin_test_data): Likewise.
13401         (sin_tonearest_test_data): Likewise.
13402         (sin_towardzero_test_data): Likewise.
13403         (sin_downward_test_data): Likewise.
13404         (sin_upward_test_data): Likewise.
13405         (sinh_test_data): Likewise.
13406         (sinh_tonearest_test_data): Likewise.
13407         (sinh_towardzero_test_data): Likewise.
13408         (sinh_downward_test_data): Likewise.
13409         (sinh_upward_test_data): Likewise.
13410         (tan_test_data): Likewise.
13411         (tan_tonearest_test_data): Likewise.
13412         (tan_towardzero_test_data): Likewise.
13413         (tan_downward_test_data): Likewise.
13414         (tan_upward_test_data): Likewise.
13415         (tanh_test_data): Likewise.
13416         (tgamma_test_data): Likewise.
13417         (y0_test_data): Likewise.
13418         (y1_test_data): Likewise.
13419         * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
13420         (special_real_inputs): Add pi/4.
13421         * sysdeps/i386/fpu/libm-test-ulps: Update.
13422         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13423
13424 2013-12-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13425
13426         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
13427         "longjmp_target" static probes.
13428         (__longjmp): Rename to __longjmp_symbol.
13429         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
13430         * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
13431         on which longjmp to generate.
13432         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
13433         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
13434         probe.
13435         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13436         (__sigjmp_save): Rename to __sigjmp_save_symbol.
13437         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
13438         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
13439         and __sigjmp_save_symbol based on which sigsetjmp to generated.
13440         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
13441         * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
13442         __longjmp_symbol based on which __longjmp to generate.
13443         * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
13444         probe.
13445         (setjmp): Rename to setjmp_symbol.
13446         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13447         (_setjmp): Rename to _setjmp_symbol.
13448         (__sigsetjmp): Rename to __sigsetjmp_symbol.
13449         * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
13450         _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
13451         which setjmp to generate.
13452         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
13453         "longjmp_target" static probes.
13454
13455 2013-12-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
13456
13457         * benchtests/README: Add note about output arguments.
13458         * benchtests/bench-sincos.c: Remove file.
13459         * benchtests/sincos-inputs: New file.
13460         * scripts/bench.pl: Identify output arguments and define
13461         static variables for them.
13462
13463         * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
13464
13465         [BZ #15941]
13466         * Makefile (INSTALL): Add install-plain.texi as the primary
13467         dependency.
13468         * manual/install-plain.texi: New file.
13469         * manual/install.texi: Include node directive only for
13470         non-plaintext output.
13471
13472 2013-12-04  Joseph Myers  <joseph@codesourcery.com>
13473
13474         * stdlib/longlong.h: Update from GCC.
13475
13476         [BZ #6807]
13477         [BZ #15901]
13478         * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
13479         * math/w_j0f.c (y0f): Likewise.
13480         * math/w_j0l.c (__y0l): Likewise.
13481         * math/w_j1.c (y1): Likewise.
13482         * math/w_j1f.c (y1f): Likewise.
13483         * math/w_j1l.c (__y1l): Likewise
13484         * math/w_jn.c (yn): Likewise.
13485         * math/w_jnf.c (ynf): Likewise.
13486         * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
13487         Bessel function pole errors in _POSIX_ mode.  Use NAN as return
13488         value for Bessel function domain errors outside _SVID_ mode.
13489         Adjust sign of return value for yn (negative integer, 0).
13490         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
13491         by zero in return for negative x and set sign appropriately for
13492         negative n.
13493         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
13494         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
13495         * math/libm-test.inc (y0_test_data): Add more tests and adjust
13496         expectations in error cases.
13497         (y1_test_data): Likewise.
13498         (yn_test_data): Likewise.
13499         * sysdeps/i386/fpu/libm-test-ulps: Update.
13500         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13501
13502 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13503
13504         * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
13505         "64" to "64-v1".  Add "64-v2".
13506         (abi-64-options): Rename to ...
13507         (abi-64-v1-options): ... this.   Redefine _CALL_ELF.
13508         (abi-64-condition): Rename to ...
13509         (abi-64-v1-condition): ... this.  Add _CALL_ELF check.,
13510         (abi-64-ld-soname): Rename to ...
13511         (abi-64-v1-ld-soname): ... this.
13512         (abi-64-v2-options): Define.
13513         (abi-64-v2-condition): Likewise.
13514         (abi-64-v2-ld-soname): Likewise.
13515         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
13516         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
13517         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
13518         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
13519         * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
13520
13521 2013-11-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13522             Alan Modra  <amodra@gmail.com>
13523
13524         * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
13525         New versions for use with the ELFv2 ABI.
13526         (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
13527         * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
13528         declaration.
13529         (struct La_ppc64v2_retval): Likewise.
13530         (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
13531         (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
13532         * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
13533         to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
13534         (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
13535         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
13536         Do not save or restore CR.
13537         (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
13538         (_dl_profile_resolve): Do no save or restore CR.  Support extended
13539         return values for ELFv2 ABI.  Fix location of FPR return registers.
13540         * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
13541         updated values for _CALL_ELF == 2.
13542         (La_regs, La_retval, int_retval): Likewise.
13543
13544 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13545
13546         * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
13547         (FRAME_MIN_SIZE_PARM): Likewise.
13548         (FRAME_BACKCHAIN): Likewise.
13549         (FRAME_CR_SAVE): Likewise.
13550         (FRAME_LR_SAVE): Likewise.
13551         (FRAME_TOC_SAVE): Likewise.
13552         (FRAME_PARM_SAVE): Likewise.
13553         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
13554         FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
13555         FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13556         (call_mcount_parm_offset): New macro.
13557         (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
13558         (PROF): Use symbolic stack frame offsets.
13559         (TAIL_CALL_SYSCALL_ERROR): Likewise.
13560         * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
13561         Redefine in terms of FRAME_MIN_SIZE.
13562         (_dl_runtime_resolve): Use symbolic stack frame offsets.
13563         (_dl_profile_resolve): Likewise.  Update comment.
13564         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
13565         symbols stack frame offsets.
13566         (__sigsetjmp): Likewise.
13567         * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
13568         * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
13569         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
13570         * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
13571
13572         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
13573         (FRAME_BACKCHAIN): Remove.
13574         (FRAME_CR_SAVE): Likewise.
13575         (FRAME_LR_SAVE): Likewise.
13576         (FRAME_COMPILER_DW): Likewise.
13577         (FRAME_LINKER_DW): Likewise.
13578         (FRAME_TOC_SAVE): Likewise.
13579         (FRAME_PARM_SAVE): Likewise.
13580         (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
13581         (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
13582         (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
13583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
13584         (CHECK_SP): Use symbolic stack frame offsets.
13585         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
13586         zone" instead of caller's parameter save area for temp storage.
13587         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
13588         Likewise.  Also, use symbolic stack frame offsets.
13589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
13590         stackblock): Redefine for _CALL_ELF == 2 to save parameters into
13591         our own stack frame instead of the caller's.
13592         (__socket): Use symbolic stack frame offsets.
13593
13594 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13595             Alan Modra  <amodra@gmail.com>
13596
13597         * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
13598         Define.
13599         (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
13600         (PPC64_LOCAL_ENTRY_OFFSET): Define.
13601         * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
13602         New function.
13603         (elf_machine_fixup_plt): Call it.
13604         (elf_machine_plt_conflict): Likewise.  Add map, sym_map, and
13605         reloc arguments.
13606         (elf_machine_rela): Update call to elf_machine_plt_conflict.
13607         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13608         (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
13609         r2 before calling target.
13610
13611 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13612             Alan Modra  <amodra@gmail.com>
13613
13614         * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
13615         (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
13616         versions of macros to support ELFv2 ABI.
13617         (LOCALENTRY): New macro.
13618         (ENTRY, EALIGN): Use it.
13619         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
13620         * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
13621         fall through into ENTRY entry point.
13622         * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
13623         Only define if _CALL_ELF != 2.
13624
13625         (elf_machine_matches_host): Verify ABI version matches.
13626         (RTLD_START): Use LOCALENTRY.
13627         (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
13628         (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
13629         (PLT_ENTRY_WORDS): New macro.
13630         (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
13631         (elf_machine_runtime_setup): Support ELFv2 ABI.
13632         (elf_machine_fixup_plt): Likewise.
13633         (elf_machine_plt_conflict): Likewise.
13634         (resolve_ifunc): Likewise.
13635         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
13636         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
13637         Likewise.
13638         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
13639         (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
13640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13641         (makecontext): Support ELFv2 ABI.
13642         * elf/elf.h (EF_PPC64_ABI): Define.
13643
13644 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13645
13646         * sysdeps/powerpc/powerpc64/sysdep.h
13647         (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
13648         (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
13649         (ENTRY) [ASSEMBLER]: ... but instead here ...
13650         (EALIGN) [ASSEMBLER]: ... and here.
13651         (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
13652         (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
13653         (ENTRY_2) [!ASSEMBLER]: Use it.
13654         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
13655         ENTRY_2 changes.  Use PPC64_LOAD_FUNCPTR.
13656         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
13657         (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
13658         * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
13659         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
13660         Use PPC64_LOAD_FUNCPTR.
13661
13662         * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
13663
13664 2013-12-04  Alan Modra  <amodra@gmail.com>
13665
13666         * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
13667         (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
13668         (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
13669         (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
13670
13671         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
13672         overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
13673         R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
13674         Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
13675         R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
13676         Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
13677
13678 2013-12-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13679
13680         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
13681         (__makecontext): Fix incorrect CFI when backtracing out of
13682         context created via makecontext.
13683         * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
13684         (__setcontext): Fix incorrect CFI during switch to new context.
13685         (__novec_setcontext): Likewise.
13686
13687 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13688
13689         [BZ #4772]
13690         * time/strptime_l.c (__strptime_internal): Allow modifiers
13691         in strptime.
13692         * time/tst-strptime.c (day_tests): Add testcase.
13693
13694 2013-12-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
13695
13696         * scripts/bench.pl: Skip over blank lines.
13697
13698 2013-12-04  Paul Eggert  <eggert@cs.ucla.edu>
13699
13700         [BZ #926]
13701         * manual/time.texi (Calendar Time): Clarify what timezone functions
13702         use.
13703
13704 2013-12-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13705
13706         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13707
13708 2013-12-04  Ondřej Bílka  <neleai@seznam.cz>
13709
13710         * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
13711         implementation.
13712         * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
13713         * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
13714         * debug/memset_chk.c (__memset_chk): Likewise.
13715         * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
13716         * debug/strncpy_chk.c: Likewise.
13717
13718 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13719
13720         [BZ #15268]
13721         [BZ #15425]
13722         * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
13723         (__ieee754_exp): For possibly underflowing results, check size of
13724         result and force underflow exception if required.
13725         * math/auto-libm-test-in: Add more tests of exp.
13726         * math/auto-libm-test-out: Regenerated.
13727         * sysdeps/i386/fpu/libm-test-ulps: Update.
13728         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13729
13730         [BZ #16283]
13731         * math/w_exp2.c (__exp2): Handle a zero result as underflow.
13732         * math/w_exp2f.c (__exp2f): Likewise.
13733         * math/w_exp2l.c (__exp2l): Likewise.
13734         * math/auto-libm-test-in: Do not allow missing errno on exp2
13735         underflow.
13736         * math/auto-libm-test-out: Regenerated.
13737
13738 2013-12-03  Ondřej Bílka  <neleai@seznam.cz>
13739
13740         [BZ #16274]
13741         * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
13742         handle filename validation.
13743         * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
13744         (do_open): Delete.
13745
13746 2013-12-03  Joseph Myers  <joseph@codesourcery.com>
13747
13748         [BZ #6786]
13749         * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
13750         (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
13751         * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
13752         <float.h>.
13753         (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
13754         * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
13755         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13756         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
13757         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13758         * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
13759         (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
13760         * math/auto-libm-test-in: Don't allow missing errno from erfc.
13761         Add more erfc tests.
13762         * math/auto-libm-test-out: Regenerated.
13763         * sysdeps/i386/fpu/libm-test-ulps: Update.
13764         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13765
13766         * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
13767         exp2, expm1, j0 and j1.
13768         * math/auto-libm-test-out: Regenerated.
13769         * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
13770         (erfc_test_data): Likewise.
13771         (exp_test_data): Likewise.
13772         (exp_tonearest_test_data): Likewise.
13773         (exp_towardzero_test_data): Likewise.
13774         (exp_downward_test_data): Likewise.
13775         (exp_upward_test_data): Likewise.
13776         (exp10_test_data): Likewise.
13777         (exp2_test_data): Likewise.
13778         (expm1_test_data): Likewise.
13779         (j0_test_data): Likewise.
13780         (j1_test_data): Likewise.
13781         * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
13782         (input_flag_type): Add flag_xfail_rounding.
13783         (input_flags): Add xfail-rounding.
13784         (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
13785         (output_for_one_input_case): Handle flag_xfail_rounding.
13786         * sysdeps/i386/fpu/libm-test-ulps: Update.
13787         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13788
13789 2013-12-03  Aurelien Jarno  <aurelien@aurel32.net>
13790
13791         [BZ #16289]
13792         * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
13793         division by 0.
13794
13795 2013-12-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
13796
13797         [BZ #16195]
13798         * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
13799         (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
13800         (STAP_PROBE0): New macro.
13801         (STAP_PROBE1): Likewise.
13802         (STAP_PROBE2): Likewise.
13803         (STAP_PROBE3): Likewise.
13804         (STAP_PROBE4): Likewise.
13805
13806 2013-12-02  Ondřej Bílka  <neleai@seznam.cz>
13807
13808         * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
13809
13810 2013-12-02  Steve Ellcey  <sellcey@mips.com>
13811
13812         * benchtests/Makefile (bench): Add sqrt.
13813         (LDLIBS-bench-sqrt): New.
13814         * benchtests/sqrt-input: New.
13815
13816 2013-12-02  Pavel Simerda  <psimerda@redhat.com>
13817
13818         * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
13819         (GAIH_EAI): Likewise.
13820         (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
13821         (gaih_inet): Likewise.
13822         (getaddrinfo): Don't use GAIH_EAI.
13823
13824         * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
13825         (struct gaih): Remove definition.
13826
13827 2013-12-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
13828
13829         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
13830         Use HERRNOP directly.
13831
13832 2013-12-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
13833
13834         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13835
13836 2013-11-30  Joseph Myers  <joseph@codesourcery.com>
13837
13838         * math/gen-auto-libm-tests.c (test_functions): Add more
13839         single-argument functions.
13840         (special_fill_pi_2): New function.
13841         (special_fill_minus_pi_2): Likewise.
13842         (special_fill_pi_6): Likewise.
13843         (special_fill_minus_pi_6): Likewise.
13844         (special_fill_pi_3): Likewise.
13845         (special_fill_2pi_3): Likewise.
13846         (special_fill_e): Likewise.
13847         (special_fill_1_e): Likewise.
13848         (special_fill_e_minus_1): Likewise.
13849         (special_real_inputs): Add more special inputs.
13850         (output_for_one_input_case): Do not require ERANGE on underflow to
13851         zero if round-to-nearest result does not underflow to zero, unless
13852         exact results required.
13853         * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
13854         atan, atanh, cbrt, cos and cosh.
13855         * math/auto-libm-test-out: Regenerated.
13856         * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
13857         (acos_tonearest_test_data): Likewise.
13858         (acos_towardzero_test_data): Likewise.
13859         (acos_downward_test_data): Likewise.
13860         (acos_upward_test_data): Likewise.
13861         (acosh_test_data): Likewise.
13862         (asin_test_data): Likewise.
13863         (asin_tonearest_test_data): Likewise.
13864         (asin_towardzero_test_data): Likewise.
13865         (asin_upward_test_data): Likewise.
13866         (asinh_test_data): Likewise.
13867         (atan_test_data): Likewise.
13868         (atanh_test_data): Likewise.
13869         (cbrt_test_data): Likewise.
13870         (cos_test_data): Likewise.
13871         (cos_tonearest_test_data): Likewise.
13872         (cos_towardzero_test_data): Likewise.
13873         (cos_downward_test_data): Likewise.
13874         (cos_upward_test_data): Likewise.
13875         (cosh_test_data): Likewise.
13876         (cosh_tonearest_test_data): Likewise.
13877         (cosh_towardzero_test_data): Likewise.
13878         (cosh_downward_test_data): Likewise.
13879         (cosh_upward_test_data): Likewise.
13880         * sysdeps/i386/fpu/libm-test-ulps: Update.
13881         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13882
13883 2013-11-29  Joseph Myers  <joseph@codesourcery.com>
13884
13885         [BZ #6787]
13886         * math/w_exp10.c (__exp10): Handle a zero result as underflow.
13887         * math/w_exp10f.c (__exp10f): Likewise.
13888         * math/w_exp10l.c (__exp10l): Likewise.
13889         * math/libm-test.inc (exp10_test_data): Add more tests and expect
13890         errno settings in existing tests.
13891
13892         [BZ #14032]
13893         * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
13894         precision control set to double precision.
13895         * sysdeps/i386/fpu/w_sqrt.c: New file.
13896         * math/auto-libm-test-in: Add more tests.
13897         * math/auto-libm-test-out: Update.
13898
13899         * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
13900         (sqrt_test_tonearest): New function.
13901         (sqrt_towardzero_test_data): New variable.
13902         (sqrt_test_towardzero): New function.
13903         (sqrt_downward_test_data): New variable.
13904         (sqrt_test_downward): New function.
13905         (sqrt_upward_test_data): New variable.
13906         (sqrt_test_upward): New function.
13907         (main): Call the new functions.
13908
13909         * math/gen-auto-libm-tests.c: New file.
13910         * math/auto-libm-test-in: Likewise.
13911         * math/auto-libm-test-out: New generated file.
13912         * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
13913         variables.
13914         (%beautify): Add generated representations of zero.
13915         (top level): Set $auto_input and call parse_auto_input.
13916         (beautify): Remove trailing "f" from hex float constants.
13917         (parse_args): Handle XFAIL_TEST.
13918         (convert_condition): New function.
13919         (or_value): Likewise.
13920         (or_cond_value): Likewise.
13921         (generate_testfile): Handle AUTO_TESTS_* lines.
13922         (parse_auto_input): New function.
13923         * math/libm-test.inc (XFAIL_TEST): New macro.
13924         (ERRNO_UNCHANGED): Update value.
13925         (ERRNO_EDOM): Likewise.
13926         (ERRNO_ERANGE): Likewise.
13927         (IGNORE_RESULT): Likewise.
13928         (TEST_COND_flt_32): New macro.
13929         (TEST_COND_dbl_64): Likewise.
13930         (TEST_COND_ldbl_96_intel): Likewise.
13931         (TEST_COND_ldbl_96_m68k): Likewise.
13932         (TEST_COND_ldbl_128): Likewise.
13933         (TEST_COND_ldbl_128ibm): Likewise.
13934         (TEST_COND_long32): Likewise.
13935         (TEST_COND_long64): Likewise.
13936         (TEST_COND_before_rounding): Likewise.
13937         (TEST_COND_after_rounding): Likewise.
13938         (enable_test): Handle XFAIL_TEST flag.
13939         (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
13940         with finite results.
13941         * math/Makefile ($(objpfx)libm-test.stmp): Depend on
13942         auto-libm-test-out.
13943
13944 2013-11-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
13945             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
13946
13947         [BZ #16214]
13948         * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
13949         __tls_get_addr_internal instead of __tls_get_offset in order to
13950         avoid GOT pointer dependency.  Make rtld export
13951         __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
13952         __tls_get_addr since we are a __tls_get_offset platform.
13953         * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
13954         GOT pointer being set up before.
13955         * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
13956
13957 2013-11-28  Joseph Myers  <joseph@codesourcery.com>
13958
13959         * manual/math.texi (Errors in Math Functions): Document accuracy
13960         goals.
13961
13962         [BZ #15004]
13963         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
13964         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
13965         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
13966         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
13967         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
13968         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
13969         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
13970         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
13971         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
13972         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
13973         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
13974         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
13975         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
13976         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
13977         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
13978         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
13979
13980         * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
13981         * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
13982         * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
13983         * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
13984         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
13985         Likewise.
13986         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
13987         Likewise.
13988         * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
13989         Likewise.
13990         * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
13991         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
13992         (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
13993         atomic-feupdateenv and flt-rounds.
13994         * sysdeps/powerpc/nofpu/Versions (libc): Add
13995         __atomic_feholdexcept, __atomic_feclearexcept,
13996         __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
13997         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
13998         (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
13999         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
14000         (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
14001         here.
14002         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
14003         Update.
14004
14005         * manual/arith.texi (FP Exceptions): Document that exceptions may
14006         not be raised when matherr is used.
14007         (Math Error Reporting): Document overflow in directed rounding
14008         modes.  Document that errno may not be set when finite values are
14009         returned on overflow.  Document intent to set errno on underflow
14010         only for underflow to zero.
14011
14012         [BZ #16271]
14013         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
14014         round-to-nearest then adjust result for other rounding modes.
14015         * include/fenv.h (fegetround): Use libm_hidden_proto.
14016         * math/fegetround.c (fegetround): Use libm_hidden_def.
14017         * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
14018         * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
14019         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14020         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
14021         Likewise.
14022         * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
14023         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
14024         * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
14025         * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
14026
14027 2013-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14028
14029         [BZ #16077]
14030         * nss/Versions (libnss_files): Add
14031         _nss_files_gethostbyname3_r.
14032         * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
14033         New function.
14034         (HOST_DB_LOOKUP): Remove macro.
14035         (_nss_files_gethostbyname_r): Implement function without the
14036         HOST_DB_LOOKUP macro.
14037         (_nss_files_gethostbyname2_r): Likewise.
14038
14039 2013-11-28  Ondřej Bílka  <neleai@seznam.cz>
14040
14041         * malloc/malloc.c (__libc_calloc): Make memset a tail call.
14042
14043 2013-11-26  Uros Bizjak  <ubizjak@gmail.com>
14044
14045         * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
14046         _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
14047         warning.
14048
14049 2013-11-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14050
14051         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
14052         __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
14053         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14054         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
14055         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
14056         __fe_nomask_env_priv and attribute_hidden.
14057         * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
14058         (libc_feupdateenv_test_ppc): Likewise.
14059         (libc_feresetround_ppc): Likewise.
14060         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14061         (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
14062         compat_symbol macro.
14063         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14064         (__fe_nomask_env): Likewise.
14065         * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
14066
14067 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14068
14069         * string/Makefile: Remove ifunc tests.
14070         * string/test-string.h: Define TEST_IFUNC.
14071         * string/test-bcopy-ifunc.c: Remove.
14072         * string/test-bzero-ifunc.c: Likewise.
14073         * string/test-memccpy-ifunc.c: Likewise.
14074         * string/test-memchr-ifunc.c: Likewise.
14075         * string/test-memcmp-ifunc.c: Likewise.
14076         * string/test-memcpy-ifunc.c: Likewise.
14077         * string/test-memmem-ifunc.c: Likewise.
14078         * string/test-memmove-ifunc.c: Likewise.
14079         * string/test-mempcpy-ifunc.c: Likewise.
14080         * string/test-memrchr-ifunc.c: Likewise.
14081         * string/test-memset-ifunc.c: Likewise.
14082         * string/test-rawmemchr-ifunc.c: Likewise.
14083         * string/test-stpcpy-ifunc.c: Likewise.
14084         * string/test-stpncpy-ifunc.c: Likewise.
14085         * string/test-strcasecmp-ifunc.c: Likewise.
14086         * string/test-strcasestr-ifunc.c: Likewise.
14087         * string/test-strcat-ifunc.c: Likewise.
14088         * string/test-strchr-ifunc.c: Likewise.
14089         * string/test-strchrnul-ifunc.c: Likewise.
14090         * string/test-strcmp-ifunc.c: Likewise.
14091         * string/test-strcpy-ifunc.c: Likewise.
14092         * string/test-strcspn-ifunc.c: Likewise.
14093         * string/test-strlen-ifunc.c: Likewise.
14094         * string/test-strncasecmp-ifunc.c: Likewise.
14095         * string/test-strncat-ifunc.c: Likewise.
14096         * string/test-strncmp-ifunc.c: Likewise.
14097         * string/test-strncpy-ifunc.c: Likewise.
14098         * string/test-strnlen-ifunc.c: Likewise.
14099         * string/test-strpbrk-ifunc.c: Likewise.
14100         * string/test-strrchr-ifunc.c: Likewise.
14101         * string/test-strspn-ifunc.c: Likewise.
14102         * string/test-strstr-ifunc.c: Likewise.
14103
14104 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14105
14106         * benchtests/Makefile: Remove ifunc tests.
14107         * benchtests/bench-string.h: Define TEST_IFUNC.
14108         * benchtests/bench-bcopy-ifunc.c: Remove.
14109         * benchtests/bench-bzero-ifunc.c: Likewise.
14110         * benchtests/bench-memccpy-ifunc.c: Likewise.
14111         * benchtests/bench-memchr-ifunc.c: Likewise.
14112         * benchtests/bench-memcmp-ifunc.c: Likewise.
14113         * benchtests/bench-memcpy-ifunc.c: Likewise.
14114         * benchtests/bench-memmem-ifunc.c: Likewise.
14115         * benchtests/bench-memmove-ifunc.c: Likewise.
14116         * benchtests/bench-mempcpy-ifunc.c: Likewise.
14117         * benchtests/bench-memrchr-ifunc.c: Likewise.
14118         * benchtests/bench-memset-ifunc.c: Likewise.
14119         * benchtests/bench-rawmemchr-ifunc.c: Likewise.
14120         * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
14121         * benchtests/bench-stpcpy-ifunc.c: Likewise.
14122         * benchtests/bench-stpncpy-ifunc.c: Likewise.
14123         * benchtests/bench-strcasecmp-ifunc.c: Likewise.
14124         * benchtests/bench-strcasestr-ifunc.c: Likewise.
14125         * benchtests/bench-strcat-ifunc.c: Likewise.
14126         * benchtests/bench-strchr-ifunc.c: Likewise.
14127         * benchtests/bench-strchrnul-ifunc.c: Likewise.
14128         * benchtests/bench-strcmp-ifunc.c: Likewise.
14129         * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
14130         * benchtests/bench-strcpy-ifunc.c: Likewise.
14131         * benchtests/bench-strcspn-ifunc.c: Likewise.
14132         * benchtests/bench-strlen-ifunc.c: Likewise.
14133         * benchtests/bench-strncasecmp-ifunc.c: Likewise.
14134         * benchtests/bench-strncat-ifunc.c: Likewise.
14135         * benchtests/bench-strncmp-ifunc.c: Likewise.
14136         * benchtests/bench-strncpy-ifunc.c: Likewise.
14137         * benchtests/bench-strnlen-ifunc.c: Likewise.
14138         * benchtests/bench-strpbrk-ifunc.c: Likewise.
14139         * benchtests/bench-strrchr-ifunc.c: Likewise.
14140         * benchtests/bench-strsep-ifunc.c: Likewise.
14141         * benchtests/bench-strspn-ifunc.c: Likewise.
14142         * benchtests/bench-strstr-ifunc.c: Likewise.
14143
14144 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14145
14146         * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
14147
14148 2013-11-26  Ondřej Bílka  <neleai@seznam.cz>
14149
14150         * resolv/netdb.h: Use __glibc_reserved instead __unused.
14151         * rt/aio.h: Likewise.
14152         * sysdeps/gnu/bits/utmp.h: Likewise.
14153         * sysdeps/gnu/bits/utmpx.h: Likewise.
14154         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
14155         * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
14156         * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
14157         * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
14158         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
14159         * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
14160         * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
14161         * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
14162         * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
14163         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
14164         * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
14165         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
14166         * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
14167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
14168         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
14169         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
14170         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
14171         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
14172         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
14173         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
14174         * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
14175         * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
14176         * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
14177         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
14178         * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
14179         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
14180         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
14181         * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
14182         * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
14183         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
14184         * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
14185         * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
14186         * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
14187         * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
14188         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
14189         * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
14190         * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
14191         * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
14192         * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
14193         * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
14194         * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
14195         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
14196
14197 2013-11-25  Carlos O'Donell  <carlos@redhat.com>
14198
14199         [BZ #16245]
14200         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
14201         Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
14202
14203 2013-11-25  Joseph Myers  <joseph@codesourcery.com>
14204
14205         * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
14206         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
14207         Likewise.
14208
14209 2013-11-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14210
14211         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
14212         SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
14213         * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
14214         (__fesetround): Remove define.
14215         * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
14216         rounding and exceptions handling.
14217         * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
14218         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
14219         (__fe_nomask_env): Likewise.
14220         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
14221         __fegetround instead of fegetround.
14222         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
14223         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
14224
14225 2013-11-21  Roland McGrath  <roland@hack.frob.com>
14226
14227         * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
14228         it's there.
14229
14230         * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
14231
14232 2013-11-21  Meador Inge  <meadori@codesourcery.com>
14233
14234         [BZ #11157]
14235         * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
14236         (encrypt_r): Likewise.
14237         * malloc/obstack.h (obstack_free): Likewise.
14238         * posix/unistd.h (encrypt): Likewise.
14239
14240 2013-11-21  Guy Martin  <gmsoft@tuxicoman.be>
14241
14242         * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
14243         DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
14244         DL_CALL_DT_FINI() that call the functions directly.
14245         * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
14246         * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
14247         * elf/dl-fini.c: Likewise.
14248
14249 2013-11-20  Ondřej Bílka  <neleai@seznam.cz>
14250
14251         * malloc/hooks.c (memalign_check): Add alignment rounding.
14252         * malloc/malloc.c (_mid_memalign): New function.
14253         (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
14254         Implement by calling _mid_memalign.
14255         * manual/probes.texi (Memory Allocation Probes): Remove
14256         memory_valloc_retry and memory_pvalloc_retry.
14257
14258 2013-11-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
14259
14260         * locale/programs/locarchive.c (open_archive): Add const
14261         qualifier to ARCHIVEFNAME and copy default fname to
14262         DEFAULT_FNAME.
14263
14264         [BZ #15601]
14265         * libio/tst-widetext.input: Rename Oriya to Odia.
14266         * locale/iso-639.def: Likewise.
14267
14268         * manual/probes.texi (Mathematical Function Probes): Add
14269         documentation for sin, cos, asin and acos probes.
14270         * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
14271         (__sin32): Add slowasin probe.
14272         (__cos32): Add slowacos probe.
14273         (__mpsin): Add slowsin probe.
14274         (__mpcos): Add slowcos probe.
14275
14276 2013-11-19  Joseph Myers  <joseph@codesourcery.com>
14277
14278         [BZ #15483]
14279         * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
14280         thread-local __sim_exceptions_thread and global
14281         __sim_exceptions_global.
14282         (__sim_disabled_exceptions): Change to thread-local
14283         __sim_disabled_exceptions_thread and global
14284         __sim_disabled_exceptions_global.
14285         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14286         and global __sim_round_mode_global.
14287         (__simulate_exceptions): Use thread-local floating-point state and
14288         set global state from it as needed.
14289         * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
14290         __sim_exceptions_thread, __sim_disabled_exceptions_thread and
14291         __sim_round_mode_thread.
14292         * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
14293         (__sim_exceptions): Change to thread-local __sim_exceptions_thread
14294         and global __sim_exceptions_global.
14295         (__sim_disabled_exceptions): Change to thread-local
14296         __sim_disabled_exceptions_thread and global
14297         __sim_disabled_exceptions_global.
14298         (__sim_round_mode): Change to thread-local __sim_round_mode_thread
14299         and global __sim_round_mode_global.
14300         [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
14301         (SIM_SET_GLOBAL): Likewise.
14302         * sysdeps/powerpc/soft-fp/sfp-machine.h
14303         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
14304         __sim_round_mode_thread.
14305         [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
14306         __sim_disabled_exceptions_thread.
14307         (__sim_exceptions): Change to __sim_exceptions_thread.
14308         (__sim_disabled_exceptions): Change to
14309         __sim_disabled_exceptions_thread.
14310         (__sim_round_mode): Change to __sim_round_mode_thread.
14311         * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
14312         thread-local floating-point state and set global state from it as
14313         needed.
14314         * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
14315         * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
14316         (__sim_disabled_exceptions): Remove extern declaration.
14317         (feenableexcept): Use thread-local floating-point state and set
14318         global state from it as needed.
14319         * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
14320         extern declaration.
14321         (__sim_disabled_exceptions): Likewise.
14322         (__sim_round_mode): Likewise.
14323         (__fegetenv): Use thread-local floating-point state.
14324         * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
14325         * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
14326         * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
14327         floating-point state and set global state from it as needed.
14328         * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
14329         * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
14330         * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
14331         Likewise.
14332         * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
14333         * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
14334         Likewise.
14335         sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
14336         * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
14337         Use __sim_round_mode_thread.
14338         * math/test-fenv-tls.c: New file.
14339         * math/Makefile (tests): Add test-fenv-tls.
14340         ($(objpfx)test-fenv-tls): Depend on
14341         $(common-objpfx)nptl/libpthread.so.
14342
14343 2013-11-19  Andreas Schwab  <schwab@suse.de>
14344
14345         * locale/programs/locale.c (show_info): Decode wordarray elements.
14346         * locale/categories.def (LC_MONETARY): Add element for
14347         _NL_MONETARY_CRNCYSTR.
14348         * locale/C-monetary.c (conversion_rate): New variable.
14349         (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
14350         element.
14351
14352 2013-11-18  Chris Metcalf  <cmetcalf@tilera.com>
14353
14354         * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
14355         Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
14356
14357 2013-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
14358
14359         * elf/Makefile (tst-auxv): New test.
14360         * elf/tst-auxv.c: New
14361         * elf/rtld.c (dl_main): Adjust AT_EXECFN
14362
14363 2013-11-18  Joseph Myers  <joseph@codesourcery.com>
14364
14365         * include/libc-symbols.h (__hidden_proto): Add argument "thread".
14366         (hidden_proto): Caller changed.
14367         (hidden_tls_proto): New macro.
14368         (libc_hidden_tls_proto): Likewise.
14369         (rtld_hidden_tls_proto): Likewise.
14370         (libm_hidden_tls_proto): Likewise.
14371         (libresolv_hidden_tls_proto): Likewise.
14372         (librt_hidden_tls_proto): Likewise.
14373         (libdl_hidden_tls_proto): Likewise.
14374         (libnss_files_hidden_tls_proto): Likewise.
14375         (libnsl_hidden_tls_proto): Likewise.
14376         (libnss_nisplus_hidden_tls_proto): Likewise.
14377         (libutil_hidden_tls_proto): Likewise.
14378
14379 2013-11-18  Ondřej Bílka  <neleai@seznam.cz>
14380
14381         [BZ #10253]
14382         * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
14383         (decompose_rpath): Defer expansion to fillin_rpath.
14384         (_dl_init_paths): Pass linkmap to fillin_rpath.
14385
14386 2013-11-18  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
14387
14388         * benchtests/Makefile: Add strsep.
14389         * benchtests/bench-strsep.c: New file: strsep benchtest.
14390         * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
14391
14392 2013-11-18  Andreas Schwab  <schwab@suse.de>
14393
14394         * locale/programs/locale.c (show_info) [case byte]: Check for
14395         '\377' instead of '\177'.
14396         * locale/C-monetary.c (not_available): Always use "\377".
14397         * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
14398         unspecified p_sign_posn and n_sign_posn.  Check for '\377' to
14399         detect unavailable sign_posn locale elements.
14400         * locale/localeconv.c (__localeconv): For grouping and
14401         mon_grouping handle "\177" and "\377" like no grouping.
14402         (INT_ELEM): New macro.  Use it to set all numeric members.
14403         * locale/programs/ld-monetary.c (monetary_read)
14404         <tok_mon_grouping>: Normalize single -1 to the empty string.
14405         * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
14406         Likewise.
14407
14408 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14409
14410         [BZ #16055]
14411         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
14412         when we match (nil).
14413         * stdio-common/tst-sscanf.c (struct test): Add testcase.
14414
14415 2013-11-16  Joseph Myers  <joseph@codesourcery.com>
14416
14417         * math/libm-test.inc (TEST_NAN_SIGN): New macro.
14418         (NO_TEST_INLINE): Update value.
14419         (ERRNO_UNCHANGED): Likewise.
14420         (ERRNO_EDOM): Likewise.
14421         (ERRNO_ERANGE): Likewise.
14422         (IGNORE_RESULT): Likewise.
14423         (check_float_internal): Check signs of NaN results if
14424         TEST_NAN_SIGN used.
14425         (check_complex): Pass TEST_NAN_SIGN flag through to second
14426         check_float_internal call.
14427         (copysign_test_data): Add tests with quiet NaNs as second
14428         argument.  Use TEST_NAN_SIGN.
14429         (fabs_test_data): Add test of negative quiet NaN argument.  Use
14430         TEST_NAN_SIGN.
14431         (signbit_test_data): Add tests of quiet NaN argument.
14432         * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
14433
14434         * math/gen-libm-test.pl (show_exceptions): Take extra argument
14435         $ignore_result.
14436         (parse_args): Handle function results specified as IGNORE.
14437         * math/libm-test.inc (IGNORE_RESULT): New macro.
14438         (check_float_internal): Do not check numerical result if flag
14439         IGNORE_RESULT set.
14440         (check_complex): Pass through IGNORE_RESULT to second
14441         check_float_internal call.
14442         (check_int): Do not check numerical result if flag IGNORE_RESULT
14443         set.
14444         (check_long): Likewise.
14445         (check_bool): Likewise.
14446         (check_longlong): Likewise.
14447         (lrint_test_data): Add tests of infinite and NaN arguments.
14448         (lrint_tonearest_test_data): Likewise.
14449         (lrint_towardzero_test_data): Likewise.
14450         (lrint_downward_test_data): Likewise.
14451         (lrint_upward_test_data): Likewise.
14452         (llrint_test_data): Likewise.
14453         (llrint_tonearest_test_data): Likewise.
14454         (llrint_towardzero_test_data): Likewise.
14455         (llrint_downward_test_data): Likewise.
14456         (llrint_upward_test_data): Likewise.
14457         (lround_test_data): Likewise.
14458         (llround_test_data): Likewise.
14459
14460         * math/libm-test.inc (NO_TEST_INLINE): New macro.
14461         (ERRNO_UNCHANGED): Update value.
14462         (ERRNO_EDOM): Likewise.
14463         (ERRNO_ERANGE): Likewise.
14464         (NO_TEST_INLINE_FLOAT): New macro.
14465         (NO_TEST_INLINE_DOUBLE): Likewise.
14466         (enable_test): New function.
14467         (RUN_TEST_f_f): Check enable_test before running test.
14468         (RUN_TEST_2_f): Likewise.
14469         (RUN_TEST_fff_f): Likewise.
14470         (RUN_TEST_c_f): Likewise.
14471         (RUN_TEST_f_f1): Likewise.
14472         (RUN_TEST_fF_f1): Likewise.
14473         (RUN_TEST_fI_f1): Likewise.
14474         (RUN_TEST_ffI_f1): Likewise.
14475         (RUN_TEST_c_c): Likewise.
14476         (RUN_TEST_cc_c): Likewise.
14477         (RUN_TEST_f_i): Likewise.
14478         (RUN_TEST_f_i_tg): Likewise.
14479         (RUN_TEST_ff_i_tg): Likewise.
14480         (RUN_TEST_f_b): Likewise.
14481         (RUN_TEST_f_b_tg): Likewise.
14482         (RUN_TEST_f_l): Likewise.
14483         (RUN_TEST_f_L): Likewise.
14484         (RUN_TEST_fFF_11): Likewise.
14485         (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
14486         conditionals.
14487         (cosh_test_data): Likewise.
14488         (exp_test_data): Likewise.
14489         (expm1_test_data): Likewise.
14490         (hypot_test_data): Likewise.
14491         (pow_test_data): Likewise.
14492         (sinh_test_data): Likewise.
14493         (tanh_test_data): Likewise.
14494         * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
14495         flags argument.
14496
14497         * libm-test.inc (acos_test_data): Disallow inexact exceptions for
14498         tests with quiet NaN input and output.
14499         (acosh_test_data): Likewise.
14500         (asin_test_data): Likewise.
14501         (asinh_test_data): Likewise.
14502         (atan_test_data): Likewise.
14503         (atanh_test_data): Likewise.
14504         (atan2_test_data): Likewise.
14505         (cbrt_test_data): Likewise.
14506         (cos_test_data): Likewise.
14507         (cosh_test_data): Likewise.
14508         (erf_test_data): Likewise.
14509         (erfc_test_data): Likewise.
14510         (exp_test_data): Likewise.
14511         (exp10_test_data): Likewise.
14512         (exp2_test_data): Likewise.
14513         (expm1_test_data): Likewise.
14514         (hypot_test_data): Likewise.
14515         (j0_test_data): Likewise.
14516         (j1_test_data): Likewise.
14517         (jn_test_data): Likewise.
14518         (lgamma_test_data): Likewise.
14519         (log_test_data): Likewise.
14520         (log10_test_data): Likewise.
14521         (log1p_test_data): Likewise.
14522         (log2_test_data): Likewise.
14523         (pow_test_data): Likewise.
14524         (scalb_test_data): Likewise.
14525         (sin_test_data): Likewise.
14526         (sincos_test_data): Likewise.
14527         (sinh_test_data): Likewise.
14528         (tan_test_data): Likewise.
14529         (tanh_test_data): Likewise.
14530         (tgamma_test_data): Likewise.
14531         (y0_test_data): Likewise.
14532         (y1_test_data): Likewise.
14533         (yn_test_data): Likewise.
14534
14535         [BZ #16167]
14536         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
14537         argument being NaN and avoid computations with second argument in
14538         that case.
14539         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
14540         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
14541         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
14542
14543 2013-11-15  Arun Kumar Pyasi <arun@chitwanix.com>
14544
14545         * locale/iso-639.def: Add Chitwani Tharu (the).
14546
14547 2013-11-14  Andreas Schwab  <schwab@suse.de>
14548
14549         * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
14550         word instead of empty string.
14551
14552 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14553
14554         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14555         (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
14556         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14557         (__fe_nomask_env): Likewise.
14558
14559 2013-11-13  Steve Ellcey  <sellcey@mips.com>
14560
14561         * benchtests/bench-timing.h: Include time.h.
14562
14563 2013-11-13  H.J. Lu  <hongjiu.lu@intel.com>
14564
14565         [BZ #15997]
14566         * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
14567         to 3.4.0 for x32.
14568         * sysdeps/unix/sysv/linux/configure: Regenerated.
14569
14570 2013-11-13  Joseph Myers  <joseph@codesourcery.com>
14571
14572         [BZ #16151]
14573         * stdlib/strtod_l.c (round_and_return): Do not consider
14574         retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
14575         exponent one less than half the least subnormal exponent.
14576         * stdlib/test-strtod-round-data: Add more tests.
14577         * stdlib/tst-strtod-round.c (tests): Regenerated.
14578
14579 2013-11-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14580
14581         [BZ #14143]
14582         * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
14583         (__fe_mask_env): Likewise.
14584         * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
14585         libm_hidden_proto and add function prototype.
14586         (__fe_mask_env): Add function prototype.
14587         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
14588         (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
14589         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
14590         (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
14591         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
14592         (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
14593
14594 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14595
14596         * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
14597         set reference_name to "" to avoid passing NULL to DSO_FILENAME.
14598
14599 2013-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
14600
14601         * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
14602         of htab_find_slot().
14603
14604 2013-11-11  David S. Miller  <davem@davemloft.net>
14605
14606         [BZ #16150]
14607         * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
14608         symbol in the non-vis3 case in static builds.
14609         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
14610         * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
14611         * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
14612         * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
14613
14614 2013-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14615
14616         [BZ #387]
14617         * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
14618         it is empty.
14619
14620 2013-11-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14621
14622         * benchtests/Makefile: Add bench-strtod.
14623         * benchtests/bench-strtod.c: New file: strtod benchtest
14624
14625 2013-11-11  Andreas Schwab  <schwab@suse.de>
14626
14627         [BZ #16153]
14628         * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
14629         terminating NUL in key length.
14630
14631 2013-11-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14632
14633         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
14634         Add artificial ODP entry for vDSO symbol for PPC64.
14635         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
14636         * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
14637
14638 2013-11-07  Ondřej Bílka  <neleai@seznam.cz>
14639
14640         [BZ #15374]
14641         * nss/getent.c (services_keys): Recognize services starting with digit.
14642
14643 2013-11-06  David S. Miller  <davem@davemloft.net>
14644
14645         [BZ #15985]
14646         * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
14647         on pre-v9 cpus, use a fnegs+fmovs sequence instead.
14648
14649 2013-11-06  Will Newton  <will.newton@linaro.org>
14650
14651         * manual/memory.texi (Malloc Examples): Remove register
14652         keyword from examples.
14653
14654 2013-11-04  Chris Leonard  <cjl@sugarlabs.org>
14655
14656         * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
14657
14658 2013-11-04  Joseph Myers  <joseph@codesourcery.com>
14659
14660         [BZ #6981]
14661         * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
14662         depending on [__GCC_IEC_559 > 0].
14663         [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
14664         depending on [__GCC_IEC_559_COMPLEX > 0].
14665
14666 2013-11-03  Chris Leonard  <cjl@sugarlabs.org>
14667
14668         * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
14669         to iso-639.def.
14670
14671 2013-11-03  Ondřej Bílka  <neleai@seznam.cz>
14672
14673         * elf/rtld.c: Remove unused NONTLS_INIT_TP.
14674
14675 2013-11-01  Ondřej Bílka  <neleai@seznam.cz>
14676
14677         [BZ #16112]
14678         * malloc/malloc (malloc_info): Do not handle first bin as
14679         special case.
14680
14681 2013-11-01  Chris Leonard  <cjl@sugarlabs.org>
14682
14683         * locale/iso-639.def: Add Central Nahuatl (nhn).
14684
14685 2013-11-01  Bruno Haible  <bruno@clisp.org>
14686
14687         [BZ #7003]
14688         * manual/math.texi (BSD Random): Specify range upper bound as
14689         in POSIX.
14690
14691 2013-10-31  Chris Leonard  <cjl@sugarlabs.org>
14692
14693         * locale/iso-639.def: Add Meadow Mari (mhr).
14694
14695 2013-10-31  Ondřej Bílka  <neleai@seznam.cz>
14696
14697         [BZ #14752], [BZ #15763]
14698         * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
14699         Validate name.
14700         * rt/tst_shm.c: Add test for escaping directory.
14701
14702 2013-10-31  Andreas Schwab  <schwab@suse.de>
14703
14704         [BZ #15917]
14705         * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
14706         followed by 'x' as part of digit sequence.
14707         * stdio-common/tst-sscanf.c (double_tests2): New tests.
14708
14709 2013-10-31  Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
14710
14711         [BZ #16037]
14712         * configure.ac: allow GNU Make 4.0 and greater.
14713         * configure: Regenerated.
14714
14715 2013-10-30  Will Newton  <will.newton@linaro.org>
14716
14717         [BZ #16038]
14718         * malloc/hooks.c (memalign_check): Limit alignment to the
14719         maximum representable power of two.
14720         * malloc/malloc.c (__libc_memalign): Likewise.
14721         * malloc/tst-memalign.c (do_test): Add test for very
14722         large alignment values.
14723         * malloc/tst-posix_memalign.c (do_test): Likewise.
14724
14725 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14726
14727         [BZ #11087]
14728         * malloc/malloc.c (sysmalloc): Compute statistics atomically.
14729         (munmap_chunk): Likewise.
14730         (mremap_chunk): Likewise.
14731
14732 2013-10-30  Ondřej Bílka  <neleai@seznam.cz>
14733
14734         [BZ #15799]
14735         * stdlib/div.c (div): Remove obsolete code.
14736         * stdlib/ldiv.c (ldiv): Likewise.
14737         * stdlib/lldiv.c (lldiv): Likewise.
14738
14739 2013-10-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
14740
14741         [BZ #16071]
14742         * nss/nss_files/files-XXX.c (get_contents_ret): New
14743         enumerator.
14744         (get_contents): New function.
14745         (internal_getent): Use it.  Expand size of LINEBUFLEN.
14746
14747 2013-10-30  Mike Frysinger  <vapier@gentoo.org>
14748
14749         * configure.in: Moved to ...
14750         * configure.ac: ... here. Change reference to configure.in
14751         to configure.ac.
14752         * sysdeps/arm/preconfigure.ac: ... here.
14753         configure.in to configure.ac.
14754         * sysdeps/gnu/configure.in: Moved to ...
14755         * sysdeps/gnu/configure.ac: ... here.
14756         * sysdeps/i386/configure.in: Moved to ...
14757         * sysdeps/i386/configure.ac: ... here.
14758         * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
14759         * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
14760         * sysdeps/mach/configure.in: Moved to ...
14761         * sysdeps/mach/configure.ac: ... here.
14762         * sysdeps/mach/hurd/configure.in: Moved to ...
14763         * sysdeps/mach/hurd/configure.ac: ... here.
14764         * sysdeps/powerpc/configure.in: Moved to ...
14765         * sysdeps/powerpc/configure.ac: ... here.
14766         * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
14767         * sysdeps/powerpc/powerpc32/configure.ac: ... here.
14768         * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
14769         * sysdeps/powerpc/powerpc64/configure.ac: ... here.
14770         * sysdeps/s390/s390-32/configure.in: Moved to ...
14771         * sysdeps/s390/s390-32/configure.ac: ... here.
14772         * sysdeps/s390/s390-64/configure.in: Moved to ...
14773         * sysdeps/s390/s390-64/configure.ac: ... here.
14774         * sysdeps/sh/configure.in: Moved to ...
14775         * sysdeps/sh/configure.ac: ... here.
14776         * sysdeps/sparc/configure.in: Moved to ...
14777         * sysdeps/sparc/configure.ac: ... here.
14778         * sysdeps/unix/sysv/linux/configure.in: Moved to ...
14779         * sysdeps/unix/sysv/linux/configure.ac: ... here.
14780         * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
14781         * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
14782         * sysdeps/x86_64/configure.in: Moved to ...
14783         * sysdeps/x86_64/configure.ac: ... here.
14784         * sysdeps/x86_64/preconfigure.in: Moved to ...
14785         * sysdeps/x86_64/preconfigure.ac: ... here.
14786         * aclocal.m4: Change reference to configure.in to configure.ac.
14787         * config.h.in: Likewise.
14788         * manual/install.texi: Likewise.
14789         * manual/maint.texi: Likewise.
14790         * Makefile: Likewise.
14791         * malloc/Makefile: Likewise.
14792         * nscd/Makefile: Likewise.
14793         * Makeconfig: Change reference to configure.in and
14794         preconfigure.in to configure.ac and preconfigure.ac
14795         respectively.
14796         * INSTALL: Regenerated.
14797         * configure: Likewise.
14798         * sysdeps/gnu/configure: Likewise.
14799         * sysdeps/i386/configure: Likewise.
14800         * sysdeps/ieee754/ldbl-opt/configure: Likewise.
14801         * sysdeps/mach/configure: Likewise.
14802         * sysdeps/mach/hurd/configure: Likewise.
14803         * sysdeps/powerpc/configure: Likewise.
14804         * sysdeps/powerpc/powerpc32/configure: Likewise.
14805         * sysdeps/powerpc/powerpc64/configure: Likewise.
14806         * sysdeps/s390/s390-32/configure: Likewise.
14807         * sysdeps/s390/s390-64/configure: Likewise.
14808         * sysdeps/sh/configure: Likewise.
14809         * sysdeps/sparc/configure: Likewise.
14810         * sysdeps/unix/sysv/linux/configure: Likewise.
14811         * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
14812         * sysdeps/x86_64/configure: Likewise.
14813         * sysdeps/x86_64/preconfigure: Likewise.
14814
14815 2013-10-29  Andreas Schwab  <schwab@suse.de>
14816
14817         * stdio-common/Makefile (tst-swscanf-ENV): Define.
14818
14819 2013-10-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
14820
14821         * benchtests/pow-inputs: Add new inputs.
14822
14823         * benchtests/exp-inputs: Add new inputs.
14824
14825         * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
14826         conditional check for return value.
14827         (__cos32): Likewise.
14828
14829 2013-10-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
14830
14831         * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
14832         to provide a boost for large inputs with word alignment.
14833         * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
14834         implementation based on optimized PPC64 strcpy.
14835         * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
14836         strcpy for PPC64/POWER7 based on both doubleword and word load/store.
14837         * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
14838         stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
14839
14840 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14841
14842         [BZ #2801]
14843         * manual/socket.texi (Host Names): Fix gethostbyname_r example.
14844
14845 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14846
14847         [BZ #14876]
14848         * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
14849         * time/tst-strptime.c (day_tests): Add testcase.
14850
14851 2013-10-25   Ondřej Bílka  <neleai@seznam.cz>
14852
14853         [BZ #14029]
14854         * manual/pattern.texi: Acknowledge that fnmatch can fail.
14855
14856 2013-10-25  Fabrice Bauzac  <fbauzac@debian71.nce.amadeus.net>
14857
14858         [BZ #16074]
14859         * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
14860         MAP_FAILED on error.
14861
14862 2013-10-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
14863
14864         [BZ #16072]
14865         * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
14866         heap for large requests.
14867
14868 2013-10-25  Aurelien Jarno  <aurelien@aurel32.net>
14869
14870         [BZ #9954]
14871         * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
14872         result if the result has no associated interface.
14873         * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
14874         interface for all 127.X.Y.Z addresses.
14875
14876 2013-10-24  Chris Leonard  <cjl@sugarlabs.org>
14877
14878         * locale/iso-639.def: Add Ligurian (lij)
14879
14880 2013-10-21  Ondřej Bílka  <neleai@seznam.cz>
14881
14882         [BZ #15825]
14883         * sunrpc/rpc_main.c: Document rpcgen -5.
14884
14885 2013-10-19  Michael Stahl  <mstahl@redhat.com>
14886
14887         * elf/rtld.c (do_preload): Print the reason why preloading failed.
14888
14889 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14890
14891         [BZ #10278]
14892         * posix/glob.c: Match only directories when trailing slash is present.
14893         * posix/tst-gnuglob.c (my_opendir): Do not open files.
14894         (main): Add testcase.
14895
14896 2013-10-19  Ondřej Bílka  <neleai@seznam.cz>
14897
14898         [BZ #15670]
14899         * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
14900
14901 2013-10-18  Carlos O'Donell  <carlos@redhat.com>
14902
14903         * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
14904         AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
14905         AUTH_DES and cindex for FIPS 140-2.
14906         (DES Encryption): Add cindex FIPS 46-3.
14907
14908         * locale/locarchive.h (struct locarhandle): Add fname.
14909         * locale/programs/localedef.c (main): Pass ARGV[remaining]
14910         if an optional argument was specified to --list-archive,
14911         otherwise NULL.
14912         * locale/programs/locarchive.c (show_archive_content): Take new
14913         argument fname and pass it via ah.fname to open_archive.
14914         * locale/programs/localedef.h: Update decl.
14915         (open_archive): If AH->fname is non-null, open that file
14916         rather than the default file name, and don't ignore ENOENT.
14917         (create_archive): Set AH.fname to NULL.
14918         (delete_locales_from_archive): Likewise.
14919         (add_locales_to_archive): Likewise.
14920         * locale/programs/locfile.c (write_all_categories): Likewise.
14921
14922 2013-10-18  Joseph Myers  <joseph@codesourcery.com>
14923             Aldy Hernandez  <aldyh@redhat.com>
14924
14925         * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
14926         * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
14927         * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
14928         * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
14929         * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
14930         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
14931         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
14932         * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
14933         * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
14934         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
14935         * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
14936         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
14937         * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
14938         * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
14939         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
14940         Likewise.
14941         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
14942         Likewise.
14943         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
14944         Likewise.
14945         * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
14946         Likewise.
14947         * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
14948         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
14949         Likewise.
14950         * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
14951         * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
14952         * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
14953         * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
14954         Likewise.
14955         * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
14956         * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
14957         * sysdeps/powerpc/preconfigure: Likewise.
14958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
14959         Likewise.
14960         * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
14961         Replace contents of file by #include of <fenv_libc.h>.
14962         * sysdeps/powerpc/soft-fp/sfp-machine.h
14963         [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
14964         and <sys/prctl.h>.
14965         [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
14966         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
14967         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
14968         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
14969         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
14970         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
14971         [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
14972         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
14973         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
14974         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
14975         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
14976         [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
14977         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
14978         Allow copysignl PLT reference to be missing.
14979
14980 2013-10-18  Richard Sandiford  <richard@codesourcery.com>
14981             Joseph Myers  <joseph@codesourcery.com
14982
14983         [BZ #15948]
14984         * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
14985         single character.
14986         (add_to_tablewc): Assert sequence of wide characters is nonempty.
14987
14988 2013-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
14989
14990         * elf/tst-tls-dlinfo.c: Don't include tls.h.
14991         * elf/tst-tls1.c: Likewise.
14992         * elf/tst-tls10.h: Likewise.
14993         * elf/tst-tls14.c: Likewise.
14994         * elf/tst-tls2.c: Likewise.
14995         * elf/tst-tls3.c: Likewise.
14996         * elf/tst-tls4.c: Likewise.
14997         * elf/tst-tls5.c: Likewise.
14998         * elf/tst-tls6.c: Likewise.
14999         * elf/tst-tls7.c: Likewise.
15000         * elf/tst-tls8.c: Likewise.
15001         * elf/tst-tls9.c: Likewise.
15002         * elf/tst-tlsmod1.c: Likewise.
15003         * elf/tst-tlsmod13.c: Likewise.
15004         * elf/tst-tlsmod13a.c: Likewise.
15005         * elf/tst-tlsmod14a.c: Likewise.
15006         * elf/tst-tlsmod16a.c: Likewise.
15007         * elf/tst-tlsmod16b.c: Likewise.
15008         * elf/tst-tlsmod2.c: Likewise.
15009         * elf/tst-tlsmod3.c: Likewise.
15010         * elf/tst-tlsmod4.c: Likewise.
15011         * elf/tst-tlsmod5.c: Likewise.
15012         * elf/tst-tlsmod6.c: Likewise.
15013
15014 2013-10-18  Ondřej Bílka  <neleai@seznam.cz>
15015
15016         [BZ #12486]
15017         * malloc/malloc.c: remove checks for statistics.
15018
15019 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15020
15021         [BZ #15277]
15022         * inet/inet_net.c (inet_network): Detect additional invalid strings.
15023         * inet/tst-network.c: Add testcase.
15024
15025 2013-10-17  Andreas Schwab  <schwab@suse.de>
15026
15027         [BZ #15218]
15028         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
15029         to determine canonical name.
15030
15031 2013-10-17  Ondřej Bílka  <neleai@seznam.cz>
15032
15033         * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
15034         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
15035         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
15036         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
15037         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
15038         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
15039         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
15040         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
15041         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
15042         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
15043         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
15044         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
15045         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
15046         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
15047         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
15048         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
15049         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
15050         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
15051         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
15052         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
15053         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
15054         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
15055         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
15056         * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
15057         * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
15058         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
15059         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
15060         * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
15061         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
15062         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
15063         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
15064         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
15065         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
15066         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
15067         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
15068         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
15069         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
15070         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
15071         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
15072         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
15073         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
15074         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
15075         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
15076         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
15077         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
15078         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
15079         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
15080         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
15081         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
15082         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
15083         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
15084         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
15085         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
15086         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
15087         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15088         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
15089         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
15090         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
15091
15092 2013-10-17  Joseph Myers  <joseph@codesourcery.com>
15093
15094         [BZ #16041]
15095         * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
15096         make result into a quiet NaN.
15097
15098 2013-10-16  Joseph Myers  <joseph@codesourcery.com>
15099
15100         * soft-fp/adddf3.c: Fix horizontal whitespace.
15101         * soft-fp/addsf3.c: Likewise.
15102         * soft-fp/addtf3.c: Likewise.
15103         * soft-fp/divdf3.c: Likewise.
15104         * soft-fp/divsf3.c: Likewise.
15105         * soft-fp/divtf3.c: Likewise.
15106         * soft-fp/double.h: Likewise.
15107         * soft-fp/eqdf2.c: Likewise.
15108         * soft-fp/eqsf2.c: Likewise.
15109         * soft-fp/eqtf2.c: Likewise.
15110         * soft-fp/extenddftf2.c: Likewise.
15111         * soft-fp/extended.h: Likewise.
15112         * soft-fp/extendsfdf2.c: Likewise.
15113         * soft-fp/extendsftf2.c: Likewise.
15114         * soft-fp/extendxftf2.c: Likewise.
15115         * soft-fp/fixdfdi.c: Likewise.
15116         * soft-fp/fixdfsi.c: Likewise.
15117         * soft-fp/fixdfti.c: Likewise.
15118         * soft-fp/fixsfdi.c: Likewise.
15119         * soft-fp/fixsfsi.c: Likewise.
15120         * soft-fp/fixsfti.c: Likewise.
15121         * soft-fp/fixtfdi.c: Likewise.
15122         * soft-fp/fixtfsi.c: Likewise.
15123         * soft-fp/fixtfti.c: Likewise.
15124         * soft-fp/fixunsdfdi.c: Likewise.
15125         * soft-fp/fixunsdfsi.c: Likewise.
15126         * soft-fp/fixunsdfti.c: Likewise.
15127         * soft-fp/fixunssfdi.c: Likewise.
15128         * soft-fp/fixunssfsi.c: Likewise.
15129         * soft-fp/fixunssfti.c: Likewise.
15130         * soft-fp/fixunstfdi.c: Likewise.
15131         * soft-fp/fixunstfsi.c: Likewise.
15132         * soft-fp/fixunstfti.c: Likewise.
15133         * soft-fp/floatdidf.c: Likewise.
15134         * soft-fp/floatdisf.c: Likewise.
15135         * soft-fp/floatditf.c: Likewise.
15136         * soft-fp/floatsidf.c: Likewise.
15137         * soft-fp/floatsisf.c: Likewise.
15138         * soft-fp/floatsitf.c: Likewise.
15139         * soft-fp/floattidf.c: Likewise.
15140         * soft-fp/floattisf.c: Likewise.
15141         * soft-fp/floattitf.c: Likewise.
15142         * soft-fp/floatundidf.c: Likewise.
15143         * soft-fp/floatundisf.c: Likewise.
15144         * soft-fp/floatunditf.c: Likewise.
15145         * soft-fp/floatunsidf.c: Likewise.
15146         * soft-fp/floatunsisf.c: Likewise.
15147         * soft-fp/floatunsitf.c: Likewise.
15148         * soft-fp/floatuntidf.c: Likewise.
15149         * soft-fp/floatuntisf.c: Likewise.
15150         * soft-fp/floatuntitf.c: Likewise.
15151         * soft-fp/fmadf4.c: Likewise.
15152         * soft-fp/fmasf4.c: Likewise.
15153         * soft-fp/fmatf4.c: Likewise.
15154         * soft-fp/gedf2.c: Likewise.
15155         * soft-fp/gesf2.c: Likewise.
15156         * soft-fp/getf2.c: Likewise.
15157         * soft-fp/ledf2.c: Likewise.
15158         * soft-fp/lesf2.c: Likewise.
15159         * soft-fp/letf2.c: Likewise.
15160         * soft-fp/muldf3.c: Likewise.
15161         * soft-fp/mulsf3.c: Likewise.
15162         * soft-fp/multf3.c: Likewise.
15163         * soft-fp/negdf2.c: Likewise.
15164         * soft-fp/negsf2.c: Likewise.
15165         * soft-fp/negtf2.c: Likewise.
15166         * soft-fp/op-1.h: Likewise.
15167         * soft-fp/op-2.h: Likewise.
15168         * soft-fp/op-4.h: Likewise.
15169         * soft-fp/op-8.h: Likewise.
15170         * soft-fp/op-common.h: Likewise.
15171         * soft-fp/quad.h: Likewise.
15172         * soft-fp/single.h: Likewise.
15173         * soft-fp/soft-fp.h: Likewise.
15174         * soft-fp/sqrtdf2.c: Likewise.
15175         * soft-fp/sqrtsf2.c: Likewise.
15176         * soft-fp/sqrttf2.c: Likewise.
15177         * soft-fp/subdf3.c: Likewise.
15178         * soft-fp/subsf3.c: Likewise.
15179         * soft-fp/subtf3.c: Likewise.
15180         * soft-fp/truncdfsf2.c: Likewise.
15181         * soft-fp/trunctfdf2.c: Likewise.
15182         * soft-fp/trunctfsf2.c: Likewise.
15183         * soft-fp/trunctfxf2.c: Likewise.
15184         * soft-fp/unorddf2.c: Likewise.
15185         * soft-fp/unordsf2.c: Likewise.
15186         * soft-fp/unordtf2.c: Likewise.
15187
15188 2013-10-15  Joseph Myers  <joseph@codesourcery.com>
15189
15190         * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
15191         * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
15192
15193 2013-10-15   Ondřej Bílka  <neleai@seznam.cz>
15194
15195         * elf/dl-libc.c: Clear initfini list after freeing.
15196
15197 2013-10-14  Joseph Myers  <joseph@codesourcery.com>
15198
15199         * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
15200         * soft-fp/addsf3.c: Likewise.
15201         * soft-fp/addtf3.c: Likewise.
15202         * soft-fp/divdf3.c: Likewise.
15203         * soft-fp/divsf3.c: Likewise.
15204         * soft-fp/divtf3.c: Likewise.
15205         * soft-fp/double.h: Likewise.
15206         * soft-fp/eqdf2.c: Likewise.
15207         * soft-fp/eqsf2.c: Likewise.
15208         * soft-fp/eqtf2.c: Likewise.
15209         * soft-fp/extenddftf2.c: Likewise.
15210         * soft-fp/extended.h: Likewise.
15211         * soft-fp/extendsfdf2.c: Likewise.
15212         * soft-fp/extendsftf2.c: Likewise.
15213         * soft-fp/extendxftf2.c: Likewise.
15214         * soft-fp/fixdfdi.c: Likewise.
15215         * soft-fp/fixdfsi.c: Likewise.
15216         * soft-fp/fixdfti.c: Likewise.
15217         * soft-fp/fixsfdi.c: Likewise.
15218         * soft-fp/fixsfsi.c: Likewise.
15219         * soft-fp/fixsfti.c: Likewise.
15220         * soft-fp/fixtfdi.c: Likewise.
15221         * soft-fp/fixtfsi.c: Likewise.
15222         * soft-fp/fixtfti.c: Likewise.
15223         * soft-fp/fixunsdfdi.c: Likewise.
15224         * soft-fp/fixunsdfsi.c: Likewise.
15225         * soft-fp/fixunsdfti.c: Likewise.
15226         * soft-fp/fixunssfdi.c: Likewise.
15227         * soft-fp/fixunssfsi.c: Likewise.
15228         * soft-fp/fixunssfti.c: Likewise.
15229         * soft-fp/fixunstfdi.c: Likewise.
15230         * soft-fp/fixunstfsi.c: Likewise.
15231         * soft-fp/fixunstfti.c: Likewise.
15232         * soft-fp/floatdidf.c: Likewise.
15233         * soft-fp/floatdisf.c: Likewise.
15234         * soft-fp/floatditf.c: Likewise.
15235         * soft-fp/floatsidf.c: Likewise.
15236         * soft-fp/floatsisf.c: Likewise.
15237         * soft-fp/floatsitf.c: Likewise.
15238         * soft-fp/floattidf.c: Likewise.
15239         * soft-fp/floattisf.c: Likewise.
15240         * soft-fp/floattitf.c: Likewise.
15241         * soft-fp/floatundidf.c: Likewise.
15242         * soft-fp/floatundisf.c: Likewise.
15243         * soft-fp/floatunsidf.c: Likewise.
15244         * soft-fp/floatunsisf.c: Likewise.
15245         * soft-fp/floatuntidf.c: Likewise.
15246         * soft-fp/floatuntisf.c: Likewise.
15247         * soft-fp/floatuntitf.c: Likewise.
15248         * soft-fp/fmadf4.c: Likewise.
15249         * soft-fp/fmasf4.c: Likewise.
15250         * soft-fp/fmatf4.c: Likewise.
15251         * soft-fp/gedf2.c: Likewise.
15252         * soft-fp/gesf2.c: Likewise.
15253         * soft-fp/getf2.c: Likewise.
15254         * soft-fp/ledf2.c: Likewise.
15255         * soft-fp/lesf2.c: Likewise.
15256         * soft-fp/letf2.c: Likewise.
15257         * soft-fp/muldf3.c: Likewise.
15258         * soft-fp/mulsf3.c: Likewise.
15259         * soft-fp/multf3.c: Likewise.
15260         * soft-fp/negdf2.c: Likewise.
15261         * soft-fp/negsf2.c: Likewise.
15262         * soft-fp/negtf2.c: Likewise.
15263         * soft-fp/op-1.h: Likewise.
15264         * soft-fp/op-2.h: Likewise.
15265         * soft-fp/op-4.h: Likewise.
15266         * soft-fp/op-8.h: Likewise.
15267         * soft-fp/op-common.h: Likewise.
15268         * soft-fp/quad.h: Likewise.
15269         * soft-fp/single.h: Likewise.
15270         * soft-fp/soft-fp.h: Likewise.
15271         * soft-fp/sqrtdf2.c: Likewise.
15272         * soft-fp/sqrtsf2.c: Likewise.
15273         * soft-fp/sqrttf2.c: Likewise.
15274         * soft-fp/subdf3.c: Likewise.
15275         * soft-fp/subsf3.c: Likewise.
15276         * soft-fp/subtf3.c: Likewise.
15277         * soft-fp/truncdfsf2.c: Likewise.
15278         * soft-fp/trunctfdf2.c: Likewise.
15279         * soft-fp/trunctfsf2.c: Likewise.
15280         * soft-fp/trunctfxf2.c: Likewise.
15281         * soft-fp/unorddf2.c: Likewise.
15282         * soft-fp/unordsf2.c: Likewise.
15283         * soft-fp/unordtf2.c: Likewise.
15284
15285 2013-10-14   Ondřej Bílka  <neleai@seznam.cz>
15286
15287         [BZ #15672]
15288         * misc/error.c (error_tail): Fix possible buffer overflow.
15289
15290 2013-10-14  Aurelien Jarno  <aurelien@aurel32.net>
15291
15292         [BZ #13028]
15293         * res_send.c(__libc_res_nsend): Correctly copy the nameserver
15294         address.
15295
15296 2013-10-14  P. J. McDermott  <pj@pehjota.net>
15297
15298         [BZ #832]
15299         * elf/ldd.bash.in (try_trace): New function.  Delete previous code
15300         testing pipefail option.
15301
15302 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15303
15304         * soft-fp/double.h: Indent preprocessor directives inside #if.
15305         * soft-fp/extended.h: Likewise.
15306         * soft-fp/op-2.h: Likewise.
15307         * soft-fp/op-4.h: Likewise.
15308         * soft-fp/op-common.h: Likewise.
15309         * soft-fp/quad.h: Likewise.
15310         * soft-fp/single.h: Likewise.
15311         * soft-fp/soft-fp.h: Likewise.
15312
15313 2013-10-12   Yuri Chornoivan <yurchor@ukr.net>
15314
15315         * iconv/iconv_prog.c: Fix typos.
15316         * stdio-common/psiginfo-data.h: Likewise.
15317
15318 2013-10-12   Reuben Thomas <rrt@sc3d.org>
15319
15320         [BZ #15764]
15321         * locale/setlocale.c: Fix typo.
15322
15323 2013-10-12  Joseph Myers  <joseph@codesourcery.com>
15324
15325         [BZ #16036]
15326         * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
15327         signaling NaN arguments.
15328         * soft-fp/unordsf2.c (__unordsf2): Likewise.
15329         * soft-fp/unordtf2.c (__unordtf2): Likewise.
15330
15331         [BZ #14910]
15332         * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
15333         unordered operands.
15334         * soft-fp/gesf2.c (__gesf2): Likewise.
15335         * soft-fp/getf2.c (__getf2): Likewise.
15336         * soft-fp/ledf2.c (__ledf2): Likewise.
15337         * soft-fp/lesf2.c (__lesf2): Likewise.
15338         * soft-fp/letf2.c (__letf2): Likewise.
15339
15340         * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
15341         * soft-fp/eqsf2.c (__eqsf2): Likewise.
15342         * soft-fp/eqtf2.c (__eqtf2): Likewise.
15343         * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
15344         * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
15345         * soft-fp/fixdfti.c (__fixdfti): Likewise.
15346         * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
15347         * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
15348         * soft-fp/fixsfti.c (__fixsfti): Likewise.
15349         * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
15350         * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
15351         * soft-fp/fixtfti.c (__fixtfti): Likewise.
15352         * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
15353         * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
15354         * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
15355         * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
15356         * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
15357         * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
15358         * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
15359         * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
15360         * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
15361         * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
15362         * soft-fp/floatdisf.c (__floatdisf): Likewise.
15363         * soft-fp/floatsisf.c (__floatsisf): Likewise.
15364         * soft-fp/floattidf.c (__floattidf): Likewise.
15365         * soft-fp/floattisf.c (__floattisf): Likewise.
15366         * soft-fp/floattitf.c (__floattitf): Likewise.
15367         * soft-fp/floatundidf.c (__floatundidf): Likewise.
15368         * soft-fp/floatundisf.c (__floatundisf): Likewise.
15369         * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
15370         * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
15371         * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
15372         * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
15373         * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
15374         * soft-fp/gesf2.c (__gesf2): Likewise.
15375         * soft-fp/getf2.c (__getf2): Likewise.
15376         * soft-fp/ledf2.c (__ledf2): Likewise.
15377         * soft-fp/lesf2.c (__lesf2): Likewise.
15378         * soft-fp/letf2.c (__letf2): Likewise.
15379
15380         * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
15381         Undefine and redefine.
15382         [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
15383         [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
15384         [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
15385         * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
15386         (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15387         * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
15388         (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15389         * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
15390         (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15391         * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
15392         (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15393         * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
15394         (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15395         * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
15396         (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
15397
15398         [BZ #16032]
15399         * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
15400         without decrementing exponent if mantissa >= that for the
15401         denominator, not >.
15402         (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
15403         denominator, not >.  Decrement exponent in < case instead of
15404         incrementing in >= case.
15405         * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
15406         without decrementing exponent if mantissa >= that for the
15407         denominator, not >.
15408
15409         * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
15410         computing saturated result for unsigned overflow.
15411
15412 2013-10-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
15413             Jeff Law  <law@redhat.com>
15414
15415         * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
15416         (atan2Mp): Add systemtap probe marker.
15417         * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
15418         (__ieee754_log): Add systemtap probe marker.
15419         * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
15420         (atanMp): Add systemtap probe marker.
15421         * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
15422         (tanMp): Add systemtap probe marker.
15423         * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
15424         (__slowexp): Add systemtap probe marker.
15425         * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
15426         (__slowpow): Add systemtap probe marker.
15427         * manual/probes.texi: Document probes.
15428
15429 2013-10-11  Eric Biggers  <ebiggers3@gmail.com>
15430
15431         [BZ #15362]
15432         * libio/fileops.c (_IO_new_file_write): Return count of bytes
15433         written.
15434         (_IO_new_file_xsputn): Don't return EOF if nothing has been
15435         written.
15436         * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
15437         written to buffer but not flushed.
15438         * libio/iofwrite_u.c:  Likewise.
15439         * libio/iopadn.c:  Return bytes returned even if EOF was
15440         encountered.
15441         * libio/iowpadn.c:  Likewise.
15442         * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
15443         if _IO_padn does not write the whole buffer.
15444         [!COMPILE_WPRINTF] (PAD): Likewise.
15445
15446 2013-10-10  David S. Miller  <davem@davemloft.net>
15447
15448         * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
15449         directory block.
15450
15451 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15452
15453         * soft-fp/extendxftf2.c: Use copyright year range.  Use URL
15454         instead of FSF address.
15455         * soft-fp/fixdfti.c: Likewise.
15456         * soft-fp/fixsfti.c: Likewise.
15457         * soft-fp/fixtfti.c: Likewise.
15458         * soft-fp/fixunsdfti.c: Likewise.
15459         * soft-fp/fixunssfti.c: Likewise.
15460         * soft-fp/fixunstfti.c: Likewise.
15461         * soft-fp/floattidf.c: Likewise.
15462         * soft-fp/floattisf.c: Likewise.
15463         * soft-fp/floattitf.c: Likewise.
15464         * soft-fp/floatuntidf.c: Likewise.
15465         * soft-fp/floatuntisf.c: Likewise.
15466         * soft-fp/floatuntitf.c: Likewise.
15467         * soft-fp/trunctfxf2.c: Likewise.
15468
15469         * soft-fp/extendxftf2.c: New file.  Copied from libgcc.
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 2013-10-10  David S. Miller  <davem@davemloft.net>
15485
15486         * sysdeps/sparc/fpu/libm-test-ulps: Update.
15487
15488 2013-10-10  Joseph Myers  <joseph@codsourcery.com>
15489
15490         * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
15491         (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
15492         [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
15493         [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
15494         [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
15495         [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
15496         [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
15497
15498         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
15499         for NaNs before doing comparisons on argument.
15500         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
15501         Likewise.
15502
15503 2013-10-10  Will Newton  <will.newton@linaro.org>
15504
15505         * malloc/hooks.c (memalign_check): Ensure the value of bytes
15506         passed to _int_memalign does not overflow.
15507
15508 2013-10-10  Torvald Riegel  <triegel@redhat.com>
15509
15510         * scripts/bench.pl: Add include-sources directive.
15511         * benchtests/README: Update documentation.
15512
15513 2013-10-10  Joseph Myers  <joseph@codesourcery.com>
15514
15515         * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
15516         * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
15517         instead of FP_INIT_ROUNDMODE.
15518         * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
15519         * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
15520
15521         [BZ #16034]
15522         * soft-fp/op-common.h (_FP_NEG): Document input as raw.  Do not
15523         copy class of input value.
15524         * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing.  Do
15525         not handle exceptions.
15526         * soft-fp/negsf2.c (__negsf2): Likewise.
15527         * soft-fp/negtf2.c (__negtf2): Likewise.
15528         * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
15529
15530 2013-10-09  Joseph Myers  <joseph@codesourcery.com>
15531
15532         * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
15533         semicolon.  From Linux kernel.
15534
15535 2013-10-09  Adam Buchbinder  <adam.buchbinder@gmail.com>
15536
15537         * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
15538
15539 2013-10-08  Yogesh Chaudhari  <mr.yogesh@gmail.com>
15540
15541         [BZ #156]
15542         * manual/socket.texi: Added statement about buffer
15543         for gethostbyname2_r.
15544
15545 2013-10-08  Ondřej Bílka  <neleai@seznam.cz>
15546
15547         * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
15548         Use .p2align directive instead, throughout.
15549         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
15550         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
15551         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
15552         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
15553         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
15554         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
15555         * sysdeps/x86_64/strchr.S: Likewise.
15556         * sysdeps/x86_64/strrchr.S: Likewise.
15557
15558 2013-10-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
15559
15560         * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
15561
15562         * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
15563
15564         * sysdeps/generic/math_private.h (__mpsin1): Remove
15565         declaration.
15566         (__mpcos1): Likewise.
15567         (__mpsin): New argument __range_reduce.
15568         (__mpcos): Likewise.
15569         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
15570         (slow): Use __mpsin and __mpcos.
15571         (slow1): Likewise.
15572         (slow2): Likewise.
15573         (sloww): Likewise.
15574         (sloww1): Likewise.
15575         (sloww2): Likewise.
15576         (bsloww): Likewise.
15577         (bsloww1): Likewise.
15578         (bsloww2): Likewise.
15579         (cslow2): Likewise.
15580         (csloww): Likewise.
15581         (csloww1): Likewise.
15582         (csloww2): Likewise.
15583         * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
15584         range_reduce.  Merge in __mpsin1.
15585         (__mpcos): Likewise.
15586         (__mpsin1): Remove.
15587         (__mpcos1): Likewise.
15588
15589 2013-10-07  Joseph Myers  <joseph@codesourcery.com>
15590
15591         * locale/loadlocale.c (_nl_intern_locale_data): Use
15592         LOCFILE_ALIGNED_P.
15593         * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
15594         LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
15595         * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
15596         obstack data is appropriately aligned.
15597         (obstack_int32_grow_fast): Likewise.
15598         * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
15599         * locale/programs/locfile.c (add_locale_uint32): Likewise.
15600         (add_locale_uint32_array): Likewise.
15601
15602 2013-10-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
15603
15604         * benchtests/Makefile: Remove ARGLIST and RET variables.
15605         ($(objpfx)bench-%.c): Pass only function name to the script.
15606         * benchtests/README: Update documentation.
15607         * benchtests/acos-inputs: Add new directives.
15608         * benchtests/acosh-inputs: Likewise.
15609         * benchtests/asin-inputs: Likewise.
15610         * benchtests/asinh-inputs: Likewise.
15611         * benchtests/atan-inputs: Likewise.
15612         * benchtests/atanh-inputs: Likewise.
15613         * benchtests/cos-inputs: Likewise.
15614         * benchtests/cosh-inputs: Likewise.
15615         * benchtests/exp-inputs: Likewise.
15616         * benchtests/log-inputs: Likewise.
15617         * benchtests/pow-inputs: Likewise.
15618         * benchtests/rint-inputs: Likewise.
15619         * benchtests/sin-inputs: Likewise.
15620         * benchtests/sinh-inputs: Likewise.
15621         * benchtests/tan-inputs: Likewise.
15622         * benchtests/tanh-inputs: Likewise.
15623         * scripts/bench.pl: Add support for new directives.
15624
15625 2013-10-07  Alan Modra  <amodra@gmail.com>
15626
15627         * README: Fix careless merge.
15628
15629 2013-10-05  Alan Modra  <amodra@gmail.com>
15630
15631         * NEWS: Mention powerpc64le support and bugs fixed.
15632         * README: Both big-endian and little-endian powerpc64 supported.
15633
15634 2013-10-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
15635
15636         * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
15637         (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
15638         (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
15639         _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
15640
15641 2013-10-04  Ryan S. Arnold  <ryan.arnold@linaro.org>
15642
15643         * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
15644         match prototype.
15645
15646 2013-10-04  Joseph Myers  <joseph@codesourcery.com>
15647
15648         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
15649         Move -mhard-float appending from
15650         ports/sysdeps/powerpc/powerpc32/Makefile.
15651         [$(with-fp) = yes] (ASFLAGS): Likewise.
15652         [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
15653         * sysdeps/powerpc/nofpu: Move directory from
15654         ports/sysdeps/powerpc/nofpu.
15655         * sysdeps/powerpc/soft-fp: Move directory from
15656         ports/sysdeps/powerpc/soft-fp.
15657         * sysdeps/powerpc/powerpc32/405: Move directory from
15658         ports/sysdeps/powerpc/powerpc32/405.
15659         * sysdeps/powerpc/powerpc32/440: Move directory from
15660         ports/sysdeps/powerpc/powerpc32/440.
15661         * sysdeps/powerpc/powerpc32/464: Move directory from
15662         ports/sysdeps/powerpc/powerpc32/464.
15663         * sysdeps/powerpc/powerpc32/476: Move directory from
15664         ports/sysdeps/powerpc/powerpc32/476.
15665         * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
15666         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
15667         * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
15668         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
15669         * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
15670         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
15671         * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
15672         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
15673         * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
15674         from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
15675         * README: Update for powerpc-*-linux-gnu software floating point
15676         support in libc.
15677
15678         * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
15679         case to powerpc/powerpc32*.
15680         * sysdeps/unix/sysv/linux/configure: Regenerated.
15681
15682         * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
15683         (_FPU_MASK_OM): Define as 0x04.
15684         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
15685         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
15686         0x00c10080.
15687         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
15688         0x0000003c.
15689         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
15690
15691         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
15692         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15693         getcontext_e500.
15694         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
15695         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
15696         setcontext_e500.
15697         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
15698         (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
15699         and setcontext_e500.
15700
15701 2013-10-04  Chris Leonard  <cjl@sugarlabs,.org>
15702
15703         * locale/iso-3166.def: Update iso-1366.def and related occurrences
15704
15705 2013-10-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
15706
15707         * manual/threads.texi (Default Thread Attributes): Fix typo.
15708
15709 2013-10-04  Will Newton  <will.newton@linaro.org>
15710
15711         * malloc/Makefile: Add tst-memalign.
15712         * malloc/tst-memalign.c: New file.
15713
15714         * malloc/tst-posix_memalign.c: Add comments.
15715         (do_test): Add comments and call free on all potentially
15716         allocated pointers. Add space after cast.
15717
15718         * malloc/tst-pvalloc.c: Add comments.
15719         (do_test): Add comments and call free on all potentially
15720         allocated pointers. Remove duplicate check for NULL pointer.
15721         Add space after cast.
15722
15723         * malloc/tst-valloc.c: Add comments.
15724         (do_test): Add comments and call free on all potentially
15725         allocated pointers. Remove duplicate check for NULL pointer.
15726         Add space after cast.
15727
15728 2013-10-04  Alan Modra  <amodra@gmail.com>
15729
15730         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15731         Use stdint types in rather than __attribute__((mode())).
15732         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15733
15734 2013-10-04  Alan Modra  <amodra@gmail.com>
15735
15736         * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
15737         Correct handling of unaligned relocs for little-endian.
15738         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
15739
15740 2013-10-04  Alan Modra  <amodra@gmail.com>
15741
15742         * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
15743         * configure: Regenerate.
15744         * nptl/shlib-versions: Powerpc*le starts at 2.18.
15745         * shlib-versions: Likewise.
15746
15747 2013-10-04  Alan Modra  <amodra@gmail.com>
15748
15749         * string/tester.c (test_memrchr): Increment reported test cycle.
15750
15751 2013-10-04  Alan Modra  <amodra@gmail.com>
15752
15753         * string/test-memcpy.c (do_one_test): When reporting errors, print
15754         string address and don't overrun end of string.
15755
15756 2013-10-04  Alan Modra  <amodra@gmail.com>
15757
15758         * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
15759         insrdi.  Make better use of reg selection to speed exit slightly.
15760         Schedule entry path a little better.  Remove useless "are we done"
15761         checks on entry to main loop.  Handle wrapping around zero address.
15762         Correct main loop count.  Handle single left-over word from main
15763         loop inline rather than by using loop_small.  Remove extra word
15764         case in loop_small caused by wrong loop count.  Add little-endian
15765         support.
15766         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
15767         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.  Use proper
15768         cache hint.
15769         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
15770         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
15771         support.  Avoid rlwimi.
15772         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
15773
15774 2013-10-04  Alan Modra  <amodra@gmail.com>
15775
15776         * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
15777         insrdi.  Formatting.
15778         * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
15779         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
15780         * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
15781         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
15782         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
15783         * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
15784
15785 2013-10-04  Alan Modra  <amodra@gmail.com>
15786
15787         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
15788         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
15789         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
15790         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
15791         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
15792         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
15793         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
15794         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
15795         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise.  Make better
15796         use of regs.  Use power7 mtocrf.  Tidy function tails.
15797
15798 2013-10-04  Alan Modra  <amodra@gmail.com>
15799
15800         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
15801         Formatting.  Consistently use rXXX register defines or rN defines.
15802         Use early exit labels that avoid restoring unused non-volatile regs.
15803         Make cr field use more consistent with rWORDn compares.  Rename
15804         regs used as shift registers for unaligned loop, using rN defines
15805         for short lifetime/multiple use regs.
15806         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
15807         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.  Exit with
15808         addi 1,1,64 to pop stack frame.  Simplify return value code.
15809         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
15810
15811 2013-10-04  Alan Modra  <amodra@gmail.com>
15812
15813         * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
15814         support.  Correct typos, formatting.  Optimize tail.  Use insrdi
15815         rather than rlwimi.
15816         * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
15817         * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
15818         little-endian support.  Correct typos.
15819         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise.  Use insrdi
15820         rather than rlwimi.
15821         * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define.  Use
15822         in loop and entry code to keep "and." results.
15823         (strchr): Add little-endian support.  Comment.  Move cntlzd
15824         earlier in tail.
15825         * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
15826
15827 2013-10-04  Alan Modra  <amodra@gmail.com>
15828
15829         * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
15830         * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
15831         * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
15832         * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
15833
15834 2013-10-04  Alan Modra  <amodra@gmail.com>
15835
15836         * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
15837         (rTMP): Define as r11.
15838         (strcmp): Add little-endian support.  Optimise tail.
15839         * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
15840         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
15841         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
15842         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
15843         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
15844         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
15845         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
15846
15847 2013-10-04  Alan Modra  <amodra@gmail.com>
15848
15849         * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
15850         little-endian support.  Remove unnecessary "are we done" tests.
15851         Handle "s" wrapping around zero and extremely large "size".
15852         Correct main loop count.  Handle single left-over word from main
15853         loop inline rather than by using small_loop.  Correct comments.
15854         Delete "zero" tail, use "end_max" instead.
15855         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
15856
15857 2013-10-04  Alan Modra  <amodra@gmail.com>
15858
15859         * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
15860         support.  Don't branch over align.
15861         * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
15862         * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
15863         support.  Rearrange tmp reg use to suit.  Comment.
15864         * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
15865
15866 2013-10-04  Alan Modra  <amodra@gmail.com>
15867
15868         * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
15869
15870 2013-10-04  Alan Modra  <amodra@gmail.com>
15871
15872         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
15873         conditional form of branch and link when obtaining pc.
15874         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
15875
15876 2013-10-04  Alan Modra  <amodra@gmail.com>
15877
15878         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
15879         HIWORD/LOWORD.
15880         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
15881         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
15882
15883 2013-10-04  Alan Modra  <amodra@gmail.com>
15884
15885         * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
15886         * sysdeps/powerpc/novmx-longjmp.c: Likewise.
15887         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
15888         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
15889         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
15890         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
15891         * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
15892         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
15893         * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
15894         * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
15895
15896 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15897             Alistair Popple <alistair@ozlabs.au.ibm.com>
15898             Alan Modra <amodra@gmail.com>
15899
15900         [BZ #15723]
15901         * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
15902         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
15903         _dl_hwcap access for little-endian.
15904         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.  Don't
15905         destroy vmx regs when saving unaligned.
15906         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
15907         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save.  Don't
15908         destroy vmx regs when saving unaligned.
15909
15910 2013-10-04  Alan Modra  <amodra@gmail.com>
15911
15912         * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
15913         Don't use a union to pack hi/low value.
15914
15915 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15916
15917         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
15918         for little-endian.
15919         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
15920         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
15921         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
15922         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
15923         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
15924
15925 2013-10-04  Alan Modra  <amodra@gmail.com>
15926
15927         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
15928         constants to usual value for .cst8 section, and remove redundant
15929         high address load.
15930         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
15931         constant for 0x1p52.  Load little-endian words of double from
15932         correct stack offsets.
15933
15934 2013-10-04  Alan Modra  <amodra@gmail.com>
15935
15936         * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
15937         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
15938         words of double from correct stack offsets.
15939         * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
15940         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
15941         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
15942         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
15943         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
15944         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
15945         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
15946         * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
15947         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
15948         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
15949         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
15950         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
15951         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
15952         * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
15953         * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
15954         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
15955         * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
15956
15957 2013-10-04  Alan Modra  <amodra@gmail.com>
15958
15959         * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
15960         64-bit int/double union.
15961         (_FPU_SETCW): Likewise.
15962         * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
15963         (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
15964
15965 2013-10-04  Alan Modra  <amodra@gmail.com>
15966
15967         * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
15968         * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
15969
15970 2013-10-04  Alan Modra  <amodra@gmail.com>
15971
15972         * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
15973         use vector int constants.
15974         (__float_and_test24, __float_and8, __float_get_exp): Likewise.
15975
15976 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15977
15978         * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
15979         array with long long.
15980         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
15981         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
15982         * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
15983         * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
15984         * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
15985         * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
15986         * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
15987         * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
15988         * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
15989         * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
15990         * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
15991         * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
15992         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
15993
15994 2013-10-04  Anton Blanchard <anton@au1.ibm.com>
15995
15996         * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
15997         (__signbit): Likewise.  Correct for little-endian.
15998         (__signbitl): Call __signbit.
15999         (lrint): Correct for little-endian.
16000         (lrintf): Call lrint.
16001
16002 2013-10-04  Alan Modra  <amodra@gmail.com>
16003
16004         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
16005         union 32-bit int array member with 64-bit int array.
16006         (t515, tm256): Double rather than long double.
16007         (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
16008
16009 2013-10-04  Alan Modra  <amodra@gmail.com>
16010
16011         * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
16012         Delete.
16013         (IEEE854_LONG_DOUBLE_BIAS): Delete.
16014         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
16015         version of math_ldbl.h.
16016
16017 2013-10-04  Alan Modra  <amodra@gmail.com>
16018
16019         [BZ #15734], [BZ #15735]
16020         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
16021         all uses of ieee875 long double macros and unions.  Simplify test
16022         for 0.0L.  Correct |x|<|y| and |x|=|y| test.  Use
16023         ldbl_extract_mantissa value for ix,iy exponents.  Properly
16024         normalize after ldbl_extract_mantissa, and don't add hidden bit
16025         already handled.  Don't treat low word of ieee854 mantissa like
16026         low word of IBM long double and mask off bit when testing for
16027         zero.
16028         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
16029         all uses of ieee875 long double macros and unions.  Simplify tests
16030         for 0.0L and inf.  Correct double adjustment of k.  Delete dead code
16031         adjusting ha,hb.  Simplify code setting kld.  Delete two600 and
16032         two1022, instead use their values.  Recognise that tests for large
16033         "a" and small "b" are mutually exclusive.  Rename vars.  Comment.
16034         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
16035         Rewrite all uses of ieee875 long double macros and unions.  Simplify
16036         test for 0.0L and nan.  Correct negation.
16037         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
16038         ieee875 long double macros and unions.  Correct output for large
16039         magnitude x.  Correct absolute value calculation.
16040         (__erfcl): Likewise.
16041         * math/libm-test.inc: Add tests for errors discovered in IBM long
16042         double versions of fmodl, remainderl, erfl and erfcl.
16043
16044 2013-10-04  Alan Modra  <amodra@gmail.com>
16045
16046         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
16047         all uses of ieee854 long double macros and unions.  Simplify tests
16048         for long doubles that are fully specified by the high double.
16049         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
16050         Likewise.
16051         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
16052         Remove dead code too.
16053         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
16054         (__ieee754_ynl): Likewise.
16055         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
16056         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
16057         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
16058         Remove dead code too.
16059         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
16060         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
16061         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
16062         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
16063         Simplify.
16064         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
16065         Simplify.
16066         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
16067         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
16068         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
16069         Comment on variable precision.
16070         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
16071         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
16072         Likewise.
16073         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
16074         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
16075         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
16076         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
16077         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
16078
16079 2013-10-04  Alan Modra  <amodra@gmail.com>
16080
16081         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
16082         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
16083         all uses of ieee854 long double macros and unions.
16084         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
16085         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
16086         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
16087         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
16088         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
16089         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
16090         Likewise.
16091         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
16092         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
16093         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
16094         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
16095         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
16096         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
16097         Simplify sign and nan test too.
16098         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
16099         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
16100         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
16101         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
16102         Likewise.
16103         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
16104         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
16105         Likewise.
16106         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
16107         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
16108         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
16109         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
16110         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
16111         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
16112
16113 2013-10-04  Alan Modra  <amodra@gmail.com>
16114
16115         * stdio-common/printf_size.c (__printf_size): Don't use
16116         union ieee854_long_double in fpnum union.
16117         * stdio-common/printf_fphex.c (__printf_fphex): Likewise.  Use
16118         signbit macro to retrieve sign from long double.
16119         * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
16120         retrieve sign from long double.
16121         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
16122         * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
16123         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
16124         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
16125         * math/test-misc.c (main): Don't use union ieee854_long_double.
16126
16127 2013-10-04  Alan Modra  <amodra@gmail.com>
16128
16129         [BZ #15680]
16130         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
16131         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
16132         (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
16133         calculation.  Remove unnecessary test for denormal exponent.
16134         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
16135         Correct handling of denormals.  Avoid undefined shift behaviour.
16136         Correct normalisation of low mantissa when low double is denormal.
16137         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
16138         (ldbl_extract_mantissa): Likewise.  Comment.  Use uint64_t* for hi64.
16139         (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
16140         Correct normalisation of low mantissa.  Test for overflow of high
16141         mantissa and normalise.
16142         (ldbl_nearbyint): Use more readable constant for two52.
16143         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
16144         (__mpn_construct_long_double): Fix test for overflow of high
16145         mantissa and correct normalisation.  Avoid undefined shift.
16146
16147 2013-10-04  Alan Modra  <amodra@gmail.com>
16148
16149         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
16150         (union ibm_extended_long_double): Define as an array of ieee754_double.
16151         (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
16152         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
16153         to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
16154         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
16155         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
16156         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
16157         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
16158         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
16159         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
16160         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
16161         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
16162
16163 2013-10-03  Joseph Myers  <joseph@codesourcery.com>
16164
16165         * locale/programs/locarchive.c (add_locale): Use constant 4096 for
16166         page size instead of calling getpagesize.
16167
16168         * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
16169         (LOCFILE_ALIGN_MASK): Likewise.
16170         (LOCFILE_ALIGN_UP): Likewise.
16171         (LOCFILE_ALIGNED_P): Likewise.
16172         * locale/programs/ld-collate.c (collate_output): Use the new
16173         macros instead of __alignof__ (int32_t).
16174         * locale/weight.h (findidx): Likewise.
16175
16176 2013-10-03  Ondřej Bílka  <neleai@seznam.cz>
16177
16178         [BZ #431]
16179         * manual/string.texi: Fix strncat and wcsncat.
16180
16181 2013-10-03  Brooks Moses  <bmoses@google.com>
16182
16183         [BZ #15915]
16184         * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
16185         * Makerules: ...here, and adjust associated comments.
16186
16187 2013-10-02  Will Newton  <will.newton@linaro.org>
16188
16189         * malloc/Makefile: Add tst-pvalloc.
16190         * malloc/tst-pvalloc.c: New file.
16191
16192 2013-10-02  Will Newton  <will.newton@linaro.org>
16193
16194         * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
16195         improve test coverage.
16196
16197 2013-10-02  Will Newton  <will.newton@linaro.org>
16198
16199         * malloc/Makefile: Add tst-posix_memalign.
16200         * malloc/tst-posix_memalign.c: New file.
16201
16202 2013-10-01  Eric Blake  <eblake@redhat.com>
16203
16204         * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
16205         Use __THROWNL rather than __THROW on static functions.
16206
16207 2013-09-30  Petr Machata  <pmachata@redhat.com>
16208
16209         * elf/elf.h (R_AARCH64_ABS16): New macro.
16210         (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
16211         (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
16212         (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
16213         (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
16214         (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
16215         (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
16216         (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
16217         (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
16218         (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
16219         (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
16220         (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
16221         (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
16222         (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
16223         (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
16224         (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
16225         (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
16226         (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
16227         (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
16228         (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
16229         (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
16230         (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
16231         (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
16232         (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
16233         (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
16234         (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
16235         (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
16236         (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
16237         (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
16238         (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
16239         (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
16240         (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
16241         (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
16242         (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
16243         (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
16244         (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
16245         (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
16246         (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
16247         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
16248         (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
16249         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
16250         (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
16251         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
16252         (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
16253         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
16254         (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
16255         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
16256         (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
16257         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
16258         (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
16259         (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
16260         (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
16261         (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
16262         (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
16263         (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
16264         (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
16265         (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
16266         (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
16267         (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
16268         (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
16269         (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
16270         (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
16271         (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
16272         (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
16273         (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
16274         (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
16275         (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
16276         (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
16277         (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
16278         (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
16279         (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
16280         (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
16281         (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
16282         (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
16283         (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
16284         (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
16285         (R_AARCH64_TLSDESC_OFF_G1): Likewise.
16286         (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
16287         (R_AARCH64_TLSDESC_LDR): Likewise.
16288         (R_AARCH64_TLSDESC_ADD): Likewise.
16289         (R_AARCH64_TLSDESC_CALL): Likewise.
16290
16291 2013-09-30  Andreas Schwab  <schwab@suse.de>
16292
16293         [BZ #15048]
16294         * nscd/aicache.c (addhstaiX): Properly use the cache variable for
16295         the nss database lookup.
16296         * nscd/initgrcache.c (addinitgroupsX): Likewise.
16297         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
16298
16299 2013-09-28  Mike Frysinger  <vapier@gentoo.org>
16300
16301         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
16302
16303 2013-09-28  P. J. McDermott  <pj@pehjota.net>
16304
16305         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
16306         ${Bash-specific parameter/pattern/string} parameter expansion.
16307         * sysdeps/unix/make-syscalls.sh: Likewise.
16308
16309 2013-09-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
16310
16311         * sysdeps/sh/stackguard-macros.h: New file.
16312
16313 2013-09-26  Ondřej Bílka  <neleai@seznam.cz>
16314
16315         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
16316         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
16317         * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
16318         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
16319         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
16320         * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
16321
16322 2013-09-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16323
16324         * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
16325         Fix thread ID register.
16326
16327 2013-09-25  Joseph Myers  <joseph@codesourcery.com>
16328
16329         * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
16330         [POSIX || UNIX98]: Require rather than permitting all symbols from
16331         <time.h>.
16332         [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
16333         element of struct sched_param.
16334         [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
16335         [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
16336         [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
16337         [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
16338         constant.
16339
16340 2013-09-24  Olivier Langlois  <olivier@olivierlanglois.net>
16341
16342         * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
16343         argument calculation.
16344
16345 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16346
16347         * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
16348         Expect macro.
16349         [POSIX] (pthread_attr_t): Do not require type.
16350         [POSIX] (pthread_cond_t): Likewise.
16351         [POSIX] (pthread_condattr_t): Likewise.
16352         [POSIX] (pthread_key_t): Likewise.
16353         [POSIX] (pthread_mutex_t): Likewise.
16354         [POSIX] (pthread_mutexattr_t): Likewise.
16355         [POSIX] (pthread_once_t): Likewise.
16356         [POSIX] (pthread_t): Likewise.
16357         [POSIX-based standards] (pthread_atfork): Expect function.
16358
16359 2013-09-24  Joseph Myers  <joseph@codesourcery.com>
16360             Richard Sandiford  <richard@codesourcery.com>
16361
16362         * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
16363         (swap_endianness_p): New extern variable.
16364         (set_big_endian): New inline function.
16365         (maybe_swap_uint32): Likewise.
16366         (maybe_swap_uint32_array): Likewise.
16367         (maybe_swap_uint32_obstack): Likewise.
16368         * locale/programs/locfile.c: Include <stdbool.h>.
16369         (swap_endianness_p): New variable.
16370         (add_locale_uint32): Call maybe_swap_uint32.
16371         (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
16372         (write_locale_data): Call maybe_swap_uint32_array.
16373         * locale/programs/ld-collate.c (obstack_int32_grow): Call
16374         maybe_swap_uint32.
16375         (obstack_int32_grow_fast): Likewise.
16376         (output_weightwc): Call maybe_swap_uint32_obstack.
16377         (collate_output): Likewise.
16378         * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
16379         (OPT_LITTLE_ENDIAN): Likewise.
16380         (options): Add --little-endian and --big-endian options.
16381         (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
16382         * locale/programs/locarchive.c: Include "locfile.h".
16383         (GET): New macro.
16384         (SET): Likewise.
16385         (INC): Likewise.
16386         (create_archive): Use the new macros to access fields of
16387         structures directly mapped from or written to locale archives.
16388         (oldlocrecentcmp): Likewise.
16389         (enlarge_archive): Likewise.
16390         (insert_name): Likewise.
16391         (add_alias): Likewise.
16392         (add_locale): Likewise.
16393         (delete_locales_from_archive): Likewise.
16394         (show_archive_content): Likewise.
16395         (add_locale_to_archive): Likewise.  Use maybe_swap_uint32 on
16396         locale data.
16397
16398 2013-09-24  Roland McGrath  <roland@hack.frob.com>
16399
16400         * manual/freemanuals.texi: Updated from (newly) canonical copy at
16401         http://www.gnu.org/doc/freemanuals.texi.
16402         * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
16403
16404 2013-09-24  Will Newton  <will.newton@linaro.org>
16405
16406         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
16407         macro.
16408
16409 2013-09-23  Joseph Myers  <joseph@codesourcery.com>
16410
16411         * locale/hashval.h (compute_hashval): Interpret bytes of key as
16412         unsigned char.
16413
16414 2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
16415
16416         * manual/threads.texi (POSIX Threads): Fix a typo.
16417
16418 2013-09-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
16419
16420         [BZ #14547]
16421         * string/tst-strcoll-overflow.c: New test case.
16422         * string/Makefile (xtests): Add tst-strcoll-overflow.
16423         * string/strcoll_l.c (STRCOLL): Skip allocating memory for
16424         cache if string sizes may cause integer overflow.
16425
16426         [BZ #14547]
16427         * string/strcoll_l.c (coll_seq): New members rule, idx,
16428         save_idx and back_us.
16429         (get_next_seq_nocache): New function.
16430         (do_compare_nocache): New function.
16431         (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
16432         when malloc fails.
16433
16434 2013-09-23  Carlos O'Donell  <carlos@redhat.com>
16435
16436         [BZ #15754]
16437         * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
16438         __pointer_chk_guard_local, otherwise __pointer_chk_guard.
16439         * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
16440
16441         [BZ #15754]
16442         * elf/Makefile (tests): Add tst-ptrguard1.
16443         (tests-static): Add tst-ptrguard1-static.
16444         (tst-ptrguard1-ARGS): Define.
16445         (tst-ptrguard1-static-ARGS): Define.
16446         * elf/tst-ptrguard1.c: New file.
16447         * elf/tst-ptrguard1-static.c: New file.
16448         * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
16449         * sysdeps/i386/stackguard-macros.h: Likewise.
16450         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
16451         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
16452         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
16453         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
16454         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
16455         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
16456
16457 2013-09-23  Hector Marco  <hecmargi@upv.es>
16458             Ismael Ripoll  <iripoll@disca.upv.es>
16459             Carlos O'Donell  <carlos@redhat.com>
16460
16461         [BZ #15754]
16462         * sysdeps/generic/stackguard-macros.h: Define
16463         __pointer_chk_guard_local and POINTER_CHK_GUARD.
16464         * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
16465         Define __pointer_chk_guard_local.
16466         (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
16467         Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
16468
16469 2013-09-15  Vinitha Vijayan <vinitha.vijayann@gmail.com>
16470
16471         [BZ #15859]
16472         * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
16473
16474 2013-09-20  Andreas Schwab  <schwab@linux-m68k.org>
16475
16476         * include/string.h (__ffs): Declare as hidden.
16477         * string/ffs.c (__ffs): Define as hidden.
16478         * sysdeps/i386/ffs.c (__ffs): Likewise.
16479         * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
16480         * sysdeps/powerpc/ffs.c (__ffs): Likewise.
16481         * sysdeps/s390/ffs.c (__ffs): Likewise.
16482         * sysdeps/x86_64/ffs.c (__ffs): Likewise.
16483
16484 2013-09-20  Alexandre Oliva <aoliva@redhat.com>
16485
16486         * NEWS: Mention malloc probes.
16487
16488         * malloc/arena.c (new_heap): New memory_heap_new probe.
16489         (grow_heap): New memory_heap_more probe.
16490         (shrink_heap): New memory_heap_less probe.
16491         (heap_trim): New memory_heap_free probe.
16492         * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
16493         (systrim): New memory_sbrk_less probe.
16494         * manual/probes.texi: Document them.
16495
16496         * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
16497         * manual/probes.texi: Document it.
16498
16499         * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
16500         (__libc_realloc): Add memory_realloc_retry probe.
16501         (__libc_memalign): Add memory_memalign_retry probe.
16502         (__libc_valloc): Add memory_valloc_retry probe.
16503         (__libc_pvalloc): Add memory_pvalloc_retry probe.
16504         (__libc_calloc): Add memory_calloc_retry probe.
16505         * manual/probes.texi: Document them.
16506
16507         * malloc/arena.c (get_free_list): Add probe
16508         memory_arena_reuse_free_list.
16509         (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
16510         and memory_arena_reuse.
16511         (arena_get2) [!PER_THREAD]: Likewise.
16512         * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
16513         memory_arena_reuse_realloc.
16514         * manual/probes.texi: Document them.
16515
16516         * malloc/malloc.c (__libc_free): Add
16517         memory_mallopt_free_dyn_thresholds probe.
16518         (__libc_mallopt): Add multiple memory_mallopt probes.
16519         * manual/probes.texi: Document them.
16520
16521         * malloc/malloc.c: Include stap-probe.h.
16522         (__libc_mallopt): Add memory_mallopt probe.
16523         * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
16524         * manual/probes.texi: New.
16525         * manual/Makefile (chapters): Add probes.
16526         * manual/threads.texi: Set next node.
16527
16528 2013-09-19  Wei-Lun Chao  <bluebat@member.fsf.org>
16529
16530         [BZ #15963, #13985]
16531         * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
16532         czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
16533         Add `Chinese' to `nan' entry name.
16534
16535 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16536
16537         * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
16538         (POLYNOMIAL): Likewise.
16539         (TAYLOR_SINCOS): Likewise.
16540         (TAYLOR_SLOW): Likewise.
16541         (__sin): Use TAYLOR_SINCOS.
16542         (__cos): Likewise.
16543         (slow): Use TAYLOR_SLOW.
16544         (sloww): Likewise.
16545         (bsloww): Likewise.
16546         (csloww): Likewise.
16547
16548 2013-09-19  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
16549
16550         * stdlib/strtod_l.c: Fix buffer overrun.
16551
16552 2013-09-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
16553
16554         * benchtests/Makefile (bench): Add sincos.
16555         * benchtests/bench-sincos.c: New file.
16556
16557         * math/libm-test.inc (cos_test_data): New test inputs.
16558         (sin_test_data): Likewise.
16559
16560         * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
16561         macro.
16562         (__sin): Use it.
16563         (__cos): Likewise.
16564         (slow1): Likewise.
16565         (slow2): Likewise.
16566         (sloww1): Likewise.
16567         (sloww2): Likewise.
16568         (bsloww1): Likewise.
16569         (bsloww2): Likewise.
16570         (cslow2): Likewise.
16571         (csloww1): Likewise.
16572         (csloww2): Likewise.
16573
16574         * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
16575         function.
16576         (__sin): Use it.
16577         (__cos): Likewise.
16578
16579         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
16580         gotos.
16581         (__cos): Likewise.
16582
16583 2013-09-18  Maciej W. Rozycki  <macro@codesourcery.com>
16584
16585         * config.h.in (HAVE_MIPS_NAN2008): New macro.
16586         * elf/elf.h (EF_MIPS_NAN2008): Likewise.
16587         * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
16588         (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
16589         (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
16590         * elf/cache.c (print_entry): Handle the new cache flags.
16591
16592 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16593             Aldy Hernandez  <aldyh@redhat.com>
16594
16595         * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
16596         Change condition to [_SOFT_FLOAT].
16597         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
16598         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
16599         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
16600         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
16601         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
16602         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
16603         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
16604         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
16605         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
16606         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
16607         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
16608         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
16609         [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
16610         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
16611         [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
16612         [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
16613         declaration.
16614
16615 2013-09-18  Joseph Myers  <joseph@codesourcery.com>
16616
16617         * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
16618         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16619         (__longjmp): Use LOAD_GP to load saved GPRs.
16620         * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
16621         macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
16622         (__sigsetjmp): Use SAVE_GP to save GPRs.
16623
16624         * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
16625         Do not append -msoft-float.
16626         [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
16627
16628 2013-09-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
16629
16630         * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
16631
16632 2013-09-17  Joseph Myers  <joseph@codesourcery.com>
16633
16634         [BZ #15966]
16635         * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
16636         (_FPU_GETCW): Use initial "__" on variable and field names but not
16637         on macro parameter name.
16638         [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise.  Use
16639         parentheses around reference to macro parameter.
16640
16641 2013-09-13  Richard Sandiford  <richard@codesourcery.com>
16642
16643         * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
16644         prototype.
16645         (ctype_startup): Use uint32_t in cast and sizeof for
16646         ctype->charnames.
16647
16648 2013-09-11  Jia Liu  <proljc@gmail.com>
16649
16650         * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
16651         __daddr_t_defined.
16652         [__FreeBSD__]: Likewise.
16653
16654 2013-09-11  Ondřej Bílka  <neleai@seznam.cz>
16655
16656         * sysdeps/x86_64/multiarch/ifunc-impl-list.c
16657         (__libc_ifunc_impl_list): Remove: __strchr_sse42.
16658         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
16659         (strchr): Remove __strchr_sse42 ifunc selection.
16660         * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
16661         * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
16662
16663 2013-09-11  Will Newton  <will.newton@linaro.org>
16664
16665         * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
16666         parameter to RES. Remove hardcoded 1000 value.
16667         * benchtests/bench-skeleton.c (main): Pass RES parameter
16668         to TIMING_INIT and multiply result by 1000.
16669
16670 2013-09-10  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16671
16672         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
16673
16674 2013-09-11  Andreas Schwab  <schwab@suse.de>
16675
16676         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
16677         if not defined.
16678         (O_TMPFILE) [__USE_GNU]: Define.
16679         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
16680         Define.
16681
16682 2013-09-11  Will Newton  <will.newton@linaro.org>
16683
16684         [BZ #15857]
16685         * malloc/malloc.c (__libc_memalign): Check the value of bytes
16686         does not overflow.
16687
16688 2013-09-11  Will Newton  <will.newton@linaro.org>
16689
16690         [BZ #15856]
16691         * malloc/malloc.c (__libc_valloc): Check the value of bytes
16692         does not overflow.
16693
16694 2013-09-11  Will Newton  <will.newton@linaro.org>
16695
16696         [BZ #15855]
16697         * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
16698         does not overflow.
16699
16700 2013-09-10  Ondřej Bílka  <neleai@seznam.cz>
16701
16702         * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
16703         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
16704         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
16705         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
16706         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
16707
16708 2013-09-10  Allan McRae  <allan@archlinux.org>
16709
16710         [BZ #15748]
16711         * manual/arith.texi (Parsing of Floats): Clarify
16712         cross-reference.
16713
16714         [BZ #15849]
16715         * manual/install.texi (Running make install): Mention
16716         --enable-pt-chown.
16717         * INSTALL: Regenerated.
16718
16719 2013-09-09  Maciej W. Rozycki  <macro@codesourcery.com>
16720
16721         * csu/init-first.c (_init): Remove the !SHARED condition around
16722         FPU control word initialization.
16723         * elf/dl-support.c (_dl_fpu_control): New variable.
16724         (_dl_aux_init) <AT_FPUCW>: Initialize it.
16725         * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
16726         (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
16727         * math/test-fpucw-static.c: New file.
16728         * math/test-fpucw-ieee.c: New file.
16729         * math/test-fpucw-ieee-static.c: New file.
16730         * math/Makefile (tests): Add `test-fpucw-ieee' and
16731         `$(tests-static)'.
16732         (tests-static): New variable.
16733         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
16734         dependency to...
16735         [($(build-shared),yes)]
16736         ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
16737         ... this.
16738         [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
16739         New dependency.
16740
16741 2013-09-09  Allan McRae  <allan@archlinux.org>
16742
16743         [BZ #15939]
16744         * manual/string.texi (Collation Functions): Fix typo in
16745         strcoll example.
16746         Reported by Suren Karapetyan <me@suren.karapetyan.name>.
16747
16748         [BZ #15893]
16749         * stdlib/isomac.c (get_null_defines): Fix memory leak.
16750
16751         [BZ #15892]
16752         * libio/memstream.c (open_memstream): Fix memory leak.
16753         * libio/wmemstream.c (open_wmemstream): Likewise.
16754
16755         [BZ #15895]
16756         * nscd/netgroupcache.c: Fix nesting of ifdefs.
16757
16758 2013-09-09  Will Newton  <will.newton@linaro.org>
16759
16760         * malloc/Makefile: Add tst-realloc to tests.
16761         * malloc/tst-realloc.c: New file.
16762
16763 2013-09-09  Allan McRae  <allan@archlinux.org>
16764
16765         [BZ #15844]
16766         * COPYING: Update from GNU website to fix FSF address.
16767         * COPYING.LIB: Likewise.
16768
16769 2013-09-06  David S. Miller  <davem@davemloft.net>
16770
16771         * po/zh_TW.po: Update Chinese (traditional) translation from
16772         translation project.
16773
16774 2013-09-06  Richard Sandiford  <richard@codesourcery.com>
16775             Joseph Myers  <joseph@codesourcery.com>
16776
16777         * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
16778         "localeinfo.h".
16779         (obstack_chunk_alloc): New macro.
16780         (obstack_chunk_free): Likewise.
16781         (record_offset): New function.
16782         (init_locale_data): Likewise.
16783         (align_locale_data): Likewise.
16784         (add_locale_empty): Likewise.
16785         (add_locale_raw_data): Likewise.
16786         (add_locale_raw_obstack): Likewise.
16787         (add_locale_string): Likewise.
16788         (add_locale_wstring): Likewise.
16789         (add_locale_uint32): Likewise.
16790         (add_locale_uint32_array): Likewise.
16791         (add_locale_char): Likewise.
16792         (start_locale_structure): Likewise.
16793         (end_locale_structure): Likewise.
16794         (start_locale_prelude): Likewise.
16795         (end_locale_prelude): Likewise.
16796         (write_locale_data): Take locale_file structure rather than an
16797         iovec.
16798         * locale/programs/locfile.h: Include "obstack.h".
16799         (struct locale_file): Change to store locale file contents instead
16800         of header.
16801         (init_locale_data): New prototype.
16802         (align_locale_data): Likewise.
16803         (add_locale_empty): Likewise.
16804         (add_locale_raw_data): Likewise.
16805         (add_locale_raw_obstack): Likewise.
16806         (add_locale_string): Likewise.
16807         (add_locale_wstring): Likewise.
16808         (add_locale_uint32): Likewise.
16809         (add_locale_uint32_array): Likewise.
16810         (add_locale_char): Likewise.
16811         (start_locale_structure): Likewise.
16812         (end_locale_structure): Likewise.
16813         (start_locale_prelude): Likewise.
16814         (end_locale_prelude): Likewise.
16815         (write_locale_data): Update prototype.
16816         * locale/programs/3level.h (struct TABLE): Remove result field.
16817         (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
16818         Use new locale_file interface.
16819         [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
16820         (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
16821         * locale/programs/ld-address.c (address_output): Use new
16822         locale_file interface.
16823         * locale/programs/ld-collate.c (NO_FINALIZE): Change to
16824         NO_ADD_LOCALE.
16825         (collate_finish): Don't call collseq_table_finalize.
16826         (collate_output): Use new locale_file interface.
16827         * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
16828         in file.
16829         (NO_FINALIZE): Change to NO_ADD_LOCALE.
16830         (TABLE): Move defines earlier in file.
16831         (ELEMENT): Likewise.
16832         (DEFAULT): Likewise.
16833         (wctrans_table_add): Move macro and inline function earlier in
16834         file.
16835         (struct wctype_table): Move type earlier in file.
16836         (add_locale_wctype_table): New static prototype.
16837         (struct locale_ctype_t): Use logical types instead of struct iovec
16838         pointers for members.
16839         (ctype_output): Use new locale_file interface.
16840         (wctype_table_finalize): Change to add_locale_wctype_table.  Use
16841         new locale_file interface.
16842         (allocate_arrays): Update for use of new locale_file interface.
16843         * locale/programs/ld-identification.c (identification_output): Use
16844         new locale_file interface.
16845         * locale/programs/ld-measurement.c (measurement_output): Likewise.
16846         * locale/programs/ld-messages.c (messages_output): Likewise.
16847         * locale/programs/ld-monetary.c (monetary_output): Likewise.
16848         * locale/programs/ld-name.c (name_output): Likewise.
16849         * locale/programs/ld-numeric.c (numeric_output): Likewise.
16850         * locale/programs/ld-paper.c (paper_output): Likewise.
16851         * locale/programs/ld-telephone.c (telephone_output): Likewise.
16852         * locale/programs/ld-time.c (time_output): Likewise.
16853
16854 2013-09-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16855
16856         * benchtests/Makefile: Add memrchr benchmark.
16857         * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
16858         benchmark as memrchr.
16859         * benchtests/bench-memrchr-ifunc.c: New file.
16860         * benchtests/bench-memrchr.c: New file.
16861
16862 2013-09-06   Will Newton  <will.newton@linaro.org>
16863
16864         * benchtests/Makefile (string-bench): Add memcpy.
16865
16866 2013-09-05  Carlos O'Donell  <carlos@redhat.com>
16867             Cong Wang  <amwang@redhat.com>
16868
16869         [BZ #15850]
16870         * sysdeps/unix/sysv/linux/bits/in.h
16871         [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
16872         * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
16873         before __USE_KERNEL_IPV6_DEFS uses.
16874         * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
16875         IPPROTO_BEETPH.
16876         [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
16877         sockaddr_in6, or ipv6_mreq.
16878
16879 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16880
16881         * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
16882         memory access for final bytes in some large inputs.
16883         * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
16884
16885 2013-09-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
16886
16887         * string/test-memrchr.c: New file.
16888         * string/test-memrchr-ifunc.c: New file.
16889         * string/Makefile: Add new memrchr testcase.
16890
16891 2013-09-05  Mike Frysinger  <vapier@gentoo.org>
16892
16893         * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
16894         fanotify_init returns EPERM.
16895
16896 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16897
16898         * conform/conformtest.pl (newtoken): Treat tokens not allowed as
16899         errors.
16900         (top level): Treat second token from macro or constant entries for
16901         allowed headers as allowed.
16902         * include/complex.h: Condition internal declarations on
16903         [!_ISOMAC].
16904         * include/fenv.h: Condition include of <stdbool.h> and internal
16905         declarations on [!_ISOMAC].
16906
16907 2013-09-04  Chris Leonard  <cjl@sugarlabs,.org>
16908
16909         [BZ #15923]
16910         * locale/iso-4217.def: Update iso-1427.def and related occurrences.
16911
16912 2013-09-04  Joseph Myers  <joseph@codesourcery.com>
16913
16914         * configure.in (--enable-versioning): Remove configure option.
16915         (libc_cv_asm_symver_directive): Remove configure test.
16916         (libc_cv_ld_version_script_option): Likewise.
16917         (VERSIONING): Remove variable and AC_SUBST.
16918         (DO_VERSIONING): Remove AC_DEFINE.
16919         * configure: Regenerated.
16920         * config.h.in (DO_VERSIONING): Remove macro.
16921         * Makerules [$(versioning) = yes]: Change conditionals to
16922         [$(build-shared) = yes].
16923         * config.make.in (versioning): Remove variable.
16924         * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
16925         [$(build-shared) = yes].
16926         * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
16927         * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
16928         * elf/Makefile [$(versioning) = yes]: Change conditionals to
16929         [$(build-shared) = yes].
16930         * extra-lib.mk [$(versioning) = yes]: Likewise.
16931         * hurd/Makefile [$(versioning) = yes]: Likewise.
16932         * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
16933         [SHARED].
16934         * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
16935         [SHARED].
16936         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16937         [SHARED && !NO_HIDDEN].
16938         * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
16939         [SHARED].
16940         [SHARED && DO_VERSIONING]: Likewise..
16941         * libio/Makefile [$(versioning) = yes]: Change conditionals to
16942         [$(build-shared) = yes].
16943         * manual/install.texi (--disable-versioning): Remove
16944         documentation.
16945         * INSTALL: Regenerated.
16946         * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
16947         to [SHARED].
16948         * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
16949         [$(build-shared) = yes].
16950         * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
16951         * sysdeps/i386/i686/multiarch/strstr-c.c
16952         [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
16953         [SHARED && !NO_HIDDEN].
16954         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
16955         [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
16956         * sysdeps/powerpc/powerpc32/dl-machine.c
16957         [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
16958         * sysdeps/powerpc/powerpc32/sysdep.h
16959         [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
16960         to [SHARED && PIC && !NO_HIDDEN].
16961         * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
16962         conditional to [SHARED].
16963
16964 2013-09-04   Will Newton  <will.newton@linaro.org>
16965
16966         * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
16967         * benchtests/bench-string.h: Include bench-timing.h instead
16968         of including hp-timing.h directly. (INNER_LOOP_ITERS): New
16969         define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
16970         call to HP_TIMING_DIFF_INIT.
16971         * benchtests/bench-memccpy.c: Use bench-timing.h macros
16972         instead of hp-timing.h macros.
16973         * benchtests/bench-memchr.c: Likewise.
16974         * benchtests/bench-memcmp.c: Likewise.
16975         * benchtests/bench-memcpy.c: Likewise.
16976         * benchtests/bench-memmem.c: Likewise.
16977         * benchtests/bench-memmove.c: Likewise.
16978         * benchtests/bench-memset.c: Likewise.
16979         * benchtests/bench-rawmemchr.c: Likewise.
16980         * benchtests/bench-strcasecmp.c: Likewise.
16981         * benchtests/bench-strcasestr.c: Likewise.
16982         * benchtests/bench-strcat.c: Likewise.
16983         * benchtests/bench-strchr.c: Likewise.
16984         * benchtests/bench-strcmp.c: Likewise.
16985         * benchtests/bench-strcpy.c: Likewise.
16986         * benchtests/bench-strcpy_chk.c: Likewise.
16987         * benchtests/bench-strlen.c: Likewise.
16988         * benchtests/bench-strncasecmp.c: Likewise.
16989         * benchtests/bench-strncat.c: Likewise.
16990         * benchtests/bench-strncmp.c: Likewise.
16991         * benchtests/bench-strncpy.c: Likewise.
16992         * benchtests/bench-strnlen.c: Likewise.
16993         * benchtests/bench-strpbrk.c: Likewise.
16994         * benchtests/bench-strrchr.c: Likewise.
16995         * benchtests/bench-strspn.c: Likewise.
16996         * benchtests/bench-strstr.c: Likewise.
16997
16998 2013-09-04  Will Newton  <will.newton@linaro.org>
16999
17000         * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
17001
17002 2013-09-03  Joseph Myers  <joseph@codesourcery.com>
17003
17004         [BZ #15427]
17005         * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
17006         2**-30 instead of 2**-70 as threshold for returning -log(|x|).
17007         * math/libm-test.inc (lgamma_test_data): Add more tests.
17008         * sysdeps/i386/fpu/libm-test-ulps: Update.
17009         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17010
17011 2013-09-03   Ondřej Bílka  <neleai@seznam.cz>
17012
17013         * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
17014         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
17015         Add ifunc.
17016         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
17017         Add strcmp-sse2-unaligned
17018         * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
17019
17020 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17021
17022         * Versions.def (libc): Add GLIBC_2.19.
17023
17024 2013-09-02  Mike Frysinger  <vapier@gentoo.org>
17025
17026         * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
17027         * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
17028
17029 2013-09-02  Joseph Myers  <joseph@codesourcery.com>
17030
17031         [BZ #14155]
17032         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
17033         intermediate calculations in recurrence.
17034         (__ieee754_ynf): Likewise.
17035         * math/libm-test.inc (jn_test_data): Do not allow spurious
17036         underflow exception.  Add more tests.
17037         (yn_test_data): Add more tests.
17038         * sysdeps/i386/fpu/libm-test-ulps: Update.
17039         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17040
17041 2013-09-02   Ondřej Bílka  <neleai@seznam.cz>
17042
17043         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
17044
17045 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17046
17047         * csu/init-first.c: Fix then/than typos.
17048         * locale/programs/ld-collate.c: Likewise.
17049         * locale/programs/linereader.h: Likewise.
17050         * manual/charset.texi: Likewise.
17051         * manual/filesys.texi: Likewise.
17052         * manual/stdio.texi: Likewise.
17053         * manual/string.texi: Likewise.
17054         * stdlib/fmtmsg.c: Likewise.
17055         * sysdeps/i386/stpncpy.S: Likewise.
17056         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
17057         * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
17058         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
17059         * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
17060
17061 2013-08-30   Ondřej Bílka  <neleai@seznam.cz>
17062
17063         * elf/dl-open.c: Fix typos.
17064         * iconvdata/gbbig5.c: Likewise.
17065         * iconvdata/iso-2022-jp.c: Likewise.
17066         * iconv/gconv_int.h: Likewise.
17067         * iconv/loop.c: Likewise.
17068         * nis/rpcsvc/nis.h: Likewise.
17069         * resolv/ns_name.c: Likewise.
17070         * stdio-common/vfscanf.c: Likewise.
17071         * streams/stropts.h: Likewise.
17072         * sunrpc/rpc_thread.c: Likewise.
17073         * sysdeps/i386/strpbrk.S: Likewise.
17074         * sysdeps/ieee754/k_standard.c: Likewise.
17075         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
17076         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
17077         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
17078         * sysdeps/mach/hurd/profil.c: Likewise.
17079         * sysdeps/s390/dl-procinfo.h: Likewise.
17080         * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
17081         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
17082         * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
17083         * sysdeps/x86_64/dl-trampoline.S: Likewise.
17084         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
17085
17086 2013-08-30  Ondřej Bílka  <neleai@seznam.cz>
17087
17088         * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
17089         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
17090
17091 2013-08-29  Ondřej Bílka  <neleai@seznam.cz>
17092
17093         * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
17094         aix specific files.
17095         * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
17096         * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
17097         * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
17098         * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
17099         * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
17100         * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
17101         * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
17102         * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
17103
17104 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17105             Roland McGrath  <roland@hack.frob.com>
17106
17107         * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
17108         * sysdeps/mach/hurd/bits/errno.h: Regenerate.
17109
17110 2013-08-29  Samuel Thibault  <samuel.thibault@ens-lyon.org>
17111
17112         * sysdeps/mach/hurd/i386/init-first.c (init1): Use
17113         __executable_start symbol instead of _start.
17114
17115 2013-08-29  Thomas Schwinge  <thomas@codesourcery.com>
17116
17117         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
17118         (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
17119         Move macros to...
17120         * sysdeps/gnu/ldsodefs.h: ... this new file.
17121
17122         * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
17123         (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
17124         instead of ELFOSABI_LINUX.
17125
17126         [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
17127         * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
17128         * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
17129         * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
17130         Likewise.
17131         * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
17132         * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
17133         * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
17134         Likewise.
17135         * sysdeps/ieee754/ldbl-128ibm/ieee754.h
17136         (ibm_extended_long_double): Add ieee_nan member.
17137         * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
17138         (do_test): New function.
17139
17140         * math/basic-test.c (TEST_CONVERT): New macro, renamed from
17141         TEST_TRUNC.
17142         (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
17143         functions, renamed from truncdfsf_test, trunctfsf_test,
17144         trunctfdf_test.
17145         (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
17146         functions.
17147         (do_test): Run all these.
17148
17149 2013-08-29   Ondřej Bílka  <neleai@seznam.cz>
17150
17151         * argp/argp-help.c: Fix typos.
17152         * argp/argp-parse.c: Likewise.
17153         * debug/backtracesyms.c: Likewise.
17154         * elf/elf.h: Likewise.
17155         * malloc/malloc.c: Likewise.
17156         * nis/nis_print.c: Likewise.
17157         * resolv/res_comp.c: Likewise.
17158         * stdlib/stdlib.h: Likewise.
17159         * sunrpc/clnt_tcp.c: Likewise.
17160         * sunrpc/clnt_udp.c: Likewise.
17161         * sunrpc/clnt_unix.c: Likewise.
17162         * sysdeps/unix/bsd/ptsname.c: Likewise.
17163         * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
17164         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
17165         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
17166         Likewise.
17167         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
17168         Likewise.
17169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
17170         Likewise.
17171         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
17172
17173 2013-08-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
17174
17175         * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
17176         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
17177
17178 2013-08-27  Mike Frysinger  <vapier@gentoo.org>
17179
17180         [BZ #15897]
17181         * dlfcn/Makefile (tests): Add bug-dl-leaf.
17182         (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
17183         ($(objpfx)bug-dl-leaf): New rule.
17184         ($(objpfx)bug-dl-leaf.so): Likewise.
17185         ($(objpfx)bug-dl-leaf.out): Likewise.
17186         ($(objpfx)bug-dl-leaf-lib.so): Likewise.
17187         ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
17188         * dlfcn/bug-dl-leaf.c: New test.
17189         * dlfcn/bug-dl-leaf-lib.c: Likewise.
17190         * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
17191         * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
17192         (dlclose): Likewise.
17193         (dlmopen): Likewise.
17194
17195 2013-08-27  Roland McGrath  <roland@hack.frob.com>
17196
17197         * include/netdb.h [!_ISOMAC]:
17198         Don't include <tls.h>.
17199         (h_errno, __libc_h_errno): Move declaration and macros out of
17200         [_LIBC_REENTRANT].
17201
17202         * include/resolv.h [_RESOLV_H_]:
17203         Don't include <tls.h>.
17204         (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
17205         * resolv/res_libc.c: Don't include <tls.h>.
17206         (_res): Use __attribute__ ((nocommon)) in place of
17207         __attribute__ ((section (".bss"))).
17208
17209         * Makefile ($(common-objpfx)linkobj/libc_pic.a):
17210         If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
17211
17212         * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
17213
17214         * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
17215         only under [SIOCGIFCONF && SIOCGIFNETMASK].
17216
17217         * resolv/res_mkquery.c: Include <sys/time.h>.
17218
17219         * inet/ifreq.c: Moved to ...
17220         * sysdeps/unix/ifreq.c: ... here.
17221         * inet/ifreq.c: New file, true stub version.
17222
17223         * socket/sa_len.c: New file.
17224         * socket/Makefile (aux): Add it.
17225         * sysdeps/unix/sysv/linux/Makefile
17226         [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
17227         * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
17228         and #include <socket/sa_len.c>.
17229         * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
17230         HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
17231
17232         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
17233         * bits/socket.h: ... here.
17234
17235         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
17236         Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
17237         (SOCK_MAX, SOCK_TYPE_MASK): New macros.
17238
17239 2013-08-27  Andreas Schwab  <schwab@suse.de>
17240
17241         [BZ #15736]
17242         * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
17243         * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
17244         (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
17245         * string/test-strcasecmp.c (test_main): Run tests in several
17246         locales.
17247         * string/test-strncasecmp.c (test_main): Likewise.
17248
17249         * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
17250         (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
17251         to __strcasecmp_nonascii and __strncasecmp_nonascii.
17252         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
17253         (__strncasecmp_ssse3) [PIC]: Likewise.
17254
17255 2013-08-26  Roland McGrath  <roland@hack.frob.com>
17256
17257         * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
17258
17259         * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
17260         instead of explicitly declaring xdecrypt.
17261         * nis/nss_nis/nis-publickey.c: Likewise.
17262
17263 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17264
17265         [BZ #15890]
17266         * nscd/aicache.c: Include res_hconf.h.
17267         (addhstaiX): Initialize res_hconf.
17268
17269 2013-08-26  Andreas Schwab  <schwab@suse.de>
17270
17271         * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
17272         ($(objpfx)tst-tls-atexit): Add dependencies here instead.
17273
17274 2013-08-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
17275
17276         * nscd/aicache.c (addhstaiX): Fix indentation.
17277
17278 2013-08-25  Mike Frysinger  <vapier@gentoo.org>
17279
17280         * configure.ac: Quote $build_pt_chown test.
17281         * configure: Regenerated.
17282
17283 2013-08-23  Joseph Myers  <joseph@codesourcery.com>
17284
17285         [BZ #15532]
17286         * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
17287         * math/s_cexpf.c (__cexpf): Likewise.
17288         * math/s_cexpl.c (__cexpl): Likewise.
17289         * math/libm-test.inc (cexp_test_data): Correct expected return
17290         value for NaN + i0.  Add another test.
17291
17292 2013-08-22  David S. Miller  <davem@davemloft.net>
17293
17294         * po/ca.po: Update Catalan translation from translation project.
17295         * po/uk.po: Add Ukrainian translations from translation project.
17296
17297 2013-08-21  Joseph Myers  <joseph@codesourcery.com>
17298
17299         [BZ #15797]
17300         * math/s_fdim.c (__fdim): Check for infinite arguments if result
17301         is infinite, not alongside NaN test.
17302         * math/s_fdimf.c (__fdimf): Likewise.
17303         * math/s_fdiml.c (__fdiml): Likewise.
17304         * math/libm-test.inc (fdim_test_data): Add more tests.  Test that
17305         errno is unchanged.
17306
17307 2013-08-21   Ondřej Bílka  <neleai@seznam.cz>
17308
17309         * argp/argp-help.c: Fix typos.
17310         * crypt/speeds.c: Likewise.
17311         * csu/check_fds.c: Likewise.
17312         * elf/dl-load.c: Likewise.
17313         * elf/dl-open.c: Likewise.
17314         * elf/reldep3.c: Likewise.
17315         * elf/reldep.c: Likewise.
17316         * elf/sprof.c: Likewise.
17317         * iconv/iconv_charmap.c: Likewise.
17318         * iconv/skeleton.c: Likewise.
17319         * iconv/strtab.c: Likewise.
17320         * io/lockf64.c: Likewise.
17321         * libio/libioP.h: Likewise.
17322         * resolv/gai_notify.c: Likewise.
17323         * resolv/ns_name.c: Likewise.
17324         * resolv/ns_samedomain.c: Likewise.
17325         * resolv/res_send.c: Likewise.
17326         * stdlib/random.c: Likewise.
17327         * sunrpc/rpc/xdr.h: Likewise.
17328         * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
17329         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
17330         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
17331         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
17332         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
17333         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
17334         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
17335         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
17336         * sysdeps/mach/hurd/check_fds.c: Likewise.
17337         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
17338         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
17339         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
17340         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
17341         * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
17342         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
17343         * sysdeps/pthread/aio_notify.c: Likewise.
17344         * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
17345         * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
17346         * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
17347         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
17348         * sysdeps/x86/fpu/bits/fenv.h: Likewise.
17349
17350 2013-08-21  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17351
17352         * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
17353         version if bit_Slow_SSE4_2 is set.
17354         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
17355         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
17356
17357 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17358
17359         [BZ #15867]
17360         * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
17361         trampoline stack frame information.
17362         * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
17363         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
17364         (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
17365         (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
17366         (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
17367         * sysdeps/unix/sysv/linux/powerpc/init-first.c
17368         (_libc_vdso_platform_setup): Initialize the signal trampolines.
17369         * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
17370         sa_flags value.
17371         * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
17372         interrupting a syscall and set with option SA_SIGINFO.
17373
17374 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17375
17376         [BZ #15531]
17377         * math/s_cproj.c (__cproj): Only return an infinity if one part of
17378         argument is infinite.
17379         * math/s_cprojf.c (__cprojf): Likewise.
17380         * math/s_cprojl.c (__cprojl): Likewise.
17381         * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
17382         * math/libm-test.inc (cproj_test_data): Add more tests.
17383
17384         * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
17385
17386         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
17387         [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
17388         size.  Use __ffs to determine corresponding shift.
17389
17390 2013-08-20  Joseph Myers  <joseph@codesourcery.com>
17391             Roland McGrath  <roland@hack.frob.com>
17392
17393         * Makefile (INSTALL): Remove trailing blank lines from output of
17394         makeinfo.
17395
17396 2013-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17397
17398         * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
17399         Align 32 bit compat elf_greg to 8 bytes.
17400
17401 2013-08-20  Andreas Arnez  <arnez@linux.vnet.ibm.com>
17402
17403         * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
17404
17405 2013-08-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
17406
17407         * string/strcoll_l.c (coll_seq): New structure.
17408         (get_next_seq_cached): New function.
17409         (get_next_seq): New function.
17410         (do_compare): New function.
17411         (STRCOLL): Use GNU style definition.  Simplify implementation
17412         by using get_next_seq, get_next_seq_cached and do_compare.
17413
17414 2013-08-16  Florian Weimer  <fweimer@redhat.com>
17415
17416         [BZ #14699]
17417         CVE-2013-4237
17418         * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
17419         member.
17420         * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
17421         member.
17422         * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
17423         * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
17424         Return delayed error code.  Remove GETDENTS_64BIT_ALIGNED
17425         conditional.
17426         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
17427         GETDENTS_64BIT_ALIGNED.
17428         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
17429         * manual/filesys.texi (Reading/Closing Directory): Document
17430         ENAMETOOLONG return value of readdir_r.  Recommend readdir more
17431         strongly.
17432         * manual/conf.texi (Limits for Files): Add portability note to
17433         NAME_MAX, PATH_MAX.
17434         (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
17435
17436 2013-08-13  Andreas Schwab  <schwab@suse.de>
17437
17438         [BZ #15749]
17439         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
17440         of fabs.
17441         * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
17442         LDBL_MAX_EXP >= 16384]: Add tests for it.
17443
17444 2013-08-12  David S. Miller  <davem@davemloft.net>
17445
17446         * version.h (RELEASE): Set to "development".
17447         (VERSION): Set to "2.18.90".
17448         * NEWS: Add 2.19 section.
17449
17450 2013-08-03  David S. Miller  <davem@davemloft.net>
17451
17452         * po/ko.po: Update Korean translation from translation project.
17453
17454 2013-08-01  David S. Miller  <davem@davemloft.net>
17455
17456         * manual/contrib.texi: Update entry for Siddhesh Poyarekar.  Add
17457         entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
17458         Bilka.
17459
17460 2013-07-30  David S. Miller  <davem@davemloft.net>
17461
17462         * po/fr.po: Update French translation from translation project.
17463
17464 2013-07-28  David S. Miller  <davem@davemloft.net>
17465
17466         * po/cs.po: Update Czech translation from translation project.
17467
17468         * po/sv.po: Update Swedish translation from translation project.
17469
17470 2013-07-27  David S. Miller  <davem@davemloft.net>
17471
17472         * po/eo.po: Update Esperanto translation from translation project.
17473
17474         * po/vi.po: Update Vietnamese translation from translation project.
17475
17476         * po/de.po: Update German translation from translation project.
17477
17478 2013-07-26  David S. Miller  <davem@davemloft.net>
17479
17480         * po/bg.po: Update Bulgarian translation from translation project.
17481
17482         * po/nl.po: Update Dutch translation from translation project.
17483         * po/pl.po: Update Polish translation from translation project.
17484         * po/ru.po: Update Russian translation from translation project.
17485
17486 2013-07-24  David S. Miller  <davem@davemloft.net>
17487
17488         * po/libc.pot: Update.
17489
17490 2013-07-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17491
17492         * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
17493         variable page size.
17494         * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
17495         * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
17496         * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
17497
17498 2013-07-22  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
17499
17500         * sysdeps/s390/fpu/libm-test-ulps: Refresh.
17501
17502 2013-07-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
17503             Andreas Schwab  <schwab@suse.de>
17504             Roland McGrath  <roland@hack.frob.com>
17505             Joseph Myers  <joseph@codesourcery.com>
17506             Carlos O'Donell  <carlos@redhat.com>
17507
17508         [BZ #15755]
17509         * config.h.in: Define HAVE_PT_CHOWN.
17510         * config.make.in (build-pt-chown): New variable.
17511         * configure.in (--enable-pt_chown): New configure option.
17512         * configure: Regenerate.
17513         * login/Makefile: Include Makeconfig.  Build pt_chown only if
17514         build-pt-chown is enabled.
17515         * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
17516         pt_chown to fix pty ownership.
17517         * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
17518         CLOSE_ALL_FDS.
17519         * manual/install.texi (Configuring and compiling): Mention
17520         --enable-pt_chown. Add @findex for grantpt.
17521         * INSTALL: Regenerate.
17522
17523 2013-07-20  David S. Miller  <davem@davemloft.net>
17524
17525         * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
17526         difference between 32-bit and 64-bit.
17527
17528 2013-07-15  Carlos O'Donell  <carlos@redhat.com>
17529
17530         [BZ #15711]
17531         * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
17532         Avoid system header dependency with -ffreestanding.
17533         ($(objpfx)bits/syscall%d): Likewise.
17534
17535 2013-07-13  David S. Miller  <davem@davemloft.net>
17536
17537         * math/libm-test.inc (casin_test_data): Annotate more cases of missing
17538         underflows from atanl/atan2l due to bug 15319.
17539         (casinh_test_data): Likewise.
17540
17541 2013-07-07  David S. Miller  <davem@davemloft.net>
17542
17543         * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
17544
17545 2013-07-05  Jeroen Albers  <_jeroen_@yahoo.com>
17546
17547         * sysdeps/i386/fpu/libm-test-ulps: Update.
17548         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17549
17550 2013-07-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
17551
17552         * configure.in (--enable-lock-elision): Fix message text.
17553         * INSTALL: Regenerate.
17554         * configure: Regenerate.
17555
17556 2013-07-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17557
17558         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17559
17560 2013-07-03  Andreas Jaeger  <aj@suse.de>
17561
17562         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
17563         define.
17564         (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
17565         (ptrace_peeksiginfo_args): Add.
17566         (__ptrace_peeksiginfo_flags): Add.
17567         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
17568         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
17569         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
17570
17571 2013-07-03  Allan McRae  <allan@archlinux.org>
17572
17573         * sysdeps/i386/fpu/libm-test-ulps: Update.
17574
17575 2013-07-02  David S. Miller  <davem@davemloft.net>
17576
17577         * sysdeps/sparc/fpu/libm-test-ulps: Update.
17578
17579 2013-07-02  Markus Trippelsdorf  <markus@trippelsdorf.de>
17580
17581         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
17582
17583 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17584
17585         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
17586         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17587
17588 2013-07-02  Andi Kleen <ak@linux.intel.com>
17589
17590         * config.h.in (ENABLE_LOCK_ELISION): Add.
17591         * configure.in (--enable-lock-elision): Add option.
17592         * manual/install.texi: Document --enable lock elision.
17593         * configure: Regenerate
17594         * INSTALL: Regenerate.
17595
17596 2013-07-02  H.J. Lu  <hongjiu.lu@intel.com>
17597
17598         * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
17599         SSE4.2 strcasecmp for libc.a.
17600         * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
17601
17602 2013-07-02  Joseph Myers  <joseph@codesourcery.com>
17603
17604         [BZ #13304]
17605         * soft-fp/op-common.h (_FP_FMA): New macro.
17606         * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
17607         (_FP_MUL_MEAT_DW_1_imm): Likewise.  Split out of ...
17608         (_FP_MUL_MEAT_1_imm): ... here.
17609         (_FP_MUL_MEAT_DW_1_wide): New macro.  Split out of ...
17610         (_FP_MUL_MEAT_1_wide): ... here.
17611         (_FP_MUL_MEAT_DW_1_hard): Likewise.  Split out of ...
17612         (_FP_MUL_MEAT_1_hard): ... here.
17613         * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
17614         (_FP_MUL_MEAT_DW_2_wide): Likewise.  Split out of ...
17615         (_FP_MUL_MEAT_2_wide): ... here.
17616         (_FP_MUL_MEAT_DW_2_wide_3mul): New macro.  Split out of ...
17617         (_FP_MUL_MEAT_2_wide_3mul): ... here.
17618         (_FP_MUL_MEAT_DW_2_gmp): New macro.  Split out of ...
17619         (_FP_MUL_MEAT_2_gmp): ... here.
17620         * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
17621         (_FP_MUL_MEAT_DW_4_wide): Likewise.  Split out of ...
17622         (_FP_MUL_MEAT_4_wide): ... here.
17623         (_FP_MUL_MEAT_DW_4_gmp): New macro.  Split out of ...
17624         (_FP_MUL_MEAT_4_gmp): ... here.
17625         * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
17626         (_FP_WFRACBITS_DW_S): Likewise.
17627         (_FP_WFRACXBITS_DW_S): Likewise.
17628         (_FP_HIGHBIT_DW_S): Likewise.
17629         (FP_FMA_S): Likewise.
17630         (_FP_FRAC_HIGH_DW_S): Likewise.
17631         * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
17632         (_FP_WFRACBITS_DW_D): Likewise.
17633         (_FP_WFRACXBITS_DW_D): Likewise.
17634         (_FP_HIGHBIT_DW_D): Likewise.
17635         (FP_FMA_D): Likewise.
17636         (_FP_FRAC_HIGH_DW_D): Likewise.
17637         * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
17638         (_FP_WFRACBITS_DW_E): Likewise.
17639         (_FP_WFRACXBITS_DW_E): Likewise.
17640         (_FP_HIGHBIT_DW_E): Likewise.
17641         (FP_FMA_E): Likewise.
17642         (_FP_FRAC_HIGH_DW_E): Likewise.
17643         * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
17644         (_FP_WFRACBITS_DW_Q): Likewise.
17645         (_FP_WFRACXBITS_DW_Q): Likewise.
17646         (_FP_HIGHBIT_DW_Q): Likewise.
17647         (FP_FMA_Q): Likewise.
17648         (_FP_FRAC_HIGH_DW_Q): Likewise.
17649         * soft-fp/fmasf4.c: New file.
17650         * soft-fp/fmadf4.c: Likewise.
17651         * soft-fp/fmatf4.c: Likewise.
17652
17653 2013-06-28  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17654
17655         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
17656         bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
17657         Silvermont.
17658         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
17659         macro.
17660         (index_Slow_SSE4_2): Likewise.
17661         (index_Prefer_PMINUB_for_stringop): Likewise.
17662         * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
17663         bit_Slow_SSE4_2 is set.
17664         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
17665         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
17666
17667 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17668
17669         * sysdeps/powerpc/Makefile: Add comment about generating an offset to
17670         rtld_global._dl_hwcap2.
17671         * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
17672         POWER8.
17673         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
17674         POWER8 feature descriptions defined in _dl_hwcap2.
17675         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
17676         string handling for POWER8 feature bits.
17677         (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
17678         (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
17679         _dl_powerpc_cap_flags.
17680         (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
17681         * sysdeps/powerpc/rtld-global-offsets.sym
17682         (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
17683         _dl_hwcap2 in the rtld_global_ro structure.
17684
17685 2013-06-28  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17686
17687         * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
17688         hardware capabilities in support of AT_HWCAP2.
17689         (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
17690         * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
17691         GLRO(dl_hwcap2).
17692         (_dl_show_auxv): Add support for calling _dl_procinfo to display
17693         AT_HWCAP2.  If a platform doesn't chose to handle displaying AT_HWCAP2
17694         explicitly the unknown a_type display mechanism is used.
17695         * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
17696         * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
17697         struct member.
17698         * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
17699         to macro prototype for AT_HWCAP2 support.
17700         * sysdeps/i386/dl-procinfo.h: Likewise.
17701         * sysdeps/s390/dl-procinfo.h: Likewise.
17702         * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
17703         macro prototype for AT_HWCAP2 support.  Make WORD unsigned long int
17704         rather than signed int.  Stub in handler for TYPE == AT_HWCAP2 to
17705         return -1 for unknown a_type display fallback.
17706         * sysdeps/sparc/dl-procinfo.h: Likewise.
17707         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
17708         * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
17709
17710 2013-06-28  Joseph Myers  <joseph@codesourcery.com>
17711
17712         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
17713         instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
17714
17715 2013-06-28  Pierre Ynard  <linkfanel@yahoo.fr>
17716
17717         [BZ #12492]
17718         * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
17719         mprotect making __stack_prot writable.
17720
17721 2013-06-28  Nathan Froyd  <froydnj@codesourcery.com>
17722             Joseph Myers  <joseph@codesourcery.com>
17723
17724         * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
17725         as being properly aligned.
17726
17727 2013-06-28  Maciej W. Rozycki  <macro@codesourcery.com>
17728
17729         * dlfcn/modstatic5.c: New file.
17730         * dlfcn/tststatic5.c: New file.
17731         * dlfcn/Makefile (tests): Add tststatic5.
17732         (tests-static): Likewise.
17733         (modules-names): Add modstatic5.
17734         (tststatic5-ENV): New variable.
17735         ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
17736
17737         [BZ #15022]
17738         * elf/dl-support.c (_dl_main_map): New variable.
17739         (_dl_ns): Use it to initialize [LM_ID_BASE] element.
17740         (_dl_nns, _dl_load_adds): Set to 1.
17741         (_dl_initial_searchlist): Refer to _dl_main_map.
17742         (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
17743         * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
17744         call to _dl_get_origin.
17745         * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
17746         around call_map.
17747         (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
17748         * dlfcn/modstatic3.c: New file.
17749         * dlfcn/tststatic3.c: New file.
17750         * dlfcn/tststatic4.c: New file.
17751         * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
17752         (tests-static): Likewise.
17753         (modules-names): Add modstatic3.
17754         (tststatic3-ENV, tststatic4-ENV): New variables.
17755         ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
17756         ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
17757
17758 2013-06-26  Joseph Myers  <joseph@codesourcery.com>
17759
17760         * configure.in (CC): Require GCC version 4.4 or later.
17761         * configure: Regenerated.
17762         * manual/install.texi (Tools for Compilation): Update GCC version
17763         requirement.
17764         * INSTALL: Regenerated.
17765
17766 2013-06-26  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17767
17768         [BZ #15674]
17769         * string/test-memcmp.c (check2): New.
17770         (main): Call check2.
17771
17772         * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
17773
17774 2013-06-26  Maciej W. Rozycki  <macro@codesourcery.com>
17775
17776         [BZ #15022]
17777         * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
17778         over to...
17779         (dl_open_worker) [!SHARED]: ... here.
17780
17781 2013-06-26  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17782
17783         * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
17784
17785 2013-06-25  Richard Henderson  <rth@redhat.com>
17786
17787         * locale/programs/locarchive.c: Include <libc-internal.h>
17788
17789 2013-06-25  Joseph Myers  <joseph@codesourcery.com>
17790
17791         * manual/texinfo.tex: Update to version 2013-06-21.17, with
17792         trailing whitespace removed.
17793
17794 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17795
17796         [BZ #10283]
17797         * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
17798         * locale/programs/locarchive.c: Include libc-mmap.h.
17799         (prepare_address_space): Take two new outputs (the mmap base and len).
17800         Align p to MAP_FIXED_ALIGNMENT.  Set mmap base and len to the right
17801         values.
17802         (create_archive): Declare new mmap base and len values for
17803         prepare_address_space, and store the result in ah.
17804         (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
17805         (enlarge_archive): If ah->mmap_base is not NULL, use that and
17806         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17807         Declare new mmap base and len values for
17808         prepare_address_space, and store the result in new_ah.
17809         (open_archive): Declare new mmap base and len values for
17810         prepare_address_space, and store the result in ah.
17811         (close_archive): If ah->mmap_base is not NULL, use that and
17812         ah->mmap_len to unmap rather than ah->addr and ah->reserved.
17813         * sysdeps/generic/libc-mmap.h: New file.
17814
17815 2013-06-24  Mike Frysinger  <vapier@gentoo.org>
17816
17817         * include/libc-internal.h (ALIGN_DOWN): New helper macro.
17818         (ALIGN_UP): Likewise.
17819         (PTR_ALIGN_DOWN): Likewise.
17820         (PTR_ALIGN_UP): Likewise.
17821
17822 2013-06-24  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
17823
17824         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
17825         entry mapped to PPC_PLATFORM_POWER8.
17826         * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
17827         POWER8.
17828         (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
17829         (_dl_string_platform): Add case for exporting platform position for
17830         POWER8.
17831         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
17832         search path to sysdeps/powerpc/powerpc32/power8 directory.
17833         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
17834         search path to sysdeps/powerpc/powerpc64/power8 directory.
17835         * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
17836         power7 directories.
17837         * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
17838         power7 directories.
17839
17840 2013-06-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
17841
17842         * INSTALL: Regenerate.
17843
17844         * nscd/connections.c (nscd_init): Fix comment.
17845
17846 2013-06-22  Joseph Myers  <joseph@codesourcery.com>
17847
17848         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
17849
17850         [BZ #15667]
17851         * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
17852         to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
17853
17854 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17855
17856         * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
17857         DL_DST_REQ_STATIC.
17858         (DL_DST_REQ_STATIC): Remove macro.
17859
17860 2013-06-21  Joseph Myers  <joseph@codesourcery.com>
17861
17862         [BZ #7006]
17863         * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
17864         with a shift of 0 bits.
17865
17866 2013-06-21  Maciej W. Rozycki  <macro@codesourcery.com>
17867
17868         * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
17869         $(tststatic-ENV).
17870
17871 2013-06-21  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
17872
17873         [BZ #15655]
17874         * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
17875
17876 2013-06-20  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17877
17878         * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
17879         * configure.in (libc_cv_cc_loop_to_function): Check if compiler
17880         accepts -fno-tree-loop-distribute-patterns.
17881         * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
17882         * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
17883         recursive call.
17884         * string/memset.c (memset): Likewise.
17885         * string/test-memmove.c (simple_memmove): Disable loop transformation
17886         to library calls.
17887         * string/test-memset.c (simple_memset): Likewise.
17888         * benchtests/bench-memmove.c (simple_memmove): Likewise.
17889         * benchtests/bench-memset.c (simple_memset): Likewise.
17890         * configure: Regenerated.
17891
17892 2013-06-20  Joseph Myers  <joseph@codesourcery.com>
17893
17894         * math/test-misc.c (main): Ignore fesetround failure when failures
17895         of subsequent rounding tests would be ignored.
17896
17897         [BZ #15654]
17898         * math/fedisblxcpt.c (fedisableexcept): Return 0.
17899         * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
17900         * math/fegetenv.c (__fegetenv): Return 0.
17901         * math/fegetexcept.c (fegetexcept): Return 0.
17902         * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
17903         FE_TONEAREST.
17904         * math/feholdexcpt.c (feholdexcept): Return 0.
17905         * math/fesetenv.c (__fesetenv): Return 0.
17906         * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
17907         argument FE_TONEAREST.
17908         * math/feupdateenv.c (__feupdateenv): Return 0.
17909         * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
17910
17911 2013-06-18  Roland McGrath  <roland@hack.frob.com>
17912
17913         * elf/rtld-Rules (rtld-compile-command.S): New variable.
17914         (rtld-compile-command.s, rtld-compile-command.c): New variables.
17915         ($(objpfx)rtld-%.os rules): Use them.
17916
17917 2013-06-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
17918
17919         * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
17920         fields.
17921
17922 2013-06-17  Roland McGrath  <roland@hack.frob.com>
17923
17924         * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
17925         length of target pattern, then descending length of dependency pattern.
17926         * configure.in (AWK): Require gawk 3.1.2 or newer.
17927         * manual/install.texi (Tools for Compilation): Say that we do.
17928         * configure: Regenerated.
17929
17930         * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
17931         ($(common-objpfx)sysd-rules): Replace shell logic with running ...
17932         * scripts/sysd-rules.awk: ... this new script.
17933         * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
17934         than a glob-style pattern.
17935
17936 2013-06-17  Joseph Myers  <joseph@codesourcery.com>
17937
17938         * math/test-misc.c (main): Do not treat incorrectly rounded
17939         conversions as failure unless ROUNDING_TESTS passes.
17940
17941 2013-06-15  Joseph Myers  <joseph@codesourcery.com>
17942
17943         [BZ #15631]
17944         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
17945         restore exception state around main square root computation, then
17946         check for inexactness explicitly.
17947
17948         * math/libm-test.inc (fma_test_data): Add another test.
17949
17950 2013-06-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
17951
17952         * manual/threads.texi (Non-POSIX Extensions): New document
17953         node.  Document pthread_getattr_default_np and
17954         pthread_setattr_default_np.
17955
17956         * Versions.def (libpthread): Add GLIBC_2.18.
17957         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
17958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
17959         Likewise.
17960         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
17961         Likewise.
17962         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
17963         Likewise.
17964         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
17965         Likewise.
17966         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
17967         Likewise.
17968         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
17969         Likewise.
17970         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
17971         Likewise.
17972         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
17973         Likewise.
17974         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
17975         Likewise.
17976
17977 2013-06-14  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
17978
17979         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
17980         Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
17981
17982 2013-06-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
17983             H.J. Lu  <hjl.tools@gmail.com>
17984
17985         [BZ #15627]
17986         * sysdeps/x86_64/rtld-memset.c: Remove file.
17987         * sysdeps/x86_64/rtld-memset.S: New file.
17988
17989 2013-06-14  Joseph Myers  <joseph@codesourcery.com>
17990
17991         * stdlib/tst-strtod-round.c: Include <math-tests.h>.
17992         (test_in_one_mode): Take arguments for whether the rounding mode
17993         is supported for each floating-point type.
17994         (do_test): Pass new arguments to test_in_one_mode using
17995         ROUNDING_TESTS.
17996
17997 2013-06-13  Roland McGrath  <roland@hack.frob.com>
17998
17999         * posix/tst-waitid.c (do_test): Distinguish different instances of
18000         stopped/continued in CHECK_SIGCHLD uses.  Insert a delay between
18001         sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
18002         before entering the kernel for waitpid.
18003
18004 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18005
18006         * NEWS: Fix note on clock function precision.  Text by Roland
18007         McGrath.
18008
18009 2013-06-13  Roland McGrath  <roland@hack.frob.com>
18010
18011         * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
18012         it into place only when and if the sanity check passes.
18013
18014 2013-06-13  Joseph Myers  <joseph@codesourcery.com>
18015
18016         * stdlib/gen-tst-strtod-round.c (round_str): Always generate
18017         output for whether conversion result is exact.  Take argument
18018         indicating whether type is IBM long double.
18019         (round_for_all): Change need_exact field to ibm_ld.
18020         * stdlib/tst-strtod-round.c (struct exactness): New type.
18021         (struct test): Change bool ld_ok field to struct exactness exact.
18022         (TEST): Update all definitions for change to field.
18023         (tests): Regenerate array contents.
18024         (test_in_one_mode): Take pointer to new field instead of old ld_ok
18025         field value.  Check for IBM long double here.
18026         (do_test): Update calls to test_in_one_mode.
18027
18028 2013-06-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
18029
18030         [BZ #12515]
18031         * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
18032         CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
18033
18034 2013-06-12  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
18035
18036         [BZ #15605]
18037         * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
18038         generated by the compiler on loop optimizations.
18039         * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
18040         general definitions.
18041
18042 2013-06-12  Joseph Myers  <joseph@codesourcery.com>
18043
18044         * math/bug-nextafter.c: Include <math-tests.h>.
18045         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18046         the relevant type.
18047         * math/bug-nexttoward.c: Include <math-tests.h>.
18048         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18049         the relevant type.
18050         * math/test-misc.c: Include <math-tests.h>.
18051         (main): Only test for exceptions if EXCEPTION_TESTS is true for
18052         the relevant type.
18053
18054 2013-06-12  Andreas Jaeger  <aj@suse.de>
18055
18056         * po/ia.po: Update Interlingua translation from translation
18057         project.
18058
18059 2013-06-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
18060
18061         * include/fenv.h: Include stdbool.h.
18062         (struct rm_ctx): New structure.
18063         * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
18064         Define macro.
18065         (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
18066         (SET_RESTORE_ROUNDF): Likewise.
18067         (SET_RESTORE_ROUNDL): Likewise.
18068         (SET_RESTORE_ROUND_NOEX): Likewise.
18069         (SET_RESTORE_ROUND_NOEXF): Likewise.
18070         (SET_RESTORE_ROUND_NOEXL): Likewise.
18071         (SET_RESTORE_ROUND_53BIT): Likewise.
18072         [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
18073         (libc_feresetround_noexf_ctx): Likewise.
18074         (libc_feresetround_noexl_ctx): Likewise.
18075         (libc_feholdsetround_53bit_ctx): Likewise.
18076         (libc_feresetround_53bit_ctx): Likewise.
18077         * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
18078         (libc_feholdexcept_setround_sse_ctx): New function.
18079         (libc_fesetenv_sse_ctx): Likewise.
18080         (libc_feupdateenv_sse_ctx): Likewise.
18081         (libc_feholdexcept_setround_387_prec_ctx): Likewise.
18082         (libc_feholdexcept_setround_387_ctx): Likewise.
18083         (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
18084         (libc_feholdsetround_387_prec_ctx): Likewise.
18085         (libc_feholdsetround_387_ctx): Likewise.
18086         (libc_feholdsetround_387_53bit_ctx): Likewise.
18087         (libc_feholdsetround_sse_ctx): Likewise.
18088         (libc_feresetround_sse_ctx): Likewise.
18089         (libc_feresetround_387_ctx): Likewise.
18090         (libc_feupdateenv_387_ctx): Likewise.
18091         (libc_feholdexcept_setroundf_ctx): Define macro.
18092         (libc_fesetenvf_ctx): Likewise.
18093         (libc_feupdateenvf_ctx): Likewise.
18094         (libc_feholdsetroundf_ctx): Likewise.
18095         (libc_feresetroundf_ctx): Likewise.
18096         (libc_feholdexcept_setround_ctx): Likewise.
18097         (libc_fesetenv_ctx): Likewise.
18098         (libc_feupdateenv_ctx): Likewise.
18099         (libc_feholdsetround_ctx): Likewise.
18100         (libc_feresetround_ctx): Likewise.
18101         (libc_feholdexcept_setroundl_ctx): Likewise.
18102         (libc_feupdateenvl_ctx): Likewise.
18103         (libc_feholdsetroundl_ctx): Likewise.
18104         (libc_feresetroundl_ctx): Likewise.
18105         [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
18106         (libc_feresetround_53bit_ctx): Likewise.
18107
18108 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18109
18110         * locale/iso-639.def: Convert to UTF-8.
18111
18112 2013-06-11  Joseph Myers  <joseph@codesourcery.com>
18113
18114         * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
18115         (EXCEPTION_TESTS_double): Likewise.
18116         (EXCEPTION_TESTS_long_double): Likewise.
18117         (EXCEPTION_TESTS): Likewise.
18118         * math/libm-test.inc (test_exceptions): Only test exceptions if
18119         EXCEPTION_TESTS (FLOAT).
18120
18121 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18122
18123         * benchtests/Makefile (string-bench): Add strcpy_chk and
18124         stpcpy_chk.
18125         * benchtests/bench-stpcpy_chk-ifunc.c: New file.
18126         * benchtests/bench-stpcpy_chk.c: New file.
18127         * benchtests/bench-strcpy_chk-ifunc.c: New file.
18128         * benchtests/bench-strcpy_chk.c: New file.
18129         * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
18130         code.
18131         (do_test): Likewise.
18132
18133 2013-06-11  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18134
18135         * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
18136         ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
18137         * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
18138         with tabs where appropriate.
18139         [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
18140         dl-procinfo.h.
18141         [PPC_PLATFORM_PPC440]: Likewise.
18142         [PPC_PLATFORM_PPC464]: Likewise.
18143         [PPC_PLATFORM_PPC476]: Likewise.
18144         (_dl_string_platform): Add support for detecting ppc405, ppc440,
18145         ppc464, and ppc476 platform strings merging from ports/
18146         dl-procinfo.h.
18147
18148 2013-06-11  Andreas Schwab  <schwab@suse.de>
18149
18150         [BZ #14991]
18151         * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
18152         (from_ucs4_idx): Regenerate.
18153         (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
18154         (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
18155         (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
18156         (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
18157         (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
18158         (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
18159         (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
18160         (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
18161         from FROM_LOOP and TO_LOOP specific macros.
18162         (BODY): Handle combining characters.
18163         * iconvdata/BIG5HKSCS.irreversible: Update.
18164         * iconvdata/BIG5HKSCS.precomposed: New file.
18165         * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
18166         characters.
18167         * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
18168
18169 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18170
18171         * include/sys/time.h: Fix indentation and add copyright header.
18172
18173         * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
18174         (do_test): Likewise.
18175         * string/test-memchr.c (do_one_test): Likewise.
18176         (do_test): Likewise.
18177         * string/test-memcmp.c (do_one_test): Likewise.
18178         (do_test): Likewise.
18179         * string/test-memcpy.c (do_one_test): Likewise.
18180         (do_test): Likewise.
18181         * string/test-memmem.c (do_one_test): Likewise.
18182         (do_test): Likewise.
18183         (do_random_tests): Likewise.
18184         * string/test-memmove.c (do_one_test): Likewise.
18185         (do_test): Likewise.
18186         * string/test-memset.c (do_one_test): Likewise.
18187         (do_test): Likewise.
18188         * string/test-rawmemchr.c (do_one_test): Likewise.
18189         (do_test): Likewise.
18190         * string/test-strcasecmp.c (do_one_test): Likewise.
18191         (do_test): Likewise.
18192         * string/test-strcasestr.c (do_one_test): Likewise.
18193         (do_test): Likewise.
18194         * string/test-strcat.c (do_one_test): Likewise.
18195         (do_test): Likewise.
18196         * string/test-strchr.c (do_one_test): Likewise.
18197         (do_test): Likewise.
18198         * string/test-strcmp.c (do_one_test): Likewise.
18199         (do_test): Likewise.
18200         * string/test-strcpy.c (do_one_test): Likewise.
18201         (do_test): Likewise.
18202         * string/test-string.h: Likewise.
18203         (test_init): Likewise.
18204         * string/test-strlen.c (do_one_test): Likewise.
18205         (do_test): Likewise.
18206         * string/test-strncasecmp.c (do_one_test): Likewise.
18207         (do_test): Likewise.
18208         * string/test-strncat.c (do_one_test): Likewise.
18209         (do_test): Likewise.
18210         * string/test-strncmp.c (do_one_test): Likewise.
18211         (do_test_limit): Likewise.
18212         (do_test): Likewise.
18213         * string/test-strncpy.c (do_one_test): Likewise.
18214         (do_test): Likewise.
18215         * string/test-strnlen.c (do_one_test): Likewise.
18216         (do_test): Likewise.
18217         * string/test-strpbrk.c (do_one_test): Likewise.
18218         (do_test): Likewise.
18219         * string/test-strrchr.c (do_one_test): Likewise.
18220         (do_test): Likewise.
18221         * string/test-strspn.c (do_one_test): Likewise.
18222         (do_test): Likewise.
18223         * string/test-strstr.c (do_one_test): Likewise.
18224         (do_test): Likewise.
18225
18226         * benchtests/Makefile (string-bench): Add string benchmarks.
18227         * benchtests/bench-bcopy-ifunc.c: New file.
18228         * benchtests/bench-bcopy.c: New file.
18229         * benchtests/bench-bzero-ifunc.c: New file.
18230         * benchtests/bench-bzero.c: New file.
18231         * benchtests/bench-memccpy-ifunc.c: New file.
18232         * benchtests/bench-memccpy.c: New file.
18233         * benchtests/bench-memchr-ifunc.c: New file.
18234         * benchtests/bench-memchr.c: New file.
18235         * benchtests/bench-memcmp-ifunc.c: New file.
18236         * benchtests/bench-memcmp.c: New file.
18237         * benchtests/bench-memmem-ifunc.c: New file.
18238         * benchtests/bench-memmem.c: New file.
18239         * benchtests/bench-memmove-ifunc.c: New file.
18240         * benchtests/bench-memmove.c: New file.
18241         * benchtests/bench-mempcpy-ifunc.c: New file.
18242         * benchtests/bench-mempcpy.c: New file.
18243         * benchtests/bench-memset-ifunc.c: New file.
18244         * benchtests/bench-memset.c: New file.
18245         * benchtests/bench-rawmemchr-ifunc.c: New file.
18246         * benchtests/bench-rawmemchr.c: New file.
18247         * benchtests/bench-stpcpy-ifunc.c: New file.
18248         * benchtests/bench-stpcpy.c: New file.
18249         * benchtests/bench-stpncpy-ifunc.c: New file.
18250         * benchtests/bench-stpncpy.c: New file.
18251         * benchtests/bench-strcasecmp-ifunc.c: New file.
18252         * benchtests/bench-strcasecmp.c: New file.
18253         * benchtests/bench-strcasestr-ifunc.c: New file.
18254         * benchtests/bench-strcasestr.c: New file.
18255         * benchtests/bench-strcat-ifunc.c: New file.
18256         * benchtests/bench-strcat.c: New file.
18257         * benchtests/bench-strchr-ifunc.c: New file.
18258         * benchtests/bench-strchr.c: New file.
18259         * benchtests/bench-strchrnul-ifunc.c: New file.
18260         * benchtests/bench-strchrnul.c: New file.
18261         * benchtests/bench-strcmp-ifunc.c: New file.
18262         * benchtests/bench-strcmp.c: New file.
18263         * benchtests/bench-strcpy-ifunc.c: New file.
18264         * benchtests/bench-strcpy.c: New file.
18265         * benchtests/bench-strcspn-ifunc.c: New file.
18266         * benchtests/bench-strcspn.c: New file.
18267         * benchtests/bench-strlen-ifunc.c: New file.
18268         * benchtests/bench-strlen.c: New file.
18269         * benchtests/bench-strncasecmp-ifunc.c: New file.
18270         * benchtests/bench-strncasecmp.c: New file.
18271         * benchtests/bench-strncat-ifunc.c: New file.
18272         * benchtests/bench-strncat.c: New file.
18273         * benchtests/bench-strncmp-ifunc.c: New file.
18274         * benchtests/bench-strncmp.c: New file.
18275         * benchtests/bench-strncpy-ifunc.c: New file.
18276         * benchtests/bench-strncpy.c: New file.
18277         * benchtests/bench-strnlen-ifunc.c: New file.
18278         * benchtests/bench-strnlen.c: New file.
18279         * benchtests/bench-strpbrk-ifunc.c: New file.
18280         * benchtests/bench-strpbrk.c: New file.
18281         * benchtests/bench-strrchr-ifunc.c: New file.
18282         * benchtests/bench-strrchr.c: New file.
18283         * benchtests/bench-strspn-ifunc.c: New file.
18284         * benchtests/bench-strspn.c: New file.
18285         * benchtests/bench-strstr-ifunc.c: New file.
18286         * benchtests/bench-strstr.c: New file.
18287
18288         * benchtests/Makefile: Disable parallel execution of targets.
18289         (string-bench): Add memcpy.
18290         (benchset): New variable to store a list of benchmark sets.
18291         (bench-func): Renamed from bench.
18292         (bench-set): New target.
18293         (bench): Depend on bench-func and bench-set.
18294         * benchtests/README: Add section on benchmark sets.
18295         * benchtests/bench-memcpy-ifunc.c: New file.
18296         * benchtests/bench-memcpy.c: New file.
18297         * benchtests/bench-string.h: New file.
18298
18299 2013-06-11  Andreas Schwab  <schwab@suse.de>
18300
18301         [BZ #15577]
18302         * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
18303         * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
18304         values in the triple.
18305         * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
18306         terminator in the group key.
18307
18308 2013-06-11  Andreas Jaeger  <aj@suse.de>
18309
18310         * po/zh_TW.po: Update Chinese (traditional) translation from
18311         translation project.
18312
18313 2013-06-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
18314
18315         * include/time.h (__clock_gettime): Add libc_hidden_proto.
18316         * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
18317         __clock_getcpuclockid.  Add weak_alias and libc_hidden_def.
18318         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
18319         (clock_getcpuclockid): Likewise.
18320         * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
18321         Add weak_alias and libc_hidden_def.
18322         * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
18323         * rt/clock_gettime.c (clock_gettime): Rename to
18324         __clock_gettime.  Add weak_alias and libc_hidden_def.
18325         * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
18326         * rt/clock_nanosleep.c (clock_nanosleep): Rename to
18327         __clock_nanosleep.  Add weak_alias and libc_hidden_def.
18328         * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
18329         * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
18330         Likewise.
18331         * rt/clock_settime.c (clock_settime): Rename to
18332         __clock_settime.  Add weak_alias and libc_hidden_def.
18333         * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
18334
18335 2013-06-10  Joseph Myers  <joseph@codesourcery.com>
18336
18337         * mach/err_boot.sub: Remove trailing whitespace.
18338         * mach/err_ipc.sub: Likewise.
18339         * mach/err_mach.sub: Likewise.
18340
18341         * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
18342         (ROUNDING_TESTS_double): Likewise.
18343         (ROUNDING_TESTS_long_double): Likewise.
18344         (ROUNDING_TESTS): Likewise.
18345         * math/libm-test.inc: Include <math-tests.h>.
18346         (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
18347         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
18348         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
18349         (IF_ROUND_INIT_FE_UPWARD): Likewise.
18350
18351 2013-06-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
18352
18353         * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
18354         of assigning.
18355
18356 2013-06-08  Joseph Myers  <joseph@codesourcery.com>
18357
18358         * sysdeps/gnu/errlist.awk: Do not generate space at end of
18359         otherwise empty TRANS lines.
18360         * sysdeps/gnu/errlist.c: Regenerated.
18361
18362         * catgets/gencat.c (error_print): Use (void) in function
18363         definition.
18364         * crypt/crypt_util.c (__init_des): Likewise.
18365         * crypt/speeds.c (Stop): Likewise.
18366         (main): Likewise.
18367         * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
18368         * inet/ruserpass.c (token): Likewise.
18369         * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
18370         * intl/localealias.c (extend_alias_table): Likewise.
18371         * intl/plural-exp.c (init_germanic_plural): Likewise.
18372         * libio/fcloseall.c (__fcloseall): Likewise.
18373         * libio/genops.c (_IO_flush_all): Likewise.
18374         (_IO_flush_all_linebuffered): Likewise.
18375         (_IO_cleanup): Likewise.
18376         (_IO_iter_begin): Likewise.
18377         (_IO_iter_end): Likewise.
18378         (_IO_list_lock): Likewise.
18379         (_IO_list_unlock): Likewise.
18380         (_IO_list_resetlock): Likewise.
18381         * libio/getchar.c (getchar): Likewise.
18382         * libio/getchar_u.c (getchar_unlocked): Likewise.
18383         * libio/getwchar.c (getwchar): Likewise.
18384         * libio/getwchar_u.c (getwchar_unlocked): Likewise.
18385         * libio/oldstdfiles.c (_IO_check_libio): Likewise.
18386         * login/getpt.c (__getpt): Likewise.
18387         * login/tst-utmp.c (main): Likewise.
18388         * malloc/hooks.c (__malloc_check_init): Likewise.
18389         * malloc/malloc.c (__malloc_stats): Likewise.
18390         * malloc/mtrace.c (tr_break): Likewise.
18391         (mtrace): Likewise.
18392         (muntrace): Likewise.
18393         * misc/fstab.c (endfsent): Likewise.
18394         * misc/getclktck.c (__getclktck): Likewise.
18395         * misc/getdtsz.c (__getdtablesize): Likewise.
18396         * misc/gethostid.c (gethostid): Likewise.
18397         * misc/getpagesize.c (__getpagesize): Likewise.
18398         * misc/getsysstats.c (__get_nprocs_conf): Likewise.
18399         (__get_nprocs): Likewise.
18400         (__get_phys_pages): Likewise.
18401         (__get_avphys_pages): Likewise.
18402         * misc/getttyent.c (getttyent): Likewise.
18403         (setttyent): Likewise.
18404         (endttyent): Likewise.
18405         * misc/getusershell.c (getusershell): Likewise.
18406         (endusershell): Likewise.
18407         (setusershell): Likewise.
18408         (initshells): Likewise.
18409         * misc/hsearch.c (__hdestroy): Likewise.
18410         * misc/sync.c (sync): Likewise.
18411         * misc/syslog.c (closelog_internal): Likewise.
18412         (closelog): Likewise.
18413         * misc/ttyslot.c (ttyslot): Likewise.
18414         * misc/vhangup.c (vhangup): Likewise.
18415         * posix/fork.c (__fork): Likewise.
18416         * posix/getegid.c (__getegid): Likewise.
18417         * posix/geteuid.c (__geteuid): Likewise.
18418         * posix/getgid.c (__getgid): Likewise.
18419         * posix/getpid.c (__getpid): Likewise.
18420         * posix/getppid.c (__getppid): Likewise.
18421         * posix/getuid.c (__getuid): Likewise.
18422         * posix/pause.c (pause): Likewise.
18423         * posix/setpgrp.c (setpgrp): Likewise.
18424         * posix/setsid.c (__setsid): Likewise.
18425         * posix/test-vfork.c (noop): Likewise.
18426         * resolv/gethnamaddr.c (_endhtent): Likewise.
18427         (_gethtent): Likewise.
18428         (ht_endhostent): Likewise.
18429         (gethostent): Likewise.
18430         (dns_service): Likewise.
18431         * stdlib/drand48.c (drand48): Likewise.
18432         * stdlib/lrand48.c (lrand48): Likewise.
18433         * stdlib/mrand48.c (mrand48): Likewise.
18434         * stdlib/rand.c (rand): Likewise.
18435         * stdlib/random.c (__random): Likewise.
18436         * stdlib/setenv.c (clearenv): Likewise.
18437         * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
18438         * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
18439         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
18440         * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
18441         (__get_nprocs): Likewise.
18442         (__get_phys_pages): Likewise.
18443         (__get_avphys_pages): Likewise.
18444         * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
18445         * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
18446         * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
18447         * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
18448         * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
18449         * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
18450         * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
18451         * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
18452         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
18453         * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
18454         * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
18455         * sysdeps/mach/hurd/sync.c (sync): Likewise.
18456         * sysdeps/posix/clock.c (clock): Likewise.
18457         * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
18458         * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
18459         * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
18460         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
18461         * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
18462         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
18463         (__get_nprocs_conf): Likewise.
18464         (__get_phys_pages): Likewise.
18465         (__get_avphys_pages): Likewise.
18466         * time/clock.c (clock): Likewise.
18467         * time/tzset.c (__tzname_max): Likewise.
18468
18469 2013-06-07  Joseph Myers  <joseph@codesourcery.com>
18470
18471         * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
18472         (__bswap_32): Do not use "register".
18473         * crypt/crypt.c (_ufc_doit_r): Likewise.
18474         * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18475         * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18476         * gmon/gmon.c (__monstartup): Likewise.
18477         * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
18478         * hurd/hurdmalloc.c (more_memory): Likewise.
18479         (malloc): Likewise.
18480         (free): Likewise.
18481         (realloc): Likewise.
18482         (malloc_fork_prepare): Likewise.
18483         (malloc_fork_parent): Likewise.
18484         (malloc_fork_child): Likewise.
18485         * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
18486         (_svcauth_des): Likewise.
18487         * inet/inet_lnaof.c (inet_lnaof): Likewise.
18488         * inet/inet_net.c (inet_network): Likewise.
18489         * inet/inet_netof.c (inet_netof): Likewise.
18490         * inet/rcmd.c (__validuser2_sa): Likewise.
18491         * io/fts.c (fts_open): Likewise.
18492         (fts_load): Likewise.
18493         (fts_close): Likewise.
18494         (fts_read): Likewise.
18495         (fts_children): Likewise.
18496         (fts_build): Likewise.
18497         (fts_stat): Likewise.
18498         (fts_sort): Likewise.
18499         (fts_alloc): Likewise.
18500         (fts_lfree): Likewise.
18501         * libio/fileops.c (_IO_new_file_xsputn): Likewise.
18502         (_IO_file_xsgetn): Likewise.
18503         (_IO_file_xsgetn_mmap): Likewise.
18504         * libio/iofopncook.c (_IO_cookie_read): Likewise.
18505         (_IO_cookie_write): Likewise.
18506         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
18507         * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
18508         * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
18509         * malloc/obstack.c (_obstack_begin): Likewise.
18510         (_obstack_begin_1): Likewise.
18511         (_obstack_newchunk): Likewise.
18512         (_obstack_allocated_p): Likewise.
18513         (obstack_free): Likewise.
18514         (_obstack_memory_used): Likewise.
18515         * misc/getttyent.c (getttynam): Likewise.
18516         (getttyent): Likewise.
18517         (skip): Likewise.
18518         (value): Likewise.
18519         * misc/getusershell.c (initshells): Likewise.
18520         * misc/syslog.c (__vsyslog_chk): Likewise.
18521         * misc/ttyslot.c (ttyslot): Likewise.
18522         * nis/nis_hash.c (__nis_hash): Likewise.
18523         * posix/fnmatch_loop.c (FCT): Likewise.
18524         * posix/getconf.c (print_all): Likewise.
18525         (main): Likewise.
18526         * posix/getopt.c (exchange): Likewise.
18527         * posix/glob.c (globfree): Likewise.
18528         (prefix_array): Likewise.
18529         (__glob_pattern_type): Likewise.
18530         * resolv/arpa/nameser.h (NS_GET16): Likewise.
18531         (NS_GET32): Likewise.
18532         (NS_PUT16): Likewise.
18533         (NS_PUT32): Likewise.
18534         * resolv/gethnamaddr.c (getanswer): Likewise.
18535         (gethostbyname2): Likewise.
18536         (gethostbyaddr): Likewise.
18537         (_gethtent): Likewise.
18538         (_gethtbyname2): Likewise.
18539         (_gethtbyaddr): Likewise.
18540         * resolv/ns_print.c (dst_s_get_int16): Likewise.
18541         * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
18542         * resolv/res_init.c (__res_vinit): Likewise.
18543         (net_mask): Likewise.
18544         * resolv/res_mkquery.c (outchar): Likewise.
18545         (PRINT): Likewise.
18546         * stdio-common/printf_fp.c (outchar): Likewise.
18547         (PRINT): Likewise.
18548         * stdio-common/printf_fphex.c (outchar): Likewise.
18549         (PRINT): Likewise.
18550         * stdio-common/printf_size.c (outchar): Likewise.
18551         (PRINT): Likewise.
18552         * stdio-common/test_rdwr.c (main): Likewise.
18553         * stdio-common/tfformat.c (matches): Likewise.
18554         * stdio-common/vfprintf.c (outchar): Likewise.
18555         (printf_unknown): Likewise.
18556         (buffered_vfprintf): Likewise.
18557         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
18558         * stdio-common/xbug.c (AppendToBuffer): Likewise.
18559         (ReadFile): Likewise.
18560         * stdlib/qsort.c (SWAP): Likewise.
18561         (_quicksort): Likewise.
18562         * stdlib/setenv.c (__add_to_environ): Likewise.
18563         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
18564         * stdlib/strtol_l.c (__strtol_l): Likewise.
18565         * stdlib/tst-strtod.c (main): Likewise.
18566         * stdlib/tst-strtol.c (main): Likewise.
18567         * stdlib/tst-strtoll.c (main): Likewise.
18568         * string/bits/string2.h (__strcmp_cc): Likewise.
18569         (__strcmp_cg): Likewise.
18570         (__strcspn_c1): Likewise.
18571         (__strcspn_c2): Likewise.
18572         (__strcspn_c3): Likewise.
18573         (__strspn_c1): Likewise.
18574         (__strspn_c2): Likewise.
18575         (__strspn_c3): Likewise.
18576         (__strsep_1c): Likewise.
18577         (__strsep_2c): Likewise.
18578         (__strsep_3c): Likewise.
18579         * string/memccpy.c (__memccpy): Likewise.
18580         * string/stpcpy.c (__stpcpy): Likewise.
18581         * string/strcmp.c (strcmp): Likewise.
18582         * string/strrchr.c (strrchr): Likewise.
18583         * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
18584         Likewise.
18585         * sysdeps/mach/hurd/getcwd.c
18586         (_hurd_canonicalize_directory_name_internal): Likewise.
18587         * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
18588         * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
18589         * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
18590         * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
18591         Likewise, in both definitions.
18592         * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
18593         definitions.
18594         [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
18595         64] (__bswap_64): Likewise.
18596         * time/test_time.c (main): Likewise.
18597         * time/tzfile.c (__tzfile_read): Likewise.
18598         (__tzfile_compute): Likewise.
18599         * time/tzset.c (__tzset_parse_tz): Likewise.
18600         (tzset_internal): Likewise.
18601         (compute_change): Likewise.
18602         * wcsmbs/wcscat.c (__wcscat): Likewise.
18603         * wcsmbs/wcschr.c (wcschr): Likewise.
18604         * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
18605         * wcsmbs/wcscspn.c (wcscspn): Likewise.
18606         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
18607         * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
18608         * wcsmbs/wcsspn.c (wcsspn): Likewise.
18609         * wcsmbs/wcsstr.c (wcsstr): Likewise.
18610         * wcsmbs/wmemchr.c (wmemchr): Likewise.
18611         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
18612         * wcsmbs/wmemset.c (wmemset): Likewise.
18613
18614 2013-06-06  Joseph Myers  <joseph@codesourcery.com>
18615
18616         * scripts/config.guess: Update to version 2013-05-16.
18617         * scripts/config.sub: Update to version 2013-04-24.
18618         * scripts/install-sh: Update to version 2011-11-20.07.
18619         * scripts/mkinstalldirs: Update to version 2009-04-28.21.
18620         * scripts/move-if-change: Update to version 2012-01-06 07:23.
18621
18622 2013-06-06   Ondřej Bílka  <neleai@seznam.cz>
18623
18624         * debug/fgetws_u_chk.c: Fix leading whitespaces.
18625         * elf/sln.c: Likewise.
18626         * hurd/hurd/ioctl.h: Likewise.
18627         * hurd/hurdmalloc.c: Likewise.
18628         * hurd/xattr.c: Likewise.
18629         * include/shlib-compat.h: Likewise.
18630         * inet/ruserpass.c: Likewise.
18631         * libio/iofgets_u.c: Likewise.
18632         * libio/iofgetws_u.c: Likewise.
18633         * locale/programs/ld-identification.c: Likewise.
18634         * locale/programs/ld-time.c: Likewise.
18635         * mach/msg-destroy.c: Likewise.
18636         * nss/nss_files/files-netgrp.c: Likewise.
18637         * resolv/res_data.c: Likewise.
18638         * soft-fp/op-1.h: Likewise.
18639         * soft-fp/op-2.h: Likewise.
18640         * soft-fp/op-4.h: Likewise.
18641         * soft-fp/op-common.h: Likewise.
18642         * stdio-common/printf_fphex.c: Likewise.
18643         * stdlib/strtod_l.c: Likewise.
18644         * sunrpc/rpc/clnt.h: Likewise.
18645         * sysdeps/generic/framestate.c: Likewise.
18646         * sysdeps/i386/bsd-_setjmp.S: Likewise.
18647         * sysdeps/i386/bsd-setjmp.S: Likewise.
18648         * sysdeps/i386/__longjmp.S: Likewise.
18649         * sysdeps/i386/setjmp.S: Likewise.
18650         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
18651         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
18652         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18653         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
18654         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
18655         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
18656         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
18657         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
18658         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
18659         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
18660         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
18661         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
18662         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
18663         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
18664         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
18665         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
18666         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
18667         * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
18668         * sysdeps/ieee754/support.c: Likewise.
18669         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
18670         * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
18671         * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
18672         * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
18673         * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
18674         * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
18675         * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
18676         * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
18677         * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
18678         * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
18679         * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
18680         * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
18681         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
18682         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
18683         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
18684         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
18685         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
18686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
18687
18688 2013-06-05  Ondřej Bílka  <neleai@seznam.cz>
18689
18690         * posix/transbug.c: Remove executable mode.
18691
18692 2013-06-05  Joseph Myers  <joseph@codesourcery.com>
18693
18694         * crypt/speeds.c: Remove trailing whitespace.
18695         * dlfcn/default.c: Likewise.
18696         * elf/ifuncdep2.c: Likewise.
18697         * elf/ifuncmain1.c: Likewise.
18698         * elf/ifuncmain1vis.c: Likewise.
18699         * elf/testobj.h: Likewise.
18700         * elf/tst-stackguard1.c: Likewise.
18701         * gmon/sys/gmon.h: Likewise.
18702         * hurd/hurdmsg.c: Likewise.
18703         * hurd/new-fd.c: Likewise.
18704         * hurd/ports-get.c: Likewise.
18705         * iconvdata/ibm1008_420.c: Likewise.
18706         * inet/tst-getni1.c: Likewise.
18707         * inet/tst-getni2.c: Likewise.
18708         * libio/ioungetc.c: Likewise.
18709         * libio/wfiledoalloc.c: Likewise.
18710         * manual/libm-err-tab.pl: Likewise.
18711         * math/w_dremf.c: Likewise.
18712         * misc/ftruncate.c: Likewise.
18713         * posix/bug-glob2.c: Likewise.
18714         * posix/tst-pcre.c: Likewise.
18715         * posix/wait4.c: Likewise.
18716         * resolv/README: Likewise.
18717         * resolv/res_debug.h: Likewise.
18718         * resolv/tst-inet_ntop.c: Likewise.
18719         * setjmp/bug269-setjmp.c: Likewise.
18720         * soft-fp/extended.h: Likewise.
18721         * soft-fp/op-1.h: Likewise.
18722         * soft-fp/op-2.h: Likewise.
18723         * soft-fp/op-4.h: Likewise.
18724         * soft-fp/op-8.h: Likewise.
18725         * soft-fp/testit.c: Likewise.
18726         * stdio-common/bug16.c: Likewise.
18727         * stdlib/random.c: Likewise.
18728         * sunrpc/rpcsvc/rquota.x: Likewise.
18729         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
18730         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
18731         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
18732         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
18733         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
18734         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
18735         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
18736         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
18737         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
18738         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
18739         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
18740         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
18741         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
18742         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
18743         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
18744         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
18745         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
18746         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
18747         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
18748         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
18749         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
18750         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
18751         * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
18752         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
18753         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
18754         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
18755         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
18756         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
18757         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
18758         * sysdeps/ieee754/s_lib_version.c: Likewise.
18759         * sysdeps/mach/hurd/check_fds.c: Likewise.
18760         * sysdeps/mach/hurd/getsockname.c: Likewise.
18761         * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
18762         * sysdeps/mach/hurd/recvfrom.c: Likewise.
18763         * sysdeps/powerpc/bits/link.h: Likewise.
18764         * sysdeps/powerpc/dl-procinfo.c: Likewise.
18765         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
18766         * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
18767         * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
18768         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
18769         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
18770         * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
18771         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
18772         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
18773         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
18774         * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
18775         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
18776         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
18777         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
18778         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
18779         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
18780         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
18781         * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
18782         * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
18783         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
18784         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
18785         * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
18786         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
18787         * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
18788         * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
18789         * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
18790         * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
18791         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
18792         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
18793         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
18794         * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
18795         * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
18796         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
18797         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
18798         * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
18799         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
18800         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
18801         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
18802         * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
18803         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
18804         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
18805         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
18806         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
18807         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
18808         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
18809         * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
18810         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
18811         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
18812         * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
18813         * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
18814         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
18815         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
18816         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
18817         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
18818         * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
18819         * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
18820         * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
18821         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
18822         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
18823         * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
18824         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
18825         * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
18826         * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
18827         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
18828         * sysdeps/powerpc/sysdep.h: Likewise.
18829         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
18830         * sysdeps/s390/s390-64/sub_n.S: Likewise.
18831         * sysdeps/sh/dl-trampoline.S: Likewise.
18832         * sysdeps/sh/memset.S: Likewise.
18833         * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
18834         * sysdeps/sh/strlen.S: Likewise.
18835         * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
18836         * sysdeps/sparc/sparc32/dotmul.S: Likewise.
18837         * sysdeps/sparc/sparc32/memcpy.S: Likewise.
18838         * sysdeps/sparc/sparc32/rem.S: Likewise.
18839         * sysdeps/sparc/sparc32/sdiv.S: Likewise.
18840         * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
18841         * sysdeps/sparc/sparc32/strchr.S: Likewise.
18842         * sysdeps/sparc/sparc32/udiv.S: Likewise.
18843         * sysdeps/sparc/sparc32/urem.S: Likewise.
18844         * sysdeps/sparc/sparc64/add_n.S: Likewise.
18845         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
18846         * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
18847         * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
18848         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
18849         * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
18850         * sysdeps/sparc/sparc64/strncmp.S: Likewise.
18851         * sysdeps/sparc/sparc64/strncpy.S: Likewise.
18852         * sysdeps/unix/bsd/times.c: Likewise.
18853         * sysdeps/unix/sysv/linux/a.out.h: Likewise.
18854         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
18855         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
18856         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
18857         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
18858         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
18859         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
18860         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
18861         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
18862         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
18863         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
18864         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
18865         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
18866         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
18867         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
18868         * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
18869         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
18870         * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
18871         * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
18872         * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
18873         * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
18874         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
18875         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
18876         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
18877         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
18878         * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
18879         * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
18880         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
18881         * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
18882         * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
18883         * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
18884         * sysdeps/x86_64/strcspn.S: Likewise.
18885
18886 2013-06-05  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
18887
18888         * locale/C-translit.h: Revert #include <stdint.h> because this is a
18889         generated file.  Regenerate properly from gen-translit.pl.
18890         * locale/gen-translit.pl: Add #include <stdint.h>.  This generates
18891         locale/C-translit.h.
18892
18893 2013-06-05  Andreas Schwab  <schwab@suse.de>
18894
18895         [BZ #15100]
18896         * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
18897         week as 6 instead of -1.
18898         * time/tst-strptime.c (day_tests): Add test case.
18899
18900 2013-06-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
18901
18902         * sysdeps/generic/math_private.h
18903         (libc_feholdexcept_setround_53bit): Replace with
18904         libc_feholdsetround_53bit.
18905         (libc_feupdateenv_53bit): Replace with
18906         libc_feresetround_53bit.
18907         (SET_RESTORE_ROUND_53BIT): Adjust.
18908
18909 2013-06-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
18910
18911         * string/test-strchrnul.c: Add copyright header.
18912
18913         * posix/tst-getaddrinfo4.c: Increase test timeout.
18914
18915 2013-06-03  Carlos O'Donell  <carlos@redhat.com>
18916
18917         [BZ #15536]
18918         * math/libm-test.inc (MAX_EXP): Remove
18919         (MIN_EXP): Define.
18920         (ulp): Use MIN_EXP - MANT_DIG.
18921         (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
18922
18923 2013-05-31  Carlos O'Donell  <carlos@redhat.com>
18924
18925         * po/be.po: Revert last change.
18926         * po/zh_CN.po: Likewise.
18927         * po/header.pot: Likewise.
18928
18929 2013-05-31  Joseph Myers  <joseph@codesourcery.com>
18930
18931         * Makefile ($(common-objpfx)linkobj/libc.so): Define
18932         link-libc-deps to empty as target-specific variable.
18933         * Makerules (link-libc-args): New variable.
18934         (libc-for-link): Likewise.
18935         (link-libc-deps): Likewise.
18936         (lib%.so): Depend on $(link-libc-deps).  Link with
18937         $(link-libc-args).
18938         (build-module): Link with $(link-libc-args).
18939         (build-module-asneeded): Likewise.
18940         (build-module-helper-objlist): Filter out $(link-libc-deps) from
18941         list of objects.
18942         ($(common-objpfx)libc.so): Define link-libc-deps to empty as
18943         target-specific variable.
18944         ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
18945         $(link-libc-deps) instead of libc.so and libc_nonshared.a.
18946         * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
18947         libc.
18948         * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
18949         libc and ld.so.
18950         ($(objpfx)libpcprofile.so): Likewise.
18951         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
18952         libc_nonshared.a.
18953         ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
18954         * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
18955         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
18956         $(link-libc-deps).
18957         ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
18958         * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
18959         * login/Makefile ($(objpfx)libutil.so): Likewise.
18960         * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
18961         * math/Makefile ($(objpfx)libm.so): Likewise.
18962         * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
18963         $(objpfx)libnsl.so): Define libc-for-link as target-specific
18964         variable instead of depending directly on libc.
18965         * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
18966         ($(objpfx)/libnss_test1.so): Change dependencies on libc to
18967         $(link-libc-deps).
18968         * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
18969         libc.
18970         [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
18971         ($(objpfx)libnss_dns.so): Remove dependencies on libc.
18972         ($(objpfx)libanl.so): Likewise.
18973         * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
18974         ld.so.
18975         * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
18976         $(link-libc-deps).
18977         * sysdeps/i386/fpu/Makefile: Remove file.
18978         * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
18979         ($(objpfx)libm.so): Remove dependency on ld.so.
18980
18981 2013-05-30  Patsy Franklin  <pfrankli@redhat.com>
18982
18983         [BZ # 15553]
18984         * nis/yp_xdr.c (XDRMAXNAME): Define.
18985         (XDRMAXRECORD): Define.
18986         (xdr_domainname): Use XDRMAXNAME.
18987         (xdr_mapname): Likewise.
18988         (xdr_peername): Likewise.
18989         (xdr_keydat): Use XDRMAXRECORD.
18990         (xdr_valdat): Likewise.
18991
18992 2013-05-30  Jeff Law  <law@redhat.com>
18993
18994         [BZ #14256]
18995         * manual/errno.texi (ESTALE): Update to account for more than
18996         just NFS file systems.
18997         * sysdeps/gnu/errlist.c: Regenerated.
18998
18999 2013-05-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
19000
19001         [BZ #15465]
19002         * elf/Makefile (tests): Add tst-null-argv.
19003         (modules-names):  Add tst-null-argv-lib.
19004         ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
19005         (tst-null-argv-ENV): Set environment for tst-null-argv.
19006         * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
19007         (RTLD_PROGNAME): New macro.
19008         * elf/tst-null-argv.c: New test case.
19009         * elf/tst-null-argv-lib.c: Library for test case.
19010         * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
19011         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
19012         * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
19013         * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
19014         * elf/dl-init.c (call_init): Likewise.
19015         (_dl_init): Likewise.
19016         * elf/dl-load.c (print_search_path): Likewise.
19017         (_dl_map_object): Likewise.
19018         * elf/dl-lookup.c (do_lookup_x): Likewise.
19019         (add_dependency): Likewise.
19020         (_dl_lookup_symbol_x): Likewise.
19021         (_dl_debug_bindings): Likewise.
19022         * elf/dl-open.c (_dl_show_scope): Likewise.
19023         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19024         * elf/dl-version.c (match_symbol): Likewise.
19025         (_dl_check_map_versions): Likewise.
19026         * elf/rtld.c (dl_main): Likewise.
19027         (print_unresolved): Use RTLD_PROGNAME.
19028         (print_missing_version): Likewise.
19029         * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
19030         (elf_machine_rela): Likewise.
19031         * sysdeps/powerpc/powerpc32/dl-machine.c
19032         (__process_machine_rela): Likewise.
19033         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
19034         Likewise.
19035         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
19036         Likewise.
19037         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
19038         Likewise.
19039         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19040         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
19041         Likewise.
19042         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
19043         Likewise.
19044         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
19045
19046 2013-05-28  Carlos O'Donell  <carlos@redhat.com>
19047
19048         * po/be.po: Add descriptive title.
19049         * po/zh_CN.po: Likewise.
19050         * po/header.pot: Likewise.
19051
19052 2013-05-28  Mike Frysinger  <vapier@gentoo.org>
19053
19054         * locale/programs/locarchive.c (create_archive): Inlucde fname in
19055         error message.
19056         (enlarge_archive): Likewise.
19057
19058 2013-05-28  Ben North  <ben@redfrontdoor.org>
19059
19060         * manual/arith.texi (frexp): It is the magnitude of the return
19061         value which lies in [0.5, 1), not the return value itself.
19062
19063 2013-05-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19064
19065         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19066
19067 2013-05-26  Thomas Schwinge  <thomas@codesourcery.com>
19068
19069         * stdio-common/bug26.c (main): Correct fscanf template.
19070
19071         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
19072         declare _dl_skip_args.
19073
19074         * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
19075         Don't declare.
19076
19077         * manual/platform.texi: Add missing @end deftypefun.
19078
19079 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19080
19081         [BZ #15529]
19082         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
19083         bit of mantissa of 2^16382.
19084         * math/libm-test.inc (hypot_test_data): Add more tests.
19085
19086         * math/libm-test.inc: Add drem and pow10 to list of tested
19087         functions.
19088         (pow10_test): New function.
19089         (drem_test): Likewise.
19090         (drem_test_tonearest): Likewise.
19091         (drem_test_towardzero): Likewise.
19092         (drem_test_downward): Likewise.
19093         (drem_test_upward): Likewise.
19094         (main): Call the new functions.
19095
19096         * math/libm-test.inc (finite_test_data): Remove.
19097         (finite_test): Run tests from isfinite_test_data.
19098         (gamma_test_data): Remove.
19099         (gamma_test): Run tests from lgamma_test_data.
19100         * sysdeps/i386/fpu/libm-test-ulps: Update.
19101         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19102
19103 2013-05-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19104
19105         * manual/platform.texi: Add PowerPC PPR function set documentation.
19106         * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
19107         implementation.
19108
19109 2013-05-24  Carlos O'Donell  <carlos@redhat.com>
19110
19111         * math/libm-test.inc (MAX_EXP): Define.
19112         (ULPDIFF): Define.
19113         (ulp): New function.
19114         (check_float_internal): Use ULPDIFF.
19115         (cpow_test): Disable failing test.
19116         (check_ulp): Test ulp() implemetnation.
19117         (main): Call check_ulp before starting tests.
19118
19119 2013-05-24  Joseph Myers  <joseph@codesourcery.com>
19120
19121         * math/gen-libm-test.pl (generate_testfile): Do not handle
19122         START_DATA and END_DATA.
19123         * math/libm-test.inc (acos_test_data): Do not use START_DATA and
19124         END_DATA.
19125         (acos_tonearest_test_data): Likewise.
19126         (acos_towardzero_test_data): Likewise.
19127         (acos_downward_test_data): Likewise.
19128         (acos_upward_test_data): Likewise.
19129         (acosh_test_data): Likewise.
19130         (asin_test_data): Likewise.
19131         (asin_tonearest_test_data): Likewise.
19132         (asin_towardzero_test_data): Likewise.
19133         (asin_downward_test_data): Likewise.
19134         (asin_upward_test_data): Likewise.
19135         (asinh_test_data): Likewise.
19136         (atan_test_data): Likewise.
19137         (atanh_test_data): Likewise.
19138         (atan2_test_data): Likewise.
19139         (cabs_test_data): Likewise.
19140         (cacos_test_data): Likewise.
19141         (cacosh_test_data): Likewise.
19142         (carg_test_data): Likewise.
19143         (casin_test_data): Likewise.
19144         (casinh_test_data): Likewise.
19145         (catan_test_data): Likewise.
19146         (catanh_test_data): Likewise.
19147         (cbrt_test_data): Likewise.
19148         (ccos_test_data): Likewise.
19149         (ccosh_test_data): Likewise.
19150         (ceil_test_data): Likewise.
19151         (cexp_test_data): Likewise.
19152         (cimag_test_data): Likewise.
19153         (clog_test_data): Likewise.
19154         (clog10_test_data): Likewise.
19155         (conj_test_data): Likewise.
19156         (copysign_test_data): Likewise.
19157         (cos_test_data): Likewise.
19158         (cos_tonearest_test_data): Likewise.
19159         (cos_towardzero_test_data): Likewise.
19160         (cos_downward_test_data): Likewise.
19161         (cos_upward_test_data): Likewise.
19162         (cosh_test_data): Likewise.
19163         (cosh_tonearest_test_data): Likewise.
19164         (cosh_towardzero_test_data): Likewise.
19165         (cosh_downward_test_data): Likewise.
19166         (cosh_upward_test_data): Likewise.
19167         (cpow_test_data): Likewise.
19168         (cproj_test_data): Likewise.
19169         (creal_test_data): Likewise.
19170         (csin_test_data): Likewise.
19171         (csinh_test_data): Likewise.
19172         (csqrt_test_data): Likewise.
19173         (ctan_test_data): Likewise.
19174         (ctan_tonearest_test_data): Likewise.
19175         (ctan_towardzero_test_data): Likewise.
19176         (ctan_downward_test_data): Likewise.
19177         (ctan_upward_test_data): Likewise.
19178         (ctanh_test_data): Likewise.
19179         (ctanh_tonearest_test_data): Likewise.
19180         (ctanh_towardzero_test_data): Likewise.
19181         (ctanh_downward_test_data): Likewise.
19182         (ctanh_upward_test_data): Likewise.
19183         (erf_test_data): Likewise.
19184         (erfc_test_data): Likewise.
19185         (exp_test_data): Likewise.
19186         (exp_tonearest_test_data): Likewise.
19187         (exp_towardzero_test_data): Likewise.
19188         (exp_downward_test_data): Likewise.
19189         (exp_upward_test_data): Likewise.
19190         (exp10_test_data): Likewise.
19191         (exp2_test_data): Likewise.
19192         (expm1_test_data): Likewise.
19193         (fabs_test_data): Likewise.
19194         (fdim_test_data): Likewise.
19195         (finite_test_data): Likewise.
19196         (floor_test_data): Likewise.
19197         (fma_test_data): Likewise.
19198         (fma_towardzero_test_data): Likewise.
19199         (fma_downward_test_data): Likewise.
19200         (fma_upward_test_data): Likewise.
19201         (fmax_test_data): Likewise.
19202         (fmin_test_data): Likewise.
19203         (fmod_test_data): Likewise.
19204         (fpclassify_test_data): Likewise.
19205         (frexp_test_data): Likewise.
19206         (gamma_test_data): Likewise.
19207         (hypot_test_data): Likewise.
19208         (ilogb_test_data): Likewise.
19209         (isfinite_test_data): Likewise.
19210         (isgreater_test_data): Likewise.
19211         (isgreaterequal_test_data): Likewise.
19212         (isinf_test_data): Likewise.
19213         (isless_test_data): Likewise.
19214         (islessequal_test_data): Likewise.
19215         (islessgreater_test_data): Likewise.
19216         (isnan_test_data): Likewise.
19217         (isnormal_test_data): Likewise.
19218         (issignaling_test_data): Likewise.
19219         (isunordered_test_data): Likewise.
19220         (j0_test_data): Likewise.
19221         (j1_test_data): Likewise.
19222         (jn_test_data): Likewise.
19223         (ldexp_test_data): Likewise.
19224         (lgamma_test_data): Likewise.
19225         (lrint_test_data): Likewise.
19226         (lrint_tonearest_test_data): Likewise.
19227         (lrint_towardzero_test_data): Likewise.
19228         (lrint_downward_test_data): Likewise.
19229         (lrint_upward_test_data): Likewise.
19230         (llrint_test_data): Likewise.
19231         (llrint_tonearest_test_data): Likewise.
19232         (llrint_towardzero_test_data): Likewise.
19233         (llrint_downward_test_data): Likewise.
19234         (llrint_upward_test_data): Likewise.
19235         (log_test_data): Likewise.
19236         (log10_test_data): Likewise.
19237         (log1p_test_data): Likewise.
19238         (log2_test_data): Likewise.
19239         (logb_test_data): Likewise.
19240         (logb_downward_test_data): Likewise.
19241         (lround_test_data): Likewise.
19242         (llround_test_data): Likewise.
19243         (modf_test_data): Likewise.
19244         (nearbyint_test_data): Likewise.
19245         (nextafter_test_data): Likewise.
19246         (nexttoward_test_data): Likewise.
19247         (pow_test_data): Likewise.
19248         (pow_tonearest_test_data): Likewise.
19249         (pow_towardzero_test_data): Likewise.
19250         (pow_downward_test_data): Likewise.
19251         (pow_upward_test_data): Likewise.
19252         (remainder_test_data): Likewise.
19253         (remainder_tonearest_test_data): Likewise.
19254         (remainder_towardzero_test_data): Likewise.
19255         (remainder_downward_test_data): Likewise.
19256         (remainder_upward_test_data): Likewise.
19257         (remquo_test_data): Likewise.
19258         (rint_test_data): Likewise.
19259         (rint_tonearest_test_data): Likewise.
19260         (rint_towardzero_test_data): Likewise.
19261         (rint_downward_test_data): Likewise.
19262         (rint_upward_test_data): Likewise.
19263         (round_test_data): Likewise.
19264         (scalb_test_data): Likewise.
19265         (scalbn_test_data): Likewise.
19266         (scalbln_test_data): Likewise.
19267         (signbit_test_data): Likewise.
19268         (sin_test_data): Likewise.
19269         (sin_tonearest_test_data): Likewise.
19270         (sin_towardzero_test_data): Likewise.
19271         (sin_downward_test_data): Likewise.
19272         (sin_upward_test_data): Likewise.
19273         (sincos_test_data): Likewise.
19274         (sinh_test_data): Likewise.
19275         (sinh_tonearest_test_data): Likewise.
19276         (sinh_towardzero_test_data): Likewise.
19277         (sinh_downward_test_data): Likewise.
19278         (sinh_upward_test_data): Likewise.
19279         (sqrt_test_data): Likewise.
19280         (tan_test_data): Likewise.
19281         (tan_tonearest_test_data): Likewise.
19282         (tan_towardzero_test_data): Likewise.
19283         (tan_downward_test_data): Likewise.
19284         (tan_upward_test_data): Likewise.
19285         (tanh_test_data): Likewise.
19286         (tgamma_test_data): Likewise.
19287         (trunc_test_data): Likewise.
19288         (y0_test_data): Likewise.
19289         (y1_test_data): Likewise.
19290         (yn_test_data): Likewise.
19291         (significand_test_data): Likewise.
19292
19293         * math/gen-libm-test.pl (@functions): Remove variable.
19294         (generate_testfile): Don't handle START and END lines.
19295         * math/libm-test.inc (START): New macro.
19296         (END): Likewise.
19297         (END_COMPLEX): Likewise.
19298         (acos_test): Use END macro without arguments.
19299         (acos_test_tonearest): Likewise.
19300         (acos_test_towardzero): Likewise.
19301         (acos_test_downward): Likewise.
19302         (acos_test_upward): Likewise.
19303         (acosh_test): Likewise.
19304         (asin_test): Likewise.
19305         (asin_test_tonearest): Likewise.
19306         (asin_test_towardzero): Likewise.
19307         (asin_test_downward): Likewise.
19308         (asin_test_upward): Likewise.
19309         (asinh_test): Likewise.
19310         (atan_test): Likewise.
19311         (atanh_test): Likewise.
19312         (atan2_test): Likewise.
19313         (cabs_test): Likewise.
19314         (cacos_test): Use END_COMPLEX macro without arguments.
19315         (cacosh_test): Likewise.
19316         (carg_test): Use END macro without arguments.
19317         (casin_test): Use END_COMPLEX macro without arguments.
19318         (casinh_test): Likewise.
19319         (catan_test): Likewise.
19320         (catanh_test): Likewise.
19321         (cbrt_test): Use END macro without arguments.
19322         (ccos_test): Use END_COMPLEX macro without arguments.
19323         (ccosh_test): Likewise.
19324         (ceil_test): Use END macro without arguments.
19325         (cexp_test): Use END_COMPLEX macro without arguments.
19326         (cimag_test): Use END macro without arguments.
19327         (clog_test): Use END_COMPLEX macro without arguments.
19328         (clog10_test): Likewise.
19329         (conj_test): Likewise.
19330         (copysign_test): Use END macro without arguments.
19331         (cos_test): Likewise.
19332         (cos_test_tonearest): Likewise.
19333         (cos_test_towardzero): Likewise.
19334         (cos_test_downward): Likewise.
19335         (cos_test_upward): Likewise.
19336         (cosh_test): Likewise.
19337         (cosh_test_tonearest): Likewise.
19338         (cosh_test_towardzero): Likewise.
19339         (cosh_test_downward): Likewise.
19340         (cosh_test_upward): Likewise.
19341         (cpow_test): Use END_COMPLEX macro without arguments.
19342         (cproj_test): Likewise.
19343         (creal_test): Use END macro without arguments.
19344         (csin_test): Use END_COMPLEX macro without arguments.
19345         (csinh_test): Likewise.
19346         (csqrt_test): Likewise.
19347         (ctan_test): Likewise.
19348         (ctan_test_tonearest): Likewise.
19349         (ctan_test_towardzero): Likewise.
19350         (ctan_test_downward): Likewise.
19351         (ctan_test_upward): Likewise.
19352         (ctanh_test): Likewise.
19353         (ctanh_test_tonearest): Likewise.
19354         (ctanh_test_towardzero): Likewise.
19355         (ctanh_test_downward): Likewise.
19356         (ctanh_test_upward): Likewise.
19357         (erf_test): Use END macro without arguments.
19358         (erfc_test): Likewise.
19359         (exp_test): Likewise.
19360         (exp_test_tonearest): Likewise.
19361         (exp_test_towardzero): Likewise.
19362         (exp_test_downward): Likewise.
19363         (exp_test_upward): Likewise.
19364         (exp10_test): Likewise.
19365         (exp2_test): Likewise.
19366         (expm1_test): Likewise.
19367         (fabs_test): Likewise.
19368         (fdim_test): Likewise.
19369         (finite_test): Likewise.
19370         (floor_test): Likewise.
19371         (fma_test): Likewise.
19372         (fma_test_towardzero): Likewise.
19373         (fma_test_downward): Likewise.
19374         (fma_test_upward): Likewise.
19375         (fmax_test): Likewise.
19376         (fmin_test): Likewise.
19377         (fmod_test): Likewise.
19378         (fpclassify_test): Likewise.
19379         (frexp_test): Likewise.
19380         (gamma_test): Likewise.
19381         (hypot_test): Likewise.
19382         (ilogb_test): Likewise.
19383         (isfinite_test): Likewise.
19384         (isgreater_test): Likewise.
19385         (isgreaterequal_test): Likewise.
19386         (isinf_test): Likewise.
19387         (isless_test): Likewise.
19388         (islessequal_test): Likewise.
19389         (islessgreater_test): Likewise.
19390         (isnan_test): Likewise.
19391         (isnormal_test): Likewise.
19392         (issignaling_test): Likewise.
19393         (isunordered_test): Likewise.
19394         (j0_test): Likewise.
19395         (j1_test): Likewise.
19396         (jn_test): Likewise.
19397         (ldexp_test): Likewise.
19398         (lgamma_test): Likewise.
19399         (lrint_test): Likewise.
19400         (lrint_test_tonearest): Likewise.
19401         (lrint_test_towardzero): Likewise.
19402         (lrint_test_downward): Likewise.
19403         (lrint_test_upward): Likewise.
19404         (llrint_test): Likewise.
19405         (llrint_test_tonearest): Likewise.
19406         (llrint_test_towardzero): Likewise.
19407         (llrint_test_downward): Likewise.
19408         (llrint_test_upward): Likewise.
19409         (log_test): Likewise.
19410         (log10_test): Likewise.
19411         (log1p_test): Likewise.
19412         (log2_test): Likewise.
19413         (logb_test): Likewise.
19414         (logb_test_downward): Likewise.
19415         (lround_test): Likewise.
19416         (llround_test): Likewise.
19417         (modf_test): Likewise.
19418         (nearbyint_test): Likewise.
19419         (nextafter_test): Likewise.
19420         (nexttoward_test): Likewise.
19421         (pow_test): Likewise.
19422         (pow_test_tonearest): Likewise.
19423         (pow_test_towardzero): Likewise.
19424         (pow_test_downward): Likewise.
19425         (pow_test_upward): Likewise.
19426         (remainder_test): Likewise.
19427         (remainder_test_tonearest): Likewise.
19428         (remainder_test_towardzero): Likewise.
19429         (remainder_test_downward): Likewise.
19430         (remainder_test_upward): Likewise.
19431         (remquo_test): Likewise.
19432         (rint_test): Likewise.
19433         (rint_test_tonearest): Likewise.
19434         (rint_test_towardzero): Likewise.
19435         (rint_test_downward): Likewise.
19436         (rint_test_upward): Likewise.
19437         (round_test): Likewise.
19438         (scalb_test): Likewise.
19439         (scalbn_test): Likewise.
19440         (scalbln_test): Likewise.
19441         (signbit_test): Likewise.
19442         (sin_test): Likewise.
19443         (sin_test_tonearest): Likewise.
19444         (sin_test_towardzero): Likewise.
19445         (sin_test_downward): Likewise.
19446         (sin_test_upward): Likewise.
19447         (sincos_test): Likewise.
19448         (sinh_test): Likewise.
19449         (sinh_test_tonearest): Likewise.
19450         (sinh_test_towardzero): Likewise.
19451         (sinh_test_downward): Likewise.
19452         (sinh_test_upward): Likewise.
19453         (sqrt_test): Likewise.
19454         (tan_test): Likewise.
19455         (tan_test_tonearest): Likewise.
19456         (tan_test_towardzero): Likewise.
19457         (tan_test_downward): Likewise.
19458         (tan_test_upward): Likewise.
19459         (tanh_test): Likewise.
19460         (tgamma_test): Likewise.
19461         (trunc_test): Likewise.
19462         (y0_test): Likewise.
19463         (y1_test): Likewise.
19464         (yn_test): Likewise.
19465         (significand_test): Likewise.
19466
19467 2013-05-24  Ondřej Bílka  <neleai@seznam.cz>
19468
19469         [BZ #15381]
19470         * libio/genops.c (_IO_no_init): Initialize wide struct info.
19471
19472 2013-05-23  Edjunior Machado  <emachado@linux.vnet.ibm.com>
19473
19474         [BZ #14894]
19475         * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
19476         __ppc_mdoio and __ppc_mdoom.
19477         * manual/platform.texi: Document new functions __ppc_yield,
19478         __ppc_mdoio and __ppc_mdoom.
19479
19480 2013-05-22  Carlos O'Donell  <carlos@redhat.com>
19481
19482         * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
19483         (main): Mention "tls" pseudo-hwcap is legacy.
19484         * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
19485
19486 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19487
19488         * math/gen-libm-test.pl (parse_args): Output only string of
19489         arguments as text for test name, not full call or descriptions of
19490         tests for extra outputs.
19491         (generate_testfile): Do not pass function name to parse_args.
19492         Generate this_func variable from START.
19493         * math/libm-test.inc (struct test_f_f_data): Rename test_name
19494         field to arg_str.
19495         (struct test_ff_f_data): Likewise.
19496         (test_ff_f_data_nexttoward): Likewise.
19497         (struct test_fi_f_data): Likewise.
19498         (struct test_fl_f_data): Likewise.
19499         (struct test_if_f_data): Likewise.
19500         (struct test_fff_f_data): Likewise.
19501         (struct test_c_f_data): Likewise.
19502         (struct test_f_f1_data): Likewise.  Remove field extra_name.
19503         (struct test_fF_f1_data): Likewise.
19504         (struct test_ffI_f1_data): Likewise.
19505         (struct test_c_c_data): Rename test_name field to arg_str.
19506         (struct test_cc_c_data): Likewise.
19507         (struct test_f_i_data): Likewise.
19508         (struct test_ff_i_data): Likewise.
19509         (struct test_f_l_data): Likewise.
19510         (struct test_f_L_data): Likewise.
19511         (struct test_fFF_11_data): Likewise.  Remove fields extra1_name
19512         and extra2_name.
19513         (COMMON_TEST_SETUP): New macro.
19514         (EXTRA_OUTPUT_TEST_SETUP): Likewise.
19515         (COMMON_TEST_CLEANUP): Likewise.
19516         (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
19517         (RUN_TEST_f_f): Take argument string.  Call new setup and cleanup
19518         macros.
19519         (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
19520         (RUN_TEST_2_f): Take argument string.  Call new setup and cleanup
19521         macros.
19522         (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
19523         (RUN_TEST_fff_f): Take argument string.  Call new setup and
19524         cleanup macros.
19525         (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
19526         (RUN_TEST_c_f): Take argument string.  Call new setup and cleanup
19527         macros.
19528         (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
19529         (RUN_TEST_f_f1): Take argument string.  Call new setup and cleanup
19530         macros.
19531         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19532         (RUN_TEST_fF_f1): Take argument string.  Call new setup and
19533         cleanup macros.
19534         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19535         (RUN_TEST_fI_f1): Take argument string.  Call new setup and
19536         cleanup macros.
19537         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19538         (RUN_TEST_ffI_f1): Take argument string.  Call new setup and
19539         cleanup macros.
19540         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19541         (RUN_TEST_c_c): Take argument string.  Call new setup and cleanup
19542         macros.
19543         (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
19544         (RUN_TEST_cc_c): Take argument string.  Call new setup and cleanup
19545         macros.
19546         (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
19547         (RUN_TEST_f_i): Take argument string.  Call new setup and cleanup
19548         macros.
19549         (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
19550         (RUN_TEST_f_i_tg): Take argument string.  Call new setup and
19551         cleanup macros.
19552         (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
19553         (RUN_TEST_ff_i_tg): Take argument string.  Call new setup and
19554         cleanup macros.
19555         (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
19556         (RUN_TEST_f_b): Take argument string.  Call new setup and cleanup
19557         macros.
19558         (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
19559         (RUN_TEST_f_b_tg): Take argument string.  Call new setup and
19560         cleanup macros.
19561         (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
19562         (RUN_TEST_f_l): Take argument string.  Call new setup and cleanup
19563         macros.
19564         (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
19565         (RUN_TEST_f_L): Take argument string.  Call new setup and cleanup
19566         macros.
19567         (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
19568         (RUN_TEST_fFF_11): Take argument string.  Call new setup and
19569         cleanup macros.
19570         (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
19571
19572 2013-05-22  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
19573
19574         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
19575         to _sifields.sigfault.
19576         (si_addr_lsb): Define new macro.
19577         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
19578         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
19579         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
19580
19581 2013-05-03  Carlos O'Donell  <carlos at redhat.com>
19582
19583         [BZ #15441]
19584         * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
19585         returns -1.
19586         (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
19587         null return -1.
19588         * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
19589         loading the domain.
19590
19591 2013-05-22  Joseph Myers  <joseph@codesourcery.com>
19592
19593         * math/gen-libm-test.pl (parse_args): Do not include expected
19594         result in test name.
19595         * sysdeps/i386/fpu/libm-test-ulps: Update test names.
19596         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19597         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19598         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19599         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19600         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19601
19602 2013-05-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
19603
19604         * benchtests/Makefile: Sort function entries.
19605
19606         * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
19607         tanh, asinh, acosh, atanh.
19608         * benchtests/acos-inputs: New file.
19609         * benchtests/acosh-inputs: New file.
19610         * benchtests/asin-inputs: New file.
19611         * benchtests/asinh-inputs: New file.
19612         * benchtests/atanh-inputs: New file.
19613         * benchtests/cosh-inputs: New file.
19614         * benchtests/log-inputs: New file.
19615         * benchtests/sinh-inputs: New file.
19616         * benchtests/tanh-inputs: New file.
19617
19618 2013-05-21  Dmitry V. Levin  <ldv@altlinux.org>
19619
19620         [BZ #15339]
19621         * posix/tst-getaddrinfo4.c: New test.
19622         * posix/Makefile (tests): Add it.
19623
19624 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19625
19626         [BZ #15339]
19627         * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
19628         when no services were used.
19629         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
19630         Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
19631
19632 2013-05-21  Andreas Schwab  <schwab@suse.de>
19633
19634         [BZ #15014]
19635         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
19636         [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
19637         successful.
19638         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
19639         redundant variable declarations and reallocation of buffer when
19640         parsing as IPv6 address.  Always set NSS status when called from
19641         reentrant functions.  Use NETDB_INTERNAL instead of TRY_AGAIN when
19642         buffer too small.  Correct computation of needed size.
19643         * nss/Makefile (tests): Add test-digits-dots.
19644         * nss/test-digits-dots.c: New test.
19645
19646 2013-05-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
19647
19648         * benchtests/Makefile: Remove instructions for adding
19649         benchmark tests.
19650         * benchtests/README: New file to explain how to execute and
19651         enhance the benchmark tests.
19652
19653 2013-05-21  Andreas Schwab  <schwab@suse.de>
19654
19655         [BZ #15493]
19656         * setjmp/Makefile (tests): Add tst-sigsetjmp.
19657         * setjmp/tst-sigsetjmp.c: New test.
19658
19659 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19660
19661         * sysdeps/x86_64/memset.S (memset): New implementation.
19662         (__bzero): Likewise.
19663         (__memset_tail): New function.
19664
19665 2013-05-20  Ondřej Bílka  <neleai@seznam.cz>
19666
19667         * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
19668         * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
19669         __memcpy_sse2_unaligned ifunc selection.
19670         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
19671         Add memcpy-sse2-unaligned.S.
19672         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
19673         Add: __memcpy_sse2_unaligned.
19674
19675 2013-05-19  Joseph Myers  <joseph@codesourcery.com>
19676
19677         [BZ #15490]
19678         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
19679         math_force_eval before restoring floating-point envrionment.
19680         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
19681         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
19682         Likewise.
19683         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
19684         <math_private.h>.
19685         (__nearbyintl): Use math_force_eval before restoring
19686         floating-point environment.
19687         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
19688
19689         * math/gen-libm-test.pl (special_functions): Remove.
19690         (parse_args): Don't handle TEST_extra.  Handle functions with no
19691         return value.
19692         * math/libm-test.inc (struct test_sincos_data): Replace with
19693         struct test_fFF_11_data.
19694         (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
19695         (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
19696         (sincos_test_data): Change element type to struct
19697         test_fFF_11_data.  Use TEST_fFF_11 instead of TEST_extra.
19698         (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
19699         RUN_TEST_LOOP_sincos.
19700         * math/README.libm-test: Don't mention special handling of
19701         individual functions.
19702         * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
19703         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
19704         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
19705         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
19706         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
19707         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
19708
19709         * math/gen-libm-test.pl (get_variable): Remove function.
19710         (parse_args): Don't show pointer parameters to call in test
19711         names.  Use "extra output N" in test names for extra outputs
19712         rather than naming variables.
19713
19714 2013-05-18  Joseph Myers  <joseph@codesourcery.com>
19715
19716         [BZ #15488]
19717         * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
19718         __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
19719         * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
19720         double tests.
19721         * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
19722         disable.
19723         (do_test) [NO_LONG_DOUBLE]: Do not disable call to
19724         check_long_double.
19725
19726         * math/gen-libm-test.pl (@tests): Remove variable.
19727         ($count): Likewise.
19728         (new_test): Remove function.
19729         (show_exceptions): New function.
19730         (special_functions): Use show_exceptions instead of new_test.
19731         (parse_args): Likewise.
19732         (generate_testfile): Pass only function name in generated call to
19733         print_max_error or print_complex_max_error.
19734         (get_ulps): Do not handle complex tests specially.
19735         (output_test): Rename to ...
19736         (get_all_ulps_for_test): ... this.  Return a string rather than
19737         printing to a file.  Require ulps to be present.
19738         (output_ulps): Generate arrays rather than #defines.
19739         * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
19740         (struct ulp_data): New type.
19741         (BUILD_COMPLEX_ULP): Remove macro.
19742         (compare_ulp_data): New function.
19743         (find_ulps): Likewise.
19744         (find_test_ulps): Likewise.
19745         (find_function_ulps): Likewise.
19746         (find_complex_function_ulps): Likewise.
19747         (print_max_error): Determine allowed ulps using
19748         find_function_ulps.
19749         (print_complex_max_error): Determine allowed ulps using
19750         find_complex_function_ulps.
19751         (check_float_internal): Determine max ulps using find_test_ulps.
19752         (check_float): Do not take max_ulp parameter.  Update call to
19753         check_float_internal.
19754         (check_complex): Likewise.
19755         (check_int): Do not take max_ulp parameter.
19756         (check_long): Likewise.
19757         (check_bool): Likewise.
19758         (check_longlong): Likewise.
19759         (struct test_f_f_data): Remove max_ulp field.
19760         (struct test_ff_f_data): Likewise.
19761         (struct test_ff_f_data_nexttoward): Likewise.
19762         (struct test_fi_f_data): Likewise.
19763         (struct test_fl_f_data): Likewise.
19764         (struct test_if_f_data): Likewise.
19765         (struct test_fff_f_data): Likewise.
19766         (struct test_c_f_data): Likewise.
19767         (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
19768         (struct test_fF_f1_data): Likewise.
19769         (struct test_ffI_f1_data): Likewise.
19770         (struct test_c_c_data): Remove max_ulp field.
19771         (struct test_cc_c_data): Likewise.
19772         (struct test_f_i_data): Likewise.
19773         (struct test_ff_i_data): Likewise.
19774         (struct test_f_l_data): Likewise.
19775         (struct test_f_L_data): Likewise.
19776         (struct test_sincos_data): Likewise.
19777         (RUN_TEST_f_f): Do not handle ulps.
19778         (RUN_TEST_LOOP_f_f): Likewise.
19779         (RUN_TEST_2_f): Likewise.
19780         (RUN_TEST_LOOP_2_f): Likewise.
19781         (RUN_TEST_fff_f): Likewise.
19782         (RUN_TEST_LOOP_fff_f): Likewise.
19783         (RUN_TEST_c_f): Likewise.
19784         (RUN_TEST_LOOP_c_f): Likewise.
19785         (RUN_TEST_f_f1): Likewise.
19786         (RUN_TEST_LOOP_f_f1): Likewise.
19787         (RUN_TEST_fF_f1): Likewise.
19788         (RUN_TEST_LOOP_fF_f1): Likewise.
19789         (RUN_TEST_fI_f1): Likewise.
19790         (RUN_TEST_LOOP_fI_f1): Likewise.
19791         (RUN_TEST_ffI_f1): Likewise.
19792         (RUN_TEST_LOOP_ffI_f1): Likewise.
19793         (RUN_TEST_c_c): Likewise.
19794         (RUN_TEST_LOOP_c_c): Likewise.
19795         (RUN_TEST_cc_c): Likewise.
19796         (RUN_TEST_LOOP_cc_c): Likewise.
19797         (RUN_TEST_f_i): Likewise.
19798         (RUN_TEST_LOOP_f_i): Likewise.
19799         (RUN_TEST_f_i_tg): Likewise.
19800         (RUN_TEST_LOOP_f_i_tg): Likewise.
19801         (RUN_TEST_ff_i_tg): Likewise.
19802         (RUN_TEST_LOOP_ff_i_tg): Likewise.
19803         (RUN_TEST_f_b): Likewise.
19804         (RUN_TEST_LOOP_f_b): Likewise.
19805         (RUN_TEST_f_b_tg): Likewise.
19806         (RUN_TEST_LOOP_f_b_tg): Likewise.
19807         (RUN_TEST_f_l): Likewise.
19808         (RUN_TEST_LOOP_f_l): Likewise.
19809         (RUN_TEST_f_L): Likewise.
19810         (RUN_TEST_LOOP_f_L): Likewise.
19811         (RUN_TEST_sincos): Likewise.
19812         (RUN_TEST_LOOP_sincos): Likewise.
19813
19814 2013-05-17  Joseph Myers  <joseph@codesourcery.com>
19815
19816         [BZ #15480]
19817         [BZ #15485]
19818         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
19819         main case of finite arguments, set rounding mode to FE_TONEAREST
19820         and discard exceptions.
19821         * math/libm-test.inc (remainder_test_data): Disallow "inexact"
19822         exceptions.
19823         (remainder_tonearest_test_data): New variable.
19824         (remainder_test_tonearest): New function.
19825         (remainder_towardzero_test_data): New variable.
19826         (remainder_test_towardzero): New function.
19827         (remainder_downward_test_data): New variable.
19828         (remainder_test_downward): New function.
19829         (remainder_upward_test_data): New variable.
19830         (remainder_test_upward): New function.
19831         (main): Call the new test functions.
19832
19833         * math/libm-test.inc (struct test_f_f1_data): Remove field
19834         extra_init.
19835         (struct test_fF_f1_data): Likewise.
19836         (struct test_ffI_f1_data): Likewise.
19837         (RUN_TEST_f_f1): Remove argument EXTRA_INIT.  Initialize EXTRA_VAR
19838         based on value of EXTRA_EXPECTED.
19839         (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
19840         (RUN_TEST_fF_f1): Remove argument EXTRA_INIT.  Initialize
19841         EXTRA_VAR based on value of EXTRA_EXPECTED.
19842         (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
19843         (RUN_TEST_fI_f1): Remove argument EXTRA_INIT.  Initialize
19844         EXTRA_VAR based on value of EXTRA_EXPECTED.
19845         (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
19846         (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT.  Initialize
19847         EXTRA_VAR based on value of EXTRA_EXPECTED.
19848         (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
19849         * math/gen-libm-test.pl (parse_args): Don't output initializers
19850         for extra output values.
19851
19852         * math/libm-test.inc (check_int): Expect result to be exactly
19853         equal to expected value and do not handle ulps.
19854         (check_long): Likewise.
19855         (check_longlong): Likewise.
19856
19857         * math/libm-test.inc (ceil_test_data): Test for "inexact"
19858         exceptions.
19859         (cimag_test_data): Likewise.
19860         (conj_test_data): Likewise.
19861         (copysign_test_data): Likewise.
19862         (cproj_test_data): Likewise.
19863         (creal_test_data): Likewise.
19864         (fabs_test_data): Likewise.
19865         (fdim_test_data): Likewise.
19866         (finite_test_data): Likewise.
19867         (floor_test_data): Likewise.
19868         (fmax_test_data): Likewise.
19869         (fmin_test_data): Likewise.
19870         (fmod_test_data): Likewise.
19871         (fpclassify_test_data): Likewise.
19872         (frexp_test_data): Likewise.
19873         (ilogb_test_data): Likewise.
19874         (isfinite_test_data): Likewise.
19875         (isgreater_test_data): Likewise.
19876         (isgreaterequal_test_data): Likewise.
19877         (isinf_test_data): Likewise.
19878         (isless_test_data): Likewise.
19879         (islessequal_test_data): Likewise.
19880         (islessgreater_test_data): Likewise.
19881         (isnan_test_data): Likewise.
19882         (isnormal_test_data): Likewise.
19883         (issignaling_test_data): Likewise.
19884         (isunordered_test_data): Likewise.
19885         (ldexp_test_data): Likewise.
19886         (lrint_test_data): Likewise.
19887         (lrint_test_data) [TEST_FLOAT]: Disable one test.
19888         (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
19889         (lrint_tonearest_test_data): Test for "inexact" exceptions.
19890         (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19891         (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
19892         (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19893         test input.
19894         (lrint_towardzero_test_data): Test for "inexact" exceptions.
19895         (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19896         (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
19897         (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
19898         that test input.
19899         (lrint_downward_test_data): Test for "inexact" exceptions.
19900         (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19901         (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
19902         (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
19903         test input.
19904         (lrint_upward_test_data): Test for "inexact" exceptions.
19905         (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
19906         test input.
19907         (llrint_test_data): Test for "inexact" exceptions.
19908         (llrint_test_data) [TEST_FLOAT]: Disable one test.
19909         (llrint_tonearest_test_data): Test for "inexact" exceptions.
19910         (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
19911         (llrint_towardzero_test_data): Test for "inexact" exceptions.
19912         (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
19913         (llrint_downward_test_data): Test for "inexact" exceptions.
19914         (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
19915         (llrint_upward_test_data): Test for "inexact" exceptions.
19916         (logb_test_data): Likewise.
19917         (logb_downward_test_data): Likewise.
19918         (nextafter_test_data): Likewise.
19919         (nexttoward_test_data): Likewise.
19920         (remainder_test_data): Likewise.
19921         (remquo_test_data): Likewise.
19922         (scalbn_test_data): Likewise.
19923         (scalbln_test_data): Likewise.
19924         (signbit_test_data): Likewise.
19925         (sqrt_test_data): Likewise.
19926         (significand_test_data): Likewise.
19927
19928 2013-05-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
19929
19930         [BZ #15424]
19931         * benchtests/bench-modf.c (struct args): Mark arg0 as
19932         volatile.
19933         * scripts/bench.pl: Mark members of struct args as volatile.
19934
19935 2013-05-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
19936
19937         [BZ # 15497]
19938         * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
19939         negative infinity on POWER6 or lower.
19940         * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
19941
19942 2013-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
19943
19944         [BZ #15442]
19945         * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
19946         (_FP_FRAC_SNANP_SEMIRAW): Likewise.
19947         (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
19948         (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
19949         (_FP_SETQNAN): New macro.
19950         (_FP_SETQNAN_SEMIRAW): Likewise.
19951         (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
19952         (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
19953         (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
19954         (FP_EXTEND): Use _FP_FRAC_SNANP.
19955         (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
19956         * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
19957         into account.
19958         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19959         New macro.
19960         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
19961         Likewise.
19962
19963 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
19964
19965         * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
19966         with DIVIDE_BY_ZERO_EXCEPTION.
19967         (gamma_test_data): Likewise.
19968         (lgamma_test_data): Likewise.
19969         (log_test_data): Likewise.
19970         (log10_test_data): Likewise.
19971         (log2_test_data): Likewise.
19972         (tgamma_test_data): Likewise.
19973
19974         * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
19975         (acos_test_tonearest): Likewise.
19976         (acos_test_towardzero): Likewise.
19977         (acos_test_downward): Likewise.
19978         (acos_test_upward): Likewise.
19979         (acosh_test): Likewise.
19980         (asin_test): Likewise.
19981         (asin_test_tonearest): Likewise.
19982         (asin_test_towardzero): Likewise.
19983         (asin_test_downward): Likewise.
19984         (asin_test_upward): Likewise.
19985         (asinh_test): Likewise.
19986         (atan_test): Likewise.
19987         (atanh_test): Likewise.
19988         (atan2_test): Likewise.
19989         (cabs_test): Likewise.
19990         (cacos_test): Likewise.
19991         (cacosh_test): Likewise.
19992         (casin_test): Likewise.
19993         (casinh_test): Likewise.
19994         (catan_test): Likewise.
19995         (catanh_test): Likewise.
19996         (cbrt_test): Likewise.
19997         (ccos_test): Likewise.
19998         (ccosh_test): Likewise.
19999         (cexp_test): Likewise.
20000         (clog_test): Likewise.
20001         (clog10_test): Likewise.
20002         (cos_test): Likewise.
20003         (cos_test_tonearest): Likewise.
20004         (cos_test_towardzero): Likewise.
20005         (cos_test_downward): Likewise.
20006         (cos_test_upward): Likewise.
20007         (cosh_test): Likewise.
20008         (cosh_test_tonearest): Likewise.
20009         (cosh_test_towardzero): Likewise.
20010         (cosh_test_downward): Likewise.
20011         (cosh_test_upward): Likewise.
20012         (cpow_test): Likewise.
20013         (csin_test): Likewise.
20014         (csinh_test): Likewise.
20015         (csqrt_test): Likewise.
20016         (ctan_test): Likewise.
20017         (ctan_test_tonearest): Likewise.
20018         (ctan_test_towardzero): Likewise.
20019         (ctan_test_downward): Likewise.
20020         (ctan_test_upward): Likewise.
20021         (ctanh_test): Likewise.
20022         (ctanh_test_tonearest): Likewise.
20023         (ctanh_test_towardzero): Likewise.
20024         (ctanh_test_downward): Likewise.
20025         (ctanh_test_upward): Likewise.
20026         (erf_test): Likewise.
20027         (erfc_test): Likewise.
20028         (exp_test): Likewise.
20029         (exp_test_tonearest): Likewise.
20030         (exp_test_towardzero): Likewise.
20031         (exp_test_downward): Likewise.
20032         (exp_test_upward): Likewise.
20033         (exp10_test): Likewise.
20034         (exp2_test): Likewise.
20035         (expm1_test): Likewise.
20036         (fmod_test): Likewise.
20037         (gamma_test): Likewise.
20038         (hypot_test): Likewise.
20039         (j0_test): Likewise.
20040         (j1_test): Likewise.
20041         (jn_test): Likewise.
20042         (lgamma_test): Likewise.
20043         (log_test): Likewise.
20044         (log10_test): Likewise.
20045         (log1p_test): Likewise.
20046         (log2_test): Likewise.
20047         (logb_test_downward): Likewise.
20048         (pow_test): Likewise.
20049         (pow_test_tonearest): Likewise.
20050         (pow_test_towardzero): Likewise.
20051         (pow_test_downward): Likewise.
20052         (pow_test_upward): Likewise.
20053         (remainder_test): Likewise.
20054         (remquo_test): Likewise.
20055         (sin_test): Likewise.
20056         (sin_test_tonearest): Likewise.
20057         (sin_test_towardzero): Likewise.
20058         (sin_test_downward): Likewise.
20059         (sin_test_upward): Likewise.
20060         (sincos_test): Likewise.
20061         (sinh_test): Likewise.
20062         (sinh_test_tonearest): Likewise.
20063         (sinh_test_towardzero): Likewise.
20064         (sinh_test_downward): Likewise.
20065         (sinh_test_upward): Likewise.
20066         (sqrt_test): Likewise.
20067         (tan_test): Likewise.
20068         (tan_test_tonearest): Likewise.
20069         (tan_test_towardzero): Likewise.
20070         (tan_test_downward): Likewise.
20071         (tan_test_upward): Likewise.
20072         (tanh_test): Likewise.
20073         (tgamma_test): Likewise.
20074         (y0_test): Likewise.
20075         (y1_test): Likewise.
20076         (yn_test): Likewise.
20077
20078         * math/gen-libm-test.pl (adjust_arg): Remove function.
20079         (special_function): Remove argument $in_func.  Only handle
20080         generating output for tables of tests, not inside functions.
20081         (parse_args): Likewise.
20082         (generate_testfile): Remove variable $in_func.  Update call to
20083         parse_args.
20084         * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
20085         (MINUS_ZERO_INIT): Rename macro to minus_zero.
20086         (PLUS_INFTY_INIT): Rename macro to plus_infty.
20087         (MINUS_INFTY_INIT): Rename macro to minus_infty.
20088         (QNAN_VALUE_INIT): Rename macro to qnan_value.
20089         (MAX_VALUE_INIT): Rename macro to max_value.
20090         (MIN_VALUE_INIT): Rename macro to min_value.
20091         (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
20092         (plus_zero): Remove variable.
20093         (minus_zero): Likewise.
20094         (plus_infty): Likewise.
20095         (minus_infty): Likewise.
20096         (qnan_value): Likewise.
20097         (max_value): Likewise.
20098         (min_value): Likewise.
20099         (min_subnorm_value): Likewise.
20100
20101 2013-05-16  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
20102
20103         * crypt/sha512-block.c: Add missing #include <stdint.h> due to
20104         uint64_t or uint32_t usage.
20105         * crypt/sha256-block.c: Likewise.
20106         * crypt/sha256-crypt.c: Likewise.
20107         * crypt/sha256.c: Likewise.
20108         * crypt/sha512-block.c: Likewise.
20109         * crypt/sha512-crypt.c: Likewise.
20110         * crypt/sha512.c: Likewise.
20111         * debug/backtrace-tst.c: Likewise.
20112         * debug/pcprofiledump.c: Likewise.
20113         * elf/cache.c: Likewise.
20114         * elf/dl-cache.c: Likewise.
20115         * elf/dl-misc.c: Likewise.
20116         * elf/dl-profile.c: Likewise.
20117         * elf/dl-support.c: Likewise.
20118         * elf/ldconfig.c: Likewise.
20119         * elf/sprof.c: Likewise.
20120         * iconv/dummy-repertoire.c: Likewise.
20121         * iconv/iconv_charmap.c: Likewise.
20122         * iconv/skeleton.c: Likewise.
20123         * iconvdata/8bit-generic.c: Likewise.
20124         * iconvdata/cp737.h: Likewise.
20125         * iconvdata/cp775.h: Likewise.
20126         * iconvdata/ibm1008.h: Likewise.
20127         * iconvdata/ibm1025.h: Likewise.
20128         * iconvdata/ibm1046.h: Likewise.
20129         * iconvdata/ibm1097.h: Likewise.
20130         * iconvdata/ibm1112.h: Likewise.
20131         * iconvdata/ibm1122.h: Likewise.
20132         * iconvdata/ibm1123.h: Likewise.
20133         * iconvdata/ibm1124.h: Likewise.
20134         * iconvdata/ibm1129.h: Likewise.
20135         * iconvdata/ibm1130.h: Likewise.
20136         * iconvdata/ibm1132.h: Likewise.
20137         * iconvdata/ibm1133.h: Likewise.
20138         * iconvdata/ibm1137.h: Likewise.
20139         * iconvdata/ibm1140.h: Likewise.
20140         * iconvdata/ibm1141.h: Likewise.
20141         * iconvdata/ibm1142.h: Likewise.
20142         * iconvdata/ibm1143.h: Likewise.
20143         * iconvdata/ibm1144.h: Likewise.
20144         * iconvdata/ibm1145.h: Likewise.
20145         * iconvdata/ibm1146.h: Likewise.
20146         * iconvdata/ibm1147.h: Likewise.
20147         * iconvdata/ibm1148.h: Likewise.
20148         * iconvdata/ibm1149.h: Likewise.
20149         * iconvdata/ibm1153.h: Likewise.
20150         * iconvdata/ibm1154.h: Likewise.
20151         * iconvdata/ibm1155.h: Likewise.
20152         * iconvdata/ibm1156.h: Likewise.
20153         * iconvdata/ibm1157.h: Likewise.
20154         * iconvdata/ibm1158.h: Likewise.
20155         * iconvdata/ibm1160.h: Likewise.
20156         * iconvdata/ibm1161.h: Likewise.
20157         * iconvdata/ibm1162.h: Likewise.
20158         * iconvdata/ibm1163.h: Likewise.
20159         * iconvdata/ibm1164.h: Likewise.
20160         * iconvdata/ibm1166.h: Likewise.
20161         * iconvdata/ibm1167.h: Likewise.
20162         * iconvdata/ibm12712.h: Likewise.
20163         * iconvdata/ibm1390.h: Likewise.
20164         * iconvdata/ibm1399.h: Likewise.
20165         * iconvdata/ibm16804.h: Likewise.
20166         * iconvdata/ibm4517.h: Likewise.
20167         * iconvdata/ibm4899.h: Likewise.
20168         * iconvdata/ibm4909.h: Likewise.
20169         * iconvdata/ibm4971.h: Likewise.
20170         * iconvdata/ibm5347.h: Likewise.
20171         * iconvdata/ibm803.h: Likewise.
20172         * iconvdata/ibm856.h: Likewise.
20173         * iconvdata/ibm901.h: Likewise.
20174         * iconvdata/ibm902.h: Likewise.
20175         * iconvdata/ibm9030.h: Likewise.
20176         * iconvdata/ibm9066.h: Likewise.
20177         * iconvdata/ibm921.h: Likewise.
20178         * iconvdata/ibm922.h: Likewise.
20179         * iconvdata/ibm9448.h: Likewise.
20180         * iconvdata/isiri-3342.h: Likewise.
20181         * iconvdata/jis0201.h: Likewise.
20182         * include/link.h: Likewise.
20183         * include/netdb.h: Likewise.
20184         * inet/check_native.c: Likewise.
20185         * inet/check_pf.c: Likewise.
20186         * inet/getipv4sourcefilter.c: Likewise.
20187         * inet/getnameinfo.c: Likewise.
20188         * inet/getsourcefilter.c: Likewise.
20189         * inet/htonl.c: Likewise.
20190         * inet/setipv4sourcefilter.c: Likewise.
20191         * inet/setsourcefilter.c: Likewise.
20192         * inet/test-inet6_opt.c: Likewise.
20193         * inet/tst-network.c: Likewise.
20194         * locale/C-collate.c: Likewise.
20195         * locale/C-ctype.c: Likewise.
20196         * locale/C-time.c: Likewise.
20197         * locale/C-translit.h: Likewise.
20198         * locale/loadarchive.c: Likewise.
20199         * locale/programs/3level.h: Likewise.
20200         * locale/programs/charmap.c: Likewise.
20201         * locale/programs/charmap.h: Likewise.
20202         * locale/programs/ld-address.c: Likewise.
20203         * locale/programs/ld-collate.c: Likewise.
20204         * locale/programs/ld-ctype.c: Likewise.
20205         * locale/programs/ld-identification.c: Likewise.
20206         * locale/programs/ld-measurement.c: Likewise.
20207         * locale/programs/ld-messages.c: Likewise.
20208         * locale/programs/ld-monetary.c: Likewise.
20209         * locale/programs/ld-name.c: Likewise.
20210         * locale/programs/ld-numeric.c: Likewise.
20211         * locale/programs/ld-paper.c: Likewise.
20212         * locale/programs/ld-telephone.c: Likewise.
20213         * locale/programs/ld-time.c: Likewise.
20214         * locale/programs/linereader.c: Likewise.
20215         * locale/programs/locale.c: Likewise.
20216         * locale/programs/locarchive.c: Likewise.
20217         * locale/programs/locfile.h: Likewise.
20218         * locale/programs/repertoire.c: Likewise.
20219         * locale/programs/simple-hash.c: Likewise.
20220         * locale/programs/simple-hash.h: Likewise.
20221         * malloc/memusage.c: Likewise.
20222         * malloc/memusagestat.c: Likewise.
20223         * nis/nis_defaults.c: Likewise.
20224         * nis/nis_hash.c: Likewise.
20225         * nis/nis_print.c: Likewise.
20226         * nis/nis_xdr.c: Likewise.
20227         * nscd/connections.c: Likewise.
20228         * nscd/hstcache.c: Likewise.
20229         * nscd/nscd_gethst_r.c: Likewise.
20230         * nscd/nscd_getserv_r.c: Likewise.
20231         * nscd/nscd_helper.c: Likewise.
20232         * nscd/servicescache.c: Likewise.
20233         * nss/makedb.c: Likewise.
20234         * nss/nss_db/db-XXX.c: Likewise.
20235         * nss/nss_db/db-initgroups.c: Likewise.
20236         * nss/nss_db/db-netgrp.c: Likewise.
20237         * nss/nss_files/files-network.c: Likewise.
20238         * nss/nss_files/files-parse.c: Likewise.
20239         * posix/bug-regex5.c: Likewise.
20240         * posix/fnmatch_loop.c: Likewise.
20241         * posix/regcomp.c: Likewise.
20242         * posix/regexec.c: Likewise.
20243         * posix/tst-rfc3484-2.c: Likewise.
20244         * posix/tst-rfc3484-3.c: Likewise.
20245         * posix/tst-rfc3484.c: Likewise.
20246         * resolv/nss_dns/dns-canon.c: Likewise.
20247         * resolv/nss_dns/dns-network.c: Likewise.
20248         * resolv/res_init.c: Likewise.
20249         * resolv/res_mkquery.c: Likewise.
20250         * resolv/tst-aton.c: Likewise.
20251         * stdlib/cxa_atexit.c: Likewise.
20252         * stdlib/cxa_finalize.c: Likewise.
20253         * stdlib/gen-fpioconst.c: Likewise.
20254         * stdlib/strtol_l.c: Likewise.
20255         * string/tst-endian.c: Likewise.
20256         * sunrpc/auth_des.c: Likewise.
20257         * sunrpc/clnt_udp.c: Likewise.
20258         * sunrpc/rtime.c: Likewise.
20259         * sunrpc/svcauth_des.c: Likewise.
20260         * sunrpc/xdr.c: Likewise.
20261         * sunrpc/xdr_intXX_t.c: Likewise.
20262         * sunrpc/xdr_rec.c: Likewise.
20263         * sysdeps/generic/ldconfig.h: Likewise.
20264         * sysdeps/generic/ldsodefs.h: Likewise.
20265         * sysdeps/generic/memusage.h: Likewise.
20266         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
20267         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
20268         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
20269         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
20270         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
20271         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
20272         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
20273         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
20274         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
20275         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
20276         * sysdeps/posix/getaddrinfo.c: Likewise.
20277         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
20278         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
20279         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
20280         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
20281         * sysdeps/powerpc/test-gettimebase.c: Likewise.
20282         * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
20283         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
20284         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
20285         * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
20286         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
20287         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
20288         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
20289         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
20290         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
20291         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
20292         * sysdeps/x86_64/dl-tls.h: Likewise.
20293         * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
20294         * time/alt_digit.c: Likewise.
20295         * time/era.c: Likewise.
20296         * wcsmbs/tst-c16c32-1.c: Likewise.
20297
20298 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20299
20300         * math/libm-test.inc (struct test_sincos_data): New type.
20301         (RUN_TEST_LOOP_sincos): New macro.
20302         (sincos_test_data): New variable.
20303         (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
20304
20305 2013-05-16  Richard Henderson  <rth@redhat.com>
20306
20307         * math/atest-exp2.c (LIMB64): New macro.
20308         (CONSTSZ): New macro.
20309         (mp_exp1, mp_exp_m1, mp_log2): New variables.
20310         (hexdig): Move ...
20311         (print_mpn_fp): ... to function scope.
20312         (read_mpn_hex): Remove.
20313         (get_log2): Remove.
20314         (exp2_mpn): Use mp_log2.
20315         (main): Use mp_exp1.
20316
20317 2013-05-16  Joseph Myers  <joseph@codesourcery.com>
20318
20319         * math/libm-test.inc: Remove comment about not testing "inexact"
20320         exceptions.
20321         (INEXACT_EXCEPTION): New macro.
20322         (NO_INEXACT_EXCEPTION): Likewise.
20323         (INVALID_EXCEPTION_OK): Update value.
20324         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
20325         (OVERFLOW_EXCEPTION_OK): Likewise.
20326         (UNDERFLOW_EXCEPTION_OK): Likewise.
20327         (IGNORE_ZERO_INF_SIGN): Likewise.
20328         (ERRNO_UNCHANGED): Likewise.
20329         (ERRNO_EDOM): Likewise.
20330         (ERRNO_ERANGE): Likewise.
20331         (test_exceptions): Handle testing "inexact" exceptions.
20332         (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
20333         (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
20334         (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
20335         (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
20336         INEXACT_EXCEPTION.
20337         (rint_towardzero_test_data): Likewise.
20338         (rint_downward_test_data): Likewise.
20339         (rint_upward_test_data): Likewise.
20340
20341         * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
20342         with OVERFLOW_EXCEPTION.
20343         (exp10_test_data): Likewise.
20344         (exp2_test_data): Likewise.
20345         (expm1_test_data): Likewise.
20346         (lgamma_test_data): Likewise.
20347         (pow_test_data): Likewise.
20348         (tgamma_test_data): Likewise.
20349         (yn_test_data): Remove duplicate test of overflow.
20350
20351         * math/libm-test.inc (struct test_cc_c_data): New type.
20352         (RUN_TEST_LOOP_cc_c): New macro.
20353         (cpow_test_data): New variable.
20354         (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
20355
20356         * math/libm-test.inc (struct test_f_L_data): New type.
20357         (RUN_TEST_LOOP_f_L): New macro.
20358         (llrint_test_data): New variable.
20359         (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
20360         (llrint_tonearest_test_data): New variable.
20361         (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
20362         (llrint_towardzero_test_data): New variable.
20363         (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
20364         (llrint_downward_test_data): New variable.
20365         (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
20366         (llrint_upward_test_data): New variable.
20367         (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
20368         (llround_test_data): New variable.
20369         (llround_test): Run tests with RUN_TEST_LOOP_f_L.
20370
20371 2013-05-13  Peter Collingbourne  <pcc@google.com>
20372
20373         * math/atest-exp2.c (get_log2): Remove const attribute.
20374
20375 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20376
20377         * math/libm-test.inc (struct test_f_l_data): New type.
20378         (RUN_TEST_LOOP_f_l): New macro.
20379         (lrint_test_data): New variable.
20380         (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
20381         (lrint_tonearest_test_data): New variable.
20382         (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
20383         (lrint_towardzero_test_data): New variable.
20384         (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
20385         (lrint_downward_test_data): New variable.
20386         (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
20387         (lrint_upward_test_data): New variable.
20388         (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
20389         (lround_test_data): New variable.
20390         (lround_test): Run tests with RUN_TEST_LOOP_f_l.
20391
20392 2013-05-15  Peter Collingbourne  <pcc@google.com>
20393
20394         * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
20395         (EXTRACT_WORDS64) Use where appropriate.
20396         (INSERT_WORDS64) Likewise.
20397
20398         * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
20399         constraints with x constraints.
20400         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
20401
20402         * malloc/obstack.c (_obstack_compat): Add initializer.
20403
20404 2013-05-15  Edjunior Machado  <emachado@linux.vnet.ibm.com>
20405
20406         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
20407         si_trapno and add si_addr_lsb to _sifields.sigfault.
20408         (si_trapno): Remove macro.
20409         (si_addr_lsb): Define new macro.
20410         (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
20411
20412 2013-05-15  Joseph Myers  <joseph@codesourcery.com>
20413
20414         * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
20415         instead of TEST_f_l.
20416         (llrint_test_tonearest): Likewise.
20417         (llrint_test_towardzero): Likewise.
20418         (llrint_test_downward): Likewise.
20419         (llrint_test_upward): Likewise.
20420         (llround_test): Likewise.
20421
20422         * math/libm-test.inc (struct test_f_i_data): Add comment.
20423         (RUN_TEST_LOOP_f_b): New macro.
20424         (RUN_TEST_LOOP_f_b_tg): Likewise.
20425         (finite_test_data): New variable.
20426         (finite_test): Run tests with RUN_TEST_LOOP_f_b.
20427         (isfinite_test_data): New variable.
20428         (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20429         (isinf_test_data): New variable.
20430         (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20431         (isnan_test_data): New variable.
20432         (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20433         (isnormal_test_data): New variable.
20434         (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20435         (issignaling_test_data): New variable.
20436         (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20437         (signbit_test_data): New variable.
20438         (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
20439
20440         * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
20441         with INVALID_EXCEPTION.
20442         (acosh_test_data): Likewise.
20443         (asin_test_data): Likewise.
20444         (atanh_test_data): Likewise.
20445         (fmod_test_data): Likewise.
20446         (log_test_data): Likewise.
20447         (log10_test_data): Likewise.
20448         (log2_test_data): Likewise.
20449         (pow_test_data): Likewise.
20450         (sqrt_test_data): Likewise.
20451         (y0_test_data): Likewise.
20452         (y1_test_data): Likewise.
20453         (yn_test_data): Likewise.
20454
20455         * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
20456         function contents.
20457
20458         * math/libm-test.inc (struct test_ff_i_data): New type.
20459         (RUN_TEST_LOOP_ff_i_tg): New macro.
20460         (isgreater_test_data): New variable.
20461         (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20462         (isgreaterequal_test_data): New variable.
20463         (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20464         (isless_test_data): New variable.
20465         (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20466         (islessequal_test_data): New variable.
20467         (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20468         (islessgreater_test_data): New variable.
20469         (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20470         (isunordered_test_data): New variable.
20471         (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
20472
20473 2013-05-14  David S. Miller  <davem@davemloft.net>
20474
20475         * sysdeps/sparc/fpu/libm-test-ulps: Update.
20476
20477 2013-05-14  Joseph Myers  <joseph@codesourcery.com>
20478
20479         * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
20480
20481         * math/libm-test.inc (struct test_fF_f1_data): Change type of
20482         extra_test to int.
20483         (struct test_f_i_data): Change type of max_ulp to int.
20484
20485         * math/libm-test.inc (test_ffI_f1_data): New type.
20486         (RUN_TEST_LOOP_ffI_f1): New macro.
20487         (remquo_test_data): New variable.
20488         (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
20489
20490         * setjmp/tst-setjmp-fp.c: New file.
20491         * setjmp/Makefile (tests): Add tst-setjmp-fp.
20492         (link-libm): New variable.
20493         ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
20494
20495         * math/libm-test.inc (struct test_f_i_data): New type.
20496         (RUN_TEST_LOOP_f_i): New macro.
20497         (RUN_TEST_LOOP_f_i_tg): Likewise.
20498         (fpclassify_test_data): New variable.
20499         (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
20500         (ilogb_test_data): New variable.
20501         (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
20502
20503         * math/libm-test.inc (scalbln_test): Correct function name in END
20504         call.
20505
20506         * math/libm-test.inc (struct test_f_f1_data): Add comment.
20507         (RUN_TEST_LOOP_fI_f1): New macro.
20508         (frexp_test_data): New variable.
20509         (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
20510
20511         * math/libm-test.inc (struct test_fF_f1_data): New type.
20512         (RUN_TEST_LOOP_fF_f1): New macro.
20513         (modf_test_data): New variable.
20514         (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
20515
20516         * math/libm-test.inc (struct test_f_f1_data): New type.
20517         (RUN_TEST_LOOP_f_f1): New macro.
20518         (gamma_test_data): New variable.
20519         (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20520         (lgamma_test_data): New variable.
20521         (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
20522
20523 2013-05-13  Carlos O'Donell  <carlos@redhat.com>
20524
20525         * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
20526         * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
20527         (main): Comment "tls" pseudo-hwcap.
20528
20529 2013-05-13  Joseph Myers  <joseph@codesourcery.com>
20530
20531         * math/libm-test.inc (struct test_fl_f_data): New type.
20532         (RUN_TEST_LOOP_fl_f): New variable.
20533         (scalbln_test_data): New variable.
20534         (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
20535
20536         * math/libm-test.inc (struct test_fi_f_data): New type.
20537         (RUN_TEST_LOOP_fi_f): New macro.
20538         (ldexp_test_data): New variable.
20539         (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
20540         (scalbn_test_data): New variable.
20541         (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
20542
20543         * math/libm-test.inc (struct test_c_f_data): New type.
20544         (RUN_TEST_LOOP_c_f): New macro.
20545         (cabs_test_data): New variable.
20546         (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
20547         (carg_test_data): New variable.
20548         (carg_test): Run tests with RUN_TEST_LOOP_c_f.
20549         (cimag_test_data): New variable.
20550         (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
20551         (creal_test_data): New variable.
20552         (creal_test): Run tests with RUN_TEST_LOOP_c_f.
20553
20554         * math/libm-test.inc (struct test_if_f_data): New type.
20555         (RUN_TEST_LOOP_if_f): New macro.
20556         (jn_test_data): New variable.
20557         (jn_test): Run tests with RUN_TEST_LOOP_if_f.
20558         (yn_test_data): New variable.
20559         (yn_test): Run tests with RUN_TEST_LOOP_if_f.
20560
20561         * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
20562
20563 2013-05-13  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20564
20565         * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
20566         (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
20567
20568 2013-05-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
20569
20570         * benchtests/Makefile (CPPFLAGS-nonlib): Add
20571         -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
20572         (bench-deps): Add bench-timing.h.
20573         * benchtests-bench-skeleton.c: Include bench-timing.h.
20574         (main): Use TIMING_* macros instead of clock_gettime.
20575         * benchtests/bench-timing.h: New file.
20576
20577         [BZ #14582]
20578         * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
20579         Renamed from _LIB_VERSION.
20580         (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
20581
20582 2013-05-12  Joseph Myers  <joseph@codesourcery.com>
20583
20584         * math/libm-test.inc (struct test_fff_f_data): New type.
20585         (RUN_TEST_LOOP_fff_f): New macro.
20586         (fma_test_data): New variable.
20587         (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
20588         (fma_towardzero_test_data): New variable.
20589         (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
20590         (fma_downward_test_data): New variable.
20591         (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
20592         (fma_upward_test_data): New variable.
20593         (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
20594
20595         * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
20596         (struct test_c_c_data): New type.
20597         (RUN_TEST_LOOP_c_c): New macro.
20598         (cacos_test_data): New variable.
20599         (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
20600         (cacosh_test_data): New variable.
20601         (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
20602         (casin_test_data): New variable.
20603         (casin_test): Run tests with RUN_TEST_LOOP_c_c.
20604         (casinh_test_data): New variable.
20605         (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
20606         (catan_test_data): New variable.
20607         (catan_test): Run tests with RUN_TEST_LOOP_c_c.
20608         (catanh_test_data): New variable.
20609         (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
20610         (ccos_test_data): New variable.
20611         (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
20612         (ccosh_test_data): New variable.
20613         (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
20614         (cexp_test_data): New variable.
20615         (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
20616         (clog_test_data): New variable.
20617         (clog_test): Run tests with RUN_TEST_LOOP_c_c.
20618         (clog10_test_data): New variable.
20619         (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
20620         (conj_test_data): New variable.
20621         (conj_test): Run tests with RUN_TEST_LOOP_c_c.
20622         (cproj_test_data): New variable.
20623         (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
20624         (csin_test_data): New variable.
20625         (csin_test): Run tests with RUN_TEST_LOOP_c_c.
20626         (csinh_test_data): New variable.
20627         (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
20628         (csqrt_test_data): New variable.
20629         (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
20630         (ctan_test_data): New variable.
20631         (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
20632         (ctan_tonearest_test_data): New variable.
20633         (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20634         (ctan_towardzero_test_data): New variable.
20635         (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20636         (ctan_downward_test_data): New variable.
20637         (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20638         (ctan_upward_test_data): New variable.
20639         (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20640         (ctanh_test_data): New variable.
20641         (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
20642         (ctanh_tonearest_test_data): New variable.
20643         (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
20644         (ctanh_towardzero_test_data): New variable.
20645         (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
20646         (ctanh_downward_test_data): New variable.
20647         (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
20648         (ctanh_upward_test_data): New variable.
20649         (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
20650         * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
20651         of BUILD_COMPLEX.
20652
20653         * math/libm-test.inc (struct test_ff_f_data): New type.
20654         (struct test_ff_f_data_nexttoward): Likewise.
20655         (RUN_TEST_LOOP_2_f): New macro.
20656         (RUN_TEST_LOOP_ff_f): Likewise.
20657         (atan2_test_data): New variable.
20658         (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
20659         (copysign_test_data): New variable.
20660         (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
20661         (fdim_test_data): New variable.
20662         (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
20663         (fmax_test_data): New variable.
20664         (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
20665         (fmin_test_data): New variable.
20666         (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
20667         (fmod_test_data): New variable.
20668         (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
20669         (hypot_test_data): New variable.
20670         (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
20671         (nextafter_test_data): New variable.
20672         (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
20673         (nexttoward_test_data): New variable.
20674         (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
20675         (pow_test_data): New variable.
20676         (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
20677         (pow_tonearest_test_data): New variable.
20678         (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
20679         (pow_towardzero_test_data): New variable.
20680         (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
20681         (pow_downward_test_data): New variable.
20682         (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
20683         (pow_upward_test_data): New variable.
20684         (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
20685         (remainder_test_data): New variable.
20686         (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
20687         (scalb_test_data): New variable.
20688         (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
20689         * sysdeps/i386/fpu/libm-test-ulps: Update.
20690
20691 2013-05-11  Joseph Myers  <joseph@codesourcery.com>
20692
20693         * math/libm-test.inc (fma_test): Use max_value instead of local
20694         variable fltmax.
20695         (nextafter_test): Likewise.
20696
20697         * math/libm-test.inc (acos_towardzero_test_data): New variable.
20698         (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20699         (acos_downward_test_data): New variable.
20700         (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20701         (acos_upward_test_data): New variable.
20702         (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20703         (acosh_test_data): New variable.
20704         (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
20705         (asin_test_data): New variable.
20706         (asin_test): Run tests with RUN_TEST_LOOP_f_f.
20707         (asin_tonearest_test_data): New variable.
20708         (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20709         (asin_towardzero_test_data): New variable.
20710         (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20711         (asin_downward_test_data): New variable.
20712         (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20713         (asin_upward_test_data): New variable.
20714         (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20715         (asinh_test_data): New variable.
20716         (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
20717         (atan_test_data): New variable.
20718         (atan_test): Run tests with RUN_TEST_LOOP_f_f.
20719         (atanh_test_data): New variable.
20720         (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
20721         (cbrt_test_data): New variable.
20722         (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
20723         (ceil_test_data): New variable.
20724         (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
20725         (cos_test_data): New variable.
20726         (cos_test): Run tests with RUN_TEST_LOOP_f_f.
20727         (cos_tonearest_test_data): New variable.
20728         (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20729         (cos_towardzero_test_data): New variable.
20730         (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20731         (cos_downward_test_data): New variable.
20732         (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20733         (cos_upward_test_data): New variable.
20734         (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20735         (cosh_test_data): New variable.
20736         (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
20737         (cosh_tonearest_test_data): New variable.
20738         (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20739         (cosh_towardzero_test_data): New variable.
20740         (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20741         (cosh_downward_test_data): New variable.
20742         (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20743         (cosh_upward_test_data): New variable.
20744         (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20745         (erf_test_data): New variable.
20746         (erf_test): Run tests with RUN_TEST_LOOP_f_f.
20747         (erfc_test_data): New variable.
20748         (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
20749         (exp_test_data): New variable.
20750         (exp_test): Run tests with RUN_TEST_LOOP_f_f.
20751         (exp_tonearest_test_data): New variable.
20752         (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20753         (exp_towardzero_test_data): New variable.
20754         (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20755         (exp_downward_test_data): New variable.
20756         (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20757         (exp_upward_test_data): New variable.
20758         (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20759         (exp10_test_data): New variable.
20760         (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
20761         (exp2_test_data): New variable.
20762         (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
20763         (expm1_test_data): New variable.
20764         (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
20765         (fabs_test_data): New variable.
20766         (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
20767         (floor_test_data): New variable.
20768         (floor_test): Run tests with RUN_TEST_LOOP_f_f.
20769         (j0_test_data): New variable.
20770         (j0_test): Run tests with RUN_TEST_LOOP_f_f.
20771         (j1_test_data): New variable.
20772         (j1_test): Run tests with RUN_TEST_LOOP_f_f.
20773         (log_test_data): New variable.
20774         (log_test): Run tests with RUN_TEST_LOOP_f_f.
20775         (log10_test_data): New variable.
20776         (log10_test): Run tests with RUN_TEST_LOOP_f_f.
20777         (log1p_test_data): New variable.
20778         (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
20779         (log2_test_data): New variable.
20780         (log2_test): Run tests with RUN_TEST_LOOP_f_f.
20781         (logb_test_data): New variable.
20782         (logb_test): Run tests with RUN_TEST_LOOP_f_f.
20783         (logb_downward_test_data): New variable.
20784         (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20785         (nearbyint_test_data): New variable.
20786         (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
20787         (rint_test_data): New variable.
20788         (rint_test): Run tests with RUN_TEST_LOOP_f_f.
20789         (rint_tonearest_test_data): New variable.
20790         (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20791         (rint_towardzero_test_data): New variable.
20792         (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20793         (rint_downward_test_data): New variable.
20794         (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20795         (rint_upward_test_data): New variable.
20796         (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20797         (round_test_data): New variable.
20798         (round_test): Run tests with RUN_TEST_LOOP_f_f.
20799         (sin_test_data): New variable.
20800         (sin_test): Run tests with RUN_TEST_LOOP_f_f.
20801         (sin_tonearest_test_data): New variable.
20802         (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20803         (sin_towardzero_test_data): New variable.
20804         (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20805         (sin_downward_test_data): New variable.
20806         (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20807         (sin_upward_test_data): New variable.
20808         (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20809         (sinh_test_data): New variable.
20810         (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
20811         (sinh_tonearest_test_data): New variable.
20812         (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20813         (sinh_towardzero_test_data): New variable.
20814         (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20815         (sinh_downward_test_data): New variable.
20816         (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20817         (sinh_upward_test_data): New variable.
20818         (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20819         (sqrt_test_data): New variable.
20820         (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
20821         (tan_test_data): New variable.
20822         (tan_test): Run tests with RUN_TEST_LOOP_f_f.
20823         (tan_tonearest_test_data): New variable.
20824         (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20825         (tan_towardzero_test_data): New variable.
20826         (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
20827         (tan_downward_test_data): New variable.
20828         (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
20829         (tan_upward_test_data): New variable.
20830         (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
20831         (tanh_test_data): New variable.
20832         (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
20833         (tgamma_test_data): New variable.
20834         (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
20835         (trunc_test_data): New variable.
20836         (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
20837         (y0_test_data): New variable.
20838         (y0_test): Run tests with RUN_TEST_LOOP_f_f.
20839         (y1_test_data): New variable.
20840         (y1_test): Run tests with RUN_TEST_LOOP_f_f.
20841         (significand_test_data): New variable.
20842         (significand_test): Run tests with RUN_TEST_LOOP_f_f.
20843
20844 2013-05-10  Christian Grönke  <cgr_bugs@sysgo.com>
20845
20846         [BZ #12387]
20847         * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
20848
20849 2013-05-10  Pino Toscano  <toscano.pino@tiscali.it>
20850
20851         * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
20852
20853 2013-05-10  Andreas Jaeger  <aj@suse.de>
20854
20855         [BZ #15448]
20856         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
20857         (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
20858
20859 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20860
20861         * math/gen-libm-test.pl (adjust_arg): New function.
20862         (special_functions): Handle generating output in both functions
20863         and arrays.
20864         (parse_args): Likewise.
20865         (generate_testfile): Handle START_DATA and END_DATA.  Pass extra
20866         $in_func argument to parse_args.
20867         * math/libm-test.inc (struct test_f_f_data): New type.
20868         (IF_ROUND_INIT_): New macro.
20869         (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
20870         (IF_ROUND_INIT_FE_TONEAREST): Likewise.
20871         (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
20872         (IF_ROUND_INIT_FE_UPWARD): Likewise.
20873         (ROUND_RESTORE_): Likewise.
20874         (ROUND_RESTORE_FE_DOWNWARD): Likewise.
20875         (ROUND_RESTORE_FE_TONEAREST): Likewise.
20876         (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
20877         (ROUND_RESTORE_FE_UPWARD): Likewise.
20878         (RUN_TEST_LOOP_f_f): New macro.
20879         (acos_test_data): New variable.
20880         (acos_test): Run tests with RUN_TEST_LOOP_f_f.
20881         (acos_tonearest_test_data): New variable.
20882         (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
20883
20884 2013-05-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
20885
20886         * benchtests/bench-skeleton.c (startup): Fix coding style.
20887
20888 2013-05-10  Joseph Myers  <joseph@codesourcery.com>
20889
20890         [BZ #6809]
20891         * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
20892         negative infinity argument.
20893         * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
20894         negative infinity argument.
20895         * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
20896         negative infinity argument.
20897         * math/libm-test.inc (tgamma_test): Expect errno to be set for
20898         domain errors.
20899
20900 2013-05-10  Florian Weimer  <fweimer@redhat.com>
20901
20902         * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
20903         * iconv/iconv_charmap.c (charmap_conversion): Likewise.
20904         * iconv/iconv_prog.c (main): Likewise.
20905         * locale/programs/charmap-dir.c (charmap_readdir)
20906         (fopen_uncompressed): Likewise.
20907         * locale/programs/locfile.c (siblings_uncached)
20908         (write_locale_data): Use lstat64 instead of lstat.
20909         * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
20910         stat.
20911
20912 2013-05-10  Andreas Jaeger  <aj@suse.de>
20913
20914         [BZ #15395]
20915         * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
20916         localization.
20917         Include <locale.h>.
20918
20919 2013-05-09  Carlos O'Donell  <carlos@redhat.com>
20920
20921         * elf/dl-close.c (_dl_close_worker): Add comments.
20922
20923 2013-05-09  Joseph Myers  <joseph@codesourcery.com>
20924
20925         [BZ #15359]
20926         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
20927         high part of pi/2.
20928         (__ieee754_rem_pio2l): Update comments.
20929
20930         [BZ #15429]
20931         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
20932         high part of pi/2.
20933         (__ieee754_rem_pio2l): Update comments.
20934
20935         * math/libm-test.inc (M_SQRT_2_2): Remove macro.
20936         (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
20937
20938         * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
20939         M_PI_4l.
20940
20941         * math/libm-test.inc (M_PI_34l): Define using decimal constant.
20942         (M_PI_34_LOG10El): Likewise.
20943         (M_PI2_LOG10El): Likewise.
20944         (M_PI4_LOG10El): Likewise.
20945         (M_PI_LOG10El): Likewise.
20946
20947 2013-05-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
20948
20949         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20950
20951 2013-05-08  Joseph Myers  <joseph@codesourcery.com>
20952
20953         * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
20954         (MINUS_ZERO_INIT): Likewise.
20955         (PLUS_INFTY_INIT): Likewise.
20956         (MINUS_INFTY_INIT): Likewise.
20957         (QNAN_VALUE_INIT): Likewise.
20958         (MAX_VALUE_INIT): Likewise.
20959         (MIN_VALUE_INIT): Likewise.
20960         (MIN_SUBNORM_VALUE_INIT): Likewise.
20961         (plus_zero): Initialize with PLUS_ZERO_INIT.
20962         (minus_zero): Initialize with MINUS_ZERO_INIT.
20963         (plus_infty): Initialize with PLUS_INFTY_INIT.
20964         (minus_infty): Initialize with MINUS_INFTY_INIT.
20965         (qnan_value): Initialize with QNAN_VALUE_INIT.
20966         (max_value): Initialize with MAX_VALUE_INIT.
20967         (min_value): Initialize with MIN_VALUE_INIT.
20968         (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
20969
20970         * math/libm-test.inc (RUN_TEST_if_f): New macro.
20971         (jn_test): Use TEST_if_f instead of TEST_ff_f.
20972         (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
20973         (yn_test): Use TEST_if_f instead of TEST_ff_f.
20974
20975         * math/libm-test.inc (RUN_TEST_f_f): New macro.
20976         (RUN_TEST_2_f): Likewise.
20977         (RUN_TEST_ff_f): Likewise.
20978         (RUN_TEST_fi_f): Likewise.
20979         (RUN_TEST_fl_f): Likewise.
20980         (RUN_TEST_fff_f): Likewise.
20981         (RUN_TEST_c_f): Likewise.
20982         (RUN_TEST_f_f1): Likewise.
20983         (RUN_TEST_fF_f1): Likewise.
20984         (RUN_TEST_fI_f1): Likewise.
20985         (RUN_TEST_ffI_f1): Likewise.
20986         (RUN_TEST_c_c): Likewise.
20987         (RUN_TEST_cc_c): Likewise.
20988         (RUN_TEST_f_i): Likewise.
20989         (RUN_TEST_f_i_tg): Likewise.
20990         (RUN_TEST_ff_i_tg): Likewise.
20991         (RUN_TEST_f_b): Likewise.
20992         (RUN_TEST_f_b_tg): Likewise.
20993         (RUN_TEST_f_l): Likewise.
20994         (RUN_TEST_f_L): Likewise.
20995         (RUN_TEST_sincos): Likewise.
20996         * math/gen-libm-test.pl (new_test): Take new argument to indicate
20997         whether to show exceptions.  Do not include ");\n" in return
20998         value.
20999         (special_functions): Output call to RUN_TEST_sincos instead of
21000         check_float calls.  Update calls to new_test.
21001         (parse_args): Output call to single RUN_TEST_* macro instead of
21002         check_* calls and other assignments.  Update calls to new_test.
21003
21004         [BZ #2546]
21005         [BZ #2560]
21006         [BZ #5159]
21007         [BZ #15426]
21008         * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
21009         input to result for tgamma overflow.
21010         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
21011         (gamma_coeff): New variable.
21012         (NCOEFF): New macro.
21013         (gamma_positive): New function.
21014         (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
21015         underflow here.  Use gamma_positive instead of exp (lgamma) for
21016         other arguments.
21017         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
21018         (gamma_coeff): New variable.
21019         (NCOEFF): New macro.
21020         (gammaf_positive): New function.
21021         (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
21022         underflow here.  Use gamma_positive instead of exp (lgamma) for
21023         other arguments.
21024         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
21025         (gamma_coeff): New variable.
21026         (NCOEFF): New macro.
21027         (gammal_positive): New function.
21028         (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
21029         underflow here.  Use gamma_positive instead of exp (lgamma) for
21030         other arguments.
21031         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
21032         (gamma_coeff): New variable.
21033         (NCOEFF): New macro.
21034         (gammal_positive): New function.
21035         (__ieee754_gammal_r): Handle positive infinity, overflow and
21036         underflow here.  Handle NaN the same as positive infinity.  Remove
21037         check x < 0xffffffff for negative integers.  Use gamma_positive
21038         instead of exp (lgamma) for other arguments.
21039         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
21040         (gamma_coeff): New variable.
21041         (NCOEFF): New macro.
21042         (gammal_positive): New function.
21043         * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
21044         * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
21045         * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
21046         * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
21047         * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
21048         * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
21049         * sysdeps/generic/math_private.h (__gamma_productf): New
21050         prototype.
21051         (__gamma_product): Likewise.
21052         (__gamma_productl): Likewise.
21053         * math/Makefile (libm-calls): Add gamma_product.
21054         * math/libm-test.inc (tgamma_test): Add more tests.
21055         * sysdeps/i386/fpu/libm-test-ulps: Update.
21056         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21057
21058 2013-05-08  Ondřej Bílka  <neleai@seznam.cz>
21059
21060         * benchtests/bench-skeleton.c (main): Preheat CPU.
21061
21062 2013-05-07  Aurelien Jarno <aurelien@aurel32.net>
21063
21064         * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
21065
21066 2013-05-07  Roland McGrath  <roland@hack.frob.com>
21067
21068         * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
21069         and _dl_skip_args_internal.
21070
21071 2013-05-07  Carlos O'Donell  <carlos@redhat.com>
21072
21073         * manual/message.texi (Message Translation): Talk about users.
21074         Message to key mapping impacts design.
21075
21076 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21077
21078         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
21079
21080         * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
21081
21082         * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
21083         * sysdeps/wordsize-64/glob64.c: ... here.
21084
21085         * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
21086         (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
21087         New macros.
21088
21089         * debug/getlogin_r_chk.c: Moved to ...
21090         * login/getlogin_r_chk.c: ... here.
21091         * debug/Makefile (routines): Move getlogin_r_chk to ...
21092         * login/Makefile (routines): ... here.
21093         * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
21094         * login/Versions (libc: GLIBC_2.4): ... here.
21095
21096         * io/poll.c (__poll): Renamed from poll.
21097         Add libc_hidden_def.
21098         (poll): Define as weak alias.
21099
21100         * debug/ptsname_r_chk.c: Moved to ...
21101         * login/ptsname_r_chk.c: ... here.
21102         * debug/Makefile (routines): Move ptsname_r_chk to ...
21103         * login/Makefile (routines): ... here.
21104         * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
21105         * login/Versions (libc: GLIBC_2.4): ... here.
21106
21107         * posix/getlogin.c: Moved to ...
21108         * login/getlogin.c: ... here.
21109         * posix/getlogin_r.c: Moved to ...
21110         * login/getlogin_r.c: ... here.
21111         * posix/getlogin_r.c: Moved to ...
21112         * login/getlogin_r.c: ... here.
21113         * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
21114         * login/Makefile (routines): ... here.
21115         * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
21116         * login/Versions (libc: GLIBC_2.0): ... here.
21117
21118         * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
21119         (setrlimit): Define as weak alias.
21120
21121         * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
21122         Call __ names for open, ftruncate, and close.
21123         For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
21124         (truncate): Define as weak alias.
21125
21126 2013-05-06  Joseph Myers  <joseph@codesourcery.com>
21127
21128         * math/gen-libm-test.pl (parse_args): Initialize x before each
21129         test of frexp, modf and remquo.
21130
21131         * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
21132         test signgam value.
21133
21134 2013-05-06  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21135
21136         [BZ #15418]
21137         [BZ #15419]
21138         * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
21139         internal tests.
21140         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
21141
21142 2013-05-06  Roland McGrath  <roland@hack.frob.com>
21143
21144         * elf/dl-writev.h: New file.
21145         * elf/dl-misc.c: Include it.
21146         (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
21147         * sysdeps/unix/sysv/linux/dl-writev.h: New file.
21148
21149 2013-05-04  Joseph Myers  <joseph@codesourcery.com>
21150
21151         * math/libm-test.inc (noXFails): Remove variable.
21152         (noXPasses): Likewise.
21153         (BUILD_COMPLEX_INT): Remove macro.
21154         (print_screen): Remove xfail argument.
21155         (print_screen_max_error): Likewise.
21156         (update_stats): Likewise.
21157         (print_max_error): Likewise.  Update calls to other affected
21158         functions.
21159         (print_complex_max_error): Likewise.
21160         (test_single_exception): Update calls to print_screen.
21161         (test_single_errno): Likewise.
21162         (check_float_internal): Remove xfail argument.  Update calls to
21163         other affected functions.
21164         (check_float): Likewise.
21165         (check_complex): Likewise.
21166         (check_int): Likewise.
21167         (check_long): Likewise.
21168         (check_bool): Likewise.
21169         (check_longlong): Likewise.
21170         (main): Don't print noXFails and noXPasses.
21171         * math/gen-libm-test.pl (top level): Don't mention expected
21172         failure handling in comment.
21173         (new_test): Don't handle expected failures.
21174         (parse_args): Don't mention expected failure handling in comment.
21175         (generate_testfile): Don't handle expected failures.
21176         (parse_ulps): Likewise.
21177         (print_ulps_file): Likewise.
21178         (get_failure): Remove function.
21179         (output_test): Don't handle expected failures.
21180         * make/README.libm-test: Don't mention expected failure handling.
21181
21182         * math/libm-test.inc (plus_zero): Make const.  Add initializer.
21183         (minus_zero): Likewise.
21184         (plus_infty): Likewise.
21185         (minus_infty): Likewise.
21186         (qnan_value): Likewise.
21187         (max_value): Likewise.
21188         (min_value): Likewise.
21189         (min_subnorm_value): Likewise.
21190         (initialize): Do not initialize those variables dynamically.
21191
21192 2013-05-03  Roland McGrath  <roland@hack.frob.com>
21193
21194         * io/open.c (__open_2): Moved to ...
21195         * io/open_2.c: ... this new file.
21196         * io/open64.c (__open64_2): Moved to ...
21197         * io/open64_2.c: ... this new file.
21198         * io/openat.c (__openat_2): Moved to ...
21199         * io/openat_2.c: ... this new file.
21200         * io/openat64.c (__openat64_2): Moved to ...
21201         * io/openat64_2.c: ... this new file.
21202         * io/Makefile (routines): Add them.
21203         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
21204         * sysdeps/unix/sysv/linux/open_2.c: File removed.
21205         * sysdeps/unix/sysv/linux/open64_2.c: File removed.
21206         * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
21207         * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
21208         * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
21209         (__openat64): Add hidden_ver.
21210         * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
21211         * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
21212
21213         * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
21214         Separately conditionalize setting of GLRO(dl_sysinfo) so
21215         that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
21216         as well, but the actual setting is only under [NEED_DL_SYSINFO].
21217
21218 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21219
21220         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
21221         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
21222         definition.
21223         (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
21224         * sysdeps/unix/sysv/linux/powerpc/init-first.c
21225         (_libc_vdso_platform_setup): Add __vdso_time initialization.
21226         * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
21227         for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
21228
21229 2013-05-03  Joseph Myers  <joseph@codesourcery.com>
21230
21231         * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
21232         test signgam value.
21233
21234         * math/libm-test.inc (hypot_test): Do not use
21235         IGNORE_ZERO_INF_SIGN.
21236
21237 2013-05-03  Andreas Jaeger  <aj@suse.de>
21238
21239         * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
21240         Linux 3.9.
21241         * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
21242         (PF_MAX): Adjust for VSOCK change.
21243
21244 2013-05-03  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21245
21246         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21247
21248 2013-05-02  Carlos O'Donell  <carlos@redhat.com>
21249
21250         [BZ #15264]
21251         * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
21252         * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
21253         * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
21254
21255 2013-05-02  David S. Miller  <davem@davemloft.net>
21256
21257         * sysdeps/sparc/fpu/libm-test-ulps: Update.
21258
21259 2013-05-01  Ondřej Bílka  <neleai@seznam.cz>
21260
21261         * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
21262
21263 2013-05-01  Roland McGrath  <roland@hack.frob.com>
21264
21265         * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
21266
21267 2013-05-01  Richard Smith  <richard@metafoo.co.uk>
21268
21269         [BZ #14952]
21270         * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
21271         [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21272         Use __attribute__ ((__gnu_inline__)).
21273         [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
21274         Don't use __attribute__ ((__gnu_inline__)).
21275
21276 2013-05-01  Joseph Myers  <joseph@codesourcery.com>
21277
21278         [BZ #15423]
21279         * math/s_catan.c (__catan): Handle small real or imaginary part of
21280         input specially to avoid spurious underflow.
21281         * math/s_catanf.c (__catanf): Likewise.
21282         * math/s_catanh.c (__catanh): Likewise.
21283         * math/s_catanhf.c (__catanhf): Likewise.
21284         * math/s_catanhl.c (__catanhl): Likewise.
21285         * math/s_catanl.c (__catanl): Likewise.
21286         * math/libm-test.inc (catan_test): Add more tests.
21287         (catanh_test): Likewise.
21288         * sysdeps/i386/fpu/libm-test-ulps: Update.
21289         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21290
21291 2013-04-30  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21292
21293         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21294
21295 2013-04-30  Joseph Myers  <joseph@codesourcery.com>
21296
21297         [BZ #15416]
21298         * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
21299         accurately for denominator in atan2.
21300         * math/s_catanf.c (__catanf): Likewise.
21301         * math/s_catanh.c (__catanh): Likewise.
21302         * math/s_catanhf.c (__catanhf): Likewise.
21303         * math/s_catanhl.c (__catanhl): Likewise.
21304         * math/s_catanl.c (__catanl): Likewise.
21305         * math/libm-test.inc (catan_test): Add more tests.
21306         (catanh_test): Likewise.
21307         * sysdeps/i386/fpu/libm-test-ulps: Update.
21308         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21309
21310 2013-04-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
21311
21312         * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
21313
21314         * benchtests/Makefile (bench): Remove slow benchmarks.
21315         * benchtests/atan-inputs: Add slow benchmark inputs.
21316         * benchtests/bench-modf.c (NUM_VARIANTS): Define.
21317         (BENCH_FUNC): Accept variant offset.
21318         (VARIANT): Define.
21319         * benchtests/bench-skeleton.c (main): Run benchmark for each
21320         variant.
21321         * benchtests/cos-inputs: Add slow benchmark inputs.
21322         * benchtests/exp-inputs: Likewise.
21323         * benchtests/pow-inputs: Likewise.
21324         * benchtests/sin-inputs: Likewise.
21325         * benchtests/slowatan-inputs: Remove.
21326         * benchtests/slowatan.c: Remove.
21327         * benchtests/slowcos-inputs: Remove.
21328         * benchtests/slowcos.c: Remove.
21329         * benchtests/slowexp-inputs: Remove.
21330         * benchtests/slowexp.c: Remove.
21331         * benchtests/slowpow-inputs: Remove.
21332         * benchtests/slowpow.c: Remove.
21333         * benchtests/slowsin-inputs: Remove.
21334         * benchtests/slowsin.c: Remove.
21335         * benchtests/slowtan-inputs: Remove.
21336         * benchtests/slowtan.c: Remove.
21337         * benchtests/tan-inputs: Add slow benchmark inputs.
21338         * scripts/bench.pl: Parse comments and directives.
21339
21340         * benchtests/Makefile: Remove *-ITER.  Define BENCH_DURATION
21341         in CPPFLAGS.
21342         ($(objpfx)bench-%.c): Remove *-ITER.
21343         * benchtests/bench-modf.c: Remove definition of ITER.
21344         * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
21345         (main): Loop for DURATION seconds instead of fixed number of
21346         iterations.
21347         * scripts/bench.pl: Don't expect iterations in parameters.
21348
21349 2013-04-29  Roland McGrath  <roland@hack.frob.com>
21350
21351         * io/fchdir.c (__fchdir): Renamed from fchdir.
21352         (fchdir): Define as weak alias.
21353
21354 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21355
21356         * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
21357         (ERRNO_EDOM): Likewise.
21358         (ERRNO_ERANGE): Likewise.
21359         (noErrnoTests): New variable.
21360         (init_max_error): Set errno to 0.
21361         (test_single_errno): New function.
21362         (test_errno): Likewise.
21363         (check_float_internal): Call test_errno.  Set errno to 0.
21364         (check_complex): Refer to errno tests in comment.
21365         (check_int): Call test_errno.  Set errno to 0.
21366         (check_long): Likewise.
21367         (check_bool): Likewise.
21368         (check_longlong): Likewise.
21369         (cos_test): Use ERRNO_* flags for errno tests instead of
21370         check_int.
21371         (expm1_test): Likewise.
21372         (fmod_test): Likewise.
21373         (ilogb_test): Likewise.
21374         (lgamma_test): Likewise.
21375         (pow_test): Likewise.
21376         (remainder_test): Likewise.
21377         (sin_test): Likewise.
21378         (tan_test): Likewise.
21379         (yn_test): Likewise.
21380         (initialize): Set errno to 0.
21381         (main): Print number of errno tests.
21382         * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
21383
21384 2013-04-29  Andreas Jaeger  <aj@suse.de>
21385
21386         [BZ #15084]
21387         * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
21388         and RES_USEVC.
21389
21390         [BZ #15085]
21391         * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
21392         * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
21393         unimplemented.
21394
21395         [BZ #15380]
21396         * stdlib/random.c (__initstate): Return NULL if
21397         __initstate fails.
21398
21399         [BZ #15086]
21400         * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
21401         RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
21402         RES_SNGLKUPREOP.
21403
21404 2013-04-29  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21405
21406         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21407
21408 2013-04-29  Joseph Myers  <joseph@codesourcery.com>
21409
21410         * math/libm-test.inc (cacos_test): Add missing semicolons at ends
21411         of individual tests.
21412         (casin_test): Likewise.
21413         (casinh_test): Likewise.
21414
21415 2013-04-27  Joseph Myers  <joseph@codesourcery.com>
21416
21417         [BZ #15409]
21418         * math/s_catan.c (__catan): Handle arguments with large real or
21419         imaginary part separately without squaring.
21420         * math/s_catanf.c (__catanf): Likewise.
21421         * math/s_catanh.c (__catanh): Likewise.
21422         * math/s_catanhf.c (__catanhf): Likewise.
21423         * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21424         and redefine.
21425         (__catanhl): Handle arguments with large real or imaginary part
21426         separately without squaring.
21427         * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
21428         and redefine.
21429         (__catanl): Handle arguments with large real or imaginary part
21430         separately without squaring.
21431         * math/libm-test.inc (catan_test): Add more tests.
21432         (catanh_test): Likewise.
21433         * sysdeps/i386/fpu/libm-test-ulps: Update.
21434         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21435
21436 2013-04-27  Andreas Jaeger  <aj@suse.de>
21437
21438         [BZ #15007]
21439         * stdlib/stdlib.h: Update guards for qecvt.
21440         * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
21441         <stdlib.h>.
21442
21443 2013-04-27  Allan McRae  <allan@archlinux.org>
21444
21445         * sysdeps/i386/fpu/libm-test-ulps: Update.
21446
21447 2013-04-26  Joseph Myers  <joseph@codesourcery.com>
21448
21449         [BZ #15406]
21450         * math/s_catan.c: Include <float.h>.
21451         (__catan): Ensure underflow exception occurs for underflowed
21452         result.
21453         * math/s_catanf.c: Include <float.h>.
21454         (__catanf): Ensure underflow exception occurs for underflowed
21455         result.
21456         * math/s_catanh.c: Include <float.h>.
21457         (__catanh): Ensure underflow exception occurs for underflowed
21458         result.
21459         * math/s_catanhf.c: Include <float.h>.
21460         (__catanhf): Ensure underflow exception occurs for underflowed
21461         result.
21462         * math/s_catanhl.c: Include <float.h>.
21463         (__catanhl): Ensure underflow exception occurs for underflowed
21464         result.
21465         * math/s_catanl.c: Include <float.h>.
21466         (__catanl): Ensure underflow exception occurs for underflowed
21467         result.
21468         * math/libm-test.inc (catan_test): Add more tests.
21469         (catanh_test): Likewise.
21470
21471         [BZ #15405]
21472         * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
21473         underflowed result.
21474         * math/s_ccoshf.c (__ccoshf): Likewise.
21475         * math/s_ccoshl.c (__ccoshl): Likewise.
21476         * math/s_csin.c (__csin): Likewise.
21477         * math/s_csinf.c (__csinf): Likewise.
21478         * math/s_csinh.c (__csinh): Likewise.
21479         * math/s_csinhf.c (__csinhf): Likewise.
21480         * math/s_csinhl.c (__csinhl): Likewise.
21481         * math/s_csinl.c (__csinl): Likewise.
21482         * math/libm-test.inc (ccos_test): Add more tests.
21483         (ccosh_test): Likewise.
21484         (csin_test): Likewise.
21485         (csinh_test): Likewise.
21486
21487 2013-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21488
21489         * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
21490         * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
21491         * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
21492         * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
21493         * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
21494         powerpc/power5+/fpu folders.
21495         * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
21496
21497
21498 2013-04-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
21499
21500         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21501
21502 2013-04-25  Joseph Myers  <joseph@codesourcery.com>
21503
21504         * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
21505         additions to variable.
21506         [$(config-machine) = x86_64] (modules-names): Likewise.
21507         ($(objpfx)tst-audit3): Remove dependency.
21508         ($(objpfx)tst-audit3.out): Likewise.
21509         ($(objpfx)tst-audit4): Likewise.
21510         ($(objpfx)tst-audit4.out): Likewise.
21511         ($(objpfx)tst-audit5): Likewise.
21512         ($(objpfx)tst-audit5.out): Likewise.
21513         ($(objpfx)tst-audit6): Likewise.
21514         ($(objpfx)tst-audit6.out): Likewise.
21515         ($(objpfx)tst-audit7): Likewise.
21516         ($(objpfx)tst-audit7.out): Likewise.
21517         (tst-audit3-ENV): Remove variable.
21518         (tst-audit4-ENV): Likewise.
21519         (tst-audit5-ENV): Likewise.
21520         (tst-audit6-ENV): Likewise.
21521         (tst-audit7-ENV): Likewise.
21522         [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
21523         [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
21524         addition to variable.
21525         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
21526         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
21527         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
21528         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
21529         [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
21530         * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
21531         tst-audit3, tst-audit4 and tst-audit5.
21532         [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
21533         tst-audit6 and tst-audit7.
21534         [$(subdir) = elf] (modules-names): Add audit modules for those
21535         tests.
21536         [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
21537         [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
21538         [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
21539         [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
21540         [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
21541         [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
21542         [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
21543         [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
21544         [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
21545         [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
21546         [$(subdir) = elf] (tst-audit3-ENV): New variable.
21547         [$(subdir) = elf] (tst-audit4-ENV): Likewise.
21548         [$(subdir) = elf] (tst-audit5-ENV): Likewise.
21549         [$(subdir) = elf] (tst-audit6-ENV): Likewise.
21550         [$(subdir) = elf] (tst-audit7-ENV): Likewise.
21551         [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
21552         Likewise.
21553         [$(subdir) = elf && $(config-cflags-avx) = yes]
21554         (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
21555         [$(subdir) = elf && $(config-cflags-avx) = yes]
21556         (CFLAGS-tst-auditmod4a.c): Likewise.
21557         [$(subdir) = elf && $(config-cflags-avx) = yes]
21558         (CFLAGS-tst-auditmod4b.c): Likewise.
21559         [$(subdir) = elf && $(config-cflags-avx) = yes]
21560         (CFLAGS-tst-auditmod6b.c): Likewise.
21561         [$(subdir) = elf && $(config-cflags-avx) = yes]
21562         (CFLAGS-tst-auditmod6c.c): Likewise.
21563         [$(subdir) = elf && $(config-cflags-avx) = yes]
21564         (CFLAGS-tst-auditmod7b.c): Likewise.
21565         * elf/tst-audit3.c: Move to ...
21566         * sysdeps/x86_64/tst-audit3.c: ... here.
21567         * elf/tst-audit4.c: Move to ...
21568         * sysdeps/x86_64/tst-audit4.c: ... here.
21569         * elf/tst-audit5.c: Move to ...
21570         * sysdeps/x86_64/tst-audit5.c: ... here.
21571         * elf/tst-audit6.c: Move to ...
21572         * sysdeps/x86_64/tst-audit6.c: ... here.
21573         * elf/tst-audit7.c: Move to ...
21574         * sysdeps/x86_64/tst-audit7.c: ... here.
21575         * elf/tst-auditmod3a.c: Move to ...
21576         * sysdeps/x86_64/tst-auditmod3a.c: ... here.
21577         * elf/tst-auditmod3b.c: Move to ...
21578         * sysdeps/x86_64/tst-auditmod3b.c: ... here.
21579         * elf/tst-auditmod4a.c: Move to ...
21580         * sysdeps/x86_64/tst-auditmod4a.c: ... here.
21581         * elf/tst-auditmod4b.c: Move to ...
21582         * sysdeps/x86_64/tst-auditmod4b.c: ... here.
21583         * elf/tst-auditmod5a.c: Move to ...
21584         * sysdeps/x86_64/tst-auditmod5a.c: ... here.
21585         * elf/tst-auditmod5b.c: Move to ...
21586         * sysdeps/x86_64/tst-auditmod5b.c: ... here.
21587         * elf/tst-auditmod6a.c: Move to ...
21588         * sysdeps/x86_64/tst-auditmod6a.c: ... here.
21589         * elf/tst-auditmod6b.c: Move to ...
21590         * sysdeps/x86_64/tst-auditmod6b.c: ... here.
21591         * elf/tst-auditmod6c.c: Move to ...
21592         * sysdeps/x86_64/tst-auditmod6c.c: ... here.
21593         * elf/tst-auditmod7a.c: Move to ...
21594         * sysdeps/x86_64/tst-auditmod7a.c: ... here.
21595         * elf/tst-auditmod7b.c: Move to ...
21596         * sysdeps/x86_64/tst-auditmod7b.c: ... here.
21597
21598 2013-04-25  Paul Pluzhnikov  <ppluzhnikov@google.com>
21599
21600         [BZ #15366]
21601         * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
21602         define unconditionally.
21603         * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
21604         define unconditionally.
21605         (INT8_C, INT16_C, etc.): Likewise.
21606
21607 2013-04-25  Maciej W. Rozycki  <macro@codesourcery.com>
21608
21609         * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
21610         __ehdr_start with hidden visibility.
21611
21612         * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
21613
21614 2013-04-24  Carlos O'Donell  <carlos@redhat.com>
21615
21616         * math/libm-test.inc (cos_test): Use accurate hex constants.
21617         (sincost_test): Likewise.
21618
21619 2013-04-24  Joseph Myers  <joseph@codesourcery.com>
21620
21621         * math/libm-test.inc (catan_test): Add more tests.
21622         (catanh_test): Likewise.
21623
21624         * math/s_catanf.c (__catanf): Use suffixed floating-point
21625         constants.
21626         * math/s_catanhf.c (__catanhf): Likewise.
21627         * math/s_catanhl.c (__catanhl): Likewise.
21628         * math/s_catanl.c (__catanl): Likewise.
21629
21630         [BZ #15394]
21631         * math/s_catan.c (__catan): Calculate imaginary part of result
21632         with log1p not log unless computing log of number close to 0.
21633         * math/s_catanf.c (__catanf): Likewise.
21634         * math/s_catanl.c (__catanl): Likewise.
21635         * math/s_catanh.c (__catanh): Calculate real part of result with
21636         log1p not log unless computing log of number close to 0.
21637         * math/s_catanhf.c (__catanhf): Likewise.
21638         * math/s_catanhl.c (__catanhl): Likewise.
21639         * math/libm-test.inc (catan_test): Add more tests.
21640         (catanh_test): Likewise.
21641         * sysdeps/i386/fpu/libm-test-ulps: Update.
21642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21643
21644 2013-04-24  Siddhesh Poyarekar  <siddhesh@redhat.com>
21645
21646         * benchtests/Makefile: Mention files in which fast and slow
21647         paths of math functions are implemented.
21648
21649 2013-04-23  Roland McGrath  <roland@hack.frob.com>
21650
21651         * sysdeps/posix/timespec_get.c: New file.
21652
21653 2013-04-23  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21654
21655         * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
21656         POWER.
21657         * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
21658         for POWER.
21659         * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
21660         powerpc/power5/fpu folders.
21661         * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
21662         * benchtests/Makefile: Add modf testcase.
21663         * benchtests/bench-modf.c: New file: Benchmark test for mo
21664
21665 2013-04-23  Siddhesh Poyarekar  <siddhesh@redhat.com>
21666
21667         [BZ #14888]
21668         * time/Makefile (tests): Add tst-strptime-whitespace.
21669         * time/strptime_l.c (get_number): Use ISSPACE.
21670         (__strptime_internal): Likewise.
21671         * time/tst-strptime-whitespace.c: New test case.
21672
21673 2013-04-23  Andreas Schwab  <schwab@linux-m68k.org>
21674
21675         * nss/nss_files/files-init.c (TF): Don't initialize flexible array
21676         member.
21677         (_nss_files_init): Set it here.
21678
21679 2013-04-23  Heiko Carstens  <heiko.carstens@de.ibm.com>
21680
21681         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
21682         f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
21683         unsigned.
21684
21685 2013-04-22  Jan-Benedict Glaw  <jbglaw@getslash.de>
21686
21687         * nss/getent.c (shadow_keys): Call endspent, not endpwent.
21688
21689 2013-04-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
21690
21691         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
21692         size just once.
21693
21694 2013-04-21  David S. Miller  <davem@davemloft.net>
21695
21696         * po/ru.po: Update Russion translation from translation project.
21697
21698 2013-04-17  Adam Conrad  <adconrad@0c3.net>
21699
21700         * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
21701         and setfsgid.
21702
21703 2013-04-17  Carlos O'Donell  <carlos@redhat.com>
21704
21705         * configure.in: Remove i386 configure warning. Remove i386 case.
21706         * configure: Regenerate.
21707         * sysdeps/i386/configure.in: Raise error if config_machine is i386.
21708         Add example to error message.
21709         * sysdeps/i386/configure: Regenerate.
21710
21711 2013-04-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
21712
21713         * benchtests/Makefile (bench): Add cos, tan, slowcos and
21714         slowtan.
21715         * benchtests/cos-inputs: New file.
21716         * benchtests/slowcos-inputs: New file.
21717         * benchtests/slowcos.c: New file.
21718         * benchtests/slowtan-inputs: New file.
21719         * benchtests/slowtan.c: New file.
21720         * benchtests/tan-inputs: New file.
21721
21722 2013-04-16  Roland McGrath  <roland@hack.frob.com>
21723
21724         * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
21725         considered kosher.
21726
21727 2013-04-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
21728
21729         * benchtests/Makefile: Include cppflags-iterator.mk to add
21730         -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
21731
21732         * Makefile.in (bench-clean): New target.
21733         * benchtests/Makefile (bench-clean): Likewise.
21734
21735 2013-04-16  David Holsgrove  <david.holsgrove@xilinx.com>
21736
21737         * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
21738
21739 2013-04-15  Thomas Schwinge  <thomas@codesourcery.com>
21740
21741         * stdio-common/tstdiomisc.c: Fix coding-style violation.
21742
21743 2013-04-15  Andreas Schwab  <schwab@suse.de>
21744
21745         * nscd/grpcache.c (cache_addgr): Properly check for short write.
21746         * nscd/initgrcache.c (addinitgroupsX): Likewise.
21747         * nscd/pwdcache.c (cache_addpw): Likewise.
21748         * nscd/servicescache.c (cache_addserv): Likewise.  Don't write
21749         more than recsize.
21750
21751 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21752
21753         * benchtests/Makefile (bench): Write all output to
21754         bench-out.tmp together.
21755
21756 2013-04-15  Andreas Schwab  <schwab@suse.de>
21757
21758         * nscd/nscd.c (main): Don't fork again after closing files.
21759
21760 2013-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
21761
21762         * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
21763
21764         * benchtests/Rules (bench-deps): Collect dependencies into a
21765         single variable.  Add Makefile to dependencies.
21766         ($(objpfx)bench-%.c): Depend on bench-deps.
21767
21768 2013-04-12  Roland McGrath  <roland@hack.frob.com>
21769             Xavier Roche  <roche+kml2@exalead.com>
21770
21771         [BZ #15361]
21772         * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
21773         just that it's a file descriptor.
21774         * manual/llio.texi (Synchronizing AIO Operations): Update description
21775         for EBADF error from aio_fsync.
21776
21777 2013-04-12  Siddhesh Poyarekar  <siddhesh@redhat.com>
21778
21779         * Rules (bench): Move target definition...
21780         * benchtests/Makefile: ... here.
21781
21782 2013-04-11  Carlos O'Donell  <carlos@redhat.com>
21783
21784         * math/libm-test.inc (cos_test): Fix PI/2 test.
21785         (sincos_test): Likewise.
21786         * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
21787         * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
21788
21789 2013-04-11  Andreas Schwab  <schwab@suse.de>
21790
21791         [BZ #13988]
21792         * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
21793         accept exponent character only when digits were seen.
21794         * stdio-common/Makefile (tests): Add bug26.
21795         * stdio-common/bug26.c: New file.
21796
21797         [BZ #14293]
21798         * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
21799         non-freeable.
21800
21801 2013-04-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
21802
21803         * Makeconfig (rtld-prefix): Define built linker prefix.
21804         * Rules (run-bench): Use it.
21805         * math/Makefile (run-regen-ulps): Likewise.
21806
21807         * Rules (bench): Remove eval.
21808
21809 2013-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
21810             Roland McGrath  <roland@hack.frob.com>
21811             Ondrej Bilka  <neleai@seznam.cz>
21812
21813         [BZ #15346]
21814         * time/getdate.c: Include ctype.h and alloca.h.
21815         (__getdate_r): Trim leading and trailing spaces of input.
21816         * time/tst-getdate.c (tests): Add tests with leading and
21817         trailing spaces.
21818
21819 2013-04-08  Roland McGrath  <roland@hack.frob.com>
21820
21821         [BZ #14280]
21822         * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
21823         when computing value.
21824
21825 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21826
21827         * math/README.libm-test (How can I generate "libm-test-ulps"?):
21828         Use testrun.sh to run libm tests.
21829
21830         [BZ #15309]
21831         * elf/dl-open.c (dl_open_worker): memset all of seen array.
21832
21833 2013-04-06  Marko Myllynen  <myllynen@redhat.com>
21834
21835         [BZ #15264]
21836         * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
21837
21838 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21839
21840         * Makefile.in (regen-ulps): New target.
21841         * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
21842         [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
21843         [ifneq (no,$(PERL)] (regen-ulps): New target.
21844         [ifeq (no,$(PERL)] (regen-ulps): New target.
21845         * math/libm-test.inc (ulps_file_name): Define.
21846         (output_dir): New variable.
21847         (options): Add "output-dir" option.
21848         (parse_opt): Handle 'o' case.
21849         (main): If output_dir is non-NULL use it as a prefix
21850         otherwise use "".
21851         * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
21852
21853 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21854
21855         [BZ #10060, #10062]
21856         * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
21857         * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
21858         fail configure if __sync_val_compare_and_swap is not inlined.
21859         * sysdeps/i386/configure: Regenerate.
21860         * configure.in: Build for i686 when configured for i386.
21861         * configure: Regenerate.
21862         * README: Remove i386 reference.
21863
21864 2013-04-06  Carlos O'Donell  <carlos@redhat.com>
21865
21866         * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
21867         * sysdeps/s390/s390-64/sysdep.h: Likewise.
21868
21869 2013-04-05  Thomas Schwinge  <thomas@codesourcery.com>
21870
21871         * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
21872         (lmsnanval): New variables.
21873         (F): Add conversion tests.
21874         * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
21875         * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
21876
21877         * stdio-common/tstdiomisc.c (F): Properly collect individual
21878         tests' results.
21879
21880         [BZ #14686, #15336]
21881         * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
21882         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
21883         Instead, use input NaN values or generate a qNaN by arithmetic
21884         operation.  Also fix bugs to comply with the standard.
21885         * math/libm-test.inc (remainder_test): Add more tests.
21886
21887         [BZ #15335, #15342]
21888         * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
21889         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
21890         input NaN values or generate a qNaN by arithmetic operation.
21891
21892         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
21893         unreachable code.
21894
21895         * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
21896         definitions.
21897
21898 2013-04-03  Joseph Myers  <joseph@codesourcery.com>
21899
21900         [BZ #14478]
21901         * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
21902         underflowed result.
21903         * math/s_cexpf.c (__cexpf): Likewise.
21904         * math/s_cexpl.c (__cexpl): Likewise.
21905         * math/libm-test.inc (cexp_test): Add more tests.
21906
21907 2013-04-03  Andreas Schwab  <schwab@suse.de>
21908
21909         [BZ #15330]
21910         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
21911         order arrays from heap if bigger than alloca cutoff.
21912
21913 2013-04-03  Thomas Schwinge  <thomas@codesourcery.com>
21914
21915         * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
21916         (SNAN_TESTS_double): Refer to GCC PR56831.
21917         * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
21918         GCC PR56828.
21919
21920 2013-04-03  Siddhesh Poyarekar  <siddhesh@redhat.com>
21921
21922         * Rules (bench): Move bench.out after the run is complete.
21923
21924         * Rules (bench): Echo currently running benchmark.
21925
21926         * benchtests/Makefile (bench): Add atan and slowatan.
21927         * benchtests/atan-inputs: New file.
21928         * benchtests/slowatan-inputs: New file.
21929         * benchtests/slowatan.c: New file.
21930
21931         * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
21932         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
21933         its value.
21934
21935         [BZ #15305]
21936         * sysdeps/unix/sysv/linux/kernel-features.h
21937         [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
21938         __ASSUME_XFS_RESTRICTED_CHOWN.
21939         * sysdeps/unix/sysv/linux/pathconf.c
21940         (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
21941         Save and restore errno.
21942
21943 2013-04-02  Joseph Myers  <joseph@codesourcery.com>
21944
21945         [BZ #15327]
21946         * math/s_cacosh.c (__cacosh): Implement for finite nonzero
21947         arguments using __kernel_casinh.
21948         * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
21949         arguments using __kernel_casinhf.
21950         * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
21951         arguments using __kernel_casinhl.
21952         * math/libm-test.inc (cacosh_test): Add more tests.
21953         * sysdeps/i386/fpu/libm-test-ulps: Update.
21954         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21955
21956 2013-04-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
21957
21958         * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
21959         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
21960
21961         * bench/Makefile (bench): Add sin and slowsin.
21962         * benchtests/sin-inputs: New file.
21963         * benchtests/slowsin-inputs: New file.
21964         * benchtests/slowsin.c: New file.
21965
21966         * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
21967         (bench): Add slowexp and slowpow.
21968         (exp-ITER): Increase iterations.
21969         (pow-ITER): Likewise.
21970         * benchtests/exp-inputs: Change input.
21971         * benchtests/pow-inputs: Likewise.
21972         * benchtests/slowexp-inputs: New file.
21973         * benchtests/slowexp.c: New file.
21974         * benchtests/slowpow-inputs: New file.
21975         * benchtests/slowpow.c: New file.
21976
21977 2013-04-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
21978
21979         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
21980         instructions.
21981         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
21982         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
21983         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
21984         * benchtests/Makefile: Add rint benchtest.
21985         * benchtests/rint-inputs: Input for rint benchtest.
21986
21987 2013-04-02  Thomas Schwinge  <thomas@codesourcery.com>
21988
21989         * Versions.def (libm): Add GLIBC_2.18.
21990         * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
21991         hidden libm prototypes.
21992         [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
21993         * math/Makefile (libm-calls): Add s_issignaling.
21994         * math/Versions (libm: GLIBC_2.18): Add __issignaling,
21995         __issignalingf, __issignalingl.  Adjust all libm.abilist files.
21996         * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
21997         declaration.
21998         * math/math.h [__USE_GNU] (issignaling): New macro.
21999         * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
22000         * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
22001         * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
22002         * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
22003         * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
22004         * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
22005         * manual/arith.texi (issignaling): New section.
22006         * manual/libm-err-tab.pl (@all_functions): Update comment.
22007         * math/gen-libm-test.pl (parse_args): Apply special handling for
22008         issignaling.
22009         * math/libm-test.inc (print_float, issignaling_test): New
22010         functions.
22011         (check_float_internal): Add issignaling checks.
22012         * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
22013         default definition.
22014         * sysdeps/powerpc/math-tests.h: New file.
22015         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
22016         tests.
22017         * math/test-snan.c (TEST_FUNC): Likewise.
22018
22019 2013-03-30  David S. Miller  <davem@davemloft.net>
22020
22021         * po/de.po: Update from translation team.
22022
22023 2013-03-30  Joseph Myers  <joseph@codesourcery.com>
22024
22025         [BZ #10357]
22026         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22027         imaginary part less than 1.0 and real part less than 0.5
22028         specially.
22029         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22030         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22031         * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
22032         (cacos_test): Add more tests.
22033         (casin_test): Likewise.
22034         (casinh_test): Likewise.
22035         * sysdeps/i386/fpu/libm-test-ulps: Update.
22036         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22037
22038 2013-03-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
22039
22040         * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
22041         ONE with its value.
22042
22043         * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
22044         (__pow_mp): Replace ONE and MONE with their values.
22045         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22046         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
22047         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22048         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
22049         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22050         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22051
22052         * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
22053
22054         * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
22055         (__pow_mp): Replace ZERO and MZERO with their values.
22056         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22057         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22058         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
22059         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
22060         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22061         * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
22062         (__sqr): Likewise.
22063
22064         * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
22065
22066         * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
22067
22068 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22069
22070         * include/stdlib.h [!SHARED] (__call_tls_dtors):
22071         Declare with __attribute__ ((weak)).
22072         * stdlib/exit.c (__libc_atexit) [!SHARED]:
22073         Call __call_tls_dtors only if it's not NULL.
22074
22075 2013-03-28  Roland McGrath  <roland@hack.frob.com>
22076
22077         * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
22078         didn't do it already, then set _dl_phdr and _dl_phnum based on the
22079         magic __ehdr_start linker symbol if it's defined.
22080         * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
22081         them up here if it was already done.
22082
22083         * elf/dl-support.c (_dl_phdr): Make pointer to const.
22084         (_dl_aux_init): Use const in cast when setting it.
22085         * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
22086         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
22087         * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
22088
22089         * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
22090         Declare them here.
22091         * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
22092         * csu/libc-tls.c: Nor here.
22093         * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
22094
22095         * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
22096         (__libc_message): Never call vsyslog.
22097
22098 2013-03-28  Alan Modra  <amodra@gmail.com>
22099
22100         * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
22101         Define as empty.
22102         * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
22103         Likewise.
22104
22105 2013-03-28  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22106
22107         [BZ #15214]
22108         * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
22109         underflow.
22110         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22111
22112 2013-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
22113
22114         [BZ #15304]
22115         * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
22116         Don't add gid passed as argument.
22117
22118         * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
22119
22120 2013-03-27  Joseph Myers  <joseph@codesourcery.com>
22121
22122         [BZ #15307]
22123         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22124         imaginary part between 1.0 and 1.5 and real part less than 0.5
22125         specially.
22126         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22127         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22128         * math/libm-test.inc (cacos_test): Add more tests.
22129         (casin_test): Likewise.
22130         (casinh_test): Likewise.
22131         * sysdeps/i386/fpu/libm-test-ulps: Update.
22132         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22133
22134 2013-03-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
22135
22136         * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
22137         constants.
22138         (norm): Likewise.
22139         (denorm): Likewise.
22140         (__dbl_mp): Likewise.
22141         (add_magnitudes): Likewise.
22142         (sub_magnitudes): Likewise.
22143         (__add): Likewise.
22144         (__sub): Likewise.
22145         (__mul): Likewise.
22146         (__sqr): Likewise.
22147         (__inv): Likewise.
22148         (__dvd): Likewise.
22149
22150         * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
22151         commented code.
22152         * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
22153         (__dubcos): Likewise.
22154         * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
22155         (__ieee754_acos): Likewise.
22156         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
22157         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
22158         (__exp1): Likewise.
22159         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
22160         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
22161         (log1): Likewise.
22162         (my_log2): Likewise.
22163         (checkint): Likewise.
22164         * sysdeps/ieee754/dbl-64/e_remainder.c
22165         (__ieee754_remainder): Likewise.
22166         * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
22167         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
22168         (bsloww): Likewise.
22169         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
22170
22171         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22172         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
22173         MANTISSA_STORE_T to store computations on mantissa.  Use
22174         macros for rounding and division.
22175         (denorm): Likewise.
22176         (__dbl_mp): Likewise.
22177         (add_magnitudes): Likewise.
22178         (sub_magnitudes): Likewise.
22179         (__mul): Likewise.
22180         (__sqr): Likewise.
22181         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22182         powers of two in terms of TWOPOW macro.
22183         (mp_no): Make type of mantissa as MANTISSA_T.
22184         [!RADIXI]: Define RADIXI.
22185         [!TWO52]: Define TWO52.
22186         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22187
22188 2013-03-25  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22189
22190         * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
22191         llroundl symbol when building for PPC32.
22192
22193 2013-03-24  Mark H Weaver  <mhw@netris.org>
22194
22195         * manual/arith.texi (Normalization Functions): Fix prototypes for
22196         scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
22197
22198 2013-03-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22199
22200         [BZ #13889]
22201         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
22202         high value to check if expl overflow.
22203         * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
22204         to check for underflow and overflow.
22205         * math/libm-test.inc: Add exp test.
22206
22207 2013-03-21  Dmitry V. Levin  <ldv@altlinux.org>
22208
22209         [BZ #11120]
22210         * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
22211         with NOT_IN_libc.
22212
22213 2013-03-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22214
22215         * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
22216         symbol.
22217
22218 2013-03-21  Thomas Schwinge  <thomas@codesourcery.com>
22219
22220         * math/gen-libm-test.pl (parse_args, special_functions): Properly
22221         wrap blocks consisting of several statements.
22222
22223         * sysdeps/generic/math-tests.h: New file.
22224         * sysdeps/i386/fpu/math-tests.h: Likewise.
22225         * math/test-snan.c: Include it.
22226         (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
22227
22228 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22229
22230         [BZ #15285]
22231         * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
22232         (__ieee754_j0l): Do not improve calculations using cos of twice
22233         input for inputs above LDBL_MAX / 2.0L.
22234         (__ieee754_y0l): Likewise.
22235         * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
22236         (__ieee754_j1l): Do not improve calculations using cos of twice
22237         input for inputs above LDBL_MAX / 2.0L.
22238         (__ieee754_y1l): Likewise.
22239         * math/libm-test.inc (j0_test): Add another test.
22240         (j1_test): Likewise.
22241         (y0_test): Likewise.
22242         (y1_test): Likewise.
22243         * sysdeps/i386/fpu/libm-test-ulps: Update.
22244
22245 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22246
22247         * Rules ($(objpfx)bench-%.c): Include code from a C source
22248         file.
22249
22250 2013-03-21  Joseph Myers  <joseph@codesourcery.com>
22251
22252         [BZ #15287]
22253         * math/k_casinh.c (__kernel_casinh): Handle arguments with
22254         imaginary part 1.0 and real part less than 0.5 specially.
22255         * math/k_casinhf.c (__kernel_casinhf): Likewise.
22256         * math/k_casinhl.c (__kernel_casinhl): Likewise.
22257         * math/libm-test.inc (cacos_test): Add more tests.
22258         (casin_test): Likewise.
22259         (casinh_test): Likewise.
22260         * sysdeps/i386/fpu/libm-test-ulps: Update.
22261         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22262
22263 2013-03-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
22264
22265         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
22266         * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
22267
22268 2013-03-20  Joseph Myers  <joseph@codesourcery.com>
22269
22270         * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
22271         * config.make.in (config-cflags-sse4): Remove variable.
22272         (config-cflags-avx): Likewise.
22273         (config-cflags-sse2avx): Likewise.
22274         (config-cflags-novzeroupper): Likewise.
22275         (config-asflags-i686): Likewise.
22276         (have-mfma4): Likewise.
22277         (have-as-vis3): Likewise.
22278         (MIG): Likewise.
22279         * configure.in (MIG): Do not AC_SUBST.
22280         (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
22281         (libc_cv_cc_sse4): Do not AC_SUBST.
22282         (libc_cv_cc_avx): Likewise.
22283         (libc_cv_cc_sse2avx): Likewise.
22284         (libc_cv_cc_novzeroupper): Likewise.
22285         (libc_cv_cc_fma4): Likewise.
22286         (libc_cv_as_i686): Likewise.
22287         (libc_cv_sparc_as_vis3): Likewise.
22288         * sysdeps/i386/configure.in (config-cflags-sse4): Set using
22289         LIBC_CONFIG_VAR.
22290         (config-asflags-i686): Likewise.
22291         (config-cflags-avx): Likewise.
22292         (config-cflags-sse2avx): Likewise.
22293         (have-mfma4): Likewise.
22294         (config-cflags-novzeroupper): Likewise.
22295         * sysdeps/mach/configure.in (MIG): Likewise.
22296         * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
22297         * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
22298         LIBC_CONFIG_VAR.
22299         (config-cflags-avx): Likewise.
22300         (config-cflags-sse2avx): Likewise.
22301         (have-mfma4): Likewise.
22302         (config-cflags-novzeroupper): Likewise.
22303         * configure: Regenerated.
22304         * sysdeps/i386/configure: Likewise.
22305         * sysdeps/mach/configure: Likewise.
22306         * sysdeps/sparc/configure: Likewise.
22307         * sysdeps/x86_64/configure: Likewise.
22308
22309 2013-03-20  Roland McGrath  <roland@hack.frob.com>
22310
22311         [BZ #14812]
22312         * locale/programs/localedef.c (options): Put N_ translation marker
22313         on argument names, not just descriptions.
22314
22315 2013-03-20  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
22316
22317         * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
22318
22319 2013-03-20  Ondřej Bílka  <neleai@seznam.cz>
22320
22321         [BZ #14176]
22322         * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
22323
22324 2013-03-19  Roland McGrath  <roland@hack.frob.com>
22325
22326         * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
22327         [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
22328         [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
22329         [!BEFORE_ABORT] (before_abort): New function.
22330         [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
22331         * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
22332         (writev_for_fatal): New function.
22333         (WRITEV_FOR_FATAL): New macro; call that.
22334         (backtrace_and_maps): New function.
22335         (BEFORE_ABORT): New macro; call that.
22336         (struct str_list): Type removed.
22337         (__libc_message, __libc_fatal): Functions removed.
22338         Include <sysdeps/posix/libc_fatal.c> instead.
22339
22340 2013-03-19  Joseph Myers  <joseph@codesourcery.com>
22341
22342         * math/k_casinhf.c (__kernel_casinhf): Consistently use float
22343         constants.
22344         * math/k_casinhl.c (__kernel_casinhl): Consistently use long
22345         double constants.
22346
22347 2013-03-19  Andreas Schwab  <schwab@suse.de>
22348
22349         * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
22350         * sysdeps/gnu/configure: Regenerate.
22351
22352         * configure.in: Substitute libc_cv_rtlddir.
22353         * configure: Regenerate.
22354         * config.make.in (rtlddir): Set from libc_cv_rtlddir.
22355         * Makeconfig (rtlddir, inst_rtlddir): New variables.
22356         (rtld-LDFLAGS): Use them with $(rtld-installed-name).
22357         * elf/Makefile (install-others, CFLAGS-interp.c)
22358         (ldso_install, common-ldd-rewrite): Likewise.
22359         ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
22360         $(inst_slibdir)/$(rtld-installed-name).
22361         * scripts/rellns-sh: Add -p option.
22362         * Makerules (make-shlib-link): Use rellns-sh to get relative name
22363         for source.
22364
22365 2013-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
22366
22367         * manual/nptl.texi: Renamed to ...
22368         * manual/threads.texi: ... this.
22369         * manual/Makefile (chapters): Update.
22370
22371 2013-03-18  Roland McGrath  <roland@hack.frob.com>
22372
22373         [BZ #14812]
22374         * argp/argp-parse.c (argp_default_options): Put N_ translation marker
22375         on argument names, not just descriptions.
22376         * malloc/memusagestat.c (options): Likewise.
22377         * nss/getent.c (options): Likewise.
22378
22379 2013-03-18  Benno Schulenberg  <bensberg@justemail.net>
22380
22381         [BZ #14812]
22382         * iconv/iconv_prog.c (options): Put N_ translation marker
22383         on argument names, not just descriptions.
22384         * iconv/iconvconfig.c (options): Likewise.
22385
22386 2013-03-18  Ondrej Bilka  <neleai@seznam.cz>
22387
22388         * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
22389         implementation which is faster on all x86_64 architectures.
22390         Tested on AMD, Intel Nehalem, SNB, IVB.
22391         * sysdeps/x86_64/strnlen.S: Likewise.
22392
22393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
22394         Remove all multiarch strlen and strnlen versions.
22395         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
22396         Remove strlen and strnlen related parts.
22397
22398         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
22399         Inline strlen part.
22400         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
22401
22402         * sysdeps/x86_64/multiarch/strlen.S: Remove.
22403         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
22404         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
22405         * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
22406         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
22407         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
22408
22409 2013-03-17  Carlos O'Donell  <carlos@redhat.com>
22410
22411         * manual/memory.texi (Malloc Tunable Parameters):
22412         Sort parameters alphabetically. Add comments for missing entries.
22413
22414 2013-03-17  David S. Miller  <davem@davemloft.net>
22415
22416         * sysdeps/sparc/fpu/libm-test-ulps: Update.
22417
22418 2013-03-16  Joseph Myers  <joseph@codesourcery.com>
22419
22420         [BZ #15283]
22421         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
22422         for arguments at most half maximum finite value.
22423         * math/libm-test.inc (j0_test): Add more tests.
22424         (j1_test): Likewise.
22425         (y0_test): Likewise.
22426         (y1_test): Likewise.
22427         * sysdeps/i386/fpu/libm-test-ulps: Update.
22428         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22429
22430         [BZ #14155]
22431         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
22432         1 / x and functions P and Q for arguments above 0x1p256L.
22433         (__ieee754_y0l): Likewise.
22434         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
22435         (__ieee754_y1l): Likewise.
22436         * math/libm-test.inc (j0_test): Do not allow spurious underflows.
22437         (j1_test): Likewise.
22438         (y0_test): Likewise.
22439         (y1_test): Likewise.
22440
22441 2013-03-16  Thomas Schwinge  <thomas@codesourcery.com>
22442
22443         * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
22444         variable.
22445
22446 2013-03-15  Roland McGrath  <roland@hack.frob.com>
22447
22448         * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
22449         (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
22450         zero since it's initialized to EXEC_PAGESIZE.
22451
22452         * sysdeps/unix/sysv/linux/ldsodefs.h
22453         (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
22454         * sysdeps/generic/ldsodefs.h: ... here.
22455
22456 2013-03-15  Thomas Schwinge  <thomas@codesourcery.com>
22457
22458         * math/libm-test.inc (ldexp_test): Add missing START/END markers.
22459
22460         * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
22461         math/test-snan.c.
22462         * math/test-snan.c: Renamed from
22463         sysdeps/powerpc/fpu/test-powerpc-snan.c.
22464         * math/Makefile (tests): Add test-snan.
22465         * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
22466         test-powerpc-snan.
22467
22468         * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
22469         SUFFIX.  Initialize qNaN_var with __builtin_nan family of
22470         functions.
22471         (TEST_TRUNC): Add SUFFIX argument.  Initialize qNaN_var with
22472         __builtin_nan family of functions.
22473         * math/libm-test.inc (initialize): Initialize qnan_value with
22474         __builtin_nan family of functions.
22475         * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
22476         Remove variables.
22477         (init_signaling_nan, snan_float, snan_double, snan_ldouble):
22478         Remove functions.
22479         (TEST_FUNC): Add SUFFIX argument.  Move sNaN_var into static
22480         storage class.  Initialize qNaN_var and sNaN_var with
22481         __builtin_nan and __builtin_nans families of functions,
22482         respectively.
22483
22484         * math/libm-test.inc (acosh_test): Also test with qNaN input.
22485         (sqrt_test): Remove duplicate test with qNaN input.
22486         (lrint_test, llrint_test, lround_test, llround_test, rint_test)
22487         (round_test, signbit_test, significand_test): Note missing +/-Inf
22488         as well as qNaN tests.
22489
22490         * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
22491         qNaN_var.  Fix a few strings, too.
22492         * math/libm-test.inc (nan_value): Rename to qnan_value.
22493         * math/gen-libm-test.pl (%beautify): Adjust to that.
22494         * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
22495         * math/test-misc.c (main): Likewise.
22496         * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
22497         to __qnan_bytes, and __qnan_union, respectively.
22498         * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
22499         Likewise.
22500         * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
22501         and lqnanval, respectively.
22502         * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
22503         * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
22504         * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
22505         and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
22506
22507         * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
22508         * math/test-misc.c (main) [__x86_64__]: Enable test for long
22509         doubles.
22510
22511         * math/test-misc.c (main): Fix copy'n'pastos.
22512         * misc/tst-efgcvt.c (special): Likewise.
22513
22514         * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
22515         Remove declarations.
22516
22517 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22518
22519         * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
22520         * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
22521         * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
22522         * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
22523
22524 2013-03-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22525
22526         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
22527         macro to return vdso values correctly in IFUNC implementations.
22528         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
22529         Optimization by using IFUNC.
22530
22531 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22532             Richard Henderson  <rth@redhat.com>
22533             Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
22534
22535         * Makefile.in (bench): New target.
22536         * NEWS: Mention the benchmark framework.
22537         * Rules (bench): Likewise.
22538         (binaries-bench): Generate binaries for functions to
22539         benchmark.
22540         * benchtests/Makefile: New makefile for benchmark tests.
22541         * benchtests/bench-skeleton.c: New skeleton file for benchmark
22542         programs.
22543         * benchtests/exp-inputs: New input file for EXP function.
22544         * benchtests/pow-inputs: New input file for POW function.
22545         * scripts/bench.pl: New script to generate source files for
22546         benchmark programs.
22547
22548 2013-03-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
22549
22550         * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
22551         * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
22552         computations on mantissa.  Use macros for rounding and
22553         division.
22554         (denorm): Likewise.
22555         (__dbl_mp): Likewise.
22556         (add_magnitudes): Likewise.
22557         (sub_magnitudes): Likewise.
22558         (__mul): Likewise.
22559         (__sqr): Likewise.
22560         * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h.  Define
22561         powers of two in terms of TWOPOW macro.
22562         (mp_no): Make type of mantissa as MANTISSA_T.
22563         [!RADIXI]: Define RADIXI.
22564         [!TWO52]: Define TWO52.
22565         * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
22566
22567         * manual/nptl.texi (cindex): Modify threads to pthreads.
22568
22569 2013-03-15  Joseph Myers  <joseph@codesourcery.com>
22570
22571         * sysdeps/x86_64/preconfigure: Regenerated.
22572
22573 2013-03-14  Joseph Myers  <joseph@codesourcery.com>
22574
22575         [BZ #14155]
22576         * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
22577         0x1p28 and above.
22578         (qzero): Return -0.125 / x for arguments 0x1p28 and above.
22579         * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
22580         0x1p28 and above.
22581         (qzero): Return 0.375 / x for arguments 0x1p28 and above.
22582         * math/libm-test.inc (j0_test): Do not allow one spurious
22583         underflow exception.
22584         (y1_test): Likewise.
22585
22586 2013-03-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
22587
22588         * manual/Makefile (chapters): Add nptl.
22589         * manual/debug.texi (Debugging Support): Add link to Threads
22590         chapter.
22591         * manual/nptl.texi: New file.
22592
22593         * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
22594
22595 2013-03-14  Petr Baudis  <pasky@ucw.cz>
22596
22597         * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
22598         for non-NULL pointer before the memory validity test. Pointed
22599         out by Holger Brunck <holger.brunck@keymile.com>.
22600
22601 2013-03-13  Andreas Schwab  <schwab@suse.de>
22602
22603         * extra-lib.mk (extra-objs): Add static-only-routines as .oS
22604         instead of .os.
22605
22606 2013-03-13  Joseph Myers  <joseph@codesourcery.com>
22607
22608         * timezone/zic.c: Update from tzcode 2013b.
22609
22610 2013-03-12  Carlos O'Donell  <carlos@redhat.com>
22611
22612         * manual/install.texi (Configuring and compiling):
22613         Mention i686 and i586.
22614         * INSTALL: Regenerate.
22615
22616 2013-03-12  Roland McGrath  <roland@hack.frob.com>
22617
22618         * sysdeps/init_array/elf-init.c: New file.
22619         * csu/elf-init.c
22620         (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
22621         (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
22622
22623         * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
22624         __gmon_start__ as global, but as static with a .preinit_array pointer.
22625         * sysdeps/init_array/gmon-start.c: New file.  Use that.
22626         * sysdeps/init_array/crti.S: New file, empty except for comments.
22627         * sysdeps/init_array/crtn.S: Likewise.
22628
22629 2013-03-11  Ondřej Bílka  <neleai@seznam.cz>
22630
22631         * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
22632         definining bcopy.
22633         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
22634         Remove Prefer_SSE_for_memop.
22635         * sysdeps/x86_64/multiarch/init-arch.h: Remove
22636         bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
22637         HAS_PREFER_SSE_FOR_MEMOP.
22638         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
22639         memset-x86-64.
22640         * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
22641         Remove bzero, memset ifunc support.
22642         * sysdeps/x86_64/multiarch/bzero.S: Remove file.
22643         * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
22644         * sysdeps/x86_64/multiarch/memset.S: Likewise.
22645         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
22646
22647 2013-03-11  Andreas Schwab  <schwab@suse.de>
22648
22649         [BZ #15234]
22650         * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
22651         by SHLIB_COMPAT.
22652         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
22653         (GLIBC_2.16): Remove pthread_atfork.
22654
22655 2013-03-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
22656
22657         * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
22658         (ptestcases.h): Likewise.
22659
22660 2013-03-08  Roland McGrath  <roland@hack.frob.com>
22661
22662         * Makeconfig ($(common-objpfx)config.status): Depend on
22663         sysdeps/*/preconfigure{,.in} too.
22664
22665 2013-03-08  Joseph Myers  <joseph@codesourcery.com>
22666
22667         * malloc/malloc.h (__malloc_ptr_t): Remove macro.
22668         (__free_hook): Use void * instead of __malloc_ptr_t.
22669         (__malloc_hook): Likewise.
22670         (__realloc_hook): Likewise.
22671         (__memalign_hook): Likewise.
22672         (__after_morecore_hook): Likewise.
22673         * malloc/arena.c (save_malloc_hook): Likewise.
22674         (save_free_hook): Likewise.
22675         * malloc/hooks.c (malloc_hook_ini): Likewise.
22676         (realloc_hook_ini): Likewise.
22677         (memalign_hook_ini): Likewise.
22678         * malloc/malloc.c (malloc_hook_ini): Likewise.
22679         (realloc_hook_ini): Likewise.
22680         (memalign_hook_ini): Likewise.
22681         (__free_hook): Likewise.
22682         (__malloc_hook): Likewise.
22683         (__realloc_hook): Likewise.
22684         (__memalign_hook): Likewise.
22685         (__libc_malloc): Likewise.
22686         (__libc_free): Likewise.
22687         (__libc_realloc): Likewise.
22688         (__libc_memalign): Likewise.
22689         (__libc_valloc): Likewise.
22690         (__libc_pvalloc): Likewise.
22691         (__libc_calloc): Likewise.
22692         (__posix_memalign): Likewise.
22693         * malloc/morecore.c (__sbrk): Likewise.
22694         (__default_morecore): Likewise.
22695
22696         * malloc/morecore.c (__default_morecore): Use ISO C prototype.
22697
22698         * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
22699         * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
22700         __malloc_ptrdiff_t.
22701
22702         * malloc/malloc.h (__malloc_size_t): Remove macro.
22703         * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
22704         __malloc_size_t.
22705         (old_memalign_hook): Likewise.
22706         (old_realloc_hook): Likewise.
22707         (struct hdr): Likewise.
22708         (flood): Likewise.
22709         (mallochook): Likewise.
22710         (memalignhook): Likewise.
22711         (reallochook): Likewise.
22712         * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
22713         (tr_old_realloc_hook): Likewise.
22714         (tr_old_memalign_hook): Likewise.
22715         (tr_mallochook): Likewise.
22716         (tr_reallochook): Likewise.
22717         (tr_memalignhook): Likewise.
22718
22719 2013-03-08  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
22720
22721         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
22722         default_ldbl_pack and using as default implementation.
22723         (ldbl_unpack): Rename to default_ldbl_unpack and using as default
22724         implementation.
22725         * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
22726         redundant definition.
22727         (ldbl_insert_mantissa): Likewise.
22728         (ldbl_canonicalize): Likewise.
22729         (ldbl_nearbyint): Likewise.
22730         (ldbl_pack): Rename to ldbl_pack_ppc.
22731         (ldbl_unpack): Rename to ldbl_unpack_ppc.
22732         * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
22733         * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
22734
22735 2013-03-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
22736
22737         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
22738         * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
22739         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
22740         * sysdeps/powerpc/power4/fpu/Makefile: ... here.
22741         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
22742         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
22743         * sysdeps/powerpc/powerpc32/power4/Implies: New file.
22744         * sysdeps/powerpc/powerpc64/power4/Implies: New file.
22745
22746 2013-03-07  Andreas Jaeger  <aj@suse.de>
22747
22748         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
22749         bits/mman-linux.h.
22750
22751 2013-03-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
22752
22753         * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
22754         Include mpa.h and declare __MPEXP.
22755         [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
22756         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22757         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22758         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
22759         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22760         (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
22761         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
22762
22763         * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
22764         (__slowpow): Use long double EXPL and LOGL functions to
22765         compute POW.
22766         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
22767         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22768         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
22769         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
22770         (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
22771         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
22772
22773         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
22774         intermediate variable to calculate exponent.
22775         (__sqr): Likewise.
22776         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
22777         Likewise.
22778         (__sqr): Likewise.
22779
22780         * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
22781         [!NO__SQR]: Define __sqr.
22782         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
22783         and NO__SQR.  Remove all code except __mul and __sqr.  Include
22784         sysdeps/ieee754/dbl-64/mpa.c.
22785         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
22786
22787         [BZ #12723]
22788         * posix/Makefile (tests): Add tst-pathconf.
22789         * posix/tst-pathconf.c: New test case.
22790         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
22791         _PC_PIPE_BUF.
22792         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
22793
22794 2013-03-06  Patsy Franklin  <pfrankli@redhat.com>
22795
22796         * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
22797
22798 2013-03-06  Andreas Jaeger  <aj@suse.de>
22799
22800         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
22801         definition via __MAP_ANONYMOUS.
22802
22803         * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
22804         it's not part of Linux headers.
22805
22806         * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
22807         (MAP_HUGE_MASK): Define.
22808
22809         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22810         Define.
22811         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22812         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22813         Define.
22814         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22815         * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
22816         Define.
22817         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22818         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
22819         Define.
22820         (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
22821
22822         * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
22823         * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
22824         * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
22825         * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
22826         * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
22827         * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
22828
22829         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
22830         Handle f2fs.
22831
22832         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
22833         Handle f2fs and efivarfs.
22834
22835         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
22836         f2fs.
22837
22838         * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
22839         (EFIVARFS_MAGIC): Add.
22840         (F2FS_LINK_MAX): Add.
22841
22842 2013-03-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
22843
22844         * stdio-common/vfprintf.c: Replace __builtin_expect with
22845         __glibc_unlikely.
22846
22847 2013-03-06  Joseph Myers  <joseph@codesourcery.com>
22848
22849         [BZ #13550]
22850         * sysdeps/generic/bp-sym.h: Remove file.
22851         * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
22852         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
22853         <bp-sym.h> and <bp-asm.h>.
22854         (__longjmp): Don't use BP_SYM.
22855         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
22856         and <bp-asm.h>.
22857         (memcpy): Don't use BP_SYM.
22858         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
22859         <bp-sym.h> and <bp-asm.h>.
22860         (memcpy): Don't use BP_SYM.
22861         * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
22862         <bp-asm.h>.
22863         (memcpy): Don't use BP_SYM.
22864         * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
22865         <bp-asm.h>.
22866         (memset): Don't use BP_SYM.
22867         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
22868         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
22869         (__bzero): Don't use BP_SYM.
22870         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
22871         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
22872         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
22873         <bp-sym.h> and <bp-asm.h>.
22874         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22875         pointers.
22876         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
22877         <bp-sym.h> and <bp-asm.h>.
22878         (memcpy): Don't use BP_SYM.
22879         * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
22880         <bp-sym.h> and <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/strncmp.S: Don't include
22888         <bp-sym.h> and <bp-asm.h>.
22889         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22890         pointers.
22891         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
22892         <bp-sym.h> and <bp-asm.h>.
22893         (memcpy): Don't use BP_SYM.
22894         * sysdeps/powerpc/powerpc64/power6/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/power7/memchr.S: Don't include
22903         <bp-sym.h> and <bp-asm.h>.
22904         (__memchr): Don't use BP_SYM.
22905         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
22906         <bp-sym.h> and <bp-asm.h>.
22907         (memcmp): Don't use BP_SYM.  Remove comment about bounded
22908         pointers.
22909         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
22910         <bp-sym.h> and <bp-asm.h>.
22911         (memcpy): Don't use BP_SYM.
22912         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
22913         <bp-sym.h> and <bp-asm.h>.
22914         (__mempcpy): Don't use BP_SYM.
22915         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
22916         <bp-sym.h> and <bp-asm.h>.
22917         (__memrchr): Don't use BP_SYM.
22918         * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
22919         <bp-sym.h> and <bp-asm.h>.
22920         (memset): Don't use BP_SYM.
22921         (__bzero): Likewise.
22922         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
22923         <bp-sym.h> and <bp-asm.h>.
22924         (__rawmemchr): Don't use BP_SYM.
22925         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
22926         <bp-sym.h> and <bp-asm.h>.
22927         (__STRCMP): Don't use BP_SYM.
22928         * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
22929         <bp-sym.h> and <bp-asm.h>.
22930         (strchr): Don't use BP_SYM.
22931         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
22932         <bp-sym.h> and <bp-asm.h>.
22933         (__strchrnul): Don't use BP_SYM.
22934         * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
22935         <bp-sym.h> and <bp-asm.h>.
22936         (strlen): Don't use BP_SYM.
22937         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
22938         <bp-sym.h> and <bp-asm.h>.
22939         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22940         pointers.
22941         * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
22942         <bp-sym.h> and <bp-asm.h>.
22943         (__strnlen): Don't use BP_SYM.
22944         * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
22945         <bp-sym.h> and <bp-asm.h>.
22946         (__GI__setjmp): Don't use BP_SYM.
22947         (_setjmp): Likewise.
22948         (__sigsetjmp): Likewise.
22949         * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
22950         (L(start_addresses)): Don't use BP_SYM.
22951         (_start): Likewise.
22952         * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
22953         <bp-asm.h>.
22954         (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
22955         STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
22956         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22957         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22958         * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
22959         <bp-asm.h>.
22960         (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
22961         CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE.  Remove comment
22962         about bounded pointers.
22963         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
22964         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
22965         * sysdeps/powerpc/powerpc64/strcmp.S: Don't include <bp-sym.h> and
22966         <bp-asm.h>.
22967         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22968         about bounded pointers.  Remove GKM FIXME comments.
22969         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
22970         * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
22971         <bp-asm.h>.
22972         (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
22973         STORE_RETURN_BOUNDS.  Remove comment about bounded pointers.
22974         Remove GKM FIXME comments.
22975         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
22976         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
22977         * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
22978         <bp-asm.h>.
22979         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove comment
22980         about bounded pointers.  Remove GKM FIXME comment.
22981         * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
22982         and <bp-asm.h>.
22983         (strncmp): Don't use BP_SYM.  Remove comment about bounded
22984         pointers.
22985         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
22986         <bp-sym.h> and <bp-asm.h>.
22987         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
22988         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
22989         <bp-sym.h> and <bp-asm.h>.
22990         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
22991         comment.
22992
22993 2013-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
22994
22995         * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
22996         call free(NULL).
22997
22998 2013-03-05  David S. Miller  <davem@davemloft.net>
22999
23000         * po/es.po: Update from translation team.
23001
23002 2013-03-05  Andreas Jaeger  <aj@suse.de>
23003
23004         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
23005         <bits/mman-linux.h>.
23006         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23007         is fine.
23008         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
23009         <bits/mman-linux.h> to end of file.
23010         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23011         is fine.
23012         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
23013         <bits/mman-linux.h> to end of file.
23014         (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
23015         is fine.
23016         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
23017         <bits/mman-linux.h> to end of file.
23018
23019         * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
23020         (MCL_CURRENT, MCL_FUTURE): Define here.
23021
23022 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23023
23024         [BZ #15232]
23025         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
23026         attribute_hidden.
23027         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
23028
23029 2013-03-05  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23030
23031         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
23032         fourth parameter needed for rt_sigprocmask syscall.
23033         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
23034         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
23035         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
23036         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
23037         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
23038         * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
23039
23040 2013-03-04  Joseph Myers  <joseph@codesourcery.com>
23041
23042         [BZ #13550]
23043         * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
23044         comment about bounded pointers.
23045         * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
23046         * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
23047
23048 2013-03-04  Andreas Jaeger  <aj@suse.de>
23049
23050         * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
23051         common definitions.
23052
23053         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
23054         provided by bits/mman-linux.h and include <bits/mman-linux.h>.
23055         * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
23056         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
23057         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
23058         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
23059
23060 2013-03-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
23061
23062         [BZ #15055]
23063         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
23064         __ieee754_sqrl instead of __sqrl.
23065
23066 2013-03-01  Joseph Myers  <joseph@codesourcery.com>
23067
23068         * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
23069         * sysdeps/powerpc/fpu_control.h: ... here.
23070         * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
23071         * sysdeps/powerpc/bits/fenvinline.h: ... here.
23072         * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
23073         * sysdeps/powerpc/bits/mathinline.h: ... here.
23074
23075 2013-03-01  Roland McGrath  <roland@hack.frob.com>
23076
23077         * elf/dl-hwcaps.c (_dl_important_hwcaps):
23078         Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
23079         to just [NEED_DL_SYSINFO_DSO].
23080         * elf/dl-support.c: Likewise.
23081         * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
23082         * elf/rtld.c (dl_main): Likewise.
23083         * elf/setup-vdso.h (setup_vdso): Likewise.
23084         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
23085         * sysdeps/unix/sysv/linux/dl-sysdep.c
23086         (_dl_discover_osversion): Likewise.
23087
23088 2013-03-01  Carlos O'Donell  <carlos@redhat.com>
23089
23090         * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
23091         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23092
23093 2013-03-01  Siddhesh Poyarekar  <siddhesh@redhat.com>
23094
23095         * NEWS: Mention libm performance improvements and non-x86 PI
23096         futex support.
23097
23098         * csu/libc-start.c (__pthread_initialize_minimal): Change
23099         function arguments.
23100         * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
23101
23102 2013-02-28  Joseph Myers  <joseph@codesourcery.com>
23103
23104         [BZ #13550]
23105         * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
23106         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
23107         <bp-sym.h> and <bp-asm.h>.
23108         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23109         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
23110         and <bp-asm.h>.
23111         (memcpy): Don't use BP_SYM.
23112         * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
23113         <bp-asm.h>.
23114         (__mpn_add_n): Don't use BP_SYM.
23115         (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
23116         * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
23117         and <bp-asm.h>.
23118         (__mpn_addmul_1): Don't use BP_SYM.
23119         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23120         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
23121         <bp-sym.h>.
23122         (_setjmp): Don't use BP_SYM.
23123         (__novmx_setjmp): Likewise.
23124         (__GI__setjmp): Likewise.
23125         (__vmx_setjmp): Likewise.
23126         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
23127         <bp-sym.h>.
23128         * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
23129         (__bzero): Don't use BP_SYM.
23130         (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
23131         (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
23132         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
23133         <bp-sym.h> and <bp-asm.h>.
23134         (memcpy): Don't use BP_SYM.
23135         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
23136         <bp-sym.h> and <bp-asm.h>.
23137         (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23138         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
23139         <bp-sym.h> and <bp-asm.h>.
23140         (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
23141         * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
23142         <bp-asm.h>.
23143         (__mpn_lshift): Don't use BP_SYM.
23144         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23145         * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
23146         <bp-asm.h>.
23147         (memset): Don't use BP_SYM.
23148         (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
23149         (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
23150         * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
23151         <bp-asm.h>.
23152         (__mpn_mul_1): Don't use BP_SYM.
23153         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23154         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
23155         <bp-sym.h> and <bp-asm.h>.
23156         (memcmp): Don't use BP_SYM.
23157         * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
23158         <bp-sym.h> and <bp-asm.h>.
23159         (memcpy): Don't use BP_SYM.
23160         * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
23161         <bp-sym.h> and <bp-asm.h>.
23162         (memset): Don't use BP_SYM.
23163         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
23164         <bp-sym.h> and <bp-asm.h>.
23165         (strncmp): Don't use BP_SYM.
23166         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
23167         <bp-sym.h> and <bp-asm.h>.
23168         (memcpy): Don't use BP_SYM.
23169         * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
23170         <bp-sym.h> and <bp-asm.h>.
23171         (memset): Don't use BP_SYM.
23172         * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
23173         <bp-sym.h> and <bp-asm.h>.
23174         (__memchr): Don't use BP_SYM.
23175         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
23176         <bp-sym.h> and <bp-asm.h>.
23177         (memcmp): Don't use BP_SYM.
23178         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
23179         <bp-sym.h> and <bp-asm.h>.
23180         (memcpy): Don't use BP_SYM.
23181         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
23182         <bp-sym.h> and <bp-asm.h>.
23183         (__mempcpy): Don't use BP_SYM.
23184         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
23185         <bp-sym.h> and <bp-asm.h>.
23186         (__memrchr): Don't use BP_SYM.
23187         * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
23188         <bp-sym.h> and <bp-asm.h>.
23189         (memset): Don't use BP_SYM.
23190         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
23191         <bp-sym.h> and <bp-asm.h>.
23192         (__rawmemchr): Don't use BP_SYM.
23193         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
23194         <bp-sym.h> and <bp-asm.h>.
23195         (__STRCMP): Don't use BP_SYM.
23196         * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
23197         <bp-sym.h> and <bp-asm.h>.
23198         (strchr): Don't use BP_SYM.
23199         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
23200         <bp-sym.h> and <bp-asm.h>.
23201         (__strchrnul): Don't use BP_SYM.
23202         * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
23203         <bp-sym.h> and <bp-asm.h>.
23204         (strlen): Don't use BP_SYM.
23205         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
23206         <bp-sym.h> and <bp-asm.h>.
23207         (strncmp): Don't use BP_SYM.
23208         * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
23209         <bp-sym.h> and <bp-asm.h>.
23210         (__strnlen): Don't use BP_SYM.
23211         * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
23212         <bp-asm.h>.
23213         (__mpn_rshift): Don't use BP_SYM.
23214         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23215         * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
23216         <bp-sym.h> and <bp-asm.h>.
23217         (__sigsetjmp): Don't use BP_SYM.
23218         * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
23219         (L(start_addresses)): Don't use BP_SYM.
23220         (_start): Likewise.
23221         * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
23222         <bp-asm.h>.
23223         (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
23224         (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23225         (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23226         * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
23227         <bp-asm.h>.
23228         (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
23229         (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23230         (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23231         * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
23232         <bp-asm.h>.
23233         (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23234         comments.
23235         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23236         * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
23237         <bp-asm.h>.
23238         (strcpy): Don't use BP_SYM and macros from bp-asm.h.  Remove GKM
23239         FIXME comments.
23240         (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23241         (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
23242         * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
23243         <bp-asm.h>.
23244         (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW.  Remove GKM FIXME
23245         comment.
23246         * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
23247         and <bp-asm.h>.
23248         (strncmp): Don't use BP_SYM,
23249         * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
23250         <bp-asm.h>.
23251         (__mpn_sub_n): Don't use BP_SYM.
23252         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23253         * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
23254         and <bp-asm.h>.
23255         (__mpn_submul_1): Don't use BP_SYM.
23256         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23257         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
23258         <bp-sym.h> and <bp-asm.h>.
23259         (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
23260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
23261         <bp-sym.h> and <bp-asm.h>.
23262         (__clone): Don't use BP_SYM and DISCARD_BOUNDS.  Remove GKM FIXME
23263         comment.
23264
23265 2013-02-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
23266
23267         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
23268         Use ZK to minimize writes to Z.
23269         (sub_magnitudes): Simplify code a bit.
23270         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
23271         Use ZK to minimize writes to Z.
23272         (sub_magnitudes): Simplify code a bit.
23273
23274 2013-02-27  Roland McGrath  <roland@hack.frob.com>
23275
23276         * csu/gmon-start.c: Add special exception to license text.
23277
23278 2013-02-27  Richard Henderson  <rth@redhat.com>
23279
23280         * scripts/config.guess: Update from config.git.
23281         * scripts/config.sub: Likewise.
23282
23283 2013-02-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
23284
23285         * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
23286
23287         * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
23288
23289         * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
23290
23291         * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
23292
23293         * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
23294
23295 2013-02-26  Roland McGrath  <roland@hack.frob.com>
23296
23297         * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
23298         [$(build-shared = yes].
23299
23300 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23301
23302         * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
23303         (__mul): Reduce iterations for calculating mantissa.
23304
23305         * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
23306         MPTWO.
23307         (__mpranred): Likewise.
23308
23309         [BZ #15160]
23310         * malloc/memusagestat.c (main): Draw graphs for heap and stack
23311         only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
23312
23313 2013-02-26  Paul Eggert  <eggert@cs.ucla.edu>
23314
23315         * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
23316         Define __attribute__.
23317
23318 2013-02-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
23319
23320         * locale/elem-hash.h (elem_hash): Mark as pure and possibly
23321         unused.
23322         * posix/regex_internal.h (__attribute): Remove.
23323         [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
23324         (re_string_context_at): Likewise.
23325         (bitset_not): Use __attribute__ and mark function as possibly
23326         unused.
23327         (bitset_merge): Likewise.
23328         (bitset_mask): Likewise.
23329         (re_string_char_size_at): Likewise.
23330         (re_string_wchar_at): Likewise.
23331         (re_string_elem_size_at): Likewise.
23332
23333 2013-02-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
23334
23335         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
23336         code.
23337         (cc32): Likewise.
23338
23339         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
23340         (__acr): Likewise.
23341         (__cpy): Likewise.
23342         (norm): Likewise.
23343         (denorm): Likewise.
23344         (__dbl_mp): Likewise.
23345         (add_magnitudes): Likewise.
23346         (sub_magnitudes): Likewise.
23347         (__mul): Likewise.
23348         (__inv): Likewise.
23349
23350         * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
23351         style.
23352
23353         * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
23354         style.
23355
23356         * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
23357         code.
23358
23359         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
23360         up changes with default code.
23361         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
23362         Likewise.
23363
23364 2013-02-24  Allan McRae  <allan@archlinux.org>
23365
23366         * manual/socket.texi (The Internet Namespace): Order menu items
23367         to match that in the file.
23368
23369         * manual/libc-texinfo.sh: Use @detailmenu around the detailed
23370         node listing of the info page menu.
23371
23372 2013-02-21  Joseph Myers  <joseph@codesourcery.com>
23373
23374         [BZ #13550]
23375         * sysdeps/i386/bp-asm.h: Remove file.
23376         * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23377         (PARMS): Do not use macros from bp-asm.h.
23378         (S1): Likewise.
23379         (S2): Likewise.
23380         (SIZE): Likewise.
23381         (__mpn_add_n): Do not use BP_SYM
23382         * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
23383         "bp-asm.h".
23384         (PARMS): Do not use macros from bp-asm.h.
23385         (S1): Likewise.
23386         (SIZE): Likewise.
23387         (__mpn_addmul_1): Do not use BP_SYM
23388         * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
23389         "bp-asm.h".
23390         (PARMS): Do not use macros from bp-asm.h.
23391         (SIGMSK): Likewise.
23392         (_setjmp): Likewise.  Do not use BP_SYM.
23393         * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
23394         "bp-asm.h".
23395         (PARMS): Do not use macros from bp-asm.h.
23396         (SIGMSK): Likewise.
23397         (setjmp): Likewise.  Do not use BP_SYM.
23398         * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
23399         "bp-asm.h".
23400         (PARMS): Do not use macros from bp-asm.h.
23401         (__frexp): Do not use BP_SYM.
23402         (frexp): Likewise.
23403         * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
23404         "bp-asm.h".
23405         (PARMS): Do not use macros from bp-asm.h.
23406         (__frexpf): Do not use BP_SYM.
23407         (frexpf): Likewise.
23408         * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
23409         "bp-asm.h".
23410         (PARMS): Do not use macros from bp-asm.h.
23411         (__frexpl): Do not use BP_SYM.
23412         (frexpl): Likewise.
23413         * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
23414         "bp-asm.h".
23415         (PARMS): Do not use macros from bp-asm.h.
23416         (__remquo): Do not use BP_SYM.
23417         (remquo): Likewise.
23418         * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
23419         "bp-asm.h".
23420         (PARMS): Do not use macros from bp-asm.h.
23421         (__remquof): Do not use BP_SYM.
23422         (remquof): Likewise.
23423         * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
23424         "bp-asm.h".
23425         (PARMS): Do not use macros from bp-asm.h.
23426         (__remquol): Do not use BP_SYM.
23427         (remquol): Likewise.
23428         * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
23429         "bp-asm.h".
23430         (PARMS): Do not use macros from bp-asm.h.
23431         (DEST): Likewise.
23432         (SRC): Likewise.
23433         (strcat): Remove GKM FIXME comment.  Do not use BP_SYM.
23434         * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
23435         "bp-asm.h".
23436         (PARMS): Do not use macros from bp-asm.h.
23437         (strlen): Do not use BP_SYM.
23438         * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
23439         "bp-asm.h".
23440         (PARMS): Do not use macros from bp-asm.h.
23441         (S1): Likewise.
23442         (S2): Likewise.
23443         (SIZE): Likewise.
23444         (__mpn_add_n): Do not use BP_SYM.
23445         * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
23446         "bp-asm.h".
23447         (PARMS): Do not use macros from bp-asm.h.
23448         (S1): Likewise.
23449         (SIZE): Likewise.
23450         (__mpn_addmul_1): Do not use BP_SYM.
23451         * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
23452         weak_alias.
23453         (bzero): Likewise.
23454         * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
23455         "bp-asm.h".
23456         (PARMS): Do not use macros from bp-asm.h.
23457         (S): Likewise.
23458         (SIZE): Likewise.
23459         (__mpn_lshift): Do not use BP_SYM.
23460         * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
23461         "bp-asm.h".
23462         (PARMS): Do not use macros from bp-asm.h.
23463         (DEST): Likewise.
23464         (SRC): Likewise.
23465         (LEN): Likewise.
23466         (memcpy): Likewise.  Do not use BP_SYM.
23467         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
23468         libc_hidden_def and weak_alias.
23469         (mempcpy): Do not use BP_SYM in weak_alias.
23470         * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
23471         "bp-asm.h".
23472         (PARMS): Do not use macros from bp-asm.h.
23473         (DEST): Likewise.
23474         (LEN): Likewise.
23475         [!BZERO_P] (CHR): Likewise.
23476         (memset): Likewise.  Do not use BP_SYM.
23477         * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
23478         "bp-asm.h".
23479         (PARMS): Do not use macros from bp-asm.h.
23480         (S1): Likewise.
23481         (SIZE): Likewise.
23482         (__mpn_mul_1): Do not use BP_SYM.
23483         * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
23484         "bp-asm.h".
23485         (PARMS): Do not use macros from bp-asm.h.
23486         (S): Likewise.
23487         (SIZE): Likewise.
23488         (__mpn_rshift): Do not use BP_SYM.
23489         * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
23490         "bp-asm.h".
23491         (PARMS): Do not use macros from bp-asm.h.
23492         (STR): Likewise.
23493         (CHR): Likewise.
23494         (strchr): Likewise.  Do not use BP_SYM.
23495         (index): Do not use BP_SYM in weak_alias.
23496         * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
23497         "bp-asm.h".
23498         (PARMS): Do not use macros from bp-asm.h.
23499         (DEST): Likewise.
23500         (SRC): Likewise.
23501         (STRCPY): Likewise.  Remove GKM FIXME comment.  Do not use BP_SYM.
23502         * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
23503         "bp-asm.h".
23504         (PARMS): Do not use macros from bp-asm.h.
23505         (strlen): Do not use BP_SYM.
23506         * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
23507         "bp-asm.h".
23508         (PARMS): Do not use macros from bp-asm.h.
23509         (S1): Likewise.
23510         (S2): Likewise.
23511         (SIZE): Likewise.
23512         (__mpn_sub_n): Do not use BP_SYM.
23513         * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
23514         "bp-asm.h".
23515         (PARMS): Do not use macros from bp-asm.h.
23516         (S1): Likewise.
23517         (SIZE): Likewise.
23518         (__mpn_submul_1): Do not use BP_SYM.
23519         * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
23520         "bp-asm.h".
23521         (PARMS): Do not use macros from bp-asm.h.
23522         (S1): Likewise.
23523         (S2): Likewise.
23524         (SIZE): Likewise.
23525         (__mpn_add_n): Do not use BP_SYM.
23526         * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
23527         weak_alias.
23528         (bzero): Likewise.
23529         * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
23530         "bp-asm.h".
23531         (PARMS): Do not use macros from bp-asm.h.
23532         (BLK2): Likewise.
23533         (LEN): Likewise.
23534         (memcmp): Do not use BP_SYM.
23535         (bcmp): Do not use BP_SYM in weak_alias.
23536         * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
23537         "bp-asm.h".
23538         (PARMS): Do not use macros from bp-asm.h.
23539         (DEST): Likewise.
23540         (SRC): Likewise.
23541         (LEN): Likewise.
23542         (memcpy): Likewise.  Do not use BP_SYM.
23543         * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
23544         "bp-asm.h".
23545         (PARMS): Do not use macros from bp-asm.h.
23546         (DEST): Likewise.
23547         (SRC): Likewise.
23548         (LEN): Likewise.
23549         (memmove): Likewise.  Do not use BP_SYM.
23550         * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
23551         "bp-asm.h".
23552         (PARMS): Do not use macros from bp-asm.h.
23553         (DEST): Likewise.
23554         (SRC): Likewise.
23555         (LEN): Likewise.
23556         (__mempcpy): Likewise.  Do not use BP_SYM.
23557         (mempcpy): Do not use BP_SYM in weak_alias.
23558         * sysdeps/i386/i686/memset.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         (LEN): Likewise.
23563         [!BZERO_P] (CHR): Likewise.
23564         (memset): Likewise.  Do not use BP_SYM.
23565         * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
23566         "bp-asm.h".
23567         (PARMS): Do not use macros from bp-asm.h.
23568         (STR2): Likewise.
23569         (strcmp): Do not use BP_SYM.
23570         * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
23571         "bp-asm.h".
23572         (PARMS): Do not use macros from bp-asm.h.
23573         (STR): Likewise.
23574         (DELIM): Likewise.
23575         [USE_AS_STRTOK_R] (SAVE): Likewise.
23576         (FUNCTION): Likewise.  Do not use BP_SYM.
23577         * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
23578         aliases.
23579         (strtok_r): Likewise.
23580         (__GI___strtok_r): Likewise.
23581         * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23582         (PARMS): Do not use macros from bp-asm.h.
23583         (S): Likewise.
23584         (SIZE): Likewise.
23585         (__mpn_lshift): Do not use BP_SYM.
23586         * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23587         (PARMS): Do not use macros from bp-asm.h.
23588         (STR): Likewise.
23589         (CHR): Likewise.
23590         (__memchr): Do not use BP_SYM.
23591         (memchr): Do not use BP_SYM in weak_alias.
23592         * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23593         (PARMS): Do not use macros from bp-asm.h.
23594         (BLK2): Likewise.
23595         (LEN): Likewise.
23596         (memcmp): Do not use BP_SYM.
23597         (bcmp): Do not use BP_SYM in weak_alias.
23598         * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
23599         (PARMS): Do not use macros from bp-asm.h.
23600         (S1): Likewise.
23601         (SIZE): Likewise.
23602         (__mpn_mul_1): Do not use BP_SYM.
23603         * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
23604         "bp-asm.h".
23605         (PARMS): Do not use macros from bp-asm.h.
23606         (STR): Likewise.
23607         (CHR): Likewise.
23608         (__rawmemchr): Do not use BP_SYM.
23609         (rawmemchr): Do not use BP_SYM in weak_alias.
23610         * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
23611         (PARMS): Do not use macros from bp-asm.h.
23612         (S): Likewise.
23613         (SIZE): Likewise.
23614         (__mpn_rshift): Do not use BP_SYM.
23615         * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
23616         (PARMS): Do not use macros from bp-asm.h.
23617         (SIGMSK): Likewise.
23618         (__sigsetjmp): Likewise.  Do not use BP_SYM.
23619         * sysdeps/i386/start.S: Do not include "bp-sym.h".
23620         (_start): Do not use BP_SYM.
23621         * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
23622         (PARMS): Do not use macros from bp-asm.h.
23623         (DEST): Likewise.
23624         (SRC): Likewise.
23625         (__stpcpy): Likewise.  Do not use BP_SYM.
23626         (stpcpy): Do not use BP_SYM in weak_alias.
23627         * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
23628         "bp-asm.h".
23629         (PARMS): Do not use macros from bp-asm.h.
23630         (DEST): Likewise.
23631         (SRC): Likewise.
23632         (LEN): Likewise.
23633         (__stpncpy): Likewise.  Do not use BP_SYM.
23634         (stpncpy): Do not use BP_SYM in weak_alias.
23635         * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
23636         (PARMS): Do not use macros from bp-asm.h.
23637         (STR): Likewise.
23638         (CHR): Likewise.
23639         (strchr): Likewise.  Do not use BP_SYM.
23640         * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
23641         "bp-asm.h".
23642         (PARMS): Do not use macros from bp-asm.h.
23643         (STR): Likewise.
23644         (CHR): Likewise.
23645         (__strchrnul): Likewise.  Do not use BP_SYM.
23646         (strchrnul): Do not use BP_SYM in weak_alias.
23647         * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
23648         "bp-asm.h".
23649         (PARMS): Do not use macros from bp-asm.h.
23650         (STOP): Likewise.
23651         (strcspn): Do not use BP_SYM.
23652         * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
23653         "bp-asm.h".
23654         (PARMS): Do not use macros from bp-asm.h.
23655         (STR): Likewise.
23656         (STOP): Likewise.
23657         (strpbrk): Likewise.  Do not use BP_SYM.
23658         * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
23659         "bp-asm.h".
23660         (PARMS): Do not use macros from bp-asm.h.
23661         (STR): Likewise.
23662         (CHR): Likewise.
23663         (strrchr): Likewise.  Do not use BP_SYM.
23664         * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
23665         (PARMS): Do not use macros from bp-asm.h.
23666         (SKIP): Likewise.
23667         (strspn): Do not use BP_SYM.
23668         * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
23669         (PARMS): Do not use macros from bp-asm.h.
23670         (STR): Likewise.
23671         (DELIM): Likewise.
23672         (SAVE): Likewise.
23673         (FUNCTION): Likewise.  Do not use BP_SYM.
23674         * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
23675         aliases.
23676         (strtok_r): Likewise.
23677         (__GI___strtok_r): Likewise.
23678         * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
23679         (PARMS): Do not use macros from bp-asm.h.
23680         (S1): Likewise.
23681         (S2): Likewise.
23682         (SIZE): Likewise.
23683         (__mpn_sub_n): Do not use BP_SYM.
23684         * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
23685         "bp-asm.h".
23686         (PARMS): Do not use macros from bp-asm.h.
23687         (S1): Likewise.
23688         (SIZE): Likewise.
23689         (__mpn_submul_1): Do not use BP_SYM.
23690         * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
23691         <bp-sym.h>.
23692         * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
23693         and <bp-asm.h>.
23694         (PARMS): Do not use macros from bp-asm.h.
23695         (FLAGS): Likewise.
23696         (PTID): Likewise.
23697         (TLS): Likewise.
23698         (CTID): Likewise.
23699         (__clone): Do not use BP_SYM.
23700         (clone): Do not use BP_SYM in weak_alias.
23701         * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
23702         and <bp-asm.h>.
23703         (PARMS): Do not use macros from bp-asm.h.
23704         (LEN): Likewise.
23705         (__mmap64): Do not use BP_SYM.
23706         (mmap64): Do not use BP_SYM in weak_alias.
23707         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
23708         <bp-sym.h> and <bp-asm.h>.
23709         (PARMS): Do not use macros from bp-asm.h.
23710         (__posix_fadvise64_l64): Do not use BP_SYM.
23711         * sysdeps/unix/sysv/linux/i386/semtimedop.S
23712         (PARMS): Do not use macros from bp-asm.h.
23713         (NSOPS): Likewise.
23714         (semtimedop): Do not use BP_SYM.
23715         * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
23716         and <bp-asm.h>.
23717
23718 2013-02-21  Allan McRae  <allan@archlinux.org>
23719
23720         * manual/message.texi (Charset conversion in gettext):
23721         Move @end statement to beginning of line.
23722
23723 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23724
23725         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
23726         static.
23727         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
23728         Likewise.
23729
23730         * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
23731         (denorm): Likewise.
23732         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
23733         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
23734
23735 2013-02-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
23736
23737         * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
23738         tail-call to the resolved function if pltexit isn't needed.
23739
23740 2013-02-21  Siddhesh Poyarekar  <siddhesh@redhat.com>
23741
23742         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
23743         or Y being zero as being unlikely.
23744         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
23745         Likewise.
23746
23747 2013-02-20  Carlos O'Donell  <carlos@redhat.com>
23748
23749         * manual/nss.texi (System Databases and Name Service Switch):
23750         Remove frobnicate @pxref.
23751
23752 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23753
23754         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23755         __attribute__ ((unused)) to __attribute__ ((__unused__)).
23756
23757 2013-02-20  Petr Machata  <pmachata@redhat.com>
23758
23759         * elf/elf.h (R_ARM_TARGET1): New macro.
23760         (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
23761         (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
23762         (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
23763         (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
23764         (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
23765         (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
23766         (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
23767         (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
23768         (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
23769         (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
23770         (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
23771         (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
23772         (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
23773         (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
23774         (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
23775         (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
23776         (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
23777         (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
23778         (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
23779         (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
23780         (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
23781         (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
23782         (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
23783         (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
23784         (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
23785         (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
23786         (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
23787         (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
23788         (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
23789         (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
23790         (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
23791         (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
23792         (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
23793         (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
23794         (R_ARM_THM_GOT_BREL12): Likewise.
23795         (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
23796         (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
23797         (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
23798         (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
23799         (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
23800         (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
23801         (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
23802         (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
23803         (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
23804
23805 2013-02-20  Thomas Schwinge  <thomas@codesourcery.com>
23806
23807         * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
23808         __attribute_used__ to __attribute__ ((unused)).
23809
23810 2013-02-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
23811
23812         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
23813         powerpc mpa.c.
23814         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
23815         comment formatting.
23816         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
23817
23818 2013-02-19  Joseph Myers  <joseph@codesourcery.com>
23819
23820         [BZ #13550]
23821         * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
23822         Remove macro.
23823         (ENTER): Remove both macro definitions.
23824         (LEAVE): Likewise.
23825         (CHECK_BOUNDS_LOW): Likewise.
23826         (CHECK_BOUNDS_HIGH): Likewise.
23827         (CHECK_BOUNDS_BOTH): Likewise.
23828         (CHECK_BOUNDS_BOTH_WIDE): Likewise.
23829         (RETURN_BOUNDED_POINTER): Likewise.
23830         (RETURN_NULL_BOUNDED_POINTER): Likewise.
23831         (PUSH_ERRNO_LOCATION_RETURN): Likewise.
23832         (POP_ERRNO_LOCATION_RETURN): Likewise.
23833         * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
23834         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23835         * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
23836         macros.
23837         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23838         * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
23839         * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
23840         * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
23841         * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
23842         * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
23843         * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
23844         * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
23845         * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
23846         * sysdeps/i386/i486/strcat.S (strcat): Likewise.
23847         * sysdeps/i386/i486/strlen.S (strlen): Likewise.
23848         * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
23849         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23850         * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
23851         removed macros.
23852         (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23853         * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
23854         macros.
23855         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23856         * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
23857         * sysdeps/i386/i586/memset.S (memset): Likewise.
23858         * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
23859         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23860         * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
23861         macros.
23862         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23863         * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
23864         Change uses of L(2) to L(out).
23865         * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
23866         * sysdeps/i386/i586/strlen.S (strlen): Likewise.
23867         * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
23868         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23869         * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
23870         removed macros.
23871         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23872         * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
23873         macros.
23874         (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23875         * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
23876         (RETURN): Do not use macro LEAVE.
23877         * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
23878         * sysdeps/i386/i686/memmove.S (memmove): Likewise.
23879         * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
23880         * sysdeps/i386/i686/memset.S (memset): Likewise.
23881         * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
23882         (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
23883         (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
23884         * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
23885         Likewise.
23886         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23887         (FUNCTION): Do not use removed macros.  Combine labels L(1_1),
23888         L(1_2) and L(1_3) into L(1).
23889         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23890         * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
23891         (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23892         * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
23893         (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
23894         * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
23895         * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
23896         (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23897         * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
23898         macros.
23899         * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
23900         (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
23901         * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
23902         * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
23903         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
23904         (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
23905         * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
23906         * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
23907         * sysdeps/i386/strcspn.S (strcspn): Likewise.
23908         * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
23909         * sysdeps/i386/strrchr.S (strrchr): Likewise.
23910         * sysdeps/i386/strspn.S (strspn): Likewise.
23911         * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
23912         conditional code.
23913         (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
23914         (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
23915         (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
23916         (FUNCTION): Do not use removed macros.  Combine labels L(1_2) and
23917         L(1_3) into L(1_1).
23918         * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
23919         (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
23920         * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
23921         macros.
23922         (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
23923
23924 2013-02-19  Jakub Jelinek  <jakub@redhat.com>
23925
23926         * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
23927         macro.
23928
23929 2013-02-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
23930
23931         * math/atest-exp.c (exp_mpn): Remove ROUND.
23932         * math/atest-exp2.c (exp_mpn): Likewise.
23933         * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
23934
23935         * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
23936         * stdlib/tst-tls-atexit-lib.c: Likewise.
23937         * stdlib/tst-tls-atexit.c: Likewise.
23938
23939 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23940
23941         * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
23942         and __attribute_alloc_size__.
23943
23944 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23945
23946         * include/programs/xmalloc.h: Change __attribute_alloc_size to
23947         __attribute_alloc_size__.
23948         * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
23949         * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
23950
23951 2013-02-18  Mike Frysinger  <vapier@gentoo.org>
23952
23953         * include/programs/xmalloc.h: New file.
23954         * catgets/gencat.c: Include it.
23955         (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
23956         * elf/pldd.c: Likewise.
23957         * iconv/iconv_charmap.c: Likewise.
23958         * iconv/iconvconfig.c: Likewise.
23959         * iconv/strtab.c: Likewise.
23960         * locale/programs/locale.c: Likewise.
23961         * locale/programs/localedef.h: Likewise.
23962         * locale/programs/simple-hash.c: Likewise.
23963         * nscd/nscd.h: Likewise.
23964         * nss/makedb.c: Likewise.
23965         * sysdeps/generic/ldconfig.h: Likewise.
23966
23967 2013-02-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
23968
23969         * Versions.def: Add GLIBC_2.18.
23970         * include/link.h (struct link_map): New member l_tls_dtor_count.
23971         * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
23972         (__call_tls_dtors): Likewise.
23973         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
23974         __cxa_thread_atexit_impl.
23975         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
23976         Likewise.
23977         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
23978         Likewise.
23979         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
23980         Likewise.
23981         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
23982         Likewise.
23983         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
23984         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
23985         Likewise.
23986         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
23987         Likewise.
23988         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
23989         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
23990         Likewise.
23991         * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
23992         (tests): Add test case tst-tls-atexit.
23993         (modules-names): Add shared library for tst-tls-atexit.
23994         * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
23995         (GLIBC_PRIVATE): Add __call_tls_dtors.
23996         * stdlib/cxa_thread_atexit_impl.c: New file with helper function
23997         for libstdc++.
23998         * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
23999         * stdlib/tst-tls-atexit.c: New test case.
24000         * stdlib/tst-tls-atexit-lib.c: New test case.
24001
24002         * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
24003
24004         * elf/Versions (ld): Add _dl_find_dso_for_object.
24005         * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
24006         * elf/dl-open.c (_dl_find_dso_for_object): New function.
24007         (dl_open_worker): Use _dl_find_dso_for_object.
24008         * elf/dl-sym.c (do_sym): Likewise.
24009         * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
24010
24011 2013-02-18  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
24012
24013         * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
24014         Syntactic changes only.
24015         (_dl_runtime_profile): Do a tail-call to the resolved function.
24016
24017 2013-02-17  Joseph Myers  <joseph@codesourcery.com>
24018
24019         [BZ #13550]
24020         * sysdeps/x86_64/bp-asm.h: Remove file.
24021         * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
24022         <bp-sym.h> and <bp-asm.h>.
24023         (__clone): Do not use BP_SYM.
24024         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
24025         <bp-sym.h> and <bp-asm.h>.
24026         * sysdeps/unix/x86_64/sysdep.S: Likewise.
24027         * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
24028         "bp-asm.h".
24029         (_setjmp): Do not use BP_SYM.
24030         * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
24031         "bp-asm.h".
24032         (setjmp): Do not use BP_SYM.
24033         * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
24034         libc_hidden_def.
24035         (mempcpy): Do not use BP_SYM in weak_alias.
24036         * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
24037         "bp-asm.h".
24038         (strchr): Do not use BP_SYM.
24039         * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
24040         "bp-asm.h".
24041         * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
24042         * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
24043         (_start): Do not use BP_SYM.
24044         * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
24045         "bp-asm.h".
24046         (strcat): Do not use BP_SYM.
24047         * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
24048         "bp-asm.h".
24049         (STRCMP): Do not use BP_SYM.
24050         * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
24051         "bp-asm.h".
24052         (STRCPY): Do not use BP_SYM.
24053         * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
24054         "bp-asm.h".
24055         * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
24056         "bp-asm.h".
24057         (FUNCTION): Do not use BP_SYM.
24058         * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
24059         weak_alias.
24060         (__GI___strtok_r): Do not use BP_SYM in strong_alias.
24061
24062 2013-02-17  Andreas Jaeger  <aj@suse.de>
24063
24064         * time/Versions: Sort entries.
24065         * string/Versions: Likewise.
24066         * resolv/Versions: Likewise.
24067         * posix/Versions: Likewise.
24068         * iconv/Versions: Likewise.
24069         * elf/Versions: Likewise.
24070         * wcsmbs/Versions: Likewise.
24071
24072 2013-02-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
24073
24074         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
24075         loop termination condition.
24076
24077         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
24078         variable to calculate EZ.
24079         (__sqr): Likewise.
24080
24081         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
24082         the lower precision input.
24083
24084 2013-02-15  Joseph Myers  <joseph@codesourcery.com>
24085
24086         [BZ #13550]
24087         * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
24088         [!link-extra-libs] (link-extra-libs-bounded): Likewise.
24089         (run-via-rtld-prefix): Do not handle %-bp tests.
24090         (test-via-rtld-prefix): Do not mention %-bp tests in comment.
24091         (all-object-suffixes): Remove .ob.
24092         (bppfx): Remove variable.
24093         [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
24094         [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
24095         [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
24096         [$(build-bounded) = yes] (libtype.ob): Likewise.
24097         * Makerules (elide-routines.ob): Remove variable.
24098         (do-tests-clean): Do not handle *-bp.out.
24099         (common-mostlyclean): Do not handle *-bp and *-bp.out.
24100         * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
24101         [$(build-bounded) = yes] (xtests-bp.out): Likewise.
24102         (tests): Do not include $(tests-bp.out).
24103         (xtests): Do not include $(xtests-bp.out).
24104         [$(build-bounded) = yes] (binaries-bounded): Remove variable.
24105         [$(build-bounded) = yes] ($(addprefix
24106         $(objpfx),$(binaries-bounded))): Remove rule.
24107         ($(objpfx)%-bp.out): Remove rule.
24108         * config.make.in (build-bounded): Remove variable.
24109         * crypt/Makefile [$(build-bounded) = yes]
24110         ($(tests:%=$(objpfx)%-bp)): Remove dependency.
24111         * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
24112         append to variable.
24113         [$(build-bounded) = yes] (install-lib): Likewise.
24114         [$(build-bounded) = yes] (generated): Likewise.
24115         [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
24116         Remove rule.
24117         * intl/Makefile [$(build-bounded) = yes]
24118         ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
24119         * math/Makefile [$(build-bounded) = yes]
24120         ($(tests:%=$(objpfx)%-bp): Likewise.
24121         * misc/Makefile [$(build-bounded) = yes]
24122         ($(objpfx)tst-tsearch-bp): Likewise.
24123         * nptl/Makeconfig (bounded-thread-library): Remove variable.
24124         * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
24125         Remove dependency.
24126         * string/Makefile (o-objects.ob): Remove variable.
24127         * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
24128         (CFLAGS-.ob): Remove variable.
24129         [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
24130         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
24131         both definitions of variable.
24132         * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
24133         (ASFLAGS-.ob): Remove variable.
24134
24135 2013-02-14  Joseph Myers  <joseph@codesourcery.com>
24136
24137         [BZ #13550]
24138         * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
24139         Remove __BOUNDED_POINTERS__ from condition.
24140         * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
24141         * string/bits/string2.h [!__NO_STRING_INLINES &&
24142         !__BOUNDED_POINTERS__]: Likewise.
24143         * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
24144         Likewise.
24145         * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
24146         Remove conditional code.
24147         * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
24148         __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
24149         !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
24150         condition.
24151
24152         [BZ #13550]
24153         * csu/libc-start.c: Do not include <bp-sym.h>.
24154         [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
24155         * elf/dl-open.c: Do not include <bp-sym.h>.
24156         (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
24157         * math/fegetenv.c: Do not include <bp-sym.h>.
24158         (fegetenv): Do not use BP_SYM in versioned symbols.
24159         * nptl/sysdeps/pthread/bits/libc-lockP.h
24160         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
24161         <bp-sym.h>.
24162         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24163         (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
24164         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24165         (__pthread_mutex_destroy): Likewise.
24166         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24167         (__pthread_mutex_lock): Likewise.
24168         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24169         (__pthread_mutex_trylock): Likewise.
24170         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24171         (__pthread_mutex_unlock): Likewise.
24172         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24173         (__pthread_mutexattr_init): Likewise.
24174         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24175         (__pthread_mutexattr_destroy): Likewise.
24176         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24177         (__pthread_mutexattr_settype): Likewise.
24178         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24179         (__pthread_rwlock_init): Likewise.
24180         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24181         (__pthread_rwlock_destroy): Likewise.
24182         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24183         (__pthread_rwlock_rdlock): Likewise.
24184         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24185         (__pthread_rwlock_tryrdlock): Likewise.
24186         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24187         (__pthread_rwlock_wrlock): Likewise.
24188         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24189         (__pthread_rwlock_trywrlock): Likewise.
24190         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24191         (__pthread_rwlock_unlock): Likewise.
24192         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24193         (__pthread_key_create): Likewise.
24194         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24195         (__pthread_setspecific): Likewise.
24196         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24197         (__pthread_getspecific): Likewise.
24198         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
24199         Likewise.
24200         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24201         (_pthread_cleanup_push_defer): Likewise.
24202         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24203         (_pthread_cleanup_pop_restore): Likewise.
24204         [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
24205         (pthread_setcancelstate): Likewise.
24206         * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
24207         <bp-sym.h>.
24208         [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
24209         (memchr): Do not use BP_SYM in weak_alias.
24210         * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
24211         (fegetenv): Do not use BP_SYM in versioned symbols.
24212         * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
24213         (fesetenv): Do not use BP_SYM in versioned symbols.
24214         * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24215         (feupdateenv): Do not use BP_SYM in versioned symbols.
24216         * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24217         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24218         * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
24219         (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
24220         (open64): Do not use BP_SYM in weak_alias.
24221         * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
24222         (fegetenv): Do not use BP_SYM in versioned symbols.
24223         * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
24224         (fesetenv): Do not use BP_SYM in versioned symbols.
24225         * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
24226         (feupdateenv): Do not use BP_SYM in versioned symbols.
24227         * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
24228         (fegetexceptflag): Do not use BP_SYM in versioned symbols.
24229         * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
24230         (feraiseexcept): Do not use BP_SYM in versioned symbols.
24231         * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
24232         (fesetexceptflag): Do not use BP_SYM in versioned symbols.
24233         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
24234         <bp-sym.h>.
24235         (__libc_start_main): Do not use BP_SYM.
24236
24237 2013-02-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
24238
24239         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
24240         redundant return line.
24241         (norm): Likewise.
24242         (denorm): Likewise.
24243         (dbl_mp): Likewise.
24244         (sub_magnitudes): Likewise.
24245         (__add): Likewise.
24246         (__sub): Likewise.
24247         (__mul): Likewise.
24248         (__inv): Likewise.
24249         (__dvd): Likewise.
24250         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
24251         (norm): Likewise.
24252         (denorm): Likewise.
24253         (dbl_mp): Likewise.
24254         (sub_magnitudes): Likewise.
24255         (__add): Likewise.
24256         (__sub): Likewise.
24257         (__mul): Likewise.
24258         (__inv): Likewise.
24259         (__dvd): Likewise.
24260
24261         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
24262         instead of __mul.
24263         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
24264         * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
24265         (cc32): Likewise.
24266
24267         * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
24268         * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
24269         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
24270         of __mul for squares.
24271         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
24272         function
24273         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
24274         Likewise.
24275         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
24276         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
24277
24278 2013-02-13  Joseph Myers  <joseph@codesourcery.com>
24279
24280         [BZ #13550]
24281         * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
24282         code.
24283         * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
24284         prototype or function definition.  Rename ubp_* variables and
24285         parameters.  Remove argv definitions conditional on
24286         [__BOUNDED_POINTERS__].
24287         * debug/backtrace.c (__backtrace): Do not use __unbounded.
24288         * elf/dl-runtime.c (_dl_fixup): Likewise.
24289         * include/set-hooks.h (RUN_HOOK): Likewise.
24290         * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
24291         definition.
24292         * string/strcpy.c (strcpy): Do not use __unbounded.
24293         * sysdeps/generic/frame.h (struct layout): Likewise.
24294         * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
24295         * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
24296         * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
24297         * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
24298         * sysdeps/sparc/backtrace.c (struct layout): Likewise.
24299         (__backtrace): Likewise.
24300         * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
24301         use __ptrvalue.
24302         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
24303         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
24304         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
24305         Likewise.
24306         * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
24307         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
24308         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
24309         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24310         * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
24311         Do not use __unbounded.
24312         * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
24313         Rename __unboundedrlimits parameter to rlimits in prototype.
24314         * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
24315         Do not use __unbounded.
24316         * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
24317         not use __ptrvalue.
24318         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24319         * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
24320         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24321         * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
24322         __ptrvalue or __unbounded.
24323         (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
24324         * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
24325         use __unbounded.
24326         (__new_msgctl): Do not use __ptrvalue.
24327         * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
24328         __unbounded.
24329         (__libc_msgrcv): Do not use __ptrvalue.
24330         * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
24331         startup_info): Do not use __unbounded.
24332         (__libc_start_main): Likewise.  Rename ubp_* variables and
24333         parameters.  Remove argv definitions conditional on
24334         [__BOUNDED_POINTERS__].
24335         * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
24336         __ptrvalue.
24337         * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
24338         use __unbounded.
24339         * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
24340         or __ptrvalue.
24341         * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
24342         use __unbounded.
24343         (__new_shmctl): Do not use __ptrvalue.
24344         * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
24345         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
24346         Likewise.
24347         * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
24348         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
24349         (__libc_sigaction): Likewise.
24350         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
24351         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
24352         Likewise.
24353         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24354
24355 2013-02-13   Ondřej Bílka  <neleai@seznam.cz>
24356
24357         * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
24358
24359         * string/mempcpy.c: Implement by calling memcpy.
24360
24361 2013-02-13  Siddhesh Poyarekar  <siddhesh@redhat.com>
24362
24363         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
24364
24365         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
24366         evaluation.
24367
24368         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
24369         values in the mantissa.
24370
24371         * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
24372         minimize writes to Z.
24373         (sub_magnitudes): Simplify code a bit.
24374
24375 2013-02-12  Roland McGrath  <roland@hack.frob.com>
24376
24377         * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
24378         from the message.  The linker prefixes all warnings with that already.
24379
24380 2013-02-12  Andreas Schwab  <schwab@suse.de>
24381
24382         [BZ #15078]
24383         * posix/regexec.c (extend_buffers): Add parameter min_len.
24384         (check_matching): Pass minimum needed length.
24385         (clean_state_log_if_needed): Likewise.
24386         (get_subexp): Likewise.
24387         * posix/Makefile (tests): Add bug-regex34.
24388         (bug-regex34-ENV): Define.
24389         * posix/bug-regex34.c: New file.
24390
24391         [BZ #11561]
24392         * posix/regcomp.c (parse_bracket_exp): When looking up collating
24393         elements compare against the byte sequence of it, not its name.
24394         * posix/Makefile (tests): Add bug-regex35.
24395         (bug-regex35-ENV): Define.
24396         * posix/bug-regex35.c: New file.
24397
24398 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24399
24400         * string/str-two-way.h:  Fix typo RESULT_TYPE -> RETURN_TYPE in
24401         comment.
24402         Add RET0_IF_0 and CHECK_EOL to macro list in comment.
24403         (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
24404         (CHECK_EOL): Add undef.
24405
24406 2013-02-11   Ondřej Bílka  <neleai@seznam.cz>
24407
24408         * bits/stdlib-bsearch.h: New file.
24409         * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
24410         * stdlib/stdlib.h: Likewise.
24411
24412 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24413
24414         * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
24415         * manual/errno.texi (Error Messages): Fix typo in error_print_progname
24416         declaration.
24417         * manual/search.texi (Array Search Function): Add missing const in
24418         lfind prototype.
24419         * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
24420         declaration to use rlim_t.
24421         (Basic Scheduling Functions): Remove erroneous const from
24422         sched_getparam prototype.  Remove erroneous * from
24423         sched_get_priority_max and sched_get_priority_min prototypes.
24424         (Resource Usage): Fix summary @comment on vtimes to refer to
24425         sys/vtimes.h rather than vtimes.h.
24426         Add missing *s in vtimes prototype.
24427         (Limits on Resources): Fix ulimit prototype to return long int.
24428         * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
24429         prototypes to use long int rather than double.
24430         (BSD Random): Fix initstate and setstate to use char *, not void *.
24431         * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
24432         prototype to make second argument 'struct aiocb64 *const[]'.
24433         Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
24434         (Status of AIO Operations): Remove erroneous const in aio_return and
24435         aio_return64 prototypes.
24436         (Synchronizing I/O): Fix sync prototype to return void.
24437         * manual/startup.texi (Suboptions): Remove an erroneous const in
24438         getsubopt prototype.
24439         * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
24440         * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
24441         use size_t rather than int.
24442         (Scanning All Users): Likewise for getpwent_r.
24443         (Setting Groups): Add missing const to setgroups prototype.
24444         * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
24445         * manual/socket.texi (Host Names): Fix gethostbyaddr and
24446         gethostbyaddr_r prototypes to use socklen_t rather than size_t and
24447         'const void *' rather than 'const char *'.
24448         (Host Address Functions): Likewise for inet_ntop.
24449         (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
24450         (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
24451         ssize_t for return value.
24452         (Sending Data): Likewise for send, sendto, sendmsg.
24453         (Socket Option Functions): Add a missing const in setsockopt prototype.
24454         * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
24455         use wchar_t for the argument.
24456         (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
24457         * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
24458         take no arguments.
24459         (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
24460         double/float/long double for second argument.
24461         Fix return types of significand, significandf, significandl.
24462         * manual/filesys.texi (Setting Permissions): Use mode_t for second
24463         argument in fchmod prototype.
24464         (File Owner): Use uid_t and gid_t in fchown prototype.
24465         (File Times): Add const to utimes, futimes, and lutimes prototypes.
24466         (Making Special Files): Use mode_t and dev_t in mknod prototype.
24467         (Scanning Directory Content): Fix scandir and scandir64 prototypes to
24468         use 'const struct dirent **' as argument types to CMP function pointer
24469         argument.
24470         (Symbolic Links): Fix readlink prototype with ssize_t as return value.
24471         (File Times): Fix summary magic @comment for struct utimbuf and utime
24472         to refer to utime.h, not time.h.
24473         * manual/string.texi (Argz Functions): Add missing const in
24474         argz_extract and argz_next prototypes.
24475         (Finding Tokens in a String): Likewise for basename.
24476         (String/Array Comparison): Fix typo in wcscasecmp prototype.
24477         (Copying and Concatenation): Fix typo in wmemmove prototype.
24478         * manual/signal.texi (Using Pause): Use (void) in pause prototype.
24479         (Signal Stack): Remove erroneous const in sigstack prototype.
24480         * manual/time.texi (Setting an Alarm): Add missing const in setitimer
24481         prototype.
24482         (Simple Calendar Time): Likewise for stime.
24483         * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
24484         prototype.
24485         * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
24486         say sys/sysctl.h instead.
24487         * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
24488         and vsyslog prototypes.
24489
24490 2013-02-11  Tom de Vries  <tom@codesourcery.com>
24491
24492         * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
24493         Remove.
24494
24495 2013-02-11  Roland McGrath  <roland@hack.frob.com>
24496
24497         * misc/sys/mman.h: Fix typo in mremap comment.
24498
24499 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24500
24501         * manual/examples/mkfsock.c (make_named_socket): Don't add one for
24502         the '\0' terminator.
24503
24504 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24505
24506         [BZ #13550]
24507         * debug/segfault.c: Don't include <bp-checks.h>.
24508         * sysdeps/generic/bp-checks.h: Remove file.
24509         * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
24510         (__GETDENTS): Don't use CHECK_N.
24511         * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
24512         * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
24513         (__getgroups): Don't use CHECK_N.
24514         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
24515         (setgroups): Don't use CHECK_N.
24516         * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
24517         * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
24518         (__libc_msgrcv): Don't use CHECK_N.
24519         * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
24520         (__libc_msgsnd): Don't use CHECK_N.
24521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
24522         <bp-checks.h>.
24523         (__libc_pread): Don't use CHECK_N.
24524         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
24525         include <bp-checks.h>.
24526         (__libc_pread64): Don't use CHECK_N.
24527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
24528         include <bp-checks.h>.
24529         (__libc_pwrite): Don't use CHECK_N.
24530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
24531         include <bp-checks.h>.
24532         (__libc_pwrite64): Don't use CHECK_N.
24533         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
24534         <bp-checks.h>.
24535         (__libc_pread): Don't use CHECK_N.
24536         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
24537         include <bp-checks.h>.
24538         (__libc_pread64): Don't use CHECK_N.
24539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
24540         include <bp-checks.h>.
24541         (__libc_pwrite): Don't use CHECK_N.
24542         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
24543         include <bp-checks.h>.
24544         (__libc_pwrite64): Don't use CHECK_N.
24545         * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
24546         (do_pread): Don't use CHECK_N.
24547         * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
24548         (do_pread64): Don't use CHECK_N.
24549         * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
24550         (do_pwrite): Don't use CHECK_N.
24551         * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
24552         (do_pwrite64): Don't use CHECK_N.
24553         * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
24554         (__libc_readv): Don't use CHECK_N.
24555         * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
24556         (semop): Don't use CHECK_N.
24557         * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
24558         <bp-checks.h>.
24559         (semtimedop): Don't use CHECK_N.
24560         * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
24561         (__libc_pread): Don't use CHECK_N.
24562         * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
24563         <bp-checks.h>.
24564         (__libc_pread64): Don't use CHECK_N.
24565         * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
24566         <bp-checks.h>.
24567         (__libc_pwrite): Don't use CHECK_N.
24568         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
24569         <bp-checks.h>.
24570         (__libc_pwrite64): Don't use CHECK_N.
24571         * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
24572         <bp-checks.h>.
24573         (__libc_msgrcv): Don't use CHECK_N.
24574         * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
24575         (__sysctl): Don't use CHECK_N.  Remove GKM FIXME comment.
24576         * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
24577         (__libc_writev): Don't use CHECK_N.
24578
24579 2013-02-08  Roland McGrath  <roland@hack.frob.com>
24580
24581         * string/strcpy.c: Removed unused variable.
24582
24583         * Makeconfig (+sysdep-includes): Define with := rather than =.
24584         Use an existing include/ subdir of each sysdeps dir before it.
24585
24586 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24587
24588         * nscd/connection.c (register_traced_file): Comment function.
24589         [HAVE_INOTIFY] (union __inev): Define.
24590         [HAVE_INOTIFY] (inotify_check_files): New function.
24591         [HAVE_INOTIFY] (clear_db_cache): Likewise.
24592         [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
24593         clear_db_cache.
24594         [HAVE_INOTIFY] (main_loop_epoll): Likewise.
24595
24596 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24597
24598         * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
24599         loaded if not already and that a failure is permanent.
24600
24601 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
24602
24603         [BZ #15006]
24604         * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
24605         * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
24606
24607 2013-02-08  Joseph Myers  <joseph@codesourcery.com>
24608
24609         [BZ #13550]
24610         * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
24611         (CHECK_1_NULL_OK): Likewise.
24612         * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
24613         (__fxstat): Do not use CHECK_1.
24614         * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
24615         <bp-checks.h>.
24616         (___fxstat64): Do not use CHECK_1.
24617         * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
24618         <bp-checks.h>.
24619         (__fxstatat): Do not use CHECK_1.
24620         * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
24621         <bp-checks.h>.
24622         (__fxstatat64): Do not use CHECK_1.
24623         * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
24624         <bp-checks.h>.
24625         (__fxstat): Do not use CHECK_1.
24626         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
24627         <bp-checks.h>.
24628         (__fxstatat): Do not use CHECK_1.
24629         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
24630         <bp-checks.h>.
24631         (__getresgid): Do not use CHECK_1.
24632         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
24633         <bp-checks.h>.
24634         (__getresuid): Do not use CHECK_1.
24635         * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
24636         <bp-checks.h>.
24637         (__lxstat): Do not use CHECK_1.
24638         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
24639         <bp-checks.h>.
24640         (__old_msgctl): Do not use CHECK_1.
24641         (__new_msgctl): Likewise.
24642         * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
24643         <bp-checks.h>.
24644         (__new_setrlimit): Do not use CHECK_1.
24645         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
24646         <bp-checks.h>.
24647         (__old_shmctl): Do not use CHECK_1.
24648         (__new_shmctl): Likewise.
24649         * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
24650         <bp-checks.h>.
24651         (__xstat): Do not use CHECK_1.
24652         * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
24653         (__lxstat): Do not use CHECK_1.
24654         * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
24655         <bp-checks.h>.
24656         (___lxstat64): Do not use CHECK_1.
24657         * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
24658         (__old_msgctl): Do not use CHECK_1.
24659         (__new_msgctl): Likewise.
24660         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
24661         <bp-checks.h>.
24662         (__gettimeofday): Do not use CHECK_1.
24663         * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
24664         (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
24665         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
24666         <bp-checks.h>.
24667         (__gettimeofday): Do not use CHECK_1.
24668         * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
24669         (__old_shmctl): Do not use CHECK_1_NULL_OK.
24670         (__new_shmctl): Do not use CHECK_1.
24671         * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
24672         <bp-checks.h>.
24673         (do_sigtimedwait): Do not use CHECK_1.
24674         * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
24675         <bp-checks.h>.
24676         (do_sigwaitinfo): Do not use CHECK_1.
24677         * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
24678         <bp-checks.h>.
24679         (msgctl): Do not use CHECK_1.
24680         * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
24681         <bp-checks.h>.
24682         (shmctl): Do not use CHECK_1.
24683         * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
24684         (ustat): Do not use CHECK_1.
24685         * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
24686         <bp-checks.h>.
24687         (__fxstat): Do not use CHECK_1.
24688         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
24689         <bp-checks.h>.
24690         (__fxstatat): Do not use CHECK_1.
24691         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
24692         <bp-checks.h>.
24693         (__lxstat): Do not use CHECK_1.
24694         * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
24695         <bp-checks.h>.
24696         (__xstat): Do not use CHECK_1.
24697         * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
24698         (__xstat): Do not use CHECK_1.
24699         * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
24700         (___xstat64): Do not use CHECK_1.
24701
24702         [BZ #13550]
24703         * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
24704         definitions.
24705         (CHECK_BOUNDS_HIGH): Likewise.
24706         * string/strcpy.c: Do not include <bp-checks.h>.
24707         (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
24708
24709 2013-02-07  Roland McGrath  <roland@hack.frob.com>
24710
24711         * nscd/nscd-client.h (__nscd_drop_map_ref):
24712         Add __attribute__ ((unused)).
24713         * nis/nss-nisplus.h (niserr2nss): Likewise.
24714
24715         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
24716         under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
24717
24718         * csu/libc-tls.c (init_static_tls, init_slotinfo):
24719         Remove inline keyword.
24720         * include/rounding-mode.h (round_away): Likewise.
24721         * libio/wfileops.c (adjust_wide_data): Likewise.
24722         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
24723         (__m128i_strloadu_tolower): Likewise.
24724         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
24725         (__m128i_strloadu_tolower): Likewise.
24726         * time/mktime.c (ydhms_diff): Likewise.
24727         * locale/elem-hash.h (elem_hash): Likewise.
24728         * locale/setlocale.c (setdata): Likewise.
24729         * posix/regex_internal.h (re_string_char_size_at): Likewise.
24730         (re_string_wchar_at): Likewise.
24731         (bitset_not, bitset_merge, bitset_mask): Likewise.
24732         [!(__GNUC__ > 3)] (inline): Remove macro.
24733         * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
24734         * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
24735         * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
24736         (_dl_tlsdesc_wake_up_held_fixups): Likewise.
24737         * string/memcmp.c (memcmp_bytes): Likewise.
24738         * locale/programs/locarchive.c (compute_hashval): Likewise.
24739         * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
24740         * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
24741         * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
24742         * nss/getent.c (print_rpc, print_protocols): Likewise.
24743         (print_passwd, print_group, print_aliases): Likewise.
24744         * nis/nss-nisplus.h (niserr2nss): Likewise.
24745         * nscd/connections.c (restart_p): Likewise.
24746         Change return type to bool.
24747
24748 2013-02-05  Roland McGrath  <roland@hack.frob.com>
24749
24750         * Makeconfig (all-Depend-files): Add existing
24751         $(sorted-subdirs:=/Depend) files.
24752         (all-subdirs): Remove nss.
24753         * sysdeps/unix/inet/Subdirs: Add it here instead.
24754         * hesiod/Depend: New file.
24755
24756         * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
24757         instead of calling alloca.
24758
24759         * io/lseek.c (__lseek): Rename to __libc_lseek.
24760         Define __lseek as an alias.
24761
24762         * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
24763
24764 2013-02-04  Carlos O'Donell  <carlos@redhat.com>
24765
24766         * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
24767         else clause and remove check for non-standard endianness.
24768
24769 2013-02-04  David S. Miller  <davem@davemloft.net>
24770
24771         * sysdeps/sparc/fpu/libm-test-ulps: Update.
24772
24773 2013-02-04  Joseph Myers  <joseph@codesourcery.com>
24774
24775         [BZ #13550]
24776         * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
24777         (__ubp_memchr): Remove prototype.
24778         [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
24779         [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24780         [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
24781         [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
24782         * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
24783         Remove alias.
24784         * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
24785         (__ubp_memchr): Likewise.
24786         * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
24787         (__ubp_memchr): Likewise.
24788         * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
24789         (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
24790         (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
24791         * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
24792         CHECK_STRING.
24793         * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
24794         * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
24795         (__getcwd): Do not use CHECK_STRING.
24796         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
24797         <bp-checks.h>.
24798         (__real_chown): Do not use CHECK_STRING.
24799         * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
24800         <bp-checks.h>.
24801         (fchownat): Do not use CHECK_STRING.
24802         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
24803         CHECK_STRING.
24804         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
24805         <bp-checks.h>.
24806         (__lchown): Do not use CHECK_STRING.
24807         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
24808         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
24809         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
24810         * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
24811         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
24812         include <bp-checks.h>.
24813         (truncate64): Do not use CHECK_STRING.
24814         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
24815         <bp-checks.h>.
24816         (__real_chown): Do not use CHECK_STRING.
24817         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
24818         <bp-checks.h>.
24819         (__lchown): Do not use CHECK_STRING.
24820         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
24821         <bp-checks.h>.
24822         (__chown): Do not use CHECK_STRING.
24823         * sysdeps/unix/sysv/linux/truncate64.c: Do not include
24824         <bp-checks.h>.
24825         (truncate64): Do not use CHECK_STRING.
24826         * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
24827         Likewise.
24828         * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
24829         (__xmknod): Do not use CHECK_STRING.
24830         * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
24831         <bp-checks.h>.
24832         (__xmknodat): Do not use CHECK_STRING.
24833         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
24834         * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
24835
24836 2013-02-04  Andreas Schwab  <schwab@suse.de>
24837
24838         [BZ #14142]
24839         * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
24840         * include/netdb.h: Likewise for h_errno.
24841         * elf/tst-stackguard1.c: Include <tls.h>.
24842
24843 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
24844
24845         * elf/link.h (struct link_map): Extend the l_addr comment.
24846         * include/link.h (struct link_map): Likewise.
24847
24848 2013-02-01  Joseph Myers  <joseph@codesourcery.com>
24849
24850         [BZ #13550]
24851         * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
24852         (BOUNDED_1): Remove macro.
24853         * debug/backtrace.c: Don't include <bp-checks.h>.
24854         (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
24855         (__backtrace): Likewise.
24856         * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
24857         <bp-checks.h>.
24858         (__backtrace): Don't use BOUNDED_1.
24859         * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
24860         <bp-checks.h>.
24861         (__backtrace): Don't use BOUNDED_1.
24862         * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
24863         (__backtrace): Don't use BOUNDED_1.
24864         * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
24865         (shmat): Don't use BOUNDED_N.
24866
24867 2013-01-31  Joseph Myers  <joseph@codesourcery.com>
24868
24869         [BZ #13550]
24870         * sysdeps/generic/bp-start.h: Remove file.
24871         * csu/libc-start.c: Don't include <bp-start.h>.
24872         (LIBC_START_MAIN): Set up __environ directly instead of using
24873         INIT_ARGV_and_ENVIRON.
24874         * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
24875         <bp-start.h>.
24876
24877         [BZ #13550]
24878         * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
24879         definitions.
24880         (CHECK_FCNTL): Likewise.
24881         (CHECK_N_PAGES): Likewise.
24882
24883         [BZ #13550]
24884         * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
24885         definitions.
24886         (CHECK_SIGSET_NULL_OK): Likewise.
24887         * sysdeps/unix/sysv/linux/sigpending.c: Don't include
24888         <bp-checks.h>.
24889         (sigpending): Don't use CHECK_SIGSET.
24890         * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
24891         <bp-checks.h>.
24892         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24893         * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
24894         <bp-checks.h>.
24895         (do_sigsuspend): Don't use CHECK_SIGSET.
24896         * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
24897         use CHECK_SIGSET.
24898         * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
24899         (do_sigwait): Don't use CHECK_SIGSET.
24900         * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
24901         use CHECK_SIGSET.
24902         * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
24903         include <bp-checks.h>.
24904         (sigpending): Don't use CHECK_SIGSET.
24905         * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
24906         include <bp-checks.h>.
24907         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24908         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
24909         <bp-checks.h>.
24910         (sigpending): Don't use CHECK_SIGSET.
24911         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
24912         <bp-checks.h>.
24913         (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
24914
24915         [BZ #13550]
24916         * sysdeps/generic/bp-semctl.h: Remove file.
24917         * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
24918         <bp-checks.h> and <bp-semctl.h>.
24919         (__old_semctl): Don't use CHECK_SEMCTL.
24920         (__new_semctl): Likewise.
24921         * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
24922         and <bp-semctl.h>.
24923         (__old_semctl): Don't use CHECK_SEMCTL.
24924         (__new_semctl): Likewise.
24925         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
24926         <bp-checks.h> and <bp-semctl.h>.
24927         (__old_semctl): Don't use CHECK_SEMCTL.
24928         (__new_semctl): Likewise.
24929         * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
24930         <bp-checks.h> and <bp-semctl.h>.
24931         (semctl): Don't use CHECK_SEMCTL.
24932
24933         [BZ #13550]
24934         * Makerules (elide-bp-thunks): Remove variable.
24935         (elide-routines.oS): Don't use $(elide-bp-thunks).
24936         (elide-routines.os): Likewise.
24937         (elide-routines.o): Likewise.
24938         (elide-routines.op): Likewise.
24939         (elide-routines.og): Likewise.
24940         (objects): Don't use $(bp-thunks).
24941         * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
24942         include.
24943         (common-generated): Do not add s-proto-bp.d.
24944         * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
24945         (int): Likewise.
24946         (typ): Likewise.
24947         Do not generate makefile rules for bounded-pointer thunks.
24948         * sysdeps/generic/bp-thunks.h: Remove file.
24949         * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
24950         * sysdeps/unix/s-proto-bp.S: Likewise.
24951
24952         [BZ #15062]
24953         * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
24954         parts of result separately when argument is not close to line from
24955         -i to i and one part of argument is small.
24956         * math/k_casinhf.c (__kernel_casinhf): Likewise.
24957         * math/k_casinhl.c (__kernel_casinhl): Likewise.
24958         * math/libm-test.inc (cacos_test): Add more tests.
24959         (casin_test): Likewise.
24960         (casinh_test): Likewise.
24961         * sysdeps/i386/fpu/libm-test-ulps: Update.
24962         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
24963
24964 2013-01-31  David S. Miller  <davem@davemloft.net>
24965
24966         * po/de.po: Update from translation team.
24967
24968 2013-01-25  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
24969
24970         * time/tzfile.c: Include stdint.h for SIZE_MAX.
24971
24972 2013-01-25  Thomas Schwinge  <thomas@codesourcery.com>
24973
24974         * configure.in (_AC_PROG_CC_C89): New definition.
24975         * configure: Regenerate.
24976
24977         * configure.in (AC_PROG_CPP): New definition.
24978         * configure: Regenerate.
24979
24980 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
24981
24982         * debug/tst-backtrace.h: New file.
24983         * debug/tst-backtrace2.c: Include tst-backtrace.h.
24984         (ret): Remove variable.
24985         (x): Likewise.
24986         (FAIL): Remove macro.
24987         (NO_INLINE): Likewise.
24988         (fn1): Use match function instead of strstr.
24989         * debug/tst-backtrace3.c: Include tst-backtrace.h.
24990         (ret): Remove variable.
24991         (x): Likewise.
24992         (FAIL): Remove macro.
24993         (NO_INLINE): Likewise.
24994         (fn): Use match function instead of strstr.
24995         * debug/tst-backtrace4.c: Include tst-backtrace.h.
24996         (ret): Remove variable.
24997         (x): Likewise.
24998         (FAIL): Remove macro.
24999         (NO_INLINE): Likewise.
25000         (handle_signal): Use match function instead of strstr.
25001         * debug/tst-backtrace5.c: Include tst-backtrace.h.
25002         (ret): Remove variable.
25003         (x): Likewise.
25004         (FAIL): Remove macro.
25005         (NO_INLINE): Likewise.
25006         (handle_signal): Use match function instead of strstr.
25007
25008 2013-01-23  Roland McGrath  <roland@hack.frob.com>
25009
25010         * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
25011
25012 2013-01-23  David S. Miller  <davem@davemloft.net>
25013
25014         * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
25015         (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
25016         argument of CAS if possible.
25017         * sysdeps/sparc/sparc64/bits/atomic.h
25018         (__arch_compare_and_exchange_val_32_acq): Likewise.
25019         (__arch_compare_and_exchange_val_64_acq): Likewise.
25020
25021 2013-01-23  Pino Toscano  <toscano.pino@tiscali.it>
25022
25023         * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
25024         * sysdeps/posix/ulimit.c: ... this.
25025         Include <limits.h>.
25026         * sysdeps/unix/bsd/ulimit.c: Remove file.
25027
25028 2013-01-23  Adam Conrad  <adconrad@0c3.net>
25029
25030         * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
25031         (LDFLAGS-tst-array5): Likewise.
25032
25033 2013-01-23  Joseph Myers  <joseph@codesourcery.com>
25034
25035         [BZ #15036]
25036         * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
25037         based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
25038         (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
25039         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
25040
25041 2013-01-21  David S. Miller  <davem@davemloft.net>
25042
25043         * sysdeps/sparc/backtrace.c: New file.
25044         * sysdeps/sparc/sparc32/backtrace.h: New file.
25045         * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
25046         * sysdeps/sparc/sparc64/backtrace.h: New file.
25047         * sysdeps/sparc/sparc64/backtrace.c: Delete.
25048         * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
25049         -funwind-tables.
25050
25051 2013-01-21  Andreas Schwab  <schwab@suse.de>
25052
25053         [BZ #15020]
25054         * posix/wordexp.c (exec_comm): Avoid busy loop when command has
25055         closed its stdout.
25056
25057 2013-01-20  Andreas Schwab  <schwab@linux-m68k.org>
25058
25059         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
25060         "mpa2.h".
25061         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25062
25063 2013-01-18  Joseph Myers  <joseph@codesourcery.com>
25064             Mark Mitchell  <mark@codesourcery.com>
25065             Tom de Vries  <tom@codesourcery.com>
25066             Paul Pluzhnikov  <ppluzhnikov@google.com>
25067
25068         * debug/tst-backtrace2.c: New file.
25069         * debug/tst-backtrace3.c: Likewise.
25070         * debug/tst-backtrace4.c: Likewise.
25071         * debug/tst-backtrace5.c: Likewise.
25072         * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
25073         (CFLAGS-tst-backtrace3.c): Likewise.
25074         (CFLAGS-tst-backtrace4.c): Likewise.
25075         (CFLAGS-tst-backtrace5.c): Likewise.
25076         (LDFLAGS-tst-backtrace2): Likewise.
25077         (LDFLAGS-tst-backtrace3): Likewise.
25078         (LDFLAGS-tst-backtrace4): Likewise.
25079         (LDFLAGS-tst-backtrace5): Likewise.
25080         (tests): Add new tests tst-backtrace2, tst-backtrace3,
25081         tst-backtrace4 and tst-backtrace5.
25082
25083 2013-01-18  Anton Blanchard  <anton@samba.org>
25084             Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
25085
25086         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
25087         __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
25088         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
25089         INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
25090         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
25091         (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
25092         "+r" and remove output regs list as redundant.  Add explicit inline
25093         asm to specify register of return val to work around compiler codegen
25094         bug.  Remove (int) cast on return value.  Add return type parameter to
25095         use in macro so that this macro does not truncate return value for
25096         64-bit values.
25097         (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
25098         pass to INTERNAL_VSYSCALL_NCS.
25099         (INLINE_VSYSCALL): Add 'long int' as return type to
25100         INTERNAL_VSYSCALL_NCS macro invocation.
25101         (INTERNAL_VSYSCALL): Add 'long int' as return type to
25102         INTERNAL_VSYSCALL_NCS macro invocation.
25103         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
25104
25105 2013-01-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
25106
25107         [BZ #14496]
25108         * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
25109         Fix application of SIMD FP exception mask.
25110
25111         * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
25112         mp_no from a power of two.
25113         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
25114         __mpexp_twomm1.  Use __pow_mp.
25115
25116         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
25117         multiplication.
25118
25119 2013-01-17  David S. Miller  <davem@davemloft.net>
25120
25121         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25122
25123 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25124
25125         [BZ #15023]
25126         * include/complex.h: Condition contents on [!_COMPLEX_H].
25127         (__kernel_casinhf): New prototype.
25128         (__kernel_casinh): Likewise.
25129         (__kernel_casinhl): Likewise.
25130         * math/Makefile (libm_calls): Add k_casinh.
25131         * math/k_casinh.c: New file.
25132         * math/k_casinhf.c: Likewise.
25133         * math/k_casinhl.c: Likewise.
25134         * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
25135         finite nonzero arguments.
25136         * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
25137         finite nonzero arguments.
25138         * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
25139         finite nonzero arguments.
25140         * math/s_casinh.c: Do not include <float.h>.
25141         (__casinh): Move code for finite nonzero arguments to k_casinh.c.
25142         * math/s_casinhf.c: Do not include <float.h>.
25143         (__casinhf): Move code for finite nonzero arguments to
25144         k_casinhf.c.
25145         * math/s_casinhl.c: Do not include <float.h>.
25146         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
25147         redefine.
25148         (__casinhl): Move code for finite nonzero arguments to
25149         k_casinhl.c.
25150         * math/libm-test.inc (cacos_test): Add more tests.
25151         * sysdeps/i386/fpu/libm-test-ulps: Update.
25152         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25153
25154 2013-01-17  Pino Toscano  <toscano.pino@tiscali.it>
25155
25156         * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
25157         * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
25158         [!HAVE_MREMAP]: Remove [defined linux] case.
25159         * malloc/arena.c: Do not include <malloc-sysdep.h>.
25160
25161 2013-01-17  Siddhesh Poyarekar  <siddhesh@redhat.com>
25162
25163         * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
25164
25165 2013-01-17  H.J. Lu  <hongjiu.lu@intel.com>
25166
25167         * elf/elf.h (R_386_SIZE32): New relocation.
25168         * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
25169         R_386_SIZE32.
25170         (elf_machine_rela): Likewise.
25171         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
25172         R_X86_64_SIZE64 and R_X86_64_SIZE32.
25173
25174 2013-01-17  Joseph Myers  <joseph@codesourcery.com>
25175
25176         * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
25177         (FP_FAST_FMA): Do not define.
25178         [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
25179         * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
25180         && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
25181         * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
25182         !_SOFT_FLOAT]: Likewise.
25183         * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
25184         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
25185         value.
25186         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
25187         [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
25188         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
25189         [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
25190         [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
25191         [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
25192         file.
25193
25194 2013-01-16  Andreas Schwab  <schwab@suse.de>
25195
25196         [BZ #14327]
25197         * include/stdlib.h (__mktemp): Add declaration.
25198         * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
25199         * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
25200
25201 2013-01-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
25202
25203         * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
25204         definitions.
25205         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
25206         * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
25207         * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
25208         definitions here.
25209         * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
25210         * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
25211         definitions.
25212         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
25213         and ONE.
25214         * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
25215         * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
25216         * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
25217         definitions.
25218         * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
25219         * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
25220         definitions.
25221         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
25222
25223         * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
25224
25225 2013-01-15  David S. Miller  <davem@davemloft.net>
25226
25227         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25228         trunc{,f} to libm-sysdep_routes.
25229         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25230         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
25231         file.
25232         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
25233         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
25234         file.
25235         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
25236         file.
25237         * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
25238         * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
25239         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
25240         * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
25241         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
25242         * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
25243         * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
25244         * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
25245
25246         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25247         nearbyint{,f} to libm-sysdep_routes.
25248         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25249         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
25250         New file.
25251         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
25252         file.
25253         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
25254         New file.
25255         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
25256         file.
25257         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
25258         * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
25259         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
25260         file.
25261         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
25262         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
25263         file.
25264         * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
25265         * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
25266         * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
25267
25268         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
25269         libc_feholdexcept and libc_fesetenv.
25270
25271 2013-01-15  Mike Frysinger  <vapier@gentoo.org>
25272
25273         * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
25274
25275 2013-01-14  David S. Miller  <davem@davemloft.net>
25276
25277         * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
25278         (SPARC_ASM_VIS2_IFUNC): Likewise.
25279         (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
25280         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
25281         use of 'siam' instruction.
25282         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
25283         Likewise.
25284         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
25285         Likewise.
25286         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
25287         Likewise.
25288         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
25289         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
25290         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
25291         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
25292         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
25293         file.
25294         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
25295         file.
25296         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
25297         file.
25298         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
25299         file.
25300         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
25301         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
25302         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
25303         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
25304         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
25305         new VIS2 routines.
25306         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
25307         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
25308         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
25309         Likewise.
25310         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
25311         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
25312         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
25313         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
25314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
25315         routines to libm-sysdep_routines.
25316         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
25317
25318         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
25319         fdim/fdimf to libm-sysdep_routines.
25320         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
25321         file.
25322         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
25323         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
25324         file.
25325         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
25326         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
25327         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
25328         * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
25329         * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
25330         * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
25331         * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
25332
25333 2013-01-14  Siddhesh Poyarekar  <siddhesh@redhat.com>
25334
25335         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
25336         to optimize copies.
25337
25338         * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
25339         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25340         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25341
25342         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
25343         local variable MPTWO.
25344         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
25345         Likewise.
25346
25347 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25348
25349         * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
25350         GLOB_NOESCAPE.
25351
25352 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25353
25354         * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
25355
25356 2013-01-13  Mike Frysinger  <vapier@gentoo.org>
25357
25358         * manual/pattern.texi (glob_t): Document gl_flags.
25359         (glob64_t): Likewise.
25360
25361 2013-01-11  David S. Miller  <davem@davemloft.net>
25362
25363         * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
25364         * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
25365         (gmp-sysdep_routines): New variable.  Add VIS3 optimized GMP routines.
25366         * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
25367         * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
25368         * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
25369         * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
25370         * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
25371         * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
25372         * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
25373         * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
25374         * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
25375         * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
25376
25377         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25378         sparc V9 rather than using V8 code.
25379         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25380         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25381
25382         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
25383         Move to...
25384         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
25385         Here.
25386
25387 2013-01-11  Roland McGrath  <roland@hack.frob.com>
25388
25389         * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
25390         not in the main loop.
25391         * configure: Regenerated.
25392
25393 2013-01-11  Joseph Myers  <joseph@codesourcery.com>
25394
25395         * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
25396         * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
25397         to just #else.
25398         * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise.  Remove
25399         [!__GLIBC_HAVE_LONG_LONG] case.
25400         * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
25401         condition to just #else.
25402         * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
25403         __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
25404         [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
25405         * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
25406         unconditional.
25407         * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
25408         * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25409         #elif condition to just #else.
25410         * sysdeps/unix/sysv/linux/sys/sysmacros.h
25411         [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
25412         * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
25413         #elif condition to just #else.
25414
25415 2013-01-11  Steve Ellcey  <sellcey@mips.com>
25416
25417         * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
25418         (EF_MIPS_ARCH_64): Fix value.
25419         (EF_MIPS_ARCH_32R2): New.
25420         (EF_MIPS_ARCH_64R2): New.
25421
25422 2013-01-11  H.J. Lu  <hongjiu.lu@intel.com>
25423
25424         * Makeconfig (+link-pie-before-libc): New.
25425         (+link-pie-after-libc): Likewise.
25426         (+link-pie-tests): Likewise.
25427         (+link-pie): Rewritten.
25428         (link-before-libc): Remove $(config-LDFLAGS).
25429         (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
25430         (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
25431         (config-LDFLAGS): Renamed to ...
25432         (rtld-LDFLAGS): This.
25433         (rtld-tests-LDFLAGS): New macro.
25434         (link-libc-rpath-link): Likewise.
25435         (link-libc-tests-rpath-link): Likewise.
25436         (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
25437         (link-libc): Prepand $(link-libc-rpath-link).
25438         (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
25439         (test-program-prefix): New macro.
25440         (test-via-rtld-prefix): Likewise.
25441         (test-program-cmd): Likewise.
25442         (host-test-program-cmd): Likewise.
25443         * Makefile ($(common-objpfx)testrun.sh): Replace
25444         $(run-program-prefix) with $(test-program-prefix).
25445         * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
25446         $(rtld-LDFLAGS).
25447         ($(common-objpfx)shlib.lds): Likewise.
25448         (build-module-helper): Likewise.
25449         ($(common-objpfx)format.lds): Likewise.
25450         * Rules (binaries-pie-tests): New.
25451         (binaries-pie-notests): Likewise.
25452         (binaries-pie): Rewritten.
25453         ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
25454         ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
25455         ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
25456         (make-test-out): Replace $(host-built-program-cmd) with
25457         $(host-test-program-cmd).
25458         * config.make.in (build-hardcoded-path-in-tests): New variable.
25459         * configure.in (--enable-hardcoded-path-in-tests): New configure
25460         option.
25461         (hardcoded_path_in_tests): New AC_SUBST.
25462         * configure: Regenerated.
25463         * catgets/Makefile ($(objpfx)test-gencat.out): Replace
25464         $(built-program-cmd) with $(test-program-cmd).
25465         * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
25466         (test_program_cmd): This.
25467         * elf/Makefile ($(objpfx)order.out): Run test with
25468         $(test-program-prefix).
25469         ($(objpfx)order2.out): Likewise.
25470         ($(objpfx)tst-initorder.out): Likewise.
25471         ($(objpfx)tst-initorder2.out): Likewise.
25472         ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
25473         $(test-program-cmd).
25474         ($(objpfx)tst-array1-static.out): Likewise.
25475         ($(objpfx)tst-array2.out): Likewise.
25476         ($(objpfx)tst-array3.out): Likewise.
25477         ($(objpfx)tst-array4.out): Likewise.
25478         ($(objpfx)tst-array5.out): Likewise.
25479         ($(objpfx)tst-array5-static.out): Likewise.
25480         (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
25481         $(test-program-cmd).
25482         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
25483         $(run-program-prefix) with $(test-program-prefix).
25484         * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
25485         (test_program_prefix): This.
25486         * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
25487         $(run-program-prefix) with $(test-program-prefix).
25488         * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
25489         (test_program_prefix): This.
25490         * iconvdata/tst-tables.sh: Likewise.
25491         * intl/Makefile ($(objpfx)tst-gettext.out): Replace
25492         $(run-program-prefix) with $(test-program-prefix).
25493         ($(objpfx)tst-translit.out): Likewise.
25494         ($(objpfx)tst-gettext2.out): Likewise.
25495         ($(objpfx)tst-gettext4.out): Likewise.
25496         ($(objpfx)tst-gettext6.out): Likewise.
25497         * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
25498         (test_program_prefix): This.
25499         * intl/tst-gettext2.sh: Likewise.
25500         * intl/tst-gettext4.sh  Likewise.
25501         * intl/tst-gettext6.sh: Likewise.
25502         * intl/tst-translit.sh: Likewise.
25503         * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
25504         with $(test-program-cmd).
25505         * libio/Makefile ($(objpfx)test-freopen.out): Replace
25506         $(run-program-prefix) with $(test-program-prefix).
25507         * libio/test-freopen.sh (run_program_prefix): Renamed to ...
25508         (test_program_prefix): This.
25509         * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
25510         $(run-program-prefix) with $(test-program-prefix).
25511         * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
25512         (test_program_prefix): This.
25513         * manual/install.texi: Document --enable-hardcoded-path-in-tests.
25514         * posix/Makefile ($(objpfx)globtest.out): Replace
25515         $(run-via-rtld-prefix) and $(test-wrapper) with
25516         $(test-program-prefix) and $(test-via-rtld-prefix).
25517         ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
25518         $(test-program-prefix).
25519         (tst-exec-ARGS): Replace $(host-built-program-cmd) with
25520         $(host-test-program-cmd).
25521         (tst-spawn-ARGS): Likewise.
25522         ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
25523         $(test-program-prefix).
25524         * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
25525         (test_via_rtld_prefix): This.
25526         (test_wrapper): Renamed to ...
25527         (test_program_prefix): This.
25528         (run_program_prefix): Replaced by test_program_prefix.
25529         * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
25530         (test_program_prefix): This.
25531         * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
25532         with $(host-test-program-cmd).
25533         * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
25534         $(run-program-prefix) with $(test-program-prefix).
25535         ($(objpfx)tst-printf.out): Likewise.
25536         ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
25537         $(test-program-cmd).
25538         * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
25539         (test_program_prefix): This.
25540         * stdio-common/tst-unbputc.sh: Likewise.
25541         * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
25542         $(run-program-prefix) with $(test-program-prefix).
25543         * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
25544         (test_program_prefix): This.
25545         * string/Makefile ($(objpfx)tst-svc.out):  Replace
25546         $(built-program-cmd) with $(test-program-cmd).
25547
25548 2013-01-11  Andreas Jaeger  <aj@suse.de>
25549
25550         [BZ #15003]
25551         * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
25552         value. Sync with Linux 3.7.
25553
25554 2013-01-10  David S. Miller  <davem@davemloft.net>
25555
25556         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
25557         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25558         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25559
25560 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25561
25562         * configure.in (sysnames): Drop use of $m0sub and $msub, which are
25563         never set.
25564         * configure: Regenerated.
25565
25566 2013-01-10  David S. Miller  <davem@davemloft.net>
25567
25568         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
25569         sparc V9 rather than using V8 code.
25570         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
25571         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
25572
25573 2013-01-10  Roland McGrath  <roland@hack.frob.com>
25574
25575         * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
25576         (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
25577         (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
25578         (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
25579         (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
25580         (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
25581         (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
25582         (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
25583         (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
25584         (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
25585         (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
25586         (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
25587         (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
25588         (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
25589         (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
25590         (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
25591         (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
25592         (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
25593         (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
25594         (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
25595         (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
25596         (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
25597         (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
25598         (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
25599         (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
25600         (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
25601         (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
25602
25603 2013-01-10  David S. Miller  <davem@davemloft.net>
25604
25605         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25606
25607 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25608
25609         * posix/Makefile (tests-static): New variable.
25610         (tests): Add $(tests-static).
25611         (tst-exec-static-ARGS): New variable.
25612         (tst-spawn-static-ARGS): Likewise.
25613         * posix/tst-exec-static.c: New file.
25614         * posix/tst-spawn-static.c: Likewise.
25615         * posix/tst-exec.c: Support run directly.
25616         * posix/tst-spawn.c: Likewise.
25617
25618 2013-01-10  Joseph Myers  <joseph@codesourcery.com>
25619
25620         * elf/link.h (struct dl_phdr_info): Use __extension__ with long
25621         long.
25622         * math/bits/mathcalls.h (llrint): Likewise.
25623         (llround): Likewise.
25624         * stdlib/stdlib.h (struct drand48_data): Likewise.
25625         * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
25626         * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
25627         * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
25628         Likewise.
25629         * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
25630         Likewise.
25631         * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
25632         (elf_greg_t): Likewise.
25633         * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
25634         (__jmp_buf): Likewise.
25635         * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
25636         definitions.
25637         (llrint): Likewise, for all definitions.
25638         (llrintl): Likewise.
25639
25640         * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
25641         Remove [__GNUC__] condition.
25642         * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
25643         condition to just [__USE_ISOC99].
25644         [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
25645
25646 2013-01-10  H.J. Lu  <hongjiu.lu@intel.com>
25647
25648         [BZ #14200]
25649         * sysdeps/unix/sysv/linux/x86/bits/environments.h
25650         (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
25651         defined.
25652         (_POSIX_V6_ILP32_OFF32): Likewise.
25653         (_XBS5_ILP32_OFF32): Likewise.
25654         (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
25655         (__ILP32_OFFBIG_LDFLAGS): Likewise.
25656
25657 2013-01-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
25658
25659         * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
25660
25661         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
25662         doubles __mpexp_twomm1.  Adjust usage.
25663         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
25664         Remove.
25665
25666 2013-01-10  Andreas Schwab  <schwab@suse.de>
25667
25668         [BZ #14964]
25669         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
25670         (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
25671
25672 2013-01-09  David S. Miller  <davem@davemloft.net>
25673
25674         [BZ #15003]
25675         * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
25676         (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
25677         (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
25678         (TCP_FASTOPEN): Define.
25679         (tcp_repair_opt): New structure.
25680         (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
25681         enum values.
25682         (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
25683         (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
25684         (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
25685         (tcp_cookie_transactions): New structure.
25686
25687 2013-01-09  Anton Blanchard  <anton@samba.org>
25688
25689         * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
25690         * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
25691         * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
25692         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
25693
25694 2013-01-09  Joseph Myers  <joseph@codesourcery.com>
25695
25696         * include/features.h (__USE_ANSI): Remove.
25697
25698 2013-01-09  Roland McGrath  <roland@hack.frob.com>
25699
25700         * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
25701
25702         * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
25703
25704 2013-01-09  Siddhesh Poyarekar  <siddhesh@redhat.com>
25705
25706         * sysdeps/s390/fpu/libm-test-ulps: Update.
25707
25708         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25709
25710         * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
25711         (__acr): Likewise.
25712         (__cpy): Likewise.
25713         (norm): Likewise.
25714         (denorm): Likewise.
25715         (__mp_dbl): Likewise.
25716         (__dbl_mp): Likewise.
25717         (add_magnitudes): Likewise.
25718         (sub_magnitudes): Likewise.
25719         (__add): Likewise.
25720         (__sub): Likewise.
25721         (__mul): Likewise.
25722         (__inv): Likewise.
25723         (__dvd): Likewise.
25724         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
25725         (__acr): Likewise.
25726         (__cpy): Likewise.
25727         (norm): Likewise.
25728         (denorm): Likewise.
25729         (__mp_dbl): Likewise.
25730         (__dbl_mp): Likewise.
25731         (add_magnitudes): Likewise.
25732         (sub_magnitudes): Likewise.
25733         (__add): Likewise.
25734         (__sub): Likewise.
25735         (__mul): Likewise.
25736         (__inv): Likewise.
25737         (__dvd): Likewise.
25738         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
25739         (__acr): Likewise.
25740         (__cpy): Likewise.
25741         (norm): Likewise.
25742         (denorm): Likewise.
25743         (__mp_dbl): Likewise.
25744         (__dbl_mp): Likewise.
25745         (add_magnitudes): Likewise.
25746         (sub_magnitudes): Likewise.
25747         (__add): Likewise.
25748         (__sub): Likewise.
25749         (__mul): Likewise.
25750         (__inv): Likewise.
25751         (__dvd): Likewise.
25752
25753 2013-01-08  Joseph Myers  <joseph@codesourcery.com>
25754
25755         * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
25756         __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
25757         * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
25758         2 && __USE_EXTERN_INLINES]: Likewise.
25759
25760 2013-01-08  Andreas Jaeger  <aj@suse.de>
25761
25762         [BZ# 14985]
25763         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
25764         Remove.
25765         * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25766         * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
25767
25768 2013-01-07  Anton Blanchard  <anton@samba.org>
25769
25770         * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
25771         * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
25772         * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
25773         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
25774         * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25775         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
25776         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
25777         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
25778         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
25779         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
25780         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
25781         * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
25782         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
25783         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25784         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
25785         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
25786         * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
25787         * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25788         * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
25789         * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25790         * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
25791         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
25792         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
25793         * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
25794         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
25795         * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25796         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
25797         * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
25798         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
25799         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
25800         * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
25801         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
25802         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
25803         * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
25804         * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
25805         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
25806         * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25807         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
25808         * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
25809         * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
25810         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
25811         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
25812         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
25813
25814 2013-01-07  Joseph Myers  <joseph@codesourcery.com>
25815
25816         * malloc/malloc.h (__MALLOC_P): Remove all definitions.
25817         (__MALLOC_PMT): Likewise.
25818         [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
25819         [__GNUC__], only on [_LIBC].
25820         [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25821         [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
25822         [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
25823         * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
25824         forward declaration.
25825         (realloc_hook_ini): Likewise.
25826         (memalign_hook_ini): Likewise.
25827         (__libc_memalign): Do not use __MALLOC_PMT in variable
25828         declaration.
25829         (__libc_valloc): Likewise.
25830         (__libc_pvalloc): Likewise.
25831         (__libc_calloc): Likewise.
25832         (__posix_memalign): Likewise.
25833
25834         [BZ #14996]
25835         * math/s_casinh.c: Include <float.h>.
25836         (__casinh): Do not do computation with squaring and square root
25837         for large arguments.
25838         * math/s_casinhf.c: Include <float.h>.
25839         (__casinhf): Do not do computation with squaring and square root
25840         for large arguments.
25841         * math/s_casinhl.c: Include <float.h>.
25842         [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
25843         (__casinhl): Do not do computation with squaring and square root
25844         for large arguments.
25845         * math/libm-test.inc (casin_test): Add more tests.
25846         (casinh_test): Likewise.
25847         * sysdeps/i386/fpu/libm-test-ulps: Update.
25848         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25849
25850 2013-01-04  H.J. Lu  <hongjiu.lu@intel.com>
25851
25852         * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
25853         (__x86_64_raw_data_cache_size): Likewise.
25854         (__x86_64_data_cache_size_half): Likewise.
25855         (__x86_64_raw_data_cache_size_half): Likewise.
25856         (__x86_64_shared_cache_size): Likewise.
25857         (__x86_64_raw_shared_cache_size): Likewise.
25858         (__x86_64_shared_cache_size_half): Likewise.
25859         (__x86_64_raw_shared_cache_size_half): Likewise.
25860         * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
25861         to ...
25862         (__x86_data_cache_size): This.
25863         (__x86_64_raw_data_cache_size): Renamed to ...
25864         (__x86_raw_data_cache_size): This.
25865         (__x86_64_data_cache_size_half): Renamed to ...
25866         (__x86_data_cache_size_half): This.
25867         (__x86_64_raw_data_cache_size_half): Renamed to ...
25868         (__x86_raw_data_cache_size_half): This.
25869         (__x86_64_shared_cache_size): Renamed to ...
25870         (__x86_shared_cache_size): This.
25871         (__x86_64_raw_shared_cache_size): Renamed to ...
25872         (__x86_raw_shared_cache_size): This.
25873         (__x86_64_shared_cache_size_half): Renamed to ...
25874         (__x86_shared_cache_size_half): This.
25875         (__x86_64_raw_shared_cache_size_half): Renamed to ...
25876         (__x86_raw_shared_cache_size_half): This.
25877         * sysdeps/x86_64/memcpy.S: Updated.
25878         * sysdeps/x86_64/memset.S: Likewise.
25879         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
25880         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
25881         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
25882
25883 2013-01-04  David S. Miller  <davem@davemloft.net>
25884
25885         * sysdeps/sparc/fpu/libm-test-ulps: Update.
25886
25887 2013-01-04  Andreas Schwab  <schwab@linux-m68k.org>
25888
25889         * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
25890         1 to avoid redefinition warning.
25891         (__USE_GNU): Don't define.
25892         (init_signaling_nan): Protoize.
25893
25894         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25895
25896 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25897
25898         * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
25899         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
25900         (__cpymn): Likewise.
25901         (norm): Remove commented code.
25902         (denorm): Likewise.
25903         (__mp_dbl): Likewise.
25904         (__inv): Likewise.
25905         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
25906         (__cpymn): Likewise.
25907         (norm): Remove commented code.
25908         (denorm): Likewise.
25909         (__mp_dbl): Likewise.
25910         (__inv): Likewise.
25911
25912         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
25913         mp_no value for 1.0 and 2.0.
25914         (norm): Use RADIXI instead of radixi.d.
25915         (denorm): Likewise.
25916         (__mul): Use 0.0 instead of zero.d.
25917         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
25918         mp_no value for 1.0 and 2.0.
25919         (norm): Use RADIXI instead of radixi.d.
25920         (denorm): Likewise.
25921         (__mul): Use 0.0 instead of zero.d.
25922
25923 2013-01-04  Joseph Myers  <joseph@codesourcery.com>
25924
25925         [BZ #14994]
25926         * math/s_casinh.c (__casinh): Reduce finite argument to first
25927         quadrant then set signs of results at the end.
25928         * math/s_casinhf.c (__casinhf): Likewise.
25929         * math/s_casinhl.c (__casinhl): Likewise.
25930         * math/libm-test.inc (casin_test): Add more tests.
25931         (casinh_test): Likewise.
25932         * sysdeps/i386/fpu/libm-test-ulps: Update.
25933         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25934
25935 2013-01-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
25936
25937         * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
25938
25939         * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
25940
25941         * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
25942         declarations.
25943         (denorm): Likewise.
25944         (__mp_dbl): Likewise.
25945         (__inv): Likewise.
25946
25947         * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
25948         and adjust the header comment.
25949
25950         * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
25951         variable name from declaration.
25952
25953 2013-01-03  H.J. Lu  <hongjiu.lu@intel.com>
25954
25955         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
25956         Initialize COMMON_CPUID_INDEX_7 element.
25957         * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
25958         (CPUID_RTM): Likewise.
25959         (HAS_RTM): Likewise.
25960         (COMMON_CPUID_INDEX_7): New enum.
25961
25962 2013-01-03  Andreas Schwab  <schwab@linux-m68k.org>
25963
25964         [BZ #14981]
25965         * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
25966         size is zero, record memory as freed.
25967
25968 2013-01-03  Andreas Jaeger  <aj@suse.de>
25969
25970         * po/ia.po: Add new Interlingua translation.
25971
25972 2012-01-03  Allan McRae  <allan@archlinux.org>
25973
25974         * locale/programs/localedef.c: Fix description of '--posix' flag.
25975
25976 2013-01-02  Joseph Myers  <joseph@codesourcery.com>
25977
25978         * NEWS: Update dates in second copyright notice.
25979         * README: Update copyright dates in example.
25980         * manual/libc.texinfo: Update copyright dates.
25981         * scripts/test-installation.pl: Update copyright date in --version
25982         output.
25983
25984         * hurd/ctty-input.c: Fix copyright notice formatting.
25985         * hurd/ctty-output.c: Likewise.
25986         * hurd/dtable.c: Likewise.
25987         * hurd/hurd-raise.c: Likewise.
25988         * hurd/hurdprio.c: Likewise.
25989         * hurd/msgportdemux.c: Likewise.
25990         * misc/sys/file.h: Likewise.
25991         * misc/sys/ioctl.h: Likewise.
25992         * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
25993         * sysdeps/mach/hurd/chdir.c: Likewise.
25994         * sysdeps/mach/hurd/fchdir.c: Likewise.
25995         * sysdeps/mach/hurd/rename.c: Likewise.
25996         * sysdeps/mach/hurd/rmdir.c: Likewise.
25997         * sysdeps/mach/hurd/seekdir.c: Likewise.
25998         * sysdeps/mach/hurd/setsid.c: Likewise.
25999         * sysdeps/posix/wait3.c: Likewise.
26000
26001         * All files with FSF copyright notices: Update copyright dates
26002         using scripts/update-copyrights.
26003         * intl/plural.c: Regenerated.
26004         * locale/programs/charmap-kw.h: Likewise.
26005         * locale/programs/locfile-kw.h: Likewise.
26006
26007 2013-01-02  Siddhesh Poyarekar  <siddhesh@redhat.com>
26008
26009         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
26010         four values.
26011
26012         * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
26013         calculation loop and add branch prediction.
26014
26015         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
26016         check access beyond bounds of m1np.
26017
26018         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26019         MPTWO.
26020         (__inv): Remove local variable MPTWO to use the global
26021         constant.
26022         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
26023         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26024         variable MPTWO.
26025         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
26026         MP3HALFS static const.
26027
26028 2013-01-01  David S. Miller  <davem@davemloft.net>
26029
26030         * po/ca.po: Update from translation team.
26031
26032 2013-01-01  Joseph Myers  <joseph@codesourcery.com>
26033
26034         * scripts/update-copyrights: New file.
26035         * Makeconfig: Reformat copyright notice.
26036         * ctype/ctype.h: Likewise.
26037         * debug/swprintf_chk.c: Likewise.
26038         * elf/dl-cache.c: Likewise.
26039         * elf/dl-debug.c: Likewise.
26040         * elf/dl-object.c: Likewise.
26041         * grp/initgroups.c: Likewise.
26042         * hurd/Makefile: Likewise.
26043         * hurd/hurd/signal.h: Likewise.
26044         * hurd/hurdfault.c: Likewise.
26045         * hurd/hurdioctl.c: Likewise.
26046         * hurd/hurdlookup.c: Likewise.
26047         * hurd/intr-msg.c: Likewise.
26048         * iconv/gconv_open.c: Likewise.
26049         * libio/swprintf.c: Likewise.
26050         * locale/lc-ctype.c: Likewise.
26051         * locale/nl_langinfo.c: Likewise.
26052         * mach/Machrules: Likewise.
26053         * mach/Makefile: Likewise.
26054         * malloc/obstack.h: Likewise.
26055         * manual/Makefile: Likewise.
26056         * manual/tsort.awk: Likewise.
26057         * misc/bits/stab.def: Likewise.
26058         * nis/nis_print_group_entry.c: Likewise.
26059         * nis/nis_table.c: Likewise.
26060         * nis/nss_compat/compat-pwd.c: Likewise.
26061         * nis/nss_compat/compat-spwd.c: Likewise.
26062         * po/Makefile: Likewise.
26063         * posix/fnmatch.c: Likewise.
26064         * posix/regex.h: Likewise.
26065         * resolv/Makefile: Likewise.
26066         * resolv/nss_dns/dns-network.c: Likewise.
26067         * resolv/res_hconf.c: Likewise.
26068         * scripts/gen-sorted.awk: Likewise.
26069         * soft-fp/soft-fp.h: Likewise.
26070         * stdio-common/printf.h: Likewise.
26071         * stdlib/monetary.h: Likewise.
26072         * stdlib/random.c: Likewise.
26073         * stdlib/random_r.c: Likewise.
26074         * sysdeps/generic/Makefile: Likewise.
26075         * sysdeps/gnu/Makefile: Likewise.
26076         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
26077         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
26078         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
26079         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
26080         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
26081         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
26082         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
26083         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
26084         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
26085         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
26086         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
26087         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
26088         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
26089         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
26090         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
26091         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
26092         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
26093         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
26094         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
26095         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
26096         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
26097         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
26098         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
26099         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
26100         * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
26101         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
26102         * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
26103         * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
26104         * sysdeps/mach/hurd/errnos.awk: Likewise.
26105         * sysdeps/mach/hurd/fork.c: Likewise.
26106         * sysdeps/mach/hurd/getcwd.c: Likewise.
26107         * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
26108         * sysdeps/mach/hurd/mmap.c: Likewise.
26109         * sysdeps/mach/hurd/utimes.c: Likewise.
26110         * sysdeps/mach/hurd/xmknod.c: Likewise.
26111         * sysdeps/posix/profil.c: Likewise.
26112         * sysdeps/posix/readdir_r.c: Likewise.
26113         * sysdeps/powerpc/bits/mathdef.h: Likewise.
26114         * sysdeps/powerpc/bits/setjmp.h: Likewise.
26115         * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
26116         * sysdeps/powerpc/powerpc32/memset.S: Likewise.
26117         * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
26118         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
26119         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
26120         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
26121         * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
26122         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
26123         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
26124         * sysdeps/pthread/lio_listio.c: Likewise.
26125         * sysdeps/sparc/dl-procinfo.h: Likewise.
26126         * sysdeps/unix/i386/sysdep.S: Likewise.
26127         * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
26128         * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
26129         * sysdeps/unix/sysv/linux/getdents.c: Likewise.
26130         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
26131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
26132         * sysdeps/unix/sysv/linux/semctl.c: Likewise.
26133         * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
26134         * sysdeps/unix/sysv/linux/speed.c: Likewise.
26135         * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
26136         * sysdeps/wordsize-32/divdi3.c: Likewise.
26137         * time/sys/time.h: Likewise.
26138         * wcsmbs/Makefile: Likewise.
26139
26140 2013-01-01  David S. Miller  <davem@davemloft.net>
26141
26142         * po/fr.po: Update from translation team.
26143
26144         * catgets/gencat.c: Update copyright year.
26145         * csu/version.c: Likewise.
26146         * debug/catchsegv.sh: Likewise.
26147         * debug/pcprofiledump.c: Likewise.
26148         * debug/xtrace.sh: Likewise.
26149         * elf/ldconfig.c: Likewise.
26150         * elf/ldd.bash.in: Likewise.
26151         * elf/pldd.c: Likewise.
26152         * elf/sotruss.ksh: Likewise.
26153         * elf/sprof.c: Likewise.
26154         * iconv/iconv_prog.c: Likewise.
26155         * iconv/iconvconfig.c: Likewise.
26156         * locale/programs/locale.c: Likewise.
26157         * locale/programs/localedef.c: Likewise.
26158         * login/programs/pt_chown.c: Likewise.
26159         * malloc/memusage.sh: Likewise.
26160         * malloc/memusagestat.c: Likewise.
26161         * malloc/mtrace.pl: Likewise.
26162         * nscd/nscd.c: Likewise.
26163         * nss/getent.c: Likewise.
26164         * nss/makedb.c: Likewise.
26165         * posix/getconf.c: Likewise.
26166
26167 2012-12-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
26168
26169         * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
26170         numbers.
26171
26172 2012-12-30  Mike Frysinger  <vapier@gentoo.org>
26173
26174         * math/bits/mathcalls.h (modf): Use __nonnull.
26175
26176 2012-12-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
26177
26178         * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
26179         (split): Use macro CN instead of the bare value.
26180         * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
26181         could be used.
26182         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
26183         instead of the bare value.
26184         (power1): Likewise.
26185
26186 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26187
26188         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
26189         __ATAN_TWOM.
26190         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26191
26192         * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
26193         their values.
26194         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
26195         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
26196         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
26197         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
26198
26199 2012-12-28  Andreas Jaeger  <aj@suse.de>
26200
26201         * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define.  New
26202         values are from Linux 3.7.
26203
26204         * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
26205         (TCPI_OPT_ECN_SEEN): Define.  Sync with Linux 3.7.
26206
26207 2012-12-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26208
26209         * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
26210         TRUE case.
26211
26212         * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
26213         (norm): Likewise.
26214         * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
26215         variables with preprocessor constants.
26216         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
26217         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
26218         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
26219
26220 2012-12-27  Bruno Haible  <bruno@clisp.org>
26221
26222         [BZ #14317]
26223         * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
26224         only if needed.
26225
26226 2012-12-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26227
26228         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
26229         and use variable directly.
26230         * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
26231
26232         * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
26233         MPONE.
26234         * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
26235         * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
26236         variable MPONE.
26237         * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
26238         * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
26239         * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
26240         include directive.  Remove local variable MPONE.
26241         * sysdeps/ieee754/dbl-64/mplog.h: Remove.
26242         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
26243         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
26244
26245 2012-12-25  David S. Miller  <davem@davemloft.net>
26246
26247         * version.h (RELEASE): Set to "development".
26248         (VERSION): Set to "2.17.90".
26249         * NEWS: Add 2.18 section.
26250
26251 2012-12-21  David S. Miller  <davem@davemloft.net>
26252
26253         * po/hr.po: Update from translation team.
26254
26255 2012-12-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
26256
26257         * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
26258
26259 2012-12-19  Steve Ellcey  <sellcey@mips.com>
26260
26261         * NEWS:  Mention new memcpy for MIPS.
26262
26263 2012-12-18  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
26264
26265         * manual/contrib.texi (Contributors): Spelling correction.
26266
26267 2012-12-15  David S. Miller  <davem@davemloft.net>
26268
26269         * po/ru.po: Update from translation team.
26270
26271 2012-12-13  David S. Miller  <davem@davemloft.net>
26272
26273         * NEWS: Mention IFUNC testsuite enhancements.
26274
26275         * po/pl.po: Update from translation team.
26276         * po/bg.po: Likewise.
26277
26278         * manual/contrib.texi (Contributors): Update entries for Hongjiu
26279         Lu and Joseph S. Myers.  Add entry for Marcus Shawcroft.
26280
26281 2012-12-11  David S. Miller  <davem@davemloft.net>
26282
26283         * po/sv.po: Update from translation team.
26284
26285         * po/vi.po: Update from translation team.
26286
26287         * po/cs.po: Update from translation team.
26288
26289         * po/de.po: Update from translation team.
26290         * po/eo.po: Likewise.
26291         * po/nl.po: Likewise.
26292
26293 2012-12-11  Siddhesh Poyarekar  <siddhesh@redhat.com>
26294
26295         [BZ #14246]
26296         * manual/argp.texi (Argp Helper Functions): Move node to follow
26297         Argp Parsing State.
26298
26299         [BZ #14872]
26300         * manual/conf.texi (Limits on File System Capacity): Mention if
26301         terminating null is included in the max size.
26302
26303 2012-12-10  Andreas Jaeger  <aj@suse.de>
26304
26305         * po/cs.po: Update from translation team.
26306
26307 2012-12-08  Siddhesh Poyarekar  <siddhesh@redhat.com>
26308
26309         * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
26310         void pointer and cast to uintptr_t.
26311         * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
26312         path.
26313         * sysdeps/s390/s390-64/memcpy.S: Likewise.
26314         * sysdeps/s390/s390-64/memset.S: Likewise.
26315
26316 2012-12-08  Benno Schulenberg  <bensberg@justemail.net>
26317
26318         [BZ #14833]
26319         * menual/message.texi (Message Translation): Fix typos.
26320         (Helper programs for gettext): Likewise.
26321
26322 2012-12-07  Andreas Schwab  <schwab@linux-m68k.org>
26323
26324         [BZ #14898]
26325         * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
26326         Change to -1.
26327
26328 2012-12-07  David S. Miller  <davem@davemloft.net>
26329
26330         * po/libc.pot: Update.
26331
26332 2012-12-07  Richard Henderson  <rth@redhat.com>
26333
26334         [BZ #10114]
26335         * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
26336         normal/normal case to before the switch.
26337         (_FP_DIV): Likewise.
26338
26339 2012-12-06  Carlos O'Donell  <carlos@systemhalted.org>
26340             Mike Frysinger  <vapier@gentoo.org>
26341
26342         * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
26343         check for __NR_fadvise64_64.
26344
26345 2012-12-06  Chris Metcalf  <cmetcalf@tilera.com>
26346
26347         * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
26348         0, not just to plain "0" as a statement.
26349         (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
26350         with cw.
26351
26352 2012-12-06  Joseph Myers  <joseph@codesourcery.com>
26353
26354         * NEWS: Use sourceware.org in Bugzilla URL.
26355
26356 2012-12-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
26357
26358         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
26359         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26360
26361         * stdio-common/tst-put-error.c (do_test): Add newline to the
26362         padded test to ensure flush.
26363
26364 2012-12-05  Jeff Law  <law@redhat.com>
26365
26366         * sunrpc/etc.rpc (fedfs_admin): Add entry.
26367
26368 2012-12-05  Joseph Myers  <joseph@codesourcery.com>
26369
26370         * README: Don't refer to ports add-on as distributed separately.
26371         Mention AArch64 in list of systems supported in the ports add-on.
26372
26373         * LICENSES: Add more non-FSF copyright and license notices.
26374
26375         * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
26376         ((unused)).
26377
26378         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
26379
26380         * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
26381         10000 as width of padded output.
26382
26383 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26384
26385         * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
26386
26387         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
26388         variable LX with __attribute__ ((unused)).
26389         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
26390         Likewise.
26391         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
26392         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
26393         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
26394         with __attribute__ ((unused)).
26395
26396 2012-12-04  David S. Miller  <davem@abraco.davemloft.net>
26397
26398         * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
26399
26400 2012-12-04  Joseph Myers  <joseph@codesourcery.com>
26401
26402         * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
26403         (CFLAGS-nldbl-acos.c): New variable.
26404         [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
26405         [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
26406         [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
26407         [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
26408         [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
26409         [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
26410         [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
26411         [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
26412         [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
26413         [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
26414         [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
26415         [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
26416         [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
26417         [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
26418         [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
26419         [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
26420         [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
26421         [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
26422         [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
26423         [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
26424         [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
26425         [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
26426         [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
26427         [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
26428         [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
26429         [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
26430         [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
26431         [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
26432         [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
26433         [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
26434         [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
26435         [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
26436         [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
26437         [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
26438         [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
26439         [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
26440         [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
26441         [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
26442         [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
26443         [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
26444         [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
26445         [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
26446         [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
26447         [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
26448         [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
26449         [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
26450         [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
26451         [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
26452         [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
26453         [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
26454         [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
26455         [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
26456         [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
26457         [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
26458         [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
26459         [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
26460         [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
26461         [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
26462         [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
26463         [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
26464         [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
26465         [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
26466         [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
26467         [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
26468         [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
26469         [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
26470         [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
26471         [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
26472         [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
26473         [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
26474         [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
26475         [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
26476         [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
26477         [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
26478         [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
26479         [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
26480         [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
26481         [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
26482         [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
26483         [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
26484         [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
26485         [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
26486         [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
26487         [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
26488         [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
26489         [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
26490         [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
26491         [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
26492         [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
26493         [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
26494         [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
26495         [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
26496         [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
26497         [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
26498         [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
26499         [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
26500         [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
26501
26502         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
26503         (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
26504
26505         [BZ #14914]
26506         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
26507         whole low double instead of just low 47 bits when splitting values
26508         into two parts.
26509
26510 2012-12-03  Allan McRae  <allan@archlinux.org>
26511
26512         * manual/stdio.texi (Predefined Printf Handlers): Remove
26513         @hsep and @vsep usage.
26514
26515 2012-12-03  Mike Frysinger  <vapier@gentoo.org>
26516
26517         * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
26518         * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
26519
26520 2012-12-03  Jeff Law  <law@redhat.com>
26521
26522         * time/sys/time.h (settimeofday): Do not mark TV argument
26523         as __nonnull.
26524
26525 2012-12-01  Mike Frysinger  <vapier@gentoo.org>
26526
26527         * libio/fileops.c (_IO_new_file_close_it): Do not always flush
26528         when currently writing and seek to current position when not.
26529         * libio/Makefile (tests): Remove bug-fclose1.
26530         * libio/bug-fclose1.c: Delete.
26531
26532 2012-12-01  Joseph Myers  <joseph@codesourcery.com>
26533
26534         * manual/arith.texi (feenableexcept): Fix typo.
26535         (fedisableexcept): Likewise.
26536
26537 2012-11-30  Roland McGrath  <roland@hack.frob.com>
26538
26539         * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
26540         second, differently-typed declaration, rather than a cast.
26541
26542 2012-11-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
26543
26544         * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
26545         * include/rpc/svc.h: ... here.
26546
26547 2012-11-30  Aurelien Jarno  <aurel32@debian.org>
26548
26549         [BZ #13013]
26550         * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
26551         depending n and resplen2 to catch cases where answer
26552         equals answerp2.
26553
26554 2012-11-29  Carlos O'Donell  <carlos@systemhalted.org>
26555
26556         * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
26557         for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
26558
26559 2012-11-29  Mike Frysinger  <vapier@gentoo.org>
26560
26561         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
26562
26563 2012-11-29  Roland McGrath  <roland@hack.frob.com>
26564
26565         * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
26566
26567 2012-11-28  Jeff Law  <law@redhat.com>
26568
26569         [BZ #13761]
26570         * nscd/grpcache.c (cache_addgr): Rename alloca_used to
26571         dataset_temporary.  Track alloca usage into alloca_used.
26572         If dataset is large allocate and release it via malloc/free.
26573
26574 2012-06-04  Florian Weimer  <fweimer@redhat.com>
26575
26576         [BZ #14197]
26577         * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
26578
26579 2012-11-28  David S. Miller  <davem@davemloft.net>
26580
26581         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26582
26583 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26584
26585         [BZ #14803]
26586         * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
26587         of pi/2 rounded to nearest to 64 bits.
26588         (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
26589         nearest to 64 bits.
26590         (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
26591         bits.
26592
26593 2012-11-28  Jeff Law <law@redhat.com>
26594             Martin Osvald <mosvald@redhat.com>
26595
26596         [BZ #14889]
26597         * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
26598         * sunrpc/svc.c: Include time.h.
26599         (__svc_accept_failed): New function.
26600         * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
26601         any reason other than EINTR, call __svc_accept_failed.
26602         * sunrpc/svc_udp.c (svcudp_recv): Similarly.
26603         * sunrpc/svc_unix.c (rendezvous_request): Similarly.
26604
26605 2012-11-28  Andreas Schwab  <schwab@suse.de>
26606
26607         * scripts/abilist.awk: Also handle indirect functions in .opd
26608         section.
26609
26610 2012-11-28  Joseph Myers  <joseph@codesourcery.com>
26611
26612         [BZ #13881]
26613         * sysdeps/x86/fpu/powl_helper.c: New file.
26614         * sysdeps/x86/fpu/Makefile: Likewise.
26615         * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
26616         (p3): New object.
26617         (__ieee754_powl): Use __powl_helper for finite arguments except
26618         integer exponents below 8.
26619         * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
26620         (p3): New object.
26621         (__ieee754_powl): Use __powl_helper for finite arguments except
26622         integer exponents below 8.
26623         * math/libm-test.inc (pow_test): Add more tests and enable some
26624         previously disabled tests.
26625         * sysdeps/i386/fpu/libm-test-ulps: Update.
26626         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26627
26628 2012-11-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
26629             Carlos O'Donell  <carlos_odonell@mentor.com>
26630
26631         * nss/makedb.c (is_prime): Assert that input is odd and greater
26632         than 4.  Note that fact in a comment too.
26633         (next_prime): Add 4 to input.
26634
26635 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
26636
26637         [BZ #11741]
26638         * libio/Makefile (tests): Add test case tst-fwrite-error.
26639         * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
26640         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
26641         * libio/tst-fwrite-error.c: New test case.
26642
26643 2012-11-26  H.J. Lu  <hongjiu.lu@intel.com>
26644
26645         * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
26646         before casting to void *.
26647         * include/libc-internal.h (__pointer_type): New macro.
26648         (__integer_if_pointer_type_sub): Likewise.
26649         (__integer_if_pointer_type): Likewise.
26650         (cast_to_integer): Likewise.
26651         * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
26652         (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
26653         before casting to atomic64_t.
26654         (atomic_exchange_acq): Likewise.
26655         (__arch_exchange_and_add_body): Likewise.
26656         (__arch_add_body): Likewise.
26657         (atomic_add_negative): Likewise.
26658         (atomic_add_zero): Likewise.
26659
26660 2012-11-26  Joseph Myers  <joseph@codesourcery.com>
26661
26662         * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
26663         (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
26664         (add_fdes): Likewise.
26665         (linear_search_fdes): Likewise.
26666         (binary_search_unencoded_fdes): Likewise.
26667
26668 2012-11-26  Andreas Schwab  <schwab@linux-m68k.org>
26669
26670         * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
26671
26672 2012-11-24  Adam Conrad  <adconrad@0c3.net>
26673
26674         * configure.in: Autodetect C++ header directories.
26675         * configure: Regenerated.
26676
26677 2012-11-23  Mike Frysinger  <vapier@gentoo.org>
26678
26679         * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
26680
26681 2012-11-23  Andreas Schwab  <schwab@linux-m68k.org>
26682
26683         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26684
26685 2012-11-22  Joseph Myers  <joseph@codesourcery.com>
26686
26687         * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
26688         LDBL_MANT_DIG == 106]: Disable some tests.
26689         (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26690         Likewise.
26691         (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
26692         Likewise.
26693
26694         [BZ #14871]
26695         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
26696         input for small inputs.  Return +/- pi/2 for large inputs.
26697         * math/libm-test.inc (atan_test): Add more tests.
26698
26699         * sysdeps/generic/unwind-dw2-fde-glibc.c
26700         (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
26701         __attribute__ ((unused)).
26702
26703         [BZ #14645]
26704         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
26705         x * y if x and y are nonzero and z is zero.
26706
26707         [BZ #14811]
26708         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
26709         nonzero exponents with absolute value below 0x1p-117 to +/-
26710         0x1p-117.
26711
26712         [BZ #14869]
26713         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
26714         up arguments below 2**-450, not just those below 2**-500.
26715         * math/libm-test.inc (hypot_test): Add another test.
26716
26717         [BZ #14868]
26718         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
26719         Return a+b for ratio over 2**120, not 2**60.
26720         * math/libm-test.inc (hypot_test): Add another test.
26721
26722         * math/libm-test.inc (clog_test): Use
26723         UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
26724         (clog10_test): Likewise.
26725
26726         [BZ #6778]
26727         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
26728
26729 2012-11-22  Andreas Schwab  <schwab@suse.de>
26730
26731         * sysdeps/i386/fpu/libm-test-ulps: Update.
26732
26733 2012-11-22  Pino Toscano  <toscano.pino@tiscali.it>
26734
26735         * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
26736         printf output with newline.
26737
26738 2012-11-21  H.J. Lu  <hongjiu.lu@intel.com>
26739
26740         [BZ #14865]
26741         * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
26742         * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
26743         -z nodlopen, -z initfirst and -z execstack support.
26744         * configure: Regenerated.
26745
26746         * elf/elf.h (DF_1_NODIRECT): New macro.
26747         (DF_1_IGNMULDEF): Likewise.
26748         (DF_1_NOKSYMS): Likewise.
26749         (DF_1_NOHDR): Likewise.
26750         (DF_1_EDITED): Likewise.
26751         (DF_1_NORELOC): Likewise.
26752         (DF_1_SYMINTPOSE): Likewise.
26753         (DF_1_GLOBAUDIT): Likewise.
26754         (DF_1_SINGLETON): Likewise.
26755         * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
26756         DT_1_SUPPORTED_MASK bits.
26757         * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
26758
26759 2012-11-20  Carlos O'Donell  <carlos_odonell@mentor.com>
26760
26761         * sysdeps/unix/make-syscalls.sh: Document prefixes.
26762
26763 2012-11-20  Thomas Schwinge  <thomas@codesourcery.com>
26764
26765         * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
26766         macro.
26767
26768         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
26769         (sendmmsg): Move declarations...
26770         * socket/sys/socket.h: ... here.
26771         * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
26772         !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
26773         include it from...
26774         * socket/recvmmsg.c: ... this new file.
26775         * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
26776         (sendmmsg): Rename to __sendmmsg, create weak alias and make
26777         definition of __sendmmsg hidden.
26778         * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
26779         [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
26780         Move ENOSYS stub into and include it from...
26781         * socket/sendmmsg.c: ... this new file.
26782         * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
26783         (sysdep_routines): Move recvmmsg and sendmmsg...
26784         * socket/Makefile (routines): ... here.
26785         * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
26786         (GLIBC_PRIVATE): Add __sendmmsg.
26787         * include/sys/socket.h (__sendmmsg): Add declarations.
26788         * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
26789         sendmmsg.
26790
26791 2012-11-20  Joseph Myers  <joseph@codesourcery.com>
26792
26793         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
26794         variable I1 with __attribute__ ((unused)).
26795         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
26796
26797 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26798
26799         * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
26800         DUMMY variables with __attribute__ ((unused)).
26801
26802         * bits/byteswap.h: Include <bits/types.h>.
26803         (__bswap_64): Use __uint64_t instead of unsigned long long int.
26804
26805 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
26806
26807         * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
26808         string_t.  Do not manually set errno.
26809         (__ptsname_r): Change the type of PEERNAME to string_t, and check its
26810         length with __strnlen.  Make sure to both set errno and return it on
26811         failure.
26812
26813 2012-11-19  David S. Miller  <davem@davemloft.net>
26814
26815         With help from Joseph Myers.
26816         * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
26817         very large arguments properly.
26818         * math/libm-test.inc (atan_test): New tests.
26819         (atan2_test): New tests.
26820         * sysdeps/sparc/fpu/libm-test-ulps: Update.
26821         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26822
26823 2012-11-19  Joseph Myers  <joseph@codesourcery.com>
26824
26825         [BZ #14856]
26826         * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
26827         Define to 3.
26828
26829         * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
26830         [POSIX] (EADDRNOTAVAIL): Likewise.
26831         [POSIX] (EAFNOSUPPORT): Likewise.
26832         [POSIX] (EALREADY): Likewise.
26833         [POSIX] (ECONNABORTED): Likewise.
26834         [POSIX] (ECONNREFUSED): Likewise.
26835         [POSIX] (ECONNRESET): Likewise.
26836         [POSIX] (EDESTADDRREQ): Likewise.
26837         [POSIX] (EDQUOT): Likewise.
26838         [POSIX] (EHOSTUNREACH): Likewise.
26839         [POSIX] (EIDRM): Likewise.
26840         [POSIX] (EISCONN): Likewise.
26841         [POSIX] (ELOOP): Likewise.
26842         [POSIX] (EMULTIHOP): Likewise.
26843         [POSIX] (ENETDOWN): Likewise.
26844         [POSIX] (ENETUNREACH): Likewise.
26845         [POSIX] (ENOBUFS): Likewise.
26846         [POSIX] (ENODATA): Likewise.
26847         [POSIX] (ENOLINK): Likewise.
26848         [POSIX] (ENOMSG): Likewise.
26849         [POSIX] (ENOPROTOOPT): Likewise.
26850         [POSIX] (ENOSR): Likewise.
26851         [POSIX] (ENOSTR): Likewise.
26852         [POSIX] (ENOTCONN): Likewise.
26853         [POSIX] (ENOTSOCK): Likewise.
26854         [POSIX] (EOPNOTSUPP): Likewise.
26855         [POSIX] (EOVERFLOW): Likewise.
26856         [POSIX] (EPROTO): Likewise.
26857         [POSIX] (EPROTONOSUPPORT): Likewise.
26858         [POSIX] (EPROTOTYPE): Likewise.
26859         [POSIX] (ESTALE): Likewise.
26860         [POSIX] (ETIME): Likewise.
26861         [POSIX] (ETXTBSY): Likewise.
26862         [POSIX] (EWOULDBLOCK): Likewise.
26863         [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
26864         * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
26865         [POSIX] (SEEK_CUR): Likewise.
26866         [POSIX] (SEEK_END): Likewise.
26867         [POSIX || UNIX98] (mode_t): Do not require.
26868         [POSIX] (off_t): Likewise.
26869         [POSIX] (pid_t): Likewise.
26870         [POSIX] (sys/stat.h): Do not allow header.
26871         [POSIX] (unistd.h): Likewise.
26872         [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
26873         [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
26874         [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
26875         * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
26876         require.
26877         * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
26878         sigevent): Specify elements.
26879         [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
26880         entry.
26881         [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
26882         [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
26883
26884         * conform/data/cpio.h-data [POSIX]: Disable whole file.
26885         * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
26886         * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
26887         (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
26888         [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
26889         [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
26890         [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
26891         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
26892         [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
26893         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
26894         [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
26895         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
26896         [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
26897         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
26898         Likewise.
26899         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
26900         Likewise.
26901         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
26902         Likewise.
26903         [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
26904         Likewise.
26905         [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
26906         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
26907         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
26908         [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
26909         [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
26910         Specify lower bound on value.
26911         [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
26912         [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
26913         [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
26914         [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
26915         [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
26916         [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
26917         [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
26918         [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
26919         value.
26920         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
26921         as optional.
26922         [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
26923         [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
26924         [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
26925         [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
26926         [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
26927         [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
26928         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
26929         [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
26930         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
26931         [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
26932         [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
26933         [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
26934         [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
26935         [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
26936         [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
26937         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
26938         entry.
26939         [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
26940         optional.
26941         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
26942         [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
26943         [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
26944         [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
26945         [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
26946         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
26947         Likewise.
26948         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
26949         [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
26950         [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
26951         [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
26952         [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise.  Give
26953         value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
26954         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
26955         as optional.
26956         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
26957         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
26958         [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
26959         [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
26960         Likewise.  Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
26961         [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
26962         specify as optional.
26963         [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
26964         [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
26965         [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
26966         [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
26967         [POSIX || XPG3] (NL_ARGMAX): Do not allow.
26968         [XPG3] (NL_LANGMAX): Likewise.
26969         [POSIX || XPG3] (NL_MSGMAX): Likewise.
26970         [POSIX || XPG3] (NL_NMAX): Likewise.
26971         [POSIX || XPG3] (NL_SETMAX): Likewise.
26972         [POSIX || XPG3] (NL_TEXTMAX): Likewise.
26973         [XPG3] (NZERO): Likewise.
26974         [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
26975         [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
26976         [!ISO && !ISO99 && !ISO11] (*_t): Allow.
26977         * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
26978         (REG_ERANGE): Expect.
26979         * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
26980         optional-constant.
26981         [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
26982         Use (void) in prototype.
26983         [POSIX] (*_t): Allow.
26984         * conform/data/sys/times.h-data [POSIX]: Enable whole file.
26985         * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
26986         (WRDE_BADVAL): Expect.
26987
26988         * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
26989         expect.
26990         [XPG3 || XPG4] (O_RSYNC): Likewise.
26991         * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
26992         Likewise.
26993         [XPG3 || XPG4] (pthread_sigmask): Likewise.
26994         [XPG3 || XPG4] (sigqueue): Likewise.
26995         [XPG3 || XPG4] (sigtimedwait): Likewise.
26996         [XPG3 || XPG4] (sigwaitinfo): Likewise.
26997         * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
26998         [XPG3 || XPG4] (vsnprintf): Likewise.
26999         * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
27000         Likewise.
27001         [XPG3 || XPG4] (blksize_t): Likewise.
27002         * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
27003         Likewise.
27004         [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
27005         [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
27006         [XPG3 || XPG4] (struct itimerspec): Likewise.
27007         [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
27008         [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
27009         [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
27010         [XPG3 || XPG4] (clockid_t): Likewise.
27011         [XPG3 || XPG4] (timer_t): Likewise.
27012         [XPG3 || XPG4] (clock_getres): Likewise.
27013         [XPG3 || XPG4] (clock_gettime): Likewise.
27014         [XPG3 || XPG4] (clock_settime): Likewise.
27015         [XPG3 || XPG4] (nanosleep): Likewise.
27016         [XPG3 || XPG4] (timer_create): Likewise.
27017         [XPG3 || XPG4] (timer_delete): Likewise.
27018         [XPG3 || XPG4] (timer_gettime): Likewise.
27019         [XPG3 || XPG4] (timer_getoverrun): Likewise.
27020         [XPG3 || XPG4] (timer_settime): Likewise.
27021         * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
27022         [XPG3 || XPG4] (getlogin_r): Likewise.
27023         [XPG3 || XPG4] (pread): Likewise.
27024         [XPG3 || XPG4] (pthread_atfork): Likewise.
27025         [XPG3 || XPG4] (pwrite): Likewise.
27026
27027         [BZ #14835]
27028         * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
27029         <bits/siginfo.h>.
27030
27031 2012-11-19  Pino Toscano  <toscano.pino@tiscali.it>
27032
27033         * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
27034         finalizing MALLSTREAM.
27035
27036         * sysdeps/mach/hurd/syncfs.c: New file.
27037
27038 2012-11-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
27039
27040         [BZ #14719]
27041         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
27042         NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
27043         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
27044         h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
27045         (_nss_dns_gethostbyname4_r): Likewise.
27046         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
27047         EAI_SYSTEM if NSS_STATUS_UNAVAIL.
27048
27049 2012-11-19  Peng Haitao  <penght@cn.fujitsu.com>
27050
27051         [BZ #13763]
27052         * sunrpc/bindrsvprt.c: Add lock to protect static variable.
27053
27054 2012-11-19  Steve McIntyre  <steve.mcintyre@linaro.org>
27055
27056         * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
27057         * elf/cache.c (print_entry): Print ",AArch64" for
27058         FLAG_AARCH64_LIB64
27059
27060         * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
27061         * elf/cache.c (print_entry): Print ",hard-float" for
27062         FLAG_ARM_LIBHF.
27063
27064 2012-11-18  David S. Miller  <davem@davemloft.net>
27065
27066         With help from Joseph Myers.
27067         * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
27068         cutoff to 2**-13.
27069         * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
27070         cutoff to 2**-25.
27071         * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
27072         ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
27073         small.
27074         * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
27075         * math/libm-test.inc (y0_test): New tests.
27076         (y1_test): New tests.
27077         * sysdeps/i386/fpu/libm-test-ulps: Update.
27078         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
27079         * sysdeps/sparc/fpu/libm-test-ulps: Update.
27080
27081 2012-11-18  Andreas Schwab  <schwab@linux-m68k.org>
27082
27083         * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
27084         64-bit targets.
27085         * configure: Regenerated.
27086
27087 2012-11-17  David S. Miller  <davem@davemloft.net>
27088
27089         [BZ #14811]
27090         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
27091         nonzero exponents with absolute value below 0x1p-128 to +/-
27092         0x1p-128.
27093
27094 2012-11-17  Joseph Myers  <joseph@codesourcery.com>
27095
27096         * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
27097
27098         * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
27099
27100         * posix/getconf-speclist.c: New file.
27101         * posix/posix-envs.def: Likewise.
27102         * posix/confstr.c (START_ENV_GROUP): New macro.
27103         (END_ENV_GROUP): Likewise.
27104         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27105         (KNOWN_PRESENT_ENV_STRING): Likewise.
27106         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27107         (UNKNOWN_ENVIRONMENT): Likewise.
27108         (confstr): Include posix-envs.def instead of handling
27109         _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
27110         _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
27111         * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
27112         (END_ENV_GROUP): Likewise.
27113         (KNOWN_ABSENT_ENVIRONMENT): Likewise.
27114         (KNOWN_PRESENT_ENVIRONMENT): Likewise.
27115         (UNKNOWN_ENVIRONMENT): Likewise.
27116         (__sysconf): Include posix-envs.def instead of handling associated
27117         cases directly here.
27118         * posix/Makefile ($(objpfx)getconf.speclist): Generate by
27119         preprocessing getconf-speclist.c rather than running getconf or
27120         generating empty file.
27121
27122 2012-11-16  Pino Toscano  <toscano.pino@tiscali.it>
27123
27124         * scripts/check-local-headers.sh: Ignore 'mach' headers.
27125
27126 2012-11-16  Andrej Lajovic  <natrij@gmail.com>
27127
27128         [BZ #14672]
27129         * iconv/iconv_prog.c (main): Fix -c handling of '/'.
27130
27131 2012-11-16  David S. Miller  <davem@davemloft.net>
27132
27133         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
27134         smaller than LDBL_EPSILON/2.0L, just return xm1.
27135
27136 2012-11-16  H.J. Lu  <hongjiu.lu@intel.com>
27137
27138         * elf/tst-array1.c (init): Set constructor priority to 1000.
27139         (fini): Set destructor priority to 1000.
27140         * elf/tst-array2dep.c: Likewise.
27141
27142 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27143
27144         [BZ #11741]
27145         * libio/fileops.c (_IO_new_file_write): Correctly return error.
27146         (_IO_new_file_xsputn): Also return EOF if none of the input
27147         data was written when overflow failed.
27148         * libio/iopadn.c (_IO_padn): Likewise.
27149         * libio/iowpadn.c (_IO_wpadn): Likewise.
27150         * stdio-common/tst-put-error.c: Add copyright notice.
27151         (do_test): Add case for printing padded string.
27152         * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
27153         _IO_padn returned error.
27154         [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
27155         * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
27156         return EOF.
27157
27158 2012-11-16  Siddhesh Poyarekar  <siddhesh@redhat.com>
27159
27160         * libio/libioP.h: Add comment note that the references to C++
27161         bits are now obsolete.
27162
27163 2012-11-15  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27164
27165         * math/libm-test.inc (check_complex): Use asprintf.
27166
27167 2012-11-14  Joseph Myers  <joseph@codesourcery.com>
27168
27169         * debug/pcprofiledump.c (print_version): Update copyright year.
27170         * malloc/memusagestat.c (print_version): Likewise.
27171
27172 2012-11-14  H.J. Lu  <hongjiu.lu@intel.com>
27173
27174         [BZ #14831]
27175         * elf/Makefile (tests): Add tst-audit8.
27176         ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
27177         ($(objpfx)tst-audit8.out): New target.
27178         (tst-audit8-ENV): New variable.
27179         * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
27180         audit if l_reloc_result is NULL.
27181         (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
27182         defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
27183         * elf/tst-audit8.c: New file.
27184
27185 2012-11-14  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27186
27187         * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
27188         * misc/Makefile (CFLAGS-select.c): Define.
27189         * posix/Makefile (CFLAGS-pause.c): Define.
27190
27191 2012-11-13  David S. Miller  <davem@davemloft.net>
27192
27193         * crypt/Makefile: Move test targets after toplevel Rules
27194         inclusion.  Grab any necessary sysdep routines when linking.
27195         * crypt/md5.c (md5_process_block): Remove define, we will always
27196         name it __md5_process_block.
27197         (md5_finish_ctx): Update md5_process_block call.
27198         (md5_stream): Likewise.
27199         (md5_process_bytes): Likewise.
27200         (md5_process_block): Rename to __md5_process_block and move to ...
27201         * crypt/md5-block.c: ... here.
27202         * crypt/sha256.c (sha256_process_block): Move to ...
27203         * crypt/sha256-block.c: ... here.
27204         * crypt/sha512.c (sha512_process_block): Move to ...
27205         * crypt/sha512-block.c: ... here.
27206         * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
27207         path.
27208         * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
27209         * sysdeps/sparc/sparc64/multiarch/Makefile
27210         (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
27211         crypt subdir.
27212         (localedef-aux): Add md5 crypto assembler when in locale subdir.
27213         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
27214         multiarch changes.
27215         * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
27216         * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
27217         * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
27218         * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
27219         * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
27220         * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
27221         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
27222         * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
27223         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
27224         file.
27225         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
27226         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
27227         file.
27228         * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
27229
27230 2012-11-13  Joseph Myers  <joseph@codesourcery.com>
27231
27232         * timezone/tzselect.ksh: Update from tzcode git revision
27233         a435f9f0ecafa56d9e0263835836bd0c64cd7307.
27234         * timezone/zdump.c: Likewise.
27235         * timezone/zic.c: Likewise.
27236         * timezone/Makefile ($(objpfx)version.h): Only include $(version)
27237         in TZVERSION setting, not $(PKGVERSION).
27238         ($(objpfx)tzselect): Likewise.  Also substitute PKGVERSION and
27239         REPORT_BUGS_TO settings.
27240
27241         [BZ #14838]
27242         * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
27243         macro.
27244
27245 2012-11-13  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27246
27247         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
27248         detection to immediately after _FP_ROUND().
27249         * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
27250         bits are 0.
27251
27252 2012-11-11  David S. Miller  <davem@davemloft.net>
27253
27254         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
27255         inttypes.h
27256         (__get_clockfreq_via_proc_openprom): Use __open, __read, and
27257         __close rather than their public counterparts.
27258
27259 2012-11-10  Joseph Myers  <joseph@codesourcery.com>
27260
27261         * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
27262         file.
27263         [UNIX98] (sem_timedwait): Do not expect.
27264         * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
27265         [XPG4 || UNIX98] (sockatmark): Do not expect.
27266         * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
27267         (clock_getcpuclockid): Do not expect.
27268         [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
27269         * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
27270         Do not expect.
27271         [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
27272         * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
27273         [UNIX98] (vwscanf): Likewise.
27274         [UNIX98] (vswscanf): Likewise.
27275
27276 2012-11-09  Joseph Myers  <joseph@codesourcery.com>
27277
27278         * timezone/version.h: Remove file.
27279         * timezone/README: Do not refer to version.h.
27280         * timezone/Makefile ($(objpfx)zic.o): New dependency on
27281         $(objpfx)version.h.
27282         ($(objpfx)zdump.o): Likewise.
27283         ($(objpfx)version.h): New target.
27284
27285         * timezone/tzselect.ksh: Change to verbatim copy from tzcode
27286         2012i.
27287         * timezone/README: Don't mention modification to tzselect.ksh.
27288         * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
27289         work on unmodified tzselect.ksh.  Substitute version numbers in
27290         tzselect.ksh.
27291
27292         * Makefile (format-me): Remove.
27293         (INSTALL): Adjust indentation.  Use commands directly instead of
27294         using $(format-me).
27295
27296         * aclocal.m4 (ACX_PKGVERSION): New macro.
27297         (ACX_BUGURL): Likewise.
27298         * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
27299         (PKGVERSION): New AC_DEFINE_UNQUOTED.
27300         (REPORT_BUGS_TO): Likewise.
27301         * configure: Regenerated.
27302         * config.h.in (PKGVERSION): New macro.
27303         (REPORT_BUGS_TO): Likewise.
27304         * config.make.in (PKGVERSION): New variable.
27305         (PKGVERSION_TEXI): Likewise.
27306         (REPORT_BUGS_TO): Likewise.
27307         (REPORT_BUGS_TEXI): Likewise.
27308         * Makefile (format-me): Use -I$(common-objpfx)manual.
27309         (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
27310         ($(common-objpfx)manual/%): New target.
27311         (manual/%): Remove target.
27312         * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
27313         (print_version): Use PKGVERSION.
27314         * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
27315         * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
27316         and REPORT_BUGS_TO.
27317         ($(objpfx)xtrace): Likewise.
27318         * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
27319         * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
27320         (print_version): Use PKGVERSION.
27321         * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
27322         (do_version): Use PKGVERSION.
27323         * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
27324         REPORT_BUGS_TO.
27325         (common-ldd-rewrite): Likewise.
27326         * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
27327         * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
27328         (print_version): Use PKGVERSION.
27329         * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
27330         * elf/pldd.c (argp_program_bug_address): Remove variable.
27331         (more_help): New function.
27332         (argp): Use more_help.
27333         (print_version): Use PKGVERSION.
27334         * elf/sln.c (main): Use PKGVERSION.
27335         (usage): Use REPORT_BUGS_TO.
27336         * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
27337         (top level): Use PKGVERSION.
27338         * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
27339         (print_version): Use PKGVERSION.
27340         * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
27341         (print_version): Use PKGVERSION.
27342         * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
27343         (print_version): Use PKGVERSION.
27344         * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
27345         (print_version): Use PKGVERSION.
27346         * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
27347         (print_version): Use PKGVERSION.
27348         * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
27349         (print_version): Use PKGVERSION.
27350         * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
27351         and BUGURL.
27352         ($(objpfx)memusage): Likewise.
27353         * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
27354         (do_version): Use PKGVERSION.
27355         * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
27356         (print_version): Use PKGVERSION.
27357         * malloc/mtrace.pl ($PACKAGE): Remove variable.
27358         ($PKGVERSION): New variable.
27359         ($REPORT_BUGS_TO): Likewise.
27360         (usage): Use $REPORT_BUGS_TO.
27361         (top level): Use $PKGVERSION.
27362         * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
27363         ($(objpfx)pkgvers.texi): New rule.
27364         ($(objpfx)stamp-pkgvers): Likewise.
27365         * manual/install.texi: Include pkgvers.texi.
27366         (--with-pkgversion): Document new configure option.
27367         (--with-bugurl): Likewise.
27368         (Reporting Bugs): Describe Bugzilla as upstream tracker rather
27369         than necessarily for this particular distribution.  Use
27370         REPORT_BUGS_TO for where to report bugs.
27371         * INSTALL: Regenerated.
27372         * manual/libc.texinfo: Include pkgvers.texi.
27373         [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
27374         * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
27375         (print_version): Use PKGVERSION.
27376         * nss/getent.c (more_help): Use REPORT_BUGS_TO.
27377         (print_version): Use PKGVERSION.
27378         * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
27379         (print_version): Use PKGVERSION.
27380         * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
27381         * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
27382         macro.
27383         * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
27384         (print_version): Use PKGVERSION.
27385         * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
27386         (print_version): Use PKGVERSION.
27387         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
27388         and PKGVERSION.
27389
27390         * timezone/checktab.awk: Update from tzcode 2012i.
27391         * timezone/ialloc.c: Likewise.
27392         * timezone/private.h: Likewise.
27393         * timezone/scheck.c: Likewise.
27394         * timezone/tzfile.h: Likewise.
27395         * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
27396         (TZVERSION): Hardcode tzcode version number.
27397         * timezone/zdump.c: Update from tzcode 2012i.
27398         * timezone/zic.c: Likewise.
27399         * timezone/version.h: New file.
27400         * timezone/README: Describe version.h.  Update upstream location.
27401
27402         [BZ #14824]
27403         * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
27404         (mktemp): Enable declaration.
27405         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
27406         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
27407         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
27408         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
27409         Likewise.
27410         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
27411         Likewise.
27412         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
27413         Likewise.
27414         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
27415         Likewise.
27416         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
27417         Likewise.
27418         [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
27419         Likewise.
27420
27421         [BZ #14821]
27422         * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
27423         offset in buffer as u_int32_t not u_long.  Consistently use memcpy
27424         for copies of such integer values.
27425         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
27426         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
27427
27428 2012-11-09  Andreas Jaeger  <aj@suse.de>
27429
27430         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
27431         definitions and declarations that are provided by
27432         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
27433
27434 2012-11-08  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27435
27436         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
27437         * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
27438         * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
27439         definition.
27440
27441 2012-11-08  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27442
27443         * elf/elf.h: Update comment before AArch64 relocations.
27444
27445 2012-11-07  David S. Miller  <davem@davemloft.net>
27446
27447         * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
27448         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
27449         (__start_context): Declare.
27450         (__makecontext_ret): Delete.
27451         (__makecontext): Hook up __start_context instead of
27452         __makecontext_ret.
27453         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
27454         (sysdep_routines): Add __start_context when in stdlib.
27455
27456 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27457
27458         * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
27459         $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
27460         * sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
27461         hardcoded "nm".
27462         (OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
27463         (READELF): New variable.  Use it instead of hardcoded "readelf".
27464
27465 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
27466
27467         * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
27468         * sysdeps/x86/Makefile: Here.
27469         * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
27470         * sysdeps/x86/tst-xmmymm.sh: This.
27471
27472 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27473
27474         * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
27475         expectations.
27476         [UNIX98] (pthread_barrier_t): Do not expect.
27477         [UNIX98] (pthread_barrierattr_t): Likewise.
27478         [UNIX98] (pthread_spinlock_t): Likewise.
27479         [UNIX98] (pthread_barrier_destroy): Likewise.
27480         [UNIX98] (pthread_barrier_init): Likewise.
27481         [UNIX98] (pthread_barrier_wait): Likewise.
27482         [UNIX98] (pthread_barrierattr_destroy): Likewise.
27483         [UNIX98] (pthread_barrierattr_getpshared): Likewise.
27484         [UNIX98] (pthread_barrierattr_init): Likewise.
27485         [UNIX98] (pthread_barrierattr_setpshared): Likewise.
27486         [UNIX98] (pthread_getcpuclockid): Likewise.
27487         [UNIX98] (pthread_mutex_timedlock): Likewise.
27488         [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
27489         [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
27490         [UNIX98] (pthread_sigmask): Likewise.
27491         [UNIX98] (pthread_spin_destroy): Likewise.
27492         [UNIX98] (pthread_spin_init): Likewise.
27493         [UNIX98] (pthread_spin_lock): Likewise.
27494         [UNIX98] (pthread_spin_trylock): Likewise.
27495         [UNIX98] (pthread_spin_unlock): Likewise.
27496         * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
27497         Do not expect.
27498         [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
27499         [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
27500         [XPG3 || XPG4] (pthread_cond_t): Likewise.
27501         [XPG3 || XPG4] (pthread_condattr_t): Likewise.
27502         [XPG3 || XPG4] (pthread_key_t): Likewise.
27503         [XPG3 || XPG4] (pthread_mutex_t): Likewise.
27504         [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
27505         [XPG3 || XPG4] (pthread_once_t): Likewise.
27506         [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
27507         [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
27508         [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
27509         [XPG3 || XPG4] (pthread_t): Likewise.
27510
27511         * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
27512         not expect.
27513         [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
27514
27515         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
27516         Change function return type to int.
27517
27518         * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
27519         Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
27520         [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
27521         [!POSIX] (POSIX_MADV_RANDOM): Likewise.
27522         [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
27523         [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
27524         [!POSIX] (posix_madvise): Likewise.
27525         (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
27526         && !UNIX98].
27527         (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
27528         (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
27529         (mode_t): Likewise.
27530         (posix_mem_offset): Likewise.
27531         (posix_typed_mem_get_info): Likewise.
27532         (posix_typed_mem_open): Likewise.
27533
27534         * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
27535         Change condition to [XOPEN2K8].
27536
27537         * conform/conformtest.pl: Preprocess allow-header data with -x c
27538         instead of from stdin.
27539         (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
27540         * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
27541         [C99-based standards] (cerfc): Likewise.
27542         [C99-based standards] (cexp2): Likewise.
27543         [C99-based standards] (cexpm1): Likewise.
27544         [C99-based standards] (clog10): Likewise.
27545         [C99-based standards] (clog1p): Likewise.
27546         [C99-based standards] (clog2): Likewise.
27547         [C99-based standards] (clgamma): Likewise.
27548         [C99-based standards] (ctgamma): Likewise.
27549         [C99-based standards] (cerff): Likewise.
27550         [C99-based standards] (cerfcf): Likewise.
27551         [C99-based standards] (cexp2f): Likewise.
27552         [C99-based standards] (cexpm1f): Likewise.
27553         [C99-based standards] (clog10f): Likewise.
27554         [C99-based standards] (clog1pf): Likewise.
27555         [C99-based standards] (clog2f): Likewise.
27556         [C99-based standards] (clgammaf): Likewise.
27557         [C99-based standards] (ctgammaf): Likewise.
27558         [C99-based standards] (cerfl): Likewise.
27559         [C99-based standards] (cerfcl): Likewise.
27560         [C99-based standards] (cexp2l): Likewise.
27561         [C99-based standards] (cexpm1l): Likewise.
27562         [C99-based standards] (clog10l): Likewise.
27563         [C99-based standards] (clog1pl): Likewise.
27564         [C99-based standards] (clog2l): Likewise.
27565         [C99-based standards] (clgammal): Likewise.
27566         [C99-based standards] (ctgammal): Likewise.
27567         * conform/data/inttypes.h-data [C99-based standards]: Include
27568         stdint.h-data.  Remove all expectations for stdint.h contents.
27569         [C99-based standards] (PRI*): Do not allow.
27570         [C99-based standards] (SCN*): Likewise.
27571         [C99-based standards] (*_t): Likewise.
27572         [C99-based-standards] (PRId8): Expect macro.
27573         [C99-based-standards] (PRIi8): Likewise.
27574         [C99-based-standards] (PRIo8): Likewise.
27575         [C99-based-standards] (PRIu8): Likewise.
27576         [C99-based-standards] (PRIx8): Likewise.
27577         [C99-based-standards] (PRIX8): Likewise.
27578         [C99-based-standards] (SCNd8): Likewise.
27579         [C99-based-standards] (SCNi8): Likewise.
27580         [C99-based-standards] (SCNo8): Likewise.
27581         [C99-based-standards] (SCNu8): Likewise.
27582         [C99-based-standards] (SCNx8): Likewise.
27583         [C99-based-standards] (PRIdLEAST8): Likewise.
27584         [C99-based-standards] (PRIiLEAST8): Likewise.
27585         [C99-based-standards] (PRIoLEAST8): Likewise.
27586         [C99-based-standards] (PRIuLEAST8): Likewise.
27587         [C99-based-standards] (PRIxLEAST8): Likewise.
27588         [C99-based-standards] (PRIXLEAST8): Likewise.
27589         [C99-based-standards] (SCNdLEAST8): Likewise.
27590         [C99-based-standards] (SCNiLEAST8): Likewise.
27591         [C99-based-standards] (SCNoLEAST8): Likewise.
27592         [C99-based-standards] (SCNuLEAST8): Likewise.
27593         [C99-based-standards] (SCNxLEAST8): Likewise.
27594         [C99-based-standards] (PRIdFAST8): Likewise.
27595         [C99-based-standards] (PRIiFAST8): Likewise.
27596         [C99-based-standards] (PRIoFAST8): Likewise.
27597         [C99-based-standards] (PRIuFAST8): Likewise.
27598         [C99-based-standards] (PRIxFAST8): Likewise.
27599         [C99-based-standards] (PRIXFAST8): Likewise.
27600         [C99-based-standards] (SCNdFAST8): Likewise.
27601         [C99-based-standards] (SCNiFAST8): Likewise.
27602         [C99-based-standards] (SCNoFAST8): Likewise.
27603         [C99-based-standards] (SCNuFAST8): Likewise.
27604         [C99-based-standards] (SCNxFAST8): Likewise.
27605         [C99-based-standards] (PRId16): Likewise.
27606         [C99-based-standards] (PRIi16): Likewise.
27607         [C99-based-standards] (PRIo16): Likewise.
27608         [C99-based-standards] (PRIu16): Likewise.
27609         [C99-based-standards] (PRIx16): Likewise.
27610         [C99-based-standards] (PRIX16): Likewise.
27611         [C99-based-standards] (SCNd16): Likewise.
27612         [C99-based-standards] (SCNi16): Likewise.
27613         [C99-based-standards] (SCNo16): Likewise.
27614         [C99-based-standards] (SCNu16): Likewise.
27615         [C99-based-standards] (SCNx16): Likewise.
27616         [C99-based-standards] (PRIdLEAST16): Likewise.
27617         [C99-based-standards] (PRIiLEAST16): Likewise.
27618         [C99-based-standards] (PRIoLEAST16): Likewise.
27619         [C99-based-standards] (PRIuLEAST16): Likewise.
27620         [C99-based-standards] (PRIxLEAST16): Likewise.
27621         [C99-based-standards] (PRIXLEAST16): Likewise.
27622         [C99-based-standards] (SCNdLEAST16): Likewise.
27623         [C99-based-standards] (SCNiLEAST16): Likewise.
27624         [C99-based-standards] (SCNoLEAST16): Likewise.
27625         [C99-based-standards] (SCNuLEAST16): Likewise.
27626         [C99-based-standards] (SCNxLEAST16): Likewise.
27627         [C99-based-standards] (PRIdFAST16): Likewise.
27628         [C99-based-standards] (PRIiFAST16): Likewise.
27629         [C99-based-standards] (PRIoFAST16): Likewise.
27630         [C99-based-standards] (PRIuFAST16): Likewise.
27631         [C99-based-standards] (PRIxFAST16): Likewise.
27632         [C99-based-standards] (PRIXFAST16): Likewise.
27633         [C99-based-standards] (SCNdFAST16): Likewise.
27634         [C99-based-standards] (SCNiFAST16): Likewise.
27635         [C99-based-standards] (SCNoFAST16): Likewise.
27636         [C99-based-standards] (SCNuFAST16): Likewise.
27637         [C99-based-standards] (SCNxFAST16): Likewise.
27638         [C99-based-standards] (PRId32): Likewise.
27639         [C99-based-standards] (PRIi32): Likewise.
27640         [C99-based-standards] (PRIo32): Likewise.
27641         [C99-based-standards] (PRIu32): Likewise.
27642         [C99-based-standards] (PRIx32): Likewise.
27643         [C99-based-standards] (PRIX32): Likewise.
27644         [C99-based-standards] (SCNd32): Likewise.
27645         [C99-based-standards] (SCNi32): Likewise.
27646         [C99-based-standards] (SCNo32): Likewise.
27647         [C99-based-standards] (SCNu32): Likewise.
27648         [C99-based-standards] (SCNx32): Likewise.
27649         [C99-based-standards] (PRIdLEAST32): Likewise.
27650         [C99-based-standards] (PRIiLEAST32): Likewise.
27651         [C99-based-standards] (PRIoLEAST32): Likewise.
27652         [C99-based-standards] (PRIuLEAST32): Likewise.
27653         [C99-based-standards] (PRIxLEAST32): Likewise.
27654         [C99-based-standards] (PRIXLEAST32): Likewise.
27655         [C99-based-standards] (SCNdLEAST32): Likewise.
27656         [C99-based-standards] (SCNiLEAST32): Likewise.
27657         [C99-based-standards] (SCNoLEAST32): Likewise.
27658         [C99-based-standards] (SCNuLEAST32): Likewise.
27659         [C99-based-standards] (SCNxLEAST32): Likewise.
27660         [C99-based-standards] (PRIdFAST32): Likewise.
27661         [C99-based-standards] (PRIiFAST32): Likewise.
27662         [C99-based-standards] (PRIoFAST32): Likewise.
27663         [C99-based-standards] (PRIuFAST32): Likewise.
27664         [C99-based-standards] (PRIxFAST32): Likewise.
27665         [C99-based-standards] (PRIXFAST32): Likewise.
27666         [C99-based-standards] (SCNdFAST32): Likewise.
27667         [C99-based-standards] (SCNiFAST32): Likewise.
27668         [C99-based-standards] (SCNoFAST32): Likewise.
27669         [C99-based-standards] (SCNuFAST32): Likewise.
27670         [C99-based-standards] (SCNxFAST32): Likewise.
27671         [C99-based-standards] (PRId64): Likewise.
27672         [C99-based-standards] (PRIi64): Likewise.
27673         [C99-based-standards] (PRIo64): Likewise.
27674         [C99-based-standards] (PRIu64): Likewise.
27675         [C99-based-standards] (PRIx64): Likewise.
27676         [C99-based-standards] (PRIX64): Likewise.
27677         [C99-based-standards] (SCNd64): Likewise.
27678         [C99-based-standards] (SCNi64): Likewise.
27679         [C99-based-standards] (SCNo64): Likewise.
27680         [C99-based-standards] (SCNu64): Likewise.
27681         [C99-based-standards] (SCNx64): Likewise.
27682         [C99-based-standards] (PRIdLEAST64): Likewise.
27683         [C99-based-standards] (PRIiLEAST64): Likewise.
27684         [C99-based-standards] (PRIoLEAST64): Likewise.
27685         [C99-based-standards] (PRIuLEAST64): Likewise.
27686         [C99-based-standards] (PRIxLEAST64): Likewise.
27687         [C99-based-standards] (PRIXLEAST64): Likewise.
27688         [C99-based-standards] (SCNdLEAST64): Likewise.
27689         [C99-based-standards] (SCNiLEAST64): Likewise.
27690         [C99-based-standards] (SCNoLEAST64): Likewise.
27691         [C99-based-standards] (SCNuLEAST64): Likewise.
27692         [C99-based-standards] (SCNxLEAST64): Likewise.
27693         [C99-based-standards] (PRIdFAST64): Likewise.
27694         [C99-based-standards] (PRIiFAST64): Likewise.
27695         [C99-based-standards] (PRIoFAST64): Likewise.
27696         [C99-based-standards] (PRIuFAST64): Likewise.
27697         [C99-based-standards] (PRIxFAST64): Likewise.
27698         [C99-based-standards] (PRIXFAST64): Likewise.
27699         [C99-based-standards] (SCNdFAST64): Likewise.
27700         [C99-based-standards] (SCNiFAST64): Likewise.
27701         [C99-based-standards] (SCNoFAST64): Likewise.
27702         [C99-based-standards] (SCNuFAST64): Likewise.
27703         [C99-based-standards] (SCNxFAST64): Likewise.
27704         [C99-based-standards] (PRIdMAX): Likewise.
27705         [C99-based-standards] (PRIiMAX): Likewise.
27706         [C99-based-standards] (PRIoMAX): Likewise.
27707         [C99-based-standards] (PRIuMAX): Likewise.
27708         [C99-based-standards] (PRIxMAX): Likewise.
27709         [C99-based-standards] (PRIXMAX): Likewise.
27710         [C99-based-standards] (SCNdMAX): Likewise.
27711         [C99-based-standards] (SCNiMAX): Likewise.
27712         [C99-based-standards] (SCNoMAX): Likewise.
27713         [C99-based-standards] (SCNuMAX): Likewise.
27714         [C99-based-standards] (SCNxMAX): Likewise.
27715         [C99-based-standards] (PRIdPTR): Likewise.
27716         [C99-based-standards] (PRIiPTR): Likewise.
27717         [C99-based-standards] (PRIoPTR): Likewise.
27718         [C99-based-standards] (PRIuPTR): Likewise.
27719         [C99-based-standards] (PRIxPTR): Likewise.
27720         [C99-based-standards] (PRIXPTR): Likewise.
27721         [C99-based-standards] (SCNdPTR): Likewise.
27722         [C99-based-standards] (SCNiPTR): Likewise.
27723         [C99-based-standards] (SCNoPTR): Likewise.
27724         [C99-based-standards] (SCNuPTR): Likewise.
27725         [C99-based-standards] (SCNxPTR): Likewise.
27726         * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
27727         allow.
27728         * conform/data/stdint.h-data: Update comments to clarify
27729         requirements.
27730         [C99-based standards] (INT8_MIN): Use macro-int-constant.  Specify
27731         type.
27732         [C99-based standards] (INT8_MAX): Likewise.
27733         [C99-based standards] (INT16_MIN): Likewise.
27734         [C99-based standards] (INT16_MAX): Likewise.
27735         [C99-based standards] (INT32_MIN): Likewise.
27736         [C99-based standards] (INT32_MAX): Likewise.
27737         [C99-based standards] (INT64_MIN): Likewise.
27738         [C99-based standards] (INT64_MAX): Likewise.
27739         [C99-based standards] (UINT8_MAX): Likewise.
27740         [C99-based standards] (UINT16_MAX): Likewise.
27741         [C99-based standards] (UINT32_MAX): Likewise.
27742         [C99-based standards] (UINT64_MAX): Likewise.
27743         [C99-based standards] (INT_LEAST8_MIN): Likewise.
27744         [C99-based standards] (INT_LEAST8_MAX): Likewise.
27745         [C99-based standards] (INT_LEAST16_MIN): Likewise.
27746         [C99-based standards] (INT_LEAST16_MAX): Likewise.
27747         [C99-based standards] (INT_LEAST32_MIN): Likewise.
27748         [C99-based standards] (INT_LEAST32_MAX): Likewise.
27749         [C99-based standards] (INT_LEAST64_MIN): Likewise.
27750         [C99-based standards] (INT_LEAST64_MAX): Likewise.
27751         [C99-based standards] (UINT_LEAST8_MAX): Likewise.
27752         [C99-based standards] (UINT_LEAST16_MAX): Likewise.
27753         [C99-based standards] (UINT_LEAST32_MAX): Likewise.
27754         [C99-based standards] (UINT_LEAST64_MAX): Likewise.
27755         [C99-based standards] (INT_FAST8_MIN): Likewise.
27756         [C99-based standards] (INT_FAST8_MAX): Likewise.
27757         [C99-based standards] (INT_FAST16_MIN): Likewise.
27758         [C99-based standards] (INT_FAST16_MAX): Likewise.
27759         [C99-based standards] (INT_FAST32_MIN): Likewise.
27760         [C99-based standards] (INT_FAST32_MAX): Likewise.
27761         [C99-based standards] (INT_FAST64_MIN): Likewise.
27762         [C99-based standards] (INT_FAST64_MAX): Likewise.
27763         [C99-based standards] (UINT_FAST8_MAX): Likewise.
27764         [C99-based standards] (UINT_FAST16_MAX): Likewise.
27765         [C99-based standards] (UINT_FAST32_MAX): Likewise.
27766         [C99-based standards] (UINT_FAST64_MAX): Likewise.
27767         [C99-based standards] (INTPTR_MIN): Likewise.
27768         [C99-based standards] (INTPTR_MAX): Likewise.
27769         [C99-based standards] (UINTPTR_MAX): Likewise.
27770         [C99-based standards] (INTMAX_MIN): Likewise.
27771         [C99-based standards] (INTMAX_MAX): Likewise.
27772         [C99-based standards] (UINTMAX_MAX): Likewise.
27773         [C99-based standards] (PTRDIFF_MIN): Likewise.
27774         [C99-based standards] (PTRDIFF_MAX): Likewise.
27775         [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
27776         [C99-based standards] (SIZE_MAX): Likewise.
27777         [C99-based standards] (WCHAR_MAX): Likewise.
27778         [C99-based standards] (WINT_MAX): Likewise.
27779         [C99-based standards] (SIG_ATOMIC_MIN): Likewise.  Do not specify
27780         constraint on value.
27781         [C99-based standards] (WCHAR_MIN): Likewise.
27782         [C99-based standards] (WINT_MIN): Likewise.
27783         [C99-based standards] (*_t): Allow.
27784         * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
27785         condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
27786         Include math.h-data and complex.h-data.  Remove all expectations
27787         of math.h and complex.h contents.
27788         * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
27789         at end of line.
27790         * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
27791         (struct tm): Expect tag.
27792         [C99-based-standards] (wcstof): Expect function.
27793         [C99-based-standards] (wcstold): Likewise.
27794         [C99-based-standards] (wcstoll): Likewise.
27795         [C99-based-standards] (wcstoull): Likewise.
27796         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
27797         macro-int-constant.  Specify type.
27798         [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise.  Specify
27799         constraint on value.
27800         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27801         Specify type.
27802         [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
27803         Specify value.
27804         [ISO C standards]: Do not allow headers.
27805         [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
27806         wcs[abcdefghijklmnopqrstuvwxyz]*.
27807         [ISO C standards] (*_t): Do not allow.
27808         * conform/data/wctype.h-data [C99-based standards] (iswblank):
27809         Expect function.
27810         [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
27811         [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
27812         Specify type.
27813         [ISO C standards]: Do not allow headers.
27814         [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
27815         is[abcdefghijklmnopqrstuvwxyz]*.
27816         [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
27817         to[abcdefghijklmnopqrstuvwxyz]*.
27818         [ISO C standards] (*_t): Do not allow.
27819         * conform/data/stdalign.h-data: New file.
27820         * conform/data/stdbool.h-data: Likewise.
27821         * conform/data/stdnoreturn.h-data: Likewise.
27822
27823 2012-11-07  Roland McGrath  <roland@hack.frob.com>
27824
27825         [BZ #14815]
27826         * manual/filesys.texi (Directory Entries): Typo fix.
27827         Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
27828
27829 2012-11-07  Marcus Shawcroft  <marcus.shawcroft@linaro.org>
27830
27831         * elf/elf.h (EM_AARCH64): New macro.
27832         (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
27833         (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
27834         (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
27835         (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
27836         (R_AARCH64_TLSDESC): Likewise.
27837         (NT_ARM_TLS): Likewise.
27838         (NT_ARM_HW_BREAK): Likewise.
27839         (NT_ARM_HW_WATCH): Likewise.
27840
27841 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27842
27843         [BZ #14811]
27844         * sysdeps/i386/fpu/e_powl.S (pm79): New object.
27845         (__ieee754_powl): Saturate nonzero exponents with absolute value
27846         below 0x1p-79 to +/- 0x1p-79.
27847         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
27848         exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
27849         * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
27850         nonzero exponents with absolute value below 0x1p-32 to +/-
27851         0x1p-32.
27852         * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
27853         (__ieee754_powl): Saturate nonzero exponents with absolute value
27854         below 0x1p-79 to +/- 0x1p-79.
27855         * math/libm-test.inc (pow_test): Add more tests.
27856
27857 2012-11-07  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
27858
27859         * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
27860         _dl_s390_cap_flags with kernel. Increase string length.
27861         (_dl_s390_platforms): Add z196 and zEC12.
27862
27863 2012-11-07  Joseph Myers  <joseph@codesourcery.com>
27864
27865         * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
27866         Change XOPEN21K to XOPEN2K.
27867
27868 2012-11-06  Maxim Kuvyrkov  <maxim@codesourcery.com>
27869
27870         * string/memmove.c: Use memcpy when possible.
27871
27872 2012-11-06  Andreas Jaeger  <aj@suse.de>
27873
27874         * po/eo.po: Update from translation team.
27875
27876 2012-11-06  Joseph Myers  <joseph@codesourcery.com>
27877
27878         [BZ #14793]
27879         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
27880         exponent and small x and y exponents, scale x or y up.  Increase
27881         by 2 the exponent used in scaling up.
27882         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27883         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27884         * math/libm-test.inc (fma_test): Add more tests.
27885         (fma_test_towardzero): Likewise.
27886         (fma_test_downward): Likewise.
27887         (fma_test_upward): Likewise.
27888
27889 2012-11-05  Joseph Myers  <joseph@codesourcery.com>
27890
27891         [BZ #14805]
27892         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
27893         fenv_t *.
27894
27895         [BZ #14801]
27896         * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
27897         namespace for names of struct fields.
27898         * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
27899         fenv_t fields.
27900         * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
27901         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
27902
27903 2012-11-04  Samuel Thibault  <samuel.thibault@ens-lyon.org>
27904
27905         [BZ #3665]
27906         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
27907
27908 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27909
27910         * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
27911         PTR_DEMANGLE.
27912
27913         [BZ #5246]
27914         * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
27915         PTR_DEMANGLE.
27916
27917 2012-11-04  Joseph Myers  <joseph@codesourcery.com>
27918
27919         [BZ #14797]
27920         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
27921         definitely overflow as x * y not x * y + z.
27922         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
27923         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
27924         * math/libm-test.inc (fma_test): Add more tests.
27925         (fma_test_towardzero): Likewise.
27926         (fma_test_downward): Likewise.
27927         (fma_test_upward): Likewise.
27928
27929 2012-11-04  Thomas Schwinge  <thomas@codesourcery.com>
27930
27931         [BZ #157]
27932
27933         * include/stub-tag.h: Remove file.
27934         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
27935         '#include' of it.
27936         * manual/maint.texi (Porting): Don't reference it.
27937         * Makerules ($(objpfx)stubs): Likewise.
27938         * dirent/closedir.c: Don't include <stub-tag.h>.
27939         * dirent/dirfd.c: Likewise.
27940         * dirent/fdopendir.c: Likewise.
27941         * dirent/getdents.c: Likewise.
27942         * dirent/getdents64.c: Likewise.
27943         * dirent/opendir.c: Likewise.
27944         * dirent/readdir.c: Likewise.
27945         * dirent/readdir64.c: Likewise.
27946         * dirent/readdir64_r.c: Likewise.
27947         * dirent/readdir_r.c: Likewise.
27948         * dirent/rewinddir.c: Likewise.
27949         * dirent/seekdir.c: Likewise.
27950         * dirent/telldir.c: Likewise.
27951         * gmon/profil.c: Likewise.
27952         * grp/setgroups.c: Likewise.
27953         * inet/if_index.c: Likewise.
27954         * io/access.c: Likewise.
27955         * io/chdir.c: Likewise.
27956         * io/chmod.c: Likewise.
27957         * io/chown.c: Likewise.
27958         * io/close.c: Likewise.
27959         * io/dup.c: Likewise.
27960         * io/dup2.c: Likewise.
27961         * io/dup3.c: Likewise.
27962         * io/euidaccess.c: Likewise.
27963         * io/faccessat.c: Likewise.
27964         * io/fchdir.c: Likewise.
27965         * io/fchmod.c: Likewise.
27966         * io/fchmodat.c: Likewise.
27967         * io/fchown.c: Likewise.
27968         * io/fchownat.c: Likewise.
27969         * io/fcntl.c: Likewise.
27970         * io/flock.c: Likewise.
27971         * io/fstatfs.c: Likewise.
27972         * io/fstatfs64.c: Likewise.
27973         * io/fstatvfs.c: Likewise.
27974         * io/fstatvfs64.c: Likewise.
27975         * io/futimens.c: Likewise.
27976         * io/fxstat.c: Likewise.
27977         * io/fxstat64.c: Likewise.
27978         * io/fxstatat.c: Likewise.
27979         * io/fxstatat64.c: Likewise.
27980         * io/getcwd.c: Likewise.
27981         * io/isatty.c: Likewise.
27982         * io/lchmod.c: Likewise.
27983         * io/lchown.c: Likewise.
27984         * io/link.c: Likewise.
27985         * io/linkat.c: Likewise.
27986         * io/lseek.c: Likewise.
27987         * io/lseek64.c: Likewise.
27988         * io/lxstat64.c: Likewise.
27989         * io/mkdir.c: Likewise.
27990         * io/mkdirat.c: Likewise.
27991         * io/mkfifo.c: Likewise.
27992         * io/mkfifoat.c: Likewise.
27993         * io/open.c: Likewise.
27994         * io/open64.c: Likewise.
27995         * io/openat.c: Likewise.
27996         * io/openat64.c: Likewise.
27997         * io/pipe.c: Likewise.
27998         * io/pipe2.c: Likewise.
27999         * io/poll.c: Likewise.
28000         * io/posix_fadvise.c: Likewise.
28001         * io/posix_fadvise64.c: Likewise.
28002         * io/posix_fallocate.c: Likewise.
28003         * io/posix_fallocate64.c: Likewise.
28004         * io/read.c: Likewise.
28005         * io/readlink.c: Likewise.
28006         * io/readlinkat.c: Likewise.
28007         * io/rmdir.c: Likewise.
28008         * io/sendfile.c: Likewise.
28009         * io/sendfile64.c: Likewise.
28010         * io/statfs.c: Likewise.
28011         * io/statfs64.c: Likewise.
28012         * io/statvfs.c: Likewise.
28013         * io/statvfs64.c: Likewise.
28014         * io/symlink.c: Likewise.
28015         * io/symlinkat.c: Likewise.
28016         * io/ttyname.c: Likewise.
28017         * io/ttyname_r.c: Likewise.
28018         * io/umask.c: Likewise.
28019         * io/unlink.c: Likewise.
28020         * io/unlinkat.c: Likewise.
28021         * io/utime.c: Likewise.
28022         * io/utimensat.c: Likewise.
28023         * io/write.c: Likewise.
28024         * io/xmknod.c: Likewise.
28025         * io/xmknodat.c: Likewise.
28026         * io/xstat.c: Likewise.
28027         * io/xstat64.c: Likewise.
28028         * login/getpt.c: Likewise.
28029         * login/grantpt.c: Likewise.
28030         * login/unlockpt.c: Likewise.
28031         * math/e_acoshl.c: Likewise.
28032         * math/e_acosl.c: Likewise.
28033         * math/e_asinl.c: Likewise.
28034         * math/e_atan2l.c: Likewise.
28035         * math/e_atanhl.c: Likewise.
28036         * math/e_coshl.c: Likewise.
28037         * math/e_expl.c: Likewise.
28038         * math/e_fmodl.c: Likewise.
28039         * math/e_gammal_r.c: Likewise.
28040         * math/e_hypotl.c: Likewise.
28041         * math/e_j0l.c: Likewise.
28042         * math/e_j1l.c: Likewise.
28043         * math/e_jnl.c: Likewise.
28044         * math/e_lgammal_r.c: Likewise.
28045         * math/e_log10l.c: Likewise.
28046         * math/e_log2l.c: Likewise.
28047         * math/e_logl.c: Likewise.
28048         * math/e_powl.c: Likewise.
28049         * math/e_rem_pio2l.c: Likewise.
28050         * math/e_sinhl.c: Likewise.
28051         * math/e_sqrtl.c: Likewise.
28052         * math/fclrexcpt.c: Likewise.
28053         * math/fedisblxcpt.c: Likewise.
28054         * math/feenablxcpt.c: Likewise.
28055         * math/fegetenv.c: Likewise.
28056         * math/fegetexcept.c: Likewise.
28057         * math/fegetround.c: Likewise.
28058         * math/feholdexcpt.c: Likewise.
28059         * math/fesetenv.c: Likewise.
28060         * math/fesetround.c: Likewise.
28061         * math/feupdateenv.c: Likewise.
28062         * math/fgetexcptflg.c: Likewise.
28063         * math/fraiseexcpt.c: Likewise.
28064         * math/fsetexcptflg.c: Likewise.
28065         * math/ftestexcept.c: Likewise.
28066         * math/k_cosl.c: Likewise.
28067         * math/k_rem_pio2l.c: Likewise.
28068         * math/k_sinl.c: Likewise.
28069         * math/k_tanl.c: Likewise.
28070         * math/s_asinhl.c: Likewise.
28071         * math/s_atanl.c: Likewise.
28072         * math/s_cbrtl.c: Likewise.
28073         * math/s_erfl.c: Likewise.
28074         * math/s_expm1l.c: Likewise.
28075         * math/s_log1pl.c: Likewise.
28076         * math/s_tanhl.c: Likewise.
28077         * misc/acct.c: Likewise.
28078         * misc/brk.c: Likewise.
28079         * misc/chflags.c: Likewise.
28080         * misc/chroot.c: Likewise.
28081         * misc/fchflags.c: Likewise.
28082         * misc/fgetxattr.c: Likewise.
28083         * misc/flistxattr.c: Likewise.
28084         * misc/fremovexattr.c: Likewise.
28085         * misc/fsetxattr.c: Likewise.
28086         * misc/fsync.c: Likewise.
28087         * misc/ftruncate.c: Likewise.
28088         * misc/futimes.c: Likewise.
28089         * misc/futimesat.c: Likewise.
28090         * misc/getdomain.c: Likewise.
28091         * misc/getdtsz.c: Likewise.
28092         * misc/gethostid.c: Likewise.
28093         * misc/gethostname.c: Likewise.
28094         * misc/getloadavg.c: Likewise.
28095         * misc/getpagesize.c: Likewise.
28096         * misc/getsysstats.c: Likewise.
28097         * misc/getxattr.c: Likewise.
28098         * misc/gtty.c: Likewise.
28099         * misc/ioctl.c: Likewise.
28100         * misc/lgetxattr.c: Likewise.
28101         * misc/listxattr.c: Likewise.
28102         * misc/llistxattr.c: Likewise.
28103         * misc/lremovexattr.c: Likewise.
28104         * misc/lsetxattr.c: Likewise.
28105         * misc/lutimes.c: Likewise.
28106         * misc/madvise.c: Likewise.
28107         * misc/mincore.c: Likewise.
28108         * misc/mlock.c: Likewise.
28109         * misc/mlockall.c: Likewise.
28110         * misc/mmap.c: Likewise.
28111         * misc/mprotect.c: Likewise.
28112         * misc/msync.c: Likewise.
28113         * misc/munlock.c: Likewise.
28114         * misc/munlockall.c: Likewise.
28115         * misc/munmap.c: Likewise.
28116         * misc/preadv.c: Likewise.
28117         * misc/preadv64.c: Likewise.
28118         * misc/ptrace.c: Likewise.
28119         * misc/pwritev.c: Likewise.
28120         * misc/pwritev64.c: Likewise.
28121         * misc/readv.c: Likewise.
28122         * misc/reboot.c: Likewise.
28123         * misc/remap_file_pages.c: Likewise.
28124         * misc/removexattr.c: Likewise.
28125         * misc/revoke.c: Likewise.
28126         * misc/select.c: Likewise.
28127         * misc/setdomain.c: Likewise.
28128         * misc/setegid.c: Likewise.
28129         * misc/seteuid.c: Likewise.
28130         * misc/sethostid.c: Likewise.
28131         * misc/sethostname.c: Likewise.
28132         * misc/setregid.c: Likewise.
28133         * misc/setreuid.c: Likewise.
28134         * misc/setxattr.c: Likewise.
28135         * misc/sstk.c: Likewise.
28136         * misc/stty.c: Likewise.
28137         * misc/swapoff.c: Likewise.
28138         * misc/swapon.c: Likewise.
28139         * misc/sync.c: Likewise.
28140         * misc/syncfs.c: Likewise.
28141         * misc/syscall.c: Likewise.
28142         * misc/truncate.c: Likewise.
28143         * misc/ualarm.c: Likewise.
28144         * misc/usleep.c: Likewise.
28145         * misc/ustat.c: Likewise.
28146         * misc/utimes.c: Likewise.
28147         * misc/vhangup.c: Likewise.
28148         * misc/writev.c: Likewise.
28149         * posix/_exit.c: Likewise.
28150         * posix/alarm.c: Likewise.
28151         * posix/execve.c: Likewise.
28152         * posix/fexecve.c: Likewise.
28153         * posix/fork.c: Likewise.
28154         * posix/fpathconf.c: Likewise.
28155         * posix/getaddrinfo.c: Likewise.
28156         * posix/getegid.c: Likewise.
28157         * posix/geteuid.c: Likewise.
28158         * posix/getgid.c: Likewise.
28159         * posix/getgroups.c: Likewise.
28160         * posix/getlogin.c: Likewise.
28161         * posix/getlogin_r.c: Likewise.
28162         * posix/getpgid.c: Likewise.
28163         * posix/getpid.c: Likewise.
28164         * posix/getppid.c: Likewise.
28165         * posix/getresgid.c: Likewise.
28166         * posix/getresuid.c: Likewise.
28167         * posix/getsid.c: Likewise.
28168         * posix/getuid.c: Likewise.
28169         * posix/glob64.c: Likewise.
28170         * posix/nanosleep.c: Likewise.
28171         * posix/pathconf.c: Likewise.
28172         * posix/pause.c: Likewise.
28173         * posix/posix_madvise.c: Likewise.
28174         * posix/pread.c: Likewise.
28175         * posix/pread64.c: Likewise.
28176         * posix/pwrite.c: Likewise.
28177         * posix/pwrite64.c: Likewise.
28178         * posix/sched_getaffinity.c: Likewise.
28179         * posix/sched_getp.c: Likewise.
28180         * posix/sched_gets.c: Likewise.
28181         * posix/sched_primax.c: Likewise.
28182         * posix/sched_primin.c: Likewise.
28183         * posix/sched_rr_gi.c: Likewise.
28184         * posix/sched_setaffinity.c: Likewise.
28185         * posix/sched_setp.c: Likewise.
28186         * posix/sched_sets.c: Likewise.
28187         * posix/sched_yield.c: Likewise.
28188         * posix/setgid.c: Likewise.
28189         * posix/setlogin.c: Likewise.
28190         * posix/setpgid.c: Likewise.
28191         * posix/setresgid.c: Likewise.
28192         * posix/setresuid.c: Likewise.
28193         * posix/setsid.c: Likewise.
28194         * posix/setuid.c: Likewise.
28195         * posix/sleep.c: Likewise.
28196         * posix/spawni.c: Likewise.
28197         * posix/sysconf.c: Likewise.
28198         * posix/times.c: Likewise.
28199         * posix/wait.c: Likewise.
28200         * posix/wait3.c: Likewise.
28201         * posix/wait4.c: Likewise.
28202         * posix/waitpid.c: Likewise.
28203         * resolv/gai_sigqueue.c: Likewise.
28204         * resource/getpriority.c: Likewise.
28205         * resource/getrlimit.c: Likewise.
28206         * resource/getrusage.c: Likewise.
28207         * resource/nice.c: Likewise.
28208         * resource/setpriority.c: Likewise.
28209         * resource/setrlimit.c: Likewise.
28210         * resource/ulimit.c: Likewise.
28211         * rt/aio_cancel.c: Likewise.
28212         * rt/aio_fsync.c: Likewise.
28213         * rt/aio_read.c: Likewise.
28214         * rt/aio_sigqueue.c: Likewise.
28215         * rt/aio_suspend.c: Likewise.
28216         * rt/aio_write.c: Likewise.
28217         * rt/clock_getres.c: Likewise.
28218         * rt/clock_gettime.c: Likewise.
28219         * rt/clock_nanosleep.c: Likewise.
28220         * rt/clock_settime.c: Likewise.
28221         * rt/lio_listio.c: Likewise.
28222         * rt/mq_close.c: Likewise.
28223         * rt/mq_getattr.c: Likewise.
28224         * rt/mq_notify.c: Likewise.
28225         * rt/mq_open.c: Likewise.
28226         * rt/mq_receive.c: Likewise.
28227         * rt/mq_send.c: Likewise.
28228         * rt/mq_setattr.c: Likewise.
28229         * rt/mq_timedreceive.c: Likewise.
28230         * rt/mq_timedsend.c: Likewise.
28231         * rt/mq_unlink.c: Likewise.
28232         * rt/shm_open.c: Likewise.
28233         * rt/shm_unlink.c: Likewise.
28234         * rt/timer_create.c: Likewise.
28235         * rt/timer_delete.c: Likewise.
28236         * rt/timer_getoverr.c: Likewise.
28237         * rt/timer_gettime.c: Likewise.
28238         * rt/timer_settime.c: Likewise.
28239         * setjmp/__longjmp.c: Likewise.
28240         * setjmp/setjmp.c: Likewise.
28241         * signal/kill.c: Likewise.
28242         * signal/killpg.c: Likewise.
28243         * signal/raise.c: Likewise.
28244         * signal/sigaction.c: Likewise.
28245         * signal/sigaltstack.c: Likewise.
28246         * signal/sigblock.c: Likewise.
28247         * signal/sigignore.c: Likewise.
28248         * signal/sigintr.c: Likewise.
28249         * signal/signal.c: Likewise.
28250         * signal/sigpause.c: Likewise.
28251         * signal/sigpending.c: Likewise.
28252         * signal/sigqueue.c: Likewise.
28253         * signal/sigreturn.c: Likewise.
28254         * signal/sigset.c: Likewise.
28255         * signal/sigsetmask.c: Likewise.
28256         * signal/sigstack.c: Likewise.
28257         * signal/sigsuspend.c: Likewise.
28258         * signal/sigtimedwait.c: Likewise.
28259         * signal/sigvec.c: Likewise.
28260         * signal/sigwait.c: Likewise.
28261         * signal/sigwaitinfo.c: Likewise.
28262         * signal/sysv_signal.c: Likewise.
28263         * socket/accept.c: Likewise.
28264         * socket/accept4.c: Likewise.
28265         * socket/bind.c: Likewise.
28266         * socket/connect.c: Likewise.
28267         * socket/getpeername.c: Likewise.
28268         * socket/getsockname.c: Likewise.
28269         * socket/getsockopt.c: Likewise.
28270         * socket/isfdtype.c: Likewise.
28271         * socket/listen.c: Likewise.
28272         * socket/recv.c: Likewise.
28273         * socket/recvfrom.c: Likewise.
28274         * socket/recvmsg.c: Likewise.
28275         * socket/send.c: Likewise.
28276         * socket/sendmsg.c: Likewise.
28277         * socket/sendto.c: Likewise.
28278         * socket/setsockopt.c: Likewise.
28279         * socket/shutdown.c: Likewise.
28280         * socket/sockatmark.c: Likewise.
28281         * socket/socket.c: Likewise.
28282         * socket/socketpair.c: Likewise.
28283         * stdio-common/ctermid.c: Likewise.
28284         * stdio-common/cuserid.c: Likewise.
28285         * stdio-common/remove.c: Likewise.
28286         * stdio-common/rename.c: Likewise.
28287         * stdio-common/renameat.c: Likewise.
28288         * stdio-common/tempname.c: Likewise.
28289         * stdlib/getcontext.c: Likewise.
28290         * stdlib/makecontext.c: Likewise.
28291         * stdlib/setcontext.c: Likewise.
28292         * stdlib/swapcontext.c: Likewise.
28293         * stdlib/system.c: Likewise.
28294         * streams/fattach.c: Likewise.
28295         * streams/fdetach.c: Likewise.
28296         * streams/getmsg.c: Likewise.
28297         * streams/getpmsg.c: Likewise.
28298         * streams/putmsg.c: Likewise.
28299         * streams/putpmsg.c: Likewise.
28300         * sysdeps/unix/bsd/getpt.c: Likewise.
28301         * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
28302         * sysdeps/unix/sysv/linux/futimens.c: Likewise.
28303         * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
28304         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
28305         Likewise.
28306         * sysdeps/unix/sysv/linux/readahead.c: Likewise.
28307         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
28308         * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
28309         * sysvipc/msgctl.c: Likewise.
28310         * sysvipc/msgget.c: Likewise.
28311         * sysvipc/msgrcv.c: Likewise.
28312         * sysvipc/msgsnd.c: Likewise.
28313         * sysvipc/semctl.c: Likewise.
28314         * sysvipc/semget.c: Likewise.
28315         * sysvipc/semop.c: Likewise.
28316         * sysvipc/semtimedop.c: Likewise.
28317         * sysvipc/shmat.c: Likewise.
28318         * sysvipc/shmctl.c: Likewise.
28319         * sysvipc/shmdt.c: Likewise.
28320         * sysvipc/shmget.c: Likewise.
28321         * termios/tcdrain.c: Likewise.
28322         * termios/tcflow.c: Likewise.
28323         * termios/tcflush.c: Likewise.
28324         * termios/tcgetattr.c: Likewise.
28325         * termios/tcgetpgrp.c: Likewise.
28326         * termios/tcsendbrk.c: Likewise.
28327         * termios/tcsetattr.c: Likewise.
28328         * termios/tcsetpgrp.c: Likewise.
28329         * time/adjtime.c: Likewise.
28330         * time/clock.c: Likewise.
28331         * time/getitimer.c: Likewise.
28332         * time/gettimeofday.c: Likewise.
28333         * time/setitimer.c: Likewise.
28334         * time/settimeofday.c: Likewise.
28335         * time/stime.c: Likewise.
28336         * time/time.c: Likewise.
28337
28338 2012-11-04  Pino Toscano  <toscano.pino@tiscali.it>
28339
28340         * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
28341         /usr/old/bin.
28342
28343         * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
28344         instead of spaces.
28345         * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
28346
28347 2012-11-03  Joseph Myers  <joseph@codesourcery.com>
28348
28349         [BZ #14796]
28350         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
28351         FE_TONEAREST before applying Dekker multiplication and Knuth
28352         addition.  Clear inexact exceptions and check for exact zero
28353         results afterwards.
28354         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28355         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
28356         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28357         * math/libm-test.inc (fma_test): Add more tests.
28358         (fma_test_towardzero): Likewise.
28359         (fma_test_downward): Likewise.
28360         (fma_test_upward): Likewise.
28361         * sysdeps/generic/math_private.h (default_libc_fesetround): New
28362         function.
28363         (libc_fesetround): New macro.
28364         (libc_fesetroundf): Likewise.
28365         (libc_fesetroundl): Likewise.
28366         * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
28367         function.
28368         (libc_fesetround_387): Likewise.
28369         (libc_fesetroundf): New macro.
28370         (libc_fesetround): Likewise.
28371         (libc_fesetroundl): Likewise.
28372         * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
28373         function.
28374         (libc_fesetroundf): New macro.
28375         (libc_fesetround): Likewise.
28376         (libc_fesetroundl): Likewise.
28377         * include/fenv.h (feclearexcept): Add libm_hidden_proto.
28378         * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
28379         * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
28380         libm_hidden_ver.
28381         * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
28382         * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
28383         libm_hidden_def.
28384         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
28385         * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
28386         libm_hidden_ver.
28387         * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
28388         libm_hidden_def.
28389
28390         [BZ #3439]
28391         * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
28392         integer constant usable in #if and use that to give value to enum
28393         constant.
28394         (FE_DIVBYZERO): Likewise.
28395         (FE_UNDERFLOW): Likewise.
28396         (FE_OVERFLOW): Likewise.
28397         (FE_INVALID): Likewise.
28398         (FE_INVALID_SNAN): Likewise.
28399         (FE_INVALID_ISI): Likewise.
28400         (FE_INVALID_IDI): Likewise.
28401         (FE_INVALID_ZDZ): Likewise.
28402         (FE_INVALID_IMZ): Likewise.
28403         (FE_INVALID_COMPARE): Likewise.
28404         (FE_INVALID_SOFTWARE): Likewise.
28405         (FE_INVALID_SQRT): Likewise.
28406         (FE_INVALID_INTEGER_CONVERSION): Likewise.
28407         (FE_TONEAREST): Likewise.
28408         (FE_TOWARDZERO): Likewise.
28409         (FE_UPWARD): Likewise.
28410         (FE_DOWNWARD): Likewise.
28411         * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
28412         (FE_DIVBYZERO): Likewise.
28413         (FE_OVERFLOW): Likewise.
28414         (FE_UNDERFLOW): Likewise.
28415         (FE_INEXACT): Likewise.
28416         (FE_TONEAREST): Likewise.
28417         (FE_DOWNWARD): Likewise.
28418         (FE_UPWARD): Likewise.
28419         (FE_TOWARDZERO): Likewise.
28420         * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
28421         (FE_UNDERFLOW): Likewise.
28422         (FE_OVERFLOW): Likewise.
28423         (FE_DIVBYZERO): Likewise.
28424         (FE_INVALID): Likewise.
28425         (FE_TONEAREST): Likewise.
28426         (FE_TOWARDZERO): Likewise.
28427         * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
28428         (FE_OVERFLOW): Likewise.
28429         (FE_UNDERFLOW): Likewise.
28430         (FE_DIVBYZERO): Likewise.
28431         (FE_INEXACT): Likewise.
28432         (FE_TONEAREST): Likewise.
28433         (FE_TOWARDZERO): Likewise.
28434         (FE_UPWARD): Likewise.
28435         (FE_DOWNWARD): Likewise.
28436         * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
28437         (FE_DIVBYZERO): Likewise.
28438         (FE_OVERFLOW): Likewise.
28439         (FE_UNDERFLOW): Likewise.
28440         (FE_INEXACT): Likewise.
28441         (FE_TONEAREST): Likewise.
28442         (FE_DOWNWARD): Likewise.
28443         (FE_UPWARD): Likewise.
28444         (FE_TOWARDZERO): Likewise.
28445
28446 2012-11-02  Chris Metcalf  <cmetcalf@tilera.com>
28447
28448         * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
28449
28450 2012-11-03  Andreas Schwab  <schwab@linux-m68k.org>
28451
28452         * scripts/cross-test-ssh.sh (command): Use newlines to separate
28453         commands.  Quote $PWD.
28454         (blacklist_exports): Don't use remove_newlines.  Replace "declare
28455         -x" by "export".
28456         (remove_newlines): Remove.
28457
28458 2012-11-02  H.J. Lu  <hongjiu.lu@intel.com>
28459
28460         * stdlib/Makefile (headers): Add bits/stdlib-float.h.
28461         * stdlib/stdlib.h (atof): Moved to ...
28462         * include/bits/stdlib-float.h: Here.  New file.
28463         * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
28464         * stdlib/bits/stdlib-float.h: New file.
28465         * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
28466         -mno-sse -mno-mmx.
28467         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
28468         <xmmintrin.h>.
28469
28470 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28471
28472         * conform/conformtest.pl (@headers): Add fenv.h.
28473         * conform/data/fenv.h-data: New file.
28474         * include/fenv.h [_ISOMAC]: Disable all contents of file except
28475         include of <math/fenv.h>.
28476
28477         * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
28478         POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
28479         && !UNIX98].  Enables tests for XOPEN2K8.
28480         * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
28481         POSIX2008]: Likewise.
28482
28483         * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
28484         (struct rusage): Do not expect type or its members.
28485
28486         [BZ #3439]
28487         * math/math.h (FP_NAN): Define macro to integer constant usable in
28488         #if and use that to give value to enum constant.
28489         (FP_INFINITE): Likewise.
28490         (FP_ZERO): Likewise.
28491         (FP_SUBNORMAL): Likewise.
28492         (FP_NORMAL): Likewise.
28493
28494 2012-11-02  Andreas Schwab  <schwab@linux-m68k.org>
28495
28496         * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
28497         * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
28498         arguments.
28499
28500 2012-11-02  Roland McGrath  <roland@hack.frob.com>
28501
28502         * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
28503         Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
28504         autoconf-time if not.
28505         * configure.in: Remove AC_PREREQ.
28506
28507 2012-11-02  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28508
28509         * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
28510         __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
28511         of the internal implementation.
28512
28513 2012-11-02  Joseph Myers  <joseph@codesourcery.com>
28514
28515         * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
28516         except include of <misc/sys/syslog.h>.
28517
28518 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28519
28520         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
28521         function returns with a NULL context exit with zero.
28522
28523 2012-11-01  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28524
28525         * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
28526
28527 2012-11-01  H.J. Lu  <hongjiu.lu@intel.com>
28528
28529         * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
28530         (run_program_cmd): This.
28531         * localedata/tst-langinfo.sh (run_program_prefix): Removed.
28532         (tst_langinfo): New variable.  Use it.
28533
28534 2012-11-01  Sebastan Andrzej Siewior  <bigeasy@linutronix.de>
28535
28536         * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
28537         floating point opcodes.
28538
28539 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28540
28541         * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
28542         variable.
28543
28544         * elf/dl-support.c: Unconditionally include "setup-vdso.h".
28545
28546         * sysdeps/mach/hurd/powerpc: Remove directory.
28547         * sysdeps/mach/powerpc: Likewise.
28548
28549 2012-11-01  Andreas Schwab  <schwab@linux-m68k.org>
28550
28551         * scripts/check-local-headers.sh: Ignore c++ headers.
28552
28553 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28554
28555         * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
28556         __libc_cleanup_region_start argument.
28557
28558 2012-11-01  Joseph Myers  <joseph@codesourcery.com>
28559
28560         [BZ #14784]
28561         [BZ #14785]
28562         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
28563         x * y using scaling, not as x * y + z.
28564         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28565         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28566         * math/libm-test.inc (fma_test): Add more tests.
28567         (fma_test_towardzero): Likewise.
28568         (fma_test_downward): Likewise.
28569         (fma_test_upward): Likewise.
28570
28571 2012-11-01  Thomas Schwinge  <thomas@codesourcery.com>
28572
28573         * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
28574
28575 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28576
28577         * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
28578         New variable.
28579
28580 2012-10-31  Thomas Schwinge  <thomas@codesourcery.com>
28581
28582         * rt/tst-shm.c (worker): Correct checking for mmap failure.
28583
28584 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28585
28586         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28587         Fix sort order.
28588         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28589         Likewise.
28590
28591 2012-10-31  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
28592
28593         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28594         Fix the order of the list for glibc 2.17.
28595         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28596         Likewise.
28597
28598 2012-10-31  Andreas Schwab  <schwab@linux-m68k.org>
28599
28600         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
28601
28602 2012-10-31  Joseph Myers  <joseph@codesourcery.com>
28603
28604         [BZ #14610]
28605         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
28606         for low part of x being zero before using __atanl (y).
28607         * math/libm-test.inc (atan2_test): Add another test.
28608
28609         * manual/install.texi (Configuring and compiling): Document
28610         general use of test-wrapper and test-wrapper-env.
28611         * INSTALL: Regenerated.
28612
28613         * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
28614         (__fma): Do not extract and scale down low bits on after-rounding
28615         systems when result rounded to normal precision would have normal
28616         exponent.
28617         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
28618         (__fmal): Do not extract and scale down low bits on after-rounding
28619         systems when result rounded to normal precision would have normal
28620         exponent.
28621         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
28622         (__fmal): Do not extract and scale down low bits on after-rounding
28623         systems when result rounded to normal precision would have normal
28624         exponent.
28625         * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
28626         macro.
28627         (fma_test): Add more tests.
28628         (fma_test_towardzero): Likewise.
28629         (fma_test_downward): Likewise.
28630         (fma_test_upward): Likewise.
28631
28632 2012-10-30  H.J. Lu  <hongjiu.lu@intel.com>
28633
28634         * sysdeps/i386/tininess.h: Renamed to ...
28635         * sysdeps/x86/tininess.h: This.
28636         * sysdeps/x86_64/tininess.h: Removed.
28637
28638 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28639
28640         * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
28641         input.  Use $(build-program-cmd).
28642         ($(objpfx)tst-array1-static.out): Likewise.
28643         ($(objpfx)tst-array2.out): Likewise.
28644         ($(objpfx)tst-array3.out): Likewise.
28645         ($(objpfx)tst-array4.out): Likewise.
28646         ($(objpfx)tst-array5.out): Likewise.
28647         ($(objpfx)tst-array5-static.out): Likewise.
28648
28649 2012-10-30  Chris Metcalf  <cmetcalf@tilera.com>
28650
28651         * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
28652         if defined.
28653
28654         * nss/nsswitch.h (nss_interface_function): Provide new
28655         macro for use with NSS functions.
28656         * grp/initgroups.c: Use new macro.
28657         * nss/getXXbyYY.c: Likewise.
28658         * nss/getXXbyYY_r.c: Likewise.
28659         * nss/getXXent.c: Likewise.
28660         * nss/getXXent_r.c: Likewise.
28661         * sysdeps/posix/getaddrinfo.c: Likewise.
28662
28663 2012-10-30  Andreas Jaeger  <aj@suse.de>
28664
28665         * po/ru.po: Update Russion translation from translation project.
28666
28667 2012-10-30  Joseph Myers  <joseph@codesourcery.com>
28668
28669         [BZ #14152]
28670         [BZ #14783]
28671         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
28672         result and shift together with sticky bit instead of replicating
28673         round-to-nearest rounding.
28674         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
28675         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
28676         * math/libm-test.inc (fma_test): Add more tests.  Do not permit
28677         missing underflow exceptions.
28678         (fma_test_towardzero): Add more tests.
28679         (fma_test_downward): Likewise.
28680         (fma_test_upward): Likewise.
28681
28682         [BZ #14047]
28683         * sysdeps/generic/tininess.h: New file.
28684         * sysdeps/i386/tininess.h: Likewise.
28685         * sysdeps/sh/tininess.h: Likewise.
28686         * sysdeps/x86_64/tininess.h: Likewise.
28687         * stdlib/tst-strtod-underflow.c: Likewise.
28688         * stdlib/tst-tininess.c: Likewise.
28689         * stdlib/strtod_l.c: Include <tininess.h>.
28690         (round_and_return): Do not set errno for exact underflow cases.
28691         Force an underflow exception when setting errno for underflow.
28692         Determine underflow based on rounding to normal precision if
28693         TININESS_AFTER_ROUNDING.
28694         * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
28695         ERANGE for exact underflow cases.
28696         * stdlib/Makefile (tests): Add tst-tininess and
28697         tst-strtod-underflow.
28698         ($(objpfx)tst-tininess): Use $(link-libm).
28699         ($(objpfx)tst-strtod-underflow): Likewise.
28700
28701 2012-10-30  Andreas Jaeger  <aj@suse.de>
28702
28703         [BZ#14767]
28704         * elf/Makefile (tests): Remove conditional for have-initfini-array
28705         since this is now always required and the variable does not exist
28706         anymore.
28707         (tests-static): Likewise.
28708         (modules-names): Likewise.
28709
28710         * po/eo.po: Add Esperanto translation from translation project.
28711
28712         * elf/tst-array1.c (fini_array): Make writeable so that it can be
28713         merged with constructor/destructor.
28714         (init_array): Likewise.
28715         * elf/tst-array2dep.c (fini_array): Likewise.
28716         (init_array): Likewise.
28717
28718 2012-10-29  Mike Frysinger  <vapier@gentoo.org>
28719
28720         * manual/message.texi: Delete @cartouche tags.
28721
28722 2012-10-29  Pino Toscano  <toscano.pino@tiscali.it>
28723
28724         * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
28725         EOPNOTSUPP.
28726         * sysdeps/mach/hurd/fsync.c: Likewise.
28727
28728         * sysdeps/pthread/aio_notify.c (__aio_notify_only)
28729         [_POSIX_REALTIME_SIGNALS]: Change condition to
28730         [_POSIX_REALTIME_SIGNALS > 0].
28731
28732 2012-10-27  Andreas Jaeger  <aj@suse.de>
28733
28734         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
28735         [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
28736         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
28737         [__WORDSIZE != 64]: Likewise.
28738
28739 2012-10-26  H.J. Lu  <hongjiu.lu@intel.com>
28740
28741         *  iconvdata/tst-table.sh: Remove ${SHELL}.
28742         *  iconvdata/tst-tables.sh: Likewise.
28743
28744 2012-10-25  David S. Miller  <davem@davemloft.net>
28745
28746         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28747         (__get_clockfreq_via_proc_openprom): Use strtoumax instead
28748         of strtoull.
28749
28750         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
28751         ifunc-impl-list.c
28752         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
28753         * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
28754         * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
28755         file.
28756
28757 2012-10-25  Roland McGrath  <roland@hack.frob.com>
28758
28759         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28760         (__get_clockfreq_via_proc_openprom): Use __getdents instead of
28761         __getdirentries.
28762
28763 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28764             Jim Blandy  <jimb@codesourcery.com>
28765
28766         * scripts/cross-test-ssh.sh: New file.
28767         * manual/install.texi (Configuring and compiling): Document use of
28768         cross-test-ssh.sh.
28769         * INSTALL: Regenerated.
28770
28771 2012-10-25  Pino Toscano  <toscano.pino@tiscali.it>
28772
28773         * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
28774         EOPNOTSUPP.
28775
28776 2012-10-25  Joseph Myers  <joseph@codesourcery.com>
28777
28778         * Makeconfig (run-program-prefix): Fix comment.
28779
28780 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28781             Jim Blandy  <jimb@codesourcery.com>
28782
28783         * Makeconfig (test-wrapper): New variable,
28784         (test-wrapper-env): Likewise.
28785         [$(cross-compiling) = yes && $(test-wrapper) != ""]
28786         (run-built-tests): Define to yes.
28787         (run-program-prefix): Use $(test-wrapper).
28788         (built-program-cmd): Likewise.
28789         * Rules (make-test-out): Use $(test-wrapper-env) and
28790         $(host-built-program-cmd).
28791         * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
28792         ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
28793         tst-pathopt.sh.
28794         ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
28795         $(test-wrapper-env) to tst-rtld-load-self.sh.
28796         ($(objpfx)order2.out): Use $(test-wrapper).
28797         ($(objpfx)tst-initorder.out): Likewise.
28798         ($(objpfx)tst-initorder2.out): Likewise.
28799         ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
28800         * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
28801         (test_wrapper_env): New variable.  Use it to run ld.so.
28802         * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
28803         Use it to run ld.so.
28804         (test_wrapper_env): Likewise.
28805         * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
28806         $(test-wrapper) to run-iconv-test.sh.
28807         * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
28808         (ICONV): Use $test_wrapper.
28809         * posix/Makefile ($(objpfx)globtest.out): Pass
28810         $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
28811         globtest.sh, not $(run-program-prefix).
28812         * posix/globtest.sh (run_via_rtld_prefix): New variable.
28813         (test_wrapper): Likewise.
28814         (test_wrapper_env): Likewise.  Use it to run globtest with HOME
28815         set together with run_via_rtld_prefix.
28816         (run_program_prefix): Define in terms of test_wrapper and
28817         run_via_rtld_prefix.
28818
28819 2012-10-24  Roland McGrath  <roland@hack.frob.com>
28820
28821         * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
28822         * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
28823         Targets removed.
28824
28825         [BZ #14743]
28826         * include/time.h: Remove librt_hidden_proto (clock_gettime).
28827         Declare __clock_getres, __clock_gettime, __clock_settime,
28828         __clock_nanosleep, and __clock_getcpuclockid.
28829         * rt/clock_gettime.c: Define __clock_gettime as an alias.
28830         Remove librt_hidden_def (clock_gettime).
28831         * sysdeps/unix/clock_gettime.c: Likewise.
28832         * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
28833         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
28834         * rt/clock_getres.c: Define __clock_getres as an alias.
28835         * sysdeps/posix/clock_getres.c: Likewise.
28836         * rt/clock_settime.c: Define __clock_settime as an alias.
28837         * sysdeps/unix/clock_settime.c: Likewise.
28838         * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
28839         * sysdeps/unix/clock_nanosleep.c: Likewise.
28840         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
28841         * rt/clock-compat.c: New file.
28842         * rt/Makefile (librt-routines): Add clock-compat and move
28843         $(clock-routines) to ...
28844         (routines): ... here, new variable.
28845         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
28846         Don't add get_clockfreq here.
28847         * rt/Versions (libc: GLIBC_2.17): New version set.
28848         Add clock_* symbols here.
28849         (libc: GLIBC_PRIVATE): New version set.  Add __clock_* symbols here.
28850         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
28851         (GLIBC_2.17): Add clock_* symbols.
28852         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
28853         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
28854         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
28855         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
28856         Likewise.
28857         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
28858         Likewise.
28859         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
28860         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
28861         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
28862         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
28863         * NEWS: Mention the move.
28864
28865         * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
28866         Use __open, __read, __close rather than their public counterparts.
28867         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
28868         (__get_clockfreq_via_cpuinfo): Likewise.
28869         (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
28870         (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
28871
28872         * config.h.in (HAVE_IFUNC): New #undef.
28873         * configure.in: Define it if libc_cv_ld_gnu_indirect_function
28874         was successful.
28875         * configure: Regenerated.
28876
28877 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28878
28879         * configure.in: Move READELF check to start of file.
28880         (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
28881         libc_cv_asm_gnu_indirect_function in the process.
28882         * configure: Regenerated.
28883
28884 2012-10-24  Mike Frysinger  <vapier@gentoo.org>
28885
28886         * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
28887         send the output to /dev/null.
28888         (libc_cv_cc_with_libunwind): Likewise.
28889         (libc_cv_as_noexecstack): Likewise.
28890         * configure: Regenerate.
28891
28892 2012-10-24  Joseph Myers  <joseph@codesourcery.com>
28893
28894         * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
28895
28896         * posix/globtest.sh (TMPDIR): Do not set.
28897         (testdir): Define using ${common_objpfx}posix not $TMPDIR.
28898         (testout): Likewise.
28899
28900 2012-10-24  Andreas Jaeger  <aj@suse.de>
28901
28902         * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
28903         types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
28904         [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
28905         [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
28906         posix_fadvise64, posix_fallocate64.
28907
28908         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
28909         (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
28910         (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
28911         Likewise.
28912         (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
28913         Likewise.
28914         (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
28915
28916         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
28917         (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
28918         <bits/fcntl-linux.h>.
28919         (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
28920
28921         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
28922         (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
28923         (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
28924         (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
28925         [__WORDSIZE != 64]: Likewise.
28926
28927 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28928
28929         * Makeconfig (run-built-tests): New variable.
28930         * Rules [$(cross-compiling) = yes]: Change condition to
28931         [$(run-built-tests) = no].
28932         * catgets/Makefile [$(cross-compiling) != yes]: Change condition
28933         to [$(run-built-tests) = yes].
28934         * elf/Makefile [$(cross-compiling) = no]: Likewise
28935         * grp/Makefile [$(cross-compiling) = no]: Likewise.
28936         * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
28937         * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
28938         * intl/Makefile [$(cross-compiling) = no]: Likewise.
28939         * io/Makefile [$(cross-compiling) = no]: Likewise.
28940         * libio/Makefile [$(cross-compiling) = no]: Likewise.
28941         * malloc/Makefile [$(cross-compiling) = no]: Likewise.
28942         * misc/Makefile [$(cross-compiling) = no]: Likewise.
28943         * posix/Makefile [$(cross-compiling) = no]: Likewise.
28944         * resolv/Makefile [$(cross-compiling) = no]: Likewise.
28945         * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
28946         * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
28947         * string/Makefile [$(cross-compiling) = no]: Likewise.
28948
28949         * posix/Makefile ($(objpfx)globtest.out): Pass
28950         $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
28951         $(rtld-installed-name).
28952         * posix/globtest.sh (elf_objpfx): Remove variable.
28953         (rtld_installed_name): Likewise.
28954         (library_path): Likewise.
28955         (run_program_prefix): New variable.  Use for running globtest
28956         binary.
28957
28958 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
28959             Joseph Myers  <joseph@codesourcery.com>
28960
28961         * Makeconfig (host-built-program-cmd): New variable.
28962         * elf/Makefile (tst-stackguard1-ARGS): Use
28963         $(host-built-program-cmd).
28964         * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
28965         (tst-spawn-ARGS): Likewise.
28966         * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
28967
28968 2012-10-23  Joseph Myers  <joseph@codesourcery.com>
28969             Jim Blandy  <jimb@codesourcery.com>
28970
28971         * Makeconfig (run-via-rtld-prefix): New variable.
28972         (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
28973         (built-program-cmd): Likewise.
28974
28975 2012-10-22  Andreas Jaeger  <aj@suse.de>
28976
28977         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
28978         __O_RSYNC if it exists, otherwise to O_SYNC.
28979
28980 2012-10-22  Jim Blandy  <jimb@codesourcery.com>
28981             Joseph Myers  <joseph@codesourcery.com>
28982
28983         * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
28984         /dev/null.
28985         * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
28986         from /dev/null
28987         * posix/tst-getconf.sh: Redirect getconf stdin in loop from
28988         /dev/null.
28989
28990 2012-10-22  Andreas Jaeger  <aj@suse.de>
28991
28992         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
28993         Define always.
28994         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
28995
28996         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
28997         bits/fcntl-linux.h.
28998
28999         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
29000         (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
29001
29002         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
29003         to __O_LARGEFILE.
29004         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
29005         to __O_LARGEFILE.
29006
29007 2012-10-21  Jim Blandy  <jimb@codesourcery.com>
29008             Joseph Myers  <joseph@codesourcery.com>
29009
29010         * config.make.in (NM): New variable.
29011
29012 2012-10-21  Andreas Jaeger  <aj@suse.de>
29013
29014         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
29015         definitions and declarations that are provided by
29016         <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
29017
29018 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29019
29020         [BZ #14683]
29021         * elf/Makefile (tests-static): Add tst-leaks1-static.
29022         (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
29023         ($(objpfx)tst-leaks1-static): New rule.
29024         ($(objpfx)tst-leaks1-static-mem): Likewise.
29025         (tst-leaks1-static-ENV): New macro.
29026         * elf/dl-open.c (dl_open_worker): Check the main application
29027         only if SHARED is defined.
29028         * elf/tst-leaks1-static.c: New file.
29029
29030 2012-10-20  Andreas Jaeger  <aj@suse.de>
29031
29032         * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
29033         generic values for Linux.
29034         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
29035         and declarations that are provided by <bits/fcntl-linux.h> and
29036         include <bits/fcntl-linux.h>.
29037         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
29038         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
29039
29040 2012-10-20  Roland McGrath  <roland@hack.frob.com>
29041
29042         * io/fcntl.h: Move include of <bits/types.h> to the top and
29043         include it unconditionally.
29044
29045 2012-10-20  H.J. Lu  <hongjiu.lu@intel.com>
29046
29047         * wcsmbs/Makefile (tests-ifunc): New variable.
29048         (tests): Add $(tests-ifunc).
29049         * wcsmbs/test-wcschr-ifunc.c: New file.
29050         * wcsmbs/test-wcscmp-ifunc.c: Likewise.
29051         * wcsmbs/test-wcscpy-ifunc.c: Likewise.
29052         * wcsmbs/test-wcslen-ifunc.c: Likewise.
29053         * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
29054         * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
29055
29056         * string/Makefile (tests-ifunc): New variable.
29057         (tests): Add $(tests-ifunc).
29058         * string/test-memccpy.c (TEST_NAME): New macro.
29059         * string/test-memchr.c (TEST_NAME): Likewise.
29060         * string/test-memcmp.c (TEST_NAME): Likewise.
29061         * string/test-memcpy.c (TEST_NAME): Likewise.
29062         * string/test-memmem.c (TEST_NAME): Likewise.
29063         * string/test-memmove.c (TEST_NAME): Likewise.
29064         * string/test-memset.c (TEST_NAME): Likewise.
29065         * string/test-rawmemchr.c (TEST_NAME): Likewise.
29066         * string/test-stpcpy.c (TEST_NAME): Likewise.
29067         * string/test-stpncpy.c (TEST_NAME): Likewise.
29068         * string/test-strcasecmp.c (TEST_NAME): Likewise.
29069         * string/test-strcasestr.c (TEST_NAME): Likewise.
29070         * string/test-strcat.c (TEST_NAME): Likewise.
29071         * string/test-strchr.c (TEST_NAME): Likewise.
29072         * string/test-strcmp.c(TEST_NAME): Likewise.
29073         * string/test-strcpy.c (TEST_NAME): Likewise.
29074         * string/test-strcspn.c (TEST_NAME): Likewise.
29075         * string/test-strlen.c (TEST_NAME): Likewise.
29076         * string/test-strncasecmp.c (TEST_NAME): Likewise.
29077         * string/test-strncmp.c (TEST_NAME): Likewise.
29078         * string/test-strncpy.c (TEST_NAME): Likewise.
29079         * string/test-strnlen.c (TEST_NAME): Likewise.
29080         * string/test-strpbrk.c (TEST_NAME): Likewise.
29081         * string/test-strrchr.c (TEST_NAME): Likewise.
29082         * string/test-strspn.c (TEST_NAME): Likewise.
29083         * string/test-strstr.c (TEST_NAME): Likewise.
29084         * string/test-bcopy-ifunc.c: New file.
29085         * string/test-bzero-ifunc.c: Likewise.
29086         * string/test-memccpy-ifunc.c: Likewise.
29087         * string/test-memchr-ifunc.c: Likewise.
29088         * string/test-memcmp-ifunc.c: Likewise.
29089         * string/test-memcpy-ifunc.c: Likewise.
29090         * string/test-memmem-ifunc.c: Likewise.
29091         * string/test-memmove-ifunc.c: Likewise.
29092         * string/test-mempcpy-ifunc.c: Likewise.
29093         * string/test-memset-ifunc.c: Likewise.
29094         * string/test-rawmemchr-ifunc.c: Likewise.
29095         * string/test-stpcpy-ifunc.c: Likewise.
29096         * string/test-stpncpy-ifunc.c: Likewise.
29097         * string/test-strcasecmp-ifunc.c: Likewise.
29098         * string/test-strcasestr-ifunc.c: Likewise.
29099         * string/test-strcat-ifunc.c: Likewise.
29100         * string/test-strchr-ifunc.c: Likewise.
29101         * string/test-strchrnul-ifunc.c: Likewise.
29102         * string/test-strcmp-ifunc.c: Likewise.
29103         * string/test-strcpy-ifunc.c: Likewise.
29104         * string/test-strcspn-ifunc.c: Likewise.
29105         * string/test-strlen-ifunc.c: Likewise.
29106         * string/test-strncasecmp-ifunc.c: Likewise.
29107         * string/test-strncat-ifunc.c: Likewise.
29108         * string/test-strncmp-ifunc.c: Likewise.
29109         * string/test-strncpy-ifunc.c: Likewise.
29110         * string/test-strnlen-ifunc.c: Likewise.
29111         * string/test-strpbrk-ifunc.c: Likewise.
29112         * string/test-strrchr-ifunc.c: Likewise.
29113         * string/test-strspn-ifunc.c: Likewise.
29114         * string/test-strstr-ifunc.c: Likewise.
29115
29116         * debug/Makefile (tests-ifunc): New variable.
29117         (tests): Add $(tests-ifunc).
29118         * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
29119         * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
29120         * debug/test-stpcpy_chk-ifunc.c: New file.
29121         * debug/test-strcpy_chk-ifunc.c: Likewise.
29122
29123 2012-10-20  Siddhesh Poyarekar  <siddhesh@redhat.com>
29124
29125         [BZ #13601]
29126         * elf/dl-load.c (open_verify): Retry read if the entire ELF
29127         header is not read in.
29128
29129 2012-10-19  Joseph Myers  <joseph@codesourcery.com>
29130
29131         * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh.  Pass
29132         script to $(SHELL) as $<.  Pass $(common-objpfx) to script
29133         directly.  Pass built executable to script as
29134         $(built-program-cmd).
29135         * io/ftwtest-sh (ldso): Remove variable.  Run ftwtest directly as
29136         $testprogram without using LD_LIBRARY_PATH and $ldso.
29137
29138         * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
29139         $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
29140         $(rtld-installed-name).
29141         * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
29142         (rtld_installed_name): Likewise.
29143         (library_path): Likewise.
29144         (run_program_prefix): New variable.  Use it to run tst_fgetgrent.
29145         * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
29146         $(run-program-prefix) to tst-tables.sh.
29147         * iconvdata/tst-table.sh (run_program_prefix): New variable.  Use
29148         it to run tst-table-from and tst-table-to.
29149         * iconvdata/tst-tables.sh (run_program_prefix): New variable.
29150         Pass it to tst-table.sh.
29151         * intl/Makefile ($(objpfx)tst-gettext.out): Pass
29152         $(run-program-prefix) to tst-gettext.sh.
29153         ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
29154         tst-translit.sh.
29155         ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
29156         tst-gettext2.sh.
29157         * intl/tst-gettext.sh (run_program_prefix): New variable.  Use it
29158         to run tst-gettext.
29159         * intl/tst-gettext2.sh (run_program_prefix): New variable.  Use it
29160         to run tst-gettext2.
29161         * intl/tst-translit.sh (run_program_prefix): New variable.  Use it
29162         to run tst-translit.
29163         * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
29164         $(run-program-prefix) to tst-mtrace.sh.
29165         * malloc/tst-mtrace.sh (run_program_prefix): New variable.  Use it
29166         to run tst-mtrace.
29167         * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
29168         $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
29169         $(rtld-installed-name).
29170         * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
29171         (rtld_installed_name): Likewise.
29172         (run_program_prefix): New variable.  Use it to run wordexp-test.
29173
29174         * Makeconfig (ARCH): Remove all definitions.
29175         (machine): Likewise.
29176         [ARCH]: Remove conditional code.
29177         [!objdir]: Give error.
29178         [!objdir] (objpfx): Remove.
29179         [!objdir] (common-objpfx): Likewise.
29180         [!objdir] (common-objdir): Likewise.
29181         * configure.in (config_makefile): Remove.  Hardcode Makefile in
29182         AC_CONFIG_FILES call.
29183         * configure: Regenerated.
29184
29185         [BZ #13888]
29186         * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
29187         or TMPDIR.
29188         (testout): Likewise.
29189
29190         * posix/Makefile ($(objpfx)tst-getconf.out): Pass
29191         $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
29192         $(rtld-installed-name).
29193         * posix/tst-getconf.sh (elf_objpfx): Remove variable.
29194         (rtld_installed_name): Likwise.
29195         (runit): Remove function.
29196         (run_getconf): New variable,  Use it for running getconf binary.
29197
29198 2012-10-18  H.J. Lu  <hongjiu.lu@intel.com>
29199
29200         [BZ #14716]
29201         * string/test-memmem.c (check_result): New function.
29202         (do_one_test): Use it.
29203         (check1): New function.
29204         (test_main): Use it.
29205
29206 2012-10-18  Markus Trippelsdorf  <markus@trippelsdorf.de>
29207
29208         * math/Makefile: Comment on slow compilation of test-tgmath2.c.
29209
29210 2012-10-18  Joseph Myers  <joseph@codesourcery.com>
29211
29212         * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
29213         (_G_LSEEK64): Likewise.
29214         (_G_MMAP64): Likewise.
29215         (_G_FSTAT64): Likewise.
29216         * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
29217         (_G_LSEEK64): Likewise.
29218         (_G_MMAP64): Likewise.
29219         (_G_FSTAT64): Likewise.
29220         * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
29221         unconditional.  Call __mmap64 directly.
29222         (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
29223         (mmap_remap_check) [_G_LSEEK64]: Make code unconditional.  Call
29224         __lseek64 directly.
29225         (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
29226         (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional.  Call
29227         __mmap64 directly.
29228         (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
29229         (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29230         __lseek64 directly.
29231         (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
29232         (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional.  Call
29233         __lseek64 directly.
29234         (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
29235         (_IO_file_seek) [_G_LSEEK64]: Make code unconditional.  Call
29236         __lseek64 directly.
29237         (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
29238         (_IO_file_stat) [_G_FSTAT64]: Make code unconditional.  Call
29239         __fxstat64 directly.
29240         (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
29241         * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
29242         unconditional.
29243         (freopen64) [!_G_OPEN64]: Remove conditional code.
29244         * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
29245         unconditional.
29246         (fseeko64) [!_G_LSEEK64]: Remove conditional code.
29247         * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
29248         unconditional.
29249         (ftello64) [!_G_LSEEK64]: Remove conditional code.
29250         * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
29251         unconditional.
29252         (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29253         * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
29254         unconditional.
29255         (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
29256         * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
29257         unconditional.
29258         (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29259         * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
29260         unconditional.
29261         (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
29262         * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
29263         unconditional.
29264         (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
29265
29266 2012-10-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
29267
29268         [BZ #12140]
29269         * manual/memory.texi (Malloc Tunable Parameters): Add note
29270         about free list pointers overwriting some perturb bytes.
29271         Wording suggested by Roland McGrath.
29272
29273 2012-10-17  Joseph Myers  <joseph@codesourcery.com>
29274
29275         * math/libm-test.inc (gamma_test): Do not call feclearexcept.
29276         (lgamma_test): Likewise.
29277         (tgamma_test): Likewise.
29278
29279 2012-10-16  Florian Weimer  <fweimer@redhat.com>
29280
29281         [BZ #14700]
29282         * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
29283         (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
29284
29285 2012-10-16  Maxim Kuvyrkov  <maxim@codesourcery.com>
29286
29287         * NEWS: Mention BZ #14716.
29288         * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
29289         when removing AVAILABLE1_USES_J macro.
29290
29291 2012-10-12  H.J. Lu  <hongjiu.lu@intel.com>
29292
29293         * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
29294         (__bswap_64): __uint64_t for unsigned 64-bit int.
29295
29296 2012-10-12  Andreas Schwab  <schwab@linux-m68k.org>
29297
29298         * include/string.h (memmem): Declare libc hidden alias.
29299         * string/memmem.c (memmem): Define libc hidden alias.
29300         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
29301         __read, __close instead of open, read, close.
29302
29303 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
29304
29305         * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
29306         * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
29307         global and hidden.
29308         * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
29309         * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
29310         * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
29311         Likewise.
29312         (__rawmemchr_sse2): Likewise.
29313         * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
29314         * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
29315         (__strchr_sse2): Likewise.
29316         * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
29317         * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
29318         (__strcasecmp_sse2): Likewise.
29319         (__strncasecmp_sse2): Likewise.
29320         * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
29321         * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
29322         * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
29323         * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
29324         (__strrchr_sse2): Likewise.
29325         * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
29326         ifunc-impl-list.c.
29327         * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
29328         * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
29329         * sysdeps/x86_64/multiarch/memmove.c: Likewise.
29330         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
29331         * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
29332         * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
29333         * sysdeps/x86_64/multiarch/memset.S: Likewise.
29334         * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
29335         * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
29336         * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
29337         * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
29338         * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
29339         * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
29340         * sysdeps/x86_64/multiarch/strcat.S: Likewise.
29341         * sysdeps/x86_64/multiarch/strchr.S: Likewise.
29342         * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
29343         * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
29344         * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
29345         * sysdeps/x86_64/multiarch/strlen.S: Likewise.
29346         * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
29347         * sysdeps/x86_64/multiarch/strncat.S: Likewise.
29348         * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
29349         * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
29350         * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
29351         * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
29352         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
29353         * sysdeps/x86_64/multiarch/strspn.S: Likewise.
29354         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
29355         * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
29356         * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
29357
29358         * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
29359         global and hidden.
29360         * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
29361         * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
29362         * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
29363         * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
29364         Likewise.
29365         * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
29366         Likewise.
29367         * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
29368         * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
29369         * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
29370         * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
29371         ifunc-impl-list.c.
29372         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
29373         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
29374         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
29375         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
29376         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
29377         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
29378         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
29379         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
29380         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
29381         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
29382         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
29383         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
29384         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
29385         * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
29386         * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
29387         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
29388         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
29389         * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
29390         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
29391         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
29392         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
29393         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
29394         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
29395         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
29396         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
29397         * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
29398         * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
29399         * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
29400         * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
29401         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
29402         * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
29403         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
29404         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
29405         * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
29406         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
29407         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
29408         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
29409         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
29410         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
29411         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
29412         * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
29413
29414         * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
29415         [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
29416         * include/ifunc-impl-list.h: New file.
29417         * misc/ifunc-impl-list.c: Likewise.
29418         * misc/Makefile (routines): Add ifunc-impl-list.
29419         * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
29420         * string/test-string.h: Include <ifunc-impl-list.h>.
29421         (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
29422         TEST_NAME]: New variables.
29423         (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
29424         are defined.
29425         (test_init): Call __libc_ifunc_impl_list to initialize
29426         func_list if TEST_IFUNC and TEST_NAME are defined.
29427
29428         * string/Makefile (strop-tests): Add bcopy and bzero.
29429         * string/test-bcopy.c: New file.
29430         * string/test-bzero.c: Likewise.
29431         * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
29432         defined.
29433         * string/test-memset.c: Support bzero test if TEST_BZERO is
29434         defined.
29435         * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
29436         __libc_memmove.
29437         * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
29438         __libc_memset.
29439         * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
29440         of memset.
29441
29442 2012-10-10  Joseph Myers  <joseph@codesourcery.com>
29443
29444         * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
29445         * configure: Regenerated.
29446
29447         * Makeconfig (+link-static-before-libc): Don't include
29448         $(link-static-libc).
29449
29450         * libio/libio.h (_IO_pos_t): Remove.
29451
29452 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29453
29454         * NEWS: Add note about FIPS mode.  Wording suggested by Roland
29455         McGrath.
29456
29457 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29458
29459         * crypt/crypt-entry.c: Include fips-private.h.
29460         (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
29461         * crypt/md5c-test.c (main): Tolerate disabled MD5.
29462         * sysdeps/unix/sysv/linux/fips-private.h: New file.
29463         * sysdeps/generic/fips-private.h: New file, dummy fallback.
29464
29465 2012-10-10  Alexandre Oliva <aoliva@redhat.com>
29466
29467         * crypt/crypt-private.h: Include stdbool.h.
29468         (_ufc_setup_salt_r): Return bool.
29469         * crypt/crypt-entry.c: Include errno.h.
29470         (__crypt_r): Return NULL with EINVAL for bad salt.
29471         * crypt/crypt_util.c (bad_for_salt): New.
29472         (_ufc_setup_salt_r): Check that salt is long enough and within
29473         the specified alphabet.
29474         * crypt/badsalttest.c: New file.
29475         * crypt/Makefile (tests): Add it.
29476         ($(objpfx)badsalttest): New.
29477
29478 2012-10-09  Maxim Kuvyrkov  <maxim@codesourcery.com>
29479
29480         * NEWS: Add entry for BZ #14602.
29481
29482 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29483
29484         * math/gen-libm-test.pl (parse_args): Handle comparison macros as
29485         type-generic.
29486         * math/libm-test.inc: Update comment listing what functions and
29487         macros are tested.
29488         (isgreater_test): New function.
29489         (isgreaterequal_test): Likewise.
29490         (isless_test): Likewise.
29491         (islessequal_test): Likewise.
29492         (islessgreater_test): Likewise.
29493         (isunordered_test): Likewise.
29494         (main): Call the new functions.
29495
29496 2012-10-09  Roland McGrath  <roland@hack.frob.com>
29497
29498         * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
29499         _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
29500         AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
29501         * sysdeps/i386/configure: Regenerated.
29502         * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
29503         * sysdeps/mach/configure: Regenerated.
29504         * sysdeps/mach/hurd/configure: Regenerated.
29505         * sysdeps/powerpc/configure: Regenerated.
29506         * sysdeps/powerpc/powerpc32/configure: Regenerated.
29507         * sysdeps/powerpc/powerpc64/configure: Regenerated.
29508         * sysdeps/s390/s390-32/configure: Regenerated.
29509         * sysdeps/s390/s390-64/configure: Regenerated.
29510         * sysdeps/sh/configure: Regenerated.
29511         * sysdeps/sparc/configure: Regenerated.
29512         * sysdeps/unix/sysv/linux/configure: Regenerated.
29513         * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
29514         * sysdeps/x86_64/configure: Regenerated.
29515
29516         * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
29517         defined.  Don't check if MAP is NULL.
29518
29519 2012-10-09  Joseph Myers  <joseph@codesourcery.com>
29520
29521         * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
29522         (_G_stat64): Likewise.
29523         * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
29524         (_G_stat64): Likewise.
29525         * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
29526         instead of struct _G_stat64.
29527         * libio/fileops.c (mmap_remap_check): Likewise.
29528         (decide_maybe_mmap): Likewise.
29529         (_IO_new_file_seekoff): Likewise.
29530         (_IO_file_stat): Likewise.
29531         * libio/libio.h (_IO_off64_t): Define to __off64_t, not
29532         _G_off64_t.
29533         * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
29534         instead of struct _G_stat64.
29535         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29536
29537 2012-10-08  Maxim Kuvyrkov  <maxim@codesourcery.com>
29538
29539         [BZ #14602]
29540         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29541         Replace with ...
29542         (CHECK_EOL): New macro.
29543         (two_way_short_needle): Check beginning of haystack for EOL.  Use
29544         CHECK_EOL.
29545         * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29546         Replace with CHECK_EOL.
29547         * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
29548         Replace with CHECK_EOL.
29549
29550 2012-10-08  Joseph Myers  <joseph@codesourcery.com>
29551
29552         * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
29553         type-generic.
29554         * math/libm-test.inc: Update comment listing what functions and
29555         macros are tested.
29556         (finite_test): New function.
29557         (isinf_test): Likewise.
29558         (isnan_test): Likewise.
29559         (fpclassify_test): Test subnormal input.
29560         (isfinite_test): Likewise.
29561         (isnormal_test): Likewise.
29562         (main): Call the new functions.
29563
29564 2012-10-08  Jonathan Nieder  <jrnieder@gmail.com>
29565
29566         [BZ #14660]
29567         * Makerules (%.dynsym): Force C locale when running
29568         $(OBJDUMP) --dynamic-syms.
29569
29570 2012-10-08  Andreas Schwab  <schwab@linux-m68k.org>
29571
29572         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
29573         <stdint.h>.
29574
29575 2012-10-06  David S. Miller  <davem@davemloft.net>
29576
29577         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
29578         upper 32-bits of the length value in %o2 since we use branch-on-register
29579         tests which consider the entire 64-bit register.
29580
29581 2012-10-06  H.J. Lu  <hongjiu.lu@intel.com>
29582
29583         * string/test-strstr.c (check2): Add a test for page boundary.
29584
29585 2012-10-05  David S. Miller  <davem@davemloft.net>
29586
29587         * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
29588         * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
29589         file.
29590         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29591         sysdep_routines.
29592         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29593         * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
29594         and bzero when HWCAP_SPARC_CRYPTO is present.
29595
29596 2012-10-05  H.J. Lu  <hongjiu.lu@intel.com>
29597
29598         [BZ #14602]
29599         * string/test-strstr.c (check2): New function.
29600         (test_main): Call check2.
29601
29602         * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
29603         and bug-strchr1.
29604         * string/bug-strcasestr1.c (do_test): Moved to ...
29605         * string/test-strcasestr.c (check1): Here.  New function.
29606         (do_one_test): Break out result checking code into ...
29607         (check_result): This.  New function.
29608         (do_one_test): Call check_result.
29609         (test_main): Call check1.
29610         * string/bug-strchr1.c (do_test): Moved to ...
29611         * string/test-strchr.c (check1): Here.  New function.
29612         (do_one_test): Break out result checking code into ...
29613         (check_result): This.  New function.
29614         (do_one_test): Call check_result.
29615         (test_main): Call check1.
29616         * string/bug-strstr1.c (main): Moved to ...
29617         * string/test-strstr.c (check1): Here.  New function.
29618         (do_one_test): Break out result checking code into ...
29619         (check_result): This.  New function.
29620         (do_one_test): Call check_result.
29621         (test_main): Call check1.
29622         * string/bug-strcasestr1.c: Removed.
29623         * string/bug-strchr1.c: Likewise.
29624         * string/bug-strstr1.c: Likewise.
29625
29626         * elf/Makefile (dl-routines): Add hwcaps.
29627         * elf/dl-support.c (_dl_important_hwcaps): Removed.
29628         * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
29629         (_dl_important_hwcaps): Moved to ...
29630         * elf/dl-hwcaps.c: Here.  New file.
29631         * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
29632
29633         [BZ #14557]
29634         * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
29635         if IS_IN_rtld isn't defined.
29636
29637         * elf/dl-support.c (_dl_sysinfo_map): New.
29638         Include "get-dynamic-info.h" and "setup-vdso.h".
29639         (_dl_non_dynamic_init): Call setup_vdso.
29640         * elf/dynamic-link.h: Don't include <assert.h>.
29641         (elf_get_dynamic_info): Moved to ...
29642         * elf/get-dynamic-info.h: Here.  New file.
29643         * elf/dynamic-link.h: Include "get-dynamic-info.h".
29644         * elf/rtld.c (dl_main): Break out vDSO setup code into ...
29645         * elf/setup-vdso.h: Here.  New file.
29646         * elf/rtld.c: Include "setup-vdso.h".
29647         (dl_main): Call setup_vdso.
29648
29649 2012-10-05  Joseph Myers  <joseph@codesourcery.com>
29650
29651         * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
29652         creal in comment listing functions tested.  List finite, isinf,
29653         isnan, isless, islessequal, isgreater, isgreaterequal,
29654         islessgreater, isunordered, lgamma_r and pow10 as functions and
29655         macros not tested.  Mention which functions not tested are aliases
29656         for other functions.  Fix typo.  Note that signs of NaNs are not
29657         tested.
29658
29659         * scripts/config.guess: Update from config.git.
29660         * scripts/config.sub: Likewise.
29661
29662 2012-10-04  Roland McGrath  <roland@hack.frob.com>
29663
29664         * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
29665         * misc/madvise.c (madvise): Renamed to __madvise.
29666         Make madvise a weak alias.
29667         * include/sys/mman.h: Declare __madvise.
29668         Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
29669         * sysdeps/unix/syscalls.list
29670         (madvise): Make __madvise the strong name, and madvise a weak alias.
29671         * sysdeps/unix/sysv/linux/syscalls.list
29672         (madvise, mmap): Remove redundant entries.
29673         * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
29674         * malloc/malloc.c (mtrim): Likewise.
29675         * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
29676
29677 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29678
29679         * sysdeps/mach/hurd/dl-cache.c: File removed.
29680         * config.h.in (USE_LDCONFIG): New #undef.
29681         * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
29682         * configure: Regenerated.
29683         * elf/Makefile (dl-routines): Add dl-cache only under
29684         [$(use-ldconfig) = yes].
29685         * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
29686         cache on [USE_LDCONFIG].
29687         * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
29688         [USE_LDCONFIG].
29689         * elf/rtld.c (dl_main): Likewise.
29690
29691 2012-10-03  Pino Toscano  <toscano.pino@tiscali.it>
29692
29693         * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
29694         _SC_LEVEL4_CACHE_LINESIZE.
29695
29696 2012-10-03  Roland McGrath  <roland@hack.frob.com>
29697
29698         * sysdeps/unix/bsd/confstr.h: File removed.
29699
29700 2012-10-02  Alexandre Oliva <aoliva@redhat.com>
29701
29702         * scripts/check-local-headers.sh: Exclude sys/sdt.h and
29703         sys/sdt-config.h.
29704
29705 2012-10-02  Roland McGrath  <roland@hack.frob.com>
29706
29707         * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
29708         Make 'mapoff' field ElfW(Off) rather than off_t.
29709
29710 2012-10-02  Dmitry V. Levin  <ldv@altlinux.org>
29711
29712         * nscd/Makefile: Remove nscd-cflags and all its users.
29713         (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
29714         (CFLAGS-nonlib): Add compiler flags for nscd modules.
29715
29716         [BZ #10631]
29717         * malloc.c (malloc_printerr): Clarify error message.
29718
29719 2012-10-02  H.J. Lu  <hongjiu.lu@intel.com>
29720
29721         [BZ #14648]
29722         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
29723         Set bit_FMA_Usable if FMA is supported.
29724         * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
29725         macro.
29726         (bit_FMA4_Usable): Updated.
29727         (index_FMA_Usable): New macro.
29728         (CPUID_FMA): Likewise
29729         (HAS_FMA): Defined with bit_FMA_Usable.
29730
29731 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29732
29733         * bits/types.h (__swblk_t): Type removed.
29734         * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
29735         * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
29736         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
29737         (__SWBLK_T_TYPE): Likewise.
29738         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
29739         (__SWBLK_T_TYPE): Likewise.
29740         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
29741         (__SWBLK_T_TYPE): Likewise.
29742         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
29743         (__SWBLK_T_TYPE): Likewise.
29744
29745 2012-10-01  Patsy Franklin <pfrankli@redhat.com>
29746             Honza Horak <hhorak@redhat.com>
29747
29748         * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
29749         (xdr_mapname): Use YPMAXMAP as maxsize.
29750         (xdr_peername): Use YPMAXPEER as maxsize.
29751         (xdr_keydat): Use YPAXRECORD as maxsize.
29752         (xdr_valdat): Use YPMAXRECORD as maxsize.
29753
29754 2012-10-01  Roland McGrath  <roland@hack.frob.com>
29755
29756         * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
29757
29758         * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
29759         * csu/init-first.c: ... here.
29760         * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
29761         * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
29762         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
29763         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
29764         * sysdeps/i386/init-first.c: File removed.
29765         * sysdeps/sh/init-first.c: File removed.
29766
29767 2012-10-01  Joseph Myers  <joseph@codesourcery.com>
29768
29769         [BZ #14645]
29770         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
29771         if x * y might underflow to zero and z is zero.
29772         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
29773         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29774         * math/libm-test.inc (min_subnorm_value): New variable.
29775         (fma_test): Add more tests.
29776         (fma_test_towardzero): Likewise.
29777         (fma_test_downward): Likewise
29778         (fma_test_upward): Likewise.
29779         (initialize): Set min_subnorm_value.
29780
29781 2012-09-29  Joseph Myers  <joseph@codesourcery.com>
29782
29783         [BZ #14638]
29784         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
29785         0 + 0.
29786         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
29787         mode for addition resulting in exact zero.
29788         * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
29789         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
29790         exact 0 + 0.
29791         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
29792         * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
29793         * math/libm-test.inc (fma_test): Add more tests.
29794         (fma_test_towardzero): New function.
29795         (fma_test_downward): Likewise.
29796         (fma_test_upward): Likewise.
29797         (main): Call the new functions.
29798
29799 2012-09-28  David S. Miller  <davem@davemloft.net>
29800
29801         * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
29802
29803 2012-09-28  Roland McGrath  <roland@hack.frob.com>
29804
29805         * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
29806         instead of SIGALRM.
29807
29808         * sysdeps/gnu/_G_config.h: Moved to ...
29809         * sysdeps/unix/sysv/linux/_G_config.h: ... here.
29810         * sysdeps/mach/hurd/_G_config.h: Moved to ...
29811         * sysdeps/generic/_G_config.h: ... here.
29812
29813         * io/open.c (__open): Renamed to __libc_open.  Make __open an alias.
29814
29815         * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
29816
29817         * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
29818         Conditionalize target on [libnss_test1.so-version].
29819
29820         * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
29821
29822         * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
29823         (elfobjdir): Move out of conditionals.
29824
29825         * nss/nsswitch.c (nss_new_service): Conditionalize definition and
29826         declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
29827         (__nss_lookup_function): Conditionalize label remove_from_tree on
29828         [!DO_STATIC_NSS || SHARED], matching its only use.
29829
29830 2012-09-28  David S. Miller  <davem@davemloft.net>
29831
29832         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
29833         * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
29834         file.
29835         * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
29836         sysdep_routines.
29837         * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
29838         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
29839         when HWCAP_SPARC_CRYPTO is present.
29840
29841 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29842
29843         * io/tst-mknodat.c: Create a FIFO instead of a socket.
29844
29845 2012-09-28  Andreas Schwab  <schwab@linux-m68k.org>
29846
29847         [BZ #6530]
29848         * stdio-common/vfprintf.c (process_string_arg): Revert
29849         2000-07-22 change.
29850
29851 2011-09-28  Jonathan Nieder  <jrnieder@gmail.com>
29852
29853         * stdio-common/Makefile (tst-sprintf-ENV): Set environment
29854         for testcase.
29855         * stdio-common/tst-sprintf.c: Include <locale.h>
29856         (main): Test sprintf's handling of incomplete multibyte
29857         characters.
29858
29859 2012-09-28  H.J. Lu  <hongjiu.lu@intel.com>
29860
29861         * elf/dl-runtime.c (VERSYMIDX): Removed.
29862         * elf/dl-version.c (VERSYMIDX): Likewise.
29863         * elf/do-rel.h (VERSYMIDX): Likewise.
29864         (VALIDX): Likewise.
29865         * elf/dynamic-link.h (VERSYMIDX): Likewise.
29866         * elf/rtld.c (VALIDX): Likewise.
29867         (ADDRIDX): Likewise.
29868         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
29869         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
29870         * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
29871         * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
29872         (VALIDX): Likewise.
29873         (ADDRIDX): Likewise.
29874
29875 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29876
29877         * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
29878
29879 2012-09-28  Dmitry V. Levin  <ldv@altlinux.org>
29880
29881         [BZ #11438]
29882         * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
29883         to global scope.
29884         * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
29885         addresses are in the same scope as 192.0.2/24.
29886         * posix/gai.conf: Document new scope table defaults.
29887
29888 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29889
29890         [BZ #5298]
29891         * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
29892         for ftell.  Compute offsets from write pointers instead.
29893         * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
29894
29895 2012-09-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
29896
29897         [BZ #14543]
29898         * libio/Makefile (tests): New test case tst-fseek.
29899         * libio/tst-fseek.c: New test case to verify that fseek/ftell
29900         combination works in wide mode.
29901         * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
29902         state when the external buffer state changes.
29903
29904 2012-09-27  David S. Miller  <davem@davemloft.net>
29905
29906         [BZ #14376]
29907         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
29908         pass reloc->r_addend in as the 'high' argument to
29909         sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
29910
29911         * sysdeps/sparc/fpu/libm-test-ulps: Update.
29912
29913 2012-09-28  Pino Toscano  <toscano.pino@tiscali.it>
29914
29915         * rt/tst-aio2.c: Include <pthread.h>.
29916         * rt/tst-aio3.c: Likewise.
29917
29918 2012-09-27  Steve Ellcey  <sellcey@mips.com>
29919
29920         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
29921
29922 2012-09-27  H.J. Lu  <hongjiu.lu@intel.com>
29923
29924         * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
29925         contents on [SHARED].
29926
29927 2012-09-26  Marek Polacek  <polacek@redhat.com>
29928
29929         [BZ #14530]
29930         [BZ #13741]
29931         * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
29932         for C++ and GCC <4.3 as well as for non GCC compilers.
29933
29934 2012-09-26  Markus Trippelsdorf  <markus@trippelsdorf.de>
29935
29936         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
29937
29938 2012-09-25  Roland McGrath  <roland@hack.frob.com>
29939
29940         * Makefile.in (all, install): Declare with .PHONY.
29941         Reported by Michael Hope <michael.hope@linaro.org>.
29942
29943 2012-09-25  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
29944
29945         * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
29946         * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
29947         system header.
29948         * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
29949         Likewise.
29950         (sydep_routines): Add the new and the internal functions.
29951         * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
29952         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
29953         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
29954         (GLIBC_2.17): Add the new function.
29955         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
29956         (GLIBC_2.17): Likewise.
29957         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
29958         (GLIBC_2.17): Likewise.
29959         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
29960         (GLIBC_2.17): Likewise.
29961         * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
29962
29963 2012-09-25  Alan Modra  <amodra@gmail.com>
29964
29965         * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
29966         Add release barrier before setting once_control to say
29967         initialisation is done.  Add hints on lwarx.  Use macro in
29968         place of isync.
29969         (clear_once_control): Add release barrier.
29970
29971 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
29972
29973         [BZ #13629]
29974         * math/s_clog.c (__clog): Handle more values close to |z| = 1
29975         specially.
29976         * math/s_clog10.c (__clog10): Likewise.
29977         * math/s_clog10f.c (__clog10f): Likewise.
29978         * math/s_clog10l.c (__clog10l): Likewise.
29979         * math/s_clogf.c (__clogf): Likewise.
29980         * math/s_clogl.c (__clogl): Likewise.
29981         * math/Makefile (libm-calls): Add x2y2m1.
29982         * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
29983         (__x2y2m1): Likewise.
29984         (__x2y2m1l): Likewise.
29985         * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
29986         * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
29987         * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
29988         * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
29989         * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
29990         * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
29991         * math/libm-test.inc (clog_test, clog10_test): Add more tests.
29992         * sysdeps/i386/fpu/libm-test-ulps: Update.
29993         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29994
29995         [BZ #14621]
29996         * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
29997         int as type of variable DEPTH.
29998         (glob): Use size_t instead of int as type of variables NEWCOUNT
29999         and OLD_PATHC.
30000
30001 2012-09-25  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30002
30003         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30004         Add s_sincosf-sse2.
30005         * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
30006         * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
30007         * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
30008         macros for using routine as __sincosf_ia32.
30009         Use macro for function declaration and weak_alias.
30010         * sysdeps/i386/fpu/libm-test-ulps: Update.
30011
30012         * sysdeps/x86_64/fpu/s_sincosf.S: New file.
30013         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30014
30015         * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
30016         subnormal argument.
30017         * math/s_cexpf.c (__cexpf): Likewise.
30018         * math/s_csinf.c (__csinf): Likewise.
30019         * math/s_csinhf.c (__csinhf): Likewise.
30020         * math/s_ctanf.c (__ctanf): Likewise.
30021         * math/s_ctanhf.c (__ctanhf): Likewise.
30022         * math/s_ccosh.c (__ccoshf): Likewise.
30023         * math/s_cexp.c (__cexpl): Likewise.
30024         * math/s_csin.c (__csin): Likewise.
30025         * math/s_csinh.c (__csinh): Likewise.
30026         * math/s_ctan.c (__ctan): Likewise.
30027         * math/s_ctanh.c (ctanh): Likewise.
30028         * math/s_ccoshl.c (__ccoshl): Likewise.
30029         * math/s_cexpl.c (__cexpl): Likewise.
30030         * math/s_csinl.c (__csinl): Likewise.
30031         * math/s_csinhl.c (__csinhl): Likewise.
30032         * math/s_ctanl.c (__ctanl): Likewise.
30033         * math/s_ctanhl.c (__ctanhl): Likewise.
30034
30035 2012-09-25  Joseph Myers  <joseph@codesourcery.com>
30036
30037         * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
30038         (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
30039         (_IO_off_t): Define to __off_t, not _G_off_t.
30040         (_IO_pid_t): Define to __pid_t, not _G_pid_t.
30041         (_IO_uid_t): Define to __uid_t, not _G_uid_t.
30042         (_IO_wint_t): Define to wint_t, not _G_wint_t.
30043         * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
30044         type of __dummy and __dummy2 fields.
30045         * sysdeps/generic/_G_config.h (_G_size_t): Remove.
30046         (_G_ssize_t): Likewise.
30047         (_G_off_t): Likewise.
30048         (_G_pid_t): Likewise.
30049         (_G_uid_t): Likewise.
30050         (_G_wchar_t): Likewise.
30051         (_G_wint_t): Likewise.
30052         * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
30053         (_G_ssize_t): Likewise.
30054         (_G_off_t): Likewise.
30055         (_G_pid_t): Likewise.
30056         (_G_uid_t): Likewise.
30057         (_G_wchar_t): Likewise.
30058         (_G_wint_t): Likewise.
30059         * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
30060         (_G_ssize_t): Likewise.
30061         (_G_off_t): Likewise.
30062         (_G_pid_t): Likewise.
30063         (_G_uid_t): Likewise.
30064         (_G_wchar_t): Likewise.
30065         (_G_wint_t): Likewise.
30066
30067 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30068
30069         * malloc/arena.c: Include malloc-sysdep.h.
30070         (shrink_heap): Use check_may_shrink_heap to decide if madvise
30071         is sufficient to shrink the heap or an unmap is needed.
30072         * sysdeps/generic/malloc-sysdep.h: New file.  Define
30073         new function check_may_shrink_heap.
30074         * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file.  Define
30075         new function check_may_shrink_heap.
30076
30077 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
30078
30079         * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
30080         comments.
30081
30082 2012-09-24  Dmitry V. Levin  <ldv@altlinux.org>
30083
30084         * catgets/test-gencat.sh: Add "set -e".
30085         * elf/tst-pathopt.sh: Likewise.
30086         * grp/tst_fgetgrent.sh: Likewise.
30087         * iconvdata/run-iconv-test.sh: Likewise.
30088         * intl/tst-gettext.sh: Likewise.
30089         * intl/tst-gettext2.sh: Likewise.
30090         * intl/tst-gettext4.sh: Likewise.
30091         * intl/tst-gettext6.sh: Likewise.
30092         * intl/tst-translit.sh: Likewise.
30093         * io/ftwtest-sh: Likewise.
30094         * libio/test-freopen.sh: Likewise.
30095         * malloc/tst-mtrace.sh: Likewise.
30096         * posix/globtest.sh: Likewise.
30097         * posix/tst-getconf.sh: Likewise.
30098         * posix/wordexp-tst.sh: Likewise.
30099         * stdio-common/tst-printf.sh: Likewise.
30100         * stdio-common/tst-unbputc.sh: Likewise.
30101         * stdlib/tst-fmtmsg.sh: Likewise.
30102         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30103         * catgets/Makefile: Do not specify -e option when running
30104         testsuite shell scripts.
30105         * elf/Makefile: Likewise.
30106         * grp/Makefile: Likewise.
30107         * iconvdata/Makefile: Likewise.
30108         * intl/Makefile: Likewise.
30109         * io/Makefile: Likewise.
30110         * libio/Makefile: Likewise.
30111         * malloc/Makefile: Likewise.
30112         * posix/Makefile: Likewise.
30113         * stdio-common/Makefile: Likewise.
30114         * stdlib/Makefile: Likewise.
30115         * sysdeps/x86_64/Makefile: Likewise.
30116
30117         * io/ftwtest-sh: Add copyright header.
30118         * posix/globtest.sh: Likewise.
30119         * posix/tst-getconf.sh: Likewise.
30120         * posix/wordexp-tst.sh: Likewise.
30121         * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
30122
30123 2012-09-24  H.J. Lu  <hongjiu.lu@intel.com>
30124
30125         [BZ #13679]
30126         * Makeconfig (+link): Defined as $(+link-static) if
30127         $(build-shared) isn't yes.
30128         (link-tests): Defined as $(+link-static-tests) if $(build-shared)
30129         isn't yes.
30130         (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
30131
30132         * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
30133
30134         [BZ #14562]
30135         * malloc/arena.c (heap_trim): Properly get fencepost and adjust
30136         new chunk size with MALLOC_ALIGN_MASK.
30137
30138 2012-09-24  Joseph Myers  <joseph@codesourcery.com>
30139
30140         [BZ #5044]
30141         * stdio-common/printf_fphex.c: Include <stdbool.h> and
30142         <rounding-mode.h>.
30143         (__printf_fphex): Determine rounding using get_rounding_mode and
30144         round_away.
30145         * stdio-common/tst-printf-round.c (struct hex_test): New
30146         structure.
30147         (hex_tests): New variable.
30148         (test_hex_in_one_mode): New function.
30149         (do_test): Also run tests for hex float output.
30150
30151 2012-09-21  Joseph Myers  <joseph@codesourcery.com>
30152
30153         * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30154         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30155         * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
30156         * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
30157         [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
30158         * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
30159         * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30160         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
30161
30162 2012-09-20  Joseph Myers  <joseph@codesourcery.com>
30163
30164         * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
30165         * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
30166         * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
30167         * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
30168
30169 2012-09-19  Dmitry V. Levin  <ldv@altlinux.org>
30170
30171         [BZ #14579]
30172         * elf/rtld.c (dl_main): Limit the check for self loading to normal
30173         mode only.
30174         * elf/tst-rtld-load-self.sh: New test.
30175         * elf/Makefile: Run it.
30176
30177 2012-09-18  Joseph Myers  <joseph@codesourcery.com>
30178
30179         * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
30180         (tst-writev-ENV): Remove.
30181         * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
30182
30183 2012-09-17  Chris Metcalf  <cmetcalf@tilera.com>
30184
30185         * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
30186
30187 2012-09-17  Joseph Myers  <joseph@codesourcery.com>
30188
30189         * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
30190         unconditional.
30191         * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
30192         Likewise.
30193         * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
30194         * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
30195         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
30196         Likewise.
30197
30198 2012-09-14  H.J. Lu  <hongjiu.lu@intel.com>
30199
30200         [BZ #14587]
30201         * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
30202         * config.make.in (have-cpp-asm-debuginfo): Removed.
30203         * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
30204         * configure: Regenerated.
30205
30206 2012-09-14  Joseph Myers  <joseph@codesourcery.com>
30207
30208         [BZ #5044]
30209         * stdio-common/printf_fp.c: Include <stdbool.h> and
30210         <rounding-mode.h>.
30211         (___printf_fp): Determine rounding using get_rounding_mode and
30212         round_away.
30213         * stdio-common/tst-printf-round.c: New file.
30214         * stdio-common/Makefile (tests): Add tst-printf-round.
30215         (link-libm): New variable.
30216         ($(objpfx)tst-printf-round): Depend in $(link-libm).
30217
30218 2012-09-13  H.J. Lu  <hongjiu.lu@intel.com>
30219
30220         [BZ #14576]
30221         * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
30222         * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
30223         Likewise.
30224         * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
30225         Likewise.
30226
30227 2012-09-13  Joseph Myers  <joseph@codesourcery.com>
30228
30229         * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
30230         * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30231         * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30232         * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
30233
30234 2012-09-12  Joseph Myers  <joseph@codesourcery.com>
30235
30236         [BZ #14518]
30237         * include/rounding-mode.h: New file.
30238         * sysdeps/generic/get-rounding-mode.h: Likewise.
30239         * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
30240         * stdlib/strtod_l.c: Include <rounding-mode.h>.
30241         (MAX_VALUE): New macro.
30242         (MIN_VALUE): Likewise.
30243         (overflow_value): New function.
30244         (underflow_value): Likewise.
30245         (round_and_return): Use overflow_value and underflow_value to
30246         determine return values in overflow and underflow cases.  Use
30247         round_away to determine rounding depending on rounding mode.
30248         (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
30249         determine return values in overflow and underflow cases.
30250         * stdlib/tst-strtod-round.c: Include <fenv.h>.
30251         (struct test_results): New structure.
30252         (struct test): Use struct test_results to store expected results
30253         for all rounding modes.
30254         (TEST): Include expected results for all rounding modes.
30255         (test_in_one_mode): New function.
30256         (do_test): Use test_in_one_mode to compute and check results.
30257         Check results for all rounding modes.
30258         * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
30259         $(link-libm).
30260
30261 2012-12-09  Allan McRae  <allan@archlinux.org>
30262
30263         * sysdeps/i386/fpu/libm-test-ulps: Update
30264
30265 2012-09-11  Joseph Myers  <joseph@codesourcery.com>
30266
30267         * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
30268         (_G_int32_t): Likewise.
30269         (_G_uint16_t): Likewise.
30270         (_G_uint32_t): Likewise.
30271         (_G_HAVE_BOOL): Likewise.
30272         (_G_HAVE_ATEXIT): Likewise.
30273         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30274         (_G_HAVE_IO_FILE_OPEN): Likewise.
30275         * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
30276         (_G_int32_t): Likewise.
30277         (_G_uint16_t): Likewise.
30278         (_G_uint32_t): Likewise.
30279         (_G_HAVE_BOOL): Likewise.
30280         (_G_HAVE_ATEXIT): Likewise.
30281         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30282         (_G_HAVE_IO_FILE_OPEN): Likewise.
30283         * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
30284         (_G_int32_t): Likewise.
30285         (_G_uint16_t): Likewise.
30286         (_G_uint32_t): Likewise.
30287         (_G_HAVE_BOOL): Likewise.
30288         (_G_HAVE_ATEXIT): Likewise.
30289         (_G_HAVE_LONG_DOUBLE_IO): Likewise.
30290         (_G_HAVE_IO_FILE_OPEN): Likewise.
30291
30292 2012-09-11  H.J. Lu  <hongjiu.lu@intel.com>
30293
30294         * csu/libc-tls.c: Update copyright years.
30295
30296 2012-09-10  Joseph Myers  <joseph@codesourcery.com>
30297
30298         * libioP.h [_G_USING_THUNKS]: Make code unconditional.
30299         [!_G_USING_THUNKS]: Remove conditional code.
30300         * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
30301         * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
30302
30303         * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
30304         [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
30305         * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30306         (_G_VTABLE_LABEL_PREFIX): Likewise.
30307         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30308         * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30309         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30310         (_G_VTABLE_LABEL_PREFIX): Likewise.
30311         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30312         * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
30313         (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
30314         (_G_VTABLE_LABEL_PREFIX): Likewise.
30315         (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
30316
30317 2012-09-10  H.J. Lu  <hongjiu.lu@intel.com>
30318
30319         * libio/Makefile: Include ../Makeconfig before tests.
30320         (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
30321         only if $(build-shared) is yes.
30322
30323         * iconv/gconv_db.c: Update copyright years.
30324
30325 2012-09-10  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30326
30327         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
30328         unwind info if defined PIC. Fix special cases description.
30329         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
30330
30331         * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
30332         DP_HI_MASK entry.
30333         * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
30334
30335 2012-09-07  H.J. Lu  <hongjiu.lu@intel.com>
30336
30337         * scripts/check-local-headers.sh: Add "shopt -s nullglob".
30338
30339         * iconv/gconv_db.c (free_derivation): Check if deriv->steps
30340         is NULL.
30341
30342         * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
30343         (LDLIBS-tst-chk4): This.
30344         (LDFLAGS-tst-chk5): Renamed to ...
30345         (LDLIBS-tst-chk5): This.
30346         (LDFLAGS-tst-chk6): Renamed to ...
30347         (LDLIBS-tst-chk6): This.
30348         (LDFLAGS-tst-lfschk4): Renamed to ...
30349         (LDLIBS-tst-lfschk4): This.
30350         (LDFLAGS-tst-lfschk5): Renamed to ...
30351         (LDLIBS-tst-lfschk5): This.
30352         (LDFLAGS-tst-lfschk6): Renamed to ...
30353         (LDLIBS-tst-lfschk6): This.
30354
30355         * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
30356         on $(common-objpfx)soversions.mk.
30357
30358 2012-09-07  Joseph Myers  <joseph@codesourcery.com>
30359
30360         [BZ #10014]
30361         * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
30362         example host name.
30363
30364 2012-09-07  Siddhesh Poyarekar  <siddhesh@redhat.com>
30365
30366         * malloc/arena.c (arena_get_retry): New function that gets
30367         another arena for the caller to try its request on.
30368         * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
30369         current arena cannot fulfill the request.
30370         (__libc_memalign): Likewise.
30371         (__libc_memalign): Likewise.
30372         (__libc_pvalloc): Likewise.
30373         (__libc_calloc): Likewise.
30374
30375 2012-09-05  John Tobey  <john.tobey@gmail.com>
30376
30377         [BZ #13542]
30378         * manual/arith.texi (Operations on Complex): Fix description
30379         of carg branch cut.
30380
30381 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30382
30383         [BZ #10014]
30384         * manual/socket.texi (Host Addresses): Use www.gnu.org as example
30385         host name.
30386
30387         [BZ #10038]
30388         * manual/memory.texi (Memory): Make order of menu items match
30389         order of sections.
30390
30391 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30392
30393         * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
30394         (_dl_initial_dtv): New.  Defined if SHARED isn't defined.
30395         (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
30396
30397 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30398
30399         * csu/libc-tls.c (static_dtv): Renamed to ...
30400         (_dl_static_dtv): This.  Make it global.
30401         (_dl_initial_dtv): Removed.
30402         (__libc_setup_tls): Updated.
30403         * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
30404         (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
30405         DL_INITIAL_DTV.
30406
30407 2012-09-06  Petr Machata  <pmachata@redhat.com>
30408
30409         * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
30410         (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
30411         (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
30412         (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
30413
30414 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30415
30416         [BZ #14545]
30417         * csu/libc-tls.c (_dl_initial_dtv): New variable.
30418         * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
30419         freeing dtv[-1].
30420
30421 2012-09-06  H.J. Lu  <hongjiu.lu@intel.com>
30422
30423         [BZ #14544]
30424         * Makeconfig (link-static-before-libc): Replace $(+prector)
30425         with $(+prectorT).
30426         (link-static-after-libc): Replace $(+postctor) with
30427         $(+postctorT).
30428         (link-bounded): Replace $(+prector)/$(+postctor) with
30429         $(+prectorT)/$(+postctorT).
30430         (+prectorT): New macro.
30431         (+postctorT): Likewise.
30432
30433 2012-09-06  Joseph Myers  <joseph@codesourcery.com>
30434
30435         * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
30436         (round_str): Handle values above the maximum for IBM long double
30437         as inexact.
30438         * stdlib/tst-strtod-round.c (tests): Regenerated.
30439
30440 2012-09-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30441
30442         * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
30443         assembler flag.
30444         * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
30445         zarch_nohighgprs around the zarch optimized routines.
30446         * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
30447         * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
30448         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
30449         for zarch.
30450
30451 2012-09-05  David S. Miller  <davem@davemloft.net>
30452
30453         * sysdeps/sparc/fpu/libm-test-ulps: Update.
30454
30455         * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
30456         (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
30457         * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
30458         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
30459         entries.
30460
30461 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30462
30463         * malloc/arena.c: Fold copyright years.
30464         * malloc/mcheck.c, malloc/memusage.c: Likewise.
30465
30466 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30467
30468         * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
30469
30470 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30471
30472         * manual/contrib.texi (Contributors): Fix typo.  Complete entry.
30473
30474 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30475
30476         * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
30477         change internal state upon failure.
30478
30479 2012-09-05  Alexandre Oliva  <aoliva@redhat.com>
30480
30481         * malloc/mcheck.c (mcheck_check_all): Fix typo.
30482         * malloc/memusage.c (mmap): Likewise.
30483         (mmap64, mremap): Likewise.  Adjust name in comment.
30484
30485 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30486
30487         * libio/fileops.c: Fix typos in comments.
30488         * libio/oldfileops.c: Likewise.
30489         * libio/wfileops.c: Likewise.
30490
30491 2012-09-05  Siddhesh Poyarekar  <siddhesh@redhat.com>
30492
30493         [BZ #1349]
30494         * malloc/Makefile (tests): Add tst-malloc-usable test case.
30495         (tst-malloc-usable-ENV): Set environment for test case.
30496         * malloc/hooks.c (malloc_check_get_size): New function to get
30497         requested size.
30498         * malloc/malloc.c (musable): Use malloc_check_get_size.
30499         * malloc/tst-malloc-usable.c: New test case.
30500
30501 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30502
30503         * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
30504
30505 2012-09-05  Allan McRae  <allan@archlinux.org>
30506
30507         [BZ #13966]
30508         * configure.in (CXX_SYSINCLUDES): Use compiler output to
30509         determine header location.
30510         * configure: Regenerated.
30511
30512 2012-09-05  Andreas Schwab  <schwab@linux-m68k.org>
30513
30514         * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
30515         float format.
30516         * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
30517         LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
30518         format.
30519         (test): Regenerate.
30520
30521 2012-09-04  David S. Miller  <davem@davemloft.net>
30522
30523         * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
30524         * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
30525         * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
30526
30527 2012-09-04  Florian Weimer  <fweimer@redhat.com>
30528
30529         * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
30530         failures.
30531
30532         * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
30533
30534 2012-09-04  Joseph Myers  <joseph@codesourcery.com>
30535
30536         [BZ #9914]
30537         * libio/iogetdelim.c: Include <limits.h>.
30538         (_IO_getdelim): Avoid integer overflow in testing whether cur_len
30539         + len + 1 would overflow.
30540
30541 2012-09-03  Andreas Jaeger  <aj@suse.de>
30542
30543         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30544         * sysdeps/i386/fpu/libm-test-ulps: Update.
30545
30546 2012-09-03  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
30547
30548         * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
30549         Add s_sinf-sse2, s_conf-sse2.
30550
30551         * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
30552         * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
30553         * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
30554         * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
30555
30556         * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
30557         for using routine as __sinf_ia32.
30558         Use macro for function declaration and weak_alias.
30559         * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
30560         for using routine as __cosf_ia32.
30561         Use macro for function declaration and weak_alias.
30562
30563         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
30564         * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
30565
30566         * sysdeps/x86_64/fpu/s_sinf.S: New file.
30567         * sysdeps/x86_64/fpu/s_cosf.S: New file.
30568         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30569
30570         * math/libm-test.inc (cos_test): Add more test cases.
30571         (sin_test): Likewise.
30572         (sincos_test): Likewise.
30573
30574 2012-09-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30575
30576         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
30577         (IFUNC_RESOLVE): Make pointers to the specialized implementations
30578         hidden.
30579         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
30580
30581 2012-09-02  H.J. Lu  <hongjiu.lu@intel.com>
30582
30583         [BZ #14538]
30584         * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
30585         first element of the GOT.
30586         (elf_machine_load_address): Return the difference between
30587         the runtime address of _DYNAMIC and elf_machine_dynamic ().
30588
30589 2012-09-01  Allan McRae  <allan@archlinux.org>
30590
30591         [BZ #13412]
30592         * configure.in (AWK): Require gawk version 3.0 or later.
30593         * configure: Regenerated.
30594
30595 2012-09-01  Joseph Myers  <joseph@codesourcery.com>
30596
30597         * sysdeps/unix/sysv/linux/kernel-features.h
30598         (__ASSUME_POSIX_CPU_TIMERS): Remove.
30599         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
30600         [__NR_clock_getres]: Make code unconditional.
30601         [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
30602         (clock_getcpuclockid): Remove code left unreachable by removal of
30603         conditionals.
30604         * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
30605         code unconditional.
30606         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30607         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30608         * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
30609         Make code unconditional.
30610         [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
30611         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30612         * sysdeps/unix/sysv/linux/clock_settime.c
30613         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
30614         conditional code.
30615         [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
30616         [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
30617
30618 2012-08-29  H.J. Lu  <hongjiu.lu@intel.com>
30619
30620         [BZ #14476]
30621         * Makefile (install): Also pass LD_SO=$(ld.so-version) to
30622         scripts/test-installation.pl.
30623
30624         * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
30625         and $ld_so_version if it is set.
30626
30627 2012-08-29  Siddhesh Poyarekar  <siddhesh@redhat.com>
30628
30629         [BZ #14516]
30630         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
30631         failure if reading from procfs failed.
30632         * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
30633
30634 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30635
30636         * sysdeps/unix/sysv/linux/kernel-features.h
30637         (__ASSUME_STAT64_SYSCALL): Remove all definitions.
30638         * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30639         Remove conditional code.
30640         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30641         * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
30642         Remove conditional code.
30643         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30644         * sysdeps/unix/sysv/linux/i386/fxstat.c
30645         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30646         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30647         * sysdeps/unix/sysv/linux/i386/fxstatat.c
30648         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30649         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30650         * sysdeps/unix/sysv/linux/i386/lxstat.c
30651         [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
30652         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30653         * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
30654         Remove conditional code.
30655         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30656         * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
30657         Remove conditional code.
30658         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30659         * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
30660         <kernel-features.h>.
30661         [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
30662         Remove.
30663         * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
30664         Remove conditional code.
30665         [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
30666         * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
30667         Remove conditional.
30668
30669 2012-08-27  Mike Frysinger  <vapier@gentoo.org>
30670
30671         [BZ #5400]
30672         * NEWS: Add fixed bug number.
30673
30674 2012-08-27  Joseph Myers  <joseph@codesourcery.com>
30675
30676         [BZ #14519]
30677         * stdlib/strtod_l.c (round_and_return): Return -0.0 for
30678         underflowing exponent in case of negative sign.
30679         * stdlib/tst-strtod-round-data: Add more tests.
30680         * stdlib/tst-strtod-round.c (tests): Regenerated.
30681
30682         [BZ #3479]
30683         * stdlib/strtod_l.c (NDIG): Remove.
30684         (HEXNDIG): Likewise.
30685         (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
30686         smallest representable value.
30687         (____STRTOF_INTERNAL): Use all fractional decimal digits that may
30688         lie within an exact representation of 1/2 ulp of the result.
30689         * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
30690         unconditionally.
30691         (TENS_P9_IDX): Define unconditionally.
30692         (TENS_P9_SIZE): Likewise.
30693         (TENS_P10_IDX): Likewise.
30694         (TENS_P10_SIZE): Likewise.
30695         [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
30696         to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
30697         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
30698         entries for 10^2^13 and 10^2^14.
30699         [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
30700         (TENS_P13_IDX): Define.
30701         (TENS_P13_SIZE): Likewise.
30702         (TENS_P14_IDX): Likewise.
30703         (TENS_P14_SIZE): Likewise.
30704         (_fpioconst_pow10): Change array size to
30705         FPIOCONST_POW10_ARRAY_SIZE.  Make entries for 10^2^9 and 10^2^10
30706         unconditional.
30707         (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
30708         1024]: Add entries for 10^2^13 and 10^2^14.
30709         [LAST_POW10 > _LAST_POW10]: Remove #error.
30710         * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
30711         (_fpioconst_pow10): Change array size to
30712         FPIOCONST_POW10_ARRAY_SIZE.
30713         * stdlib/gen-fpioconst.c: New file.
30714         * stdlib/gen-tst-strtod-round.c: Likewise.
30715         * stdlib/tst-strtod-round-data: Likewise.
30716         * stdlib/tst-strtod-round.c: Likewise.
30717         * stdlib/Makefile (tests): Add tst-strtod-round.
30718
30719         [BZ #14459]
30720         * stdlib/strtod_l.c: Include <stdint.h>.
30721         (NDEBUG): Do not define.
30722         (round_and_return): Change EXPONENT parameter to type intmax_t.
30723         Rearrange calculations to avoid internal overflow possibilities.
30724         (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
30725         Rearrange calculations to avoid internal overflow possibilities.
30726         Assert that number fits inside MPNSIZE limbs.
30727         (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
30728         Change DIG_NO, INT_NO and LEAD_ZERO to type size_t.  Rearrange
30729         calculations and add assertions to avoid internal overflow
30730         possibilities.  Add casts to avoid signed/unsigned operations.
30731         * stdlib/tst-strtod-overflow.c: New file.
30732         * stdlib/Makefile (tests): Add tst-strtod-overflow.
30733
30734 2012-08-25  Marek Polacek  <polacek@redhat.com>
30735
30736         * time/time.h: Fix some typos in comments.
30737
30738 2012-08-23  Roland McGrath  <roland@hack.frob.com>
30739
30740         * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
30741         * posix/tst-rfc3484-2.c: Likewise.
30742         * posix/tst-rfc3484-3.c: Likewise.
30743
30744 2012-08-23  Steve McIntyre  <steve.mcintyre@linaro.org>
30745
30746         * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
30747         (EF_ARM_ABI_FLOAT_HARD): Likewise.
30748
30749 2012-08-23  Joseph Myers  <joseph@codesourcery.com>
30750
30751         * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
30752         #include of fxstatat64.c.
30753
30754 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30755
30756         * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
30757         * shadow/getspent_r.c: Likewise.
30758         * shadow/getspnam.c: Likewise.
30759         * shadow/getspnam_r.c: Likewise.
30760         * gshadow/getsgent.c: Likewise.
30761         * gshadow/getsgent_r.c: Likewise.
30762         * gshadow/getsgnam.c: Likewise.
30763         * gshadow/getsgnam_r.c: Likewise.
30764         * inet/getnetbyad.c: Likewise.
30765         * inet/getnetbyad_r.c: Likewise.
30766         * inet/getnetbynm.c: Likewise.
30767         * inet/getnetbynm_r.c: Likewise.
30768         * inet/getnetent.c: Likewise.
30769         * inet/getnetent_r.c: Likewise.
30770         * inet/getproto.c: Likewise.
30771         * inet/getproto_r.c: Likewise.
30772         * inet/getprtent.c: Likewise.
30773         * inet/getprtent_r.c: Likewise.
30774         * inet/getprtname.c: Likewise.
30775         * inet/getprtname_r.c: Likewise.
30776         * inet/getrpcbyname.c: Likewise.
30777         * inet/getrpcbyname_r.c: Likewise.
30778         * inet/getrpcbynumber.c: Likewise.
30779         * inet/getrpcbynumber_r.c: Likewise.
30780         * inet/getrpcent.c: Likewise.
30781         * inet/getrpcent_r.c: Likewise.
30782         * inet/getaliasent.c: Likewise.
30783         * inet/getaliasent_r.c: Likewise.
30784         * inet/getaliasname.c: Likewise.
30785         * inet/getaliasname_r.c: Likewise.
30786         * nscd/getgrgid_r.c: Likewise.
30787         * nscd/getgrnam_r.c: Likewise.
30788         * nscd/gethstbyad_r.c: Likewise.
30789         * nscd/gethstbynm3_r.c: Likewise.
30790         * nscd/getpwnam_r.c: Likewise.
30791         * nscd/getpwuid_r.c: Likewise.
30792         * nscd/getsrvbynm_r.c: Likewise.
30793         * nscd/getsrvbypt_r.c: Likewise.
30794         * nscd/gai.c: Likewise.
30795
30796         * configure.in (build_nscd): New substituted variable, set
30797         by --disable-build-nscd and defaults to $use_nscd.
30798         * configure: Regenerated.
30799         * config.make.in (build-nscd): New substituted variable.
30800         * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
30801         Change conditional to require [$(build-nscd) = yes] as well.
30802         * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
30803
30804         [BZ# 13696]
30805         * configure.in (use_nscd): New substituted variable, set by
30806         --disable-nscd.  If enabled, define USE_NSCD.
30807         * configure: Regenerated.
30808         * config.h.in: Add USE_NSCD.
30809         * config.make.in (use-nscd): New substituted variable.
30810         * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
30811         (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
30812         (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
30813         * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
30814         (CFLAGS-getgrnam_r.c): Likewise.
30815         (CFLAGS-initgroups.c): Likewise.
30816         * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
30817         * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
30818         Variables removed.
30819         * inet/getnetgrent_r.c
30820         (nscd_setnetgrent): New function, broken out of ...
30821         (setnetgrent): ... here.  Call it.
30822         (innetgr): Conditionalize nscd bits on [USE_NSCD].
30823         (nscd_getnetgrent): Conditionalize on [USE_NSCD].
30824         (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
30825         * nscd/Makefile (routines, aux): Move definitions after include of
30826         Makeconfig.  Conditionalize on [$(use-nscd) != no].
30827         * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
30828         Conditionalize on [USE_NSCD].
30829         (is_nscd, nscd_init_cb): Likewise.
30830         (nss_load_library): Conditionalize init callback on [USE_NSCD].
30831         * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
30832         * nss/nss_db/db-init.c: Likewise.
30833         * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
30834         [USE_NSCD].
30835         * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
30836         (make_request): Use it.
30837         (cache_valid_p): New function.
30838         (__check_pf): Use it.
30839         * NEWS: Add item for --disable-nscd.
30840
30841 2012-08-22  Dmitry V. Levin  <ldv@altlinux.org>
30842
30843         * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
30844         to support sed >= 4.2.1-20-ga9bf076.
30845         * configure: Regenerated.
30846
30847 2012-08-22  Roland McGrath  <roland@hack.frob.com>
30848
30849         * csu/libc-start.c (apply_irel): Move extern declarations inside here.
30850         Conditionalize whole body on [IREL].
30851
30852 2012-08-22  Jeff Law <law@redhat.com>
30853
30854         [BZ #14505]
30855         * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
30856         if the family is PF_UNSPEC.
30857
30858 2012-08-22  Mike Frysinger  <vapier@gentoo.org>
30859
30860         * Makerules (lib-version): Rename from V.
30861         (install-lib-nosubdir): Change V to lib-version.
30862
30863 2012-08-22  Will Schmidt  <will_schmidt@vnet.ibm.com>
30864
30865         [BZ #14252]
30866         * powerpc32/power6/wcschr.c: New file.
30867         * powerpc32/power6/wcscpy.c: New file.
30868         * powerpc32/power6/wcsrchr.c: New file.
30869         * powerpc64/power6/wcschr.c: New file.
30870         * powerpc64/power6/wcscpy.c: New file.
30871         * powerpc64/power6/wcsrchr.c: New file.
30872
30873 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30874
30875         * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
30876         (two_way_short_needle): Use it.
30877         * string/strstr.c (AVAILABLE1_USES_J): Define.
30878         * string/strcasestr.c: Likewise.
30879
30880         * string/str-two-way.h (two_way_short_needle): Use pointers instead of
30881         array references.
30882         * string/strcasestr.c (TOLOWER): Make side-effect safe.
30883
30884         [BZ #11607]
30885         * NEWS: Add an entry.
30886         * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
30887         define their defaults.
30888         (two_way_short_needle): Detect end-of-string on-the-fly.
30889         * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
30890         (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
30891         * string/bug-strcasestr1.c: New test.
30892         * string/Makefile: Run it.
30893
30894 2012-08-21  Maxim Kuvyrkov  <maxim@codesourcery.com>
30895
30896         [BZ #11607]
30897         * string/str-two-way.h (two_way_short_needle): Optimize matching of
30898         the first character.
30899
30900 2012-08-21  Roland McGrath  <roland@hack.frob.com>
30901
30902         * csu/elf-init.c (__libc_csu_irel): Function removed.
30903         * csu/libc-start.c (apply_irel): New function.
30904         (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
30905
30906 2012-08-21  Joseph Myers  <joseph@codesourcery.com>
30907
30908         * sysdeps/unix/sysv/linux/kernel-features.h
30909         (__ASSUME_FADVISE64_64_SYSCALL): Remove.
30910         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
30911         <kernel-features.h>.
30912         [__NR_fadvise64_64]: Make code unconditional.
30913         [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
30914         [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30915         !__NR_fadvise64_64)]: Likewise.
30916         [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
30917         !__NR_fadvise64_64))]: Likewise.
30918         [__NR_fadvise64]: Make code unconditional.
30919         [!__NR_fadvise64]: Remove conditional code.
30920         * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
30921         <kernel-features.h>.
30922         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30923         unconditional.
30924         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30925         conditional code.
30926         * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
30927         not include <kernel-features.h>.
30928         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30929         unconditional.
30930         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30931         conditional code.
30932         * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
30933         include <kernel-features.h>.
30934         (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
30935         unconditional.
30936         (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
30937         conditional code.
30938
30939 2012-08-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
30940
30941         * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
30942         slight instruction rearrangements per scrollpipe analysis.
30943         * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
30944
30945 2012-08-20  Roland McGrath  <roland@hack.frob.com>
30946
30947         * manual/syslog.texi (syslog; vsyslog, closelog):
30948         Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
30949         Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
30950
30951         * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
30952         DSOCAPS to match condition on defining it.
30953
30954 2012-08-20  Joseph Myers  <joseph@codesourcery.com>
30955
30956         * sysdeps/unix/sysv/linux/kernel-features.h
30957         (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
30958         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
30959         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30960         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
30962         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30963         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
30965         [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
30966         [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
30967
30968         * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
30969         __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
30970
30971         * sysdeps/unix/sysv/linux/kernel-features.h
30972         (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
30973         * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
30974         unconditional.
30975         [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30976         * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
30977         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30978         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30979         * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
30980         Make code unconditional.
30981         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30982         (__mmap64) [!__NR_mmap2]: Likewise.
30983         * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
30984         [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
30985         (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30986         * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
30987         [__NR_mmap2]: Make code unconditional.
30988         (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
30989         (__mmap64) [!__NR_mmap2]: Likewise.
30990
30991 2012-08-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
30992
30993         * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
30994
30995 2012-08-18  Andreas Jaeger  <aj@suse.de>
30996
30997         * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
30998
30999 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31000
31001         * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
31002         * include/unistd.h (__have_sock_cloexec): Likewise.
31003         (__have_pipe2): Likewise.
31004         (__have_dup3): Likewise.
31005
31006 2012-08-18  Mike Frysinger  <vapier@gentoo.org>
31007
31008         [BZ #9685]
31009         * include/unistd.h (__have_pipe2): Change define into an extern int.
31010         (__have_dup3): Likewise.
31011         * socket/have_sock_cloexec.c: Include fcntl.h.
31012         (__have_pipe2): New variable.
31013         (__have_dup3): Likewise.
31014
31015 2012-08-17  Mike Frysinger  <vapier@gentoo.org>
31016
31017         * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
31018
31019 2012-08-17  Marek Polacek  <polacek@redhat.com>
31020
31021         * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
31022         ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
31023
31024 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31025
31026         * configure.in: Add AC_SUBST for sysheaders.
31027         * configure: Regenerated.
31028         * config.make.in (sysheaders): New substituted variable.
31029
31030         * sysdeps/unix/mkfifo.c: Moved ...
31031         * sysdeps/posix/mkfifo.c: ... here.
31032         * sysdeps/unix/mkfifoat.c: Moved ...
31033         * sysdeps/posix/mkfifoat.c: ... here.
31034
31035         * sysdeps/unix/utime.c: Moved ...
31036         * sysdeps/posix/utime.c: ... here.
31037
31038         * sysdeps/unix/time.c: Moved ...
31039         * sysdeps/posix/time.c: ... here.
31040         * sysdeps/unix/sysv/linux/time.c: Adjust #include.
31041         * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
31042
31043         * sysdeps/unix/nice.c: Moved ...
31044         * sysdeps/posix/nice.c: ... here.
31045
31046         * sysdeps/unix/alarm.c: Moved ...
31047         * sysdeps/posix/alarm.c: ... here.
31048
31049         * intl/Makefile ($(codeset_mo)): Depend on the input file.
31050
31051 2012-08-17  Jeff Law <law@redhat.com>
31052
31053         * intl/Makefile (codeset_mo): New variable.
31054         ($(codeset_mo)): New target.
31055         (tst-codeset.out): Depend on that.  Remove explicit rule.
31056         (tst-gettext3.out, tst-gettext5.out): Likewise.
31057         (LOCPATH-ENV, tst-codeset-ENV): New variables.
31058         (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
31059         * intl/tst-codeset.sh: Remove.
31060         * intl/tst-gettext3.sh: Likewise.
31061         * intl/tst-gettext5.sh: Likewise.
31062
31063 2012-08-17  Roland McGrath  <roland@hack.frob.com>
31064
31065         * sysdeps/unix/inet/syscalls.list: File removed.  Move contents into ...
31066         * sysdeps/unix/syscalls.list: ... here.
31067
31068         * sysdeps/posix/getaddrinfo.c
31069         (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
31070         (gaiconf_init, gaiconf_reload): Use them.
31071         [!_STATBUF_ST_NSEC]
31072         (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
31073         Define using time_t rather than struct timespec.
31074
31075         * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
31076         (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
31077         Macros removed.
31078         * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
31079         [!NO_THREADS].
31080         (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
31081         (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
31082         Likewise.
31083
31084         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
31085         __libc_cleanup_push argument.
31086
31087         * bits/param.h: New file.
31088         * misc/sys/param.h: New file.
31089         * include/sys/param.h: New file.
31090         * misc/Makefile (headers): Add bits/param.h.
31091         * sysdeps/generic/sys/param.h: File removed.
31092         * sysdeps/unix/sysv/linux/bits/param.h: New file.
31093         * sysdeps/unix/sysv/linux/sys/param.h: File removed.
31094         * sysdeps/mach/hurd/bits/param.h: New file.
31095         * sysdeps/mach/hurd/sys/param.h: File removed.
31096
31097         * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
31098         last change.
31099
31100         * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
31101         [_IO_MTSAFE_IO].
31102         * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
31103         (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
31104         New macros.
31105
31106         * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
31107         * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
31108         rather than -D_IO_MTSAFE_IO conditionally.
31109         * stdio-common/Makefile (CPPFLAGS): Likewise.
31110         * wcsmbs/Makefile (CPPFLAGS): Likewise.
31111         * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
31112         Use $(libio-mtsafe).
31113         * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
31114         of -D_IO_MTSAFE_IO.
31115         (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
31116         (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
31117         (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
31118         (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
31119         (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
31120         (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
31121         (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
31122         (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
31123         (CFLAGS-fread_u_chk.c): Likewise.
31124         (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
31125         (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
31126         (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
31127         (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
31128         * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
31129         * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
31130         * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
31131         * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
31132         * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
31133
31134         * libio/Makefile: Test [$(libc-reentrant) = yes]
31135         instead of [$(filter %REENTRANT, $(defines)) nonempty].
31136
31137         * Makeconfig
31138         [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
31139         * sysdeps/pthread/configure: File removed.
31140         * sysdeps/pthread/Makeconfig: New file.
31141         * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
31142         * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
31143
31144 2012-08-16  Gary Benson  <gbenson@redhat.com>
31145
31146         * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
31147         unmapping the first object in a namespace.
31148
31149 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31150
31151         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
31152         (__internal_setnetgrent): ... this.  Add internal_function to
31153         definition.  Add libc_hidden_def.
31154         (setnetgrent): Update caller.
31155         (internal_endnetgrent): Renamed to ...
31156         (__internal_endnetgrent): ... this.  Add internal_function to
31157         definition.  Add libc_hidden_def.
31158         (endnetgrent): Update caller.
31159         (internal_getnetgrent_r): Renamed to ...
31160         (__internal_getnetgrent_r): ... this.  Add internal_function to
31161         definition.  Add libc_hidden_def.
31162         (__getnetgrent_r): Update caller.
31163         * inet/netgroup.h: Update declarations.  Add libc_hidden_proto uses.
31164
31165 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31166
31167         * stdlib/longlong.h: Update from GCC.
31168
31169 2012-08-16  Roland McGrath  <roland@hack.frob.com>
31170
31171         * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
31172         on _QL, which is set by umul_ppmm but never used.
31173         * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
31174         variables, which are set by GMP macros but never used.
31175         * stdio-common/_itowa.c (_itowa): Likewise.
31176         * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
31177         * stdlib/mod_1.c (mpn_mod_1): Likewise.
31178
31179 2012-08-16  Carlos O'Donell  <carlos_odonell@mentor.com>
31180
31181         * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
31182         struct La_sh_regs is not constant.
31183         * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
31184         <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
31185         and struct La_sparc64_regs are not constant.
31186
31187 2012-08-16  Joseph Myers  <joseph@codesourcery.com>
31188
31189         * sysdeps/unix/sysv/linux/kernel-features.h
31190         (__ASSUME_POSIX_TIMERS): Remove.
31191         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
31192         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31193         * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
31194         Make code unconditional.
31195         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31196         * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
31197         Make code unconditional.
31198         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31199         * sysdeps/unix/sysv/linux/clock_nanosleep.c
31200         [__ASSUME_POSIX_TIMERS]: Make code unconditional.
31201         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31202         * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
31203         Make code unconditional.
31204         [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
31205         [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
31206         (__libc_missing_posix_timers): Remove.
31207
31208 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31209
31210         * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
31211         check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
31212
31213         * bits/libc-lock.h (__rtld_lock_initialize): New macro.
31214
31215         * elf/dl-sym.c: Include <stdlib.h>.
31216
31217         * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
31218         constants, which avoids warnings in 32-bit builds.
31219
31220         * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
31221         (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
31222
31223         * misc/lseek.c: File moved to ...
31224         * io/lseek.c: ... here.
31225
31226         * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
31227
31228         * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
31229         shifting LEN more than 31 bits at once.
31230
31231 2012-08-15  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
31232
31233         [BZ #14195]
31234         * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
31235         segmentation fault for a case of two empty input strings.
31236         * string/test-strncasecmp.c (check1): Renamed to...
31237         (bz12205): ...this.
31238         (bz14195): Add new testcase for two empty input strings and N > 0.
31239         (test_main): Call new testcase, adapt for renamed function.
31240
31241 2012-08-15  Andreas Jaeger  <aj@suse.de>
31242
31243         [BZ #14090]
31244         * crypt/md5test2.c: New test, based on test supplied by Serge
31245         Belyshev <belyshev@depni.sinp.msu.ru>.
31246         * crypt/Makefile (xtests): Add md5test-giant..
31247         * crypt/Makefile ($(objpfx)md5test-giant): Add.
31248
31249 2012-08-15  Paul Eggert  <eggert@cs.ucla.edu>
31250
31251         [BZ #14090]
31252         * crypt/md5.c (md5_process_block): Don't assume the buffer
31253         length is less than 2**32.
31254         * crypt/sha512.c (sha512_process_block): Don't assume the buffer
31255         length is less than 2**64.
31256
31257 2012-08-15  Roland McGrath  <roland@hack.frob.com>
31258
31259         * string/str-two-way.h: Include <sys/param.h>.
31260         (MAX): Macro removed.
31261
31262         * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
31263         Move #define and #undef of memmove to just before and after
31264         including <string.h>.
31265
31266         * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
31267         [!NOT_IN_libc]: Move #define and #undef of memmove to just before
31268         and after including <string.h>.  Move declarations of
31269         __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
31270         to before #include "string/memmove.c".
31271
31272         * include/dirent.h: Declare __getdirentries.
31273
31274         * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
31275         using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
31276
31277 2012-08-14  Mike Frysinger  <vapier@gentoo.org>
31278
31279         * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
31280         * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
31281         * sysdeps/i386/configure: Regenerated.
31282         * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
31283         STABS_CURRENT_FILE, and STABS_FUN.
31284         (END): Remove call to STABS_FUN_END.
31285         (STABS_CURRENT_FILE1): Delete.
31286         (STABS_CURRENT_FILE): Likewise.
31287         (STABS_FUN): Likewise.
31288         (STABS_FUN_END): Likewise.
31289         (STABS_FUN2): Likewise.
31290         * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
31291         * sysdeps/x86_64/configure: Regenerated.
31292
31293 2012-08-14  Roland McGrath  <roland@hack.frob.com>
31294
31295         * elf/dl-open.c: Include <atomic.h>.
31296         * elf/dl-lookup.c: Likewise.
31297
31298 2012-08-14  Joseph Myers  <joseph@codesourcery.com>
31299
31300         * sysdeps/unix/sysv/linux/kernel-features.h
31301         (__ASSUME_CLONE_THREAD_FLAGS): Remove.
31302         * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
31303         unconditionally.
31304         * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
31305         unconditionally.
31306         * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
31307         condition on __ASSUME_CLONE_THREAD_FLAGS.
31308
31309 2012-08-14  Andreas Jaeger  <aj@suse.de>
31310
31311         * sysdeps/i386/fpu/libm-test-ulps: Update.
31312
31313 2012-08-13  Maxim Kuvyrkov  <maxim@codesourcery.com>
31314
31315         * include/atomic.h (atomic_exchange_and_add): Split into ...
31316         (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
31317         New atomic macros.
31318
31319 2012-08-13  Markus Trippelsdorf  <markus@trippelsdorf.de>
31320
31321         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
31322
31323 2012-08-13  Jeff Law <law@redhat.com>
31324
31325         * manual/stdio.texi (snprintf): Clarify handling of the trailing
31326         null byte in the output string.
31327
31328 2012-08-10  Joseph Myers  <joseph@codesourcery.com>
31329
31330         * sysdeps/unix/sysv/linux/kernel-features.h
31331         (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
31332         [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
31333         (__ASSUME_ARG_MAX_STACK_BASED): Define.
31334         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
31335         [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
31336         !__ASSUME_ARG_MAX_STACK_BASED.  Compare version with
31337         __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
31338
31339 2012-08-09  Jeff Law <law@redhat.com>
31340
31341         [BZ #13939]
31342         * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
31343         When avoid_arena is set, don't retry in the that arena.  Pick the
31344         next one, whatever it might be.
31345         (arena_get2): New parameter avoid_arena, pass through to reused_arena.
31346         (arena_lock): Pass in new parameter to arena_get2.
31347         * malloc/malloc.c (__libc_memalign): Pass in new parameter to
31348         arena_get2.
31349         (__libc_malloc): Unify retrying after main arena failure with
31350         __libc_memalign version.
31351         (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
31352
31353 2012-08-09  H.J. Lu  <hongjiu.lu@intel.com>
31354
31355         [BZ #14166]
31356         * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
31357         to __redirect_strstr.
31358         (__strstr_sse42): Use typeof __redirect_strstr.
31359         (__strstr_ia32): Likewise.
31360         (__libc_strstr): New prototype.
31361         (strstr): Renamed to ...
31362         (__libc_strstr): This.
31363         (strstr): New strong alias of __libc_strstr.
31364         * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
31365         * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
31366         __redirect_time.
31367         Include <time.h>.
31368         (__libc_time): New prototype.
31369         (time_ifunc): Replace time with __libc_time.
31370         (time): New strong alias and hidden definition of __libc_time.
31371         (__GI_time): Remove strong alias.
31372         * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
31373         Include <stddef.h>.
31374         (memmove): Redefined to __redirect_memmove.
31375         (__memmove_sse2): Use typeof __redirect_memmove.
31376         (__memmove_ssse3): Likewise.
31377         (__memmove_ssse3_back): Likewise.
31378         (__libc_memmove): New prototype.
31379         (memmove): Renamed to ...
31380         (__libc_memmove): This.
31381         (memmove): New strong alias of __libc_memmove.
31382
31383 2012-08-08  Mark Salter  <msalter@redhat.com>
31384
31385         * elf/elf.h
31386         (R_MN10300_TLS_GD): Define.
31387         (R_MN10300_TLS_LD): Likewise.
31388         (R_MN10300_TLS_LDO): Likewise.
31389         (R_MN10300_TLS_GOTIE): Likewise.
31390         (R_MN10300_TLS_IE): Likewise.
31391         (R_MN10300_TLS_LE): Likewise.
31392         (R_MN10300_TLS_DTPMOD): Likewise.
31393         (R_MN10300_TLS_DTPOFF): Likewise.
31394         (R_MN10300_TLS_TPOFF): Likewise.
31395         (R_MN10300_SYM_DIFF): Likewise.
31396         (R_MN10300_ALIGN): Likewise.
31397         (R_MN10300_NUM): Update.
31398
31399 2012-08-08  Joseph Myers  <joseph@codesourcery.com>
31400
31401         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
31402         Remove.
31403
31404 2012-08-08  Roland McGrath  <roland@hack.frob.com>
31405
31406         * sysdeps/posix/fdopendir.c: Include <stddef.h>.
31407
31408         * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
31409         sysdeps/unix -> sysdeps/posix move.
31410         * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
31411
31412 2012-08-07      Allan McRae     <allan@archlinux.org>
31413
31414         [BZ #14303]
31415         * sunrpc/rpc_main.c (SVR4_CPP): Remove.
31416         (SUNOS_CPP): Likewise.
31417         (find_cpp): Fall back to selecting system cpp when /lib/cpp is
31418         not found.
31419         (open_input): Call CPP using execvp.
31420
31421 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31422
31423         * sysdeps/unix/sysv/linux/kernel-features.h
31424         (__ASSUME_PROT_GROWSUPDOWN): Remove.
31425         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31426         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31427         (__ASSUME_WAITID_SYSCALL): Likewise.
31428         * sysdeps/unix/sysv/linux/dl-execstack.c
31429         (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
31430         code unconditional.
31431         (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
31432         conditional code.
31433         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
31434         [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
31435         (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
31436         code.
31437         * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
31438         unconditional.
31439         [__ASSUME_WAITID_SYSCALL]: Likewise.
31440         [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
31441
31442 2012-08-07  Roland McGrath  <roland@hack.frob.com>
31443
31444         * sysdeps/unix/closedir.c: Renamed to ...
31445         * sysdeps/posix/closedir.c: ... here.
31446         * sysdeps/unix/dirfd.c: Renamed to ...
31447         * sysdeps/posix/dirfd.c: ... here.
31448         * sysdeps/unix/dirstream.h: Renamed to ...
31449         * sysdeps/posix/dirstream.h: ... here.
31450         * sysdeps/unix/fdopendir.c: Renamed to ...
31451         * sysdeps/posix/fdopendir.c: ... here.
31452         * sysdeps/unix/opendir.c: Renamed to ...
31453         * sysdeps/posix/opendir.c: ... here.
31454         * sysdeps/unix/readdir.c: Renamed to ...
31455         * sysdeps/posix/readdir.c: ... here.
31456         * sysdeps/unix/readdir_r.c: Renamed to ...
31457         * sysdeps/posix/readdir_r.c: ... here.
31458         * sysdeps/unix/rewinddir.c: Renamed to ...
31459         * sysdeps/posix/rewinddir.c: ... here.
31460         * sysdeps/unix/seekdir.c: Renamed to ...
31461         * sysdeps/posix/seekdir.c: ... here.
31462         * sysdeps/unix/telldir.c: Renamed to ...
31463         * sysdeps/posix/telldir.c: ... here.
31464         * sysdeps/unix/sysv/linux/opendir.c: Update #include.
31465         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
31466         * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
31467         * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
31468
31469         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
31470         * bits/fcntl.h: ... here.
31471
31472         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
31473         not 0.
31474         (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
31475         [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
31476         (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
31477         (struct flock): Move l_start, l_len to the beginning.
31478         Use __pid_t for l_pid.
31479         [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
31480         [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
31481         [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
31482         (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
31483         [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
31484         [__USE_LARGEFILE64] (struct flock64): New type.
31485         (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
31486
31487         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
31488         * bits/dirent.h: ... here.
31489
31490         * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
31491         [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
31492
31493 2012-08-07  Joseph Myers  <joseph@codesourcery.com>
31494
31495         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31496         Change from 2.6.0 to 2.6.16.
31497         * sysdeps/unix/sysv/linux/configure: Regenerated.
31498         * sysdeps/unix/sysv/linux/kernel-features.h
31499         (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
31500         (__ASSUME_TGKILL): Define conditional on architectures, not kernel
31501         version.
31502         (__ASSUME_UTIMES): Likewise.
31503         (__ASSUME_CLONE_STOPPED): Remove.
31504         (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
31505         architectures, not kernel version.
31506         (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
31507         (__ASSUME_NO_CLONE_DETACHED): Likewise.
31508         (__ASSUME_GETDENTS32_D_TYPE): Likewise.
31509         (__ASSUME_WAITID_SYSCALL): Likewise.
31510         [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
31511         condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
31512         * README: State 2.6.16 as minimum Linux kernel version.  Do not
31513         refer to older versions.
31514
31515 2012-08-06  Roland McGrath  <roland@hack.frob.com>
31516
31517         * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
31518         Define alphasort64 as an alias.
31519         * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
31520         Define versionsort64 as an alias.
31521         * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
31522         Define scandir64 as an alias.
31523         * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
31524         Define scandirat64 as an alias.
31525         * dirent/alphasort64.c (alphasort64):
31526         Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
31527         * dirent/versionsort64.c: Likewise.
31528         * dirent/scandir64.c: Likewise.
31529         * dirent/scandirat64.c: Likewise.
31530         * sysdeps/wordsize-64/alphasort.c: File removed.
31531         * sysdeps/wordsize-64/alphasort64.c: File removed.
31532         * sysdeps/wordsize-64/scandir.c: File removed.
31533         * sysdeps/wordsize-64/scandir64.c: File removed.
31534         * sysdeps/wordsize-64/scandirat.c: File removed.
31535         * sysdeps/wordsize-64/scandirat64.c: File removed.
31536         * sysdeps/wordsize-64/versionsort.c: File removed.
31537         * sysdeps/wordsize-64/versionsort64.c: File removed.
31538         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
31539         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
31540         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
31541         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
31542         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
31543         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
31544         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
31545         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
31546
31547         * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
31548         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31549         [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
31550         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31551         [defined __arch64__ || defined __sparcv9]
31552         (__INO_T_MATCHES_INO64_T): New macro.
31553         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31554         [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
31555         * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
31556         * sysdeps/unix/sysv/linux/bits/dirent.h
31557         [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
31558         (_DIRENT_MATCHES_DIRENT64): New macro.
31559
31560         * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
31561         Define lockf64 as an alias.
31562         * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
31563         Define fseeko64 as an alias.
31564         * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
31565         Define ftello64 as an alias.
31566         * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
31567         Define _IO_fgetpos64 and fgetpos64 as aliases.
31568         * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
31569         Define _IO_fsetpos64 and fsetpos64 as aliases.
31570         * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
31571         Conditionalize body on this.
31572         * libio/fseeko64.c: Likewise.
31573         * libio/ftello64.c: Likewise.
31574         * libio/iofgetpos64.c: Likewise.
31575         * libio/iofsetpos64.c: Likewise.
31576         * sysdeps/wordsize-64/lockf.c: File removed.
31577         * sysdeps/wordsize-64/lockf64.c: File removed.
31578         * sysdeps/wordsize-64/fseeko.c: File removed.
31579         * sysdeps/wordsize-64/fseeko64.c: File removed.
31580         * sysdeps/wordsize-64/ftello.c: File removed.
31581         * sysdeps/wordsize-64/ftello64.c: File removed.
31582         * sysdeps/wordsize-64/iofgetpos.c: File removed.
31583         * sysdeps/wordsize-64/iofgetpos64.c: File removed.
31584         * sysdeps/wordsize-64/iofsetpos.c: File removed.
31585         * sysdeps/wordsize-64/iofsetpos64.c: File removed.
31586         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
31587         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
31588         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
31589         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
31590         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
31591         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
31592         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
31593         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
31594         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
31595         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
31596
31597         * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31598         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
31599         [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
31600         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
31601         [defined __arch64__ || defined __sparcv9]
31602         (__OFF_T_MATCHES_OFF64_T): New macro.
31603         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
31604         [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
31605         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
31606         (__OFF_T_MATCHES_OFF64_T): New macro.
31607
31608 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31609
31610         * stdlib/secure-getenv.c (__secure_getenv): Replace
31611         GLIBC_2_16 with GLIBC_2_17.
31612
31613 2012-08-06  H.J. Lu  <hongjiu.lu@intel.com>
31614
31615         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
31616         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
31617
31618 2012-08-03  David S. Miller  <davem@davemloft.net>
31619
31620         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31621
31622 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31623
31624         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
31625         Remove.
31626         (__ASSUME_CORRECT_SI_PID): Likewise.
31627         (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
31628         (__ASSUME_TMPFS_NAME): Likewise.
31629         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
31630         [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
31631         * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
31632         (HAVE_AUX_SECURE): Make definition unconditional.
31633         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
31634         [!__ASSUME_TMPFS_NAME]: Remove conditional code.
31635
31636 2012-08-03  Roland McGrath  <roland@hack.frob.com>
31637
31638         * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
31639         * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
31640         * sysdeps/mach/hurd/eloop-threshold.h: New file.
31641         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
31642         __eloop_threshold instead of SYMLOOP_MAX.
31643
31644         * sysdeps/generic/eloop-threshold.h: New file.
31645         * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
31646         of MAXSYMLINKS.
31647         * elf/chroot_canon.c (chroot_canon): Likewise.
31648
31649 2012-08-03  Joseph Myers  <joseph@codesourcery.com>
31650
31651         [BZ #13717]
31652         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
31653         Change to 2.6.0 everywhere.
31654         * sysdeps/unix/sysv/linux/configure: Regenerated.
31655         * sysdeps/unix/sysv/linux/kernel-features.h
31656         (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
31657         (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
31658         kernel versions.
31659         (__ASSUME_POSIX_TIMERS): Define unconditionally.
31660         (__ASSUME_FUTEX_REQUEUE): Remove.
31661         (__ASSUME_STATFS64): Define unconditionally.
31662         (__ASSUME_AT_SECURE): Likewise.
31663         (__ASSUME_CORRECT_SI_PID): Likewise.
31664         (__ASSUME_TGKILL): Define without depending on kernel version for
31665         i386.
31666         (__ASSUME_UTIMES): Likewise.
31667         (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
31668         kernel version.
31669         (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
31670         (__ASSUME_TMPFS_NAME): Likewise.
31671         * README: Update reference to Linux kernel versions.
31672
31673 2012-08-02  Marek Polacek  <polacek@redhat.com>
31674
31675         [BZ# 14150]
31676         * configure.in (libc_cv_asm_type_prefix): Remove test.  Replace
31677         libc_cv_asm_type_prefix with %.
31678         * configure: Regenerated.
31679         * include/libc-symbols.h: Remove comment about
31680         ASM_TYPE_DIRECTIVE_PREFIX.  Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31681         (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
31682         (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
31683         (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
31684         (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
31685         * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
31686         [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
31687         [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
31688         * elf/tst-unique2mod1.c: Likewise.
31689         * elf/tst-unique1mod2.c: Likewise.
31690         * elf/tst-unique1mod1.c: Likewise.
31691         * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
31692         * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
31693         Replace ASM_TYPE_DIRECTIVE with .type.
31694         * sysdeps/s390/s390-64/sysdep.h: Likewise.
31695         * sysdeps/i386/sysdep.h: Likewise.
31696         * sysdeps/x86_64/sysdep.h: Likewise.
31697         * sysdeps/sh/sysdep.h: Likewise.
31698         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
31699         Do not define ASM_TYPE_DIRECTIVE.
31700         * sysdeps/powerpc/sysdep.h: Likewise.
31701         * sysdeps/powerpc/powerpc32/sysdep.h:
31702         Replace ASM_TYPE_DIRECTIVE with .type.
31703         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
31704         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
31705         * sysdeps/i386/fpu/e_powf.S: Likewise.
31706         * sysdeps/i386/fpu/e_expl.S: Likewise.
31707         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
31708         * sysdeps/i386/fpu/e_acosh.S: Likewise.
31709         * sysdeps/i386/fpu/e_pow.S: Likewise.
31710         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
31711         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
31712         * sysdeps/i386/fpu/s_expm1.S: Likewise.
31713         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
31714         * sysdeps/i386/fpu/e_log2.S: Likewise.
31715         * sysdeps/i386/fpu/e_log2l.S: Likewise.
31716         * sysdeps/i386/fpu/e_scalb.S: Likewise.
31717         * sysdeps/i386/fpu/e_powl.S: Likewise.
31718         * sysdeps/i386/fpu/e_log10f.S: Likewise.
31719         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
31720         * sysdeps/i386/fpu/e_logl.S: Likewise.
31721         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
31722         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
31723         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
31724         * sysdeps/i386/fpu/e_log2f.S: Likewise.
31725         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
31726         * sysdeps/i386/fpu/e_log.S: Likewise.
31727         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
31728         * sysdeps/i386/fpu/e_logf.S: Likewise.
31729         * sysdeps/i386/fpu/e_log10l.S: Likewise.
31730         * sysdeps/i386/fpu/e_atanh.S: Likewise.
31731         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
31732         * sysdeps/i386/fpu/e_log10.S: Likewise.
31733         * sysdeps/i386/fpu/s_frexp.S: Likewise.
31734         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
31735         * sysdeps/i386/fpu/s_asinh.S: Likewise.
31736         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
31737         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
31738         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
31739         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
31740         * sysdeps/i386/i686/strtok.S: Likewise.
31741         * sysdeps/i386/i386-mcount.S: Likewise.
31742         * sysdeps/i386/strtok.S: Likewise.
31743         * sysdeps/x86_64/fpu/e_expl.S: Likewise.
31744         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
31745         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
31746         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
31747         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
31748         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
31749         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
31750         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
31751         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
31752         * sysdeps/x86_64/_mcount.S: Likewise.
31753         * sysdeps/x86_64/strtok.S: Likewise.
31754         * sysdeps/sh/_mcount.S: Likewise.
31755
31756 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31757
31758         * libio/iofopen.c: Include <fcntl.h>.
31759         [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
31760         (_IO_fopen64, fopen64): Define as aliases.
31761         * libio/iofopen64.c: Include <fcntl.h>.
31762         [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
31763         Conditionalize body on this.
31764         * sysdeps/wordsize-64/iofopen.c: File removed.
31765         * sysdeps/wordsize-64/iofopen64.c: File removed.
31766
31767 2012-08-01  Marek Polacek  <polacek@redhat.com>
31768
31769         * libc/Makeconfig: Use elf in place of binfmt-subdir.
31770         Use dlfcn directly instead of a variable.
31771         (binfmt-subdir): Do not define.
31772         (dlfcn): Likewise.
31773
31774 2012-08-01  Joseph Myers  <joseph@codesourcery.com>
31775
31776         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
31777         Remove all definitions.
31778         * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
31779         <kernel-features.h>.
31780         [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31781         (miss_F_GETOWN_EX): Remove all definitions.
31782         [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
31783         macro definition.
31784         [!__ASSUME_FCNTL64]: Remove conditional code.
31785         [__ASSUME_FCNTL64]: Make code unconditional.
31786         * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
31787         <kernel-features.h>.
31788         [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
31789         (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
31790         (lockf64) [__NR_fcntl64]: Make code unconditional.
31791         (lockf64) [__ASSUME_FCNTL64]: Likewise.
31792
31793         * sysdeps/unix/sysv/linux/kernel-features.h
31794         (__ASSUME_VFORK_SYSCALL): Remove all definitions.
31795         * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
31796         Make code unconditional.
31797         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31798         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31799         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
31800         [__NR_vfork]: Make code unconditional.
31801         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31802         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31803         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
31804         [__NR_vfork]: Make code unconditional.
31805         (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
31806         (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
31807
31808 2012-08-01  Roland McGrath  <roland@hack.frob.com>
31809
31810         * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
31811         (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
31812
31813         * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31814         Define mkstemp64 as an alias.
31815         * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31816         Define mkstemps64 as an alias.
31817         * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31818         Define mkostemp64 as an alias.
31819         * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
31820         Define mkostemps64 as an alias.
31821         * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
31822         Conditionalize body on this.
31823         * misc/mkostemp64.c: Likewise.
31824         * misc/mkostemps64.c: Likewise.
31825         * misc/mkstemps64.c: Likewise.
31826         * sysdeps/wordsize-64/mkstemp64.c: File removed.
31827         * sysdeps/wordsize-64/mkostemp64.c: File removed.
31828         * sysdeps/wordsize-64/mkostemp.c: File removed.
31829         * sysdeps/wordsize-64/mkstemp.c: File removed.
31830         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
31831         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
31832         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
31833         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
31834
31835         [BZ #14138]
31836         * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
31837         * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
31838         * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
31839         * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
31840
31841         * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
31842         compat_symbol macros from <shlib-compat.h> rather than the underlying
31843         default_symbol_version and symbol_version macros, so that DEFAULT
31844         lines in shlib-versions are respected.
31845         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
31846
31847 2012-08-01  Florian Weimer  <fweimer@redhat.com>
31848
31849         * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
31850         Declare with warn_unused_result.
31851         (setgid, setregid, setegid, setresgid): Likewise.
31852         * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
31853         Likewise.
31854         * WUR-REPORT: Remove set*id functions.
31855
31856 2012-07-31  Pino Toscano  <toscano.pino@tiscali.it>
31857
31858         * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
31859
31860 2012-07-31  Roland McGrath  <roland@hack.frob.com>
31861
31862         [BZ #10191]
31863         * include/sys/socket.h (__libc_accept, __libc_accept4):
31864         Add attribute_hidden.
31865         * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
31866
31867         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
31868         use of PTR_MANGLE.
31869         * inet/getnetgrent_r.c (setup): Likewise.
31870
31871         * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
31872
31873 2012-07-31  David S. Miller  <davem@davemloft.net>
31874
31875         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31876
31877 2012-07-31  Joseph Myers  <joseph@codesourcery.com>
31878
31879         [BZ #13629]
31880         * math/s_clog.c (__clog): Use __log1p if larger part has absolute
31881         value between 1.0 and 2.0 and smaller part has absolute value less
31882         than 1.0.
31883         * math/s_clog10.c (__clog10): Likewise.
31884         * math/s_clog10f.c (__clog10f): Likewise.
31885         * math/s_clog10l.c (__clog10l): Likewise.
31886         * math/s_clogf.c (__clogf): Likewise.
31887         * math/s_clogl.c (__clogl): Likewise.
31888         * math/libm-test.inc (clog_test): Add more tests.
31889         (clog10_test): Likewise.
31890         * sysdeps/i386/fpu/libm-test-ulps: Update.
31891         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31892
31893 2012-07-31  Florian Weimer  <fweimer@redhat.com>
31894
31895         * stdlib/tst-secure-getenv.c: Use printf for error reporting.
31896         Exit with zero in case no suitable GID is found, and write a
31897         message to standard error.
31898
31899 2012-07-30  Roland McGrath  <roland@hack.frob.com>
31900
31901         * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
31902         rather than to 1.
31903         (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
31904         (MAXPATHLEN): Removed.
31905         (NOGROUP, NODEV): New macros.
31906         (setbit, clrbit, isset, isclr): New macros.
31907         (howmany, roundup, powerof2): New macros.
31908         (DEV_BSIZE): New macro.
31909
31910         * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
31911         * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
31912
31913         * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
31914         definition on [!__NO_LONG_DOUBLE_MATH].
31915
31916         * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
31917         PTR_MANGLE and PTR_DEMANGLE.
31918
31919         * socket/accept4.c (accept4): Rename to __libc_accept4.
31920         Define accept4 as a weak alias.
31921
31922         * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
31923         on [_DIRENT_HAVE_D_TYPE].
31924         * io/ftw.c (ftw_dir): Likewise.
31925
31926         * io/xmknod.c (__xmknod): Don't check PATH for being null.
31927
31928         * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
31929
31930         * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
31931         Use the BSD numbers rather than the arbitrary ones we had.
31932         (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
31933         (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
31934         (SIGXCPU, SIGXFSZ): New macros.
31935         (_NSIG): Now 32.
31936
31937         * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
31938         initializer on [_LIBC_REENTRANT].
31939
31940         * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
31941         definitions inside [_POSIX_MAPPED_FILES].
31942
31943         * posix/regex.c: Include <sys/param.h> for MIN/MAX.
31944
31945         * dirent/opendir.c: Include <fcntl.h>.
31946
31947         * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
31948         (__libc_getspecific): Likewise.
31949         (__libc_key_create): Likewise.
31950
31951         * stdio-common/tmpfile64.c: Include <fcntl.h> first.
31952         [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
31953         * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
31954         (tmpfile64): Define as alias.
31955         * sysdeps/wordsize-64/tmpfile.c: File removed.
31956         * sysdeps/wordsize-64/tmpfile64.c: File removed.
31957         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
31958         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
31959
31960         * stdio-common/vfscanf.c: Include <stdbool.h>.
31961         * nss/makedb.c: Likewise.
31962         * stdio-common/_i18n_number.h: Likewise.
31963         * argp/argp-help.c: Likewise.
31964         * posix/wordexp.c: Likewise.
31965         * sysdeps/posix/spawni.c: Likewise.
31966         * nss/nss_files/files-initgroups.c: Likewise.
31967         * stdio-common/reg-modifier.c: Include <stdlib.h>.
31968         * nss/nss_files/files-initgroups.c: Likewise.
31969         * nss/nss_db/db-netgrp.c: Likewise.
31970         * nss/nss_db/db-initgroups.c: Likewise.
31971         * io/fchmodat.c: Include <sys/stat.h>.
31972
31973         * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
31974         __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
31975
31976         * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
31977         [HAVE_MMAP].
31978
31979         * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
31980         Add multiple inclusion protection.
31981
31982 2012-07-27  David S. Miller  <davem@davemloft.net>
31983
31984         * sysdeps/sparc/fpu/libm-test-ulps: Update.
31985
31986 2012-07-27  Gary Benson  <gbenson@redhat.com>
31987
31988         [BZ #14298]
31989         * elf/rtld.c: Include <stap-probe.h>.
31990         (dl_main): Added static probes "init_start" and "init_complete".
31991         * elf/dl-load.c: Include <stap-probe.h>.
31992         (lose): Take new parameter "nsid".
31993         Added static probe "map_failed".
31994         (_dl_map_object_from_fd): Pass namespace id to lose.
31995         Added static probe "map_start".
31996         (open_verify): Pass namespace id to lose.
31997         * elf/dl-open.c: Include <stap-probe.h>.
31998         (dl_open_worker) Added static probes "map_complete", "reloc_start"
31999         and "reloc_complete".
32000         * elf/dl-close.c: Include <stap-probe.h>.
32001         (_dl_close_worker): Added static probes "unmap_start" and
32002         "unmap_complete".
32003         * elf/rtld-debugger-interface.txt: New file documenting the above.
32004
32005 2012-07-26  Roland McGrath  <roland@hack.frob.com>
32006
32007         * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
32008         rather than a string variable.
32009         * sunrpc/rpc_main.c (h_output): Likewise.
32010         * sunrpc/rpc_svcout.c (write_real_program): Likewise.
32011
32012 2012-07-26  Pino Toscano  <toscano.pino@tiscali.it>
32013
32014         * inet/check_native.c: New file.
32015
32016 2012-07-26  Joseph Myers  <joseph@codesourcery.com>
32017
32018         [BZ #13629]
32019         * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
32020         if larger part has absolute value 1.0.
32021         * math/s_clog10.c (__clog10): Likewise.
32022         * math/s_clog10f.c (__clog10f): Likewise.
32023         * math/s_clog10l.c (__clog10l): Likewise.
32024         * math/s_clogf.c (__clogf): Likewise.
32025         * math/s_clogl.c (__clogl): Likewise.
32026         * math/libm-test.inc (clog_test): Add more tests.
32027         (clog10_test): Likewise.
32028         * sysdeps/i386/fpu/libm-test-ulps: Update.
32029         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32030
32031         * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
32032         (pltexit): Likewise.
32033         (La_regs): Likewise.
32034         (La_retval): Likewise.
32035         (int_retval): Likewise.
32036         Update #error for removed macros to refer only to definitions in
32037         tst-audit.h.
32038         * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
32039         macro.
32040         (pltexit): Likewise.
32041         (La_regs): Likewise.
32042         (La_retval): Likewise.
32043         (int_retval): Likewise.
32044         * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
32045         macro.
32046         (pltexit): Likewise.
32047         (La_regs): Likewise.
32048         (La_retval): Likewise.
32049         (int_retval): Likewise.
32050         * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
32051         macro.
32052         (pltexit): Likewise.
32053         (La_regs): Likewise.
32054         (La_retval): Likewise.
32055         (int_retval): Likewise.
32056         * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
32057         macro.
32058         (pltexit): Likewise.
32059         (La_regs): Likewise.
32060         (La_retval): Likewise.
32061         (int_retval): Likewise.
32062         * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
32063         macro.
32064         (pltexit): Likewise.
32065         (La_regs): Likewise.
32066         (La_retval): Likewise.
32067         (int_retval): Likewise.
32068         * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
32069         macro.
32070         (pltexit): Likewise.
32071         (La_regs): Likewise.
32072         (La_retval): Likewise.
32073         (int_retval): Likewise.
32074         * sysdeps/generic/tst-audit.h: Update comment to refer only to
32075         macro definitions in tst-audit.h.
32076         * sysdeps/i386/tst-audit.h: New file.
32077         * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
32078         * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
32079         * sysdeps/s390/s390-32/tst-audit.h: Likewise.
32080         * sysdeps/s390/s390-64/tst-audit.h: Likewise.
32081         * sysdeps/sh/tst-audit.h: Likewise.
32082         * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
32083         * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
32084         * sysdeps/x86_64/tst-audit.h: Likewise.
32085
32086 2012-07-26  Andreas Jaeger  <aj@suse.de>
32087
32088         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
32089         ptrace.
32090
32091         * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
32092         new value PTRACE_EVENT_SECCOMP from Linux 3.5.
32093         (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
32094         PTRACE_O_MASK.
32095         * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
32096         * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
32097         * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
32098
32099         * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
32100         value.
32101
32102         * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
32103         _sigsys.
32104         (si_call_addr, si_syscall, si_arch): Define new macro.
32105         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
32106         _sigsys.
32107         (si_call_addr, si_syscall, si_arch): Define new marcro.
32108         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
32109         _sigsys.
32110         (si_call_addr, si_syscall, si_arch): Define new macro.
32111         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
32112         _sigsys.
32113         (si_call_addr, si_syscall, si_arch): Define new macro.
32114
32115 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32116
32117         [BZ #13717]
32118         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32119         Change to 2.4.21 where previously 2.4.1.
32120         * sysdeps/unix/sysv/linux/configure: Regenerated.
32121         * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
32122         __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
32123         Linux kernel version.
32124         (__ASSUME_STD_AUXV): Remove.
32125         [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
32126         kernel version.
32127         [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
32128         (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
32129         (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
32130         (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
32131         (__ASSUME_NETLINK_SUPPORT): Likewise.
32132         * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
32133         (__no_netlink_support): Remove conditional definition.
32134         * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
32135         Remove.
32136         (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32137         [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
32138         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
32139         (if_nameindex_ioctl): Remove.
32140         (if_nameindex_netlink): Do not handle __no_netlink_support.
32141         (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32142         code.
32143         * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
32144         Remove conditional code.
32145         (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
32146         code.
32147         (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
32148         unconditional.
32149         [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
32150         [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
32151         * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
32152         Remove.
32153         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
32154         [!__ASSUME_STD_AUXV]: Remove conditional code.
32155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
32156         [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
32157         [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
32158         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
32159         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
32160         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32161         code.
32162         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32163         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
32164         [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
32165         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32166         conditional code.
32167         [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
32168         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
32169         (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
32170         code.
32171         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
32172         (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
32173         conditional code.
32174         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
32175         (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32176         code unconditional.
32177         (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32178         conditional code.
32179         (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32180         unconditional.
32181         (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32182         conditional code.
32183         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
32184         (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32185         unconditional.
32186         (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32187         conditional code.
32188         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
32189         (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32190         code unconditional.
32191         (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32192         conditional code.
32193         (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32194         unconditional.
32195         (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32196         conditional code.
32197         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
32198         (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
32199         code unconditional.
32200         (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32201         conditional code.
32202         (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
32203         unconditional.
32204         (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
32205         conditional code.
32206
32207 2012-07-25  Andreas Schwab  <schwab@linux-m68k.org>
32208
32209         * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
32210         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
32211         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
32212         * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
32213         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
32214         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
32215         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
32216         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
32217         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
32218         * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
32219         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
32220         * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
32221         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
32222         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
32223         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
32224         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
32225         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
32226         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
32227         * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
32228         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
32229         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
32230         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
32231         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
32232
32233 2012-07-25  Florian Weimer  <fweimer@redhat.com>
32234
32235         * Versions.def: Add GLIBC_2.17.
32236         * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
32237         * include/stdlib.h: Rename __secure_getenv to secure_getenv.
32238         Introduce __libc_secure_getenv.
32239         * stdlib/Versions (2.17): Add secure_getenv
32240         (GLIBC_PRIVATE): Add __libc_secure_getenv.
32241         * stdlib/secure-getenv.c: Rename __secure_getenv to
32242         __libc_secure_getenv.  Add secure_getenv alias.  Add compatibility
32243         symbol __secure_getenv for GLIBC_2.0.
32244         * stdlib/tst-secure-getenv.c: New.
32245         * stdlib/Makefile (tests): Add testcase.
32246         * manual/startup.texi (Environment Access): Document
32247         secure_getenv.
32248         * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
32249         __libc_secure_getenv.
32250         * inet/ruserpass.c (ruserpass): Likewise.
32251         * malloc/mtrace.c (mtrace): Likewise.
32252         * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
32253         * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
32254         * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
32255         * sysdeps/posix/tempname.c: Likewise.  Evaluate
32256         HAVE_SECURE_GETENV.
32257         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
32258         __secure_getenv to __libc_secure_getenv.
32259         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
32260         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32261         Likewise.
32262         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32263         Likewise.
32264         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
32265         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
32266         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32267         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
32268         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
32269         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
32271
32272 2012-07-25  Joseph Myers  <joseph@codesourcery.com>
32273
32274         * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
32275         (struct La_i86_retval): Likewise.
32276         (struct La_x86_64_regs): Likewise.
32277         (struct La_x86_64_retval): Likewise.
32278         (struct La_x32_regs): Likewise.
32279         (struct La_x32_retval): Likewise.
32280         (struct La_ppc32_regs): Likewise.
32281         (struct La_ppc32_retval): Likewise.
32282         (struct La_ppc64_regs): Likewise.
32283         (struct La_ppc64_retval): Likewise.
32284         (struct La_sh_regs): Likewise.
32285         (struct La_sh_retval): Likewise.
32286         (struct La_s390_32_regs): Likewise.
32287         (struct La_s390_32_retval): Likewise.
32288         (struct La_s390_64_regs): Likewise.
32289         (struct La_s390_64_retval): Likewise.
32290         (struct La_sparc32_regs): Likewise.
32291         (struct La_sparc32_retval): Likewise.
32292         (struct La_sparc64_regs): Likewise.
32293         (struct La_sparc64_retval): Likewise.
32294         (struct audit_ifaces): Remove architecture-specific pltenter and
32295         pltexit members.
32296         * sysdeps/i386/ldsodefs.h: New file.
32297         * sysdeps/powerpc/ldsodefs.h: Likewise.
32298         * sysdeps/s390/ldsodefs.h: Likewise.
32299         * sysdeps/sh/ldsodefs.h: Likewise.
32300         * sysdeps/sparc/ldsodefs.h: Likewise.
32301         * sysdeps/x86_64/ldsodefs.h: Likewise.
32302
32303 2012-07-25  Marek Polacek  <polacek@redhat.com>
32304
32305         [BZ #6808]
32306         * math/libm-test.inc (yn_test): Add another test.
32307         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
32308         to ERANGE when the result is +-Inf.
32309         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
32310         * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
32311         * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
32312         * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
32313
32314 2012-07-24  Joseph Myers  <joseph@codesourcery.com>
32315
32316         * conform/data/time.h-data (NULL): Use macro-constant.  Require
32317         equal to 0.
32318         (CLOCKS_PER_SEC): Use macro instead of constant.  Specify type as
32319         clock_t.
32320         [ISO11] (TIME_UTC): Use macro-int-constant.  Require value > 0.
32321
32322 2012-07-23  Thomas Schwinge  <thomas@codesourcery.com>
32323
32324         * configure.in <sysdeps resolving>: Correct printing
32325         Implies_before.
32326         * configure: Regenerate.
32327
32328 2012-07-22  Thomas Schwinge  <thomas@codesourcery.com>
32329
32330         * math/w_ilogb.c: Include <limits.h>.
32331         * math/w_ilogbl.c: Likewise.
32332
32333 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32334
32335         * manual/lang.texi (__va_copy): Document primarily as ISO C99
32336         va_copy.  Document allowing for unavailable va_copy only as
32337         pre-C99 compatibility.
32338         * manual/string.texi (Copying and Concatenation): Use va_copy
32339         instead of __va_copy in concat example.
32340
32341 2012-07-20  Pino Toscano  <toscano.pino@tiscali.it>
32342
32343         * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
32344         (__sendto): Use create_address_port.  Initialize APORT and deallocate
32345         it if not null.
32346
32347         * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
32348         with O_NOLINK passed to __file_name_lookup.
32349
32350         * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
32351         with O_NOLINK passed to __file_name_lookup.
32352
32353         * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
32354         negative N or less than NGIDS.
32355
32356         * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
32357         type to string_t.  Set ERANGE as errno and return it if NAME is not big
32358         enough.  Use memcpy instead of strncpy.
32359
32360 2012-07-20  Joseph Myers  <joseph@codesourcery.com>
32361
32362         * elf/Makefile (check-data): Remove.
32363         (localplt.data): New vpath directive.
32364         ($(objpfx)check-localplt.out): Use localplt.data from vpath
32365         instead of $(check-data).
32366         * scripts/data/localplt-generic.data: Move to ...
32367         * sysdeps/generic/localplt.data: ... here.
32368         * scripts/data/localplt-i386-linux-gnu.data: Move to ...
32369         * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
32370         * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
32371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
32372         ... here.
32373         * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
32374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
32375         ... here.
32376         * scripts/data/localplt-s390-linux-gnu.data: Move to ...
32377         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
32378         ... here.
32379         * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
32380         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
32381         ... here.
32382         * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
32383         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
32384         ... here.
32385         * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
32386         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
32387         ... here.
32388
32389 2012-07-19 Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32390
32391         * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
32392         PPC32 and PPC64 files.
32393         * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
32394         * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
32395
32396 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32397
32398         * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
32399         __makecontext_ret to ...
32400         * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
32401         ... here and call exit if uc_link is NULL.  New file.
32402         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
32403         __makecontext_ret.S.
32404         * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
32405         __makecontext_ret to ...
32406         * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
32407         ... here and call exit if uc_link is NULL.  New file.
32408         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
32409         __makecontext_ret.S.
32410
32411 2012-07-19  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32412
32413         * elf/elf.h (R_390_IRELATIVE): New definition.
32414         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
32415         resolver function for IFUNC symbols.  Support R_390_IRELATIVE.
32416         (elf_machine_lazy_rel): Support R_390_IRELATIVE.
32417         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
32418         (elf_machine_lazy_rel): Likewise.
32419         * sysdeps/s390/dl-irel.h: New file.
32420         * sysdeps/s390/s390-64/memcpy.S: New asm code.
32421         * sysdeps/s390/s390-64/memset.S: New asm code.
32422         * sysdeps/s390/s390-64/memcmp.S: New asm code.
32423         * sysdeps/s390/s390-64/multiarch/memset.S: New file.
32424         * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
32425         * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
32426         * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
32427         * sysdeps/s390/s390-64/multiarch/Makefile: New file.
32428         * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
32429         * sysdeps/s390/s390-32/multiarch/Makefile: New file.
32430         * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
32431         * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
32432         * sysdeps/s390/s390-32/multiarch/memset.S: New file.
32433         * sysdeps/s390/s390-32/memcpy.S: New asm code.
32434         * sysdeps/s390/s390-32/memset.S: New asm code.
32435         * sysdeps/s390/s390-32/memcmp.S: New asm code.
32436
32437 2012-07-17  Marek Polacek  <polacek@redhat.com>
32438
32439         [BZ #14349]
32440         * sysdeps/s390/s390-32/configure.in: Remove TLS check.
32441         * sysdeps/s390/s390-64/configure.in: Likewise.
32442         * sysdeps/sparc/configure.in: Likewise.
32443         * sysdeps/powerpc/powerpc32/configure.in: Likewise.
32444         * sysdeps/powerpc/powerpc64/configure.in: Likewise.
32445         * sysdeps/i386/configure.in: Likewise.
32446         * sysdeps/x86_64/configure.in: Likewise.
32447         * sysdeps/sh/configure.in: Likewise.
32448         * sysdeps/s390/s390-32/configure: Regenerated.
32449         * sysdeps/s390/s390-64/configure: Likewise.
32450         * sysdeps/x86_64/configure: Likewise.
32451         * sysdeps/sh/configure: Likewise.
32452         * sysdeps/powerpc/powerpc64/configure: Likewise.
32453         * sysdeps/powerpc/powerpc32/configure: Likewise.
32454         * sysdeps/sparc/configure: Likwise.
32455         * sysdeps/i386/configure: Likewise.
32456
32457         * elf/dl-open.c: Comment fixes.
32458
32459 2012-07-17  Joseph Myers  <joseph@codesourcery.com>
32460
32461         * Makefile [CXX] (check-data): Remove.
32462         [CXX] (c++-types.data): New vpath directive.
32463         [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
32464         vpath.  Do not allow for C++ type data being missing.
32465         * scripts/data/c++-types-alpha-linux-gnu.data: Move to
32466         ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
32467         * scripts/data/c++-types-ia64-linux-gnu.data: Move to
32468         ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
32469         * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
32470         * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
32471         * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
32472         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
32473         ... here.
32474         * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
32475         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
32476         ... here.
32477         * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
32478         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
32479         ... here.
32480         * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
32481         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
32482         ... here.
32483         * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
32484         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
32485         ... here.
32486         * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
32487         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
32488         ... here.
32489         * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
32490         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
32491         ... here.
32492         * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
32493         * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
32494
32495         * elf/tls-macros.h (TLS_LE): Move architecture-specific
32496         definitions to architecture-specific files.
32497         (TLS_IE): Likewise.
32498         (TLS_LD): Likewise.
32499         (TLS_GD): Likewise.
32500         * sysdeps/i386/tls-macros.h: New file.
32501         * sysdeps/powerpc/tls-macros.h: Likewise.
32502         * sysdeps/s390/s390-32/tls-macros.h: Likewise.
32503         * sysdeps/s390/s390-64/tls-macros.h: Likewise.
32504         * sysdeps/sh/tls-macros.h: Likewise.
32505         * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
32506         * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
32507         * sysdeps/x86_64/tls-macros.h: Likewise.
32508
32509 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32510
32511         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
32512         zero value for regular exit case.
32513
32514         * sysdeps/unix/sysv/linux/x86_64/__start_context.S
32515         (__start_context): Preserve zero value for regular exit case.
32516
32517 2012-07-17  Thomas Schwinge  <thomas@codesourcery.com>
32518             Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
32519
32520         * manual/setjmp.texi (setcontext): Clarify normal process
32521         termination when uc_link is the null pointer.
32522         * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
32523         exit call.
32524
32525 2012-07-16  Andreas Schwab  <schwab@linux-m68k.org>
32526
32527         * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
32528         preprocessor.  Test for each exception mask separately.
32529
32530 2012-07-16  Andreas Jaeger  <aj@suse.de>
32531
32532         * po/ru.po: Update from translation team.
32533
32534 2012-07-15  Joseph Myers  <joseph@codesourcery.com>
32535
32536         * conform/data/string.h-data (NULL): Use macro-constant.  Require
32537         equal to 0.
32538         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
32539         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
32540         (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
32541         (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
32542         [ISO || ISO99 || ISO11] (*_t): Do not allow.
32543
32544 2012-07-13  Andreas Jaeger  <aj@suse.de>
32545
32546         * po/fr.po: Update from translation team.
32547
32548 2012-07-12  Marek Polacek  <polacek@redhat.com>
32549
32550         [BZ #14173]
32551         * math/libm-test.inc (yn_test): Add test for BZ #14173.
32552         * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
32553         loop condition.
32554
32555 2012-07-12  Joseph Myers  <joseph@codesourcery.com>
32556
32557         [BZ #13717]
32558         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
32559         Change to 2.4.1 where previously 2.4.0.
32560         * sysdeps/unix/sysv/linux/configure: Regenerated.
32561         * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
32562         (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
32563         version.
32564         [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
32565         (__ASSUME_AT_CLKTCK): Remove.
32566         (__ASSUME_AT_PAGESIZE): Likewise.
32567         (__ASSUME_AT_XID): Likewise.
32568         (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
32569         [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
32570         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
32571         unconditionally.
32572         (HAVE_AUX_PAGESIZE): Likewise.
32573         * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
32574         [__ASSUME_AT_CLKTCK]: Make code unconditional.
32575         [!__ASSUME_AT_CLKTCK]: Remove conditional code.
32576
32577 2012-07-12  Jeroen van Bemmel  <jvb127@gmail.com>
32578
32579         [BZ #14307]
32580         * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
32581         the temporary buffer used to invoke __gethostbyname2_r,
32582         __gethostbyaddr_r and gethostbyname4_r to make room for struct
32583         host_data / struct gaih_addrtuple.
32584         * resolv/nss_dns/dns-host.c (global scope): Move definition of
32585         implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
32586         header file nss/nsswitch.h.
32587         * nss/nsswitch.h (global scope): Add definition of implementation
32588         constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
32589         resolv/nss_dns/dns-host.c).
32590
32591 2012-07-11  Andreas Jaeger  <aj@suse.de>
32592
32593         * po/fr.po: Update from translation team.
32594
32595         * po/sv.po: Update from translation team
32596         * po/fr.po: Another update from translation team.
32597
32598 2012-07-11  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
32599
32600         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
32601         for subnormals or multiply small sinh result by itself.
32602         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
32603         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
32604
32605 2012-07-11  David S. Miller  <davem@davemloft.net>
32606
32607         * sysdeps/sparc/fpu/libm-test-ulps: Update.
32608
32609 2012-07-10  Andreas Schwab  <schwab@linux-m68k.org>
32610
32611         [BZ #14347]
32612         * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
32613         (INTERNAL_MARK): Shift it here.
32614
32615 2012-07-10  Marek Polacek  <polacek@redhat.com>
32616
32617         [BZ #14151]
32618         * configure.in (libc_cv_asm_global_directive): Remove test.  Replace
32619         libc_cv_asm_global_directive with .globl.
32620         * configure: Regenerated.
32621         * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
32622         with .globl.
32623         * sysdeps/i386/configure: Regenerated.
32624         * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
32625         with .globl.
32626         * sysdeps/x86_64/configure: Regenerated.
32627         * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
32628         * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
32629         * elf/tst-unique2mod2.c: Likewise.
32630         * elf/tst-unique2mod1.c: Likewise.
32631         * elf/tst-unique1mod2.c: Likewise.
32632         * elf/tst-unique1mod1.c: Likewise.
32633         * sysdeps/s390/s390-32/sysdep.h: Likewise.
32634         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
32635         * sysdeps/s390/s390-64/sysdep.h: Likewise.
32636         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
32637         * sysdeps/mach/sysdep.h: Likewise.
32638         * sysdeps/i386/sysdep.h: Likewise.
32639         * sysdeps/i386/i386-mcount.S: Likewise.
32640         * sysdeps/x86_64/_mcount.S: Likewise.
32641         * sysdeps/x86_64/sysdep.h: Likewise.
32642         * sysdeps/sh/_mcount.S: Likewise.
32643         * sysdeps/sh/sysdep.h: Likewise.
32644         * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
32645         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
32646         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
32647         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
32648         * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
32649         * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
32650         * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
32651         * locale/localeinfo.h: Likewise.
32652         (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
32653         (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
32654
32655 2012-07-09  Roland McGrath  <roland@hack.frob.com>
32656
32657         [BZ #14336]
32658         * manual/charset.texi (Extended Char Intro): Word use fix, "operating
32659         system".
32660         * manual/message.texi (The Uniforum approach): Likewise.
32661         * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
32662         (glibc iconv Implementation): Likewise.
32663
32664 2012-07-09  Joseph Myers  <joseph@codesourcery.com>
32665
32666         [BZ #14337]
32667         * math/s_clog.c (__clog): Avoid scaling a value down where that
32668         could result in underflow.
32669         * math/s_clog10.c (__clog10): Likewise.
32670         * math/s_clog10f.c (__clog10f): Likewise.
32671         * math/s_clog10l.c (__clog10l): Likewise.
32672         * math/s_clogf.c (__clogf): Likewise.
32673         * math/s_clogl.c (__clogl): Likewise.
32674         * math/libm-test.inc (clog_test): Add more tests.
32675         (clog10_test): Likewise.
32676         * sysdeps/i386/fpu/libm-test-ulps: Update.
32677         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32678
32679 2012-07-06  Andreas Schwab  <schwab@linux-m68k.org>
32680
32681         [BZ #14283]
32682         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
32683         by 7 not 8 to examine high bit of fractional part.
32684
32685         [BZ #14042]
32686         * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
32687         for call to __mcount_internal.
32688         * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
32689         (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
32690         * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
32691
32692 2012-07-06  Joseph Myers  <joseph@codesourcery.com>
32693
32694         [BZ #14154]
32695         * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
32696         approximation for values within 0x1p-13f of an odd multiple of
32697         pi/4.
32698         * math/libm-test.inc (tan_test): Do not allow spurious underflow
32699         exception.  Add more tests.
32700         * sysdeps/i386/fpu/libm-test-ulps: Update.
32701
32702         [BZ #6778]
32703         * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
32704         inputs and return -1 for them.  Do not check for +Inf in case not
32705         reachable for +Inf.
32706         * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
32707         * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
32708         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32709         and return -1 for them.  Do not check for +Inf in case not
32710         reachable for +Inf.
32711         * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
32712         define.
32713         (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
32714         and return -1 for them.  Do not check for +Inf in case not
32715         reachable for +Inf.
32716         * math/libm-test.inc (expm1_test): Add more tests.  Do not allow
32717         spurious underflow.
32718         * sysdeps/i386/fpu/libm-test-ulps: Update.
32719         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32720
32721 2012-07-06  Mike Frysinger  <vapier@gentoo.org>
32722
32723         * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
32724
32725 2012-07-05  Joseph Myers  <joseph@codesourcery.com>
32726
32727         [BZ #14157]
32728         [BZ #14331]
32729         * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
32730         could result in spurious underflow.  Scale down values above
32731         DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
32732         * math/s_csqrtf.c (__csqrtf): Likewise.
32733         * math/s_csqrtl.c (__csqrtl): Likewise.
32734         * math/libm-test.inc (csqrt_test): Add more tests.  Do not allow
32735         spurious underflow.
32736         * sysdeps/i386/fpu/libm-test-ulps: Update.
32737         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32738
32739 2012-07-04  Andreas Schwab  <schwab@linux-m68k.org>
32740
32741         * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
32742         xopen-msg.sed.
32743         * catgets/xopen-msg.awk: New file.
32744         * catgets/xopen-msg.sed: Removed.
32745
32746         * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
32747         po2text.sed.
32748         * intl/po2test.awk: New file.
32749         * intl/po2test.sed: Removed.
32750
32751 2012-07-04  Joseph Myers  <joseph@codesourcery.com>
32752
32753         [BZ #14328]
32754         * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
32755         or multiply small sinh result by itself.
32756         * math/s_ctanf.c (__ctanf): Likewise.
32757         * math/s_ctanh.c (__ctanh): Likewise.
32758         * math/s_ctanhf.c (__ctanhf): Likewise.
32759         * math/s_ctanhl.c (__ctanhl): Likewise.
32760         * math/s_ctanl.c (__ctanl): Likewise.
32761         * math/libm-test.inc (ctan_test_tonearest): New function.
32762         (ctan_test_towardzero): Likewise.
32763         (ctan_test_downward): Likewise.
32764         (ctan_test_upward): Likewise.
32765         (ctanh_test_tonearest): Likewise.
32766         (ctanh_test_towardzero): Likewise.
32767         (ctanh_test_downward): Likewise.
32768         (ctanh_test_upward): Likewise.
32769         (main): Call these new functions.
32770         * sysdeps/i386/fpu/libm-test-ulps: Update.
32771         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
32772
32773 2012-07-03  Mike Frysinger  <vapier@gentoo.org>
32774
32775         * .gitignore: Delete /ports entry.
32776
32777 2012-07-03  Andreas Jaeger  <aj@suse.de>
32778
32779         * po/bg.po: Update from translation team.
32780         * po/cs.po: Likewise.
32781         * po/de.po: Likewise.
32782         * po/hr.po: Likewise.
32783         * po/nl.pl: Likewise.
32784         * po/pl.po: Likewise.
32785         * po/vi.po: Likewise.
32786
32787 2012-07-03  Joseph Myers  <joseph@codesourcery.com>
32788
32789         * Makeconfig [!+link] (+link-before-libc): New variable.
32790         [!+link] (+link-after-libc): Likewise.
32791         [!+link] (+link-tests): Likewise.
32792         [!+link] (+link): Define in terms of $(+link-before-libc) and
32793         $(+link-after-libc).
32794         [!+link-static] (+link-static-before-libc): New variable.
32795         [!+link-static] (+link-static-after-libc): Likewise.
32796         [!+link-static] (+link-static-tests): Likewise.
32797         [!+link-static] (+link-static): Define in terms of
32798         $(+link-static-before-libc) and $(+link-static-after-libc).
32799         [build-shared] (link-libc-before-gnulib): New variable.
32800         [build-shared] (link-libc-tests): Likewise.
32801         [build-shared] (link-libc): Define in terms of
32802         $(link-libc-before-gnulib).
32803         [!build-shared] (link-libc-tests): New variable.
32804         (link-libc-static-tests): New variable.
32805         [!gnulib] (gnulib-arch): New variable.
32806         [!gnulib] (gnulib-tests): Likewise.
32807         [!gnulib] (static-gnulib-arch): Likewise.
32808         [!gnulib] (static-gnulib-tests): Likewise.
32809         [!gnulib] (gnulib): Use $(gnulib-arch).  Do not use $(libgcc_eh).
32810         Define with "=" instead of ":=".
32811         [!gnulib] (static-gnulib): Use $(static-gnulib-arch).  Do not use
32812         -lgcc_eh $(libunwind).  Define with "=" instead of ":=".
32813         * Rules (binaries-all-notests): New variable.
32814         (binaries-all-tests): Likewise.
32815         (binaries-static-notests): Likewise.
32816         (binaries-static-tests): Likewise.
32817         (binaries-all): Define using $(binaries-all-notests) and
32818         $(binaries-all-tests).
32819         (binaries-static): Define using $(binaries-static-notests) and
32820         $(binaries-static-tests).
32821         (binaries-shared-tests): New variable.
32822         (binaries-shared-notests): Likewise.
32823         (binaries-shared): Remove variable.
32824         ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
32825         ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
32826         ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
32827         ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
32828         ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
32829         ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
32830         * elf/Makefile (sln-modules): New variable.
32831         (extra-objs): Add $(sln-modules:=.o).
32832         (ldconfig-modules): Add static-stubs.
32833         ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
32834         * elf/static-stubs.c: New file.
32835
32836         [BZ #14283]
32837         * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
32838         by 7 not 8 to examine high bit of fractional part.  Use volatile
32839         variables when splitting into final array of floats if
32840         __FLT_EVAL_METHOD__ != 0.
32841         * math/libm-test.inc (cos_test): Add another test.
32842         (sin_test): Likewise.
32843         * sysdeps/i386/fpu/libm-test-ulps: Update.
32844
32845         [BZ #14273]
32846         * math/libm-test.inc (cosh_test): Add more tests.
32847
32848         * version.h (RELEASE): Set to "development".
32849         (VERSION): Set to "2.16.90".
32850
32851 2012-06-30  Carlos O'Donell  <carlos_odonell@mentor.com>
32852
32853         * NEWS: Update copyright. Remove last-updated date.
32854         Mention math library bug fixes and timezone data changes.
32855         * README: Mention GNU/Hurd, x32, and HPPA support status.
32856
32857 2012-06-28  Thomas Schwinge  <thomas@codesourcery.com>
32858
32859         * manual/contrib.texi (Contributors): Sort alphabetically by last name.
32860
32861 2012-06-27  Andreas Jaeger  <aj@suse.de>
32862
32863         * manual/contrib.texi (Contributors): Add Samuel Thibault.
32864
32865 2012-06-25  Andreas Jaeger  <aj@suse.de>
32866
32867         * sysdeps/s390/fpu/libm-test-ulps: Update.
32868
32869 2012-06-23  Andreas Schwab  <schwab@linux-m68k.org>
32870             Thomas Schwinge  <thomas@codesourcery.com>
32871
32872         * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
32873         * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
32874         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
32875         fanotify_mark.
32876
32877 2012-06-23  Thomas Schwinge  <thomas@codesourcery.com>
32878
32879         * sysdeps/mach/start.c: Remove file.
32880         * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
32881         * sysdeps/i386/init-first.c: Fix comment regarding start.S.
32882         * sysdeps/sh/init-first.c: Likewise.
32883
32884         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
32885         registers for frame unwinding purposes, add CFI directives.
32886         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32887         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
32888         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
32889         Likewise.
32890
32891         * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
32892         __fortify_fail returning.
32893         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
32894
32895         * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
32896         sysdeps/sh/____longjmp_chk.S.
32897         * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
32898         on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
32899         * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
32900         (gen-as-const-headers): Append sigaltstack-offsets.sym.
32901
32902         * sysdeps/sh/abort-instr.h: New file.
32903         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
32904         process in case exit returns.
32905
32906         * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
32907         initialize the GOT register before use.
32908
32909         * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
32910         calculation of ARGC > 4.
32911
32912         * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
32913         meaningful names to some local labels.
32914
32915 2012-06-22  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
32916             Kaz Kojima  <kkojima@rr.iij4u.or.jp>
32917
32918         * sysdeps/unix/sysv/linux/sh/bits/atomic.h
32919         (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
32920         (__arch_compare_and_exchange_val_16_acq): Likewise.
32921         (__arch_compare_and_exchange_val_32_acq): Likewise.
32922         (atomic_exchange_and_add): Fix gUSA sequence.
32923         (atomic_add): Likewise.
32924         (atomic_add_negative): Likewise.
32925         (atomic_add_zero): Likewise.
32926         (atomic_bit_test_set): Likewise.
32927
32928 2012-06-22  Andreas Schwab  <schwab@redhat.com>
32929
32930         [BZ #13579]
32931         * include/link.h (struct link_map): Add l_free_initfini.
32932         * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
32933         l_initfini.
32934         * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
32935         * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
32936         * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
32937         set.
32938
32939 2012-06-22  Carlos O'Donell  <carlos_odonell@mentor.com>
32940
32941         * configure.in: Use AC_LANG_SOURCE.
32942         * configure: Regenerate.
32943
32944 2012-06-22  Roland McGrath  <roland@hack.frob.com>
32945
32946         * configure.in (libc_cv_localstatedir): New substituted variable.
32947         * configure: Regenerated.
32948         * config.make.in (localstatedir): New variable, substituted from
32949         libc_cv_localstatedir.
32950         * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
32951         * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
32952         ${prefix}/var to /var when we change ${prefix}/etc to /etc.
32953         * sysdeps/gnu/configure: Regenerated.
32954
32955 2012-06-21  Jeff Law  <law@redhat.com>
32956
32957         [BZ #14277]
32958         * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
32959         free.  Simplify list management for _LIBC case.
32960
32961 2012-06-21  Joseph Myers  <joseph@codesourcery.com>
32962
32963         [BZ #14273]
32964         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
32965         Clear sign bit of 64-bit integer value before comparing against
32966         overflow value.
32967
32968         * sysdeps/mach/configure: Regenerated.
32969
32970 2012-06-21  H.J. Lu  <hongjiu.lu@intel.com>
32971
32972         [BZ #14278]
32973         * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
32974
32975 2012-06-21  Jeff Law  <law@redhat.com>
32976
32977         [BZ #13882]
32978         * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection.  Use
32979         uint16_t for elements in the "seen" array to avoid char overflows.
32980         * elf/dl-fini.c (_dl_sort_fini): Likewise.
32981         * elf/dl-open.c (dl_open_worker): Likewise.
32982
32983 2012-06-21  Carlos O'Donell  <carlos_odonell@mentor.com>
32984
32985         * scripts/list-sources.sh: Scan PORTS for translations.
32986         * po/libc.pot: Regenerated.
32987
32988 2012-06-21  Andreas Jaeger  <aj@suse.de>
32989
32990         [BZ #12194]
32991         * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
32992         warning.
32993         * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
32994         * bits/byteswap-16.h (__bswap_16): Likewise.
32995         * bits/byteswap.h (__bswap_constant_16): Likewise.
32996
32997 2012-06-18  H.J. Lu  <hongjiu.lu@intel.com>
32998
32999         [BZ #14117]
33000         * sysdeps/i386/fpu_control.h: Removed.
33001         * sysdeps/x86_64/fpu_control.h: Moved to ...
33002         * sysdeps/x86/fpu_control.h: Here.
33003
33004         * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
33005         (_FPU_SETCW): Likewise.
33006
33007 2012-06-15  H.J. Lu  <hongjiu.lu@intel.com>
33008
33009         [BZ #14117]
33010         * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
33011         * sysdeps/x86/fpu/bits/mathinline.h: This.
33012         * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
33013
33014         [BZ #14050]
33015         [BZ #14117]
33016         * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
33017         functions if __x86_64__ is defined.
33018
33019 2012-06-15  Chung-Lin Tang  <cltang@codesourcery.com>
33020
33021         * string/endian.h: Add !__ASSEMBLER__ condition for including
33022         conversion interfaces.
33023
33024 2012-06-15  Joseph Myers  <joseph@codesourcery.com>
33025
33026         [BZ #14241]
33027         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
33028         of ABS(x) in calculating zero to negative powers other than odd
33029         integers.
33030         * math/libm-test.inc (pow_test): Add more tests.
33031
33032 2012-06-15  Andreas Jaeger  <aj@suse.de>
33033
33034         * manual/contrib.texi (Contributors): Update entry of Liubov
33035         Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
33036         Machado Filho.
33037
33038 2012-06-15  Cyril Hrubis  <metan@ucw.cz>
33039
33040         * string/string.h: Add __wur to GNU version of strerror_r.
33041
33042 2012-06-14  H.J. Lu  <hongjiu.lu@intel.com>
33043
33044         [BZ #14229]
33045         * string/Makefile (tests): Add tst-strtok_r.
33046         * string/tst-strtok_r.c: New file.
33047         * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
33048         RAX_LP/RDX_LP on SAVE_PTR.
33049
33050 2012-06-14  Roland McGrath  <roland@hack.frob.com>
33051
33052         * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
33053
33054 2012-06-14  Joseph Myers  <joseph@codesourcery.com>
33055
33056         * libm_test.inc (csqrt_test): Allow more spurious underflow
33057         exceptions.
33058         (j0_test): Likewise.
33059         (j1_test): Likewise.
33060         (y0_test): Likewise.
33061         (y1_test): Likewise.
33062
33063 2012-06-13  Carlos O'Donell  <carlos_odonell@mentor.com>
33064
33065         * po/Makefile (libc.pot): Use UTF-8 charset.
33066
33067 2012-06-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
33068
33069         [BZ #14210]
33070         Suppress sign-conversion warning from FD_SET.
33071         See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
33072         * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
33073         not unsigned long int.
33074         * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
33075
33076 2012-06-12  H.J. Lu  <hongjiu.lu@intel.com>
33077
33078         [BZ #14050]
33079         [BZ #14117]
33080         * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
33081         __extern_always_inline instead of __extern_inline.
33082         (__signbitf): Support __SSE2_MATH__ and C++ namespace.
33083         (__signbit): Likewise.
33084         (__signbitl): Support C++ namespace.
33085         (lrintf): New inline function.
33086         (lrint): Likewise.
33087         (llrintf): Likewise.
33088         (llrint): Likewise.
33089         (fmaxf): Likewise.
33090         (fmax): Likewise.
33091         (fminf): Likewise.
33092         (fmin): Likewise.
33093         (rint): Likewise.
33094         (rintf): Likewise.
33095         (ceil): Likewise.
33096         (ceilf): Likewise.
33097         (floor): Likewise.
33098         (floorf): Likewise.
33099         (nearbyint): Likewise.
33100         (nearbyintf): Likewise.
33101
33102 2012-06-12  Thomas Schwinge  <thomas@codesourcery.com>
33103
33104         * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
33105         non-default versions.
33106
33107 2012-06-11  Roland McGrath  <roland@hack.frob.com>
33108
33109         [BZ #14218]
33110         * manual/argp.texi (Argp): Reword argp_parse description slightly.
33111
33112 2012-06-09  Thomas Schwinge  <thomas@codesourcery.com>
33113
33114         * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
33115         (FE_UPWARD, FE_DOWNWARD): Don't define.
33116         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
33117         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33118
33119         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
33120         reading it.
33121         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33122         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33123
33124 2012-06-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33125
33126         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
33127         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
33128         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
33129         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
33130
33131 2012-06-06  H.J. Lu  <hongjiu.lu@intel.com>
33132
33133         [BZ #14117]
33134         * sysdeps/i386/fpu/bits/fenv.h: Removed.
33135         * sysdeps/i386/fpu/Implies: New file.
33136         * sysdeps/x86_64/fpu/Implies: Likewise.
33137         * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
33138         * sysdeps/x86/fpu/bits/fenv.h: This.
33139
33140         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
33141         __SSE_MATH__.
33142
33143 2012-06-06  Siddhesh Poyarekar  <siddhesh@redhat.com>
33144
33145         [BZ #14134]
33146         * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
33147         character 0xffff that matches the last element of the
33148         conversion table.
33149
33150 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33151
33152         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
33153         fmodl commit.
33154
33155 2012-06-05  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33156
33157         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
33158         values higher than 25.6283.
33159
33160 2012-06-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33161
33162         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
33163         subnormal exponent extraction and add some __builtin_expect.
33164         * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
33165         Fix for subnormal mantissa calculation.
33166
33167 2012-06-04  Mike Frysinger  <vapier@gentoo.org>
33168
33169         * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
33170         cpu2 is -1 and errno is not ENOSYS.
33171
33172 2012-06-04  H.J. Lu  <hongjiu.lu@intel.com>
33173
33174         [BZ #14117]
33175         * sysdeps/i386/i486/bits/string.h: Renamed to ...
33176         * sysdeps/x86/bits/string.h: This.
33177         * sysdeps/x86_64/bits/string.h: Removed.
33178
33179         * sysdeps/i386/i486/bits/string.h: Define inline functions only
33180         if not compiling for x86-64, but compiling for >= i486.
33181
33182         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
33183         * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
33184
33185         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
33186         New macro from Linux kernel 3.4.0.
33187         (FP_XSTATE_MAGIC2): Likewise.
33188         (FP_XSTATE_MAGIC2_SIZE): Likewise.
33189         (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
33190         (struct _fpx_sw_bytes): New struct.
33191         (struct _xsave_hdr): Likewise.
33192         (struct _ymmh_state): Likewise.
33193         (struct _xstate): Likewise.
33194
33195         * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
33196         * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
33197         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
33198         * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
33199         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
33200         * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
33201
33202         * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
33203         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
33204         * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
33205         * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
33206         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
33207         * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
33208
33209 2012-06-04  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
33210
33211         [BZ #13743]
33212         * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
33213         * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
33214         (sysdep_headers): Include sys/platform/ppc.h.
33215         * sysdeps/powerpc/test-gettimebase.c: Test for
33216         __ppc_get_timebase() to catch future ISA opcode/insn changes.
33217         * manual/Makefile (appendices): Include platform.texi.
33218         * manual/contrib.texi (Contributors): Update @node pointers.
33219         * manual/maint.texi (Maintenance): Likewise.
33220         (Platform): New node.
33221         * manual/platform.texi: New file.  Document the new features.
33222
33223 2012-06-04  Siddhesh Poyarekar  <siddhesh@redhat.com>
33224             Jakub Jelinek  <jakub@redhat.com>
33225
33226         [BZ #14188]
33227         * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
33228         where __builtin_expect is unavailable.
33229
33230 2012-06-03  David S. Miller  <davem@davemloft.net>
33231
33232         * stdlib/longlong.h: Updated from GCC.
33233
33234 2012-06-02  Andreas Schwab  <schwab@linux-m68k.org>
33235
33236         [BZ #14042]
33237         * sysdeps/powerpc/powerpc32/mcount.c: New file.
33238         * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
33239         __mcount_internal.
33240         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
33241         (GLIBC_2.16): Likewise.
33242
33243 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33244
33245         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
33246
33247 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33248
33249         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
33250         (default-abi): New variable.
33251         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
33252         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
33253         variable.
33254         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
33255         Likewise.
33256         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
33257         Likewise.
33258         * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
33259         Likewise.
33260
33261         * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
33262         definition.  Document in comment.
33263
33264 2012-06-01  David S. Miller  <davem@davemloft.net>
33265
33266         * stdlib/longlong.h: Updated from GCC.
33267
33268 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33269
33270         [BZ #14117]
33271         * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
33272         Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
33273         sys/debugreg.h sys/io.h here.
33274         * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
33275         sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
33276         sys/io.h.
33277         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
33278         Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
33279         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
33280         * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
33281         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
33282         * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
33283
33284         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
33285         Define only if __x86_64__ is defined.
33286
33287 2012-06-01  Joseph Myers  <joseph@codesourcery.com>
33288
33289         [BZ #14048]
33290         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
33291         Use int64_t for variable i.
33292         * math/libm-test.inc (fmod_test): Add more tests.
33293
33294         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
33295         z computation is not scheduled after fetestexcept.
33296         * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
33297         Use math_force_eval instead of asm to ensure calculation scheduled
33298         before exception test.
33299         * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
33300         Ensure a1 + u.d computation is not scheduled after fetestexcept.
33301
33302 2012-06-01  Aurelien Jarno  <aurelien@aurel32.net>
33303
33304         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
33305         computation is not scheduled after fetestexcept.
33306
33307 2012-06-01  H.J. Lu  <hongjiu.lu@intel.com>
33308
33309         [BZ #14117]
33310         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
33311         * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
33312
33313 2012-06-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
33314
33315         * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
33316         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
33317
33318 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33319
33320         [BZ #14117]
33321         * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
33322         <bits/wordsize.h>.
33323         (__WCHAR_MIN): Support __WORDSIZE == 64.
33324         (__WCHAR_MAX): Likewise.
33325
33326         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
33327         * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
33328
33329         [BZ #14183]
33330         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
33331         Defined with __SWORD_TYPE if __x86_64__ isn't defined.
33332
33333         [BZ #14117]
33334         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
33335         * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
33336
33337         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
33338         * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
33339
33340         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
33341         Defined to 1 if __x86_64__ isn't defined.
33342         (_STAT_VER_LINUX_OLD): New.
33343         (st_atime): Remove duplicate.
33344         (st_mtime): Likewise.
33345         (st_ctime): Likewise.
33346
33347 2012-05-31  David S. Miller  <davem@davemloft.net>
33348
33349         * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
33350         entries.
33351
33352 2012-06-01  Andreas Schwab  <schwab@linux-m68k.org>
33353
33354         * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
33355         gen-libm-test.pl.
33356
33357         [BZ #14132]
33358         * elf/dl-reloc.c: Include <_itoa.h>.
33359         (_dl_reloc_bad_type): Remove use of INTUSE.
33360         * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
33361         * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
33362         * stdio-common/psiginfo.c (psiginfo): Likewise.
33363         * stdio-common/psignal.c (psignal): Likewise.
33364         * string/strsignal.c (strsignal): Likewise.
33365         * include/signal.h (_sys_siglist): Declare hidden proto.
33366         * stdio-common/itoa-digits.c: Include <_itoa.h>.  Replace
33367         INTVARDEF with libc_hidden_data_def.
33368         * stdio-common/itoa-udigits.c: Likewise.
33369         * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
33370         (_itoa_lower_digits_internal): Remove declaration.
33371         (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
33372         * sysdeps/gnu/siglist.c (_sys_siglist_internal)
33373         (_sys_sigabbrev_internal): Remove aliases.
33374         (_sys_siglist): Define hidden alias.
33375
33376 2012-05-31  Markus Trippelsdorf  <markus@trippelsdorf.de>
33377
33378         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
33379         bits/sysctl.h.
33380
33381 2012-05-31  H.J. Lu  <hongjiu.lu@intel.com>
33382
33383         [BZ #14117]
33384         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
33385         * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
33386
33387         * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
33388         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
33389         * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
33390         * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
33391         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
33392         * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
33393
33394         * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
33395         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
33396         * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
33397
33398         * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
33399         with __addr.
33400         (insw): Likewise.
33401         (insl): Likewise.
33402         (outsb): Likewise.
33403         (outsw): Likewise.
33404         (outsl): Likewise.
33405
33406         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
33407         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
33408         * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
33409
33410         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
33411         * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
33412         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
33413         * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
33414         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
33415         * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
33416
33417         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
33418         * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
33419
33420         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
33421         * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
33422
33423         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
33424         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
33425         * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
33426
33427         * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
33428         * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
33429         to ...
33430         * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
33431
33432         * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
33433         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
33434         * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
33435
33436         * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
33437         for x86-64.
33438         * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
33439
33440 2012-05-31  Joseph Myers  <joseph@codesourcery.com>
33441
33442         * math/math.h (M_El): Use two more decimal places.
33443         (M_LOG2El): Likewise.
33444         (M_LOG10El): Likewise.
33445         (M_LN2l): Likewise.
33446         (M_LN10l): Likewise.
33447         (M_PIl): Likewise.
33448         (M_PI_2l): Likewise.
33449         (M_PI_4l): Likewise.
33450         (M_1_PIl): Likewise.
33451         (M_2_PIl): Likewise.
33452         (M_2_SQRTPIl): Likewise.
33453         (M_SQRT2l): Likewise.
33454         (M_SQRT1_2l): Likewise.
33455
33456 2012-05-31  David S. Miller  <davem@davemloft.net>
33457
33458         * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
33459         values between float registers.
33460         * sysdeps/sparc/sparc64/memset.S: Likewise.
33461         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
33462
33463 2012-05-31  Mike Frysinger  <vapier@gentoo.org>
33464
33465         * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
33466         -D_FORTIFY_SOURCE=1.
33467         (CPPFLAGS-tst-longjmp_chk.c): Define.
33468         (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
33469         (CPPFLAGS-tst-longjmp_chk2.c): Define.
33470         * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
33471         CFLAGS-tst-wchar-h.c.
33472
33473 2012-05-31  Marek Polacek  <polacek@redhat.com>
33474
33475         [BZ #14132]
33476         * include/mntent.h (__setmntent_internal, __getmntent_r_internal
33477         __endmntent_internal): Remove declaration.
33478         (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
33479         (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
33480         * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
33481
33482 2012-05-30  David S. Miller  <davem@davemloft.net>
33483
33484         * sysdeps/sparc/sparc32/soft-fp/q_util.c
33485         (___Q_simulate_exceptions): Use real FP ops rather than writing
33486         into the %fsr.
33487         * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
33488         Likewise.
33489
33490 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33491
33492         [BZ #14117]
33493         * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
33494         * sysdeps/x86/bits/xtitypes.h: This.
33495
33496         * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
33497         * sysdeps/x86/bits/wordsize.h: This.
33498
33499         * sysdeps/i386/bits/huge_vall.h: Renamed to ...
33500         * sysdeps/x86/bits/huge_vall.h: This.
33501
33502         * sysdeps/i386/bits/select.h: Removed.
33503         * sysdeps/x86_64/bits/select.h: Renamed to ...
33504         * sysdeps/x86/bits/select.h: This.
33505
33506         * sysdeps/i386/bits/setjmp.h: Removed.
33507         * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
33508         * sysdeps/x86/bits/setjmp.h: This.
33509
33510         * sysdeps/i386/bits/mathdef.h: Removed.
33511         * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
33512         * sysdeps/x86/bits/mathdef.h: This.
33513
33514 2012-05-30  Andreas Schwab  <schwab@linux-m68k.org>
33515
33516         [BZ #14132]
33517         * include/sys/socket.h (__connect_internal)
33518         (__libc_sa_len_internal): Remove declaration.
33519         (__connect, __libc_sa_len): Declare hidden_proto.
33520         (SA_LEN): Remove use of INTUSE.
33521         * socket/connect.c: Add libc_hidden_def.
33522         * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
33523         * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
33524         * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
33525         alias.
33526         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
33527         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
33528         * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
33529         of adding _internal alias.
33530
33531 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33532
33533         [BZ #14117]
33534         * sysdeps/i386/bits/link.h: Removed.
33535         * sysdeps/i386/bits/linkmap.h: Likewise.
33536         * sysdeps/x86_64/bits/link.h: Renamed to ...
33537         * sysdeps/x86/bits/link.h: This.
33538         * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
33539         * sysdeps/x86/bits/linkmap.h: This.
33540
33541         * sysdeps/i386/bits/endian.h: Removed.
33542         * sysdeps/x86_64/bits/endian.h: Renamed to ...
33543         * sysdeps/x86/bits/endian.h: This.
33544
33545         * sysdeps/i386/bits/byteswap.h: Removed.
33546         * sysdeps/i386/bits/byteswap-16.h: Likewise.
33547         * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
33548         * sysdeps/x86/bits/byteswap.h: This.
33549         * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
33550         * sysdeps/x86/bits/byteswap-16.h: This.
33551         * sysdeps/i386/Implies: Add x86.
33552         * sysdeps/x86_64/Implies: Likewise.
33553
33554 2012-05-30  David S. Miller  <davem@davemloft.net>
33555
33556         * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
33557         (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
33558         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
33559         (FP_TRAPPING_EXCEPTIONS): Define.
33560         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
33561         (FP_TRAPPING_EXCEPTIONS): Define.
33562         * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
33563         subnormals only when inexact has been signalled or underflow
33564         exceptions are enabled.
33565         (_FP_PACK_CANONICAL): Likewise.
33566
33567 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33568
33569         [BZ #14183]
33570         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
33571         Defined with __UWORD_TYPE if __x86_64__ isn't defined.
33572
33573 2012-05-30  Richard Henderson  <rth@twiddle.net>
33574
33575         * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
33576         with #ifndef NOT_IN_libc.
33577
33578         * scripts/abilist.awk: Accept 8 fields.  Handle Alpha functions
33579         marked to avoid plt entry.
33580
33581 2012-05-30  H.J. Lu  <hongjiu.lu@intel.com>
33582
33583         [BZ #14112]
33584         * Makeconfig (default-abi): New macro.
33585         (abi-includes): Likewise.
33586         ($(common-objpfx)soversions.mk): Remove WORDSIZE check.  Use
33587         $(abi-$(default-abi)-lib-soname) for soname if defined.
33588         ($(common-objpfx)gnu/lib-names.stmp): Generate from
33589         abi-variants.
33590         * Makefile (installed-stubs): Likewise.
33591         * include/stubs-biarch.h: Removed.
33592         * scripts/lib-names.awk: Only handle one library at a time.
33593         * scripts/soversions.awk: Remove WORDSIZE support.
33594         * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
33595         entries.
33596         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
33597         Removed.
33598         (syscall-list-default-condition): Likewise.
33599         (syscall-list-default-condition): Likewise.
33600         (syscall-list-includes): Likewise.
33601         ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
33602         syscall-list-* with abi-*.  Handle undefined abi-variants.
33603         * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
33604         * sysdeps/unix/sysv/linux/i386/Implies: New file.
33605         * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
33606         * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
33607         * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
33608         * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
33609         Removed.
33610         (syscall-list-32-options): Likewise.
33611         (syscall-list-32-condition): Likewise.
33612         (syscall-list-64-options): Likewise.
33613         (syscall-list-64-condition): Likewise.
33614         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
33615         macro.
33616         * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
33617         Renamed to ...
33618         (abi-*): This.
33619         (abi-64-ld-soname): New macro.
33620         * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
33621         * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
33622         Renamed to ...
33623         (abi-*): This.
33624         * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
33625         * sysdeps/x86_64/x32/shlib-versions: Likewise.
33626
33627 2012-05-30  Joseph Myers  <joseph@codesourcery.com>
33628
33629         * sysdeps/unix/sysv/linux/kernel-features.h
33630         (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
33631         * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
33632         include <kernel-features.h>.
33633         [!__NR_ftruncate64]: Remove conditional code.
33634         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33635         [__NR_ftruncate64]: Make code unconditional.
33636         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33637         * sysdeps/unix/sysv/linux/truncate64.c: Do not
33638         include <kernel-features.h>.
33639         [!__NR_ftruncate64]: Remove conditional code.
33640         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33641         [__NR_ftruncate64]: Make code unconditional.
33642         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33643         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
33644         include <kernel-features.h>.
33645         [!__NR_ftruncate64]: Remove conditional code.
33646         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33647         [__NR_ftruncate64]: Make code unconditional.
33648         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33650         include <kernel-features.h>.
33651         [!__NR_ftruncate64]: Remove conditional code.
33652         [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33653         [__NR_ftruncate64]: Make code unconditional.
33654         [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
33655
33656         * configure.in (libc_cv_fpie): Weaken to a compile test using
33657         LIBC_TRY_CC_OPTION.
33658         * configure: Regenerated.
33659
33660 2012-05-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
33661
33662         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
33663         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
33664         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
33665         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
33666         Refreshed.
33667         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
33668         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
33669         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
33670         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
33671         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
33672         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
33673         Refreshed.
33674
33675 2012-05-27  David S. Miller  <davem@davemloft.net>
33676
33677         * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
33678         (___Q_zero): New.
33679         (__Q_simulate_exceptions): Return void.  Change to simulate
33680         exceptions by writing into the %fsr.
33681         * sysdeps/sparc/sparc64/soft-fp/qp_util.c
33682         (__Qp_handle_exceptions): Likewise.
33683         (numbers): Delete.
33684         * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
33685         __Qp_handle_exceptions.
33686         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
33687         __Qp_handle_exceptions.
33688         * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33689         as unused and give dummy FP_RND_NEAREST initializer.
33690         (FP_INHIBIT_RESULTS): Define.
33691         (___Q_simulate_exceptions): Update declaration.
33692         (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
33693         formatting.
33694         * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
33695         as unused and give dummy FP_RND_NEAREST initializer.
33696         (__Qp_handle_exceptions): Update declaration.
33697         (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
33698         formatting.
33699
33700 2012-05-27  Thomas Schwinge  <thomas@codesourcery.com>
33701
33702         * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
33703         the temporary FPU control word.
33704         * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
33705         * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
33706         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
33707         * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
33708         * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
33709         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
33710         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
33711         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
33712         * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
33713         * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
33714         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
33715
33716 2012-05-27  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
33717
33718         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
33719         fields.
33720
33721 2012-05-27  Chung-Lin Tang  <cltang@codesourcery.com>
33722
33723         * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
33724         * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
33725         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
33726         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
33727         Likewise.
33728         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
33729         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
33730         Likewise.
33731
33732 2012-05-27  Ulrich Drepper  <drepper@gmail.com>
33733
33734         * po/h.po: Update from translation team.
33735
33736 2012-05-26  Andreas Schwab  <schwab@linux-m68k.org>
33737
33738         * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
33739
33740         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
33741         handling of denormals.
33742         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
33743         * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
33744         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
33745         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
33746         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
33747         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
33748         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
33749         Likewise.
33750
33751 2012-05-26  Marek Polacek  <polacek@redhat.com>
33752
33753         [BZ #14152]
33754         * math/libm-test.inc (fma_test): Don't always expect underflow
33755         exception.
33756
33757 2012-05-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
33758
33759         [BZ #12416]
33760         * elf/tst-execstack.c: Include stackinfo.h.
33761         (do_test): Adjust test case to ensure that pthread_getattr_np
33762         behaviour remains the same after marking stack executable.
33763
33764 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33765
33766         * sysdeps/unix/sysv/linux/kernel-features.h
33767         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
33768         * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
33769         kernel-features.h.
33770         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33771         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33772         * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
33773         kernel-features.h.
33774         [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
33775         [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
33776
33777 2012-05-25  H.J. Lu  <hongjiu.lu@intel.com>
33778
33779         * configure.in: Define the default includes to being none.
33780         * configure: Regenerated.
33781
33782 2012-05-25  Roland McGrath  <roland@hack.frob.com>
33783
33784         * sysdeps/x86_64/__longjmp.S: Add a static probe here.
33785         * sysdeps/x86_64/setjmp.S: Likewise.
33786         * sysdeps/i386/bsd-setjmp.S: Likewise.
33787         * sysdeps/i386/bsd-_setjmp.S: Likewise.
33788         * sysdeps/i386/setjmp.S: Likewise.
33789         * sysdeps/i386/__longjmp.S: Likewise.
33790         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
33791         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
33792
33793         * include/stap-probe.h: New file.
33794         * configure.in: Handle --enable-systemtap.
33795         * configure: Regenerated.
33796         * config.h.in (USE_STAP_PROBE): New #undef.
33797         * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
33798         * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
33799         * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
33800
33801 2012-05-25  Joseph Myers  <joseph@codesourcery.com>
33802
33803         [BZ #13717]
33804         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
33805         to 2.4.0 where earlier.
33806         * sysdeps/unix/sysv/linux/configure: Regenerated.
33807         * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33808         <kernel-features.h>.
33809         [__ASSUME_32BITUIDS]: Make code unconditional.
33810         [!__ASSUME_32BITUIDS]: Remove conditional code.
33811         * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
33812         <kernel-features.h>.
33813         [__ASSUME_32BITUIDS]: Make code unconditional.
33814         [!__ASSUME_32BITUIDS]: Remove conditional code.
33815         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
33816         [__ASSUME_32BITUIDS]: Make code unconditional.
33817         (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
33818         * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
33819         <kernel-features.h>.
33820         [__ASSUME_32BITUIDS]: Make code unconditional.
33821         [!__ASSUME_32BITUIDS]: Remove conditional code.
33822         * sysdeps/unix/sysv/linux/i386/geteuid.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/getgid.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/getgroups.c: Do not include
33831         <kernel-features.h>.
33832         [__ASSUME_32BITUIDS]: Make code unconditional.
33833         [!__ASSUME_32BITUIDS]: Remove conditional code.
33834         * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33835         <kernel-features.h>.
33836         [__ASSUME_32BITUIDS]: Make code unconditional.
33837         [!__ASSUME_32BITUIDS]: Remove conditional code.
33838         * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33839         <kernel-features.h>.
33840         [__ASSUME_32BITUIDS]: Make code unconditional.
33841         [!__ASSUME_32BITUIDS]: Remove conditional code.
33842         * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
33843         <kernel-features.h>.
33844         [__ASSUME_32BITUIDS]: Make code unconditional.
33845         [!__ASSUME_32BITUIDS]: Remove conditional code.
33846         * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33847         <kernel-features.h>.
33848         [__ASSUME_32BITUIDS]: Make code unconditional.
33849         [!__ASSUME_32BITUIDS]: Remove conditional code.
33850         * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33851         <kernel-features.h>.
33852         [__ASSUME_32BITUIDS]: Make code unconditional.
33853         [!__ASSUME_32BITUIDS]: Remove conditional code.
33854         * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
33855         <kernel-features.h>.
33856         [__ASSUME_32BITUIDS]: Make code unconditional.
33857         [!__ASSUME_32BITUIDS]: Remove conditional code.
33858         * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
33859         <kernel-features.h>.
33860         [__NR_setresgid] (__setresgid): Do not declare.
33861         [__ASSUME_32BITUIDS]: Make code unconditional.
33862         [!__ASSUME_32BITUIDS]: Remove conditional code.
33863         * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
33864         <kernel-features.h>.
33865         [__NR_setresuid] (__setresuid): Do not declare.
33866         [__ASSUME_32BITUIDS]: Make code unconditional.
33867         [!__ASSUME_32BITUIDS]: Remove conditional code.
33868         * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
33869         <kernel-features.h>.
33870         [__ASSUME_32BITUIDS]: Make code unconditional.
33871         [!__ASSUME_32BITUIDS]: Remove conditional code.
33872         * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
33873         <kernel-features.h>.
33874         [__ASSUME_32BITUIDS]: Make code unconditional.
33875         [!__ASSUME_32BITUIDS]: Remove conditional code.
33876         * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
33877         <kernel-features.h>.
33878         [__ASSUME_32BITUIDS]: Make code unconditional.
33879         [!__ASSUME_32BITUIDS]: Remove conditional code.
33880         * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
33881         <kernel-features.h>.
33882         [__ASSUME_32BITUIDS]: Make code unconditional.
33883         [!__ASSUME_32BITUIDS]: Remove conditional code.
33884         * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
33885         <kernel-features.h>.
33886         [__ASSUME_32BITUIDS]: Make code unconditional.
33887         [!__ASSUME_32BITUIDS]: Remove conditional code.
33888         * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
33889         <kernel-features.h>.
33890         [__ASSUME_32BITUIDS]: Make code unconditional.
33891         [!__ASSUME_32BITUIDS]: Remove conditional code.
33892         * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
33893         <kernel-features.h>.
33894         [__ASSUME_32BITUIDS]: Make code unconditional.
33895         [!__ASSUME_32BITUIDS]: Remove conditional code.
33896         * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
33897         <kernel-features.h>.
33898         [__ASSUME_32BITUIDS]: Make code unconditional.
33899         [!__ASSUME_32BITUIDS]: Remove conditional code.
33900         * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
33901         <kernel-features.h>.
33902         [__ASSUME_32BITUIDS]: Make code unconditional.
33903         [!__ASSUME_32BITUIDS]: Remove conditional code.
33904         * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33905         <kernel-features.h>.
33906         [__ASSUME_32BITUIDS]: Make code unconditional.
33907         [!__ASSUME_32BITUIDS]: Remove conditional code.
33908         * sysdeps/unix/sysv/linux/kernel-features.h
33909         (__ASSUME_SETRESUID_SYSCALL): Remove.
33910         (__ASSUME_SETRESGID_SYSCALL): Likewise.
33911         (__ASSUME_32BITUIDS): Likewise.
33912         (__ASSUME_LDT_WORKS): Likewise.
33913         (__ASSUME_O_DIRECTORY): Likewise.
33914         (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
33915         architecture but not kernel version.
33916         (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
33917         (__ASSUME_MMAP2_SYSCALL): Likewise.
33918         (__ASSUME_STAT64_SYSCALL): Likewise.
33919         (__ASSUME_IPC64): Likewise.
33920         * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
33921         <kernel-features.h>.
33922         [__ASSUME_32BITUIDS]: Make code unconditional.
33923         [!__ASSUME_32BITUIDS]: Remove conditional code.
33924         * sysdeps/unix/sysv/linux/opendir.c: Do not include
33925         <kernel-features.h>.
33926         [__ASSUME_O_DIRECTORY]: Make code unconditional.
33927         * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
33928         132096]: Remove conditional code.
33929         [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
33930         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33931         <kernel-features.h>.
33932         [__ASSUME_32BITUIDS]: Make code unconditional.
33933         [!__ASSUME_32BITUIDS]: Remove conditional code.
33934         * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33935         <kernel-features.h>.
33936         [__ASSUME_32BITUIDS]: Make code unconditional.
33937         [!__ASSUME_32BITUIDS]: Remove conditional code.
33938         * sysdeps/unix/sysv/linux/setegid.c: Do not include
33939         <kernel-features.h>.
33940         [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
33941         unconditional.
33942         (__setresgid): Do not declare.
33943         [__ASSUME_32BITUIDS]: Make code unconditional.
33944         [!__ASSUME_32BITUIDS]: Remove conditional code.
33945         * sysdeps/unix/sysv/linux/seteuid.c: Do not include
33946         <kernel-features.h>.
33947         [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
33948         unconditional.
33949         (__setresuid): Do not declare.
33950         [__ASSUME_32BITUIDS]: Make code unconditional.
33951         [!__ASSUME_32BITUIDS]: Remove conditional code.
33952         * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33953         <kernel-features.h>.
33954         [__ASSUME_32BITUIDS]: Make code unconditional.
33955         [!__ASSUME_32BITUIDS]: Remove conditional code.
33956         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
33957         <kernel-features.h>.
33958         [__ASSUME_32BITUIDS]: Make code unconditional.
33959         [!__ASSUME_32BITUIDS]: Remove conditional code.
33960
33961 2012-05-25  Richard Henderson  <rth@twiddle.net>
33962
33963         * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
33964         dl_hwcap to ifunc resolver.
33965         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
33966         elf_ifunc_invoke.
33967         * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
33968         dl_hwcap to ifunc resolver.
33969         * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
33970
33971 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33972
33973         [BZ #14153]
33974         * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
33975         for |x| <= 2**-26, not 2**-57.
33976         * math/libm-test.inc (acos_test): Do not allow spurious underflow
33977         exception.
33978
33979 2012-05-24  Jeff Law  <law@redhat.com>
33980
33981         * stdio-common/Makefile (tests): Add bug25.
33982         * stdio-common/bug25.c: New test.
33983
33984 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
33985
33986         [BZ #13576]
33987         * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
33988         multiple of MALLOC_ALIGNMENT in size.
33989         (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
33990
33991 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
33992
33993         * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
33994         Require >= 256.
33995         (FILENAME_MAX): Use macro-int-constant.
33996         (FOPEN_MAX): Use macro-int-constant.  Require >= 8.
33997         (_IOFBF): Use macro-int-constant.
33998         (_IOLBF): Likewise.
33999         (_IONBF): Likewise.
34000         (SEEK_CUR): Likewise.
34001         (SEEK_END): Likewise.
34002         (SEEK_SET): Likewise.
34003         (TMP_MAX): Likewise.
34004         (EOF): Use macro-int-constant.  Require < 0.
34005         (NULL): Use macro-constant.  Require == 0.
34006         (stdin): Require type to be FILE *.
34007         (stdout): Likewise.
34008         (stderr): Likewise.
34009         * conform/data/stdlib.h-data (EXIT_FAILURE): Use
34010         macro-int-constant.
34011         (EXIT_SUCCESS): Likewise.
34012         (NULL): Use macro-constant.  Require == 0.
34013         (RAND_MAX): Use macro-int-constant.
34014         [ISO99 || ISO11] (lldiv_t): Require also for these standards.
34015         [C99-based standards] (strtof): Require function.
34016         [C99-based standards] (strtold): Likewise.
34017         [C99-based standards] (strtoll): Likewise.
34018         [C99-based standards] (strtoull): Likewise.
34019         [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
34020         [ISO || ISO99 || ISO11] (limits.h): Likewise.
34021         [ISO || ISO99 || ISO11] (math.h): Likewise.
34022         [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
34023         (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
34024         [ISO || ISO99 || ISO11] (*_t): Do not allow.
34025
34026 2012-05-24  Andreas Schwab  <schwab@linux-m68k.org>
34027
34028         [BZ #14132]
34029         * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
34030         * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
34031         * intl/dgettext.c (DCGETTEXT): Likewise.
34032         * intl/gettext.c (DCGETTEXT): Likewise.
34033         * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
34034         * posix/regex_internal.h (gettext): Likewise.
34035         * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
34036         Remove declaration.
34037         * include/argz.h (__argz_count_internal)
34038         (__argz_stringify_internal): Remove declaration.
34039         (__argz_count, __argz_stringify): Declare hidden proto.
34040         * intl/dcgettext.c: Remove use of INTDEF.
34041         * string/argz-count.c: Replace INTDEF with libc_hidden_def.
34042         * string/argz-stringify.c: Likewise.
34043         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34044         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34045         Declare hidden proto.
34046         * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
34047         (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
34048         Declare hidden proto.
34049         * include/stdio.h (__asprintf_internal): Don't declare.
34050         (__asprintf): Don't define as macro.  Declare hidden proto.
34051         * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
34052         (__fsetlocking): Declare hidden proto.
34053         * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
34054         (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
34055         hidden proto.
34056         (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
34057         (_IO_setlinebuf): Remove use of INTUSE.
34058         (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
34059         (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
34060         (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
34061         Remove declaration.
34062         * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
34063         (_IO_do_flush): Remove use of INTUSE.
34064         (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
34065         (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
34066         (_IO_adjust_column, _IO_least_wmarker)
34067         (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
34068         (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
34069         (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
34070         (_IO_default_doallocate, _IO_wdefault_doallocate)
34071         (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
34072         (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
34073         (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
34074         (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
34075         (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
34076         (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
34077         (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
34078         (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
34079         (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
34080         (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
34081         (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
34082         (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
34083         (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
34084         proto.
34085         (_IO_flush_all_internal, _IO_adjust_column_internal)
34086         (_IO_default_uflow_internal, _IO_default_finish_internal)
34087         (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
34088         (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
34089         (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
34090         (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
34091         (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
34092         (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
34093         (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
34094         (_IO_file_xsgetn_internal, _IO_file_stat_internal)
34095         (_IO_file_close_internal, _IO_file_close_it_internal)
34096         (_IO_file_underflow_internal, _IO_file_overflow_internal)
34097         (_IO_file_init_internal, _IO_file_attach_internal)
34098         (_IO_file_fopen_internal, _IO_file_read_internal)
34099         (_IO_file_sync_internal, _IO_file_seek_internal)
34100         (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
34101         (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
34102         (_IO_str_underflow_internal, _IO_str_overflow_internal)
34103         (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
34104         (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
34105         (_IO_list_all_internal, _IO_link_in_internal)
34106         (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
34107         (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
34108         (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
34109         (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
34110         (_IO_do_write_internal, _IO_padn_internal)
34111         (_IO_getline_info_internal, _IO_getline_internal)
34112         (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
34113         (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
34114         (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
34115         (_IO_vfscanf_internal, _IO_vfprintf_internal)
34116         (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
34117         (_IO_init_internal, _IO_un_link_internal): Don't declare.
34118         * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
34119         with libc_hidden_ver, remove use of INTUSE.
34120         * libio/genops.c: Likewise.
34121         * libio/freopen.c: Likewise.
34122         * libio/freopen64.c: Likewise.
34123         * libio/iofclose.c: Likewise.
34124         * libio/iofdopen.c: Likewise.
34125         * libio/iofflush.c: Likewise.
34126         * libio/iofflush_u.c: Likewise.
34127         * libio/iofgets.c: Likewise.
34128         * libio/iofgets_u.c: Likewise.
34129         * libio/iofopen.c: Likewise.
34130         * libio/iofopncook.c: Likewise.
34131         * libio/iofread.c: Likewise.
34132         * libio/iofread_u.c: Likewise.
34133         * libio/ioftell.c: Likewise.
34134         * libio/iofwrite.c: Likewise.
34135         * libio/iogetline.c: Likewise.
34136         * libio/iogets.c: Likewise.
34137         * libio/iogetwline.c: Likewise.
34138         * libio/iopadn.c: Likewise.
34139         * libio/iopopen.c: Likewise.
34140         * libio/ioseekoff.c: Likewise.
34141         * libio/ioseekpos.c: Likewise.
34142         * libio/iosetbuffer.c: Likewise.
34143         * libio/iosetvbuf.c: Likewise.
34144         * libio/ioungetc.c: Likewise.
34145         * libio/ioungetwc.c: Likewise.
34146         * libio/iovdprintf.c: Likewise.
34147         * libio/iovsprintf.c: Likewise.
34148         * libio/iovsscanf.c: Likewise.
34149         * libio/memstream.c: Likewise.
34150         * libio/obprintf.c: Likewise.
34151         * libio/oldfileops.c: Likewise.
34152         * libio/oldiofclose.c: Likewise.
34153         * libio/oldiofdopen.c: Likewise.
34154         * libio/oldiofopen.c: Likewise.
34155         * libio/oldiopopen.c: Likewise.
34156         * libio/oldstdfiles.c: Likewise.
34157         * libio/putc.c: Likewise.
34158         * libio/setbuf.c: Likewise.
34159         * libio/setlinebuf.c: Likewise.
34160         * libio/stdfiles.c: Likewise.
34161         * libio/strops.c: Likewise.
34162         * libio/vasprintf.c: Likewise.
34163         * libio/vscanf.c: Likewise.
34164         * libio/vsnprintf.c: Likewise.
34165         * libio/vswprintf.c: Likewise.
34166         * libio/wfiledoalloc.c: Likewise.
34167         * libio/wfileops.c: Likewise.
34168         * libio/wgenops.c: Likewise.
34169         * libio/wmemstream.c: Likewise.
34170         * libio/wstrops.c: Likewise.
34171         * libio/__fpurge.c: Likewise.
34172         * libio/__fsetlocking.c: Likewise.
34173         * assert/assert.c: Likewise.
34174         * debug/fgets_chk.c: Likewise.
34175         * debug/fgets_u_chk.c: Likewise.
34176         * debug/fread_chk.c: Likewise.
34177         * debug/fread_u_chk.c: Likewise.
34178         * debug/gets_chk.c: Likewise.
34179         * debug/obprintf_chk.c: Likewise.
34180         * debug/vasprintf_chk.c: Likewise.
34181         * debug/vdprintf_chk.c: Likewise.
34182         * debug/vsnprintf_chk.c: Likewise.
34183         * debug/vsprintf_chk.c: Likewise.
34184         * malloc/mtrace.c: Likewise.
34185         * misc/error.c: Likewise.
34186         * misc/syslog.c: Likewise.
34187         * stdio-common/asprintf.c: Likewise.
34188         * stdio-common/fxprintf.c: Likewise.
34189         * stdio-common/getw.c: Likewise.
34190         * stdio-common/isoc99_fscanf.c: Likewise.
34191         * stdio-common/isoc99_scanf.c: Likewise.
34192         * stdio-common/isoc99_vfscanf.c: Likewise.
34193         * stdio-common/isoc99_vscanf.c: Likewise.
34194         * stdio-common/isoc99_vsscanf.c: Likewise.
34195         * stdio-common/printf-prs.c: Likewise.
34196         * stdio-common/printf_fp.c: Likewise.
34197         * stdio-common/printf_fphex.c: Likewise.
34198         * stdio-common/printf_size.c: Likewise.
34199         * stdio-common/putw.c: Likewise.
34200         * stdio-common/scanf.c: Likewise.
34201         * stdio-common/sprintf.c: Likewise.
34202         * stdio-common/tmpfile.c: Likewise.
34203         * stdio-common/vfprintf.c: Likewise.
34204         * stdio-common/vfscanf.c: Likewise.
34205         * stdlib/strfmon_l.c: Likewise.
34206         * sunrpc/openchild.c: Likewise.
34207         * sunrpc/xdr_stdio.c: Likewise.
34208         * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
34209         * sysdeps/mach/hurd/tmpfile.c: Likewise.
34210
34211 2012-05-24  Roland McGrath  <roland@hack.frob.com>
34212
34213         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34214
34215         * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
34216         in the third column, to generate for the shared library an IFUNC
34217         that uses _dl_vdso_vsym.
34218         * Makerules (COMPILE.c, compile-stdin.c): New variables.
34219         * Makeconfig (object-suffixes-noshared): New variable.
34220
34221         * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
34222         (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
34223         (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
34224         (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
34225
34226         [BZ #14132]
34227         * include/sys/time.h (__gettimeofday): Remove macro.
34228         (__gettimeofday, gettimeofday): Add libc_hidden_proto.
34229         * time/gettimeofday.c (__gettimeofday): Remove #undef.
34230         Remove INTDEF.
34231         (__gettimeofday): Add libc_hidden_def.
34232         (gettimeofday): Add libc_hidden_weak.
34233         * sysdeps/mach/gettimeofday.c: Likewise.
34234         * sysdeps/posix/gettimeofday.c: Likewise.
34235         * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
34236         * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
34237         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
34238         (__gettimeofday_internal): Remove strong_alias.
34239         (__gettimeofday): Add libc_hidden_def.
34240         (gettimeofday): Add libc_hidden_weak.
34241         * sysdeps/unix/syscalls.list (gettimeofday):
34242         Remove __gettimeofday_internal alias.
34243
34244 2012-05-24  Daniel Jacobowitz  <drow@false.org>
34245             H.J. Lu  <hongjiu.lu@intel.com>
34246
34247         [BZ #12495]
34248         * malloc/malloc.c (SMALLBIN_CORRECTION): New.
34249         (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
34250         (largebin_index_32_big): New.
34251         (largebin_index): Use it for 16-byte alignment.
34252         (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ.  Don't update
34253         correction with front_misalign.
34254
34255 2012-05-24  H.J. Lu  <hongjiu.lu@intel.com>
34256
34257         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
34258         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
34259         Likewise.
34260         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
34261         Likewise.
34262         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
34263         Likewise.
34264         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
34265         Likewise.
34266         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
34267         Likewise.
34268         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
34269         Likewise.
34270         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
34271         Likewise.
34272         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
34273         Likewise.
34274         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
34275         Likewise.
34276         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
34277         Likewise.
34278         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
34279         Likewise.
34280         * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
34281         Likewise.
34282
34283         * scripts/data/c++-types-x32-linux-gnu.data: New file.
34284         * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
34285
34286 2012-05-24  Joseph Myers  <joseph@codesourcery.com>
34287
34288         [BZ #10846]
34289         [BZ #14036]
34290         * math/libm-test.inc (exp_test): Add test from bug 14036.
34291         (pow_test): Add test from bug 10846.
34292
34293         * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
34294         and other flags.
34295         (special_function): Do not include flags in test name.
34296         (parse_args): Likewise.
34297         * sysdeps/i386/fpu/libm-test-ulps: Update.
34298         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
34299         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
34300         * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
34301         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34302
34303         * math/gen-libm-test.pl (%beautify): Add entries for underflow
34304         exceptions.
34305         * math/libm-test.inc ("Philosophy"): Update comment about
34306         exception testing.
34307         (UNDERFLOW_EXCEPTION): New macro.
34308         (UNDERFLOW_EXCEPTION_OK): Likewise.
34309         (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
34310         (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
34311         (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
34312         (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
34313         (INVALID_EXCEPTION_OK): Update value.
34314         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
34315         (OVERFLOW_EXCEPTION_OK): Likewise.
34316         (IGNORE_ZERO_INF_SIGN): Likewise.
34317         (test_exceptions): Handle underflow exceptions.
34318         (acos_test): Update for underflow exception expectations.
34319         (cexp_test): Likewise.
34320         (clog_test): Likewise.
34321         (clog10_test): Likewise.
34322         (csqrt_test): Likewise.
34323         (ctan_test): Likewise.
34324         (ctanh_test): Likewise.
34325         (exp_test): Likewise.
34326         (exp10_test): Likewise.
34327         (exp2_test): Likewise.
34328         (expm1_test): Likewise.
34329         (fma_test): Likewise.
34330         (j0_test): Likewise.
34331         (jn_test): Likewise.
34332         (nexttoward_test): Likewise.
34333         (pow_test): Likewise.
34334         (scalbn_test): Likewise.
34335         (scalbln_test): Likewise.
34336         (tan_test): Likewise.
34337         (y1_test): Likewise.
34338         * sysdeps/i386/fpu/libm-test-ulps: Update.
34339         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34340
34341 2012-05-23  David S. Miller  <davem@davemloft.net>
34342
34343         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
34344         (__libc_sigaction): Remove unused local variables.
34345
34346 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34347
34348         * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
34349
34350 2012-05-23  Paul Eggert  <eggert@cs.ucla.edu>
34351
34352         mktime: avoid signed integer overflow
34353         * time/mktime.c (__mktime_internal): Do not mishandle the case
34354         where diff == INT_MIN.
34355
34356         mktime: simplify computation of average
34357         * time/mktime.c (ranged_convert): Use new time_t_avg function
34358         instead of rolling our own (probably-slower) code.
34359
34360         mktime: do not assume signed right shift propagates sign bit
34361         * time/mktime.c (isdst_differ): New static function.
34362         (__mktime_internal): No need to normalize tm_isdst now.
34363         (__mktime_internal, not_equal_tm): Use isdst_differ to compare
34364         tm_isdst values.
34365
34366         mktime: merge another wrapv change from gnulib
34367         * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
34368         from some compilers.
34369
34370         mktime: remove incorrect attempt at unusual arithmetics
34371         * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
34372         The code didn't really work on such machines anyway.
34373         (TYPE_MINIMUM): Assume two's complement.
34374         (twos_complement_arithmetic): Verify that long_int and time_t
34375         are two's complement (or unsigned, in the latter case).
34376
34377         mktime: check signed shifts on long_int and time_t, too
34378         * time/mktime.c (SHR): Check that shifts work as desired
34379         on the types long_int and time_t too, as SHR is used on
34380         such types.
34381
34382         mktime: do not assume 'long' is wide enough
34383         * time/mktime.c (verify): Move decl up.
34384         (long_int): New type.
34385         (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
34386         to remove assumption in the code that 'long' is wide enough to
34387         store year values.  This assumption is not true on x32 and on
34388         some non-glibc platforms.
34389
34390         mktime: merge wrapv change from gnulib
34391         * time/mktime.c (WRAPV): New macro.
34392         (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
34393         (guess_time_tm, __mktime_internal): Do not assume that signed
34394         integer overflow wraps around; modern compilers generate code
34395         where this assumption is no longer valid.
34396
34397 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34398
34399         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34400         Replace "jmp L(pseudo_end)" with "ret".
34401         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
34402         Likewise.
34403
34404 2012-05-23  Andreas Jaeger  <aj@suse.de>
34405
34406         * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
34407         * sysdeps/unix/sysv/linux/poll.c: Remove file.
34408
34409 2012-05-23  Andreas Jaeger  <aj@suse.de>
34410             Maximilian Attems  <max@stro.at>
34411
34412         * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
34413         New macros.
34414
34415 2012-05-23  H.J. Lu  <hongjiu.lu@intel.com>
34416
34417         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
34418         code so that pseudo_end is just ret and the stack pointer is
34419         correct also for static library in error case.
34420
34421 2012-05-23  Joseph Myers  <joseph@codesourcery.com>
34422
34423         * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
34424         move to syscalls.list.
34425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
34426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
34427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
34428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
34429
34430         * manual/install.texi (Running make install): Do not mention Linux
34431         kernel version for which pt_chown is not needed.
34432         (Linux): Do not mention problems with nscd with 2.0 kernels.
34433         * INSTALL: Regenerated.
34434
34435 2012-05-23  Andreas Jaeger  <aj@suse.de>
34436
34437         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
34438         (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
34439         macro.
34440         * sysdeps/unix/sysv/linux/s390/bits/mman.h
34441         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34442         * sysdeps/unix/sysv/linux/sh/bits/mman.h
34443         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34444         * sysdeps/unix/sysv/linux/i386/bits/mman.h
34445         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34446         * sysdeps/unix/sysv/linux/sparc/bits/mman.h
34447         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34448         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
34449         (MADV_DONTDUMP,MADV_DODUMP): Likewise.
34450         * sysdeps/unix/sysv/linux/bits/in.h
34451         (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
34452
34453 2012-05-22  Roland McGrath  <roland@hack.frob.com>
34454
34455         * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
34456         (PREPARE_VERSION): Just use assert instead, it will be elided
34457         under [NDEBUG] anyway.
34458
34459 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34460
34461         * sysdeps/unix/sysv/linux/Makefile: Include
34462         $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
34463         (sysdep_routines): Remove sysctl.
34464         * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
34465         * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
34466         * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
34467         * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
34468         * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
34469
34470 2012-05-22  Andreas Jaeger  <aj@suse.de>
34471
34472         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
34473         that pseudo_end is just ret and the stack pointer is correct also
34474         for static library in error case.
34475
34476 2012-05-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
34477
34478         [BZ #14122]
34479         * nss/nsswitch.c (defconfig_entries): New variable.
34480         (__nss_database_lookup): Don't leak defconfig entries.
34481         (nss_parse_service_list): Don't leak on error paths.
34482         (free_database_entries): New function.
34483         (free_defconfig): New function.
34484         (free_mem): Move common code to free_database_entries.
34485
34486 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34487
34488         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
34489         Add arch_prctl.
34490         * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
34491
34492         * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
34493         (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
34494         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
34495         New macro.
34496         (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
34497         (INTERNAL_SYSCALL_TYPES): Likewise.
34498         (LOAD_ARGS_TYPES_[1-6]): Likewise.
34499         (LOAD_REGS_TYPES_[1-6]): Likewise.
34500         (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
34501         (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
34502
34503 2012-05-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34504
34505         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
34506         copysignl for GLIBC_2_0.
34507         * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
34508         finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
34509         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
34510         logbl for GLIBC_2_0.
34511         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
34512         * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
34513
34514 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34515
34516         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
34517         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
34518
34519         * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
34520         Use "neg %eax".
34521
34522         * time/mktime.c: Update copyright years.
34523
34524 2012-05-22  Paul Eggert  <eggert@cs.ucla.edu>
34525
34526         mktime: merge comment-quoting-style change from gnulib
34527         * time/mktime.c: Quote 'like this' in comments.
34528         The GNU coding standards suggest that we no longer quote `like this',
34529         as "`" and "'" are typically rendered asymmetrically nowadays.
34530         The typical gnulib style is to quote 'like this' when quoting
34531         code, and "like this" when quoting English.
34532
34533         * time/mktime.c (compile-command): Add "-I.".
34534
34535         mktime: merge mktime-internal.h change from gnulib
34536         * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
34537
34538         mktime: merge time_r change from gnulib
34539         * time/mktime.c [!_LIBC]: Do not include "time_r.h".
34540
34541         mktime: merge DEBUG change from gnulib
34542         * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
34543         case system <time.h> has a #define.
34544
34545         mktime: merge <sys/types.h> change from gnulib
34546         * time/mktime.c: Do not include <sys/types.h>; no longer needed,
34547         since <time.t> is now guaranteed to define time_t.
34548
34549         mktime: merge HAVE_CONFIG_H change from gnulib
34550         * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
34551
34552 2012-05-22  H.J. Lu  <hongjiu.lu@intel.com>
34553
34554         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34555         Use "neg %eax".
34556
34557         * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
34558         __rlim_t cast.
34559         (struct rusage): Use anonymous union to pad each field to
34560         __syscall_slong_t.
34561
34562 2012-05-21  David S. Miller  <davem@davemloft.net>
34563
34564         * Makefules (o-iterator): Remove .s cases.
34565         (compile-command.s): Delete.
34566         (COMPILE.s): Delete.
34567         * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
34568
34569 2012-05-21  Joseph Myers  <joseph@codesourcery.com>
34570
34571         * configure.in (libc_cv_predef_stack_protector): Only consider
34572         "foobar" and "__stack_chk_fail" lines in libc_undefs.
34573         * configure: Regenerated.
34574
34575 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34576
34577         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
34578         New macro.  Use R*LP on int and pointer.
34579         (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
34580         * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
34581         * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
34582         * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
34583
34584         * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
34585         [__WORDSIZE_TIME64_COMPAT32] instead of
34586         [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
34587         (struct utmp): Likewise.
34588         * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
34589         * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
34590         Renamed to ...
34591         (__WORDSIZE_TIME64_COMPAT32): This.
34592         * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
34593         * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
34594         * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
34595         * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
34596         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
34597         (__WORDSIZE_TIME64_COMPAT32): New macro.
34598
34599 2012-05-21  Andreas Jaeger  <aj@suse.de>
34600
34601         * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
34602         only if [SHARED]. Add prototype for __wcschr_ia32.
34603
34604 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34605
34606         * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
34607         of %rbp unmolested in the jmp_buf while mangling the low bits.
34608         * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
34609         unmolested high bits of %rbp while demangling the low bits.
34610         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
34611
34612 2012-05-21  Andreas Jaeger  <aj@suse.de>
34613
34614         * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
34615         * sunrpc/svc_simple.c: Use it for registerrpc.
34616         * sunrpc/xcrypt.c: Use it for passwd2des.
34617
34618         * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
34619
34620 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34621
34622         * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
34623         Don't define if [__SYSCALL_WORDSIZE != 32].
34624         * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
34625         New macro.
34626
34627 2012-05-21  Bruno Haible  <bruno@clisp.org>
34628             Andreas Jaeger  <aj@suse.de>
34629
34630         [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
34631         * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
34632         inptr and inend for must_buffer_ch.
34633         * wcsmbs/tst-mbsnrtowcs.c: Remove file.
34634         * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
34635         * stdio-common/Makefile (tests): Remove bug15.
34636         (bug15-ENV): Remove macro.
34637         * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
34638         anymore.
34639
34640 2012-05-19  Andreas Jaeger  <aj@suse.de>
34641             Roland McGrath  <roland@hack.frob.com>
34642
34643         * manual/contrib.texi: Completely rewritten. It contains now an
34644         alphabetical list of contributors and their contributions.
34645
34646 2012-05-21  Richard Henderson  <rth@twiddle.net>
34647
34648         * misc/getauxval.c (__getauxval): Use unsigned long int.
34649         * misc/sys/auxv.h: Include <sys/cdefs.h>.
34650         (getauxval): Use unsigned long int.
34651
34652 2012-05-21  H.J. Lu  <hongjiu.lu@intel.com>
34653
34654         * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
34655
34656 2012-05-21  Roland McGrath  <roland@hack.frob.com>
34657
34658         * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
34659         (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
34660         __alignof__ (long double).
34661
34662 2012-05-21  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34663
34664         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34665
34666 2012-05-20  Richard Henderson  <rth@twiddle.net>
34667
34668         * misc/getauxval.c: New file.
34669         * misc/sys/auxv.h: New file.
34670         * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
34671         (routines): Add getauxval.
34672         * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
34673         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
34674         * elf/dl-sysdep.c (_dl_auxv): Remove.
34675         (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
34676         * elf/dl-support.c (_dl_auxv): New variable.
34677         (_dl_aux_init): Initialize it.
34678         * manual/startup.texi (Auxiliary Vector): New node.
34679         * sysdeps/generic/bits/hwcap.h: New file.
34680         * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
34681         * sysdeps/powerpc/sysdep.h: ... here.  Include it.
34682         * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
34683         * sysdeps/sparc/sysdep.h: ... here.  Include it.
34684         * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
34685         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
34686         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
34687         Update.
34688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
34689         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
34690         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
34691         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
34692         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34693         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
34694         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
34695         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
34696
34697 2012-05-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
34698
34699         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34700
34701 2012-05-19  David S. Miller  <davem@davemloft.net>
34702
34703         * sysdeps/sparc/fpu/libm-test-ulps: Update.
34704
34705 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34706
34707         [BZ #14123]
34708         * math/s_ccosh.c: Include <float.h>
34709         (__ccosh): Avoid internal overflow calculating sinh and cosh
34710         values before multiplying by sin and cos values.
34711         * math/s_ccoshf.c: Likewise.
34712         * math/s_ccoshl.c: Likewise.
34713         * math/s_csin.c: Likewise.
34714         * math/s_csinf.c: Likewise.
34715         * math/s_csinl.c: Likewise.
34716         * math/s_csinh.c: Likewise.
34717         * math/s_csinhf.c: Likewise.
34718         * math/s_csinhl.c: Likewise.
34719         * math/libm-test.inc (ccos_test): Add more tests.
34720         (ccosh_test): Likewise.
34721         (csin_test): Likewise.
34722         (csinh_test): Likewise.
34723         * sysdeps/i386/fpu/libm-test-ulps: Update.
34724         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34725
34726 2012-05-19  H.J. Lu  <hongjiu.lu@intel.com>
34727
34728         * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
34729         * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
34730
34731         * sysdeps/x86_64/x32/_itoa.h: Add comment.
34732
34733 2012-05-19  Joseph Myers  <joseph@codesourcery.com>
34734
34735         * sysdeps/powerpc/soft-fp/Makefile: Remove file.
34736         * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
34737         * sysdeps/powerpc/soft-fp/Versions: Likewise.
34738         * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
34739         * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
34740         * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
34741         * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
34742         * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
34743         * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
34744         * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
34745         * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
34746         * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
34747         * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
34748         * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
34749         * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
34750         * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
34751         * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
34752         * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
34753         * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
34754         * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
34755         * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
34756         * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
34757         * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
34758         * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
34759         * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
34760         * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
34761         * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
34762         * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
34763         * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
34764         * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
34765         * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
34766
34767 2012-05-18  Andreas Jaeger  <aj@suse.de>
34768
34769         * csu/.gitignore: Delete.
34770
34771 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34772
34773         * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
34774         (timex): Use __syscall_slong_t.
34775
34776 2012-05-18  Andreas Jaeger  <aj@suse.de>
34777             Carlos O'Donell  <carlos_odonell@mentor.com>
34778
34779         * manual/install.texi (Configuring and compiling): Update
34780         description about files modified in the source directory.
34781         * INSTALL: Regenerated.
34782
34783 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34784
34785         * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
34786         value.  Use "or" to set return value to -1.
34787         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
34788         negate return value.
34789
34790 2012-05-18  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
34791
34792         * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
34793         (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
34794         failure if the compiler has Graphite support disabled.
34795         * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
34796         Likewise.
34797         * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
34798         (CFLAGS-memmove.c): Likewise.
34799         * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
34800         Likewise.
34801
34802 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
34803
34804         * sysdeps/x86_64/x32/_itoa.h: New file.
34805
34806         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
34807         getdents system call only if kernel and user dirents have the
34808         same d_ino and d_off.
34809
34810         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
34811         LLONG_MAX != LONG_MAX.
34812         (_itoa_word): Use _ITOA_WORD_TYPE on value.
34813         (_fitoa_word): Likewise.
34814
34815         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
34816         years.
34817         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
34818         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
34819         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
34820
34821         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
34822         include <bits/wordsize.h>.  Check __x86_64__ instead of
34823         __WORDSIZE.
34824         (sigcontext): Use "__uint64_t" instead of "unsigned long int"
34825         if __x86_64__ is defined.  Use anonymous union on fpstate.
34826
34827         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
34828         anonymous union.
34829
34830 2012-05-18  Andreas Schwab  <schwab@linux-m68k.org>
34831
34832         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
34833         INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
34834         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
34835         Refer to _rtld_local_ro instead of _rtld_global_ro.
34836         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
34837         Likewise.
34838         * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
34839         Likewise.
34840         * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
34841         Likewise.
34842         * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
34843         * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
34844         of _rtld_global, and rtld_progname instead of _dl_argv[0].
34845
34846         * sysdeps/powerpc/powerpc32/dl-machine.c
34847         (__elf_machine_runtime_setup) [PROF]: Don't reference
34848         _dl_prof_resolve.
34849
34850 2012-05-18  Andreas Jaeger  <aj@suse.de>
34851
34852         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
34853         function only available for GCCs before 3.4 since GCC 3.4
34854         introduced a builtin.
34855         (lrint): Likewise.
34856         (llrintf): Likewise.
34857         (llrint): Likewise.
34858         (fmaxf): Likewise.
34859         (fmax): Likewise.
34860         (fminf): Likewise.
34861         (fmin): Likewise.
34862         (rint): Likewise.
34863         (rintf): Likewise.
34864         (nearbyint): Likewise.
34865         (nearbyintf): Likewise.
34866         (ceil): Likewise.
34867         (ceilf): Likewise.
34868         (floor): Likewise.
34869         (floorf): Likewise.
34870
34871 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34872
34873         * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
34874         on both fields and cast pointer to __syscall_ulong_t.
34875
34876         * bits/types.h (__fsword_t): New type.
34877         * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
34878         sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
34879         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
34880         (__FSWORD_T_TYPE): Likewise.
34881         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
34882         (__FSWORD_T_TYPE): Likewise.
34883         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
34884         (__FSWORD_T_TYPE): Likewise.
34885         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
34886         (__FSWORD_T_TYPE): Likewise.
34887         * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
34888         __SWORD_TYPE with __fsword_t.
34889         (statfs64): Likewise.
34890
34891 2012-05-17  David S. Miller  <davem@davemloft.net>
34892
34893         * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
34894
34895 2012-05-17  Andreas Jaeger  <aj@suse.de>
34896
34897         * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
34898         warning.
34899
34900 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34901
34902         * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
34903
34904 2012-05-17  Andreas Jaeger  <aj@suse.de>
34905
34906         * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
34907         when it is used.
34908
34909 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34910
34911         * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
34912
34913 2012-05-17  H.J. Lu  <hongjiu.lu@intel.com>
34914
34915         * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
34916         * sysdeps/x86_64/tst-mallocalign1.c: New file.
34917
34918 2012-05-17  Andreas Jaeger  <aj@suse.de>
34919             Carlos O'Donell  <carlos_odonell@mentor.com>
34920
34921         [BZ #14059]
34922         * sysdeps/x86_64/multiarch/init-arch.h
34923         (bit_YMM_Usable): Rename to...
34924         (bit_AVX_Usable): ... this.
34925         (bit_FMA4_Usable): New macro.
34926         (bit_XMM_state): New macro.
34927         (bit_YMM_state): New macro.
34928         [__ASSEMBLER__] (index_YMM_Usable): Rename to...
34929         [__ASSEMBLER__] (index_AVX_Usable): ... this.
34930         [__ASSEMBLER__] (index_FMA4_Usable): New macro.
34931         (CPUID_OSXSAVE): New macro.
34932         (CPUID_AVX): New macro.
34933         (CPUID_FMA4): New macro.
34934         (index_YMM_Usable): Rename to...
34935         (index_AVX_Usable): ... this.
34936         (HAS_AVX): Use HAS_ARCH_FEATURE.
34937         (HAS_FMA4): Likewise.
34938         (HAS_YMM_USABLE): Remove.
34939         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34940         Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
34941         are present.
34942         * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
34943         * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
34944         * sysdeps/x86_64/multiarch/Makefile: Likewise.
34945         * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
34946         * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
34947
34948 2012-05-17  Chris Metcalf  <cmetcalf@tilera.com>
34949
34950         * math/libm-test.c: Support platforms without multiple rounding modes.
34951         * math/bug-nextafter.c: Support platforms without FP exceptions.
34952         * math/bug-nexttoward.c: Likewise.
34953         * math/test-fenv.c: Likewise.
34954         * math/test-misc.c: Likewise.
34955         * stdlib/bug-getcontext.c: Likewise.
34956
34957 2012-05-17  Andreas Jaeger  <aj@suse.de>
34958
34959         * manual/examples/search.c (critter_cmp): Change signature to
34960         avoid warnings.
34961         * manual/string.texi (Collation Functions): Likewise.
34962
34963 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
34964
34965         * bits/types.h: Fold copyright years.
34966         * bits/typesizes.h: Likewise.
34967         * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
34968         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
34969         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
34970         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
34971         * time/time.h: Likewise.
34972
34973 2012-05-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
34974
34975         [BZ #208]
34976         * malloc.c (int_mallinfo): Add parameter to accumulate statistics
34977         in instead of returning them.  Return void.
34978         (__libc_mallinfo): Accumulate over all arenas.
34979         (__malloc_stats): Adjust for change in int_mallinfo interface.
34980
34981 2012-05-16  Roland McGrath  <roland@hack.frob.com>
34982
34983         [BZ #10375]
34984         * configure.in (NM): Add AC_CHECK_TOOL for it.
34985         (libc_extra_cflags): New substituted variable.
34986         Check for -fstack-protector being used implicitly.
34987         * configure: Regenerated.
34988         * config.make.in (config-extra-cflags): New variable,
34989         gets @libc_extra_cflags@.
34990         * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
34991
34992         [BZ #10375]
34993         * configure.in: Check for _FORTIFY_SOURCE being predefined.
34994         (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
34995         * configure: Regenerated.
34996         * config.make.in (CPPUNDEFS): New substituted variable.
34997         * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
34998         * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
34999         * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
35000
35001 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35002
35003         * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
35004         (mq_attr): Use __syscall_slong_t.
35005
35006 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35007
35008         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
35009         Check __x86_64__ instead of __WORDSIZE.
35010         (_STAT_VER_LINUX): Likewise.
35011         (stat): Check __x86_64__ instead of __WORDSIZE.  Use
35012         __syscall_ulong_t and __syscall_slong_t.
35013         (stat64): Likewise.
35014
35015 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35016
35017         * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
35018
35019 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35020
35021         * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
35022
35023 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35024
35025         * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
35026         __syscall_ulong_t.
35027
35028         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
35029         include <bits/wordsize.h>.  Check __x86_64__ instead of
35030         __WORDSIZE.
35031         (greg_t): Use "__extension__ long long int" if __x86_64__ is
35032         defined.
35033         (mcontext_t): Replace "unsigned long" with "unsigned long long".
35034
35035         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
35036         include <bits/wordsize.h>.  Check __x86_64__ instead of
35037         __WORDSIZE.
35038         (user_regs_struct): Use "__extension__ unsigned long long"
35039         instead of "unsigned long" if __x86_64__ is defined.
35040         (user): Likewise.  Pad after pointer field if __ILP32__ is
35041         defined.
35042
35043 2012-05-16  Joseph Myers  <joseph@codesourcery.com>
35044
35045         * configure.in (makeinfo): Require version 4.5 or later.  Allow
35046         versions 5 to 9.
35047         * configure: Regenerated.
35048         * manual/install.texi (texinfo): Increase version requirement to
35049         4.5 or later.
35050         * INSTALL: Regenerated.
35051
35052         * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
35053
35054 2012-05-16  H.J. Lu  <hongjiu.lu@intel.com>
35055
35056         * sysdeps/x86_64/x32/gmp-mparam.h: New file.
35057
35058         * sysdeps/x86_64/x32/ffs.c: New file.
35059
35060         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
35061         __syscall_ulong_t.
35062         (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
35063         defined.  Use __syscall_ulong_t.
35064         (shminfo): Use __syscall_ulong_t.
35065         (shm_info): Likewise.
35066
35067         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
35068         __syscall_ulong_t.
35069
35070         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
35071         <bits/wordsize.h>.
35072         (msgqnum_t): Use __syscall_ulong_t.
35073         (msglen_t): Likewise.
35074         (msqid_ds): Check __x86_64__ instead of __WORDSIZE.  Use
35075         __syscall_ulong_t.
35076
35077         * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
35078         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35079
35080         * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
35081
35082         * sysdeps/x86_64/x32/divdi3.c: New dummy file.
35083         * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
35084
35085         * sysvipc/sys/msg.h (msgbuf): Replace long int with
35086         __syscall_slong_t.
35087
35088         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
35089         include <bits/wordsize.h>.  Check __x86_64__ instead of
35090         __WORDSIZE.
35091
35092         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
35093         "unsigned long long int" if __x86_64__ is defined.
35094         (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
35095
35096         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
35097         <bits/wordsize.h>.  Check __x86_64__ instead of __WORDSIZE.
35098         (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
35099
35100         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
35101         <stdint.h>.
35102         (GET_PC): Cast to uintptr_t first.
35103         (GET_FRAME): Likewise.
35104         (GET_STACK): Likewise.
35105
35106         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
35107         * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
35108         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
35109         * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
35110         * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
35111         * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
35112         * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
35113         * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
35114         * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
35115         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
35116         * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
35117         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
35118         * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
35119         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
35120         * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
35121         * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
35122         * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
35123         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
35124         * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
35125         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
35126         * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
35127         * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
35128         * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
35129         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
35130         * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
35131         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
35132         * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
35133         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
35134         * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
35135
35136 2012-05-16  Andreas Schwab  <schwab@linux-m68k.org>
35137
35138         * Makerules (+depfiles): Also collect depfiles from .oS in
35139         $(extra-objs).
35140         * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
35141         .oS, $(libnldbl-routines)).
35142
35143         * Makerules (native-compile-mkdep-flags): Define.
35144         * sunrpc/Makefile (extra-objs): Add $(addprefix
35145         cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
35146         ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
35147         of $(compile-mkdep-flags).  Depend on $(before-compile) instead of
35148         calling $(make-target-directory).
35149
35150 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35151
35152         * bits/types.h (__snseconds_t): Removed.
35153         * time/time.h (struct timespec): Replace __snseconds_t with
35154         __syscall_slong_t.
35155         * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
35156         * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
35157         Likewise.
35158         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35159         (__SNSECONDS_T_TYPE): Likewise.
35160         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35161         (__SNSECONDS_T_TYPE): Likewise.
35162         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35163         (__SNSECONDS_T_TYPE): Likewise.
35164
35165 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35166
35167         * sysdeps/mach/hurd/bits/typesizes.h
35168         (__SYSCALL_SLONG_TYPE): New macro.
35169         (__SYSCALL_ULONG_TYPE): Likewise.
35170
35171 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35172
35173         * bits/types.h (__syscall_slong_t): New type.
35174         (__syscall_ulong_t): Likewise.
35175
35176         * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
35177         (__SYSCALL_ULONG_TYPE): Likewise.
35178         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
35179         (__SYSCALL_SLONG_TYPE): Likewise.
35180         (__SYSCALL_ULONG_TYPE): Likewise.
35181         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
35182         (__SYSCALL_SLONG_TYPE): Likewise.
35183         (__SYSCALL_ULONG_TYPE): Likewise.
35184         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
35185         (__SYSCALL_SLONG_TYPE): Likewise.
35186         (__SYSCALL_ULONG_TYPE): Likewise.
35187
35188 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35189
35190         * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
35191         Add sigaltstack-offsets.sym.
35192         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
35193         <sigaltstack-offsets.h>.
35194         (CALL_FAIL): Use RSP_LP to operate on stack.  Use RDI_LP on
35195         longjmp_msg pointer.
35196         (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC.  Use
35197         R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
35198         signal stack.
35199         * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
35200
35201 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35202
35203         * elf/stackguard-macros.h: Remove file.
35204         * sysdeps/generic/stackguard-macros.h: New file.
35205         * sysdeps/i386/stackguard-macros.h: Likewise.
35206         * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
35207         * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
35208         * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
35209         * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
35210         * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
35211         * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
35212         * sysdeps/x86_64/stackguard-macros.h: Likewise.
35213         * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
35214         <elf/stackguard-macros.h>.
35215
35216         [BZ #14109]
35217         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
35218         __aligned__ in attribute.
35219         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
35220         (gregset_t): Likewise.
35221
35222 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35223
35224         * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
35225         * sysdeps/x86_64/64/Implies-after: Here.  New file.
35226         * sysdeps/x86_64/x32/Implies-after: New file.
35227
35228 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35229
35230         * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
35231         and access return value for _dl_profile_fixup.  Use R10_LP to
35232         load frame size.
35233
35234 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35235
35236         * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
35237
35238 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35239
35240         * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
35241         * sysdeps/x86_64/x32/sysdep.h: New file.
35242
35243 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35244
35245         * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
35246         * sysdeps/x86_64/setjmp.S: Likewise.
35247
35248 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35249
35250         * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
35251         * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
35252         * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
35253         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
35254         remove unused global constant.
35255
35256 2012-05-15  Chris Metcalf  <cmetcalf@tilera.com>
35257
35258         * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
35259         include of <not-cancel.h>.
35260
35261 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35262
35263         * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
35264
35265 2012-05-15  Jeff Law  <law@redhat.com>
35266             Andreas Jaeger  <aj@suse.de>
35267
35268         [BZ #13594]
35269         * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
35270         out from...
35271         * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
35272         * nscd/nscd-client.h: Add __nscd_acquire_maplock.
35273         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
35274         code changing __hst_map_handle.map.
35275
35276 2012-05-15  Roland McGrath  <roland@hack.frob.com>
35277
35278         * configure.in (sysnames): Look for Implies-before and Implies-after
35279         files.
35280         * configure: Regenerated.
35281
35282 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35283
35284         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
35285         8-byte data alignment with LP_SIZE alignment.
35286
35287 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35288
35289         * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
35290         into R10_LP.
35291
35292 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35293
35294         * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
35295
35296 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35297
35298         * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
35299         * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
35300         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
35301         Likewise.
35302         * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
35303
35304 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35305
35306         * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
35307         (stackinfo_sub_sp): Likewise.
35308
35309 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35310
35311         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
35312         RAX_LP.
35313
35314 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35315
35316         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
35317         into R*_LP.
35318
35319 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35320
35321         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
35322         sizes into R*_LP.
35323
35324 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35325
35326         * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
35327
35328 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35329
35330         * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
35331         into R11_LP and load __x86_64_shared_cache_size_half into
35332         R8_LP.
35333
35334 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
35335
35336         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
35337         R8_LP.
35338
35339 2012-05-15  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35340
35341         * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
35342         logb for POWER7.
35343         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
35344         logbf for POWER7.
35345         * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
35346         logbl for POWER7.
35347         * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
35348         powerpc32/power7/fpu/s_logb.c via #include.
35349         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
35350         powerpc32/power7/fpu/s_logbf.c via #include.
35351         * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
35352         powerpc32/power7/fpu/s_logbl.c via #include.
35353
35354 2012-05-15  Joseph Myers  <joseph@codesourcery.com>
35355
35356         * README.libm: Remove file.
35357
35358 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35359
35360         * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
35361         count for x32.  Use R*_LP and omit operand-size suffix.
35362
35363 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35364
35365         * shlib-versions: Move x86_64-.*-linux.* entries to ...
35366         * sysdeps/x86_64/64/shlib-versions: Here.  New file.
35367         * sysdeps/x86_64/x32/shlib-versions: New file.
35368
35369 2012-05-14  Roland McGrath  <roland@hack.frob.com>
35370
35371         * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
35372         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
35373         Use _dl_fatal_printf instead.
35374
35375 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35376
35377         * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
35378         set if not set by the user.  Do not allow for being unset.
35379         * sysdeps/unix/sysv/linux/configure: Regenerated.
35380
35381 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35382
35383         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
35384         the `q' suffix from lea and replace .quad with ASM_ADDR.
35385
35386 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35387
35388         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
35389         the `q' suffix from xor/rol instructions.  Use $2*LP_SIZE+1
35390         instead of $17.
35391         (PTR_DEMANGLE): Likewise.
35392
35393 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35394
35395         * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
35396         (LP_OP): Likewise.
35397         (ASM_ADDR): Likewise.
35398         (RAX_LP): Likewise.
35399         (RBP_LP): Likewise.
35400         (RBX_LP): Likewise.
35401         (RCX_LP): Likewise.
35402         (RDI_LP): Likewise.
35403         (RSI_LP): Likewise.
35404         (RSP_LP): Likewise.
35405         (R8_LP): Likewise.
35406         (R9_LP): Likewise.
35407         (R10_LP): Likewise.
35408         (R10_LP): Likewise.
35409         (R11_LP): Likewise.
35410         (R12_LP): Likewise.
35411         (R13_LP): Likewise.
35412         (R14_LP): Likewise.
35413         (R15_LP): Likewise.
35414
35415 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35416
35417         * sysdeps/x86_64/x32/dl-machine.h: New file.
35418
35419 2012-05-14  Andreas Jaeger  <aj@suse.de>
35420
35421         * manual/Makefile (subdir): Remove export of subdir.
35422         (all): Remove target.
35423         (.PHONY): Remove all from list.
35424         (mkinstalldirs): Remove.
35425         (.PHONY): Remove installdirs from list.
35426         ($(inst_infodir)/libc.info): Use make-target-directory.
35427         (installdirs): Remove.
35428         (subdir_%): Remove.
35429         (glibc-targets): Remove.
35430         (lib): Remove.
35431         (stubs): Remove.
35432         ($(objpfx)stubs ../po/manual.pot): Remove.
35433         ($(objpfx)stamp%): Remove.
35434         (make-target-directory): Remove.
35435         (subdir_install): Remove.
35436         (routines): Remove.
35437         (aux): Remove.
35438         (sources): Remove.
35439         (objects): Remove.
35440         (headers): Remove.
35441
35442         [BZ #13750]
35443         * manual/.gitignore: Remove, it's not needed anymore.
35444         * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
35445         all files in it.
35446         * manual/Makefile (dvi, pdf, info, html): Depend on files in build
35447         directory.
35448         (texis): Renamed to $(objpfx)texis.
35449         (texis-path): New, contains path to generated files.
35450         (chapters.%): Use texis-path for complete path, add extra argument
35451         libc-texinfo.sh.
35452         (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
35453         (libc/index.html, summary.texi): Add $(objpfx) as prefix.
35454         (summary,texi, stamp-summary): Use complete path of
35455         files. Generate files in build dir.
35456         (dir-add.texi): Build in build dir.
35457         (libm-err.texi,stamp-libm-err): Likewise.
35458         (version.texi, stamp-version): Likewise.
35459         (.%c.texi): Likewise.
35460         (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
35461         (mostlyclean): Remove target.
35462         (realclean): Remove target.
35463         (generated): Add new variable with contents from mostlyclean and
35464         realclean, remove entries duplicated in common-mostlyclean, add
35465         stamp-libm-err and stamp-version.
35466         (generated-dirs): Add libc directory.
35467         ($(inst_infodir)/libc.info): Install files from build dir.
35468
35469         * manual/install.texi (Configuring and compiling): Adjust since
35470         the info files are not part of the tar ball anymore.
35471
35472 2012-05-14  Andreas Jaeger  <aj@suse.de>
35473
35474         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
35475         variable.
35476
35477 2012-05-14  Joseph Myers  <joseph@codesourcery.com>
35478
35479         [BZ #13717]
35480         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
35481         to 2.2.0 where earlier.
35482         * sysdeps/unix/sysv/linux/configure: Regenerated.
35483         * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
35484         Remove conditional code.
35485         [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
35486         * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
35487         Remove conditional code.
35488         [!__NR_lchown]: Likewise.
35489         [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35490         [__NR_lchown]: Likewise.
35491         * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
35492         comment referencing __ASSUME_LCHOWN_SYSCALL.
35493         * sysdeps/unix/sysv/linux/i386/sigaction.c
35494         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35495         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35496         * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
35497         Remove conditional code.
35498         [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
35499         (__protocol_available): Remove #if 0 code.
35500         * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
35501         conditional code.
35502         [__ASSUME_SIOCGIFNAME]: Make code unconditional.
35503         * sysdeps/unix/sysv/linux/kernel-features.h
35504         (__ASSUME_GETCWD_SYSCALL): Don't define.
35505         (__ASSUME_REALTIME_SIGNALS): Likewise.
35506         (__ASSUME_PREAD_SYSCALL): Likewise.
35507         (__ASSUME_PWRITE_SYSCALL): Likewise.
35508         (__ASSUME_POLL_SYSCALL): Likewise.
35509         (__ASSUME_LCHOWN_SYSCALL): Likewise.
35510         (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
35511         non-SPARC.
35512         (__ASSUME_SIOCGIFNAME): Don't define.
35513         (__ASSUME_MSG_NOSIGNAL): Likewise.
35514         (__ASSUME_SENDFILE): Define unconditionally.
35515         (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
35516         * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
35517         conditional code.
35518         [__ASSUME_POLL_SYSCALL]: Make code unconditional.
35519         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
35520         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35521         (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35522         * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
35523         [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
35524         (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
35525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
35526         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35527         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
35529         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35530         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
35532         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35533         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35534         * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
35535         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35536         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
35538         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35539         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35540         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
35541         [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
35542         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35543         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
35544         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35545         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35546         * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
35547         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35548         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35549         * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
35550         Remove conditional code.
35551         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35552         * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35553         Remove conditional code.
35554         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35555         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
35556         [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
35557         * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35558         Remove conditional code.
35559         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35560         * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
35561         Remove conditional code.
35562         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35563         * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
35564         Remove conditional code.
35565         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35566         * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
35567         Remove conditional code.
35568         [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
35569         * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
35570         Remove conditional code.
35571         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35572         * sysdeps/unix/sysv/linux/sh/pwrite64.c
35573         [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
35574         [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
35575         * sysdeps/unix/sysv/linux/sigaction.c
35576         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35577         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35578         * sysdeps/unix/sysv/linux/sigpending.c
35579         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35580         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35581         * sysdeps/unix/sysv/linux/sigprocmask.c
35582         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35583         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35584         * sysdeps/unix/sysv/linux/sigsuspend.c
35585         [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
35586         [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
35587         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
35588         (__libc_missing_rt_sigs): Remove.
35589         (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
35590         (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
35591         * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
35592         Remove conditional code.
35593         [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
35594         * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
35595         return 1.
35596         * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
35597         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
35598         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
35599         [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
35600
35601 2012-05-14  Andreas Jaeger  <aj@suse.de>
35602
35603         * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
35604         it's not used in glibc.
35605         (__coshm1): Likewise.
35606         (__acosh1p): Likewise.
35607         (__sgn): Likewise.
35608
35609         * manual/string.texi (Copying and Concatenation): Add missing
35610         variable in concat example.
35611         Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
35612
35613 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35614
35615         [BZ #14103]
35616         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
35617         __builtin_clzl with __builtin_clzll.
35618
35619 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
35620
35621         [BZ #14104]
35622         * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
35623         libc_freeres_ptr.
35624
35625 2012-05-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
35626
35627         * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
35628         * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
35629         * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
35630         * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
35631
35632 2012-05-14  Mike Frysinger  <vapier@gentoo.org>
35633
35634         * NEWS: Update ia64 info.
35635
35636 2012-05-12  Andreas Schwab  <schwab@linux-m68k.org>
35637
35638         * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
35639         used as bcopy.
35640
35641 2012-05-12  Thomas Schwinge  <thomas@codesourcery.com>
35642
35643         * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
35644         * sysdeps/unix/syscalls.list (dup3): Likewise.
35645         * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
35646         * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
35647
35648 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35649
35650         * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
35651         "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
35652
35653 2012-05-11  H.J. Lu  <hongjiu.lu@intel.com>
35654
35655         * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
35656         thread pointer.
35657         (TLS_IE): Use mov/add instead of movq/addq to load thread
35658         pointer.
35659         (TLS_GD_PREFIX): New.
35660         (TLS_GD): Use it.
35661
35662 2012-05-11  David S. Miller  <davem@davemloft.net>
35663
35664         * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
35665         * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
35666         (_FPU_SETCW): Likewise.
35667
35668 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35669
35670         * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
35671         is 32-byte aligned.
35672
35673 2012-05-11  Andreas Schwab  <schwab@linux-m68k.org>
35674
35675         [BZ #11837]
35676         * iconvdata/gb18030.c: Update tables.
35677         (BODY for FROM_LOOP): Update.  Handle two-byte encoded non-BMP
35678         characters specially.
35679         (BODY for TO_LOOP): Add encoding of missing ranges.
35680
35681 2012-05-11  Thomas Schwinge  <thomas@codesourcery.com>
35682
35683         [BZ #13673]
35684         * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
35685         * sysdeps/mach/hurd/dup3.c: Likewise.
35686         * sysdeps/mach/hurd/readlinkat.c: Likewise.
35687         * sysdeps/powerpc/memmove.c:: Likewise.
35688
35689 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35690
35691         * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
35692         R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
35693
35694 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
35695
35696         * elf/elf.h (R_X86_64_RELATIVE64): New.
35697         (R_X86_64_NUM): Updated.
35698         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
35699         R_X86_64_RELATIVE64.  Always use Elf64_Addr with R_X86_64_64.
35700         (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
35701         * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
35702         tst-quad1pie tst-quad2pie
35703         (modules-names): Add tst-quadmod1 tst-quadmod2.
35704         ($(objpfx)tst-quad1): New dependency.
35705         ($(objpfx)tst-quad2): Likewise.
35706         ($(objpfx)tst-quad1pie): Likewise.
35707         ($(objpfx)tst-quad2pie): Likewise.
35708         * sysdeps/x86_64/tst-quad1.c: New file.
35709         * sysdeps/x86_64/tst-quad1pie.c: New file.
35710         * sysdeps/x86_64/tst-quad2.c: Likewise.
35711         * sysdeps/x86_64/tst-quad2pie.c: Likewise.
35712         * sysdeps/x86_64/tst-quadmod1.S: Likewise.
35713         * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
35714         * sysdeps/x86_64/tst-quadmod2.S: Likewise.
35715         * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
35716
35717 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35718
35719         * io/fcntl.h (mode_t, off_t, pid_t): Define types.
35720         (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
35721         * streams/stropts.h (t_scalar_t): Define type.
35722
35723         * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
35724         (_PATH_PRESERVE): Set to "/var/lib".
35725         (_PATH_RWHODIR): Set to "/var/spool/rwho".
35726
35727         * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
35728         instead of int.
35729
35730         * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
35731         if __dir_mkfile succeeded.
35732
35733         * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
35734         checking for _hurd_dtablesize.  Unlock it right after having
35735         finished _hurd_dtable allocation.
35736
35737 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35738
35739         * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
35740         * sysdeps/mach/hurd/configure: Regenerated.
35741         * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
35742         special-casing to...
35743         * sysdeps/gnu/configure.in: ... this new file.
35744         * sysdeps/unix/sysv/linux/configure: Regenerated.
35745         * sysdeps/gnu/configure: New generated file.
35746
35747         * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
35748         for Linux: use nsec instead of usec, as well as:
35749         [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
35750         members of type struct timespec.
35751         [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
35752         New macros.
35753         (struct stat64): Likewise.
35754         (_STATBUF_ST_NSEC): New macro.
35755         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
35756
35757         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
35758         __strtoul_internal rather than strtoul.
35759
35760 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35761
35762         * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
35763         and reject them.
35764
35765 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35766
35767         * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
35768         which preserves existing values.
35769         * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
35770
35771 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35772
35773         * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
35774         TIMEOUT values.  Return EINVAL for NFDS values either negative or
35775         greater than FD_SETSIZE.
35776
35777 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35778
35779         * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
35780         allocated, call __vm_protect to finish enabling the existing space, and
35781         pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
35782         allocate the remainder.
35783
35784 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35785
35786         * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
35787         address port.  Set ADDR_LEN to 0 when not filling ADDRARG.
35788
35789 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35790
35791         * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
35792         sysdeps/mach/hurd/readlink.c.
35793
35794         * posix/tst-sysconf.c (posix_options): Only use
35795         _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
35796         _POSIX_SYNCHRONIZED_IO when they are defined
35797         * sysdeps/mach/hurd/bits/posix_opt.h:
35798         (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
35799         (_XOPEN_REALTIME): Undefine macro.
35800         (_XOPEN_REALTIME_THREADS): Undefine macro.
35801         (_XOPEN_SHM): Undefine macro.
35802         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
35803         macro to -1.
35804         [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
35805         macro to -1.
35806         (_POSIX_ASYNC_IO): Undefine macro.
35807         (_POSIX_PRIORITIZED_IO): Undefine macro.
35808         (_POSIX_SPIN_LOCKS): Define macro to -1.
35809
35810         * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
35811         SA_NODEFER, SA_RESETHAND.
35812         * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
35813         O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
35814         F_DUPFD_CLOEXEC.
35815
35816 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35817
35818         * elf/Makefile (pldd-modules): Define unconditionally.
35819
35820 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35821
35822         * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
35823
35824 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35825
35826         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
35827         Return ENOENT when name is empty.
35828         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
35829
35830 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35831
35832         * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
35833
35834         * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
35835
35836 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35837
35838         Fix mlock in all cases except non-readable pages.
35839         * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
35840         instead of VM_PROT_ALL as parameter to __vm_wire function.
35841
35842         * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
35843         (__mkdir): When path is `/', just fail with EEXIST.
35844         * sysdeps/mach/hurd/mkdirat.c: Likewise.
35845
35846 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35847
35848         * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
35849         <sys/uio.h> (for writev).
35850         * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
35851         and <sys/param.h> (for MIN).
35852
35853 2012-05-10  Pino Toscano  <toscano.pino@tiscali.it>
35854
35855         * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
35856         REQUESTED_TIME.  Properly set the remaining time and return EINTR
35857         if interrupted.
35858
35859 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35860
35861         * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
35862         Depend on against $(link-rpcuserlibs).
35863
35864 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35865
35866         * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
35867         (__libc_stack_end): Do not use attribute_relro.
35868         * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
35869         * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
35870         to libthread-provided value.
35871         * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
35872         attribute_relro.
35873
35874 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35875
35876         [BZ #3748]
35877         * bits/libc-lock.h (__libc_once_get): New macro.
35878         * sysdeps/mach/bits/libc-lock.h: Likewise.
35879         * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
35880         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
35881         instead of using implementation details.
35882
35883         * libio/fileops.c: Unconditionally include <kernel-features.h>.
35884         * libio/freopen.c: Likewise.
35885         * libio/freopen64.c: Likewise.
35886         * misc/syslog.c: Likewise.
35887         * nscd/connections.c: Likewise.
35888         * nscd/netgroupcache.c: Likewise.
35889         * sysdeps/posix/getcwd.c: Likewise.
35890
35891 2012-05-10  Roland McGrath  <roland@hack.frob.com>
35892
35893         * math/w_ilogbf.c: Add #include <limits.h>.
35894
35895 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35896
35897         * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
35898         path instead of returning without unlocking.
35899
35900         * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
35901         immediate-write ioctls.
35902         * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
35903
35904 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35905
35906         * sysdeps/mach/hurd/i386/init-first.c (init): Use
35907         __builtin_frame_address instead of making assumptions about the
35908         location of the return address relative to DATA.  Force early load of
35909         the return address.
35910         (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
35911         __builtin_frame_address.
35912
35913         dup3 for GNU Hurd.
35914         * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
35915         * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c.  Evolve it to
35916         implement dup3 and do some further code clean-ups.
35917         * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
35918         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
35919
35920 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35921
35922         * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
35923
35924         * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
35925         HURD_CRITICAL_END around holding _hurd_dtable_lock.
35926         * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
35927         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
35928         HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
35929         d->port.lock.
35930
35931         * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
35932         instead of setjmp/longjmp to restore the signal mask.  Call sigsetjmp
35933         when handler == SIG_ERR, not when handler != SIG_ERR.
35934
35935 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35936
35937         * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
35938         (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
35939         definitions.
35940
35941         accept4 for GNU Hurd.
35942         * include/sys/socket.h (__libc_accept4): New prototype.
35943         * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c.  Evolve it
35944         to implement __libc_accept4.
35945         * sysdeps/mach/hurd/accept.c (accept): Reimplement using
35946         __libc_accept4.
35947         * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
35948
35949         * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
35950         * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
35951         * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
35952         signal-defines.sym.
35953
35954 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35955
35956         * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
35957
35958 2012-05-10  Thomas Schwinge  <thomas@schwinge.name>
35959
35960         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
35961         assertion on O_CLOEXEC flag.
35962         * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
35963         * hurd/intern-fd.c: Likewise.
35964         * hurd/port2fd.c: Likewise.
35965
35966 2012-05-10  Samuel Thibault  <samuel.thibault@ens-lyon.org>
35967
35968         [BZ #3906]
35969         * bits/in.h (IPV6_PKTINFO): Define new macro.
35970         (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
35971
35972 2012-05-09  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
35973
35974         [BZ #13954]
35975         [BZ #13955]
35976         [BZ #13956]
35977         * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
35978         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
35979         * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
35980         * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
35981         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35982         * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
35983         * math/libm-test.inc (logb_test) : Additional logb tests.
35984
35985 2012-05-09  Andreas Schwab  <schwab@linux-m68k.org>
35986             Andreas Jaeger  <aj@suse.de>
35987
35988         * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
35989         * configure: Regenerated.
35990         * config.h.in (LINK_OBSOLETE_RPC): New macro.
35991         * config.make.in (link-obsolete-rpc): New substituted variable.
35992         * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
35993         libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
35994         * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35995         (shared-only-routines): Don't set it under [link-obsolete-rpc],
35996         so that libc.a contains the symbols.
35997         * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
35998         * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
35999         * sunrpc/auth_none.c: Likewise.
36000         * sunrpc/auth_unix.c: Likewise.
36001         * sunrpc/authdes_prot.c: Likewise.
36002         * sunrpc/authuxprot.c: Likewise.
36003         * sunrpc/clnt_gen.c: Likewise.
36004         * sunrpc/clnt_perr.c: Likewise.
36005         * sunrpc/clnt_raw.c: Likewise.
36006         * sunrpc/clnt_simp.c: Likewise.
36007         * sunrpc/clnt_tcp.c: Likewise.
36008         * sunrpc/clnt_udp.c: Likewise.
36009         * sunrpc/clnt_unix.c: Likewise.
36010         * sunrpc/des_crypt.c: Likewise.
36011         * sunrpc/des_soft.c: Likewise.
36012         * sunrpc/get_myaddr.c: Likewise.
36013         * sunrpc/key_call.c: Likewise.
36014         * sunrpc/key_prot.c: Likewise.
36015         * sunrpc/netname.c: Likewise.
36016         * sunrpc/pm_getmaps.c: Likewise.
36017         * sunrpc/pm_getport.c: Likewise.
36018         * sunrpc/pmap_clnt.c: Likewise.
36019         * sunrpc/pmap_prot.c: Likewise.
36020         * sunrpc/pmap_prot2.c: Likewise.
36021         * sunrpc/pmap_rmt.c: Likewise.
36022         * sunrpc/publickey.c: Likewise.
36023         * sunrpc/rpc_cmsg.c: Likewise.
36024         * sunrpc/rpc_common.c: Likewise.
36025         * sunrpc/rpc_dtable.c: Likewise.
36026         * sunrpc/rpc_prot.c: Likewise.
36027         * sunrpc/rpc_thread.c: Likewise.
36028         * sunrpc/rtime.c: Likewise.
36029         * sunrpc/svc.c: Likewise.
36030         * sunrpc/svc_auth.c: Likewise.
36031         * sunrpc/svc_raw.c: Likewise.
36032         * sunrpc/svc_run.c: Likewise.
36033         * sunrpc/svc_tcp.c: Likewise.
36034         * sunrpc/svc_udp.c: Likewise.
36035         * sunrpc/svc_unix.c: Likewise.
36036         * sunrpc/svcauth_des.c: Likewise.
36037         * sunrpc/xcrypt.c: Likewise.
36038         * sunrpc/xdr.c: Likewise.
36039         * sunrpc/xdr_array.c: Likewise.
36040         * sunrpc/xdr_float.c: Likewise.
36041         * sunrpc/xdr_intXX_t.c: Likewise.
36042         * sunrpc/xdr_mem.c: Likewise.
36043         * sunrpc/xdr_rec.c: Likewise.
36044         * sunrpc/xdr_ref.c: Likewise.
36045         * sunrpc/xdr_sizeof.c: Likewise.
36046         * sunrpc/xdr_stdio.c: Likewise.
36047
36048 2012-05-10  Roland McGrath  <roland@hack.frob.com>
36049
36050         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
36051         change.  Update copyright years.
36052
36053 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36054
36055         * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
36056
36057 2012-05-10  Maxim Kuvyrkov  <maxim@codesourcery.com>
36058             Joseph Myers  <joseph@codesourcery.com>
36059             Paul Pluzhnikov  <ppluzhnikov@google.com>
36060
36061         [BZ #14012]
36062         * sunrpc/Makefile [cross-compiling] (headers): Enable additions
36063         requiring rpcgen.
36064         [cross-compiling] (extra-libs): Likewise.
36065         [cross-compiling] (extra-libs-others): Likewise.
36066         [cross-compiling] (librpcsvc-routines): Likewise.
36067         [cross-compiling] (librpcsvc-inhibit-o): Likewise.
36068         [cross-compiling] (omit-deps): Likewise.
36069         (sunrpc-CPPFLAGS): New variable.
36070         (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
36071         (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
36072         (cross-rpcgen-objs): New variable.
36073         (extra-objs): Append $(cross-rpcgen-objs).
36074         ($(cross-rpcgen-objs)): New rule.
36075         ($(objpfx)cross-rpcgen): Likewise.
36076         (rpcgen-cmd): Define to use $(built-program-file).  Expand
36077         comment.
36078         ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
36079         ($(objpfx)x%.stmp): Likewise.
36080         * sunrpc/proto.h [IS_IN_build] (_): Define.
36081         [IS_IN_build] (_libc_intl_domainname): Likewise.
36082
36083 2012-05-10  H.J. Lu  <hongjiu.lu@intel.com>
36084
36085         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
36086         Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
36087         and R_X86_64_TPOFF64.
36088
36089 2012-05-10  Joseph Myers  <joseph@codesourcery.com>
36090
36091         * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
36092         sysdeps/unix/sysv/syscalls.list.
36093         (stime): Likewise.
36094         (utime): Likewise.
36095         * sysdeps/unix/sysv/syscalls.list: Remove file.
36096
36097 2012-05-10  Paul Eggert  <eggert@cs.ucla.edu>
36098
36099         [BZ #3440]
36100         * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
36101         (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
36102         (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
36103         (__LC_IDENTIFICATION): Make these macros useful in #if
36104         expressions, as required by C99.
36105
36106 2012-05-10  Andreas Schwab  <schwab@linux-m68k.org>
36107
36108         * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
36109         $(addsuffix .os,$(rpc-compat-routines)).  Move include ../Rules
36110         after this.
36111
36112 2012-05-09  H.J. Lu  <hongjiu.lu@intel.com>
36113
36114         * stdlib/longlong.h: Updated from GCC.
36115
36116 2012-05-09  Andreas Jaeger  <aj@suse.de>
36117
36118         * nscd/nscd.c (run_modes): Make named enum, reorder so that
36119         default is first entry.
36120         (run_mode): Set type.
36121         (main): Remove informal message about syslog.
36122         (options): Fix typo.
36123
36124         [BZ #14053]
36125         * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
36126         to asm.
36127         (lrint): Likewise.
36128         (llrintf): Likewise.
36129         (llrint): Likewise.
36130         (rint): Likewise.
36131         (rintf): Likewise.
36132         (nearbyint): Likewise.
36133         (nearbyintf): Likewise.
36134
36135 2012-05-09  Andreas Jaeger  <aj@suse.de>
36136             Pedro Alves  <palves@redhat.com>
36137
36138         * nscd/nscd.c (run_mode): Use enum.
36139         (main): Cleanup coding style issue.
36140
36141 2012-05-09  Alexandre Oliva  <aoliva@redhat.com>
36142             Andreas Jaeger  <aj@suse.de>
36143
36144         * nscd/nscd.c (go_background): Replaced with...
36145         (run_mode): ... this.
36146         (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
36147         (options): Add -F --foreground.
36148         (main): Implement it.
36149         (parse_opt): Parse it.
36150
36151 2012-05-09  Andreas Jaeger  <aj@suse.de>
36152
36153         [BZ #14083]
36154         * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
36155         !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
36156         -Wconversion warning.
36157         (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
36158         Likewise.
36159
36160 2012-05-09  Joseph Myers  <joseph@codesourcery.com>
36161
36162         * conform/data/locale.h-data (NULL): Use macro-constant.  Require
36163         == 0.
36164         (LC_ALL): Use macro-int-constant.
36165         (LC_COLLATE): Likewise.
36166         (LC_CTYPE): Likewise.
36167         (LC_MESSAGES): Likewise.
36168         (LC_MONETARY): Likewise.
36169         (LC_NUMERIC): Likewise.
36170         (LC_TIME): Likewise.
36171         [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
36172         (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36173         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36174         * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
36175         Specify type.
36176         [C99-based standards] (float_t): Expect type.
36177         [C99-based standards] (double_t): Expect type.
36178         [C99-based standards] (HUGE_VALF): Use macro-constant.  Specify
36179         type.
36180         [C99-based standards] (HUGE_VALL): Likewise.
36181         [C99-based standards] (INFINITY): Likewise.
36182         [C99-based standards] (NAN): Likewise.
36183         [C99-based standards] (FP_INFINITE): Use macro-int-constant.
36184         [C99-based standards] (FP_NAN): Likewise.
36185         [C99-based standards] (FP_NORMAL): Likewise.
36186         [C99-based standards] (FP_SUBNORMAL): Likewise.
36187         [C99-based standards] (FP_ZERO): Likewise.
36188         [C99-based standards] (FP_FAST_FMA): Use
36189         optional-macro-int-constant.  Specify type.  Require == 1.
36190         [C99-based standards] (FP_FAST_FMAF): Likewise.
36191         [C99-based standards] (FP_FAST_FMAL): Likewise.
36192         [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
36193         [C99-based standards] (FP_ILOGBNAN): Likewise.
36194         [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
36195         Specify type.
36196         [C99-based standards] (MATH_ERREXCEPT): Likewise.
36197         [C99-based standards] (math_errhandling): Specify type.
36198         [ISO99 || ISO11] (signgam): Do not allow.
36199         [non-C99-based standards] (copysignf): Do not allow.
36200         [non-C99-based standards] (exp2f): Likewise.
36201         [non-C99-based standards] (log2f): Likewise.
36202         [non-C99-based standards] (modff): Allow.
36203         [non-C99-based standards] (erff): Do not allow.
36204         [non-C99-based standards] (erfcf): Likewise.
36205         [non-C99-based standards] (gammaf): Likewise.
36206         [non-C99-based standards] (hypotf): Likewise.
36207         [non-C99-based standards] (j0f): Likewise.
36208         [non-C99-based standards] (j1f): Likewise.
36209         [non-C99-based standards] (jnf): Likewise.
36210         [non-C99-based standards] (lgammaf): Likewise.
36211         [non-C99-based standards] (tgammaf): Likewise.
36212         [non-C99-based standards] (y0f): Likewise.
36213         [non-C99-based standards] (y1f): Likewise.
36214         [non-C99-based standards] (ynf): Likewise.
36215         [non-C99-based standards] (isnanf): Likewise.
36216         [non-C99-based standards] (acoshf): Likewise.
36217         [non-C99-based standards] (asinhf): Likewise.
36218         [non-C99-based standards] (atanhf): Likewise.
36219         [non-C99-based standards] (cbrtf): Likewise.
36220         [non-C99-based standards] (expm1f): Likewise.
36221         [non-C99-based standards] (ilogbf): Likewise.
36222         [non-C99-based standards] (log1pf): Likewise.
36223         [non-C99-based standards] (logbf): Likewise.
36224         [non-C99-based standards] (nextafterf): Likewise.
36225         [non-C99-based standards] (remainderf): Likewise.
36226         [non-C99-based standards] (rintf): Likewise.
36227         [non-C99-based standards] (scalbf): Likewise.
36228         [non-C99-based standards] (copysignl): Likewise.
36229         [non-C99-based standards] (exp2l): Likewise.
36230         [non-C99-based standards] (log2l): Likewise.
36231         [non-C99-based standards] (modfl): Allow.
36232         [non-C99-based standards] (erfl): Do not allow.
36233         [non-C99-based standards] (erfcl): Likewise.
36234         [non-C99-based standards] (gammal): Likewise.
36235         [non-C99-based standards] (hypotl): Likewise.
36236         [non-C99-based standards] (j0l): Likewise.
36237         [non-C99-based standards] (j1l): Likewise.
36238         [non-C99-based standards] (jnl): Likewise.
36239         [non-C99-based standards] (lgammal): Likewise.
36240         [non-C99-based standards] (tgammal): Likewise.
36241         [non-C99-based standards] (y0l): Likewise.
36242         [non-C99-based standards] (y1l): Likewise.
36243         [non-C99-based standards] (ynl): Likewise.
36244         [non-C99-based standards] (isnanl): Likewise.
36245         [non-C99-based standards] (acoshl): Likewise.
36246         [non-C99-based standards] (asinhl): Likewise.
36247         [non-C99-based standards] (atanhl): Likewise.
36248         [non-C99-based standards] (cbrtl): Likewise.
36249         [non-C99-based standards] (expm1l): Likewise.
36250         [non-C99-based standards] (ilogbl): Likewise.
36251         [non-C99-based standards] (log1pl): Likewise.
36252         [non-C99-based standards] (logbl): Likewise.
36253         [non-C99-based standards] (nextafterl): Likewise.
36254         [non-C99-based standards] (remainderl): Likewise.
36255         [non-C99-based standards] (rintl): Likewise.
36256         [non-C99-based standards] (scalbl): Likewise.
36257         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36258         [non-C99-based standards] (FP_*): Do not allow.
36259         [C99-based standards] (FP_*): Change to
36260         FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
36261         * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36262         allow.
36263         * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
36264         (SIG_ERR): Likewise.
36265         [X/Open-based standards] (SIG_HOLD): Likewise.
36266         (SIG_IGN): Likewise.
36267         (SIGABRT): Use macro-int-constant.  Specify type.  Require
36268         positive value.
36269         (SIGFPE): Likewise.
36270         (SIGILL): Likewise.
36271         (SIGINT): Likewise.
36272         (SIGSEGV): Likewise.
36273         (SIGTER): Likewise.
36274         [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
36275         [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
36276         [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
36277         [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
36278         [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
36279         [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
36280         [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
36281         [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
36282         [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
36283         [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
36284         [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
36285         [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
36286         [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
36287         [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
36288         [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
36289         [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
36290         [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
36291         [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
36292         [X/Open-based standards] (SIGTRAP): Likewise.
36293         [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
36294         [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
36295         [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
36296         [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
36297         * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36298         allow.
36299
36300 2012-05-08  Ian Wienand  <ianw@vmware.com>
36301
36302         [BZ #14080]
36303         * time/tzset.c (__tzset_parse_tz): Update default rules for
36304         daylight time changes in the Energy Policy Act of 2005.
36305
36306 2012-05-09  Andreas Jaeger  <aj@suse.de>
36307
36308         [BZ #13983]
36309         * elf/ldconfig.c (parse_conf): Change string to make clear that
36310         ldconfig only issued a warning if ld.so.conf does not exist.
36311
36312 2012-05-08  David S. Miller  <davem@davemloft.net>
36313
36314         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
36315         movxtod instead of popping the value on the stack.
36316
36317         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36318
36319 2012-05-08  Carlos O'Donell  <carlos_odonell@mentor.com>
36320
36321         * config.h.in: Add HAVE_ARM_PCS_VFP.
36322
36323 2012-05-08  Roland Mc Grath  <roland@hack.frob.com>
36324
36325         [BZ #13979]
36326         * include/features.h: Warn if user requests __FORTIFY_SOURCE
36327         checking but the checks are disabled for any reason.
36328
36329 2012-05-08  H.J. Lu  <hongjiu.lu@intel.com>
36330
36331         * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
36332         and ELF64_R_TYPE with ELFW(R_TYPE).
36333
36334 2012-05-08  Joseph Myers  <joseph@codesourcery.com>
36335
36336         * sysdeps/unix/sysv/syscalls.list (pause): Remove.
36337         (ulimit): Likewise.
36338
36339         * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
36340         (settimeofday): Likewise.
36341
36342 2012-05-08  Mike Frysinger  <vapier@gentoo.org>
36343
36344         * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1.  Add
36345         a struct th_u2 inside the union, and move tu_block/tu_code into
36346         a new th_u3 union of tu_block/tu_code inside of that.  Move
36347         th_data[1] into the th_u2 as tu_data[0].  Change tu_stuff[1] to
36348         tu_stuff[0].  Add a new tu_padding[4] to keep sizeof() the same.
36349         (th_block): Change to th_u1.th_u2.th_u3.tu_block.
36350         (th_code): Change to th_u1.th_u2.th_u3.tu_code.
36351         (th_stuff): Change to th_u1.tu_stuff.
36352         (th_data): Define.
36353         (th_msg): Change to th_u1.th_u2.tu_data.
36354
36355 2012-05-07  David S. Miller  <davem@davemloft.net>
36356
36357         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36358
36359         [BZ #14074]
36360         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
36361         (SETUP_PIC_REG): Use it.
36362         (SETUP_PIC_REG_LEAF): Use it.
36363
36364 2012-05-07  Joseph Myers  <joseph@codesourcery.com>
36365
36366         [BZ #13885]
36367         [BZ #13923]
36368         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36369         USE_AS_EXPM1L.
36370         (EXPL_FINITE): Likewise.
36371         (FLDLOG): Likewise.
36372         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36373         * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36374         e_expl.S.
36375         * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36376         USE_AS_EXPM1L.
36377         (EXPL_FINITE): Likewise.
36378         (FLDLOG): Likewise.
36379         (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
36380         * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
36381         e_expl.S.
36382         * math/libm-test.inc (expm1_test): Add more tests.  Do not disable
36383         test of -max_value argument for long double.
36384         * sysdeps/i386/fpu/libm-test-ulps: Update.
36385         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
36386
36387 2012-05-06  David S. Miller  <davem@davemloft.net>
36388
36389         * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
36390         quad soft-float symbols whose references which are compiler
36391         generated.
36392         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
36393
36394 2012-05-06  Joseph Myers  <joseph@codesourcery.com>
36395
36396         [BZ #13884]
36397         [BZ #13914]
36398         * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
36399         USE_AS_EXP10L.
36400         (EXPL_FINITE): Likewise.
36401         (FLDLOG): Likewise.
36402         (c0): Likewise.
36403         (c1): Likewise.
36404         (__ieee754_expl): Change to IEEE754_EXPL.  Use FLDLOG macro.
36405         Adjust comments for base varying.
36406         (__expl_finite): Change alias to EXPL_FINITE.
36407         * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
36408         e_expl.S.
36409         * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
36410         * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
36411         * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
36412         * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
36413         * sysdeps/x86_64/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         * math/libm-test.inc (exp10_test): Add more tests.  Do not disable
36423         tests for bugs.
36424         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
36425
36426         [BZ #14064]
36427         * math/libm-test.inc (check_float_internal): Correct ulp
36428         calculation for subnormal expected results.
36429
36430 2012-05-06  Andreas Jaeger  <aj@suse.de>
36431
36432         * Makeconfig (+math-flags): New, set to -frounding-math.
36433         (+cflags): Add +math-flags so that all of glibc gets compiled with
36434         it.
36435
36436         * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
36437
36438 2012-05-05  Joseph Myers  <joseph@codesourcery.com>
36439
36440         * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
36441         Disable one test.
36442
36443         [BZ #13787]
36444         [BZ #13922]
36445         [BZ #14036]
36446         * sysdeps/i386/fpu/e_expl.S (csat): New constant.
36447         (__ieee754_expl): Allow for and saturate large arguments.
36448         * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
36449         (u_threshold): Likewise.
36450         (__exp): Call __ieee754_exp before checking for overflow and
36451         underflow.
36452         * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
36453         (u_threshold): Likewise.
36454         (__expf): Call __ieee754_expf before checking for overflow and
36455         underflow.
36456         * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
36457         (u_threshold): Likewise.
36458         (__expl): Call __ieee754_expl before checking for overflow and
36459         underflow.
36460         * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
36461         (__ieee754_expl): Allow for and saturate large arguments.
36462         * math/libm-test.inc (exp_test): Add another test.  Do not allow
36463         missing overflow exception on overflow.
36464         (expm1_test): Do not allow missing overflow exception on overflow.
36465
36466         * sysdeps/i386/fpu/e_expl.c: Move to ...
36467         * sysdeps/i386/fpu/e_expl.S: ... here.  Write directly in assembly
36468         rather than using inline asm.
36469         * sysdeps/x86_64/fpu/e_expl.c: Remove file.
36470         * sysdeps/x86_64/fpu/e_expl.S: Copy from
36471         sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
36472
36473         * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
36474         (nice): Likewise.
36475         (poll): Likewise.
36476         (signal): Likewise.
36477         (time): Likewise.
36478         (times): Likewise.
36479
36480 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36481
36482         * sysdeps/unix/syscalls.list (adjtime): Add entry from
36483         sysdeps/unix/common/syscalls.list.
36484         (fchmod): Likewise.
36485         (fchown): Likewise.
36486         (ftruncate): Likewise.
36487         (getrusage): Likewise.
36488         (gettimeofday): Likewise.
36489         (setpgid): Likewise.
36490         (setregid): Likewise.
36491         (setreuid): Likewise.
36492         (sigaction): Likewise.
36493         (truncate): Likewise.
36494         (vhangup): Likewise.
36495         * sysdeps/unix/common/syscalls.list: Remove file.
36496         * sysdeps/unix/bsd/Implies: Don't include unix/common.
36497         * sysdeps/unix/sysv/linux/Implies: Likewise.
36498
36499 2012-05-04  H.J. Lu  <hongjiu.lu@intel.com>
36500
36501         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
36502         * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
36503         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
36504         Moved to ...
36505         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
36506         Here.
36507         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
36508         to ...
36509         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
36510         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
36511         to ...
36512         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
36513         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
36514         to ...
36515         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
36516         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
36517         to ...
36518         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
36519         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
36520         to ...
36521         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
36522         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
36523         to ...
36524         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
36525         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
36526         to ...
36527         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
36528         Here.
36529         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
36530         to ...
36531         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
36532         Here.
36533         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
36534         to ...
36535         * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
36536         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
36537         Moved to ...
36538         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
36539         Here.
36540         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
36541         to ...
36542         * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
36543
36544 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36545
36546         * sysdeps/unix/common/bits/dirent.h: Remove file.
36547         * sysdeps/unix/common/bits/fcntl.h: Likewise.
36548
36549         * sysdeps/unix/bsd/bits/dirent.h: Remove file.
36550         * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
36551         * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
36552         * sysdeps/unix/bsd/isatty.c: Likewise.
36553         * sysdeps/unix/bsd/tcdrain.c: Likewise.
36554         * sysdeps/unix/bsd/tcgetattr.c: Likewise.
36555         * sysdeps/unix/bsd/tcsetattr.c: Likewise.
36556
36557 2012-05-04  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36558
36559         [BZ #13563]
36560         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
36561         long double comparison inaccuracies.
36562         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
36563         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
36564
36565 2012-05-04  Andreas Schwab  <schwab@linux-m68k.org>
36566
36567         * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
36568         * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
36569
36570 2012-05-04  Joseph Myers  <joseph@codesourcery.com>
36571
36572         [BZ #14049]
36573         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
36574         nonzero digits before rounding a hex value.
36575         * stdlib/tst-strtod.c (tests): Add another test.
36576
36577 2012-05-03  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
36578
36579         * sysdeps/s390/fpu/libm-test-ulps: Update.
36580
36581 2012-05-03  Andreas Jaeger  <aj@suse.de>
36582
36583         * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
36584         does not get optimized out.
36585         (malloc_opt_barrier): New.
36586
36587 2012-05-03  Andreas Jaeger  <aj@suse.de>
36588             Roland McGrath  <roland@hack.frob.com>
36589
36590         * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
36591         intermediate file deletion.
36592         (generated): Add .symlist files.
36593
36594 2012-05-03  Joseph Myers  <joseph@codesourcery.com>
36595
36596         [BZ #13775]
36597         * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
36598         Redirect under this condition.
36599         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36600         [__USE_GNU] (__dprintf_chk): Not under this condition.
36601         [__USE_GNU] (__vdprintf_chk): Likewise.
36602         * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
36603         under this condition.
36604         [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
36605         [__USE_XOPEN2K8] (dprintf): Define under this condition.
36606         [__USE_XOPEN2K8] (vdprintf): Likewise.
36607         [__USE_GNU] (__dprintf_chk): Not under this condition.
36608         [__USE_GNU] (__vdprintf_chk): Likewise.
36609         [__USE_GNU] (dprintf): Likewise.
36610         [__USE_GNU] (vdprintf): Likewise.
36611
36612 2012-05-03  Roland McGrath  <roland@hack.frob.com>
36613
36614         * elf/Makefile (common-generated): Set this instead of generated for
36615         .dyn, .phdr, .jmprel files.  Remove $(common-objpfx) from the
36616         $(all-built-dso)-derived lists.
36617
36618 2012-05-03  Andreas Jaeger  <aj@suse.de>
36619
36620         * sysdeps/i386/fpu/libm-test-ulps: Update.
36621
36622         * FAQ: Removed.
36623         * FAQ.in: Likewise.
36624         * scripts/gen-FAQ.pl: Likewise.
36625         * manual/install.texi (Installation): Point to online location of
36626         FAQ.
36627         * Makefile (files-for-dist): Remove FAQ.
36628         (FAQ): Remove.
36629
36630 2012-05-02  Allan McRae  <allan@archlinux.org>
36631
36632         * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
36633         (LDFLAGS-reldepmod5.so): Likewise.
36634         (LDFLAGS-reldep6mod1.so): Likewise.
36635         (LDFLAGS-reldep6mod4.so): Likewise.
36636         (LDFLAGS-reldep8mod3.so): Likewise.
36637         (LDFLAGS-unload4mod1.so): Likewise.
36638         (LDFLAGS-unload4mod2.so): Likewise.
36639         (LDFLAGS-tst-initorder): Likewise.
36640         (LDFLAGS-tst-initordera2.so): Likewise.
36641         (LDFLAGS-tst-initordera3.so): Likewise.
36642         (LDFLAGS-tst-initordera4.so): Likewise.
36643         (LDFLAGS-tst-initorderb2.so): Likewise.
36644         (LDFLAGS-noload): Likewise.
36645         (LDFLAGS-next): Likewise.
36646         (LDFLAGS-order2mod1.so): Likewise.
36647         (LDFLAGS-order2mod2.so): Likewise.
36648         (LDFLAGS-tst-initorder2): Likewise.
36649         (LDFLAGS-tst-initorder2a.so): Likewise.
36650         (LDFLAGS-tst-initorder2b.so): Likewise.
36651         (LDFLAGS-tst-initorder2c.so): Likewise.
36652         * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
36653
36654 2012-05-02  David S. Miller  <davem@davemloft.net>
36655
36656         * sysdeps/sparc/fpu/libm-test-ulps: Update.
36657
36658 2012-05-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
36659
36660         [BZ #14055]
36661         * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
36662
36663 2012-05-02  Andreas Jaeger  <aj@suse.de>
36664
36665         * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
36666         since we manipulate rounding mode.
36667         (CPPFLAGS-test-idouble.c): Likewise.
36668         (CPPFLAGS-test-ifloat.c): Likewise.
36669         (CFLAGS-test-ldouble.c): Likewise.
36670         (CFLAGS-test-double.c): Likewise.
36671         (CFLAGS-test-float.c): Likewise.
36672         (CFLAGS-test-misc.c): Likewise.
36673         (CFLAGS-test-test-fenv.c): Likewise.
36674
36675 2012-05-02  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
36676
36677         [BZ #2550]
36678         [BZ #2570]
36679         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
36680         comparisons to determine direction to adjust input.
36681
36682 2012-05-01  Roland McGrath  <roland@hack.frob.com>
36683
36684         * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
36685         output to the target.
36686
36687         * scripts/localplt.awk: New file.
36688         * elf/Makefile ($(objpfx)check-localplt): Target removed.
36689         (check-localplt-CFLAGS): Variable removed.
36690         ($(all-built-dso:=.jmprel)): New static pattern rule.
36691         (generated): Add those targets.
36692         (localplt-built-dso): New variable.
36693         ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
36694
36695         * elf/check-localplt.c: File removed.
36696
36697         * scripts/check-execstack.awk: New file.
36698         * elf/Makefile ($(objpfx)check-execstack): Target removed.
36699         (check-execstack-CFLAGS): Variable removed.
36700         ($(objpfx)check-execstack.h): Target removed.
36701         ($(objpfx)execstack-default): New target.
36702         (generated): Add that instead of check-execstack.h.
36703         ($(all-built-dso:=.phdr)): New static pattern rule.
36704         (generated): Add those targets.
36705         * elf/check-execstack.c: File removed.
36706
36707         * scripts/check-textrel.awk: New file.
36708         * elf/Makefile ($(objpfx)check-textrel): Target removed.
36709         (check-textrel-CFLAGS): Variable removed.
36710         (all-built-dso): Use := to define.o
36711         ($(all-built-dso:=.dyn)): New static pattern rule.
36712         (generated): Add those targets.
36713         ($(objpfx)check-textrel.out): Use the script on the .dyn files.
36714         * config.make.in (READELF): New substituted variable.
36715         * elf/check-textrel.c: File removed.
36716
36717 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
36718
36719         * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
36720         allow.
36721         * conform/data/ctype.h-data [C99-based standards] (isblank):
36722         Expect function.
36723         (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
36724         (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
36725         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36726         * conform/data/errno.h-data (EDOM): Use macro-int-constant.
36727         Specify type.  Require positive value.
36728         (EILSEQ): Likewise.
36729         (ERANGE): Likewise.
36730         [ISO || POSIX] (EILSEQ): Do not expect.
36731         [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
36732         Specify type.  Require positive value.
36733         [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
36734         [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
36735         [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
36736         [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
36737         [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
36738         [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
36739         [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
36740         [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
36741         [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
36742         [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
36743         [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
36744         [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
36745         [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
36746         [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
36747         [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
36748         [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
36749         [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
36750         [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
36751         [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
36752         [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
36753         [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
36754         [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
36755         [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
36756         [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
36757         [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
36758         [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
36759         [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
36760         [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
36761         [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
36762         [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
36763         [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
36764         [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
36765         [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
36766         [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
36767         [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
36768         [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
36769         [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
36770         [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
36771         [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
36772         [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
36773         [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
36774         [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
36775         [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
36776         [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
36777         [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
36778         [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
36779         [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
36780         [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
36781         [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
36782         [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
36783         [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
36784         [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
36785         [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
36786         [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
36787         [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
36788         [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
36789         [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
36790         [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
36791         [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
36792         [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
36793         [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
36794         [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
36795         [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
36796         [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
36797         [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
36798         [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
36799         [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
36800         [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
36801         [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
36802         [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
36803         [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
36804         [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
36805         [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
36806         [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
36807         [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
36808         [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
36809         * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
36810         Require >= 2.
36811         (FLT_ROUNDS): Expect as macro, not constant.
36812         (FLT_MANT_DIG): Use macro-int-constant.
36813         (DBL_MANT_DIG): Likewise.
36814         (LDBL_MANT_DIG): Likewise.
36815         (FLT_DIG): Likewise.
36816         (DBL_DIG): Likewise.
36817         (LDBL_DIG): Likewise.
36818         (FLT_MIN_EXP): Use macro-int-constant.  Require < 0.
36819         (DBL_MIN_EXP): Likewise.
36820         (LDBL_MIN_EXP): Likewise.
36821         (FLT_MAX_EXP): Use macro-int-constant.
36822         (DBL_MAX_EXP): Likewise.
36823         (LDBL_MAX_EXP): Likewise.
36824         (FLT_MAX_10_EXP): Likewise.
36825         (DBL_MAX_10_EXP): Likewise.
36826         (LDBL_MAX_10_EXP): Likewise.
36827         (FLT_MAX): Use macro-constant.
36828         (DBL_MAX): Likewise.
36829         (LDBL_MAX): Likewise.
36830         (FLT_EPSILON): Use macro-constant.  Give upper bound.
36831         (DBL_EPSILON): Likewise.
36832         (LDBL_EPSILON): Likewise.
36833         (FLT_MIN): Likewise.
36834         (DBL_MIN): Likewise.
36835         (LDBL_MIN): Likewise.
36836         [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
36837         [C99-based standards] (FLT_EVAL_METHOD): Likewise.
36838         [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
36839         [ISO11] (FLT_HAS_SUBNORM): Likewise.
36840         [ISO11] (LDBL_HAS_SUBNORM): Likewise.
36841         [ISO11] (DBL_DECIMAL_DIG): Likewise.
36842         [ISO11] (FLT_DECIMAL_DIG): Likewise.
36843         [ISO11] (LDBL_DECIMAL_DIG): Likewise.
36844         [ISO11] (DBL_TRUE_MIN): Use macro-constant.
36845         [ISO11] (FLT_TRUE_MIN): Likewise.
36846         [ISO11] (LDBL_TRUE_MIN): Likewise.
36847         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36848         * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
36849         (SCHAR_MIN): Use macro-int-constant.  Specify type.
36850         (SCHAR_MAX): Likewise.
36851         (UCHAR_MAX): Likewise.
36852         (CHAR_MIN): Likewise.
36853         (CHAR_MAX): Likewise.
36854         (MB_LEN_MAX): Use macro-int-constant.
36855         (SHRT_MIN): Use macro-int-constant.  Specify type.
36856         (SHRT_MAX): Likewise.
36857         (USHRT_MAX): Likewise.
36858         (INT_MAX): Likewise.
36859         (INT_MIN): Use macro-int-constant.  Specify type.  Make upper
36860         bound negative.
36861         (UINT_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36862         bound with "U".
36863         (LONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36864         bound with "L".
36865         (LONG_MIN): Use macro-int-constant.  Specify type.  Make upper
36866         bound negative.  Suffix upper bound with "L".
36867         (ULONG_MAX): Use macro-int-constant.  Specify type.  Suffix lower
36868         bound with "UL".
36869         [C99-based standards] (LLONG_MIN): Use macro-int-constant.
36870         Specify type.
36871         [C99-based standards] (LLONG_MAX): Likewise.
36872         [C99-based standards] (ULLONG_MAX): Likewise.
36873         * conform/data/stddef.h-data (NULL): Use macro-constant.  Require
36874         == 0.
36875         [ISO11] (max_align_t): Require type.
36876         [ISO || ISO99 || ISO11] (*_t): Do not allow.
36877
36878         * conform/conformtest.pl ($CFLAGS_namespace): Define separately
36879         from $CFLAGS, without defining away __attribute__ calls.
36880         (checknamespace): Use $CFLAGS_namespace.
36881
36882         * conform/conformtest.pl (@keywords): Only include C99 keywords
36883         for standards based on C99 or C11.
36884
36885         * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
36886         Disable tests.
36887         * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
36888         UNIX98]: Likewise.
36889
36890         * conform/conformtest.pl: Handle "macro-int-constant" and test for
36891         usability of symbols in #if.
36892
36893         * conform/conformtest.pl: If macro or constant types start
36894         "promoted:", expect the symbol to be of the following type
36895         promoted by the integer promotions.
36896
36897         * conform/conformtest.pl: Parse all "constant" and "macro" lines
36898         in one place.  Also handle "macro-constant".
36899
36900         * conform/conformtest.pl: Only accept expected macro values with
36901         "==".  Parse all "macro" lines in one place.
36902         * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
36903
36904         * conform/conformtest.pl: Handle braced types on "constant" lines
36905         instead of handling "typed-constant".
36906         * conform/data/signal.h-data: Use "constant" instead of
36907         "typed-constant".
36908
36909         * conform/conformtest.pl: Handle "optional-" at start of lines in
36910         one place rather than duplicating several cases.  Handle each
36911         format of "macro" line with initial "optional-".
36912
36913         * conform/conformtest.pl: Only accept expected constant or
36914         optional-constant values with "==".  Parse all "constant" lines in
36915         one place.  Parse all "optional-constant" lines in one place.
36916         * conform/data/cpio.h-data: Use "==" form on "constant" lines.
36917         * conform/data/fmtmsg.h-data: Likewise.
36918         * conform/data/netinet/in.h-data: Likewise.
36919         * conform/data/tar.h-data: Likewise.
36920         * conform/data/limits.h-data: Use "==" form on "constant" and
36921         "optional-constant" lines.
36922
36923         * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
36924         Use -std=c99 for XOPEN2K.
36925         (@knownproblems): Remove.
36926         (newtoken): Don't check %isknown.
36927
36928         * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
36929         Do not expect macro.
36930         [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
36931         [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
36932         [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
36933         [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
36934         [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
36935         [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
36936         [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
36937         [XPG3 || XPG4 || UNIX98] (isless): Likewise.
36938         [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
36939         [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
36940         [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
36941         [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
36942         [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
36943         [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
36944         [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
36945         [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
36946         [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
36947         [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
36948         [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
36949         [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
36950         [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
36951         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
36952         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
36953         [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
36954         [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
36955         [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
36956         [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
36957         [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
36958         [XPG3 || XPG4 || UNIX98] (log2): Likewise.
36959         [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
36960         [XPG3] (acosh): Likewise.
36961         [XPG3] (asinh): Likewise.
36962         [XPG3] (atanh): Likewise.
36963         [XPG3] (cbrt): Likewise.
36964         [XPG3] (expm1): Likewise.
36965         [XPG3] (ilogb): Likewise.
36966         [XPG3] (log1p): Likewise.
36967         [XPG3] (logb): Likewise.
36968         [XPG3] (nextafter): Likewise.
36969         [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
36970         [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
36971         [XPG3] (remainder): Likewise.
36972         [XPG3] (rint): Likewise.
36973         [XPG3 || XPG4 || UNIX98] (round): Likewise.
36974         [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
36975         [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
36976         [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
36977         [XPG3 || XPG4 || UNIX98] (lround): Likewise.
36978         [XPG3 || XPG4 || UNIX98] (llround): Likewise.
36979         [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
36980         [UNIX98 || XOPEN2K] (scalb): Expect.
36981         [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
36982         [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
36983         [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
36984         [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
36985         [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
36986         [XPG3 || XPG4 || UNIX98] (fma): Likewise.
36987         [XPG3 || XPG4 || UNIX98] (nan): Likewise.
36988         [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
36989         [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
36990         [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
36991         [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
36992         [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
36993         [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
36994         [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
36995         [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
36996         [XPG3 || XPG4 || UNIX98] (expf): Likewise.
36997         [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
36998         [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
36999         [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
37000         [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
37001         [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
37002         [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
37003         [XPG3 || XPG4 || UNIX98] (logf): Likewise.
37004         [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
37005         [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
37006         [XPG3 || XPG4 || UNIX98] (modff): Likewise.
37007         [XPG3 || XPG4 || UNIX98] (powf): Likewise.
37008         [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
37009         [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
37010         [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
37011         [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
37012         [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
37013         [XPG3 || XPG4 || UNIX98] (erff): Likewise.
37014         [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
37015         [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
37016         [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
37017         [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
37018         [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
37019         [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
37020         [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
37021         [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
37022         [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
37023         [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
37024         [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
37025         [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
37026         [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
37027         [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
37028         [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
37029         [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
37030         [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
37031         [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
37032         [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
37033         [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
37034         [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
37035         [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
37036         [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
37037         [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
37038         [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
37039         [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
37040         [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
37041         [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
37042         [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
37043         [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
37044         [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
37045         [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
37046         [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
37047         [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
37048         [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
37049         [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
37050         [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
37051         [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
37052         [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
37053         [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
37054         [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
37055         [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
37056         [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
37057         [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
37058         [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
37059         [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
37060         [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
37061         [XPG3 || XPG4 || UNIX98] (expl): Likewise.
37062         [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
37063         [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
37064         [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
37065         [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
37066         [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
37067         [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
37068         [XPG3 || XPG4 || UNIX98] (logl): Likewise.
37069         [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
37070         [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
37071         [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
37072         [XPG3 || XPG4 || UNIX98] (powl): Likewise.
37073         [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
37074         [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
37075         [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
37076         [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
37077         [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
37078         [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
37079         [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
37080         [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
37081         [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
37082         [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
37083         [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
37084         [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
37085         [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
37086         [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
37087         [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
37088         [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
37089         [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
37090         [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
37091         [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
37092         [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
37093         [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
37094         [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
37095         [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
37096         [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
37097         [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
37098         [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
37099         [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
37100         [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
37101         [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
37102         [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
37103         [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
37104         [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
37105         [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
37106         [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
37107         [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
37108         [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
37109         [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
37110         [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
37111         [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
37112         [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
37113         [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
37114         [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
37115         [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
37116         [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
37117         [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
37118
37119         * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
37120         _XOPEN_SOURCE_EXTENDED for XPG4.
37121
37122         * conform/conformtest.pl: Handle "symbol" lines for allow-header.
37123
37124         * Makeconfig (localtime): Remove variable.
37125         (inst_localtime-file): Likewise.
37126
37127 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37128
37129         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
37130         Update.
37131         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37132         Update.
37133         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
37134         Update.
37135         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
37136         Update.
37137         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
37138         Update.
37139         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
37140         Update.
37141         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37142         Update.
37143         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
37144         Update.
37145         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37146         Update.
37147
37148 2012-05-01  Joseph Myers  <joseph@codesourcery.com>
37149
37150         [BZ #2550]
37151         [BZ #2570]
37152         * math/s_nexttowardf.c (__nexttowardf): Use floating-point
37153         comparisons to determine direction to adjust input.
37154         * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
37155         * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
37156         * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
37157         Likewise.
37158         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
37159         Likewise.
37160         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
37161         Likewise.
37162         * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
37163         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
37164         Likewise.
37165         * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
37166         Likewise.
37167         * math/libm-test.inc (nexttoward_test): Add more tests.
37168
37169 2012-05-01  Andreas Schwab  <schwab@linux-m68k.org>
37170
37171         [BZ #14040]
37172         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
37173         in version GLIBC_2.1, not GLIBC_2.0.
37174         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
37175         Likewise.
37176
37177 2012-04-30  Joseph Myers  <joseph@codesourcery.com>
37178
37179         [BZ #13942]
37180         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
37181         (1 - x) * (1 + x).
37182         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37183         * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
37184         * math/libm-test.inc (acos_test): Add more tests.
37185         (asin_test): Likewise.
37186         * sysdeps/i386/fpu/libm-test-ulps: Update.
37187         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
37188
37189         [BZ #14034]
37190         * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
37191         of square root.
37192         * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
37193         * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
37194         * math/libm-test.inc (acos_test_tonearest): New function.
37195         (acos_test_towardzero): Likewise.
37196         (acos_test_downward): Likewise.
37197         (acos_test_upward): Likewise.
37198         (asin_test_tonearest): Likewise.
37199         (asin_test_towardzero): Likewise.
37200         (asin_test_downward): Likewise.
37201         (asin_test_upward): Likewise.
37202         (main): Call the new functions.
37203         * sysdeps/i386/fpu/libm-test-ulps: Update.
37204         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37205
37206         [BZ #13884]
37207         [BZ #13924]
37208         * math/e_exp10.c: Include <float.h>.
37209         (__ieee754_exp10): Handle underflow here rather than multiplying
37210         large negative argument by M_LN10.
37211         * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
37212         of __ieee754_expf.
37213         * math/e_exp10l.c: Include <float.h>.
37214         (__ieee754_exp10l): Handle underflow here rather than multiplying
37215         large negative argument by M_LN10l.
37216         * math/libm-test.inc (exp10_test): Add another test.  Do not allow
37217         spurious overflow exception on underflow.
37218
37219 2012-04-29  Marek Polacek  <polacek@redhat.com>
37220
37221         * misc/sys/cdefs.h (__attribute_artificial__): New macro.
37222         (__fortify_function): New macro.
37223         (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
37224         * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
37225         __extern_always_inline.
37226         * libio/bits/stdio2.h: Likewise.
37227         * libio/bits/stdio.h: Likewise.
37228         * string/string.h: Likewise.
37229         * string/bits/string3.h: Likewise.
37230         * include/stdio.h: Likewise.
37231         * stdlib/bits/stdlib.h: Likewise.
37232         * stdlib/stdlib.h: Likewise.
37233         * rt/bits/mqueue2.h: Likewise.
37234         * rt/mqueue.h: Likewise.
37235         * posix/bits/unistd.h: Likewise.
37236         * posix/unistd.h: Likewise.
37237         * io/bits/poll2.h: Likewise.
37238         * io/bits/fcntl2.h: Likewise.
37239         * io/fcntl.h: Likewise.
37240         * io/sys/poll.h: Likewise.
37241         * misc/bits/syslog.h: Likewise.
37242         * misc/bits/syslog-ldbl.h: Likewise.
37243         * misc/sys/syslog.h: Likewise.
37244         * socket/bits/socket2.h: Likewise.
37245         * socket/sys/socket.h: Likewise.
37246         * debug/tst-chk1.c: Likewise.
37247         * wcsmbs/bits/wchar2.h: Likewise.
37248         * wcsmbs/bits/wchar-ldbl.h: Likewise.
37249         * wcsmbs/wchar.h: Likewise.
37250
37251 2012-04-29  Andreas Jaeger  <aj@suse.de>
37252
37253         * Makerules (tests): Remove enable-check-abi protection.
37254         (check-abi-warn): Remove.
37255         (check-abi-%): Remove check-abi-warn usage.
37256
37257         * configure.in: Remove check-abi configure option.
37258         * configure: Regenerated.
37259         * config.make.in (enable-check-abi): Remove.
37260
37261 2012-04-28  Andreas Schwab  <schwab@linux-m68k.org>
37262
37263         [BZ #14033]
37264         * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
37265         double functions to double *_finite functions.
37266
37267         [BZ #13941]
37268         * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
37269         (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
37270         LDBL_MIN_EXP.
37271         * stdio-common/Makefile (tests): Add tst-sprintf3.
37272         * stdio-common/tst-sprintf3.c: New file.
37273
37274         * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
37275         ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
37276
37277 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37278
37279         * conform/conformtest.pl: Remove duplicate typed-constant
37280         handling.
37281
37282 2012-04-28  David S. Miller  <davem@davemloft.net>
37283
37284         * Makerules (%.abilist): Add vpath on sysdep_dirs.
37285         (check-abi-%): Remove AWK script prerequisite and explicit
37286         abilist directory.
37287         (check-abi): Rewrite to just diff the symlist with the abilist.
37288         (config-tls, config-abi-config): Delete, no longer used.
37289         (update-abi-%): Remove AWK script and explicit abilist directory.
37290         (update-abi): Rewrite to simply compare and conditionally copy the
37291         symlist and the sysdep abilist file.  Remove update-abi-config
37292         checks.
37293         * abilist/ld.abilist: Remove.
37294         * abilist/libBrokenLocale.abilist: Remove.
37295         * abilist/libanl.abilist: Remove.
37296         * abilist/libcrypt.abilist: Remove.
37297         * abilist/libdl.abilist: Remove.
37298         * abilist/librt.abilist: Remove.
37299         * abilist/libthread_db.abilist: Remove.
37300         * abilist/libutil.abilist: Remove.
37301         * scripts/extract-abilist.awk: Remove.
37302         * scripts/merge-abilist.awk: Remove.
37303         * sysdeps/generic/libcidn.abilist: New file.
37304         * sysdeps/generic/libnss_compat.abilist: New file.
37305         * sysdeps/generic/libnss_db.abilist: New file.
37306         * sysdeps/generic/libnss_dns.abilist: New file.
37307         * sysdeps/generic/libnss_files.abilist: New file.
37308         * sysdeps/generic/libnss_hesiod.abilist: New file.
37309         * sysdeps/generic/libnss_nis.abilist: New file.
37310         * sysdeps/generic/libnss_nisplus.abilist: New file.
37311         * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
37312         * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
37313         * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
37314         file.
37315         * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
37316         * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
37317         * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
37318         * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
37319         * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
37320         * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
37321         * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
37322         * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
37323         * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
37324         file.
37325         * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
37326         * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
37327         * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
37328         * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
37329         file.
37330         * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
37331         * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
37332         * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
37333         * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
37334         * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
37335         * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
37336         file.
37337         * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
37338         * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
37339         * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
37340         file.
37341         * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
37342         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
37343         New file.
37344         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
37345         New file.
37346         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
37347         New file.
37348         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
37349         New file.
37350         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
37351         New file.
37352         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
37353         New file.
37354         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
37355         New file.
37356         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
37357         New file.
37358         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
37359         New file.
37360         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
37361         New file.
37362         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
37363         New file.
37364         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
37365         New file.
37366         * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
37367         New file.
37368         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
37369         file.
37370         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
37371         New file.
37372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
37373         New file.
37374         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
37375         file.
37376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
37377         New file.
37378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
37379         New file.
37380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
37381         file.
37382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
37383         New file.
37384         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
37385         New file.
37386         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
37387         New file.
37388         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
37389         New file.
37390         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
37391         New file.
37392         * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
37393         New file.
37394         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
37395         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
37396         file.
37397         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
37398         New file.
37399         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
37400         file.
37401         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
37402         file.
37403         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
37404         file.
37405         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
37406         file.
37407         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
37408         file.
37409         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
37410         New file.
37411         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
37412         file.
37413         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
37414         file.
37415         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
37416         New file.
37417         * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
37418         file.
37419         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
37420         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
37421         file.
37422         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
37423         New file.
37424         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
37425         file.
37426         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
37427         file.
37428         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
37429         file.
37430         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
37431         file.
37432         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
37433         file.
37434         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
37435         New file.
37436         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
37437         file.
37438         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
37439         file.
37440         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
37441         New file.
37442         * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
37443         file.
37444         * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
37445         * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
37446         * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
37447         file.
37448         * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
37449         * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
37450         * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
37451         * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
37452         * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
37453         * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
37454         * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
37455         * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
37456         * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
37457         * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
37458         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
37459         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
37460         file.
37461         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
37462         New file.
37463         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
37464         file.
37465         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
37466         file.
37467         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
37468         file.
37469         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
37470         file.
37471         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
37472         file.
37473         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
37474         New file.
37475         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
37476         New file.
37477         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
37478         file.
37479         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
37480         New file.
37481         * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
37482         file.
37483         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
37484         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
37485         file.
37486         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
37487         New file.
37488         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
37489         file.
37490         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
37491         file.
37492         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
37493         file.
37494         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
37495         file.
37496         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
37497         file.
37498         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
37499         New file.
37500         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
37501         New file.
37502         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
37503         file.
37504         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
37505         New file.
37506         * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
37507         file.
37508
37509 2012-04-28  Joseph Myers  <joseph@codesourcery.com>
37510
37511         * conform/conformtest.pl: Fix typo in handling typed-constant from
37512         allow-header.
37513
37514 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37515
37516         * README: Cut down references to pre-2.6 Linux kernels and
37517         Linuxthreads.  Update lists of configurations in libc and ports
37518         and sort alphabetically.  Say "or newer" with Linux kernel version
37519         requirements.
37520
37521         * config.h.in [IS_IN_build]: Allow compiling without optimization.
37522
37523 2012-04-27  Ryan S. Arnold  <rsa@linux.vnet.ibm.com>
37524
37525         [BZ #887]
37526         * math/libm-test.inc (logb_test_downward): New test to expose
37527         erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
37528         rounding mode.
37529
37530 2012-04-27  Joseph Myers  <joseph@codesourcery.com>
37531
37532         [BZ #14027]
37533         * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
37534         to be done.
37535         * math/fraiseexcpt.c (__feraiseexcept): Likewise.
37536         * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
37537
37538 2012-04-26  Joseph Myers  <joseph@codesourcery.com>
37539
37540         * sysdeps/unix/i386/brk.S: Remove file.
37541         * sysdeps/unix/i386/dl-brk.S: Likewise.
37542         * sysdeps/unix/i386/pipe.S: Likewise.
37543         * sysdeps/unix/i386/sigreturn.S: Likewise.
37544         * sysdeps/unix/i386/syscall.S: Likewise.
37545         * sysdeps/unix/i386/vfork.S: Likewise.
37546         * sysdeps/unix/i386/wait.S: Likewise.
37547
37548         * sysdeps/unix/common/tcsendbrk.c: Move to ...
37549         * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
37550
37551         * configure.in (arm*-none*): Do not allow without
37552         --enable-hacker-mode.
37553         (netbsd*): Remove case setting base_os.
37554         (386bsd*): Likewise.
37555         (freebsd*): Likewise.
37556         (bsdi*): Likewise.
37557         (osf*): Likewise.
37558         (sunos*): Likewise.
37559         (ultrix*): Likewise.
37560         (newsos*): Likewise.
37561         (dynix*): Likewise.
37562         (*bsd*): Likewise.
37563         (sysv*): Likewise.
37564         (isc*): Likewise.
37565         (esix*): Likewise.
37566         (sco*): Likewise.
37567         (minix*): Likewise.
37568         (irix4*): Likewise.
37569         (irix6*): Likewise.
37570         (solaris[2-9]*): Likewise.
37571         (none): Likewise.
37572         * configure: Regenerated.
37573
37574 2012-04-26  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37575
37576         [BZ #11521]
37577         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
37578         overflow or cancellation in calculating denominator.
37579         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
37580         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
37581         down expression to avoid unexpected rounding in newer GCCs.
37582         * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
37583
37584 2012-04-26  David S. Miller  <davem@davemloft.net>
37585
37586         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
37587         long-double compat symbols.
37588         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
37589         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
37590         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
37591         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
37592         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
37593         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
37594         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
37595         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
37596         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
37597         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
37598         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
37599         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
37600         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
37601
37602 2012-04-25  David S. Miller  <davem@davemloft.net>
37603
37604         * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
37605         HWCAP_* values only after the memory barriers have been defined.
37606         (atomic_full_barrier): Define.
37607         (atomic_read_barrier): Define.
37608         (atomic_write_barrier): Define.
37609
37610 2012-04-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
37611
37612         * shlib-versions: Add libgcc_s version information.
37613         * sysdeps/generic/libgcc_s.h: Remove.
37614         * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
37615         libgcc_s.h.
37616         * sysdeps/gnu/unwind-resume.c: Likewise.
37617         * scripts/test-installation.pl: Remove libgcc_s from link_libs.
37618
37619 2012-04-25  David S. Miller  <davem@davemloft.net>
37620
37621         * sysdeps/unix/sparc/brk.S: Delete.
37622         * sysdeps/unix/sparc/dl-brk.S: Delete.
37623         * sysdeps/unix/sparc/pipe.S: Delete.
37624         * sysdeps/unix/sparc/sysdep.S: Delete.
37625         * sysdeps/unix/sparc/sysdep.h: Delete.
37626         * sysdeps/unix/sparc/vfork.S: Delete.
37627         * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
37628         (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
37629         * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
37630         (ret_ERRVAL, r0, r1, MOVE): Define.
37631         (JUMPTARGET): Remove.
37632         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
37633         sysdeps/unix/sparc/sysdep.h
37634         (ENTRY, END): Remove.
37635         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
37636
37637 2012-04-25  Joseph Myers  <joseph@codesourcery.com>
37638
37639         * Makerules (native-compile): Use $(BUILD_LDFLAGS).
37640         (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
37641         -DIS_IN_build.
37642
37643         * timezone/README: Update upstream location and email address for
37644         tzcode and tzdata.
37645         * timezone/zdump.c: Update from tzcode 2012b.
37646         * timezone/zic.c: Likewise.
37647
37648         * configure.in (libc_cv_as_needed): Remove test.
37649         * configure: Regenerated.
37650         * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
37651         conditional definition.
37652         [$(have-as-needed) != yes] (no-as-needed): Likewise.
37653         [$(have-as-needed) != yes] (libgcc_eh): Likewise.
37654         * config.make.in (have-as-needed): Remove variable.
37655
37656 2012-04-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
37657             Paul Pluzhnikov  <ppluzhnikov@google.com>
37658
37659         * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
37660         strings correctly.
37661
37662 2012-04-25  Chung-Lin Tang  <cltang@codesourcery.com>
37663
37664         * sysdeps/sh/memcpy.S: Remove include of endian.h, change
37665         preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
37666         * sysdeps/sh/strlen.S: Likewise.
37667
37668 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37669
37670         * sysdeps/unix/fork.S: Remove file.
37671         * sysdeps/unix/i386/fork.S: Likewise.
37672         * sysdeps/unix/sparc/fork.S: Likewise.
37673
37674         * sysdeps/unix/system.c: Remove file.
37675         * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
37676
37677         * sysdeps/unix/getegid.S: Remove file.
37678         * sysdeps/unix/geteuid.S: Likewise.
37679
37680 2012-04-24  Roland McGrath  <roland@hack.frob.com>
37681
37682         * scripts/check-localplt.awk: New file.
37683         * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
37684         of diff.
37685         * scripts/data/localplt-generic.data: Add a comment.
37686
37687         * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
37688         NODE when __dir_mkfile failed.
37689         * sysdeps/mach/hurd/symlinkat.c: Likewise.
37690         Reported by Ludovic Courtès <ludo@gnu.org>.
37691
37692 2012-04-24  Andreas Jaeger  <aj@suse.de>
37693
37694         * Makerules (common-clean): Also remove gen-as-const-headers
37695         files.
37696
37697 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37698
37699         * Makerules (native-compile): Do not change working directory for
37700         build.  Use $(OUTPUT_OPTION) in command.
37701         (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
37702
37703 2012-04-24  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37704
37705         [BZ #13886]
37706         * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
37707         sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
37708         * math/libm-test.inc (floor_test): Add more tests.
37709         * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
37710
37711 2012-04-24  Joseph Myers  <joseph@codesourcery.com>
37712
37713         * sysdeps/unix/getdents.c: Remove file.
37714         * sysdeps/unix/sysv/getdents.c: Likewise.
37715         * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
37716
37717         * sysdeps/unix/syscalls.list (madvise): Add syscall from
37718         sysdeps/unix/mman/syscalls.list.
37719         (mmap): Likewise.
37720         (mprotect): Likewise.
37721         (msync): Likewise.
37722         (munmap): Likewise.
37723         * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
37724         * sysdeps/unix/mman/syscalls.list: Remove.
37725         * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
37726
37727         * configure.in (libc_cv_libgcc_s_suffix): Remove test.
37728         (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
37729         * configure: Regenerated.
37730         * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
37731         $(libgcc_s_suffix).
37732         * config.make.in (libgcc_s_suffix): Remove variable.
37733
37734 2012-04-23  Joseph Myers  <joseph@codesourcery.com>
37735
37736         * sysdeps/unix/sysv/gethostname.c: Move to ...
37737         * sysdeps/posix/gethostname.c: ... here.
37738
37739         * sysdeps/unix/execve.S: Remove file.
37740
37741         * sysdeps/unix/_exit.S: Remove file.
37742
37743 2012-04-23  Andreas Jaeger  <aj@suse.de>
37744
37745         [BZ #13739]
37746         * manual/Makefile: Remove make dist support, there's no
37747         need for a stand-alone documentation tar ball.
37748         (TEXI2DVI): Define always, it's not in Makeconfig.
37749         (dist): Removed.
37750         (tar-it): Removed.
37751         (edition): Removed.
37752         (glibc-doc-$(edition).tar): Removed
37753         (%.Z): Removed.
37754         (%.gz): Removed.
37755         (%.uu): Removed.
37756         (ETAGS): Remove, it's in Makeconfig.
37757         (move-if-change): Remove, it's in Makeconfig.
37758
37759 2012-04-23  Paul Eggert  <eggert@cs.ucla.edu>
37760
37761         [BZ #13970]
37762         * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
37763         (strtod, strtof, strtold, strtol, strtoul, strtoq)
37764         (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
37765         (strtod_l, strtof_l, strtold_l): Remove __wur.
37766         It is not necessarily an error to ignore strtol's return value.
37767         One can reliably look at the stored endptr to decide whether
37768         the number had valid syntax.
37769
37770 2012-04-21  Andreas Jaeger  <aj@suse.de>
37771
37772         [BZ #13739]
37773         * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
37774
37775 2012-04-21  Joseph Myers  <joseph@codesourcery.com>
37776
37777         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
37778         * sysdeps/unix/sysv/Versions: Remove file.
37779
37780 2012-04-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
37781
37782         [BZ #13927]
37783         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
37784
37785 2012-04-21  Nick Alcock  <nick.alcock@oracle.com>
37786
37787         [BZ #7064]
37788         * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
37789         version from __vm86.
37790
37791 2012-04-20  Joseph Myers  <joseph@codesourcery.com>
37792
37793         * sysdeps/unix/common/lxstat.c: Remove file.
37794         * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
37795
37796         * sysdeps/unix/sysv/Makefile: Remove file.
37797
37798         * sysdeps/unix/sysv/direct.h: Remove file.
37799
37800         * sysdeps/unix/sysv/bits/dirent.h: Remove file.
37801         * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
37802         * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
37803         * sysdeps/unix/sysv/bits/signum.h: Likewise.
37804         * sysdeps/unix/sysv/bits/stat.h: Likewise.
37805         * sysdeps/unix/sysv/bits/utmp.h: Likewise.
37806         * sysdeps/unix/sysv/bits/utsname.h: Likewise.
37807
37808         * sysdeps/unix/sysv/setrlimit.c: Remove file.
37809
37810         * sysdeps/unix/xmknod.c: Remove file.
37811         * sysdeps/unix/syscalls.list (sys_mknod): Remove.
37812
37813         * sysdeps/unix/sysv/settimeofday.c: Remove file.
37814
37815         * sysdeps/unix/sysv/i386/time.S: Remove file.
37816
37817         * sysdeps/unix/fxstat.c: Remove file.
37818         * sysdeps/unix/xstat.c: Likewise.
37819         * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
37820
37821         * sysdeps/unix/sysv/sigaction.c: Remove file.
37822
37823         * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
37824         (sysdep_headers): Remove variable.
37825         [termio.h not in sysdep_headers] (generated): Likewise.
37826         [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
37827         * sysdeps/unix/sysv/sysv_termio.h: Remove file.
37828         * sysdeps/unix/sysv/tcdrain.c: Likewise.
37829         * sysdeps/unix/sysv/tcflow.c: Likewise.
37830         * sysdeps/unix/sysv/tcflush.c: Likewise.
37831         * sysdeps/unix/sysv/tcgetattr.c: Likewise.
37832         * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
37833         * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
37834         * sysdeps/unix/sysv/tcsetattr.c: Likewise.
37835         * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
37836
37837         * sysdeps/unix/siglist.c: Remove file.
37838
37839         * sysdeps/unix/getppid.S: Remove file.
37840
37841         * sysdeps/unix/mkdir.c: Remove file.
37842         * sysdeps/unix/rmdir.c: Likewise.
37843
37844 2012-04-19  Andreas Schwab  <schwab@linux-m68k.org>
37845
37846         * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
37847         ERR_MAX value.
37848         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
37849         errlist-compat value.
37850
37851 2012-04-18  David S. Miller  <davem@davemloft.net>
37852
37853         * sysdeps/generic/memcopy.h (reg_char): Delete.
37854         * debug/strcat_chk.c: Use char, not reg_char.
37855         * debug/strcpy_chk.c: Likewise.
37856         * debug/strncat_chk.c: Likewise.
37857         * debug/strncpy_chk.c: Likewise.
37858         * string/memchr.c: Likewise.
37859         * string/memrchr.c: Likewise.
37860         * string/rawmemchr.c: Likewise.
37861         * string/strcat.c: Likewise.
37862         * string/strchr.c: Likewise.
37863         * string/strchrnul.c: Likewise.
37864         * string/strcmp.c: Likewise.
37865         * string/strcpy.c: Likewise.
37866         * string/strncat.c: Likewise.
37867         * string/strncmp.c: Likewise.
37868         * string/strncpy.c: Likewise.
37869
37870 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37871
37872         * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
37873         __builtin_memcopy is called when src and dest ranges are known to not
37874         overlap.
37875
37876 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37877
37878         * sysdeps/powerpc/powerpc64/power6/wordcopy.c
37879         (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
37880         fwd_align_merge macro call.
37881         (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
37882         bwd_align_merge macro call.
37883         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37884
37885 2012-04-18  Will Schmidt  <will_schmidt@vnet.ibm.com>
37886
37887         * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
37888         bwd_align_merge macros.
37889         (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
37890         (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
37891         * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
37892
37893 2012-04-18  David S. Miller  <davem@davemloft.net>
37894
37895         * sysdeps/sparc/sparc64/memcopy.h: Delete.
37896
37897 2012-04-18  Andreas Jaeger  <aj@suse.de>
37898
37899         [BZ# 6794]
37900         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
37901         * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
37902         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37903
37904         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
37905         * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
37906         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37907
37908         * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
37909         * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
37910         Adjust for changed ldbl-128 files.
37911
37912         * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
37913         * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
37914         Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
37915
37916 2012-04-17  David S. Miller  <davem@davemloft.net>
37917
37918         * sysdeps/sparc/sparc32/memcopy.h: Delete.
37919
37920 2012-04-17  Andreas Schwab  <schwab@linux-m68k.org>
37921
37922         * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
37923         * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
37924         * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
37925         * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
37926         * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
37927         * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
37928
37929 2012-04-17  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
37930
37931         [BZ #6794]
37932         * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
37933         * math/libm-test.inc: Add ilogb errno and exception tests.
37934         * math/w_ilogb.c: New file: ilogb wrapper.
37935         * math/w_ilogbf.c: New file: ilogbf wrapper.
37936         * math/w_ilogbl.c: New file: ilogbl wrapper.
37937         * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
37938         * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
37939         * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
37940         exception being thrown with 0.0 as argument.
37941         * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
37942         * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
37943         exception being thrown with 0.0 as argument.
37944         * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
37945         * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37946         exception being thrown with 0.0 as argument.
37947         * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
37948         * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
37949         exception being thrown with 0.0 as argument.
37950         * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
37951         * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
37952         * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
37953         * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
37954         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
37955         * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
37956         * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
37957         * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
37958         * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
37959
37960 2012-04-17  Petr Baudis  <pasky@ucw.cz>
37961
37962         * include/sys/uio.h: Change __vector to __iovec to avoid clash
37963         with altivec.
37964
37965 2012-04-16  Marek Polacek  <polacek@redhat.com>
37966
37967         * elf/pldd-xx.c: Rename static_assert to pldd_assert.
37968
37969 2012-04-16  Marek Polacek  <polacek@redhat.com>
37970
37971         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
37972         operands of fdivp instruction.
37973
37974 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37975
37976         * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
37977         * elf/tst-auditmod3b.c: Likewise.
37978         * elf/tst-auditmod4b.c: Likewise.
37979         * elf/tst-auditmod5b.c: Likewise.
37980         * elf/tst-auditmod6b.c: Likewise.
37981         * elf/tst-auditmod6c.c: Likewise.
37982         * elf/tst-auditmod7b.c: Likewise.
37983         * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
37984         * sysdeps/x86_64/preconfigure.in: Likewise.
37985         * sysdeps/x86_64/preconfigure: Regenerated.
37986
37987 2012-04-13  H.J. Lu  <hongjiu.lu@intel.com>
37988
37989         * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
37990         __ILP32__.
37991
37992 2012-04-13  Antoine Balestrat <merkil33@gmail.com>
37993
37994         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37995         (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
37996
37997 2012-04-13  Chris Leonard  <cjlhomeaddress@gmail.com>
37998
37999         [BZ #13973]
38000         * locale/iso-639.def: Fix gl language name. Spotted by
38001         Yaron Shahrabani.
38002
38003 2012-04-12  Roland McGrath  <roland@hack.frob.com>
38004
38005         [BZ #2074]
38006         * libio/libio.h (__io_write_fn): Update comment.
38007
38008 2012-04-12  Petr Baudis  <pasky@ucw.cz>
38009
38010         [BZ #2074]
38011         * stdio.texi (Hook Functions): The user provided writer function
38012         is not allowed to return -1.
38013
38014 2012-04-11  David S. Miller  <davem@davemloft.net>
38015
38016         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38017
38018 2012-04-11  Mike Frysinger  <vapier@gentoo.org>
38019
38020         * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
38021         Add a leading slash to rtkaio.
38022
38023 2012-04-11  Jim Meyering  <meyering@redhat.com>
38024
38025         [BZ #11959]
38026         * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
38027         It is not necessarily an error to ignore fwrite's return
38028         value.  One can reliably use ferror to test for errors after
38029         the fact.
38030
38031 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38032
38033         * bits/types.h (__snseconds_t): New type.
38034         * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
38035
38036         * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
38037         * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38038         (__SNSECONDS_T_TYPE): Likewise.
38039         * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38040         (__SNSECONDS_T_TYPE): Likewise.
38041         * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38042         (__SNSECONDS_T_TYPE): Likewise.
38043
38044 2012-04-10  Andreas Jaeger  <aj@suse.de>
38045
38046         [BZ #2636]
38047         * manual/time.texi (Processor Time): Return type of times is
38048         elapsed real time since an arbitrary point in the past.
38049         (CPU Time): Move CLK_TCK from here...
38050         (Processor Time): ...to here.  Correct description.
38051         * manual/conf.texi (Constants for Sysconf): Correct description of
38052         _SC_CLK_TCK.
38053
38054 2012-04-10  David S. Miller  <davem@davemloft.net>
38055
38056         [BZ #13967]
38057         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
38058         where the is a gap between DT_REL(A) and DT_JMPREL.
38059
38060 2012-04-10  H.J. Lu  <hongjiu.lu@intel.com>
38061
38062         * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
38063         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38064         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38065
38066 2012-04-10  Siddhesh Poyarekar  <siddhesh@redhat.com>
38067
38068         * elf/dl-support.c (_dl_inhibit_cache): New variable.
38069         * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
38070         (dl_main): Handle --inhibit-cache.
38071         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
38072         _dl_inhibit_cache.
38073         * elf/dl-load.c (_dl_map_object): Use it.
38074         * elf/Makefile: Define SYSCONFDIR when building rtld.c.
38075
38076 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38077
38078         [BZ #13872]
38079         * sysdeps/i386/fpu/e_powl.S (p78): New object.
38080         (__ieee754_powl): Saturate large exponents rather than testing for
38081         overflow of y*log2(x).
38082         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
38083         * math/libm-test.inc (pow_test): Do not permit spurious overflow
38084         exceptions.
38085
38086         [BZ #11521]
38087         * math/s_ctan.c: Include <float.h>.
38088         (__ctan): Avoid internal overflow or cancellation in calculating
38089         denominator.
38090         * math/s_ctanf.c: Likewise.
38091         * math/s_ctanl.c: Likewise.
38092         * math/s_ctanh.c: Likewise.
38093         * math/s_ctanhf.c: Likewise.
38094         * math/s_ctanhl.c: Likewise.
38095         * math/libm-test.inc (ctan_test): Add more tests.
38096         (ctanh_test): Likewise.
38097         * sysdeps/i386/fpu/libm-test-ulps: Update.
38098         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38099
38100 2012-04-09  Andreas Jaeger  <aj@suse.de>
38101
38102         [BZ #6894]
38103         * manual/filesys.texi (Directory Entries): Mention that d_namlen
38104         is an optional BSD extension.
38105
38106         [BZ #10254]
38107         * manual/stdio.texi (Opening Streams): Document additional fopen
38108         parameters.
38109
38110 2012-04-09  Roland McGrath  <roland@hack.frob.com>
38111
38112         * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
38113         %eax without telling the compiler.
38114
38115 2012-04-09  Carlos O'Donell  <carlos_odonell@mentor.com>
38116
38117         [BZ # 13963]
38118         * manual/install.texi: Use sourceware.org.
38119
38120 2012-04-09  Joseph Myers  <joseph@codesourcery.com>
38121
38122         [BZ #13873]
38123         * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
38124         (__ieee754_pow): Generate overflow and underflow using huge*huge
38125         and tiny*tiny rather than just returning constant infinity or zero
38126         for large exponents.
38127         * math/libm-test.inc (pow_test): Require overflow exceptions for
38128         applicable cases of large exponents.
38129
38130         [BZ #706]
38131         * sysdeps/i386/fpu/e_pow.S (p10): New object.
38132         (__ieee754_pow): Use iterative multiplication algorithm only for
38133         integer exponents with absolute value below 1024.  Check for odd
38134         integer exponents when using algorithm for real exponents.
38135         * math/libm-test.inc (pow_test): Add more tests.
38136         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38137
38138 2012-04-08  Joseph Myers  <joseph@codesourcery.com>
38139
38140         [BZ #13705]
38141         * math/libm-test.inc (exp_test): Do not allow overflow exception
38142         on underflow test.
38143
38144 2012-04-08  Aurelien Jarno  <aurelien@aurel32.net>
38145
38146         [BZ #13705]
38147         * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
38148         instead of __kernel_standard_f.
38149
38150 2012-04-08  Mike Frysinger  <vapier@gentoo.org>
38151
38152         * sysdeps/i386/i686/memset_chk.S: Update copyright year.
38153         * sysdeps/x86_64/memset_chk.S: Likewise.
38154
38155 2012-04-08  Andreas Jaeger  <aj@suse.de>
38156
38157         [BZ #10153]
38158         * manual/startup.texi (Environment Access): Describe return value
38159         for putenv and setenv.
38160
38161         [BZ #6895]
38162         * manual/filesys.texi (Directory Entries): Add description for
38163         DT_LNK.
38164
38165         [BZ #6890]
38166         * manual/filesys.texi (Directory Entries): Clarify that it's file
38167         system not operating system in the description of DT_UNKNOWN.
38168
38169         [BZ #6578]
38170         * manual/syslog.texi (closelog): Fix reference, it's openlog.
38171
38172 2012-04-08  Stephen Compall  <s11@member.fsf.org>
38173
38174         [BZ #6649]
38175         * manual/llio.texi (Opening and Closing Files): Add cross
38176         reference to explain mode argument.
38177
38178 2012-04-07  Mike Frysinger  <vapier@gentoo.org>
38179
38180         * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
38181         * sysdeps/x86_64/memset_chk.S: Likewise.
38182
38183 2012-04-07  David S. Miller  <davem@davemloft.net>
38184
38185         * elf/elf.h (R_SPARC_WDISP10): Define.
38186         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
38187         R_SPARC_SIZE32.
38188         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
38189         R_SPARC_SIZE64 and R_SPARC_H34.
38190
38191 2012-04-07  Carlos O'Donell  <carlos_odonell@mentor.com>
38192
38193         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
38194         conditions and remove no longer applicable assertion.
38195
38196 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38197
38198         * bits/byteswap.h: Include <features.h>.
38199         (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
38200         (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
38201
38202 2012-04-06  H.J. Lu  <hongjiu.lu@intel.com>
38203
38204         * bits/byteswap.h (__bswap_16): Removed.
38205         Include <bits/byteswap-16.h> to get __bswap_16.
38206         * sysdeps/i386/bits/byteswap.h: Likewise.
38207         * sysdeps/s390/bits/byteswap.h: Likewise.
38208         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38209         * bits/byteswap-16.h: New file.
38210         * sysdeps/i386/bits/byteswap-16.h: Likewise.
38211         * sysdeps/s390/bits/byteswap-16.h: Likewise.
38212         * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
38213         * string/Makefile (headers): Add bits/byteswap-16.h.
38214
38215 2012-04-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
38216
38217         [BZ #13895]
38218         * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
38219         extra indirection.
38220         * nss/Makefile (tests-static, tests): Add tst-nss-static.
38221         * nss/tst-nss-static.c: New.
38222
38223 2012-04-06  Robert Millan  <rmh@gnu.org>
38224
38225         [BZ #6486]
38226         * manual/llio.texi (File Position Primitive): lseek
38227         refers to WHENCE when it really means OFFSET.
38228
38229 2012-04-06  Andreas Jaeger  <aj@suse.de>
38230
38231         * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
38232         strncmp declarations.
38233
38234         * abilist/libc.abilist: Add __poll and __ppoll.
38235
38236 2012-04-05  David S. Miller  <davem@davemloft.net>
38237
38238         * scripts/check-local-headers.sh: Accept a host triplet in the
38239         path matched by the exclude regexp.
38240
38241         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
38242         definition.
38243         * sysdeps/powerpc/powerpc32/dl-machine.h
38244         (ELF_MACHINE_PLTREL_OVERLAP): Delete.
38245         * sysdeps/s390/s390-32/dl-machine.h
38246         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38247         * sysdeps/sparc/sparc32/dl-machine.h
38248         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38249         * sysdeps/sparc/sparc64/dl-machine.h
38250         (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
38251
38252         * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
38253         lazy binding.
38254         * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
38255         undefined symbol errors.
38256
38257         * elf/rtld.c (dl_main): Skip VDSO when checking for unused
38258         DT_NEEDED entries.
38259
38260 2012-04-05  Michael Matz  <matz@suse.de>
38261
38262         [BZ #13592]
38263         * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
38264
38265 2012-04-05  Andreas Jaeger  <aj@suse.de>
38266
38267         [BZ #13908]
38268         * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
38269         comment.
38270
38271 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38272
38273         * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
38274         which ROUND is no valid rounding mode.
38275
38276 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38277
38278         * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
38279         read again.
38280         * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
38281
38282 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38283
38284         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
38285         an exception using FPU order intentionally.
38286
38287 2012-04-05  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
38288
38289         * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
38290         * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
38291         * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
38292         * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
38293
38294 2012-04-05  Simon Josefsson  <simon@josefsson.org>
38295
38296         [BZ #12340]
38297         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
38298         EINVAL when BUFLEN is too smal.
38299
38300 2012-04-05  Thomas Schwinge  <thomas@codesourcery.com>
38301
38302         [BZ #13553]
38303         * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
38304         * sysdeps/mach/powerpc/machine-lock.h: Likewise.
38305
38306 2012-04-03  Andreas Jaeger  <aj@suse.de>
38307
38308         [BZ #13938]
38309         * manual/setjmp.texi (System V contexts): Fix sentence.
38310
38311         [BZ #13926]
38312         * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
38313         New macro for this case.
38314         [!__GNUC__] (__bswap_64): New inline function for this case.
38315         * sysdeps/x86_64/bits/byteswap.h: Likewise.
38316         * bits/byteswap.h: Likewise.
38317         * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
38318         ull, guard with __GLIBC_HAVE_LONG_LONG.
38319
38320         * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
38321         __GLIBC_HAVE_LONG_LONG.
38322
38323         * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
38324         Include <features.h> for __GLIBC_HAVE_LONG_LONG.
38325
38326 2012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38327
38328         [BZ #13691]
38329         * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
38330         inptr and inend, rather than using last_ch.
38331
38332 2012-04-02  David S. Miller  <davem@davemloft.net>
38333
38334         With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
38335         * stdio-common/printf-parse.h (read_int): Change return type to
38336         'int', return -1 on INT_MAX overflow.
38337         * stdio-common/vfprintf.c (vfprintf): Validate width and precision
38338         against overflow of INT_MAX.  Set errno to EOVERFLOW when 'done'
38339         overflows INT_MAX.  Check for overflow of in-format-string precision
38340         values properly.  Use EOVERFLOW rather than ERANGE throughout.  Use
38341         SIZE_MAX not INT_MAX for integer overflow test.
38342         * stdio-common/printf-parsemb.c: If read_int signals an overflow,
38343         skip the construct in the format string but do not record anything.
38344         * stdio-common/bug22.c: Adjust to test both width/prevision
38345         INT_MAX overflow as well as total length INT_MAX overflow.  Check
38346         explicitly for proper errno values.
38347
38348 2012-04-02  Thomas Schwinge  <thomas@codesourcery.com>
38349
38350         * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
38351         CHAR_MAX.
38352         * string/test-strcmp.c [! WIDE]: Likewise.
38353         * time/tst-mktime2.c: Likewise for INT_MAX.
38354         * string/test-string.h: #include <sys/param.h> for MIN.
38355
38356         * csu/init-first.c (__libc_init_first): Call __ctype_init.
38357         * sysdeps/i386/init-first.c (init): Likewise.
38358         * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
38359         * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
38360         * sysdeps/sh/init-first.c (init): Likewise.
38361
38362 2012-04-01  Ulrich Drepper  <drepper@gmail.com>
38363
38364         * po/ru.po: Update from translation team.
38365         * po/vi.po: Likewise.
38366
38367 2012-03-31  Siddhesh Poyarekar  <siddhesh@redhat.com>
38368
38369         * resolv/nss_dns/dns-host.c: Merge copyright years.
38370
38371 2012-03-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
38372
38373         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
38374         Optimize memcpy with prefetch if
38375         DATA_CACHE_SIZE_HALF <= len <  SHARED_CACHE_SIZE_HALF and
38376         src, dst pointers have unequal 16 byte alignments.
38377
38378 2012-03-30  Siddhesh Poyarekar  <siddhesh@redhat.com>
38379
38380         [BZ #13928]
38381         * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
38382         from a CNAME entry and return the minimum ttl for the query.
38383         (gaih_getanswer_slice): Likewise.
38384
38385 2012-03-30  Jeff Law  <law@redhat.com>
38386
38387         * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
38388         due to long keys.
38389         * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
38390         * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
38391
38392         * resolv/nss_dns/dns-host.c: Update copyright year.
38393
38394 2012-03-30  Ulrich Drepper  <drepper@gmail.com>
38395
38396         * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
38397         requests to save a system call.  Fix check that all bytes are sent.
38398
38399         * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
38400         comments for sendmmsg.
38401
38402 2012-03-30  Tulio Magno Quites Machado Filho  <tuliom@linux.vnet.ibm.com>
38403
38404         [BZ #13691]
38405         * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
38406         with only 1 character between 0x0041 and 0x01b0.
38407         * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
38408         * wcsmbs/tst-mbsnrtowcs.c: New file.
38409
38410 2012-03-29  David S. Miller  <davem@davemloft.net>
38411
38412         * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
38413         small copies by hand.
38414
38415 2012-03-28  Siddhesh Poyarekar  <siddhesh@redhat.com>
38416
38417         [BZ #13761]
38418         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
38419         (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
38420         group memberships.
38421
38422 2012-03-28  David S. Miller  <davem@davemloft.net>
38423
38424         * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
38425         that branches into memcpy.
38426         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
38427         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
38428         * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
38429         * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
38430         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
38431         bits.
38432         * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
38433         implementation too.
38434         * sysdeps/sparc/mempcpy.S: New file.
38435
38436         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
38437         the IFUNC routine in the libc case.
38438         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
38439
38440         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
38441         * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
38442         * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
38443         * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
38444         * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
38445         * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
38446         * sysdeps/sparc/sparc64/rtld-memset.c: New file.
38447         * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
38448
38449         * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
38450         loop to 256 bytes instead of 64 bytes and fix test signedness.
38451
38452         * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
38453         * sysdeps/sparc/sparc32/Makefile: rather than here...
38454         * sysdeps/sparc/sparc64/Makefile: and here.
38455
38456 2012-03-28  Ulrich Drepper  <drepper@gmail.com>
38457
38458         * malloc/mallocbug.c: Avoid warnings about unused variables.
38459
38460 2012-02-22  Siddhesh Poyarekar  <siddhesh@redhat.com>
38461
38462         [BZ #13760]
38463         * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
38464         in the right place. Discard and retry query if response is
38465         larger than input buffer size.
38466
38467 2012-03-28  Joseph Myers  <joseph@codesourcery.com>
38468
38469         [BZ #369]
38470         [BZ #2678]
38471         [BZ #3866]
38472         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
38473         x for large integer exponent.
38474         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
38475         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.  Adjust
38476         sign of result as needed afterwards.
38477         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
38478         * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
38479         result for underflowing pow the same as for overflow.
38480         (__kernel_standard_l): Handle powl overflow and underflow here
38481         rather than calling __kernel_standard.
38482         * math/libm-test.inc (pow_test): Add more tests.
38483
38484         [BZ #3868]
38485         [BZ #13879]
38486         [BZ #13910]
38487         [BZ #13911]
38488         [BZ #13912]
38489         [BZ #13913]
38490         [BZ #13915]
38491         [BZ #13916]
38492         [BZ #13917]
38493         [BZ #13918]
38494         [BZ #13919]
38495         [BZ #13920]
38496         [BZ #13921]
38497         * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
38498         * sysdeps/ieee754/k_standard.c: Include <float.h>.
38499         (__kernel_standard_l): New function.
38500         * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
38501         __kernel_standard.
38502         * math/w_acosl.c (__acosl): Likewise.
38503         * math/w_asinl.c (__asinl): Likewise.
38504         * math/w_atan2l.c (__atan2l): Likewise.
38505         * math/w_atanhl.c (__atanhl): Likewise.
38506         * math/w_coshl.c (__coshl): Likewise.
38507         * math/w_exp10l.c (__exp10l): Likewise.
38508         * math/w_exp2l.c (__exp2l): Likewise.
38509         * math/w_fmodl.c (__fmodl): Likewise.
38510         * math/w_hypotl.c (__hypotl): Likewise.
38511         * math/w_j0l.c (__j0l, __y0l): Likewise.
38512         * math/w_j1l.c (__j1l, __y1l): Likewise.
38513         * math/w_jnl.c (__jnl, __ynl): Likewise.
38514         * math/w_lgammal.c (__lgammal): Likewise.
38515         * math/w_log10l.c (__log10l): Likewise.
38516         * math/w_log2l.c (__log2l): Likewise.
38517         * math/w_logl.c (__logl): Likewise.
38518         * math/w_powl.c (__powl): Likewise.
38519         * math/w_remainderl.c (__remainderl): Likewise.
38520         * math/w_scalbl.c (sysv_scalbl): Likewise.
38521         * math/w_sinhl.c (__sinhl): Likewise.
38522         * math/w_sqrtl.c (__sqrtl): Likewise.
38523         * math/w_tgammal.c (__tgammal): Likewise.
38524         * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
38525         * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
38526         * math/libm-test.inc (acos_test): Add more tests.
38527         (acosh_test): Likewise.
38528         (asin_test): Likewise.
38529         (atanh_test): Likewise.
38530         (exp_test): Likewise.
38531         (exp10_test): Likewise.
38532         (exp2_test): Likewise.
38533         (expm1_test): Likewise.
38534         (lgamma_test): Likewise.
38535         (log_test): Likewise.
38536         (log10_test): Likewise.
38537         (log1p_test): Likewise.
38538         (log2_test): Likewise.
38539         (pow_test): Do not allow some spurious overflow exceptions.
38540         (sqrt_test): Add more tests.
38541         (tgamma_test): Likewise.
38542         (y0_test): Likewise.
38543         (y1_test): Likewise.
38544         (yn_test): Likewise.
38545
38546 2012-03-27  Anton Blanchard  <anton@samba.org>
38547
38548         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
38549         MAP_HUGETLB.
38550         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
38551         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
38552         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
38553
38554 2012-03-27  David S. Miller  <davem@davemloft.net>
38555
38556         * conform/Makefile: Run run-conformtest.sh using $(BASH).
38557
38558         * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
38559         have-as-vis3 check.
38560
38561 2012-03-27  Andreas Jaeger  <aj@suse.de>
38562
38563         * sysdeps/x86_64/elf/configure.in: Moved to ...
38564         * sysdeps/x86_64/configure.in: ... here.
38565         * sysdeps/x86_64/elf/start.S: Moved to ...
38566         * sysdeps/x86_64/start.S: ... here.
38567         * sysdeps/x86_64/elf/configure: Delete.
38568
38569         * sysdeps/x86_64/configure.in: Merge contents from
38570         sysdeps/i386/configure.in (without i686 check).
38571
38572         * sysdeps/i386/elf/Versions: Merge into ...
38573         * sysdeps/i386/Versions: ... this.
38574         * sysdeps/i386/elf/Versions: Delete file.
38575         * sysdeps/i386/elf/start.S: Moved to ...
38576         * sysdeps/i386/start.S: ...here.
38577         * sysdeps/i386/elf/configure.in: Merge into...
38578         * sysdeps/i386/configure.in: ...here.
38579         * sysdeps/i386/elf/configure.in: Delete file.
38580         * sysdeps/i386/elf/configure: Delete file.
38581
38582         * sysdeps/generic/elf/backtracesyms.c: Moved to ...
38583         * debug/backtracesyms.c: ... here.
38584         * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
38585         * debug/backtracesymsfd.c: ... here.
38586         * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
38587         * sysdeps/generic/ifunc-sel.h: ... here.
38588
38589         * sysdeps/unix/i386/start.c: Delete file.
38590         * sysdeps/unix/sparc/start.c: Delete file.
38591         * sysdeps/unix/start.c: Delete file.
38592
38593         * sysdeps/sh/elf/configure.in: Moved to ...
38594         * sysdeps/sh/configure.in: ... here.
38595         * sysdeps/sh/elf/start.S: Moved to ...
38596         * sysdeps/sh/start.S: ... here.
38597         * sysdeps/sh/elf/configure: Delete file.
38598
38599         * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
38600         * sysdeps/powerpc/powerpc64/bzero.S: ... here.
38601         * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
38602         * sysdeps/powerpc/powerpc64/entry.h: ... here.
38603         * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
38604         * sysdeps/powerpc/powerpc64/start.S: here.
38605         * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
38606         * sysdeps/powerpc/powerpc64/Makefile: ... this.
38607         * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
38608         * sysdeps/powerpc/powerpc64/configure.in: ... this.
38609         * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
38610
38611         * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
38612         * sysdeps/powerpc/powerpc32/bzero.S: ... here.
38613         * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
38614         * sysdeps/powerpc/powerpc32/start.S: ... here.
38615         * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
38616         * sysdeps/powerpc/powerpc32/configure.in: ... this.
38617         * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
38618
38619         * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
38620         * sysdeps/powerpc/ifunc-sel.h: ... here.
38621         * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
38622         * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
38623
38624         * sysdeps/sparc/elf/configure.in: Moved to ...
38625         * sysdeps/sparc/configure.in: ... here.
38626         * sysdeps/sparc/elf/configure: Delete file.
38627         * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
38628         * sysdeps/sparc/sparc32/start.S: ... here.
38629         * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
38630         * sysdeps/sparc/sparc64/start.S: ... here.
38631         * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
38632         * sysdeps/sparc/sparc32/Makefile: ... this.
38633         * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
38634         * sysdeps/sparc/sparc64/Makefile: ... this.
38635
38636         * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
38637         * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
38638         * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
38639         * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
38640         * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
38641         * sysdeps/s390/s390-32/setjmp.S: ... here.
38642         * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
38643         * sysdeps/s390/s390-32/configure.in: ... here.
38644         * sysdeps/s390/s390-32/elf/configure: Delete file.
38645         * sysdeps/s390/s390-32/elf/start.S: Moved to ...
38646         * sysdeps/s390/s390-32/start.S: ... here.
38647
38648         * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
38649         * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
38650         * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
38651         * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
38652         * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
38653         * sysdeps/s390/s390-64/setjmp.S: ... here.
38654         * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
38655         * sysdeps/s390/s390-64/configure.in: ... here
38656         * sysdeps/s390/s390-64/elf/configure: Delete file.
38657         * sysdeps/s390/s390-64/elf/start.S: Moved to ...
38658         * sysdeps/s390/s390-64/start.S: ... here.
38659         * sysdeps/s390/s390-64/elf/configure: Delete.
38660
38661         * configure.in: Remove support for elf directories in sysdeps.
38662
38663         * configure: Regenerated.
38664         * sysdeps/i386/configure: Regenerated.
38665         * sysdeps/powerpc/powerpc32/configure: Regenerated.
38666         * sysdeps/powerpc/powerpc64/configure: Regenerated.
38667         * sysdeps/s390/s390-32/configure: Regenerated.
38668         * sysdeps/s390/s390-64/configure: Regenerated.
38669         * sysdeps/sh/configure: Regenerated.
38670         * sysdeps/sparc/configure: Regenerated.
38671         * sysdeps/x86_64/configure: Regenerated.
38672
38673 2012-03-26  Andreas Schwab  <schwab@linux-m68k.org>
38674
38675         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38676
38677         * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
38678         denormal result into account.
38679
38680 2012-03-25  Roland McGrath  <roland@hack.frob.com>
38681
38682         * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
38683         Reported by Allan McRae <allan@archlinux.org>.
38684
38685 2012-03-23  Jeff Law  <law@redhat.com>
38686
38687         * nss/getnssent.c (__nss_getent): Fix typo.
38688
38689 2012-03-23  David S. Miller  <davem@davemloft.net>
38690
38691         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38692
38693 2012-03-23  H.J. Lu  <hongjiu.lu@intel.com>
38694
38695         * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
38696         to pad to uint64_t for each field.
38697         (dl_tls_index): Replace unsigned long with uint64_t.
38698
38699 2012-03-23  Daniel Jacobowitz  <dmj@google.com>
38700         Paul Pluzhnikov  <ppluzhnikov@google.com>
38701
38702         [BZ #6528]
38703         * grp/Makefile (otherlibs): Don't set it.
38704         * inet/Makefile (otherlibs): Likewise.
38705         * login/Makefile (otherlibs): Likewise.
38706         * nscd/Makefile (otherlibs): Likewise.
38707         * posix/Makefile (otherlibs): Likewise.
38708         * pwd/Makefile (otherlibs): Likewise.
38709         * rt/Makefile (otherlibs): Likewise.
38710         * sunrpc/Makefile (otherlibs): Likewise.
38711         * nss/Makefile (otherlibs): Likewise.
38712         Add libnss_files to routines and static-only-routines.
38713         ($(objpfx)getent): Remove rule.
38714         * resolv/Makefile: Add libnss_dns and libresolv to routines and
38715         static-only-routines.
38716
38717 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38718
38719         [BZ #13892]
38720         * math/s_cexp.c: Include <float.h>.
38721         (__cexp): Handle exp result overflowing not necessarily
38722         overflowing both real and imaginary parts of result.
38723         * math/s_cexpf.c: Likewise.
38724         * math/s_cexpl.c: Likewise.
38725         * math/libm-test.inc (cexp_test): Add more tests.
38726         * sysdeps/i386/fpu/libm-test-ulps: Update.
38727         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38728
38729 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38730
38731         * include/link.h (ELFW): New macro.
38732         * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
38733         Replace ELF64_R_TYPE with ELFW(R_TYPE).
38734
38735 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38736
38737         * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
38738         with uint64_t.
38739
38740 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38741
38742         * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
38743         declaration.
38744         (struct La_x32_retval): Likewise.
38745
38746 2012-03-22  H.J. Lu  <hongjiu.lu@intel.com>
38747
38748         * sysdeps/x86_64/preconfigure.in: New file.
38749         * sysdeps/x86_64/preconfigure: New generated file.
38750
38751 2012-03-22  Joseph Myers  <joseph@codesourcery.com>
38752
38753         [BZ #13824]
38754         * math/e_exp2l.c: Include <float.h>.
38755         (__ieee754_exp2l): Handle overflow and underflow cases
38756         separately.  Only pass fractional part of argument to
38757         __ieee754_expl.
38758         * math/libm-test.inc (exp2_test): Add more tests.
38759
38760         * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
38761         negating x to take absolute value.
38762         * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
38763         Likewise.
38764         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
38765         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
38766         Likewise.
38767         * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
38768         computing low part if x was negated.
38769         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
38770
38771 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38772
38773         * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
38774         la_x32_gnu_pltexit.
38775         (pltexit): Cast int_retval to ptrdiff_t.
38776         * elf/tst-auditmod3b.c: Likewise.
38777         * elf/tst-auditmod4b.c: Likewise.
38778         * elf/tst-auditmod5b.c: Likewise.
38779         * elf/tst-auditmod6b.c: Likewise.
38780         * elf/tst-auditmod6c.c: Likewise.
38781         * elf/tst-auditmod7b.c: Likewise.
38782
38783         * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
38784         and x32_gnu_pltexit.
38785
38786         * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
38787         __ELF_NATIVE_CLASS.
38788         (La_x32_regs): New macro.
38789         (La_x32_retval): Likewise.
38790         (la_x32_gnu_pltenter): New function prototype.
38791         (la_x32_gnu_pltexit): Likewise.
38792
38793 2012-03-21  Andreas Schwab  <schwab@linux-m68k.org>
38794
38795         * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
38796         exponent.
38797
38798         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
38799
38800         * configure.in (libc_cv_cc_nofma): Check for option to disable
38801         generation of FMA instructions.
38802         * configure: Regenerate.
38803         * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
38804         * sysdeps/ieee754/dbl-64/Makefile: New file.
38805         * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
38806         Remove brandred-fma4.
38807         (CFLAGS-brandred-fma4.c): Remove.
38808         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
38809         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
38810         define.
38811         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
38812         define.
38813
38814 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38815
38816         * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
38817         LLONG_MAX != LONG_MAX.
38818         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38819         (_fitoa_word): Likewise.
38820         * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
38821         LLONG_MAX != LONG_MAX.
38822         * stdio-common/_itowa.h: Include <_itoa.h>.
38823         (_itowa_word): Use _ITOA_WORD_TYPE on value.
38824         (_itowa): New macro.  Defined only if _ITOA_NEEDED is false.
38825         * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro.  Defined
38826         only if not defined.
38827         (_ITOA_WORD_TYPE): Likewise.
38828         (_itoa_word): Use _ITOA_WORD_TYPE on value.
38829         Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
38830
38831 2012-03-21  David S. Miller  <davem@davemloft.net>
38832
38833         * sysdeps/sparc/fpu/libm-test-ulps: Update.
38834
38835 2012-03-21  H.J. Lu  <hongjiu.lu@intel.com>
38836
38837         * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
38838         of x86_64 when setting libc_cv_slibdir, libdir and
38839         libc_cv_localedir.
38840         * sysdeps/unix/sysv/linux/configure: Regenerated.
38841
38842 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38843
38844         * manual/lang.texi (Old Varargs): Remove section.
38845         (How Variadic): Update menu.
38846         (va_start): Do not mention varargs.h.
38847
38848 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38849             Joseph Myers  <joseph@codesourcery.com>
38850
38851         * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
38852         link test.
38853         * configure: Regenerated.
38854
38855 2012-03-21  Thomas Schwinge  <thomas@codesourcery.com>
38856
38857         * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
38858         * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
38859         conformtest.pl
38860
38861 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38862
38863         * NOTES: Remove.
38864         * Makefile (files-for-dist): Remove NOTES.
38865         (NOTES): Remove rule.
38866         * README: Don't refer to NOTES.
38867         * manual/creature.texi: Don't include macros.texi.
38868         * manual/intro.texi (creature.texi): Remove comment referring to
38869         NOTES.
38870
38871         * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
38872         * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
38873         * configure: Regenerated.
38874         * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
38875         LIBC_TRY_CC_OPTION.
38876         (libc_cv_as_i686): Likewise.
38877         (libc_cv_cc_avx): Likewise.
38878         (libc_cv_cc_sse2avx): Likewise.
38879         (libc_cv_cc_fma4): Likewise.
38880         (libc_cv_cc_novzeroupper): Likewise.
38881         * sysdeps/i386/configure: Regenerated.
38882
38883         [BZ #13883]
38884         * sysdeps/i386/fpu/s_cexp.S: Remove.
38885         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
38886         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
38887         * math/libm-test.inc (cexp_test): Add more tests.
38888         * sysdeps/i386/fpu/libm-test-ulps: Update.
38889         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38890
38891 2012-03-21  Allan McRae  <allan@archlinux.org>
38892
38893         * timezone/Makefile: Do not install iso3166.tab and zone.tab
38894
38895 2012-03-21  Joseph Myers  <joseph@codesourcery.com>
38896
38897         [BZ #13871]
38898         * math/w_exp2.c: Do not include <float.h>.
38899         (o_threshold, u_threshold): Remove.
38900         (__exp2): Calculate result before checking finiteness and calling
38901         __kernel_standard.
38902         * math/w_exp2f.c: Likewise.
38903         * math/w_exp2l.c: Likewise.
38904         * math/libm-test.inc (exp2_test): Require overflow exception for
38905         1e6 input.
38906
38907         [BZ #3866]
38908         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
38909         range of signed 64-bit integers before using fistpll.  Remove
38910         checks for whether integers fit in mantissa bits.
38911         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
38912         the range of signed 32-bit integers before using fistpl.  Remove
38913         checks for whether integers fit in mantissa bits.
38914         * sysdeps/i386/fpu/e_powl.S (p64): New object.
38915         (__ieee754_powl): Test for y outside the range of signed 64-bit
38916         integers before using fistpll.  Reduce 64-bit values to 63-bit
38917         ones as needed.
38918         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
38919         divide-by-zero is raised for zero to large negative powers.
38920         * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
38921         (__ieee754_powl): Test for y outside the range of signed 64-bit
38922         integers before using fistpll.  Reduce 64-bit values to 63-bit
38923         ones as needed.
38924         * math/libm-test.inc (pow_test): Add more tests.
38925
38926 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38927
38928         * debug/backtracesymsfd.c: Include <_itoa.h> instead of
38929         <stdio-common/_itoa.h>.
38930         * debug/segfault.c: Likewise.
38931         * elf/dl-cache.c: Likewise.
38932         * elf/dl-minimal.c: Likewise.
38933         * elf/dl-misc.c: Likewise.
38934         * elf/dl-sysdep.c: Likewise.
38935         * elf/dl-version.c: Likewise.
38936         * elf/rtld.c: Likewise.
38937         * hurd/hurdsock.c: Likewise.
38938         * hurd/lookup-retry.c: Likewise.
38939         * malloc/malloc.c: Likewise.
38940         * malloc/mtrace.c: Likewise.
38941         * nscd/nscd_getgr_r.c: Likewise.
38942         * nscd/nscd_getpw_r.c: Likewise.
38943         * nscd/nscd_getserv_r.c: Likewise.
38944         * posix/getopt_init.c: Likewise.
38945         * posix/wordexp.c: Likewise.
38946         * stdio-common/_itoa.c: Likewise.
38947         * stdio-common/printf_fphex.c: Likewise.
38948         * stdio-common/vfprintf.c: Likewise.
38949         * string/_strerror.c: Likewise.
38950         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
38951         * sysdeps/i386/i686/hp-timing.h: Likewise.
38952         * sysdeps/mach/_strerror.c: Likewise.
38953         * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
38954         * sysdeps/mach/hurd/sethostid.c: Likewise.
38955         * sysdeps/mach/hurd/xmknodat.c: Likewise.
38956         * sysdeps/mach/xpg-strerror.c: Likewise.
38957         * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
38958         * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
38959         * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
38960         * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
38961         * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
38962         * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
38963         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
38964         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
38965         * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
38966         * sysdeps/unix/sysv/linux/futimes.c: Likewise.
38967         * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
38968         * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
38969         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
38970         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
38971         * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
38972         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
38973         * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
38974         * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
38975         * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
38976         * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
38977         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
38978
38979         * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
38980
38981         * stdio-common/_itoa.h: Moved to ...
38982         * sysdeps/generic/_itoa.h: Here.
38983
38984         * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
38985
38986         * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
38987         instead of "_itoa.h" and "_itowa.h".
38988         * stdio-common/vfprintf.: Likewise.
38989
38990 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
38991
38992         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
38993         <bits/wordsize.h>.
38994         (__signbitf): Check __x86_64__ instead of __WORDSIZE.
38995         (__signbit): Likwise.
38996         (llrintf): Likwise.
38997         (llrint): Likwise.
38998
38999 2012-03-20  H.J. Lu  <hongjiu.lu@intel.com>
39000
39001         * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
39002         __WORDSIZE != 64.
39003
39004 2012-03-20  Joseph Myers  <joseph@codesourcery.com>
39005
39006         * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
39007         OVERFLOW_EXCEPTION_OK.
39008         * math/libm-test.inc ("Philosophy"): Update comment about
39009         exception testing.
39010         (OVERFLOW_EXCEPTION): Define.
39011         (OVERFLOW_EXCEPTION_OK): Likewise.
39012         (INVALID_EXCEPTION_OK): Renumber.
39013         (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
39014         (IGNORE_ZERO_INF_SIGN): Likewise.
39015         (test_exceptions): Handle FE_OVERFLOW.
39016         (exp10_test): Expect overflow exceptions.
39017         (exp2_test): Likewise.
39018         (expm1_test): Likewise.
39019         (nextafter_test): Likewise.
39020         (pow_test): Likewise.
39021         (scalbn_test): Likewise.
39022         (scalbln_test): Likewise.
39023
39024 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39025
39026         * sysdeps/x86_64/bits/atomic.h
39027         (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
39028         64bit integer.
39029         (atomic_exchange_acq): Likewise.
39030         (__arch_exchange_and_add_body): Likewise.
39031         (__arch_add_body): Likewise.
39032         (atomic_add_negative): Likewise.
39033         (atomic_add_zero): Likewise.
39034
39035 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39036
39037         * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
39038         (fenv_t): Check __x86_64__ instead of __WORDSIZE.
39039
39040 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39041
39042         * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
39043         Check __x86_64__ instead of __WORDSIZE.
39044
39045 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39046
39047         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
39048
39049 2012-03-19  David S. Miller  <davem@davemloft.net>
39050
39051         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39052
39053         * sysdeps/sparc/fpu/fenv_private.h: New file.
39054         * sysdeps/sparc/fpu/math_private.h: Use it.
39055         (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
39056         Remove.
39057         (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
39058         (libc_feholdexcept_setroundl): Remove.
39059         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
39060         Remove.
39061         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
39062         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
39063
39064 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39065
39066         * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
39067         int64_t instead of long int.
39068         (INSERT_WORDS64): Likwise.
39069
39070 2012-03-19  H.J. Lu  <hongjiu.lu@intel.com>
39071
39072         * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
39073         _Unwind_GetCFA return to _Unwind_Ptr first.
39074
39075 2012-03-19  Joseph Myers  <joseph@codesourcery.com>
39076
39077         [BZ #13629]
39078         * math/s_clog.c: Include <float.h>.
39079         (__clog): Scale large or subnormal inputs.
39080         * math/s_clogf.c: Likewise.
39081         * math/s_clogl.c: Likewise.
39082         * math/s_clog10.c: Include <float.h>.
39083         (M_LOG10_2): Define.
39084         (__clog10): Scale large or subnormal inputs.
39085         * math/s_clog10f.c: Likewise.
39086         * math/s_clog10l.c: Likewise.
39087         * math/libm-test.inc (clog_test): Add more tests.
39088         (clog10_test): Likewise.
39089         * sysdeps/i386/fpu/libm-test-ulps: Update.
39090         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39091
39092         [BZ #11451]
39093         * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
39094         x and y.
39095         * math/libm-test.inc (atan2_test): Add another test.
39096
39097         * Makerules (common-objdir-compile): Remove.
39098         * sysdeps/unix/Makefile (config-generated): Do not add
39099         $(unix-generated) to variable.
39100         [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
39101         [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
39102         Remove rule.
39103         [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
39104         Likewise.
39105         [generic bits/local_lim.h] (before-compile): Do not append to
39106         variable.
39107         [generic bits/local_lim.h] (common-generated): Likewise.
39108         [generic sys/param.h] (before-compile): Do not append to variable.
39109         [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
39110         [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
39111         [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
39112         [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
39113         include.
39114         [generic sys/param.h] (sys/param.h-includes): Remove variable.
39115         [generic sys/param.h] (sys/param.h-includes): Remove rule.
39116         [generic sys/param.h] ($(addprefix
39117         $(common-objpfx),$(sys/param.h-includes))): Likewise.
39118         [generic sys/param.h] (common-generated): Do not append to
39119         variable.
39120         [generic sys/param.h] (sysdep_headers): Likewise.
39121         [generic bits/errno.h] (before-compile): Do not append to
39122         variable.
39123         [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
39124         rule.
39125         [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
39126         [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
39127         [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
39128         [generic bits/errno.h] (common-generated): Do not append to
39129         variable.
39130         [generic bits/ioctls.h] (before-compile): Do not append to
39131         variable.
39132         [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
39133         rule.
39134         [generic bits/ioctls.h] (ioctl-includes): Remove variable.
39135         [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
39136         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
39137         rule.
39138         [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
39139         [generic bits/ioctls.h] (bits_termios.h): Remove variable.
39140         [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
39141         [generic bits/ioctls.h] (common-generated): Do not append to
39142         variable.
39143         [generic sys/syscall.h] (syscall.h): Remove variable.
39144         [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
39145         rule.
39146         [generic sys/syscall.h] (before-compile): Do not append to
39147         variable.
39148         [generic sys/syscall.h] (common-generated): Likewise.
39149         * sysdeps/unix/errnos-tmpl.c: Remove file.
39150         * sysdeps/unix/errnos.awk: Likewise.
39151         * sysdeps/unix/ioctls-tmpl.c: Likewise.
39152         * sysdeps/unix/ioctls.awk: Likewise.
39153         * sysdeps/unix/mk-local_lim.c: Likewise.
39154         * sysdeps/unix/snarf-ioctls: Likewise.
39155
39156 2012-03-19  Richard Henderson  <rth@twiddle.net>
39157
39158         * sysdeps/i386/fpu/fenv_private.h: New file.
39159         * sysdeps/i386/fpu/math_private.h: Use it.
39160         (math_opt_barrier, math_force_eval): Remove.
39161         (libc_feholdexcept_setround_53bit): Remove.
39162         (libc_feupdateenv_53bit): Remove.
39163         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39164         (math_opt_barrier, math_force_eval): Remove.
39165         (libc_feholdexcept): Remove.
39166         (libc_feholdexcept_setround): Remove.
39167         (libc_fetestexcept, libc_fesetenv): Remove.
39168         (libc_feupdateenv_test): Remove.
39169         (libc_feupdateenv, libc_feholdsetround): Remove.
39170         (libc_feresetround): Remove.
39171
39172         * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
39173         * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
39174
39175         * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
39176         (libc_feupdateenv_test, libc_feupdateenv_testf): New.
39177         (libc_feupdateenv_testl): New.
39178         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
39179         (libc_feupdateenv_testf): New.
39180         (libc_feupdateenv): Use libc_feupdateenv_test.
39181         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
39182         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
39183
39184         * sysdeps/generic/math_private.h (libc_feholdsetround): New.
39185         (libc_feholdsetroundf, libc_feholdsetroundl): New.
39186         (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
39187         (libc_feresetround_noex): New.
39188         (libc_feresetround_noexf): New.
39189         (libc_feresetround_noexl): New.
39190         (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
39191         (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
39192         (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
39193         * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
39194         SET_RESTORE_ROUND.
39195         * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
39196         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
39197         (__cos): Likewise.
39198         * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
39199         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
39200         SET_RESTORE_ROUND_NOEX.
39201         * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
39202         SET_RESTORE_ROUND_NOEXF.
39203         * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
39204         * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
39205         (libc_feholdsetroundf): New.
39206         (libc_feresetround, libc_feresetroundf): New.
39207
39208         * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
39209         (libc_feholdexcept_setround_53bit): Convert from macro to function.
39210         (libc_feupdateenv_53bit): Likewise.  Don't force _FPU_EXTENDED.
39211
39212         * sysdeps/generic/math_private.h: Include <fenv.h>.
39213         (default_libc_feholdexcept): New.
39214         (default_libc_feholdexcept_setround): New.
39215         (default_libc_fesetenv, default_libc_feupdateenv): New.
39216         (libc_feholdexcept): Only define if undefined.
39217         (libc_feholdexceptf, libc_feholdexceptl): Likewise.
39218         (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
39219         (libc_feholdexcept_setroundl): Likewise.
39220         (libc_feholdexcept_setround_53bit): Likewise.
39221         (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
39222         (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
39223         (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
39224         (libc_feupdateenv_53bit): Likewise.
39225         * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
39226         (libc_feholdexcept): Convert from macro to inline function.
39227         (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
39228         (libc_fesetenv, libc_feupdateenv): Likewise.
39229
39230         * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
39231         not previously defined.
39232         (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
39233         (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
39234         (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
39235         * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
39236         * sysdeps/ieee754/flt-32/math_private.h: New file.
39237         * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
39238         math_private.h below SET_FLOAT_WORD.
39239         (__isnan, __isinf_ns, __finite): Remove.
39240         (__isnanf, __isinf_nsf, __finitef): Remove.
39241
39242 2012-03-18  Andreas Schwab  <schwab@linux-m68k.org>
39243
39244         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39245
39246 2012-03-17  David S. Miller  <davem@davemloft.net>
39247
39248         [BZ #6471]
39249         * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
39250         for 2.16.
39251
39252 2012-03-16  David S. Miller  <davem@davemloft.net>
39253
39254         * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
39255         warnings.
39256
39257         [BZ #6471]
39258         * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
39259         properly.
39260         * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
39261         * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
39262         sysdep_routines when subdir is sysvipc.
39263         * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
39264         __getshmlba helper.
39265
39266         * sysdeps/sparc/fpu/libm-test/ulps: Update.
39267
39268 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39269
39270         * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
39271         [__LP64__].
39272
39273 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39274
39275         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
39276         * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
39277         (__lround): Renamed to ...
39278         (__llround): This.  Replace long int with long long int.
39279         Define lround functions as aliases of llround functions.
39280         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
39281
39282 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39283
39284         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
39285         Use greg_t on sp.  Use unsigned int on idx_uc_link.  Cast
39286         adresses to uintptr_t.  Replace "long int" and "unsigned long
39287         int" with "greg_t" on va_arg.
39288
39289 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39290
39291         * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
39292         * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
39293
39294         * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
39295         Move e_machine check before EI_CLASS check.  Handle x32
39296         libraries.  Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
39297         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
39298         SKIP_EM_IA_64 and include
39299         <sysdeps/unix/sysv/linux/i386/readelflib.c>.
39300
39301         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
39302         Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
39303         (add_system_dir): New macro.
39304
39305         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
39306         (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
39307
39308 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39309
39310         [BZ #2551]
39311         [BZ #2552]
39312         [BZ #2553]
39313         [BZ #2554]
39314         [BZ #2562]
39315         [BZ #2563]
39316         [BZ #2565]
39317         [BZ #2566]
39318         [BZ #2576]
39319         * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
39320         (y0): Likewise.
39321         * math/w_j0f.c (j0f): Likewise.
39322         (y0f): Likewise.
39323         * math/w_j0l.c (__j0l): Likewise.
39324         (__y0l): Likewise.
39325         * math/w_j1.c (j1): Likewise.
39326         (y1): Likewise.
39327         * math/w_j1f.c (j1f): Likewise.
39328         (y1f): Likewise.
39329         * math/w_j1l.c (__j1l): Likewise.
39330         (__y1l): Likewise.
39331         * math/w_jn.c (jn): Likewise.
39332         (yn): Likewise.
39333         * math/w_jnf.c (jnf): Likewise.
39334         (ynf): Likewise.
39335         * math/w_jnl.c (__jnl): Likewise.
39336         (__ynl): Likewise.
39337         * math/libm-test.inc (j0_test): Add more tests.
39338         (j1_test): Likewise.
39339         (jn_test): Likewise.  Add trailing semicolon to existing test.
39340         (y0_test): Likewise.
39341         (y1_test): Likewise.
39342         * sysdeps/i386/fpu/libm-test-ulps: Update.
39343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39344
39345         [BZ #13851]
39346         [BZ #13854]
39347         * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
39348         libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
39349         * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
39350         * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
39351         (__tanl): Set errno for infinite argument.
39352         * sysdeps/i386/fpu/mptan.c: Remove.
39353         * sysdeps/i386/fpu/s_tan.S: Likewise.
39354         * sysdeps/i386/fpu/s_tanl.S: Likewise.
39355         * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
39356         * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
39357         * math/libm-test.inc (tan_test): Add more tests and enable more
39358         tests for double and long double.
39359         * sysdeps/i386/fpu/libm-test-ulps: Update.
39360         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39361
39362 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
39363
39364         * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
39365         (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
39366
39367 2012-03-16  Roland McGrath  <roland@hack.frob.com>
39368
39369         * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
39370         * configure.in: Use it for both main tree and add-ons.
39371         * configure: Regenerated.
39372
39373 2012-03-16  H.J. Lu  <hongjiu.lu@intel.com>
39374
39375         * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
39376
39377 2012-03-16  Joseph Myers  <joseph@codesourcery.com>
39378
39379         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
39380         in comment.
39381
39382         [BZ #13851]
39383         * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
39384         * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
39385         * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
39386         * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
39387         * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
39388         infinite argument.
39389         * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
39390         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
39391         != 0 for prec == 2.
39392         * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
39393         * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
39394         * sysdeps/i386/fpu/s_cosl.S: Likewise.
39395         * sysdeps/i386/fpu/s_sincosl.S: Likewise.
39396         * sysdeps/i386/fpu/s_sinl.S: Likewise.
39397         * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
39398         * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
39399         * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
39400         * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
39401         * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
39402         * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
39403         * math/libm-test.inc (cos_test): Add more tests and enable more
39404         tests for long double.
39405         (sin_test): Likewise.
39406         (sincos_test): Likewise.
39407         * sysdeps/i386/fpu/libm-test-ulps: Update.
39408         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39409
39410 2012-03-16  David S. Miller  <davem@davemloft.net>
39411
39412         * sysdeps/sparc/fpu/math_private.h: New file.
39413
39414 2012-03-15  David S. Miller  <davem@davemloft.net>
39415
39416         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
39417         file.
39418         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
39419         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
39420         file.
39421         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
39422         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
39423         * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
39424         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
39425         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
39426         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
39427         sysdep routines.
39428         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39429
39430         * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
39431         * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
39432
39433         * sysdeps/sparc/sparc-ifunc.h: New file.
39434         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
39435         sparc-ifunc.h
39436         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
39437         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
39438         Likewise.
39439         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
39440         Likewise.
39441         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
39442         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
39443         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
39444         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
39445         Likewise.
39446         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
39447         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
39448         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
39449         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
39450         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
39451         Likewise.
39452         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
39453         Likewise.
39454         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
39455         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
39456         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
39457         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
39458         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
39459         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
39460         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
39461         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
39462         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
39463         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
39464         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
39465         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
39466         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
39467         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
39468         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
39469         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
39470         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
39471         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
39472         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
39473         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
39474         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
39475         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
39476         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
39477         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
39478
39479 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39480
39481         * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
39482         scaling.
39483         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39484
39485 2012-03-15  Andreas Jaeger  <aj@suse.de>
39486
39487         [BZ #13852]
39488         * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
39489         ieee754/flt-32 implementation for sin, cos and sincos.
39490         * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
39491         * sysdeps/i386/fpu/s_cosf.S: Likewise.
39492         * sysdeps/i386/fpu/s_sincosf.S: Likewise.
39493         * sysdeps/i386/fpu/s_sinf.S: Likewise.
39494         * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
39495         ieee754/flt-32 implementation for tan.
39496
39497         * math/libm-test.inc (cos_test): Enable some large input tests for
39498         float as well
39499         (sin_test): Likewise.
39500         (sincos_test): Likewise.
39501         (tan_test): Add tests for large input.
39502
39503         * sysdeps/i386/fpu/libm-test-ulps: Update.
39504
39505 2012-03-15  Andreas Jaeger  <aj@suse.de>
39506
39507         [BZ #13658]
39508         * math/libm-test.inc (cos_test): Add more test cases.
39509         (sin_test): Likewise.
39510         (sincos_test): Likewise.
39511
39512 2012-03-15  Andreas Jaeger  <aj@suse.de>
39513
39514         [BZ #13837]
39515         * math/libm-test.inc (cos_test): Add a test case for large input
39516         value.
39517         (sin_test): Likewise.
39518         (sincos_test): Likewise.
39519
39520 2012-03-15  Andreas Jaeger  <aj@suse.de>
39521             Joseph Myers  <joseph@codesourcery.com>
39522
39523         [BZ #13658]
39524         * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
39525         x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
39526         * sysdeps/i386/fpu/branred.c: Likewise.
39527         * sysdeps/i386/fpu/dosincos.c: Likewise.
39528         * sysdeps/i386/fpu/mpa.c: Likewise.
39529         * sysdeps/i386/fpu/s_cos.S: Likewise.
39530         * sysdeps/i386/fpu/s_sin.S: Likewise.
39531         * sysdeps/i386/fpu/s_sincos.S: Likewise.
39532         * sysdeps/i386/fpu/sincos32.c: Likewise.
39533
39534         * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
39535         Define.
39536         (libc_feupdateenv_53bit): Define.
39537         * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
39538         Define.
39539         (libc_feupdateenv_53bit): Define.
39540
39541         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
39542         53 bit (without extend i386 double precision).
39543
39544         * math/libm-test.inc (sincos_test): Add tests for large input.
39545         (sin): Likewise.
39546         (cos): Likewise.
39547
39548         * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
39549
39550 2012-03-15  Andreas Schwab  <schwab@linux-m68k.org>
39551
39552         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39553
39554 2012-03-15  David S. Miller  <davem@davemloft.net>
39555
39556         * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
39557         * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
39558         * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
39559         * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
39560         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
39561         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
39562         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
39563         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
39564         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
39565         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
39566         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
39567         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
39568         * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
39569         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
39570         * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
39571         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
39572         file.
39573         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
39574         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
39575         file.
39576         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
39577         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
39578         file.
39579         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
39580         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
39581         file.
39582         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
39583         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
39584         fmin/fmax sysdep routines.
39585         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
39586
39587 2012-03-14  David S. Miller  <davem@davemloft.net>
39588
39589         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
39590         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
39591         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
39592         * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
39593         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
39594         * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
39595         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
39596         * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
39597         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
39598         * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
39599         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
39600         * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
39601         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
39602         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
39603         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
39604         * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
39605         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
39606         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
39607         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
39608         * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
39609         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
39610         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
39611         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
39612         * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
39613         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
39614         * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
39615         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
39616         * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
39617         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
39618         routines.
39619         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
39620         file.
39621         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
39622         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
39623         file.
39624         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
39625         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
39626         file.
39627         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
39628         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
39629         file.
39630         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
39631         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
39632         file.
39633         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
39634         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
39635         file.
39636         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
39637         file.
39638         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
39639         file.
39640         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
39641         file.
39642         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
39643         New file.
39644         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
39645         file.
39646         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
39647         file.
39648         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
39649         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
39650         file.
39651         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
39652         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
39653         file.
39654         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
39655         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
39656         file.
39657         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
39658         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
39659         VIS3 routines.
39660
39661         * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
39662         New file.
39663
39664         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39665
39666         * sysdeps/sparc/configure.in: New file.
39667         * sysdeps/sparc/configure: Generate.
39668         * configure.in (libc_cv_sparc_as_vis3): Substitute.
39669         * configure: Regenerate.
39670         * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
39671         * config.make.in (have-as-vis3): New.
39672         * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
39673         available use -Av9d instead of -Av9a.
39674         * sysdeps/sparc/sparc64/Makefile: Likewise.
39675         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
39676         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
39677         New file.
39678         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
39679         file.
39680         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
39681         New file.
39682         * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
39683         file.
39684         * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
39685         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
39686         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
39687         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
39688         * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
39689
39690         * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
39691         fzeros/fnegs to load 0x80000000 into a float register instead of
39692         using the stack.
39693         * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
39694
39695 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39696
39697         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
39698         bits/syscall.h.
39699         ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
39700         ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
39701         ($(inst_includedir)/bits/syscall.h): Remove rule.
39702         ($(objpfx)bits/syscall.d): Include instead of
39703         $(objpfx)syscall-list.d.
39704         (generated): Change syscall-list.h and syscall-list.d to
39705         bits/syscall.h and bits/syscall.d.
39706
39707 2012-03-14  Roland McGrath  <roland@hack.frob.com>
39708
39709         [BZ #13846]
39710         * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
39711
39712 2012-03-14  Joseph Myers  <joseph@codesourcery.com>
39713
39714         [BZ #13841]
39715         * math/s_csqrt.c: Include <float.h>.
39716         (__csqrt): Scale large or subnormal inputs.
39717         * math/s_csqrtf.c: Likewise.
39718         * math/s_csqrtl.c: Likewise.
39719         * math/libm-test.inc (csqrt_test): Add more tests.
39720         * sysdeps/i386/fpu/libm-test-ulps: Update.
39721         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
39722
39723         [BZ #13840]
39724         * math/libm-test.inc (hypot_test): Add more tests.
39725
39726 2012-03-13  David S. Miller  <davem@davemloft.net>
39727
39728         [BZ #13840]
39729         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
39730         double-precision for the calculation instead of scaling.
39731
39732 2012-03-13  Joseph Myers  <joseph@codesourcery.com>
39733
39734         * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
39735         manipulate bits before adding and subtracting TWO52[sx].
39736         * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
39737         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
39738         Likewise.
39739         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
39740
39741 2012-03-13  David S. Miller  <davem@davemloft.net>
39742
39743         * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
39744         * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
39745         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
39746         rtld-global-offsets.h
39747         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
39748
39749         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
39750         large parameters.
39751
39752         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
39753
39754         * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
39755         'err' in the ifdef scope in which it is actually used.
39756
39757         * nss/nss_db/db-init.c: Include string.h
39758
39759 2012-03-12  David S. Miller  <davem@davemloft.net>
39760
39761         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
39762         masking out of the most significant byte of random value used.
39763         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39764         Fix coding style in previous change.
39765
39766         * sysdeps/unix/sysv/linux/kernel-features.h
39767         (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
39768         (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
39769         expression.
39770         (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
39771         later.
39772
39773 2012-03-11  David S. Miller  <davem@davemloft.net>
39774
39775         * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
39776         (__makecontext): Fix signedness of pointer casts setting up 'sp'.
39777         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
39778         for 'resultvar' otherwise things get truncated on 64-bit.
39779
39780         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
39781         Fix masking out of the most significant byte of random value used.
39782
39783         * sysdeps/sparc/fpu/libm-test-ulps: Update.
39784
39785 2012-03-10  Andreas Schwab  <schwab@linux-m68k.org>
39786
39787         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
39788
39789 2012-03-09  David S. Miller  <davem@davemloft.net>
39790
39791         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
39792         variables with appropriate CPP guards.
39793         * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
39794         from the frame pointer, not the stack pointer.  Correct layout
39795         comments.  Fix test on resulting framesize and the management of
39796         the outregs buffer for pltexit.  Preserve floating point return
39797         values across _dl_call_pltexit call.
39798         * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
39799         framesize and the management of the outregs buffer for pltexit.
39800         Preserve floating point return values across _dl_call_pltexit
39801         call.
39802         * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
39803         (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
39804         (la_sparc64_gnu_pltexit): New functions.
39805         (print_exit): Fix format string for return register value.
39806
39807 2012-03-10  Joseph Myers  <joseph@codesourcery.com>
39808
39809         * sunrpc/Makefile (others): Add rpcgen.
39810         ($(objpfx)rpcgen): Remove special build rule and dependency on
39811         libc.
39812         * sunrpc/rpcgen.c: New file.
39813
39814 2012-03-09  Paul Eggert  <eggert@cs.ucla.edu>
39815
39816         [BZ #13673]
39817         * posix/bug-regex33.c: Replace FSF snail mail address with URL.
39818         * stdio-common/bug-vfprintf-nargs.c: Likewise.
39819         * sysdeps/i386/crti.S: Likewise.
39820         * sysdeps/i386/crtn.S: Likewise.
39821         * sysdeps/powerpc/powerpc32/crti.S: Likewise.
39822         * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
39823         * sysdeps/powerpc/powerpc64/crti.S: Likewise.
39824         * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
39825         * sysdeps/sh/crti.S: Likewise.
39826         * sysdeps/sh/crtn.S: Likewise.
39827         * sysdeps/x86_64/fpu/e_expf.S: Likewise.
39828
39829         [BZ #13673]
39830         * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
39831         with URL.
39832         * locale/programs/locfile-kw.gperf: Likewise.
39833         * locale/programs/charmap-kw.h: Regenerated.
39834         * locale/programs/locfile-kw.h: Likewise.
39835
39836         [BZ #13673]
39837         * intl/plural.y: Replace FSF snail mail address with URL.
39838         * intl/plural.c: Regenerated.
39839
39840 2012-03-09  Richard Henderson  <rth@twiddle.net>
39841
39842         * include/math_private.h: Remove file.
39843         * math/math_private.h: Move file ...
39844         * sysdeps/generic/math_private.h: ... here.
39845
39846         * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
39847         * sysdeps/powerpc/fpu/math_private.h: Likewise.
39848         * sysdeps/x86_64/fpu/math_private.h: Likewise.
39849
39850         * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
39851         and <math_private.h>.
39852         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
39853         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
39854         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
39855         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
39856         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
39857         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
39858         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
39859         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
39860         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
39861         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
39862         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
39863         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
39864         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
39865         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
39866         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
39867         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
39868         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
39869         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
39870         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
39871         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
39872         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
39873         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
39874         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
39875         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
39876         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
39877         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
39878         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
39879         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
39880         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
39881         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
39882         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
39883         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
39884         * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
39885         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
39886         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
39887         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
39888         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
39889         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
39890         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
39891         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
39892         * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
39893         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
39894         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
39895         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
39896         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
39897         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
39898         * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
39899         * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
39900         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
39901         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
39902         * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
39903         * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
39904         * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
39905         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
39906         * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
39907         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
39908         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
39909         * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
39910         * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
39911         * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
39912         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
39913         * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
39914         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
39915         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
39916         * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
39917         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
39918         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
39919         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
39920         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
39921         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
39922         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
39923         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
39924         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
39925         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
39926         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
39927         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
39928         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
39929         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
39930         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
39931         * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
39932         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
39933         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
39934         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
39935         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
39936         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
39937         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
39938         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
39939         * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
39940         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
39941         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
39942         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
39943         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
39944         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
39945         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
39946         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
39947         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
39948         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
39949         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
39950         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
39951         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
39952         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
39953         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
39954         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
39955         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
39956         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
39957         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
39958         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
39959         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
39960         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
39961         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
39962         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
39963         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
39964         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
39965         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
39966         * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
39967         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
39968         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
39969         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
39970         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
39971         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
39972         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
39973         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
39974         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
39975         * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
39976         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
39977         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
39978         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
39979         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
39980         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
39981         * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
39982         * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
39983         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
39984         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
39985         * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
39986         * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
39987         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
39988         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
39989         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
39990         * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
39991         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
39992         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
39993         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
39994         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
39995         * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
39996         * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
39997         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
39998         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
39999         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
40000         * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
40001         * sysdeps/ieee754/k_standard.c: Likewise.
40002         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
40003         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
40004         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
40005         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
40006         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
40007         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
40008         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
40009         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
40010         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
40011         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
40012         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
40013         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
40014         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
40015         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
40016         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
40017         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
40018         * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
40019         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
40020         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
40021         * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
40022         * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
40023         * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
40024         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
40025         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
40026         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
40027         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
40028         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
40029         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
40030         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
40031         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
40032         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
40033         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
40034         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
40035         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
40036         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
40037         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
40038         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
40039         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
40040         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
40041         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
40042         * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
40043         * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
40044         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
40045         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
40046         * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
40047         * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
40048         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
40049         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
40050         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
40051         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
40052         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
40053         * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
40054         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
40055         * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
40056         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
40057         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
40058         * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
40059         * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
40060         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
40061         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
40062         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
40063         * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
40064         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
40065         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
40066         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
40067         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
40068         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
40069         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
40070         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
40071         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
40072         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
40073         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
40074         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
40075         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
40076         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
40077         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
40078         * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
40079         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
40080         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40081         * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
40082         * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
40083         * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
40084         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
40085         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
40086         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
40087         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
40088         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
40089         * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
40090         * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
40091         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
40092         * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
40093         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
40094         * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
40095         * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
40096         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
40097         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
40098         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
40099         * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
40100         * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
40101         * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
40102         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
40103         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
40104         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
40105         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
40106         * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
40107         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
40108         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
40109         * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
40110         * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
40111         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
40112         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
40113         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
40114         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
40115         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
40116         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
40117         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
40118         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
40119         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
40120         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
40121         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
40122         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
40123         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
40124         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
40125         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
40126         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
40127         * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
40128         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
40129         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
40130         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
40131         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
40132         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
40133         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
40134         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
40135         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
40136         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
40137         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
40138         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
40139         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
40140         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
40141         * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
40142         * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
40143         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
40144         * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
40145         * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
40146         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
40147         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
40148         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
40149         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
40150         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
40151         * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
40152         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
40153         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
40154         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
40155         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
40156         * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
40157         * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
40158         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
40159         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
40160         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
40161         * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
40162         * sysdeps/ieee754/s_lib_version.c: Likewise.
40163         * sysdeps/ieee754/s_matherr.c: Likewise.
40164         * sysdeps/ieee754/s_signgam.c: Likewise.
40165         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
40166         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
40167         * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
40168         * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
40169         * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
40170         * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
40171         * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
40172         * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
40173         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
40174         * sysdeps/powerpc/fpu/s_rint.c: Likewise.
40175         * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
40176         * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
40177         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
40178         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
40179         * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
40180         * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
40181         * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
40182         * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
40183         * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
40184         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
40185         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
40186
40187 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40188
40189         * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
40190         * sunrpc/rpc_main.c: Likewise.
40191         * sunrpc/rpc_svcout.c: Likewise.
40192
40193 2012-03-09  David S. Miller  <davem@davemloft.net>
40194
40195         * include/math_private.h: New file.
40196
40197 2012-03-09  Joseph Myers  <joseph@codesourcery.com>
40198
40199         * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
40200         * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
40201         * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
40202         from <bits/socket_type.h>.
40203         (enum __socket_type): Don't define here.
40204         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
40205         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
40206         bits/socket_type.h.
40207
40208         [BZ #13566]
40209         * libio/stdio.h (gets): Always declare for C++ up to C++11 without
40210         checking __USE_GNU.
40211
40212         * Makerules ($(inst_includedir)/%.h): New rule.
40213         * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
40214         (install-others): Remove variable setting.
40215         ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
40216
40217 2012-03-08  Richard Henderson  <rth@twiddle.net>
40218
40219         * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
40220         from macro to inline function; merge with the
40221         !__LIBC_INTERNAL_MATH_INLINES version.
40222         (__ieee754_sqrtf): Likewise.
40223
40224         * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
40225         to inline function.
40226         (__rintf, __floor, __floorf): Likewise.
40227
40228         * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
40229         macro to inline function.
40230         (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
40231
40232         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
40233         not <math/math_private.h>.
40234
40235 2012-03-08  David S. Miller  <davem@davemloft.net>
40236
40237         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
40238         copyright year.
40239         * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
40240
40241 2012-03-08  Thomas Schwinge  <thomas@codesourcery.com>
40242
40243         * resolv/gai_misc.c (handle_requests): Fix struct timespec
40244         normalization.
40245         * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
40246         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
40247
40248 2012-03-08  Ulrich Drepper  <drepper@gmail.com>
40249
40250         * stdio-common/tst-fphex.c: Various cleanups.  The macros cannot
40251         be defined individually, they must be defined as a block.  Define
40252         S for printing a string instead of hidint the different by using a
40253         macro for adding the 'l'.
40254         * stdio-common/tst-fphex-wide.c: Adjust.
40255
40256 2012-03-07  Marek Polacek  <polacek@redhat.com>
40257
40258         * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
40259
40260 2012-03-08  Marek Polacek  <polacek@redhat.com>
40261
40262         [BZ #13806]
40263         * stdio-common/Makefile (tests): Add tst-fphex-wide.
40264         * stdio-common/tst-fphex.c: Define a few macros to make the
40265         test reusable.  Use them.
40266         * stdio-common/tst-fphex-wide.c: New file.
40267
40268 2012-03-08  Joseph Myers  <joseph@codesourcery.com>
40269
40270         [BZ #6911]
40271         * manual/macros.texi (gnusystems): New macro.
40272         (nongnusystems): Likewise.
40273         (gnulinuxhurdsystems): Likewise.
40274         (gnuhurdsystems): Likewise..
40275         (gnulinuxsystems): Likewise.
40276         * manual/charset.texi: Use new macros or @theglibc{} to refer to
40277         variants of the GNU system, not "GNU system".
40278         * manual/conf.texi: Likewise.
40279         * manual/errno.texi: Likewise.  Update example of errno macro
40280         expansion.
40281         * manual/filesys.texi: Likewise.
40282         (getumask): Document as specific to GNU/Hurd.
40283         * manual/install.texi: Likewise.  Reword some references to
40284         GNU/Linux.
40285         * manual/intro.texi: Likewise.
40286         * manual/io.texi: Likewise.
40287         (File Name Portability): Detail which constraints are inapplicable
40288         to all GNU systems and which are only inapplicable to GNU/Hurd.
40289         * manual/job.texi: Likewise.
40290         * manual/llio.texi: Likewise.
40291         (O_NOCTTY): Document as present on GNU/Linux.
40292         * manual/maint.texi: Likewise.
40293         * manual/memory.texi: Likewise.
40294         * manual/pattern.texi: Likewise.
40295         * manual/pipe.texi: Likewise.
40296         * manual/process.texi: Likewise.
40297         * manual/resource.texi: Likewise.
40298         (RUSAGE_CHILDREN): Remove statement about specifying a particular
40299         child on GNU/Hurd.
40300         * manual/setjmp.texi: Likewise.
40301         * manual/signal.texi: Likewise.
40302         * manual/startup.texi: Likewise.
40303         * manual/stdio.texi: Likewise.
40304         * manual/terminal.texi: Likewise.
40305         (ONLCR): Document as POSIX.
40306         (OXTABS): Document availability on GNU/Linux as XTABS.
40307         (ONOEOT): Document availability separately from other bits.
40308         (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
40309         * manual/time.texi: Likewise.
40310         * manual/users.texi: Likewise.
40311         * INSTALL: Regenerated.
40312         * sysdeps/gnu/errlist.c: Regenerated.
40313
40314         * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
40315         * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
40316         (libc_cv_ctors_header): Likewise.  Use asm ("") instead of calling
40317         puts.
40318         * configure: Regenerated.
40319
40320 2012-03-07  Joseph Myers  <joseph@codesourcery.com>
40321
40322         * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
40323         default includes instead of AC_HEADER_CHECK.
40324         * sysdeps/i386/configure: Regenerated.
40325
40326         [BZ #10716]
40327         * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
40328         * math/s_cacoshf.c (__cacoshf): Likewise.
40329         * math/s_cacoshl.c (__cacoshl): Likewise.
40330         * math/s_casinh.c (__casinh): Set signs of result from argument.
40331         * math/s_casinhf.c (__casinhf): Likewise.
40332         * math/s_casinhl.c (__casinhl): Likewise.
40333         * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
40334         (casinh_test): Add more tests.
40335         * sysdeps/i386/fpu/libm-test-ulps: Update.
40336         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40337
40338 2012-03-07  Ulrich Drepper  <drepper@gmail.com>
40339
40340         * po/zh_TW.po: Update from translation team.
40341
40342         * login/Makefile (distribute): Remove variable.
40343         * catgets/Makefile: Likewise.
40344         * mach/Makefile: Likewise.
40345         * malloc/Makefile: Likewise.
40346         * misc/Makefile: Likewise.
40347         * iconv/Makefile: Likewise.
40348         * nscd/Makefile: Likewise.
40349         * hurd/Makefile: Likewise.
40350         * manual/Makefile: Likewise.
40351         * locale/Makefile: Likewise.
40352         * intl/Makefile: Likewise.
40353         * conform/Makefile: Likewise.
40354         * nss/Makefile: Likewise.
40355         * time/Makefile: Likewise.
40356         * soft-fp/Makefile: Likewise.
40357         * dirent/Makefile: Likewise.
40358         * gmon/Makefile: Likewise.
40359         * po/Makefile: Likewise.
40360         * rt/Makefile: Likewise.
40361         * socket/Makefile: Likewise.
40362         * math/Makefile: Likewise.
40363         * signal/Makefile: Likewise.
40364         * debug/Makefile: Likewise.
40365         * elf/Makefile: Likewise.
40366         * timezone/Makefile: Likewise.
40367         * stdlib/Makefile: Likewise.
40368         * iconvdata/Makefile: Likewise.
40369         * sunrpc/Makefile: Likewise.
40370         * io/Makefile: Likewise.
40371         * argp/Makefile: Likewise.
40372         * inet/Makefile: Likewise.
40373         * hesiod/Makefile: Likewise.
40374         * grp/Makefile: Likewise.
40375         * csu/Makefile: Likewise.
40376         * wctype/Makefile: Likewise.
40377         * crypt/Makefile: Likewise.
40378         * libio/Makefile: Likewise.
40379         * string/Makefile: Likewise.
40380         * nis/Makefile: Likewise.
40381         * resolv/Makefile: Likewise.
40382         * stdio-common/Makefile: Likewise.
40383         * wcsmbs/Makefile: Likewise.
40384         * dlfcn/Makefile: Likewise.
40385         * posix/Makefile: Likewise.
40386
40387         [BZ #6959]
40388         * timezone/Makefile: Don't install timezone files, just the programs
40389         and scripts.
40390
40391 2012-03-06  Ulrich Drepper  <drepper@gmail.com>
40392
40393         * nss/databases.def: Add missing gshadow entry.
40394
40395         * stdio-common/vfprintf.c: Fix formatting.  Missing copyright update.
40396
40397 2012-03-06  Marek Polacek  <polacek@redhat.com>
40398
40399         [BZ #13726]
40400         * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
40401         * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
40402         * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
40403         * stdio-common/tst-long-dbl-fphex.c: New file.
40404
40405 2012-03-06  David S. Miller  <davem@davemloft.net>
40406
40407         * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
40408         (set_obp_int): New function.
40409         (get_obp_int): New function.
40410         (__get_clockfreq_via_dev_openprom): Likewise.
40411         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
40412         Avoid unused variable warnings on 'val' and use builtin_expect.
40413         (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
40414         __builtin_expect.
40415         (INLINE_CLONE_SYSCALL): Likewise.
40416
40417 2012-03-05  David S. Miller  <davem@davemloft.net>
40418
40419         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40420
40421 2012-03-05  Andreas Schwab  <schwab@linux-m68k.org>
40422
40423         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40424
40425         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
40426         only for |x| >= 40.
40427         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
40428
40429 2012-03-05  H.J. Lu  <hongjiu.lu@intel.com>
40430
40431         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
40432         Replace gettimeofday with __vdso_gettimeofday.
40433
40434         * sysdeps/unix/sysv/linux/x86_64/init-first.c
40435         (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
40436         __vdso_clock_gettime and __vdso_getcpu.
40437
40438         * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
40439         time with __vdso_time.
40440
40441 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40442
40443         * manual/lang.texi (size_t): Note types to which size_t may be
40444         equivalent with the GNU C Library, but do not describe when
40445         differences between them are significant.
40446
40447 2012-03-05  Andreas Jaeger  <aj@suse.de>
40448
40449         * sysdeps/i386/fpu/libm-test-ulps: Update.
40450
40451 2012-03-05  Joseph Myers  <joseph@codesourcery.com>
40452
40453         [BZ #3976]
40454         * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
40455         (__ieee754_pow): Save and restore rounding mode and use
40456         round-to-nearest for main computations.
40457         * math/libm-test.inc (pow_test_tonearest): New function.
40458         (pow_test_towardzero): Likewise.
40459         (pow_test_downward): Likewise.
40460         (pow_test_upward): Likewise.
40461         (main): Call the new functions.
40462         * sysdeps/i386/fpu/libm-test-ulps: Update.
40463         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40464
40465         [BZ #3976]
40466         * math/libm-test.inc (cosh_test_tonearest): New function.
40467         (cosh_test_towardzero): Likewise.
40468         (cosh_test_downward): Likewise.
40469         (cosh_test_upward): Likewise.
40470         (sinh_test_tonearest): Likewise.
40471         (sinh_test_towardzero): Likewise.
40472         (sinh_test_downward): Likewise.
40473         (sinh_test_upward): Likewise.
40474         (main): Call the new functions.
40475         * sysdeps/i386/fpu/libm-test-ulps: Update.
40476         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40477
40478 2012-03-05  Tom de Vries  <tom@codesourcery.com>
40479
40480         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
40481         default stack guard is set in last bytes.
40482         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
40483
40484 2012-03-05  Kees Cook  <keescook@chromium.org>
40485
40486         * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
40487
40488         [BZ #13656]
40489         * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
40490         possibly allocate from heap instead of stack.
40491         * stdio-common/bug-vfprintf-nargs.c: New file.
40492         * stdio-common/Makefile (tests): Add nargs overflow test.
40493
40494 2012-03-03  Andreas Schwab  <schwab@linux-m68k.org>
40495
40496         * sysdeps/powerpc/fpu/libm-test-ulps: Update.
40497
40498 2012-03-03  Marek Polacek  <polacek@redhat.com>
40499
40500         * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
40501         * math/math_private.h: Likewise.
40502         * stdlib/tst-strtod.c: Likewise.
40503         * sysdeps/i386/i486/bits/atomic.h: Likewise.
40504         * sysdeps/x86_64/bits/atomic.h: Likewise.
40505
40506 2012-03-02  David S. Miller  <davem@davemloft.net>
40507
40508         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
40509         * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
40510         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
40511         * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
40512         * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
40513         * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
40514         * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
40515         * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
40516
40517 2012-03-02  Roland McGrath  <roland@hack.frob.com>
40518
40519         [BZ #13792]
40520         * manual/examples/README: New file, says the example source files
40521         can be used under GPL>=2.
40522         * manual/Makefile (%.c.texi): Eat the leading part of the file until a
40523         line containing just "*/".
40524         * manual/examples/add.c: Add copyright header (GPL>=2).
40525         * manual/examples/argp-ex1.c: Likewise.
40526         * manual/examples/argp-ex2.c: Likewise.
40527         * manual/examples/argp-ex3.c: Likewise.
40528         * manual/examples/argp-ex4.c: Likewise.
40529         * manual/examples/atexit.c: Likewise.
40530         * manual/examples/db.c: Likewise.
40531         * manual/examples/dir.c: Likewise.
40532         * manual/examples/dir2.c: Likewise.
40533         * manual/examples/execinfo.c: Likewise.
40534         * manual/examples/filecli.c: Likewise.
40535         * manual/examples/filesrv.c: Likewise.
40536         * manual/examples/fmtmsgexpl.c: Likewise.
40537         * manual/examples/genpass.c: Likewise.
40538         * manual/examples/inetcli.c: Likewise.
40539         * manual/examples/inetsrv.c: Likewise.
40540         * manual/examples/isockad.c: Likewise.
40541         * manual/examples/longopt.c: Likewise.
40542         * manual/examples/memopen.c: Likewise.
40543         * manual/examples/memstrm.c: Likewise.
40544         * manual/examples/mkfsock.c: Likewise.
40545         * manual/examples/mkisock.c: Likewise.
40546         * manual/examples/mygetpass.c: Likewise.
40547         * manual/examples/pipe.c: Likewise.
40548         * manual/examples/popen.c: Likewise.
40549         * manual/examples/rprintf.c: Likewise.
40550         * manual/examples/search.c: Likewise.
40551         * manual/examples/select.c: Likewise.
40552         * manual/examples/setjmp.c: Likewise.
40553         * manual/examples/sigh1.c: Likewise.
40554         * manual/examples/sigusr.c: Likewise.
40555         * manual/examples/stpcpy.c: Likewise.
40556         * manual/examples/strdupa.c: Likewise.
40557         * manual/examples/strftim.c: Likewise.
40558         * manual/examples/strncat.c: Likewise.
40559         * manual/examples/subopt.c: Likewise.
40560         * manual/examples/swapcontext.c: Likewise.
40561         * manual/examples/termios.c: Likewise.
40562         * manual/examples/testopt.c: Likewise.
40563         * manual/examples/testpass.c: Likewise.
40564         * manual/examples/timeval_subtract.c: Likewise.
40565
40566         [BZ #13792]
40567         * manual/time.texi (Elapsed Time): Move timeval_subtract example
40568         function to ...
40569         * manual/timeval_subtract.c.texi: ... here, new file.
40570
40571 2012-03-02  David S. Miller  <davem@davemloft.net>
40572
40573         * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
40574
40575 2012-03-02  Joseph Myers  <joseph@codesourcery.com>
40576
40577         [BZ #3976]
40578         * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
40579         (__sin): Save and restore rounding mode and use round-to-nearest
40580         for all computations.
40581         (__cos): Save and restore rounding mode and use round-to-nearest
40582         for all computations.
40583         * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
40584         <fenv.h>.
40585         (tan): Save and restore rounding mode and use round-to-nearest for
40586         all computations.
40587         * math/libm-test.inc (cos_test_tonearest): New function.
40588         (cos_test_towardzero): Likewise.
40589         (cos_test_downward): Likewise.
40590         (cos_test_upward): Likewise.
40591         (sin_test_tonearest): Likewise.
40592         (sin_test_towardzero): Likewise.
40593         (sin_test_downward): Likewise.
40594         (sin_test_upward): Likewise.
40595         (tan_test_tonearest): Likewise.
40596         (tan_test_towardzero): Likewise.
40597         (tan_test_downward): Likewise.
40598         (tan_test_upward): Likewise.
40599         (main): Call the new functions.
40600         * sysdeps/i386/fpu/libm-test-ulps: Update.
40601         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40602
40603         [BZ #10135]
40604         * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
40605         small n, then large n, before computing and testing k+n.
40606         * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
40607         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
40608         Likewise.
40609         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
40610         Likewise.
40611         * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
40612         * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
40613         * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
40614         * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
40615         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
40616         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
40617         * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
40618         * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
40619         * math/libm-test.inc (scalbn_test): Add more tests.
40620         (scalbln_test): Likewise.
40621
40622         * manual/filesys.texi (mode_t): Describe constraints on size and
40623         signedness, not exact equivalence to a particular type.
40624         (ino_t): Likewise.
40625         (ino64_t): Likewise.
40626         (dev_t): Likewise.
40627         (nlink_t): Likewise.
40628         (blkcnt_t): Likewise.
40629         (blkcnt64_t): Likewise.
40630         * manual/llio.texi (off_t): Likewise.
40631
40632         [BZ #3976]
40633         * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
40634         (__ieee754_exp): Save and restore rounding mode and use
40635         round-to-nearest for all computations.
40636         * math/libm-test.inc (exp_test_tonearest): New function.
40637         (exp_test_towardzero): Likewise.
40638         (exp_test_downward): Likewise.
40639         (exp_test_upward): Likewise.
40640         (main): Call the new functions.
40641         * sysdeps/i386/fpu/libm-test-ulps: Update.
40642         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40643
40644 2012-03-01  Chris Demetriou  <cgd@google.com>
40645
40646         * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
40647         have predictable order.
40648
40649 2012-03-01  David S. Miller  <davem@davemloft.net>
40650
40651         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
40652
40653         * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
40654         * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
40655         * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
40656         * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
40657
40658         * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
40659         * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
40660         * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
40661         * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
40662         * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
40663         * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
40664         * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
40665         * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
40666         * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
40667
40668         * sysdeps/sparc/fpu/libm-test-ulps: Update.
40669
40670         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
40671         * sysdeps/sparc/fpu/libm-test-ulps: to here.
40672         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
40673
40674         * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
40675         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
40676         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
40677         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
40678         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
40679         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
40680         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
40681         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
40682         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
40683         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
40684         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
40685         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
40686         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
40687         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
40688         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
40689         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
40690         * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
40691         * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
40692         * sysdeps/sparc/elf/configure: Regenerated.
40693
40694 2012-03-01  Joseph Myers  <joseph@codesourcery.com>
40695
40696         * configure.in (AS, LD): Require binutils 2.20 or later.
40697         * configure: Regenerated.
40698         * manual/install.texi (Tools for Compilation): Give binutils 2.20
40699         as required minimum version.
40700         * INSTALL: Regenerated.
40701
40702         [BZ #2541]
40703         [BZ #4108]
40704         * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
40705         before squaring exponent.
40706         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
40707         bottom long double and 27 bits of top long double before squaring
40708         exponent.
40709         * math/libm-test.inc (erfc_test): Add more tests.
40710         * sysdeps/i386/fpu/libm-test-ulps: Update.
40711         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
40712         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40713
40714 2012-03-01  Kai Tietz  <ktietz@redhat.com>
40715
40716         * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
40717         * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
40718         containing bit-fields.
40719         * soft-fp/extended.h (_FP_UNION_E): Likewise.
40720         * soft-fp/single.h (_FP_UNION_S): Likewise.
40721         * soft-fp/double.h (_FP_UNION_D): Likewise.
40722
40723 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40724
40725         [BZ #13786]
40726         * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
40727         not include ../strcmp.S.
40728         [USE_AS_STRNCASECMP_L]: Likewise.
40729         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
40730         (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
40731         * sysdeps/i386/i686/multiarch/strncase_l-c.c
40732         (__strncasecmp_l_ia32): Define as alias to
40733         __strncasecmp_l_nonascii.
40734
40735         [BZ #5794]
40736         * math/libm-test.inc (expm1_test): Add test for bug 5794.
40737         * sysdeps/i386/fpu/libm-test-ulps: Update.
40738         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40739
40740         * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
40741         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40742
40743 2012-02-29  Jeff Law  <law@redhat.com>
40744
40745         * resolv/res_query.c (__libc_res_nquerydomain): Avoid
40746         out of bounds read.
40747
40748 2012-02-29  Marek Polacek  <polacek@redhat.com>
40749
40750         [BZ #13706]
40751         * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
40752         * elf/Makefile: Add rules to run tst-unused-dep.out.
40753
40754 2012-02-28  David S. Miller  <davem@davemloft.net>
40755
40756         * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
40757         * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
40758         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
40759         * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
40760         * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
40761         * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
40762
40763 2012-02-29  Joseph Myers  <joseph@codesourcery.com>
40764
40765         * math/libm-test.inc (llround_test): Move one test from
40766         lround_test.  Use TEST_f_L in moved test.
40767         (lround_test): Move misplaced test to llround_test.  Add testcase
40768         from bug 2561.
40769
40770 2012-02-28  Ulrich Drepper  <drepper@gmail.com>
40771
40772         * sysdeps/x86_64/fpu/e_expf.S: New file.
40773         Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
40774
40775 2012-02-28  Stanislav Brabec  <sbrabec@suse.cz>
40776
40777         [BZ #13637]
40778         * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
40779         of remain_len that may cause incomplete multi-byte character and
40780         false match.
40781         * posix/bug-regex33.c: New file.
40782         * posix/Makefile (tests): Add bug-regex33.
40783
40784 2012-02-28  Joseph Myers  <joseph@codesourcery.com>
40785
40786         * manual/macros.texi: New file.
40787         * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
40788         * manual/libc.texinfo: Include macros.texi.
40789         * manual/creatute.texi: Likewise.
40790         * manual/install.texi: Likewise.
40791         * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
40792         @glibcadj{} in references to the GNU C Library.
40793         * manual/charset.texi: Likewise.
40794         * manual/conf.texi: Likewise.
40795         * manual/contrib.texi: Likewise.  Consistently use "GNU C Library"
40796         when not using those macros.
40797         * manual/creature.texi: Likewise.
40798         * manual/crypt.texi: Likewise.
40799         * manual/errno.texi: Likewise.
40800         * manual/filesys.texi: Likewise.
40801         * manual/header.texi: Likewise.
40802         * manual/install.texi: Likewise.
40803         * manual/intro.texi: Likewise.
40804         * manual/io.texi: Likewise.
40805         * manual/job.texi: Likewise.
40806         * manual/lang.texi: Likewise.
40807         * manual/libc.texiinfo: Likewise.
40808         * manual/llio.texi: Likewise.
40809         * manual/locale.texi: Likewise.
40810         * manual/maint.texi: Likewise.
40811         * manual/math.texi: Likewise.
40812         * manual/memory.texi: Likewise.
40813         * manual/message.texi: Likewise.
40814         * manual/nss.texi: Likewise.
40815         * manual/pattern.texi: Likewise.
40816         * manual/process.texi: Likewise.
40817         * manual/resource.texi: Likewise.
40818         * manual/search.texi: Likewise.
40819         * manual/setjmp.texi: Likewise.
40820         * manual/signal.texi: Likewise.
40821         * manual/socket.texi: Likewise.
40822         * manual/startup.texi: Likewise.
40823         * manual/stdio.texi: Likewise.
40824         * manual/string.texi: Likewise.
40825         * manual/sysinfo.texi: Likewise.
40826         * manual/syslog.texi: Likewise.
40827         * manual/terminal.texi: Likewise.
40828         * manual/time.texi: Likewise.
40829         * manual/users.texi: Likewise.
40830         * INSTALL: Regenerated.
40831         * NOTES: Regenerated.
40832         * sysdeps/gnu/errlist.c: Regenerated.
40833
40834 2012-02-28  Andreas Schwab  <schwab@linux-m68k.org>
40835
40836         * include/dirent.h: Include <dirstream.h> before
40837         <dirent/dirent.h>.
40838
40839 2012-02-28  David S. Miller  <davem@davemloft.net>
40840
40841         * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
40842         * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
40843         * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
40844         * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
40845
40846 2012-02-27  David S. Miller  <davem@davemloft.net>
40847
40848         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
40849         * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
40850         * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
40851         * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
40852
40853         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
40854         frame pointer instead of stack pointer relative arg slot.
40855         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40856         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40857         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40858
40859 2012-02-27  Carlos O'Donell  <carlos_odonell@mentor.com>
40860
40861         [BZ #3992]
40862         * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
40863
40864 2012-02-27  David S. Miller  <davem@davemloft.net>
40865
40866         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
40867         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
40868         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
40869         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
40870         * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
40871         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
40872         * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
40873         * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
40874
40875 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40876
40877         * configure.in (CC): Restrict allowed GCC versions to 4.3 and
40878         later.  Allow versions 5-9.
40879         * configure: Regenerated.
40880         * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
40881         required minimum version and 4.6 as recommended version.  Do not
40882         mention bugs in GCC 2.7 and 2.8.
40883         * INSTALL: Regenerated.
40884
40885 2012-02-27  David S. Miller  <davem@davemloft.net>
40886
40887         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
40888         * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
40889         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
40890         * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
40891         * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
40892         * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
40893         * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
40894         * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
40895
40896         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
40897         manipulate bits before adding and subtracting TWO112[sx].
40898         * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
40899
40900 2012-02-27  Roland McGrath  <roland@hack.frob.com>
40901
40902         [BZ #13775]
40903         * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
40904         [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
40905         * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
40906         being in POSIX, because they are in 1003.1-2008.
40907
40908         * rt/tst-aio.c: Include <fcntl.h>.
40909         * rt/tst-aio7.c: Likewise.
40910         * rt/tst-aio64.c: Likewise.
40911
40912         * stdio-common/tst-fmemopen.c (main): Remove spurious const.
40913
40914 2012-02-27  Joseph Myers  <joseph@codesourcery.com>
40915
40916         * manual/install.texi (--with-headers): Describe headers as
40917         interface headers, not private headers.
40918         (Specific advice for GNU/Linux systems): Describe use of headers
40919         from "make headers_install", not private headers from older
40920         kernels.
40921         * INSTALL: Regenerated.
40922         * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
40923         Change to 2.6.19.
40924         * sysdeps/unix/sysv/linux/configure: Regenerated.
40925
40926         * manual/llio.texi (fclean): Remove documentation.
40927
40928         * manual/Makefile (libc-texi-generated): New variable.  Include
40929         version.texi.
40930         (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
40931         $(libc-texi-generated), not duplicated list of files.
40932         (version.texi, stamp-version): New rules.
40933         (realclean): Remove $(libc-texi-generated), not individual files
40934         from that list.  Do not remove dir-add.texinfo.
40935         * manual/libc.texinfo: Comment out uses of edition numbers and
40936         references to printed manual.  Remove last-updated dates.
40937         (EDITION): Comment out.
40938         (ISBN): Likewise.
40939         (VERSION, UPDATED): Remove.
40940         (version.texi): Include.
40941
40942 2012-02-27  Andreas Schwab  <schwab@linux-m68k.org>
40943
40944         * sysdeps/posix/spawni.c: Include <signal.h>.
40945         * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
40946         * sysdeps/pthread/aio_fsync.c: Likewise.
40947
40948 2012-02-26  Ulrich Drepper  <drepper@gmail.com>
40949
40950         * conform/Makefile (tests): Run only when not cross-compiling and
40951         when fast-check is not defined.
40952
40953         * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
40954         * conform/data/limits.h-data: Fixes for POSIX2008.
40955         * conform/run-conformtest.sh: Run all tests.
40956         * include/arpa/inet.h: Changes to allow conformtest.pl to use the
40957         headers.
40958         * include/bits/dlfcn.h: Likewise.
40959         * include/langinfo.h: Likewise.
40960         * include/monetary.h: Likewise.
40961         * include/sys/poll.h: Likewise.
40962
40963         * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
40964         for __USE_GNU.
40965         * posix/spawn.h: Define __need_sigset_t.
40966         * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
40967         * posix/unistd.h: Declare ctermid only for XPG before XPG6.
40968         * rt/aio.h: Don't include fcntl.h and signal.h.  Use bits/siginfo.h
40969         to get sigevent_t only.
40970         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
40971         only for __USE_GNU.
40972         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
40973         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
40974         process_vm_writev only for __USE_GNU.
40975         * termios/termios.h: Declare tcgetsid also for POSIX2008.
40976
40977         * conform/Makefile: For now ignore errors from run-conformtest.
40978         * conform/conformtest.pl: Simplify code.  Add -ansi to CFLAGS for
40979         POSIX to avoid namespace pollution.  Don't prepend headers.
40980         * conform/data/aio.h-data: Fixes for POSIX testing.
40981         * conform/data/fcntl.h-data: Likewise.
40982         * conform/data/glob.h-data: Likewise.
40983         * conform/data/grp.h-data: Likewise.
40984         * conform/data/pthread.h-data: Likewise.
40985         * conform/data/pwd.h-data: Likewise.
40986         * conform/data/signal.h-data: Likewise.
40987         * conform/data/spawn.h-data: Likewise.
40988         * conform/data/stdio.h-data: Likewise.
40989         * conform/data/stdlib.h-data: Likewise.
40990         * conform/data/stropts.h-data: Likewise.
40991         * conform/data/sys/mman.h-data: Likewise.
40992         * conform/data/sys/stat.h-data: Likewise.
40993         * conform/data/sys/types.h-data: Likewise.
40994         * conform/data/sys/wait.h-data: Likewise.
40995         * conform/data/time.h-data: Likewise.
40996         * conform/data/unistd.h-data: Likewise.
40997         * conform/data/utime.h-data: Likewise.
40998
40999         * io/sys/stat.h: fchmod was always in POSIX.
41000         * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
41001         * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
41002         * rt/aio.h: Define __need_timespec before including <time.h>.
41003         * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
41004         struct.  Add forward declaration of pthread_attr_t and use it in
41005         sigevent.
41006         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
41007         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
41008         * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
41009         always remove CLK_TCK definition.
41010
41011 2012-02-26  Andreas Schwab  <schwab@linux-m68k.org>
41012
41013         * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
41014
41015 2012-02-25  Ulrich Drepper  <drepper@gmail.com>
41016
41017         * conform/run-conformtest.sh: New file.
41018         * conform/Makefile: Run run-conformtest for tests.
41019         * conform/conformtest.pl: Many bug fixes.  Add ISO C99, ISO C11
41020         support.
41021
41022         * conform/data/uchar.h-data: New file.
41023         * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
41024         * conform/data/arpa/inet.h-data: Likewise.
41025         * conform/data/assert.h-data: Likewise.
41026         * conform/data/complex.h-data: Likewise.
41027         * conform/data/cpio.h-data: Likewise.
41028         * conform/data/ctype.h-data: Likewise.
41029         * conform/data/dirent.h-data: Likewise.
41030         * conform/data/dlfcn.h-data: Likewise.
41031         * conform/data/errno.h-data: Likewise.
41032         * conform/data/fcntl.h-data: Likewise.
41033         * conform/data/float.h-data: Likewise.
41034         * conform/data/fmtmsg.h-data: Likewise.
41035         * conform/data/fnmatch.h-data: Likewise.
41036         * conform/data/ftw.h-data: Likewise.
41037         * conform/data/glob.h-data: Likewise.
41038         * conform/data/grp.h-data: Likewise.
41039         * conform/data/iconv.h-data: Likewise.
41040         * conform/data/inttypes.h-data: Likewise.
41041         * conform/data/langinfo.h-data: Likewise.
41042         * conform/data/libgen.h-data: Likewise.
41043         * conform/data/limits.h-data: Likewise.
41044         * conform/data/locale.h-data: Likewise.
41045         * conform/data/math.h-data: Likewise.
41046         * conform/data/monetary.h-data: Likewise.
41047         * conform/data/mqueue.h-data: Likewise.
41048         * conform/data/ndbm.h-data: Likewise.
41049         * conform/data/net/if.h-data: Likewise.
41050         * conform/data/netdb.h-data: Likewise.
41051         * conform/data/netinet/in.h-data: Likewise.
41052         * conform/data/nl_types.h-data: Likewise.
41053         * conform/data/poll.h-data: Likewise.
41054         * conform/data/pthread.h-data: Likewise.
41055         * conform/data/pwd.h-data: Likewise.
41056         * conform/data/regex.h-data: Likewise.
41057         * conform/data/sched.h-data: Likewise.
41058         * conform/data/search.h-data: Likewise.
41059         * conform/data/semaphore.h-data: Likewise.
41060         * conform/data/setjmp.h-data: Likewise.
41061         * conform/data/signal.h-data: Likewise.
41062         * conform/data/spawn.h-data: Likewise.
41063         * conform/data/stdarg.h-data: Likewise.
41064         * conform/data/stdio.h-data: Likewise.
41065         * conform/data/stdlib.h-data: Likewise.
41066         * conform/data/string.h-data: Likewise.
41067         * conform/data/strings.h-data: Likewise.
41068         * conform/data/stropts.h-data: Likewise.
41069         * conform/data/sys/ipc.h-data: Likewise.
41070         * conform/data/sys/mman.h-data: Likewise.
41071         * conform/data/sys/msg.h-data: Likewise.
41072         * conform/data/sys/resource.h-data: Likewise.
41073         * conform/data/sys/select.h-data: Likewise.
41074         * conform/data/sys/sem.h-data: Likewise.
41075         * conform/data/sys/shm.h-data: Likewise.
41076         * conform/data/sys/socket.h-data: Likewise.
41077         * conform/data/sys/stat.h-data: Likewise.
41078         * conform/data/sys/statvfs.h-data: Likewise.
41079         * conform/data/sys/time.h-data: Likewise.
41080         * conform/data/sys/timeb.h-data: Likewise.
41081         * conform/data/sys/times.h-data: Likewise.
41082         * conform/data/sys/types.h-data: Likewise.
41083         * conform/data/sys/uio.h-data: Likewise.
41084         * conform/data/sys/un.h-data: Likewise.
41085         * conform/data/sys/utsname.h-data: Likewise.
41086         * conform/data/sys/wait.h-data: Likewise.
41087         * conform/data/syslog.h-data: Likewise.
41088         * conform/data/tar.h-data: Likewise.
41089         * conform/data/termios.h-data: Likewise.
41090         * conform/data/utime.h-data: Likewise.
41091         * conform/data/utmpx.h-data: Likewise.
41092         * conform/data/varargs.h-data: Likewise.
41093         * conform/data/wchar.h-data: Likewise.
41094         * conform/data/wctype.h-data: Likewise.
41095         * conform/data/wordexp.h-data: Likewise.
41096
41097         * include/stropts.h: New file.
41098         * include/uchar.h: New file.
41099         * include/aio.h: Changes to allow conformtest.pl to use the headers.
41100         * include/assert.h: Likewise.
41101         * include/ctype.h: Likewise.
41102         * include/dirent.h: Likewise.
41103         * include/dlfcn.h: Likewise.
41104         * include/fcntl.h: Likewise.
41105         * include/fnmatch.h: Likewise.
41106         * include/glob.h: Likewise.
41107         * include/grp.h: Likewise.
41108         * include/libio.h: Likewise.
41109         * include/locale.h: Likewise.
41110         * include/math.h: Likewise.
41111         * include/net/if.h: Likewise.
41112         * include/netdb.h: Likewise.
41113         * include/netinet/in.h: Likewise.
41114         * include/pthread.h: Likewise.
41115         * include/pwd.h: Likewise.
41116         * include/regex.h: Likewise.
41117         * include/sched.h: Likewise.
41118         * include/search.h: Likewise.
41119         * include/setjmp.h: Likewise.
41120         * include/signal.h: Likewise.
41121         * include/stdio.h: Likewise.
41122         * include/stdlib.h: Likewise.
41123         * include/string.h: Likewise.
41124         * include/sys/cdefs.h: Likewise.
41125         * include/sys/mman.h: Likewise.
41126         * include/sys/msg.h: Likewise.
41127         * include/sys/resource.h: Likewise.
41128         * include/sys/select.h: Likewise.
41129         * include/sys/socket.h: Likewise.
41130         * include/sys/stat.h: Likewise.
41131         * include/sys/statvfs.h: Likewise.
41132         * include/sys/time.h: Likewise.
41133         * include/sys/times.h: Likewise.
41134         * include/sys/uio.h: Likewise.
41135         * include/sys/utsname.h: Likewise.
41136         * include/sys/wait.h: Likewise.
41137         * include/termios.h: Likewise.
41138         * include/time.h: Likewise.
41139         * include/ulimit.h: Likewise.
41140         * include/unistd.h: Likewise.
41141         * include/utime.h: Likewise.
41142         * include/wchar.h: Likewise.
41143         * include/wctype.h: Likewise.
41144         * include/wordexp.h: Likewise.
41145
41146         * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
41147
41148         * time/time.h: TIME_UTC must be a macro.
41149         Make timespec_get available for ISO C11 only as well.
41150
41151 2012-02-24  Ulrich Drepper  <drepper@gmail.com>
41152
41153         * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
41154         Reported by Peng Haitao <penght@cn.fujitsu.com>.
41155
41156 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41157
41158         * configure.in: Use -o not -a in test for unsupported multi-arch.
41159
41160 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41161
41162         * manual/texinfo.tex: Update to version 2012-01-19.16.
41163
41164 2012-02-24  Joseph Myers  <joseph@codesourcery.com>
41165
41166         * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
41167
41168 2012-02-24  Roland McGrath  <roland@hack.frob.com>
41169
41170         [BZ #13738]
41171         * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
41172         * manual/fdl-1.3.texi: New file.
41173         * manual/fdl-1.1.texi: File removed.
41174
41175         [BZ #13738]
41176         * manual/libc.texinfo (FDL_VERSION): New @set.
41177         Use it for mention of FDL in cover text.
41178         (Documentation License): Use it in @include file name.
41179
41180 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41181             Roland McGrath  <roland@hack.frob.com>
41182
41183         [BZ #5461]
41184         * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
41185         (not LONG_LONG_MAX and LONG_LONG_MIN.
41186         * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
41187         LLONG_MIN.  Refer to LONG_LONG_MIN only as older GCC-specific
41188         name.
41189         (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
41190
41191 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41192
41193         [BZ #2547]
41194         [BZ #11365]
41195         * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
41196         manipulate bits before adding and subtracting TWO23[sx].
41197         * math/libm-test.inc (nearbyint_test): Add more tests.
41198
41199 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41200
41201         [BZ #2548]
41202         * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
41203         bits before adding and subtracting TWO23[sx].
41204         * math/libm-test.inc (rint_test): Add more tests.
41205         (rint_test_tonearest): Likewise.
41206         (rint_test_towardzero): Likewise.
41207         (rint_test_downward): Likewise.
41208         (rint_test_upward: Likewise.
41209
41210 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41211
41212         [BZ #10110]
41213         * include/stdc-predef.h: New file.  Extracted from features.h.
41214         * include/features.h: Include stdc-predef.h.
41215         * Makefile (headers): Add stdc-predef.h.
41216         * CONFORMANCE (Compiler limitations): Update.
41217
41218 2012-02-22  Joseph Myers  <joseph@codesourcery.com>
41219
41220         * manual/libc.texinfo (VERSION, UPDATED): Revert.
41221
41222 2012-02-21  David S. Miller  <davem@davemloft.net>
41223
41224         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
41225         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41226
41227 2012-02-20  David S. Miller  <davem@davemloft.net>
41228
41229         * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
41230         using a normal save/restore sequence, rather than allocating a
41231         dummy stack frame just to store a frame pointer and restore.
41232         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41233
41234 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41235
41236         * manual/install.texi: Fix stray word in line-wrapped comment.
41237
41238 2012-02-20  David S. Miller  <davem@davemloft.net>
41239
41240         * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
41241         both binutils and gcc support GOTDATA.
41242
41243         * sysdeps/unix/sparc/sysdep.h: Document why we don't use
41244         "rd %pc" in the PIC register setup sequences.
41245
41246         * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
41247         * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
41248         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
41249         * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
41250         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
41251         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
41252         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
41253         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
41254         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
41255         (SYSCALL_ERROR_HANDLER): Likewise.
41256         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
41257         * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
41258         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
41259         (SYSCALL_ERROR_HANDLER): Likewise.
41260
41261         * config.h.in (HAVE_BINUTILS_GOTDATA): New.
41262         (HAVE_GCC_GOTDATA): New.
41263         * sysdeps/sparc/elf/configure.in: Test for GOTDATA
41264         relocation support in both binutils and gcc.
41265         * sysdeps/sparc/elf/configure: Regenerate.
41266
41267         * sysdeps/sparc/sparc32/elf/configure.in: Delete.
41268         * sysdeps/sparc/sparc32/elf/configure: Delete.
41269         * sysdeps/sparc/sparc64/elf/configure.in: Delete.
41270         * sysdeps/sparc/sparc64/elf/configure: Delete.
41271         * sysdeps/sparc/elf/configure.in: New file.
41272         * sysdeps/sparc/elf/configure: Generate.
41273
41274         * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
41275         * sysdeps/sparc/sparc32/elf/configure: Regenerate.
41276         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
41277         * sysdeps/sparc/sparc64/elf/configure: Regenerate.
41278         * config.h.in (BROKEN_SPARC_WDISP22): Remove.
41279
41280 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41281
41282         * manual/install.texi: Do not mention specific glibc version
41283         numbers.
41284         * manual/libc.texinfo (VERSION, UPDATED): Update.
41285         (@copying): Use @copyright{} and range of years.
41286
41287 2012-02-21  Joseph Myers  <joseph@codesourcery.com>
41288
41289         [BZ #13695]
41290         * csu/Makefile (distribute): Remove initfini.c and defs.awk.
41291         [crti.S not in sysdirs] (generated): Do not append.
41292         [crti.S not in sysdirs] (omit-deps): Likewise.
41293         [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
41294         [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
41295         [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
41296         [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
41297         [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
41298         Likewise.
41299         [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
41300         [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
41301         [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
41302         * csu/defs.awk: Remove file.
41303         * sysdeps/generic/initfini.c: Likewise.
41304         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
41305         variable.
41306         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
41307         Likewise.
41308
41309 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41310
41311         * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
41312         * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
41313         * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
41314         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
41315         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
41316         * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
41317         <bits/epoll.h>.
41318         (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
41319         (__EPOLL_PACKED): Define to empty if not defined by
41320         <bits/epoll.h>.
41321         (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
41322         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41323         bits/epoll.h.
41324
41325 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41326
41327         * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
41328         * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
41329         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
41330         * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
41331         <bits/timerfd.h>.
41332         (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
41333         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41334         bits/timerfd.h.
41335
41336 2012-02-20  Joseph Myers  <joseph@codesourcery.com>
41337
41338         * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
41339         in C locale.
41340         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
41341         * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
41342         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
41343         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41344
41345 2012-02-20  Aurelien Jarno  <aurelien@aurel32.net>
41346
41347         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41348         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
41349
41350 2012-02-19  Andreas Schwab  <schwab@linux-m68k.org>
41351
41352         * manual/errno.texi (Error Codes): Add EHWPOISON entry.
41353         * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
41354         defined.
41355         * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
41356         Likewise.
41357         * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
41358         entry for 2.16.
41359
41360 2012-02-19  Aurelien Jarno  <aurelien@aurel32.net>
41361
41362         * math/w_acos.c: Use non-signaling floating-point comparisons.
41363         * math/w_acosf.c: Likewise.
41364         * math/w_acosh.c: Likewise.
41365         * math/w_acoshf.c: Likewise.
41366         * math/w_acoshl.c: Likewise.
41367         * math/w_acosl.c: Likewise.
41368         * math/w_asin.c: Likewise.
41369         * math/w_asinf.c: Likewise.
41370         * math/w_asinl.c: Likewise.
41371         * math/w_atanh.c: Likewise.
41372         * math/w_atanhf.c: Likewise.
41373         * math/w_atanhl.c: Likewise.
41374         * math/w_exp2.c: Likewise.
41375         * math/w_exp2f.c: Likewise.
41376         * math/w_exp2l.c: Likewise.
41377         * math/w_j0.c: Likewise.
41378         * math/w_j0f.c: Likewise.
41379         * math/w_j0l.c: Likewise.
41380         * math/w_j1.c: Likewise.
41381         * math/w_j1f.c: Likewise.
41382         * math/w_j1l.c: Likewise.
41383         * math/w_jn.c: Likewise.
41384         * math/w_jnf.c: Likewise.
41385         * math/w_log.c: Likewise.
41386         * math/w_log10.c: Likewise.
41387         * math/w_log10f.c: Likewise.
41388         * math/w_log10l.c: Likewise.
41389         * math/w_log2.c: Likewise.
41390         * math/w_log2f.c: Likewise.
41391         * math/w_log2l.c: Likewise.
41392         * math/w_logf.c: Likewise.
41393         * math/w_logl.c: Likewise.
41394         * math/w_sqrt.c: Likewise.
41395         * math/w_sqrtf.c: Likewise.
41396         * math/w_sqrtl.c: Likewise.
41397         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
41398         * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
41399         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
41400         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
41401         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
41402
41403 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41404
41405         [BZ #9739]
41406         * manual/string.texi (strnlen): Use correct parameter name in
41407         equivalent expression.
41408
41409 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41410
41411         [BZ #11174]
41412         * manual/users.texi (seteuid): Consistently use neweuid for
41413         argument name.
41414
41415 2012-02-19  Joseph Myers  <joseph@codesourcery.com>
41416
41417         [BZ #13704]
41418         * manual/nss.texi (Services in the NSS configuration): Correct
41419         list of services in example configuration file.
41420
41421 2012-02-19  Nick Bowler  <nbowler@draconx.ca>
41422
41423         [BZ #11322]
41424         * manual/arith.texi: Remove statements about negative zero
41425         behaving identically to zero.
41426
41427 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41428
41429         [BZ #5993]
41430         * manual/install.texi: Do not document upgrading from libc5.
41431
41432 2012-02-18  Joseph Myers  <joseph@codesourcery.com>
41433
41434         [BZ #4596]
41435         * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
41436
41437 2012-02-18  David S. Miller  <davem@davemloft.net>
41438
41439         * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
41440         (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
41441         %o7 across the call.
41442         (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
41443         instead.
41444         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
41445         SETUP_PIC_REG_LEAF.
41446         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
41447         * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
41448         * sysdeps/sparc/crtn.S: Likewise.
41449
41450 2012-02-17  Ulrich Drepper  <drepper@gmail.com>
41451
41452         * aout/Makefile: Remove.
41453
41454 2012-02-18  Rafe Kettler  <rafe.kettler@gmail.com>
41455
41456         [BZ #13058]
41457         * manual/examples/argp-ex1.c (main): Format definition in GNU
41458         style.
41459         * manual/examples/argp-ex2.c (main): Likewise.
41460         * manual/examples/argp-ex3.c (main): Likewise.
41461         * manual/examples/argp-ex4.c (main): Likewise.
41462         * manual/examples/longopt.c (main): Use new-style prototype
41463         definition.
41464         * manual/examples/strncat.c (main): Specify return type and use
41465         (void) for arguments.
41466         * manual/examples/subopt.c (main): Use char **argv argument.
41467
41468 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41469
41470         [BZ #5077]
41471         * manual/lang.texi (FLT_EPSILON): Avoid description depending on
41472         rounding modes.
41473
41474 2012-02-17  Fabrice Bauzac  <fabrice.bauzac@wanadoo.fr>
41475
41476         [BZ #6907]
41477         * manual/string.texi (strchr): Change when strchrnul is
41478         recommended.
41479
41480 2012-02-17  Dwayne Grant McConnell  <decimal@us.ibm.com>
41481
41482         [BZ #174]
41483         * manual/locale.texi (setlocale): Document LOCPATH.
41484
41485 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41486
41487         [BZ #10210]
41488         * manual/process.texi (execle): Move @dots{} before last argument.
41489
41490 2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
41491
41492         [BZ #12047]
41493         * manual/charset.texi (Generic Charset Conversion): Fix typo
41494         (LC_TYPE -> LC_CTYPE).
41495
41496 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
41497
41498         [BZ #5805]
41499         * manual/arith.texi (scalbn): Use @var{} on parameter names.
41500         (scalbnf): Likewise.
41501         (scalbnl): Likewise.
41502         (scalbln): Likewise.
41503         (scalblnf): Likewise.
41504         (scalblnl): Likewise.
41505         * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
41506         (vwarnx): Likewise.
41507         (verr): Likewise.
41508         (verrx): Likewise.
41509         * manual/filesys.texi (telldir): Use braces around return type.
41510         * manual/llio.texi (mmap): Add space after comma.
41511         (mmap64): Likewise.
41512         * manual/math.texi (jn): Use @var{} on parameter names.
41513         (jnf): Likewise.
41514         (jnl): Likewise.
41515         (yn): Likewise.
41516         (ynf): Likewise.
41517         (ynl): Likewise.
41518         * manual/memory.texi (alloca): Remove semicolon on @deftypefun
41519         line.
41520         * manual/resource.texi (ulimit): Use @dots{} instead of literal
41521         "...".
41522         (sched_get_priority_min): Remove semicolon on @deftypefun line.
41523         (sched_get_priority_max): Likewise.
41524         * manual/signal.texi (sigvec): Add space after comma.
41525         * manual/socket.texi (if_nametoindex): Use @var{} on parameter
41526         names.
41527         (if_indextoname): Likewise.
41528         (if_freenameindex): Likewise.
41529         (sendto): Use ',' instead of '.' in prototype.
41530         * manual/startup.texi (syscall): Use @dots{} instead of literal
41531         "...".
41532         * manual/stdio.texi (__fpending): Separate initial words of
41533         paragraph from @deftypefun line.
41534         * manual/syslog.texi (syslog): Use @dots{} instead of literal
41535         "...".
41536         (vsyslog): Use @var{} on parameter names.
41537         * manual/terminal.texi (stty): Use @var{} on parameter names.
41538         * manual/users.texi (getutmp): Use @var{} on parameter names.
41539         (getutmpx): Likewise.
41540
41541 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41542
41543         [BZ #6884]
41544         * manual/stdio.texi (fopen): Fix typos in description of
41545         ",ccs=STRING".
41546
41547 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
41548
41549         [BZ #4026]
41550         * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
41551         get clock_id definition.
41552
41553 2012-02-17  Thomas Schwinge  <thomas@schwinge.name>
41554
41555         [BZ #4822]
41556         * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
41557         (madvise): Cast every argument to void on its own.
41558
41559 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41560
41561         [BZ #9902]
41562         * manual/startup.texi (Exit Status): Fix typo.
41563
41564 2012-02-17  Joseph Myers  <joseph@codesourcery.com>
41565
41566         [BZ #10140]
41567         * manual/examples/argp-ex1.c: Include <stdlib.h>.
41568         * manual/examples/argp-ex2.c: Likewise.
41569         * manual/examples/argp-ex3.c: Likewise.
41570
41571 2012-02-16  Richard Henderson  <rth@redhat.com>
41572
41573         * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
41574         * sysdeps/s390/s390-32/initfini.c: Remove.
41575         * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
41576         * sysdeps/s390/s390-64/initfini.c: Remove.
41577
41578 2012-02-15  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
41579
41580         * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
41581         compiler output for sysdeps/generic/initfini.c.
41582         * sysdeps/sh/elf/initfini.c: Remove file.
41583
41584 2012-02-16  David S. Miller  <davem@davemloft.net>
41585
41586         [BZ #11494]
41587         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
41588
41589         * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
41590         * sysdeps/sparc/crti.S: New file.
41591         * sysdeps/sparc/crtn.S: New file.
41592         * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
41593         * sysdeps/sparc/sparc64/Makefile: Likewise.
41594
41595 2012-02-15  Mike Frysinger  <vapier@gentoo.org>
41596
41597         [BZ #3335]
41598         * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
41599
41600 2012-02-15  Roland McGrath  <roland@hack.frob.com>
41601
41602         [BZ #4822]
41603         * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
41604
41605         * mach/devstream.c (cookie_io_functions_t): Macro removed.
41606         (write, read, close): Likewise.
41607         Patch by Aurelien Jarno <aurelien@aurel32.net>.
41608
41609 2012-02-15  Joseph Myers  <joseph@codesourcery.com>
41610
41611         * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
41612         * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
41613         * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
41614         * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
41615         <bits/signalfd.h>.
41616         (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
41617         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41618         bits/signalfd.h.
41619
41620 2012-02-14  Marek Polacek  <polacek@redhat.com>
41621
41622         * sysdeps/x86_64/crti.S: New file.
41623         * sysdeps/x86_64/crtn.S: New file.
41624         * sysdeps/x86_64/elf/initfini.c: Remove file.
41625
41626 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41627
41628         * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
41629         * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
41630         * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
41631         * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
41632         <bits/inotify.h>.
41633         (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
41634         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41635         bits/inotify.h.
41636
41637 2012-02-13  Joseph Myers  <joseph@codesourcery.com>
41638
41639         * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
41640         * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
41641         * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
41642         * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
41643         <bits/eventfd.h>.
41644         (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
41645         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
41646         bits/eventfd.h.
41647
41648 2012-02-10  Thomas Schwinge  <thomas@codesourcery.com>
41649
41650         * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
41651         __feraiseexcept instead of feraiseexcept.
41652
41653         * rt/tst-cpuclock1.c: Add a few comments, and error checking for
41654         nanosleep invocations.
41655         * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
41656         strings, and add error checking for a nanosleep invocations.
41657
41658 2012-02-09  Paul Eggert  <eggert@cs.ucla.edu>
41659
41660         Replace FSF snail mail address with URLs, as per GNU coding standards.
41661         Most of the snail mail addresses were wrong anyway, and omitting
41662         them makes the source code easier to maintain.  Almost all of the
41663         changes are to license notices and to locale LC_IDENTIFICATION
41664         addresses, except for this one:
41665         * manual/libc.texinfo: In "Published by", give the FSF's URL,
41666         not its snail mail address.
41667
41668 2012-02-09  Richard Henderson  <rth@twiddle.net>
41669
41670         * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
41671         of kernel-features.h.
41672
41673         * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
41674
41675 2012-02-08  Marek Polacek  <polacek@redhat.com>
41676
41677         * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
41678         * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
41679         * sysdeps/gnu/_G_config.h: Likewise.
41680         * sysdeps/generic/_G_config.h: Likewise.
41681
41682 2012-02-08  Andreas Schwab  <schwab@linux-m68k.org>
41683
41684         * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
41685         tests.
41686         * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41687
41688         * sysdeps/powerpc/powerpc32/crti.S: New file.
41689         * sysdeps/powerpc/powerpc32/crtn.S: New file.
41690         * sysdeps/powerpc/powerpc64/crti.S: New file.
41691         * sysdeps/powerpc/powerpc64/crtn.S: New file.
41692
41693         * Makeconfig (have-initfini): Don't set.
41694         * config.make.in (have-initfini, need-nopic-initfini): Don't set.
41695         * configure.in (nopic_initfini): Don't substitute.
41696         * config.h.in (HAVE_INITFINI): Don't #undef.
41697         * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
41698         * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
41699
41700 2012-02-08  Joseph Myers  <joseph@codesourcery.com>
41701
41702         Support crti.S and crtn.S provided directly by architectures.
41703         * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
41704         [crti.S in sysdirs] (omit-deps): Likewise.
41705         [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
41706         [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
41707         [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
41708         [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
41709         [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
41710         [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
41711         [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
41712         [crti.S in sysdirs] (initfini.c): Remove vpath directive.
41713         * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
41714         compiler output for sysdeps/generic/initfini.c.
41715         * sysdeps/i386/elf/Makefile: Remove file.
41716         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
41717
41718 2012-02-07  Marek Polacek  <polacek@redhat.com>
41719
41720         * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
41721         * sysdeps/gnu/_G_config.h: Likewise.
41722         * sysdeps/mach/hurd/_G_config.h: Likewise.
41723
41724 2012-02-07  Marek Polacek  <polacek@redhat.com>
41725
41726         * math/Makefile (tests): Add tst-CMPLX2.
41727         * math/tst-CMPLX2.c: New file.
41728
41729 2012-02-07  Andreas Schwab  <schwab@linux-m68k.org>
41730
41731         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
41732
41733         * math/libm-test.inc (jn_test): Add missing L suffix.
41734
41735 2012-02-06  Marek Polacek  <polacek@redhat.com>
41736
41737         * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
41738         * sysdeps/i386/fpu/e_powf.S: Likewise.
41739         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
41740         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
41741         * sysdeps/i386/fpu/e_acosh.S: Likewise.
41742         * sysdeps/i386/fpu/e_pow.S: Likewise.
41743         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
41744         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
41745         * sysdeps/i386/fpu/s_expm1.S: Likewise.
41746         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
41747         * sysdeps/i386/fpu/e_log2.S: Likewise.
41748         * sysdeps/i386/fpu/e_log2l.S: Likewise.
41749         * sysdeps/i386/fpu/e_scalb.S: Likewise.
41750         * sysdeps/i386/fpu/e_powl.S: Likewise.
41751         * sysdeps/i386/fpu/s_log1p.S: Likewise.
41752         * sysdeps/i386/fpu/e_log10f.S: Likewise.
41753         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
41754         * sysdeps/i386/fpu/e_logl.S: Likewise.
41755         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
41756         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
41757         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
41758         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
41759         * sysdeps/i386/fpu/e_log2f.S: Likewise.
41760         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
41761         * sysdeps/i386/fpu/e_log.S: Likewise.
41762         * sysdeps/i386/fpu/s_cexp.S: Likewise.
41763         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
41764         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
41765         * sysdeps/i386/fpu/e_logf.S: Likewise.
41766         * sysdeps/i386/fpu/e_log10l.S: Likewise.
41767         * sysdeps/i386/fpu/e_atanh.S: Likewise.
41768         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
41769         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
41770         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
41771         * sysdeps/i386/fpu/e_log10.S: Likewise.
41772         * sysdeps/i386/fpu/s_frexp.S: Likewise.
41773         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
41774         * sysdeps/i386/fpu/s_asinh.S: Likewise.
41775         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
41776         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
41777         * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
41778         * sysdeps/i386/asm-syntax.h: Likewise.
41779         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
41780         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
41781         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
41782         * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
41783         * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
41784         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
41785         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
41786         * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
41787         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
41788         * sysdeps/powerpc/sysdep.h: Likewise.
41789         * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
41790         * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41791
41792 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41793
41794         [BZ #411]
41795         * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
41796
41797 2012-02-06  Joseph Myers  <joseph@codesourcery.com>
41798
41799         * sysdeps/i386/sysdep.h: Include <features.h>.
41800         (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
41801         version.
41802
41803 2012-02-05  Joseph Myers  <joseph@codesourcery.com>
41804
41805         * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
41806         Define.
41807         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
41808         LOAD_PIC_REG_STR.
41809
41810 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41811
41812         * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
41813         (SETUP_PIC_REG): Use GET_PC_THUNK.
41814         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
41815         macro.
41816
41817 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41818
41819         * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
41820         for non-PIC compilation.
41821         (SETUP_PIC_REG): Add .p2align directive.
41822         * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
41823         * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
41824         * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
41825         * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
41826         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
41827         * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
41828         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
41829         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
41830         * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
41831         * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
41832         * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
41833         * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
41834         * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
41835         * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
41836         * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
41837         * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
41838         * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
41839         * sysdeps/i386/i686/multiarch/memset.S: Likewise.
41840         * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
41841         * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
41842         * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
41843         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
41844         * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
41845         * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
41846         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
41847         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
41848         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
41849         * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
41850         * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
41851         * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
41852         * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
41853         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
41854         * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
41855         * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
41856         * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
41857         * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
41858         * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
41859         * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
41860         * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
41861         * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
41862         * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
41863
41864 2012-02-03  Joseph Myers  <joseph@codesourcery.com>
41865
41866         * math/tst-CMPLX.c: Include <stdio.h>.
41867
41868 2012-01-31  Joseph Myers  <joseph@codesourcery.com>
41869
41870         * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
41871         float.
41872         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
41873         * sysdeps/sparc/bits/mathdef.h: Likewise.
41874
41875 2012-01-31  Marek Polacek  <polacek@redhat.com>
41876
41877         * libio/libio.h: Don't define _PARAMS.
41878         * locale/programs/config.h: Don't define PARAMS.
41879         * stdlib/strtol_l.c: Likewise.
41880         (__strtol_l): Remove PARAMS from the prototype.
41881
41882 2012-01-31  Ulrich Drepper  <drepper@gmail.com>
41883
41884         * malloc/malloc.c: Remove name translation.  Don't use mixed-cap
41885         names.  Just use the correct names.  Remove unnecessary wrapper
41886         functions.
41887         * malloc/arena.c: Likewise.
41888         * malloc/hooks.c: Likewise.
41889
41890         * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
41891         ARENA_TEST says not to.  Simplify test for creation of a new arena.
41892         Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
41893
41894 2012-01-30  Ulrich Drepper  <drepper@gmail.com>
41895
41896         * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
41897         into tail calls.
41898         (update_get_addr): New function.
41899         (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
41900         GET_ADDR_MODULE parameter.
41901
41902 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41903
41904         * crypt/cert.c: Remove __STDC__ conditionals.
41905         * crypt/crypt-entry.c: Likewise.
41906         * crypt/crypt_util.c: Likewise.
41907         * libio/filedoalloc.c: Likewise.
41908         * libio/fileops.c: Likewise.
41909         * libio/genops.c: Likewise.
41910         * libio/iofclose.c: Likewise.
41911         * libio/iofdopen.c: Likewise.
41912         * libio/iofopen.c: Likewise.
41913         * libio/iofopen64.c: Likewise.
41914         * libio/iogetdelim.c: Likewise.
41915         * libio/iopopen.c: Likewise.
41916         * libio/obprintf.c: Likewise.
41917         * libio/oldfileops.c: Likewise.
41918         * libio/oldiofclose.c: Likewise.
41919         * libio/oldiofdopen.c: Likewise.
41920         * libio/oldiofopen.c: Likewise.
41921         * libio/oldiopopen.c: Likewise.
41922         * libio/wfiledoalloc.c: Likewise.
41923         * libio/wgenops.c: Likewise.
41924         * locale/programs/xmalloc.c: Likewise.
41925         * misc/syslog.c: Likewise.
41926         * stdio-common/xbug.c: Likewise.
41927         * string/memchr.c: Likewise.
41928         * string/memcmp.c: Likewise.
41929         * string/memrchr.c: Likewise.
41930         * string/rawmemchr.c: Likewise.
41931         * sysdeps/posix/getcwd.c: Likewise.
41932         * time/strftime_l.c: Likewise.
41933
41934 2012-01-30  Joseph Myers  <joseph@codesourcery.com>
41935
41936         * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
41937         * config.make.in (config-cflags-sse2avx): Define.
41938         * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
41939         Fix typo.
41940
41941 2012-01-29  Chris Metcalf  <cmetcalf@tilera.com>
41942
41943         * scripts/config.guess: Update from upstream config git repository.
41944         * scripts/config.sub: Likewise.
41945
41946 2012-01-28  Chris Metcalf  <cmetcalf@tilera.com>
41947
41948         * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
41949         (EM_NUM): Update.
41950         (R_TILEPRO_*, R_TILEGX_*): New macros.
41951
41952         * scripts/firstversions.awk: Fix bug in version range handling.
41953
41954         * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
41955
41956         * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
41957
41958         * include/sys/epoll.h: New file.
41959         * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
41960         libc_hidden_def.
41961
41962 2012-01-28  Ulrich Drepper  <drepper@gmail.com>
41963
41964         * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
41965         Avoid unnecessary __WORDSIZE == 64 test.
41966         (fmaxf): Use VEX format if possible.
41967         (fmax): Likewise.
41968         (fminf): Likewise.
41969         (fmin): Likewise.
41970
41971         * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
41972         * math/math_private.h: Remove libc_fegetround* and
41973         libc_fesetround*.
41974         * sysdeps/i386/configure.in: Check for -msse2avx.
41975         * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
41976         also if SSE2AVX is defined.
41977         Remove libc_fegetround* and libc_fesetround*.
41978         * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
41979         if config-cflags-sse2avx is yes.  Also add -DSSE2AVX to defines.
41980         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
41981         of HAS_YMM_USABLE.
41982         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
41983         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
41984         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
41985         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
41986         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
41987
41988         * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
41989
41990 2012-01-19  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
41991
41992         * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
41993         size is not set.
41994         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
41995
41996 2012-01-27  Ulrich Drepper  <drepper@gmail.com>
41997
41998         [BZ #13618]
41999         * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
42000         relocation.
42001         * Makeconfig (libm): Define.
42002         * elf/Makefile: Add rules to build and run tst-relsort1.
42003         * elf/tst-relsort1.c: New file.
42004         * elf/tst-relsort1mod1.c: New file.
42005         * elf/tst-relsort1mod2.c: New file.
42006
42007 2012-01-27  Joseph Myers  <joseph@codesourcery.com>
42008
42009         * math/s_ldexp.c: Remove __STDC__ conditionals.
42010         * math/s_ldexpf.c: Likewise.
42011         * math/s_ldexpl.c: Likewise.
42012         * math/s_nextafter.c: Likewise.
42013         * math/s_nexttowardf.c: Likewise.
42014         * math/s_significand.c: Likewise.
42015         * math/s_significandf.c: Likewise.
42016         * math/s_significandl.c: Likewise.
42017         * math/w_jnl.c: Likewise.
42018         * sysdeps/i386/fpu/s_isinfl.c: Likewise.
42019         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
42020         * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
42021         * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
42022         * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
42023         * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
42024         * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
42025         * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
42026         * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
42027         * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
42028         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
42029         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
42030         * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
42031         * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
42032         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
42033         * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
42034         * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
42035         * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
42036         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
42037         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
42038         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
42039         * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
42040         * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
42041         * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
42042         * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
42043         * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
42044         * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
42045         * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
42046         * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
42047         * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
42048         * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
42049         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
42050         * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
42051         * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
42052         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
42053         * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
42054         * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
42055         * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
42056         * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
42057         * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
42058         * sysdeps/ieee754/k_standard.c: Likewise.
42059         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
42060         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
42061         * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
42062         * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
42063         * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
42064         * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
42065         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
42066         * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
42067         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
42068         * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
42069         * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
42070         * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
42071         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
42072         * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
42073         * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
42074         * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
42075         * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
42076         * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
42077         * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
42078         * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
42079         * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
42080         * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
42081         * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
42082         * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
42083         * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
42084         * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
42085         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
42086         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
42087         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
42088         * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
42089         * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
42090         * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
42091         * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
42092         * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
42093         * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
42094         * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
42095         * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
42096         * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
42097         * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
42098         * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
42099         * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
42100         * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
42101         * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
42102         * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
42103         * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
42104         * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
42105         * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
42106         * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
42107         * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
42108         * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
42109         * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
42110         * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
42111         * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
42112         * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
42113         * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
42114         * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
42115         * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
42116         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
42117         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
42118         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
42119         * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
42120         * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
42121         * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
42122         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
42123         * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
42124         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
42125         * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
42126         * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
42127         * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
42128         * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
42129         * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
42130         * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
42131         * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
42132         * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
42133         * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
42134         * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
42135         * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
42136         * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
42137         * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
42138         * sysdeps/ieee754/s_matherr.c: Likewise.
42139         * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
42140         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
42141         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
42142         * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
42143
42144 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42145
42146         * crypt/md5.h: Remove __STDC__ conditionals.
42147         * libio/libioP.h: Likewise.
42148         * locale/programs/config.h: Likewise.
42149         * sysdeps/generic/sysdep.h: Likewise.
42150         * sysdeps/i386/asm-syntax.h: Likewise.
42151         * sysdeps/s390/asm-syntax.h: Likewise.
42152         * sysdeps/unix/sysdep.h: Likewise.
42153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
42154         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
42155
42156 2012-01-26  Joseph Myers  <joseph@codesourcery.com>
42157
42158         * libio/libio.h: Remove __STDC__ conditionals.
42159         * malloc/obstack.h: Likewise.
42160         * math/complex.h: Likewise.
42161         * math/math.h: Likewise.
42162         * sysdeps/generic/_G_config.h: Likewise.
42163         * sysdeps/gnu/_G_config.h: Likewise.
42164         * sysdeps/mach/hurd/_G_config.h: Likewise.
42165         * sysdeps/powerpc/bits/mathdef.h: Likewise.
42166         * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
42167         * sysdeps/sparc/bits/mathdef.h: Likewise.
42168
42169 2012-01-26  Ulrich Drepper  <drepper@gmail.com>
42170
42171         [BZ #13583]
42172         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
42173         Clean up HAS_* macros.
42174         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
42175         bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
42176         possible.
42177         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
42178         HAS_AVX.
42179         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
42180         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
42181         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
42182         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
42183         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
42184
42185 2012-01-25  Joseph Myers  <joseph@codesourcery.com>
42186
42187         * elf/tst-unique3.cc (gets): Remove declaration.
42188         * elf/tst-unique3lib.cc (gets): Likewise.
42189         * elf/tst-unique3lib2.cc (gets): Likewise.
42190         * elf/tst-unique4.cc (gets): Likewise.
42191
42192 2012-01-24  Ulrich Drepper  <drepper@gmail.com>
42193
42194         * include/stdio.h: Add C++ protection.  Add gets declarations and
42195         definitions.
42196         * debug/tst-chk1.c: Don't declare gets here.
42197         * stdio-common/tst-gets.c: Likewise.
42198
42199 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42200
42201         * posix/glob: Remove directory.
42202
42203 2012-01-24  Joseph Myers  <joseph@codesourcery.com>
42204
42205         * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
42206
42207 2012-01-22  Pino Toscano  <toscano.pino@tiscali.it>
42208
42209         * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
42210         of the non-standard EPFNOSUPPORT.
42211
42212 2011-12-26  Samuel Thibault  <samuel.thibault@ens-lyon.org>
42213
42214         * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
42215         __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
42216         ANYWHERE set to 1 only on KERN_NO_SPACE error.
42217
42218 2012-01-21  Ulrich Drepper  <drepper@gmail.com>
42219
42220         * wcsmbs/uchar.h: Test __STDC_VERSION__.
42221
42222 2012-01-20  Ulrich Drepper  <drepper@gmail.com>
42223
42224         * nscd/aicache.c (addhstaiX): Do not cache negative results of
42225         transient errors.
42226         * nscd/grpcache.c (cache_addgr): Likewise.
42227         * nscd/hstcache.c (cache_addhst): Likewise.
42228         * nscd/initgrcache.c (addinitgroupsX): Likewise.
42229         * nscd/pwdcache.c (cache_addpw): Likewise.
42230         * nscd/servicescache.c (cache_addserv): Likewise.
42231
42232 2012-01-16  Ulrich Drepper  <drepper@gmail.com>
42233
42234         * malloc/malloc.c: Various cleanups.
42235         * malloc/hooks.c: Likewise.
42236
42237         * stdlib/Makefile (tests): Add bug-fmtmsg1.
42238         * stdlib/bug-fmtmsg1.c: New file.
42239
42240         * stdlib/fmtmsg.c (init): Add missing unlock.
42241         Patch by Peng Haitao <penght@cn.fujitsu.com>.
42242
42243 2012-01-12  Marek Polacek  <polacek@redhat.com>
42244
42245         * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
42246         and _GNU_SOURCE.
42247
42248 2012-01-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
42249
42250         * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
42251         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
42252         macro to ensure uniqueness of label name.
42253         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
42254         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
42255
42256 2012-01-11  Ulrich Drepper  <drepper@gmail.com>
42257
42258         * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
42259
42260         * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
42261         * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
42262         * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
42263         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
42264
42265 2012-01-10  Ulrich Drepper  <drepper@gmail.com>
42266
42267         * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
42268
42269         * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
42270         * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
42271         * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
42272
42273         * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
42274
42275         * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
42276         * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
42277         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
42278         * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
42279
42280         * math/bits/math-finite.h: Add ldexp support.
42281
42282 2012-01-10  Marek Polacek  <polacek@redhat.com>
42283
42284         * locale/programs/localedef.h (show_archive_content): Add noreturn
42285         attribute.
42286
42287 2012-01-09  Ulrich Drepper  <drepper@gmail.com>
42288
42289         * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
42290
42291 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42292
42293         * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
42294
42295         * io/Makefile (headers): Add bits/poll2.h.
42296
42297 2011-01-05  Will Schmidt  <will_schmidt@vnet.ibm.com>
42298
42299         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
42300         typo #include statement.
42301
42302 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42303
42304         * include/sys/cdefs.h: Define __attribute_alloc_size.
42305         * catgets/gencat.c: Add alloc_size attribute and apply consistently
42306         the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
42307         * elf/pldd.c: Likewise.
42308         * iconv/iconv_charmap.c: Likewise.
42309         * iconv/iconvconfig.c: Likewise.
42310         * iconv/strtab.c: Likewise.
42311         * locale/programs/locale.c: Likewise.
42312         * locale/programs/localedef.h: Likewise.
42313         * locale/programs/simple-hash.c: Likewise.
42314         * nscd/nscd.h: Likewise.
42315         * nss/makedb.c: Likewise.
42316         * sysdeps/generic/ldconfig.h: Likewise.
42317         * locale/programs/localedef.c: Remove xmalloc prototype.
42318         * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
42319
42320 2012-01-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
42321
42322         * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
42323         appropriate.
42324
42325 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
42326
42327         * math/Makefile (tests): Add tst-CMPLX.
42328         * math/tst-CMPLX.c: New file.
42329
42330         * math/complex.h (CMPLXL): Fix typo.
42331
42332         * debug/Makefile (routines): Add poll_chk and ppoll_chk.
42333         * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
42334         GLIBC_2.16.
42335         * debug/tst-chk1.c: Add poll and ppoll tests.
42336         * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
42337         * include/sys/poll.h: Add hidden proto for ppoll.
42338         * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
42339         * sysdeps/mach/hurd/ppoll.c: Likewise.
42340         * io/ppoll.c: Likewise.
42341         * debug/poll_chk.c: New file.
42342         * debug/ppoll_chk.c: New file.
42343         * include/bits/poll2.h: New file.
42344         * io/bits/poll2.h: New file.
42345
42346         [BZ #1350]
42347         * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
42348
42349         * configure.in: static is always set to yes.  Remove.
42350         * config.make.in: Don't set build-static.
42351         * Makeconfig: Remove use of build-static.
42352         * dlfcn/Makefile: Likewise.
42353         * elf/Makefile: Likewise.
42354         * math/Makefile: Likewise.
42355         * misc/Makefile: Likewise.
42356         * nptl/Makefile: Likewise.
42357         * sysdeps/mach/hurd/Makefile: Likewise.
42358
42359         * configure.in: PWD_P is not used anymore.
42360         * config.make.in: Remove PWD_P entry.
42361
42362         * configure.in: Remove last remnants of RANLIB.
42363         No need to check for signed size_t anymore.
42364         Don't set libc_commonpagesize and libc_relro_required here for Alpha
42365         and IA-64.
42366         Remove __builtin_expect test because we require at least gcc 3.4.
42367         * aclocal.m4: Likewise.
42368
42369         * wcsmbs/mbrtoc16.c: Implement using towc function.
42370         * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
42371         * wcsmbs/wcsmbsload.c: Likewise.
42372         * iconv/gconv_simple.c: Likewise.
42373         * iconv/gconv_int.h: Likewise.
42374         * iconv/gconv_builtin.h: Likewise.
42375         * iconv/iconv_prog.c: Remove CHAR16 handling.
42376
42377         * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
42378
42379         * wcsmbs/mbrtowc.c: Better check for invalid inputs.
42380
42381         * configure.in: Remove --with-elf and --enable-bounded options.
42382         Dont set base_machine for ia64.  More non-ELF conditions removed.
42383         Remove testing and setting of leading underscore information.
42384         * config.make.in (build-bounded): Set to no.
42385         * config.h.in: Remove NO_UNDERSCORES entry.
42386         * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS.  ELF has
42387         them.
42388         * csu/start.c: Remove !NO_UNDERSCORE code.
42389         * locale/localeinfo.h: Likewise.
42390         * sysdeps/generic/machine-gmon.h: Likewise.
42391         * sysdeps/generic/sysdep.h: Likewise.
42392         * sysdeps/i386/sysdep.h: Likewise.
42393         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42394         * sysdeps/mach/sysdep.h: Likewise.
42395         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42396         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42397         * sysdeps/sh/sysdep.h: Likewise.
42398         * sysdeps/sparc/sparc32/alloca.S: Likewise.
42399         * sysdeps/unix/i386/sysdep.S: Likewise.
42400         * sysdeps/unix/sparc/start.c: Likewise.
42401         * sysdeps/unix/sparc/sysdep.S: Likewise.
42402         * sysdeps/unix/sparc/sysdep.h: Likewise.
42403         * sysdeps/unix/start.c: Likewise.
42404         * sysdeps/unix/x86_64/sysdep.S: Likewise.
42405         * sysdeps/x86_64/sysdep.h: Likewise.
42406
42407 2012-01-07  Ulrich Drepper  <drepper@gmail.com>
42408
42409         [BZ #13553]
42410         * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
42411         for non-gcc.
42412         * argp/argp-fmtstream.h: Use const instead __const.
42413         * argp/argp.h: Likewise.
42414         * assert/assert.h: Likewise.
42415         * bits/fenv.h: Likewise.
42416         * bits/sched.h: Likewise.
42417         * bits/sigset.h: Likewise.
42418         * bits/sigthread.h: Likewise.
42419         * catgets/nl_types.h: Likewise.
42420         * conform/data/pthread.h-data: Likewise.
42421         * crypt/crypt-private.h: Likewise.
42422         * crypt/crypt.h: Likewise.
42423         * crypt/crypt_util.c: Likewise.
42424         * ctype/ctype.h: Likewise.
42425         * debug/execinfo.h: Likewise.
42426         * debug/mbsnrtowcs_chk.c: Likewise.
42427         * debug/mbsrtowcs_chk.c: Likewise.
42428         * debug/wcsnrtombs_chk.c: Likewise.
42429         * debug/wcsrtombs_chk.c: Likewise.
42430         * debug/wcstombs_chk.c: Likewise.
42431         * dirent/dirent.h: Likewise.
42432         * dlfcn/dlfcn.h: Likewise.
42433         * elf/neededtest4.c: Likewise.
42434         * grp/grp.h: Likewise.
42435         * gshadow/gshadow.h: Likewise.
42436         * iconv/gconv.h: Likewise.
42437         * iconv/gconv_int.h: Likewise.
42438         * iconv/gconv_simple.c: Likewise.
42439         * iconv/iconv.h: Likewise.
42440         * iconv/loop.c: Likewise.
42441         * iconv/skeleton.c: Likewise.
42442         * include/aio.h: Likewise.
42443         * include/aliases.h: Likewise.
42444         * include/argz.h: Likewise.
42445         * include/arpa/inet.h: Likewise.
42446         * include/assert.h: Likewise.
42447         * include/dirent.h: Likewise.
42448         * include/dlfcn.h: Likewise.
42449         * include/execinfo.h: Likewise.
42450         * include/fcntl.h: Likewise.
42451         * include/fenv.h: Likewise.
42452         * include/glob.h: Likewise.
42453         * include/grp.h: Likewise.
42454         * include/libintl.h: Likewise.
42455         * include/mntent.h: Likewise.
42456         * include/netdb.h: Likewise.
42457         * include/pwd.h: Likewise.
42458         * include/rpc/netdb.h: Likewise.
42459         * include/sched.h: Likewise.
42460         * include/search.h: Likewise.
42461         * include/shadow.h: Likewise.
42462         * include/signal.h: Likewise.
42463         * include/stdio.h: Likewise.
42464         * include/stdlib.h: Likewise.
42465         * include/string.h: Likewise.
42466         * include/sys/socket.h: Likewise.
42467         * include/sys/stat.h: Likewise.
42468         * include/sys/statfs.h: Likewise.
42469         * include/sys/statvfs.h: Likewise.
42470         * include/sys/syslog.h: Likewise.
42471         * include/sys/time.h: Likewise.
42472         * include/sys/uio.h: Likewise.
42473         * include/time.h: Likewise.
42474         * include/unistd.h: Likewise.
42475         * include/utmp.h: Likewise.
42476         * include/wchar.h: Likewise.
42477         * include/wctype.h: Likewise.
42478         * inet/aliases.h: Likewise.
42479         * inet/arpa/inet.h: Likewise.
42480         * inet/netinet/ether.h: Likewise.
42481         * inet/netinet/in.h: Likewise.
42482         * intl/libintl.h: Likewise.
42483         * io/bits/fcntl2.h: Likewise.
42484         * io/fcntl.h: Likewise.
42485         * io/ftw.h: Likewise.
42486         * io/sys/poll.h: Likewise.
42487         * io/sys/stat.h: Likewise.
42488         * io/sys/statfs.h: Likewise.
42489         * io/sys/statvfs.h: Likewise.
42490         * io/utime.h: Likewise.
42491         * libio/bits/stdio.h: Likewise.
42492         * libio/bits/stdio2.h: Likewise.
42493         * libio/libio.h: Likewise.
42494         * libio/libioP.h: Likewise.
42495         * libio/stdio.h: Likewise.
42496         * locale/lc-ctype.c: Likewise.
42497         * locale/locale.h: Likewise.
42498         * login/utmp.h: Likewise.
42499         * malloc/arena.c: Likewise.
42500         * malloc/malloc.c: Likewise.
42501         * malloc/malloc.h: Likewise.
42502         * malloc/mcheck.c: Likewise.
42503         * malloc/mtrace.c: Likewise.
42504         * math/bits/mathcalls.h: Likewise.
42505         * math/fenv.h: Likewise.
42506         * math/math_private.h: Likewise.
42507         * misc/bits/error.h: Likewise.
42508         * misc/bits/syslog.h: Likewise.
42509         * misc/err.h: Likewise.
42510         * misc/error.h: Likewise.
42511         * misc/fstab.h: Likewise.
42512         * misc/mntent.h: Likewise.
42513         * misc/regexp.h: Likewise.
42514         * misc/search.h: Likewise.
42515         * misc/sgtty.h: Likewise.
42516         * misc/sys/mman.h: Likewise.
42517         * misc/sys/syslog.h: Likewise.
42518         * misc/sys/uio.h: Likewise.
42519         * misc/sys/xattr.h: Likewise.
42520         * misc/ttyent.h: Likewise.
42521         * nis/rpcsvc/ypclnt.h: Likewise.
42522         * nss/nss.h: Likewise.
42523         * posix/bits/unistd.h: Likewise.
42524         * posix/fnmatch.h: Likewise.
42525         * posix/glob.h: Likewise.
42526         * posix/sched.h: Likewise.
42527         * posix/spawn.h: Likewise.
42528         * posix/sys/wait.h: Likewise.
42529         * posix/unistd.h: Likewise.
42530         * posix/wordexp.h: Likewise.
42531         * pwd/pwd.h: Likewise.
42532         * resolv/netdb.h: Likewise.
42533         * resource/sys/resource.h: Likewise.
42534         * rt/aio.h: Likewise.
42535         * rt/bits/mqueue2.h: Likewise.
42536         * rt/mqueue.h: Likewise.
42537         * shadow/shadow.h: Likewise.
42538         * signal/signal.h: Likewise.
42539         * socket/send.c: Likewise.
42540         * socket/sendto.c: Likewise.
42541         * socket/sys/socket.h: Likewise.
42542         * stdio-common/printf.h: Likewise.
42543         * stdlib/bits/stdlib.h: Likewise.
42544         * stdlib/fmtmsg.h: Likewise.
42545         * stdlib/monetary.h: Likewise.
42546         * stdlib/stdlib.h: Likewise.
42547         * stdlib/ucontext.h: Likewise.
42548         * streams/stropts.h: Likewise.
42549         * string/argz.h: Likewise.
42550         * string/bits/string2.h: Likewise.
42551         * string/string.h: Likewise.
42552         * string/strings.h: Likewise.
42553         * sunrpc/rpc/auth.h: Likewise.
42554         * sunrpc/rpc/auth_des.h: Likewise.
42555         * sunrpc/rpc/clnt.h: Likewise.
42556         * sunrpc/rpc/netdb.h: Likewise.
42557         * sunrpc/rpc/pmap_clnt.h: Likewise.
42558         * sunrpc/rpc/xdr.h: Likewise.
42559         * sysdeps/generic/inttypes.h: Likewise.
42560         * sysdeps/generic/net/if.h: Likewise.
42561         * sysdeps/generic/sys/swap.h: Likewise.
42562         * sysdeps/gnu/net/if.h: Likewise.
42563         * sysdeps/gnu/utmpx.h: Likewise.
42564         * sysdeps/i386/fpu/bits/fenv.h: Likewise.
42565         * sysdeps/i386/i486/bits/string.h: Likewise.
42566         * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
42567         * sysdeps/s390/bits/string.h: Likewise.
42568         * sysdeps/s390/fpu/bits/fenv.h: Likewise.
42569         * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
42570         * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
42571         * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
42572         * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
42573         * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
42574         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
42575         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
42576         * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
42577         * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
42578         * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
42579         * sysdeps/unix/sysv/linux/preadv.c: Likewise.
42580         * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
42581         * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
42582         * sysdeps/unix/sysv/linux/readv.c: Likewise.
42583         * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
42584         * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
42585         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
42586         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
42587         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
42588         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42589         * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
42590         * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
42591         * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
42592         * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
42593         * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
42594         * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
42595         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42596         * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
42597         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
42598         * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
42599         * sysvipc/sys/ipc.h: Likewise.
42600         * sysvipc/sys/msg.h: Likewise.
42601         * sysvipc/sys/sem.h: Likewise.
42602         * sysvipc/sys/shm.h: Likewise.
42603         * termios/termios.h: Likewise.
42604         * time/sys/time.h: Likewise.
42605         * time/time.h: Likewise.
42606         * wcsmbs/bits/wchar2.h: Likewise.
42607         * wcsmbs/uchar.h: Likewise.
42608         * wcsmbs/wchar.h: Likewise.
42609         * wctype/wctype.h: Likewise.
42610
42611         [BZ #13551]
42612         * Makeconfig: Remove all but ELF support including AIX support.
42613         * Makerules: Likewise.
42614         * config.h.in: Likewise.
42615         * config.make.in: Likewise.
42616         * configure: Likewise.
42617         * configure.in: Likewise.
42618         * csu/Makefile: Likewise.
42619         * csu/version.c: Likewise.
42620         * debug/Makefile: Likewise.
42621         * dlfcn/Makefile: Likewise.
42622         * elf/Makefile: Likewise.
42623         * extra-lib.mk: Likewise.
42624         * iconv/Makefile: Likewise.
42625         * include/libc-symbols.h: Likewise.
42626         * include/shlib-compat.h: Likewise.
42627         * resolv/Makefile: Likewise.
42628         * resolv/res_libc.c: Likewise.
42629         * rt/Makefile: Likewise.
42630         * sysdeps/i386/asm-syntax.h: Likewise.
42631         * sysdeps/i386/sysdep.h: Likewise.
42632         * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
42633         * sysdeps/mach/sysdep.h: Likewise.
42634         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
42635         * sysdeps/powerpc/powerpc64/Makefile: Likewise.
42636         * sysdeps/s390/asm-syntax.h: Likewise.
42637         * sysdeps/s390/s390-32/sysdep.h: Likewise.
42638         * sysdeps/s390/s390-64/sysdep.h: Likewise.
42639         * sysdeps/sh/sysdep.h: Likewise.
42640         * sysdeps/unix/sparc/sysdep.h: Likewise.
42641         * sysdeps/wordsize-32/divdi3.c: Likewise.
42642         * sysdeps/x86_64/sysdep.h: Likewise.
42643
42644         * argp/Versions: Remove _argp_unlock_xxx.
42645
42646         [BZ #13559]
42647         * abilist/ld.abilist: Update.  Adjust for removal of tls option.
42648         * abilist/libBrokenLocale.abilist: Likewise.
42649         * abilist/libanl.abilist: Likewise.
42650         * abilist/libc.abilist: Likewise.
42651         * abilist/libcrypt.abilist: Likewise.
42652         * abilist/libdl.abilist: Likewise.
42653         * abilist/libm.abilist: Likewise.
42654         * abilist/libnsl.abilist: Likewise.
42655         * abilist/libpthread.abilist: Likewise.
42656         * abilist/libresolv.abilist: Likewise.
42657         * abilist/librt.abilist: Likewise.
42658         * abilist/libthread_db.abilist: Likewise.
42659         * abilist/libutil.abilist: Likewise.
42660         * abilist/libnss_db.abilist: New file.
42661
42662         * scripts/abilist.awk: Add support for indirect functions.
42663
42664         * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
42665
42666         * sysdeps/generic/ldsodefs.h: Remove Alpha support.
42667
42668         * shlib-versions: Remove entries for ports architectures.
42669
42670         * elf/tls-macros.h: Remove support for Alpha and IA-64.  Should be in
42671         files in ports.
42672         * elf/stackguard-macros.h: Remove support for IA-64.
42673         * elf/tst-auditmod1.c: Likewise.
42674         * sysdeps/generic/ldsodefs.h: Likewise.
42675
42676         * sysdeps/unix/sysv/linux/configure.in: Ports should define
42677         libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
42678         configure files.
42679
42680         [BZ #13552]
42681         * configure.in: Remove --enable-omitfp support.
42682         * FAQ.in: Adjust.
42683         * config.make.in: Likewise.
42684         * Makeconfig: Likewise.
42685         * manual/install.texi: Likewise.
42686
42687         In case anyone cares, the IA-64 architecture could move to ports.
42688         * sysdeps/ia64/*: Removed.
42689         * sysdeps/unix/sysv/linux/ia64/*: Removed.
42690         * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
42691
42692         [BZ #13555]
42693         * configure.in: Remove entries for unsupported architectures.
42694
42695         [BZ #13533]
42696         * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
42697         * iconv/gconv_simple.c: Rename char16_t routines.  Add char16_t<->utf8
42698         routines.
42699         * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
42700         * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
42701         * wcsmbs/c16rtomb.c: Fix a few problems.  Disable all the code and
42702         fall back to using wcrtomb.
42703         * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
42704         * wcsmbs/wcsmbsload.c: Make char16 routines optional.  Adjust for
42705         renaming.
42706         * wcsmbs/Makefile (tests): Add tst-c16c32-1:
42707         * wcsmbs/tst-c16c32-1.c: New file.
42708
42709         * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
42710         local variable.
42711
42712         * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
42713
42714         * elf/tst-unique3.cc: Add explicit declaration of gets.
42715         * elf/tst-unique3lib.cc: Likewise.
42716         * elf/tst-unique3lib2.cc: Likewise.
42717         * elf/tst-unique4.cc: Likewise.
42718
42719         * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
42720
42721 2012-01-06  Joseph Myers  <joseph@codesourcery.com>
42722
42723         [BZ #13566]
42724         * assert/assert.h (static_assert): Don't define for C++.
42725         * libio/stdio.h (gets): Do declare for C++ <= C++11.
42726         * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
42727
42728 2012-01-03  Ulrich Drepper  <drepper@gmail.com>
42729
42730         * iconv/loop.c (single loop): Fix assertion in storing of
42731         remaining bytes.
42732
42733         * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
42734
42735 2012-01-01  Ulrich Drepper  <drepper@gmail.com>
42736
42737         * posix/getconf.c: Update copyright year.
42738         * nss/getent.c: Likewise.
42739         * nss/makedb.c: Likewise.
42740         * iconv/iconvconfig.c: Likewise.
42741         * iconv/iconv_prog.c: Likewise.
42742         * elf/ldconfig.c: Likewise.
42743         * elf/pldd.c: Likewise.
42744         * elf/sotruss.ksh: Likewise.
42745         * catgets/gencat.c: Likewise.
42746         * csu/version.c: Likewise.
42747         * elf/ldd.bash.in: Likewise.
42748         * elf/sprof.c (print_version): Likewise.
42749         * locale/programs/locale.c: Likewise.
42750         * locale/programs/localedef.c: Likewise.
42751         * login/programs/pt_chown.c: Likewise.
42752         * nscd/nscd.c (print_version): Likewise.
42753         * debug/xtrace.sh: Likewise.
42754         * malloc/memusage.sh: Likewise.
42755         * malloc/mtrace.pl: Likewise.
42756         * debug/catchsegv.sh: Likewise.
42757
42758 2011-12-30  Jakub Jelinek  <jakub@redhat.com>
42759
42760         * posix/regex_internal.c (re_string_fetch_byte_case): Remove
42761         pure attribute.
42762
42763 2011-12-24  Ulrich Drepper  <drepper@gmail.com>
42764
42765         [BZ #13533]
42766         * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
42767         * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
42768         transformations.
42769         * iconv/gconv_int.h: Likewise.
42770         * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
42771         * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
42772         from libc for GLIBC_2.16.
42773         * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
42774         * wcsmbs/wcrtomb.c: Define c32rtomb alias.
42775         * wcsmbs/uchar.h: Really define mbstate_t.
42776         * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
42777         * wcsmbs/c16rtomb.c: New file.
42778         * wcsmbs/mbrtoc16.c: New file.
42779         * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
42780         for C/POSIX locale.
42781         (__wcsmbs_load_conv): Do not fill in c16 routines yet.
42782         * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
42783
42784         * wcsmbs/wchar.h: Add missing __restrict.
42785
42786 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42787
42788         [BZ #13532]
42789         * time/Makefile (routines): Add timespec_get.
42790         * time/Versions: Export timespec_get from libc for GLIBC_2.16.
42791         * time/time.h: Define TIME_UTC and declare timespec_get.  Define
42792         timespec for ISO C11.
42793         * time/timespec_get.c: New file.
42794         * sysdeps/unix/sysv/linux/timespec_get.c: New file.
42795         * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
42796
42797         [BZ #13531]
42798         * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
42799         * stdlib/stdlib.h: Declare aligned_alloc.
42800         * Versions.def: Add GLIBC_2.16 for libc.
42801         * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
42802
42803         [BZ 13527]
42804         * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
42805         ISO C11.
42806
42807         * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
42808         code.
42809
42810         [BZ #13528]
42811         * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
42812
42813         [BZ #13529]
42814         * assert/assert.h (static_assert): Define.
42815
42816         * version.h: Update for 2.16 development version.
42817
42818         [BZ #13526]
42819         * include/features.h: Handle __STDC_VERSION__ >= 201112 and
42820         _ISOC11_SOURCE.
42821
42822         * version.h (RELEASE): Bump for 2.15 release.
42823         * include/features.h (__GLIBC_MINOR__): Bump to 15.
42824
42825         * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
42826         Patch by Marek Polacek <mpolacek@redhat.com>.
42827
42828         * bits/byteswap.h: Protect long long constants with __extension__.
42829         * sysdeps/i386/bits/byteswap.h: Likewise.
42830         * sysdeps/ia64/bits/byteswap.h: Likewise.
42831         * sysdeps/s390/bits/byteswap.h: Likewise.
42832         * sysdeps/x86_64/bits/byteswap.h: Likewise.
42833
42834 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42835
42836         [BZ #13540]
42837         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
42838         destination buffer.
42839         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
42840
42841 2011-12-23  Marek Polacek  <polacek@redhat.com>
42842
42843         * elf/dl-addr.c (determine_info): Add inline keyword.
42844         * elf/tst-auditmod4b.c (check_avx): Likewise.
42845         * elf/tst-auditmod6b.c (check_avx): Likewise.
42846         * elf/tst-auditmod6c.c (check_avx): Likewise.
42847         * elf/tst-auditmod7b.c (check_avx): Likewise.
42848
42849 2011-12-23  Ulrich Drepper  <drepper@gmail.com>
42850
42851         * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
42852         !__SSE_MATH__.
42853
42854 2011-12-23  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42855
42856         [BZ #13540]
42857         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
42858         processing for last bytes.
42859
42860 2011-08-06  Bruno Haible  <bruno@clisp.org>
42861
42862         [BZ #13061]
42863         * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
42864         U+0385, not to U+1FEE.
42865
42866         [BZ #13062]
42867         * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
42868         entry for U+00A5 U+0301.
42869
42870 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42871
42872         [BZ #13166]
42873         * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
42874         buffer for the output is too small.
42875
42876         * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
42877         optimization.
42878
42879         [BZ #13185]
42880         * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
42881         SSE flags if possible.
42882
42883 2011-12-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
42884
42885         [BZ #13540]
42886         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
42887         processing for last bytes.
42888
42889 2011-12-22  Joseph Myers  <joseph@codesourcery.com>
42890
42891         * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
42892         (syscall-list-default-options, syscall-list-default-condition)
42893         (syscall-list-includes): Define.
42894         ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
42895         list of ABIs and options and #if conditions for each ABI.  Do not
42896         handle common syscalls between ABIs specially.
42897         * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
42898         Remove.
42899         (syscall-list-variants, syscall-list-32bit-options)
42900         (syscall-list-32bit-condition, syscall-list-64bit-options)
42901         (syscall-list-64bit-condition): Define.
42902         * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
42903         (syscall-list-variants, syscall-list-32bit-options)
42904         (syscall-list-32bit-condition, syscall-list-64bit-options)
42905         (syscall-list-64bit-condition): Define.
42906         * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
42907         Remove.
42908         (syscall-list-variants, syscall-list-32bit-options)
42909         (syscall-list-32bit-condition, syscall-list-64bit-options)
42910         (syscall-list-64bit-condition): Define.
42911         * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
42912         Remove.
42913         (syscall-list-variants, syscall-list-32bit-options)
42914         (syscall-list-32bit-condition, syscall-list-64bit-options)
42915         (syscall-list-64bit-condition): Define.
42916
42917 2011-12-22  Ulrich Drepper  <drepper@gmail.com>
42918
42919         * locale/iso-639.def: Add brx entry.
42920
42921         [BZ #13328]
42922         * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
42923         Proposed by Mariusz_Cukr <marcukr@op.pl>.
42924
42925         * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
42926         __feraiseexcept_renamed.
42927
42928 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42929
42930         [BZ #13538]
42931         * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
42932         EPOLLET with unsigned values.
42933         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
42934         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
42935
42936         * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
42937         to large cancellation.
42938         * math/s_cacoshf.c: Likewise.
42939         * math/s_cacoshl.c: Likewise.
42940
42941 2011-11-18  Richard B. Kreckel  <kreckel@ginac.de>
42942
42943         [BZ #13305]
42944         [BZ #12786]
42945         * math/s_cacosh.c: Fix rare miscomputation in cacosh().
42946         * math/s_cacoshf.c: Likewise.
42947         * math/s_cacoshl.c: Likewise.
42948
42949 2011-12-21  Ulrich Drepper  <drepper@gmail.com>
42950
42951         [BZ #13439]
42952         * iconv/gconv.h: Define __GCONV_SWAP.
42953         * iconvdata/unicode.c: The swap bit must be stored in __flags.
42954         * iconvdata/utf-16.c: Likewise.
42955         * iconvdata/utf-32.c: Likewise.
42956
42957 2011-12-21  Andreas Schwab  <schwab@linux-m68k.org>
42958
42959         [BZ #13524]
42960         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
42961         numerator after shifting it by one limb.
42962
42963 2011-12-19  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
42964
42965         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
42966         under [__USE_EXTERN_INLINES].
42967
42968 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42969
42970         [BZ #13446]
42971         * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
42972
42973 2011-11-22  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
42974
42975         * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
42976         * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
42977         optimized code.
42978         * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
42979         * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
42980         * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
42981         * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
42982         for strncasecmp/strncasecmp_l compilation.
42983         * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
42984         * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
42985
42986 2011-12-08  Marek Polacek  <mpolacek@redhat.com>
42987
42988         [BZ #13484]
42989         * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
42990         of __asm__.
42991
42992 2011-12-17  Ulrich Drepper  <drepper@gmail.com>
42993
42994         [BZ #13506]
42995         * time/tzfile.c (__tzfile_read): Check values from file header.
42996
42997 2011-11-21  Will Schmidt  <will_schmidt@vnet.ibm.com>
42998
42999         * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
43000         * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
43001         * powerpc/powerpc32/dl-start.S: Likewise.
43002         * powerpc/powerpc32/elf/start.S: Likewise.
43003         * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
43004         * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
43005         * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
43006         * powerpc/powerpc32/fpu/s_floor.S: Likewise.
43007         * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
43008         * powerpc/powerpc32/fpu/s_lround.S: Likewise.
43009         * powerpc/powerpc32/fpu/s_rint.S: Likewise.
43010         * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
43011         * powerpc/powerpc32/fpu/s_round.S: Likewise.
43012         * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
43013         * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
43014         * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
43015         * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
43016         * powerpc/powerpc32/memset.S: Likewise.
43017         * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
43018         * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
43019         * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
43020         * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
43021         * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
43022         * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
43023         * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
43024         * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
43025         * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
43026         * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
43027         * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
43028         * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
43029         * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
43030
43031 2011-11-18  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43032
43033         * math/libm-test.inc: Added more nearbyint tests.
43034         * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
43035         * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
43036         * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
43037         * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
43038
43039 2011-11-21  Ross Lagerwall  <rosslagerwall@gmail.com>
43040
43041         * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
43042         FD_CLOEXEC.
43043
43044 2011-11-14  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43045
43046         * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
43047         Add wcscpy-ssse3 wcscpy-c.
43048         * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
43049         * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
43050         * sysdeps/x86_64/multiarch/wcscpy.S: New file.
43051         * sysdeps/x86_64/wcschr.S: New file.
43052         * sysdeps/x86_64/wcsrchr.S: New file.
43053         * string/test-strcmp.c: Remove checking of wcscmp function for
43054         wrong alignments.
43055         * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
43056         (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
43057         wcsrchr-sse2 wcsrchr-c.
43058         * sysdeps/i386/i686/multiarch/wcschr.S: New file.
43059         * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
43060         * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
43061         * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
43062         * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
43063         * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
43064         * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
43065         * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
43066         * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
43067         * wcsmbc/wcschr.c (WCSCHR): New macro.
43068
43069 2011-11-17  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43070
43071         * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
43072         * wcsmbs/test-wcsrchr.c: New file.
43073         * string/test-strrchr.c: Add wcsrchr support.
43074         (WIDE): New macro.
43075         * wcsmbs/test-wcscpy.c: New file.
43076         * string/test-strcpy.c: Add wcscpy support.
43077         (WIDE): New macro.
43078
43079 2011-12-10  Ulrich Drepper  <drepper@gmail.com>
43080
43081         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
43082         the inner loop.
43083
43084 2011-12-06  Andreas Schwab  <schwab@linux-m68k.org>
43085
43086         [BZ #13472]
43087         * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
43088
43089 2011-12-04  Ulrich Drepper  <drepper@gmail.com>
43090
43091         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
43092         Minor optimizations.
43093
43094         * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
43095         * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
43096         * sunrpc/clnt_udp.c (clntudp_call): Likewise.
43097
43098 2011-12-03  Ulrich Drepper  <drepper@gmail.com>
43099
43100         * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
43101         IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
43102         IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
43103         for gcc to avoid warnings.
43104         * inet/Makefile (tests): Add tst-checks.
43105         * inet/tst-checks.c: New file.
43106
43107         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
43108         warning.
43109
43110         * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
43111         __wmemcmp_sse2.
43112
43113         * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
43114         * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
43115
43116         * malloc/mcheck.h: Fix use of incorrect encoding in comment.
43117
43118 2011-12-02  Ulrich Drepper  <drepper@gmail.com>
43119
43120         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
43121         problem.
43122
43123         * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
43124
43125 2011-11-29  Joseph Myers  <joseph@codesourcery.com>
43126
43127         * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
43128         conditional on GCC version.
43129         (__arch_compare_and_exchange_val_8_acq)
43130         (__arch_compare_and_exchange_val_16_acq)
43131         (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
43132         (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
43133         (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
43134
43135 2011-12-02  Joseph Myers  <joseph@codesourcery.com>
43136
43137         * sysdeps/sh/backtrace.c: New file.
43138
43139 2011-12-02  Andreas Schwab  <schwab@redhat.com>
43140
43141         * misc/bits/select2.h (__FD_ELT): Mark as extension.  Add
43142         parenthesis.
43143
43144 2011-12-01  Andreas Schwab  <schwab@redhat.com>
43145
43146         * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
43147         falling back to utime.
43148
43149 2011-11-30  Andreas Schwab  <schwab@redhat.com>
43150
43151         * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
43152         expectations for float.
43153
43154 2011-11-29  Andreas Schwab  <schwab@redhat.com>
43155
43156         * locale/weight.h (findidx): Add parameter len.
43157         * locale/weightwc.h (findidx): Likewise.
43158         * posix/fnmatch_loop.c (FCT): Adjust caller.
43159         * posix/regcomp.c (build_equiv_class): Likewise.
43160         * posix/regex_internal.h (re_string_elem_size_at): Likewise.
43161         * posix/regexec.c (check_node_accept_bytes): Likewise.
43162         * string/strcoll_l.c (STRCOLL): Likewise.
43163         * string/strxfrm_l.c (STRXFRM): Likewise.
43164
43165 2011-11-17  Ulrich Drepper  <drepper@gmail.com>
43166
43167         * Makefile.in: Remove CVSOPT handling.
43168         * configure.in: Remove use of AC_REVISION.
43169         * iconvdata/Makefile (distribute): No need to filter out CVS.
43170         * scripts/list-sources.sh: Remove CVS, subversion and monotone
43171         handling.
43172
43173 2011-11-16  Andreas Schwab  <schwab@redhat.com>
43174
43175         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
43176         [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
43177         [USE_AS_STRNCASECMP_L]: Likewise.
43178         (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
43179         NO_TLS_DIRECT_SEG_REFS.
43180         * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
43181         Fix argument offsets for non-PIC.
43182         [USE_AS_STRNCASECMP_L]: Likewise.
43183         (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
43184         NO_TLS_DIRECT_SEG_REFS.
43185
43186 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43187
43188         * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
43189         O_CLOEXEC.
43190         * locale/loadlocale.c (_nl_load_locale): Likewise.
43191
43192 2011-11-15  Andreas Schwab  <schwab@redhat.com>
43193
43194         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
43195         [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
43196         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
43197         (SYSCALL_GETTIME): Set errno on error.
43198
43199         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
43200         count references to noai6ai_cached.
43201
43202 2011-11-15  Ulrich Drepper  <drepper@gmail.com>
43203
43204         * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
43205
43206         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
43207         FD_CLOEXEC for /proc/self/maps.
43208
43209         * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
43210         FD_CLOEXEC for /proc/meminfo.
43211
43212         * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
43213         gai.conf.
43214
43215         * resolv/res_query.c (res_hostalias):  Don't allow cancellation and set
43216         FD_CLOEXEC for given file.
43217
43218         * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
43219
43220         * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
43221         FD_CLOEXEC for /etc/hosts.
43222         (_gethtent): Likewise.
43223
43224         * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
43225
43226         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
43227         cancellation and set FD_CLOEXEC for /etc/netgroup.
43228
43229         * nss/nss_files/files-key.c (search): Don't allow cancellation when
43230         reading /etc/publickey.
43231
43232         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
43233         allow cancellation when reading /etc/group.
43234
43235         * nss/nss_files/files-alias.c (internal_setent): Don't allow
43236         cancellation.
43237         (get_next_alias): Likewise for included file.  Also set FD_CLOEXEC.
43238
43239         * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
43240         when using data file.
43241
43242         * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
43243
43244         * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
43245         (write_nis_obj): Use "c" and "e" in fopen.
43246
43247         * misc/mntent_r.c (__setmntent): Also append e to fopen format.
43248
43249         * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
43250
43251         * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
43252
43253         * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
43254
43255         * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
43256         locale.alias.
43257
43258         * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
43259
43260         * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
43261
43262         * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
43263
43264         * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
43265         file parsing and set FD_CLOEXEC.
43266
43267 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43268
43269         * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
43270
43271 2011-11-14  Andreas Schwab  <schwab@redhat.com>
43272
43273         * malloc/arena.c (arena_get2): Don't call reused_arena when
43274         _int_new_arena failed.
43275
43276 2011-11-14  Ulrich Drepper  <drepper@gmail.com>
43277
43278         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
43279         (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
43280         * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
43281         * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
43282         * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
43283         * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
43284         to compile strcasecmp and strncasecmp.
43285         * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
43286         * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
43287
43288         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
43289
43290 2011-11-13  Ulrich Drepper  <drepper@gmail.com>
43291
43292         * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
43293         locale-defines.sym to gen-as-const-headers.
43294         (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
43295         strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
43296         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
43297         to compile strcasecmp and strncasecmp.
43298         * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
43299         strcasecmp_l and strncasecmp_l.
43300         * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
43301         * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
43302         * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
43303         * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
43304         * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
43305         * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
43306         * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
43307         * sysdeps/i386/i686/multiarch/strncase.S: New file.
43308         * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
43309         * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
43310         * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
43311
43312 2011-11-12  Ulrich Drepper  <drepper@gmail.com>
43313
43314         * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
43315         result of SYSDEP_GETTIME_CPU to retval.
43316         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
43317         parameter list to macro.  Remove trailing semicolon.  Adjust users.
43318
43319         * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
43320         variable.
43321
43322         * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
43323         mantissa words.
43324         * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
43325
43326         * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
43327         from unused variable.
43328
43329         * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
43330         DWARF definitions.
43331         * sysdeps/generic/dwarf2.h: Don't define enums when using the file
43332         for assembling.
43333
43334         * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
43335         over namespaces.
43336
43337         * sunrpc/rpc_prot.c (rejected): Fix case value.
43338
43339         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
43340         unsigned long long int to avoid warnings in shift.
43341
43342         * posix/regex_internal.c (re_string_reconstruct): Actually use result
43343         of use of trans.
43344         * posix/regex_internal.h (re_string_wchar_at): Remove temporary
43345         variable tmp.
43346
43347         * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
43348         * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
43349         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
43350
43351         * nis/nis_table.c (nis_list): Use variable of correct type for
43352         result of __follow_path call.
43353
43354 2011-11-07  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
43355
43356         * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
43357         of math functions ceil, trunc, floor, round, and sqrt, when
43358         avaliable on the platform.
43359         * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
43360         name clash.
43361         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
43362         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
43363         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
43364
43365 2011-10-30  Marek Polacek  <mpolacek@redhat.com>
43366
43367         * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
43368         * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
43369
43370 2011-11-11  Roland McGrath  <roland@hack.frob.com>
43371
43372         * include/unistd.h: Fix __readlink return type.
43373         Reported by Chris Metcalf <cmetcalf@tilera.com>.
43374
43375 2011-11-11  Ulrich Drepper  <drepper@gmail.com>
43376
43377         * stdlib/ucontext.h: Undo last change for makecontext.
43378
43379 2011-11-11  Andreas Schwab  <schwab@redhat.com>
43380
43381         * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
43382
43383         * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
43384         * setjmp/setjmp.h: Mark functions as non-leaf.
43385         * setjmp/bits/setjmp2.h: Likewise.
43386         * stdlib/ucontext.h: Likewise.
43387
43388 2011-11-10  Andreas Schwab  <schwab@redhat.com>
43389
43390         * malloc/arena.c (_int_new_arena): Don't increment narenas.
43391         (reused_arena): Don't check arena limit.
43392         (arena_get2): Atomically check arena limit.
43393
43394 2011-11-08  Ulrich Drepper  <drepper@gmail.com>
43395
43396         * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
43397         * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
43398
43399         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
43400         instructions.
43401
43402 2011-11-07  Andreas Schwab  <schwab@redhat.com>
43403
43404         * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
43405         handler when locking.
43406
43407         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
43408         Fix size of allocated buffer.
43409
43410 2011-11-04  Andreas Schwab  <schwab@redhat.com>
43411
43412         [BZ #10103]
43413         * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
43414         declarations for long double functions.
43415         * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
43416
43417         * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
43418
43419 2011-11-03  Andreas Schwab  <schwab@redhat.com>
43420
43421         * nscd/nscd.c (main): Don't start AVC thread until credentials are
43422         installed.
43423
43424         * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
43425         is disabled.
43426
43427 2011-11-02  Samuel Thibault  <samuel.thibault@ens-lyon.org>
43428
43429         * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
43430
43431 2011-11-01  Andreas Schwab  <schwab@linux-m68k.org>
43432
43433         * include/alloca.h (stackinfo_alloca_round): Define.
43434         (extend_alloca): Use it.
43435         [_STACK_GROWS_UP]: Correct check for adjacent allocation.
43436         * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
43437         here.
43438
43439         * scripts/check-local-headers.sh: Ignore libaudit.h.
43440
43441         * nscd/Makefile (extra-objs): Make recursively expanded.
43442
43443 2011-11-01  Ulrich Drepper  <drepper@gmail.com>
43444
43445         * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
43446         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
43447
43448         * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
43449         * posix/tst-rfc3484-2.c: Likewise.
43450         * posix/tst-rfc3484-3.c: Likewise.
43451
43452         * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
43453         process_vm_writev.
43454         * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
43455         process_vm_writev.
43456         * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
43457         process_vm_writev from libc using GLIBC_2.15 version.
43458
43459         * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
43460
43461 2011-10-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
43462
43463         * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
43464         stack usage.
43465
43466 2011-10-31  Ulrich Drepper  <drepper@gmail.com>
43467
43468         [BZ #13367]
43469         * nss/getent.c (initgroups_keys): Show error message in case no group
43470         names are given.
43471
43472         * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
43473         * inet/check_pf.c: Provide dummy versions of __free_in6ai and
43474         __bump_nl_timestamp.
43475         * nscd/connections (nscd_init): When host database is served open
43476         netlink socket and request notification about configuration changes.
43477         (main_loop_poll): Track netlink file descriptor and bump timestamp
43478         in case data becomes available.
43479         (main_loop_epoll): Likewise.
43480         * nscd/nscd-client.h (DB_VERSION): Bump to 2.
43481         (database_pers_head): Add extra_data fileds.
43482         Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
43483         * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
43484         * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
43485         Adjust caller.
43486         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
43487         in6ai data, call __free_in6ai.
43488         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
43489         Add -DHAVE_NETLINK.
43490         * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite.  Cache the
43491         interface information.  Reuse previous data if netlink timestamp
43492         is not changed.
43493         (__bump_nl_timestamp): New function.
43494         (__free_in6ai): New function.
43495
43496 2011-10-30  Ulrich Drepper  <drepper@gmail.com>
43497
43498         * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
43499         close_not_cancel_no_status here.
43500         (__check_pf): Reorganize code a bit to not call close twice if OOM.
43501
43502 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43503
43504         [BZ #13276]
43505         * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
43506         return value.
43507
43508         * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
43509         * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
43510         asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
43511
43512 2011-07-03  Andreas Jaeger  <aj@suse.de>
43513
43514         [BZ #10709]
43515         * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
43516         of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
43517         * math/libm-test.inc (sin_test): Add test case.
43518
43519 2011-10-29  Ulrich Drepper  <drepper@gmail.com>
43520
43521         [BZ #13337]
43522         * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
43523         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43524
43525         * elf/chroot_canon.c (chroot_canon): Cleanups.
43526
43527         * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
43528
43529         [BZ #13335]
43530         * elf/chroot_canon.c (chroot_canon): Fix readlink call.
43531         Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
43532
43533         * string/test-strchr.c: Make usable for strchrnul testing.
43534         * string/test-strchrnul.c: New file.
43535         * string/Makefile (strop-tests): Add strchrnul.
43536
43537         * po/it.po: Update from translation team.
43538         * po/es.po: Likewise.
43539
43540 2011-10-28  Ulrich Drepper  <drepper@gmail.com>
43541
43542         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
43543         the three constants needed as parameters.  Drop the others.
43544         (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
43545         __m128i_strloadu_tolower.
43546         Create and initialize variable zero and use it in all the places
43547         where _mm_setzero_si128 was used.
43548
43549         * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
43550         doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
43551         mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
43552         * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
43553         anymore.
43554         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
43555         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
43556         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
43557         __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
43558         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
43559         __mpranred, __mptan.
43560         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
43561         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
43562         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
43563         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
43564         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
43565         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
43566         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
43567         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
43568         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
43569
43570 2011-10-28  Andreas Schwab  <schwab@redhat.com>
43571
43572         * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
43573         redefine if SHARED.
43574         * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
43575
43576         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
43577         wide char related routines to wcsmbs subdir.
43578
43579 2011-10-27  Andreas Schwab  <schwab@redhat.com>
43580
43581         [BZ #13344]
43582         * misc/sys/cdefs.h (__THROWNL): Define.
43583         * posix/unistd.h: Use __THREADNL instead of __THREAD
43584         for memory synchronization functions.
43585
43586 2011-10-26  Roland McGrath  <roland@hack.frob.com>
43587
43588         [BZ #13349]
43589         * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
43590         doesn't exist.
43591         * manual/stdio.texi (Obstack Streams): Node removed.
43592
43593 2011-10-26  Andreas Schwab  <schwab@redhat.com>
43594
43595         * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
43596         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43597         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43598
43599         * math/math_private.h (math_force_eval): Allow non-addressable
43600         arguments.
43601         * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
43602
43603 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43604
43605         * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
43606         file is not needed.
43607
43608         * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
43609         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
43610         * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
43611         * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
43612         * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
43613         * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
43614         * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
43615         * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
43616         Add AVX variants.
43617         * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
43618         * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
43619         * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
43620         * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
43621         * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
43622         * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
43623         * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
43624         * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
43625         * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
43626         * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
43627         * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
43628         * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
43629         * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
43630         * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
43631         * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
43632         * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
43633         * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
43634         * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
43635         * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
43636
43637         * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
43638         all the time.  Define bit_AVX.  Define HAS_* macros using bit_* macros.
43639
43640         * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
43641         place.  Use VEX encoding when compiling for AVX.
43642
43643 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43644
43645         * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
43646         * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
43647
43648         * string/test-strchr.c (do_test): Don't generate NUL bytes.
43649
43650 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43651
43652         * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
43653         useless if() expression.
43654         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
43655         * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
43656         * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
43657         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
43658         * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
43659         * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
43660         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
43661         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
43662         * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
43663         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
43664         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
43665         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
43666         * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
43667         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
43668         * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
43669         * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
43670         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
43671         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
43672         * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
43673
43674         * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
43675
43676 2011-10-25  Andreas Schwab  <schwab@redhat.com>
43677
43678         * elf/dl-deps.c (_dl_map_object_deps): Remove always true
43679         condition.
43680         * elf/dl-fini.c (_dl_sort_fini): Likewise.
43681
43682 2011-10-25  Ulrich Drepper  <drepper@gmail.com>
43683
43684         * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
43685         .text section.  Avoid duplicate constants.
43686         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
43687         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43688         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
43689         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43690         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43691         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43692         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43693         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43694         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
43695         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
43696         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
43697         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
43698         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
43699         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
43700         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
43701         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
43702         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
43703         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
43704         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
43705         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43706         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
43707         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
43708         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
43709         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
43710         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
43711         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
43712         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
43713         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
43714         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
43715         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
43716         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
43717         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
43718         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
43719         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
43720         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
43721         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
43722         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
43723         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
43724         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
43725         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
43726         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
43727         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
43728         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
43729         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
43730         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
43731
43732 2011-10-24  Ulrich Drepper  <drepper@gmail.com>
43733
43734         * sysdeps/x86_64/dla.h: Move to ...
43735         * sysdeps/x86_64/fpu/dla.h: ...here.
43736         (DLA_FMS): Some compilers fail to inline __builtin_fma in some
43737         situations.  Use __builtin_fma only for gcc 4.6 and up.
43738
43739         * config.make.in: Add have-mfma4 entry.
43740         * configure.in: Substitute libc_cv_cc_fma4.
43741         * math/Makefile (dbl-only-routines): Add sincostab.
43742         * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
43743         Use __sincostab not sincos.
43744         * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
43745         name is a macro.
43746         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
43747         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43748         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43749         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.  Define singArctan2
43750         using __copysign.
43751         * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr.  Don't define
43752         __cr and __cpymn.  Define __cpy unless NO___CPY is defined.  Define
43753         norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
43754         * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
43755         and __inv.
43756         * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
43757         * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
43758         __copysign.
43759         * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos.  Don't
43760         define aliases when function name is a macro.
43761         * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
43762         sysdeps/ieee754/dbl-64/sincos.tbl.
43763         * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
43764         fma4-enabled routines.
43765         * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
43766         * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
43767         * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
43768         * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
43769         * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
43770         * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
43771         * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
43772         * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
43773         * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
43774         * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
43775         * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
43776         * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
43777         * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
43778         * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
43779         * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
43780         * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
43781         * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
43782         * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
43783         * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
43784         * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
43785         * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
43786         * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
43787         * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
43788         * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
43789         * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
43790         * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
43791         * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
43792         * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
43793         * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
43794         * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
43795
43796         * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
43797         rename.
43798         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43799         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43800         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43801         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43802         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43803         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43804         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43805         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43806
43807 2011-10-24  Andreas Schwab  <schwab@redhat.com>
43808
43809         * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
43810
43811 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43812
43813         * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
43814
43815         * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
43816         prediction.
43817         * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
43818
43819         * string/strnlen.c: Don't define STRNLEN, reverse logic.
43820         Remove unused variable magic_bits.
43821         * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
43822
43823         * string/strnlen.c: Define and use STRNLEN macro.
43824         * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
43825         Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
43826         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
43827         * wcsmbs/wcslen.c: Define and use WCSLEN.
43828         * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
43829         * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
43830         * sysdeps/i386/i686/multiarch/strnlen.S: New file.
43831         * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
43832         * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
43833         * sysdeps/i386/i686/multiarch/wcslen.S: New file.
43834         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
43835
43836 2011-10-20  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43837
43838         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
43839         strnlen-sse2-no-bsf.
43840         Rename strlen-no-bsf to strlen-sse2-no-bsf.
43841         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
43842         * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
43843         Add strnlen support.
43844         (USE_AS_STRNLEN): New macro.
43845         * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
43846         * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
43847         Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
43848         * sysdeps/x86_64/wcslen.S: New file.
43849
43850 2011-10-20  Michael Zolotukhin  <michael.v.zolotukhin@gmail.com>
43851
43852         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
43853         XMM-moves are used for copying on small sizes.
43854
43855 2011-10-19  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43856
43857         * wcsmbs/Makefile (strop-tests): Add wcschr.
43858         * wcsmbs/test-wcschr.c: New file.
43859         * string/test-strchr.c: Update.
43860         Add wcschr support.
43861         (WIDE): New macro.
43862
43863 2011-10-18  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43864
43865         * wcsmbs/Makefile (strop-tests): Add wcslen.
43866         * wcsmbs/test-wcslen.c: New file.
43867         * string/test-strlen.c: Update.
43868         Add wcslen support.
43869         (WIDE): New macro.
43870
43871 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43872
43873         * po/it.po: Update from translation team.
43874
43875 2011-09-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
43876
43877         * sysdeps/x86_64/wcscmp.S: Update.
43878         Fix wrong comparison semantics.
43879         wcscmp shall use signed comparison not unsigned.
43880         Don't use substraction to avoid overflow bug.
43881         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
43882         * wcsmbc/wcscmp.c: Likewise.
43883         * string/test-strcmp.c: Likewise.
43884         Add new tests to check cases with negative values.
43885
43886 2011-10-23  Ulrich Drepper  <drepper@gmail.com>
43887
43888         * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
43889         * sysdeps/x86_64/dla.h: ...here.  New file.
43890         * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
43891         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43892         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43893         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43894         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43895         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
43896         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43897         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43898         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43899
43900 2011-10-23  Andreas Schwab  <schwab@linux-m68k.org>
43901
43902         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
43903         __ynl_finite aliases.
43904
43905 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43906
43907         * sysdeps/x86_64/fpu/libm-test-ulps: Update.
43908
43909         * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
43910         define DLA_FMA.
43911         [DLA_FMA] (EMULV): Use DLA_FMA.
43912         [DLA_FMA] (MUL12): Use EMULV.
43913         * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
43914         that are not needed.
43915         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
43916         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
43917         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
43918         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
43919         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
43920         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
43921         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
43922
43923 2011-10-22  Andreas Schwab  <schwab@linux-m68k.org>
43924
43925         * math/s_nan.c: Undef __nan.
43926         * math/s_nanf.c: Undef __nanf.
43927         * math/s_nanl.c: Undef __nanl.
43928         * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
43929         "math_private.h".
43930
43931 2011-10-22  Ulrich Drepper  <drepper@gmail.com>
43932
43933         * math/s_catan.c: Add branch predictions.
43934         * math/s_catanf.c: Likewise.
43935         * math/s_catanh.c: Likewise.
43936         * math/s_catanhf.c: Likewise.
43937         * math/s_catanhl.c: Likewise.
43938         * math/s_catanl.c: Likewise.
43939         * math/s_cexp.c: Likewise.
43940         * math/s_cexpf.c: Likewise.
43941         * math/s_cexpl.c: Likewise.
43942         * math/s_clog.c: Likewise.
43943         * math/s_clog10.c: Likewise.
43944         * math/s_clog10f.c: Likewise.
43945         * math/s_clog10l.c: Likewise.
43946         * math/s_clogf.c: Likewise.
43947         * math/s_clogl.c: Likewise.
43948         * math/s_csqrt.c: Likewise.
43949         * math/s_csqrtf.c: Likewise.
43950         * math/s_csqrtl.c: Likewise.
43951         * math/s_ctanf.c: Likewise.
43952         * math/s_ctanh.c: Likewise.
43953         * math/s_ctanhf.c: Likewise.
43954         * math/s_ctanhl.c: Likewise.
43955         * math/s_ctanl.c: Likewise.
43956
43957         * math/math_private.h: Define __nan, __nanf, __nanl.
43958         * math/s_cacosh.c: Include <math_private.h>.
43959         * math/s_cacoshl.c: Likewise.
43960         * math/s_casinh.c: Likewise.
43961         * math/s_casinhf.c: Likewise.
43962         * math/s_casinhl.c: Likewise.
43963         * math/s_ccos.c: Rely entire on ccosh.
43964         * math/s_ccosf.c: Rely entire on ccoshf.
43965         * math/s_ccosl.c: Rely entirely on ccoshl.
43966         * math/s_ccosh.c: Add branch predicion helpers.  Add branch prediction.
43967         Remove tests for FE_INVALID.
43968         * math/s_ccoshf.c: Likewise.
43969         * math/s_ccoshl.c: Likewise.
43970         * math/s_csin.c: Likewise.
43971         * math/s_csinf.c: Likewise.
43972         * math/s_csinh.c Likewise.
43973         * math/s_csinhf.c: Likewise.
43974         * math/s_csinhl.c: Likewise.
43975         * math/s_csinl.c: Likewise.
43976         * math/s_ctan.c: Likewise.
43977         * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
43978         * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
43979         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
43980
43981 2011-10-21  Ulrich Drepper  <drepper@gmail.com>
43982
43983         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
43984         compilation problems.
43985
43986         * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
43987         __builtin_expect.
43988
43989 2011-10-20  Ulrich Drepper  <drepper@gmail.com>
43990
43991         * sysdeps/i386/configure.in: Test for -mfma4 option.
43992         * config.h.in: Add HAVE_FMA4_SUPPORT entry.
43993         * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
43994         COMMON_CPUID_INDEX_80000001.
43995         * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
43996         * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
43997         use it if FMA3 is not supported.
43998         * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
43999
44000         * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
44001         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
44002
44003 2011-10-20  Andreas Schwab  <schwab@redhat.com>
44004
44005         [BZ #12892]
44006         * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
44007         it would create a cycle with a link time dependency.
44008
44009 2011-10-19  Ulrich Drepper  <drepper@gmail.com>
44010
44011         * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
44012         instruction.
44013         * string/Makefile (strop-tests): Add rawmemchr.
44014         * string/test-rawmemchr.c: New file.
44015
44016         * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
44017         * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file.  Split out from...
44018         * sysdeps/x86_64/multiarch/strcmp.S: ...here.  Include strcmp-sse42.S
44019         when compiling str{,n}casecmp and when AVX is available.  Hook up
44020         new optimized code in initializers.
44021
44022 2011-10-19  Andreas Schwab  <schwab@redhat.com>
44023
44024         * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
44025         __feraiseexcept instead of feraiseexcept.
44026
44027 2011-10-18  Ulrich Drepper  <drepper@gmail.com>
44028
44029         * math/math_private.h: Define defaults for libc_fetestexcept and
44030         libc_feupdateenv.
44031         * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
44032         * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
44033         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44034         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44035         * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
44036         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44037         libc_fetestexcept and libc_feupdateenv.
44038
44039         * math/math_private.h: Define defaults for libc_feholdexcept_setround,
44040         libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
44041         * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
44042         * sysdeps/x86_64/fpu/math_private.h: Define special version of
44043         libc_feholdexcept_setround.
44044
44045         * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
44046         Add s_nearbyint-c and s_nearbyintf-c.
44047         * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
44048         nearbyintf inlines.
44049         * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
44050         * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
44051         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
44052         * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
44053
44054         * math/math_private.h: Define defaults for libc_fegetround,
44055         libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
44056         libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
44057         libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
44058         * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
44059         libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
44060         standard functions.
44061         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44062         Remove comments and hacks for old compiler versions.
44063         * sysdeps/x86_64/fpu/math_private.h: Define special versions of
44064         libc_fegetround, libc_fesetround, libc_feholdexcept, and
44065         libc_feholdexceptl.
44066
44067 2011-10-18  Andreas Schwab  <schwab@redhat.com>
44068
44069         * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
44070         (__feraiseexcept_renamed): Add __NTH.
44071         (feraiseexcept): Add __NTH.  Rename local variables to fix
44072         namespace violations.
44073
44074 2011-10-17  Ulrich Drepper  <drepper@gmail.com>
44075
44076         * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
44077
44078         * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
44079
44080         * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
44081         recently added interfaces.
44082         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
44083
44084         * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
44085         about macro parameter expansion.
44086
44087         * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
44088         __NO_MATH_INLINES is defined.  Cleanups.
44089
44090         * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
44091         and __floorf is target has SSE4.1.
44092         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
44093         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
44094         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
44095         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
44096
44097         * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
44098         name.
44099         (floorf): Likewise.
44100
44101         * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
44102
44103 2011-10-17  Andreas Schwab  <schwab@redhat.com>
44104
44105         * misc/sys/cdefs.h: Fix last change.
44106
44107         * grp/initgroups.c (internal_getgrouplist): Fix initgroups
44108         database lookup.
44109
44110 2011-10-16  Ulrich Drepper  <drepper@gmail.com>
44111
44112         * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
44113
44114         * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
44115         * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
44116         * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
44117         * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
44118         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
44119         * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
44120         * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
44121         * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
44122         * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
44123         * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
44124         * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
44125         * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
44126         * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
44127         * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
44128         * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
44129         * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
44130         * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
44131         * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
44132         * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
44133         * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
44134         * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
44135         * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
44136
44137         * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
44138         ceil, ceilf, floor, floorf.
44139
44140         * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
44141         Perform IRELATIVE relocations last.
44142
44143         * elf/do-rel.h: Add another parameter nrelative, replacing the
44144         local variable with the same name.  Change name of the function
44145         to end in Rel or Rela (uppercase).
44146         * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
44147         nrelative to ranges.  Only nonzero for DT_REL/DT_RELA.  Pass to the
44148         elf_dynamic_do_##reloc function.
44149
44150 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44151
44152         * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
44153         is sufficient, at least on modern CPUs.
44154
44155         * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
44156
44157         * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
44158         * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
44159
44160         * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
44161         __expl_finite.
44162         * math/bits/math-finite.h: Add entries for exp.
44163         * math/e_expl.c: Add __*_finite alias.
44164         * sysdeps/i386/fpu/e_exp.S: Likewise.
44165         * sysdeps/i386/fpu/e_expf.S: Likewise.
44166         * sysdeps/i386/fpu/e_expl.c: Likewise.
44167         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
44168         * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
44169         * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
44170         * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
44171         * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
44172         * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
44173         * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
44174
44175         * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
44176         is sufficient, at least on modern CPUs.
44177
44178         * ctype/ctype-info.c (__ctype_init): Define.
44179         * include/ctype.h (__ctype_init): Declare.
44180         (__ctype_b_loc): The variable is always initialized.
44181         (__ctype_toupper_loc): Likewise.
44182         (__ctype_tolower_loc): Likewise.
44183         * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
44184         * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
44185
44186 2011-10-15  Andreas Schwab  <schwab@linux-m68k.org>
44187
44188         * wcsmbs/wmemcmp.c (WMEMCMP): Define.
44189
44190         * configure.in: Also look in $cxxmachine/include for C++ system
44191         headers.
44192
44193 2011-09-27  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44194
44195         * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
44196         memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
44197         * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
44198         * sysdeps/x86_64/multiarch/memcmp.S: Update.  Add __memcmp_ssse3.
44199         * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
44200         (USE_AS_WMEMCMP): New macro.
44201         Fixing indents.
44202         * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
44203         * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
44204         * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
44205         * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
44206         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44207         wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
44208         * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
44209         * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
44210         * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
44211         * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
44212         * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
44213         (USE_AS_WMEMCMP): New macro.
44214         * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
44215         * sysdeps/string/test-memcmp.c: Update.
44216         Fix simple_wmemcmp.
44217         Add new tests.
44218         * wcsmbs/wmemcmp.c: Update.
44219         (WMEMCMP): New macro.
44220         Fix overflow bug.
44221
44222 2011-10-12  Andreas Jaeger  <aj@suse.de>
44223
44224         [BZ #13268]
44225         * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
44226
44227 2011-10-15  Ulrich Drepper  <drepper@gmail.com>
44228
44229         * libio/iofwide.c (do_length): Avoid warning.
44230
44231         * ctype/ctype.h (__isctype_f): Add missing __THROW.
44232
44233 2011-10-14  Ulrich Drepper  <drepper@gmail.com>
44234
44235         * elf/pldd-xx.c (find_maps): Remove leftover debug message.
44236
44237         * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
44238         * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
44239         * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
44240         * sysdeps/i386/i686/fpu/e_log.S: New file.
44241         * sysdeps/i386/i686/fpu/e_logf.S: New file.
44242         * sysdeps/i386/i686/fpu/e_logl.S: New file.
44243
44244         * ctype/ctype.h: Add support for inlined isXXX functions when
44245         compiling C++ code.
44246
44247 2011-10-14  Andreas Schwab  <schwab@redhat.com>
44248
44249         * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44250
44251         * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
44252
44253 2011-10-13  Roland McGrath  <roland@hack.frob.com>
44254
44255         [BZ #13291]
44256         * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
44257
44258 2011-10-13  Andreas Schwab  <schwab@redhat.com>
44259
44260         * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
44261         * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
44262         feraiseexcept.
44263
44264         * sysdeps/x86_64/memrchr.S: Check for zero size.
44265
44266         * string/stratcliff.c: Add memrchr tests.
44267
44268 2011-10-12  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44269
44270         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
44271         memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
44272         rawmemchr-sse2 rawmemchr-sse2-bsf.
44273         * sysdeps/i386/i686/multiarch/memchr.S: New file.
44274         * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
44275         * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
44276         * sysdeps/i386/i686/multiarch/memrchr.S: New file.
44277         * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
44278         * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
44279         * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
44280         * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
44281         * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
44282         * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
44283         * string/memrchr.c (MEMRCHR): New macro.
44284
44285 2011-10-12  Ulrich Drepper  <drepper@gmail.com>
44286
44287         Add integration with gcc's -ffinite-math-only and optimize wrapper
44288         functions in libm.
44289         * Versions.def: Define GLIBC_2.15 version for libm.
44290         * math/Makefile (headers): Add bits/math-finite.h.
44291         * math/bits/math-finite.h: New file.
44292         * sysdeps/ia64/fpu/bits/math-finite.h: New file.
44293         * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
44294         * math/e_acoshl.c: Add __*_finite alias.
44295         * math/e_acosl.c: Likewise.
44296         * math/e_asinl.c: Likewise.
44297         * math/e_atan2l.c: Likewise.
44298         * math/e_atanhl.c: Likewise.
44299         * math/e_coshl.c: Likewise.
44300         * math/e_exp10.c: Likewise.
44301         * math/e_exp10f.c: Likewise.
44302         * math/e_exp10l.c: Likewise.
44303         * math/e_exp2l.c: Likewise.
44304         * math/e_fmodl.c: Likewise.
44305         * math/e_gammal_r.c: Likewise.
44306         * math/e_hypotl.c: Likewise.
44307         * math/e_j0l.c: Likewise.
44308         * math/e_j1l.c: Likewise.
44309         * math/e_jnl.c: Likewise.
44310         * math/e_lgammal_r.c: Likewise.
44311         * math/e_log10l.c: Likewise.
44312         * math/e_log2l.c: Likewise.
44313         * math/e_logl.c: Likewise.
44314         * math/e_powl.c: Likewise.
44315         * math/e_sinhl.c: Likewise.
44316         * math/e_sqrtl.c: Likewise.
44317         * math/e_scalb.c: Completely rewritten and optimized.
44318         * math/e_scalbf.c: Likewise.
44319         * math/e_scalbl.c: Likewise.
44320         * math/w_acos.c: Likewise.
44321         * math/w_acosf.c: Likewise.
44322         * math/w_acosl.c: Likewise.
44323         * math/w_acosh.c: Likewise.
44324         * math/w_acoshf.c: Likewise.
44325         * math/w_acoshl.c: Likewise.
44326         * math/w_asin.c: Likewise.
44327         * math/w_asinf.c: Likewise.
44328         * math/w_asinl.c: Likewise.
44329         * math/w_atan2.c: Likewise.
44330         * math/w_atan2f.c: Likewise.
44331         * math/w_atan2l.c: Likewise.
44332         * math/w_atanh.c: Likewise.
44333         * math/w_atanhf.c: Likewise.
44334         * math/w_atanhl.c: Likewise.
44335         * math/w_exp10.c: Likewise.
44336         * math/w_exp10f.c: Likewise.
44337         * math/w_exp10l.c: Likewise.
44338         * math/w_fmod.c: Likewise.
44339         * math/w_fmodf.c: Likewise.
44340         * math/w_fmodl.c: Likewise.
44341         * math/w_j0.c: Likewise.
44342         * math/w_j0f.c: Likewise.
44343         * math/w_j0l.c: Likewise.
44344         * math/w_j1.c: Likewise.
44345         * math/w_j1f.c: Likewise.
44346         * math/w_j1l.c: Likewise.
44347         * math/w_jn.c: Likewise.
44348         * math/w_jnf.c: Likewise.
44349         * math/w_log.c: Likewise.
44350         * math/w_logf.c: Likewise.
44351         * math/w_logl.c: Likewise.
44352         * math/w_log10.c: Likewise.
44353         * math/w_log10f.c: Likewise.
44354         * math/w_log10l.c: Likewise.
44355         * math/w_log2.c: Likewise.
44356         * math/w_log2f.c: Likewise.
44357         * math/w_log2l.c: Likewise.
44358         * math/w_pow.c: Likewise.
44359         * math/w_powf.c: Likewise.
44360         * math/w_powl.c: Likewise.
44361         * math/w_remainder.c: Likewise.
44362         * math/w_remainderf.c: Likewise.
44363         * math/w_remainderl.c: Likewise.
44364         * math/w_scalb.c: Likewise.
44365         * math/w_scalbf.c: Likewise.
44366         * math/w_scalbl.c: Likewise.
44367         * math/w_sqrt.c: Likewise.
44368         * math/w_sqrtf.c: Likewise.
44369         * math/w_sqrtl.c: Likewise.
44370         * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
44371         are declared.  Include <bits/math-finite.h> if -ffinite-math-only is
44372         used.
44373         * math/math_private.h: Declare __kernel_standard_f.
44374         * math/w_cosh.c: Remove cruft and optimize a bit.
44375         * math/w_coshf.c: Likewise.
44376         * math/w_coshl.c: Likewise.
44377         * math/w_exp2.c: Likewise.
44378         * math/w_exp2f.c: Likewise.
44379         * math/w_exp2l.c: Likewise.
44380         * math/w_hypot.c: Likewise.
44381         * math/w_hypotf.c: Likewise.
44382         * math/w_hypotl.c: Likewise.
44383         * math/w_lgamma.c: Likewise.
44384         * math/w_lgamma_r.c: Likewise.
44385         * math/w_lgammaf.c: Likewise.
44386         * math/w_lgammaf_r.c: Likewise.
44387         * math/w_lgammal.c: Likewise.
44388         * math/w_lgammal_r.c: Likewise.
44389         * math/w_sinh.c: Likewise.
44390         * math/w_sinhf.c: Likewise.
44391         * math/w_sinhl.c: Likewise.
44392         * math/w_tgamma.c: Likewise.
44393         * math/w_tgammaf.c: Likewise.
44394         * math/w_tgammal.c: Likewise.
44395         * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
44396         * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
44397         * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
44398         Minor optimizations.  Pretty printing.  Remove cruft.
44399         * sysdeps/i386/fpu/e_acosf.S: Likewise.
44400         * sysdeps/i386/fpu/e_acosh.S: Likewise.
44401         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
44402         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
44403         * sysdeps/i386/fpu/e_acosl.c: Likewise.
44404         * sysdeps/i386/fpu/e_asin.S: Likewise.
44405         * sysdeps/i386/fpu/e_asinf.S: Likewise.
44406         * sysdeps/i386/fpu/e_atan2.S: Likewise.
44407         * sysdeps/i386/fpu/e_atan2f.S: Likewise.
44408         * sysdeps/i386/fpu/e_atan2l.c: Likewise.
44409         * sysdeps/i386/fpu/e_atanh.S: Likewise.
44410         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
44411         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
44412         * sysdeps/i386/fpu/e_exp10.S: Likewise.
44413         * sysdeps/i386/fpu/e_exp10f.S: Likewise.
44414         * sysdeps/i386/fpu/e_exp10l.S: Likewise.
44415         * sysdeps/i386/fpu/e_exp2.S: Likewise.
44416         * sysdeps/i386/fpu/e_exp2f.S: Likewise.
44417         * sysdeps/i386/fpu/e_exp2l.S: Likewise.
44418         * sysdeps/i386/fpu/e_fmod.S: Likewise.
44419         * sysdeps/i386/fpu/e_fmodf.S: Likewise.
44420         * sysdeps/i386/fpu/e_fmodl.c: Likewise.
44421         * sysdeps/i386/fpu/e_hypot.S: Likewise.
44422         * sysdeps/i386/fpu/e_hypotf.S: Likewise.
44423         * sysdeps/i386/fpu/e_log.S: Likewise.
44424         * sysdeps/i386/fpu/e_log10.S: Likewise.
44425         * sysdeps/i386/fpu/e_log10f.S: Likewise.
44426         * sysdeps/i386/fpu/e_log10l.S: Likewise.
44427         * sysdeps/i386/fpu/e_log2.S: Likewise.
44428         * sysdeps/i386/fpu/e_log2f.S: Likewise.
44429         * sysdeps/i386/fpu/e_log2l.S: Likewise.
44430         * sysdeps/i386/fpu/e_logf.S: Likewise.
44431         * sysdeps/i386/fpu/e_logl.S: Likewise.
44432         * sysdeps/i386/fpu/e_pow.S: Likewise.
44433         * sysdeps/i386/fpu/e_powf.S: Likewise.
44434         * sysdeps/i386/fpu/e_powl.S: Likewise.
44435         * sysdeps/i386/fpu/e_remainder.S: Likewise.
44436         * sysdeps/i386/fpu/e_remainderf.S: Likewise.
44437         * sysdeps/i386/fpu/e_remainderl.S: Likewise.
44438         * sysdeps/i386/fpu/e_scalb.S: Likewise.
44439         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
44440         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
44441         * sysdeps/i386/fpu/e_sqrt.S: Likewise.
44442         * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
44443         * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
44444         * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
44445         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
44446         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
44447         * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
44448         * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
44449         * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
44450         * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
44451         * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
44452         * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
44453         * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
44454         * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
44455         * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
44456         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
44457         * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
44458         * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
44459         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
44460         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
44461         * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
44462         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
44463         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
44464         * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
44465         * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
44466         * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
44467         * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
44468         * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
44469         * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
44470         * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
44471         * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
44472         * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
44473         * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
44474         * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
44475         * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
44476         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
44477         * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
44478         * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
44479         * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
44480         * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
44481         * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
44482         * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
44483         * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
44484         * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
44485         * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
44486         * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
44487         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
44488         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44489         * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
44490         * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
44491         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
44492         * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
44493         * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
44494         * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
44495         * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
44496         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
44497         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
44498         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
44499         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
44500         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
44501         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
44502         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
44503         * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
44504         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
44505         * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
44506         * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
44507         * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
44508         * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
44509         * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
44510         * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
44511         * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
44512         * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
44513         * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
44514         * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
44515         * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
44516         * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
44517         * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
44518         * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
44519         * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
44520         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
44521         * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
44522         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
44523         * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
44524         * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
44525         * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
44526         * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
44527         * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
44528         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
44529         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
44530         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
44531         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
44532         * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
44533         * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
44534         * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
44535         * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
44536         * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
44537         * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
44538         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
44539         * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
44540         * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
44541         * sysdeps/s390/fpu/e_sqrt.c: Likewise.
44542         * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
44543         * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
44544         * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
44545         * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
44546         * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
44547         * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
44548         * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
44549         * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
44550         * sysdeps/x86_64/fpu/e_logl.S: Likewise.
44551         * sysdeps/x86_64/fpu/e_powl.S: Likewise.
44552         * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
44553         * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
44554         * sysdeps/x86_64/fpu/e_sqrt.c: Likewise.  Fix parameter order
44555         * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
44556         * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
44557         (__isnanf): Likewise.
44558         (__isinf_ns): Likewise.
44559         (__isinf_nsf): Likewise.
44560         (__finite): Likewise.
44561         (__finitef): Likewise.
44562         (__ieee754_sqrt): Define as macro.
44563         (__ieee754_sqrtf): Define as macro.
44564         (__ieee754_sqrtl): Define as macro.
44565         * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
44566         inlined copy.
44567         * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
44568         __FINITE_MATH_ONLY__ consistent.
44569         * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
44570
44571 2011-10-10  Andreas Schwab  <schwab@linux-m68k.org>
44572
44573         * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
44574         of rawmemchr.
44575
44576         * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
44577
44578 2011-10-09  Ulrich Drepper  <drepper@gmail.com>
44579
44580         * po/ja.po: Update from translation team.
44581
44582 2011-10-08  Roland McGrath  <roland@hack.frob.com>
44583
44584         * locale/programs/locarchive.c (prepare_address_space): New function.
44585         (create_archive, enlarge_archive, open_archive): Use it.
44586
44587         * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
44588         inside [SHARED], where it is used.
44589
44590         * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
44591
44592         * nss/getent.c (netgroup_keys): Remove unused variable.
44593         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
44594
44595 2011-10-08  Ulrich Drepper  <drepper@gmail.com>
44596
44597         * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
44598         * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
44599         * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
44600         * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
44601         * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
44602         * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
44603         * math/Makefile (libm-calls): Add s_isinf_ns.
44604         * math/divtc3.c: Use __isinf_nsl instead of isinf.
44605         * math/multc3.c: Likewise.
44606         * math/s_casin.c: Likewise.
44607         * math/s_casinf.c: Likewise.
44608         * math/s_casinl.c: Likewise.
44609         * math/s_ccos.c: Likewise.
44610         * math/s_ccosf.c: Likewise.
44611         * math/s_ccosl.c: Likewise.
44612         * math/s_ctan.c: Likewise.
44613         * math/s_ctanf.c: Likewise.
44614         * math/s_ctanh.c: Likewise.
44615         * math/s_ctanhf.c: Likewise.
44616         * math/s_ctanhl.c: Likewise.
44617         * math/s_ctanl.c: Likewise.
44618         * math/w_fmod.c: Likewise.
44619         * math/w_fmodf.c: Likewise.
44620         * math/w_fmodl.c: Likewise.
44621         * math/w_remainder.c: Likewise.
44622         * math/w_remainderf.c: Likewise.
44623         * math/w_remainderl.c: Likewise.
44624         * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
44625         * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
44626         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
44627         * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
44628         * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
44629         * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
44630         * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
44631         __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
44632
44633         * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
44634         of the number.
44635         * stdio-common/printf_fphex.c: Likewise.
44636         * stdio-common/printf_size.c: Likewise.
44637
44638         * math/e_exp10.c: Include math_private.h using <...> not "...".
44639         * math/e_exp10f.c: Likewise.
44640         * math/e_exp10l.c: Likewise.
44641         * math/e_exp2l.c: Likewise.
44642         * math/e_j0l.c: Likewise.
44643         * math/e_j1l.c: Likewise.
44644         * math/e_jnl.c: Likewise.
44645         * math/e_lgammal_r.c: Likewise.
44646         * math/e_rem_pio2l.c: Likewise.
44647         * math/e_scalb.c: Likewise.
44648         * math/e_scalbf.c: Likewise.
44649         * math/e_scalbl.c: Likewise.
44650         * math/k_cosl.c: Likewise.
44651         * math/k_sinl.c: Likewise.
44652         * math/k_tanl.c: Likewise.
44653         * math/s_cacoshf.c: Likewise.
44654         * math/s_catan.c: Likewise.
44655         * math/s_catanf.c: Likewise.
44656         * math/s_catanh.c: Likewise.
44657         * math/s_catanhf.c: Likewise.
44658         * math/s_catanhl.c: Likewise.
44659         * math/s_catanl.c: Likewise.
44660         * math/s_ccosh.c: Likewise.
44661         * math/s_ccoshf.c: Likewise.
44662         * math/s_ccoshl.c: Likewise.
44663         * math/s_cexp.c: Likewise.
44664         * math/s_cexpf.c: Likewise.
44665         * math/s_cexpl.c: Likewise.
44666         * math/s_clog.c: Likewise.
44667         * math/s_clog10.c: Likewise.
44668         * math/s_clog10f.c: Likewise.
44669         * math/s_clog10l.c: Likewise.
44670         * math/s_clogf.c: Likewise.
44671         * math/s_clogl.c: Likewise.
44672         * math/s_csin.c: Likewise.
44673         * math/s_csinf.c: Likewise.
44674         * math/s_csinh.c: Likewise.
44675         * math/s_csinhf.c: Likewise.
44676         * math/s_csinhl.c: Likewise.
44677         * math/s_csinl.c: Likewise.
44678         * math/s_csqrt.c: Likewise.
44679         * math/s_csqrtf.c: Likewise.
44680         * math/s_csqrtl.c: Likewise.
44681         * math/s_ctan.c: Likewise.
44682         * math/s_ctanf.c: Likewise.
44683         * math/s_ctanh.c: Likewise.
44684         * math/s_ctanhf.c: Likewise.
44685         * math/s_ctanhl.c: Likewise.
44686         * math/s_ctanl.c: Likewise.
44687         * math/s_ldexp.c: Likewise.
44688         * math/s_ldexpf.c: Likewise.
44689         * math/s_ldexpl.c: Likewise.
44690         * math/s_significand.c: Likewise.
44691         * math/s_significandf.c: Likewise.
44692         * math/s_significandl.c: Likewise.
44693         * math/w_acos.c: Likewise.
44694         * math/w_acosf.c: Likewise.
44695         * math/w_acosh.c: Likewise.
44696         * math/w_acoshf.c: Likewise.
44697         * math/w_acoshl.c: Likewise.
44698         * math/w_acosl.c: Likewise.
44699         * math/w_asin.c: Likewise.
44700         * math/w_asinf.c: Likewise.
44701         * math/w_asinl.c: Likewise.
44702         * math/w_atan2.c: Likewise.
44703         * math/w_atan2f.c: Likewise.
44704         * math/w_atan2l.c: Likewise.
44705         * math/w_atanh.c: Likewise.
44706         * math/w_atanhf.c: Likewise.
44707         * math/w_atanhl.c: Likewise.
44708         * math/w_cosh.c: Likewise.
44709         * math/w_coshf.c: Likewise.
44710         * math/w_coshl.c: Likewise.
44711         * math/w_dremf.c: Likewise.
44712         * math/w_exp10.c: Likewise.
44713         * math/w_exp10f.c: Likewise.
44714         * math/w_exp10l.c: Likewise.
44715         * math/w_exp2.c: Likewise.
44716         * math/w_exp2f.c: Likewise.
44717         * math/w_fmod.c: Likewise.
44718         * math/w_fmodf.c: Likewise.
44719         * math/w_fmodl.c: Likewise.
44720         * math/w_hypot.c: Likewise.
44721         * math/w_hypotf.c: Likewise.
44722         * math/w_hypotl.c: Likewise.
44723         * math/w_j0.c: Likewise.
44724         * math/w_j0f.c: Likewise.
44725         * math/w_j0l.c: Likewise.
44726         * math/w_j1.c: Likewise.
44727         * math/w_j1f.c: Likewise.
44728         * math/w_j1l.c: Likewise.
44729         * math/w_jn.c: Likewise.
44730         * math/w_jnf.c: Likewise.
44731         * math/w_jnl.c: Likewise.
44732         * math/w_lgamma.c: Likewise.
44733         * math/w_lgamma_r.c: Likewise.
44734         * math/w_lgammaf.c: Likewise.
44735         * math/w_lgammaf_r.c: Likewise.
44736         * math/w_lgammal.c: Likewise.
44737         * math/w_lgammal_r.c: Likewise.
44738         * math/w_log.c: Likewise.
44739         * math/w_log10.c: Likewise.
44740         * math/w_log10f.c: Likewise.
44741         * math/w_log10l.c: Likewise.
44742         * math/w_log2.c: Likewise.
44743         * math/w_log2f.c: Likewise.
44744         * math/w_log2l.c: Likewise.
44745         * math/w_logf.c: Likewise.
44746         * math/w_logl.c: Likewise.
44747         * math/w_pow.c: Likewise.
44748         * math/w_powf.c: Likewise.
44749         * math/w_powl.c: Likewise.
44750         * math/w_remainder.c: Likewise.
44751         * math/w_remainderf.c: Likewise.
44752         * math/w_remainderl.c: Likewise.
44753         * math/w_scalb.c: Likewise.
44754         * math/w_scalbf.c: Likewise.
44755         * math/w_scalbl.c: Likewise.
44756         * math/w_sinh.c: Likewise.
44757         * math/w_sinhf.c: Likewise.
44758         * math/w_sinhl.c: Likewise.
44759         * math/w_sqrt.c: Likewise.
44760         * math/w_sqrtf.c: Likewise.
44761         * math/w_sqrtl.c: Likewise.
44762         * math/w_tgamma.c: Likewise.
44763         * math/w_tgammaf.c: Likewise.
44764         * math/w_tgammal.c: Likewise.
44765
44766         * po/ja.po: Update from translation team.
44767
44768 2011-09-29  Andreas Jaeger  <aj@suse.de>
44769
44770         [BZ #13179]
44771         * sunrpc/netname.c (netname2host): Fix logic.
44772
44773         [BZ #6779]
44774         [BZ #6783]
44775         * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
44776         correctly.
44777         * math/w_remainder.c (__remainder): Likewise.
44778         * math/w_remainderf.c (__remainderf): Likewise.
44779         * math/libm-test.inc (remainder_test): Add test cases.
44780
44781 2011-10-04  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
44782
44783         * stdlib/longlong.h: Update from GCC.  Fix zarch smul_ppmm and
44784         sdiv_qrnnd.
44785
44786 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44787
44788         * string/test-memcmp.c: Avoid unncessary #defines.
44789         Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
44790
44791 2011-08-31  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
44792
44793         * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
44794         Use new sse2 version for core i3 - i7 as it's faster
44795         than sse42 version.
44796         (bit_Prefer_PMINUB_for_stringop): New.
44797         * sysdeps/x86_64/rawmemchr.S: Update.
44798         Replace with faster SSE2 version.
44799         * sysdeps/x86_64/memrchr.S: New file.
44800         * sysdeps/x86_64/memchr.S: Update.
44801         Replace with faster SSE2 version.
44802
44803 2011-09-12  Marek Polacek  <mpolacek@redhat.com>
44804
44805         * elf/dl-load.c (lose): Add cast to avoid warning.
44806
44807 2011-10-07  Ulrich Drepper  <drepper@gmail.com>
44808
44809         * po/ca.po: Update from translation team.
44810
44811         * inet/getnetgrent_r.c: Hook up nscd.
44812         * nscd/Makefile (routines): Add nscd_netgroup.
44813         (nscd-modules): Add netgroupcache.
44814         (CFLAGS-netgroupcache.c): Define.
44815         * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
44816         (cache_search): Add const to second parameter.
44817         * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
44818         INNETGR.
44819         (dbs): Add netgrdb entry.
44820         (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
44821         (verify_persistent_db): Handle netgrdb.
44822         (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
44823         * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
44824         GETFDNETGR.
44825         (netgroup_response_header): Define.
44826         (innetgroup_response_header): Define.
44827         (datahead): Add netgroup_response_header and innetgroup_response_header
44828         elements.
44829         * nscd/nscd.conf: Add entries for netgroup cache.
44830         * nscd/nscd.h (dbtype): Add netgrdb.
44831         (_PATH_NSCD_NETGROUP_DB): Define.
44832         (netgroup_iov_disabled): Declare.
44833         (xmalloc, xcalloc, xrealloc): Move declarations here.
44834         (cache_search): Adjust prototype.
44835         Add netgroup-related prototypes.
44836         * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
44837         * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
44838         (__nscd_innetgr): Declare.
44839         * nscd/selinux.c (perms): Use access_vector_t as element type and
44840         add netgroup-related initializers.
44841         * nscd/netgroupcache.c: New file.
44842         * nscd/nscd_netgroup.c: New file.
44843         * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
44844         * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
44845         For four parameters use innetgr.
44846         * nss/nss_files/files-init.c: Add definition and callback for netgr.
44847         * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
44848         (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
44849         * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
44850
44851         * nscd/connections.c (register_traced_file): Don't register file
44852         for disabled databases.
44853
44854 2011-10-06  Ulrich Drepper  <drepper@gmail.com>
44855
44856         * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
44857
44858         * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
44859         from tree and freeing node.
44860
44861 2011-09-25  Jiri Olsa  <jolsa@redhat.com>
44862
44863         * nss/nsswitch.c (__nss_database_lookup): Handle
44864         nss_parse_service_list out of memory case.
44865
44866 2011-09-15  Jiri Olsa  <jolsa@redhat.com>
44867
44868         * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
44869         out of memory case.
44870
44871 2011-10-04  Andreas Schwab  <schwab@redhat.com>
44872
44873         * include/dlfcn.h (__RTLD_NOIFUNC): Define.
44874         * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
44875         pass it down.
44876         * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
44877         elf_machine_rela, elf_machine_lazy_rel.
44878         (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
44879         (ELF_DYNAMIC_DO_REL): Likewise.
44880         (ELF_DYNAMIC_DO_RELA): Likewise.
44881         (ELF_DYNAMIC_RELOCATE): Likewise.
44882         * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
44883         to ELF_DYNAMIC_DO_REL.
44884         * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
44885         (dl_main): In trace mode always set __RTLD_NOIFUNC.
44886         * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
44887         elf_machine_rela.
44888         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
44889         skip_ifunc, don't call ifunc function if non-zero.
44890         (elf_machine_rela): Likewise.
44891         (elf_machine_lazy_rel): Likewise.
44892         (elf_machine_lazy_rela): Likewise.
44893         * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
44894         (elf_machine_lazy_rel): Likewise.
44895         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
44896         Likewise.
44897         (elf_machine_lazy_rel): Likewise.
44898         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
44899         Likewise.
44900         (elf_machine_lazy_rel): Likewise.
44901         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
44902         (elf_machine_lazy_rel): Likewise.
44903         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
44904         (elf_machine_lazy_rel): Likewise.
44905         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
44906         (elf_machine_lazy_rel): Likewise.
44907         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
44908         (elf_machine_lazy_rel): Likewise.
44909         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
44910         (elf_machine_lazy_rel): Likewise.
44911         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
44912         (elf_machine_lazy_rel): Likewise.
44913
44914 2011-09-28  Ulrich Drepper  <drepper@gmail.com>
44915
44916         * nss/nss_files/files-init.c (_nss_files_init): Use static
44917         initialization for all the *_traced_file variables.
44918
44919 2011-09-28  Andreas Schwab  <schwab@redhat.com>
44920
44921         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
44922
44923 2011-09-27  Roland McGrath  <roland@hack.frob.com>
44924
44925         [BZ #13226]
44926         * manual/signal.texi (Longjmp in Handler): Grammar fixes.
44927
44928 2011-09-27  Andreas Schwab  <schwab@redhat.com>
44929
44930         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
44931         Reread the line before reparsing it.
44932
44933 2011-09-26  Andreas Schwab  <schwab@redhat.com>
44934
44935         * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
44936
44937 2011-09-21  Chung-Lin Tang  <cltang@codesourcery.com>
44938             Maxim Kuvyrkov  <maxim@codesourcery.com>
44939             Joseph Myers  <joseph@codesourcery.com>
44940
44941         * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
44942         if needed for __stack_chk_guard.
44943
44944 2011-09-19  Roland McGrath  <roland@hack.frob.com>
44945
44946         * sysdeps/posix/spawni.c (script_execute): Always define it.
44947         It will be optimized away if unused.
44948         (maybe_script_execute): New function.
44949         (__spawni): Call it.
44950
44951         * Makerules: Don't include tls.make.
44952         (config-tls): Always set to thread.
44953         * tls.make.c: File removed.
44954
44955 2011-09-19  Mike Frysinger  <vapier@gentoo.org>
44956
44957         * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
44958         * config.make.in (CPPFLAGS-config): New substituted variable.
44959
44960 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44961
44962         * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
44963
44964         [BZ #13192]
44965         * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
44966         Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
44967
44968 2011-09-15  Roland McGrath  <roland@hack.frob.com>
44969
44970         * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
44971         (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
44972         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
44973         (CALL_FAIL): Likewise.
44974         * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
44975         (CALL_FAIL): Macro removed.
44976         Patch mostly by Mike Frysinger <vapier@gentoo.org>.
44977
44978 2011-09-15  Ulrich Drepper  <drepper@gmail.com>
44979
44980         * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
44981         for __FINITE_MATH_ONLY__ == 1.
44982
44983 2011-09-15  Andreas Schwab  <schwab@redhat.com>
44984
44985         * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
44986         __ieee754_sqrt instead of sqrt.
44987         * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
44988         __ieee754_sqrtf instead of sqrtf.
44989         * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
44990         __floorf instead of floorf.
44991         * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
44992         __floorf, __truncf instead of floorf, truncf.
44993
44994 2011-09-14  Ulrich Drepper  <drepper@gmail.com>
44995
44996         * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
44997
44998         * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
44999         __extern_always_inline.
45000         Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
45001         32-bit.
45002
45003 2011-09-14  Andreas Schwab  <schwab@redhat.com>
45004
45005         * elf/rtld.c (dl_main): Also relocate in dependency order when
45006         doing symbol dependency testing.
45007
45008 2011-09-13  Andreas Schwab  <schwab@linux-m68k.org>
45009
45010         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
45011         Always define `refsym'.
45012
45013 2011-09-13  Andreas Schwab  <schwab@redhat.com>
45014
45015         * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
45016         (__FD_ELT): Renamed from __FDELT.
45017         * misc/bits/select2.h (__FD_ELT): Likewise.
45018         * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
45019         __FD_MASK instead of __FDELT, __FDMASK.
45020         * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45021         Likewise.
45022         * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
45023         Likewise.
45024
45025         * elf/Makefile (gen-ldd): Fix pattern.
45026
45027         * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
45028         (init_tls): Likewise.
45029
45030 2011-09-12  Ulrich Drepper  <drepper@gmail.com>
45031
45032         * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
45033
45034 2011-09-12  Andreas Schwab  <schwab@redhat.com>
45035
45036         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
45037         `struct cmsghdr *' instead of `void *'.
45038         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
45039         Likewise.
45040
45041 2011-09-11  Andreas Schwab  <schwab@linux-m68k.org>
45042
45043         * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
45044         if non-absolute.
45045         * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
45046         ldd_rewrite_script.
45047
45048 2011-09-11  Ulrich Drepper  <drepper@gmail.com>
45049
45050         * configure.in: Remove --with-tls option.
45051         * config.h.in: Remove HAVE_TLS_SUPPORT entry.
45052         * sysdeps/i386/elf/configure.in: Always test for TLS support and err
45053         out in case it is missing.
45054         * sysdeps/ia64/elf/configure.in: Likewise.
45055         * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
45056         * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
45057         * sysdeps/s390/s390-32/elf/configure.in: Likewise.
45058         * sysdeps/s390/s390-64/elf/configure.in: Likewise.
45059         * sysdeps/sh/elf/configure.in: Likewise.
45060         * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
45061         * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
45062         * sysdeps/x86_64/elf/configure.in: Likewise.
45063         * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
45064         * sysdeps/mach/hurd/tls.h: Likewise.
45065
45066         [BZ #13067]
45067         * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
45068
45069         [BZ #13090]
45070         * configure.in: Fix use of AC_INIT.
45071
45072         * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
45073
45074 2011-09-10  Ulrich Drepper  <drepper@gmail.com>
45075
45076         * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
45077         __set_errno.
45078         * malloc/hooks.c: Likewise.
45079
45080         [BZ #11929]
45081         * malloc/arena.c (ptmalloc_init_minimal): Removed.  Initialize all
45082         variables statically.
45083         (narenas): Initialize.
45084         (list_lock): Initialize.
45085         (ptmalloc_init): Don't call ptmalloc_init_minimal.  Remove
45086         initializtion of main_arena and list_lock.  Small cleanups.
45087         Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
45088         * malloc/malloc.c: Remove malloc_getpagesize.  Include <ldsodefs.h>.
45089         Add initializers to main_arena and mp_.
45090         (malloc_state): Remove pagesize member.  Change all users to use
45091         GLRO(dl_pagesize).
45092
45093         * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
45094         * sysdeps/unix/sysv/linux/getpagesize.c: Simplify.  GLRO(dl_pagesize)
45095         is always initialized.
45096
45097         * malloc/malloc.c: Removed unused configurations and dead code.
45098         * malloc/arena.c: Likewise.
45099         * malloc/hooks.c: Likewise.
45100         * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
45101
45102         * include/tls.h: Removed.  USE___THREAD must always be defined.
45103         * bits/libc-tsd.h: Don't handle !USE___THREAD.
45104         * elf/dl-libc.c: Likewise.
45105         * elf/dl-tsd.c: Likewise.
45106         * include/errno.h: Likewise.
45107         * include/netdb.h: Likewise.
45108         * include/resolv.h: Likewise.
45109         * inet/herrno-loc.c: Likewise.
45110         * inet/herrno.c: Likewise.
45111         * malloc/arena.c: Likewise.
45112         * malloc/hooks.c: Likewise.
45113         * malloc/malloc.c: Likewise.
45114         * resolv/res-state.c: Likewise.
45115         * resolv/res_libc.c: Likewise.
45116         * sysdeps/i386/dl-machine.h: Likewise.
45117         * sysdeps/ia64/dl-machine.h: Likewise.
45118         * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
45119         * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
45120         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
45121         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
45122         * sysdeps/sh/dl-machine.h: Likewise.
45123         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
45124         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
45125         * sysdeps/unix/i386/sysdep.S: Likewise.
45126         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
45127         * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
45128         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
45129         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
45130         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
45131         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
45132         * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
45133         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
45134         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
45135         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
45136         * sysdeps/unix/x86_64/sysdep.S: Likewise.
45137         * sysdeps/x86_64/dl-machine.h: Likewise.
45138         * tls.make.c: Likewise.
45139
45140         * configure.in: Remove --with-__thread option.  Make tests for
45141         --no-whole-archive, __builtin_expect, symbol redirection, __thread,
45142         tls_model attribute fail if no support is available.  Remove
45143         USE_IN_LIBIO.
45144         * Makeconfig: Adjust for dropped configure option.  All features are
45145         now mandatory.
45146         * Makerules: Likewise.
45147         * Versions.def: Likewise.
45148         * argp/argp-fmtstream.c: Likewise.
45149         * argp/argp-fmtstream.h: Likewise.
45150         * argp/argp-help.c: Likewise.
45151         * assert/assert.c: Likewise.
45152         * config.h.in: Likewise.
45153         * config.make.in: Likewise.
45154         * configure: Likewise.
45155         * configure.in: Likewise.
45156         * csu/Versions: Likewise.
45157         * csu/init.c: Likewise.
45158         * elf/tst-audit2.c: Likewise.
45159         * elf/tst-tls10.c: Likewise.
45160         * elf/tst-tls10.h: Likewise.
45161         * elf/tst-tls11.c: Likewise.
45162         * elf/tst-tls12.c: Likewise.
45163         * elf/tst-tls14.c: Likewise.
45164         * elf/tst-tlsmod11.c: Likewise.
45165         * elf/tst-tlsmod12.c: Likewise.
45166         * elf/tst-tlsmod13.c: Likewise.
45167         * elf/tst-tlsmod13a.c: Likewise.
45168         * elf/tst-tlsmod14a.c: Likewise.
45169         * elf/tst-tlsmod15b.c: Likewise.
45170         * elf/tst-tlsmod16a.c: Likewise.
45171         * elf/tst-tlsmod16b.c: Likewise.
45172         * elf/tst-tlsmod7.c: Likewise.
45173         * elf/tst-tlsmod8.c: Likewise.
45174         * elf/tst-tlsmod9.c: Likewise.
45175         * gmon/gmon.c: Likewise.
45176         * grp/fgetgrent_r.c: Likewise.
45177         * grp/putgrent.c: Likewise.
45178         * hurd/fopenport.c: Likewise.
45179         * include/libc-symbols.h: Likewise.
45180         * include/tls.h: Likewise.
45181         * intl/gettextP.h: Likewise.
45182         * intl/loadinfo.h: Likewise.
45183         * locale/global-locale.c: Likewise.
45184         * locale/localeinfo.h: Likewise.
45185         * mach/devstream.c: Likewise.
45186         * malloc/arena.c: Likewise.
45187         * malloc/set-freeres.c: Likewise.
45188         * misc/err.c: Likewise.
45189         * misc/getttyent.c: Likewise.
45190         * misc/mntent_r.c: Likewise.
45191         * posix/getopt.c: Likewise.
45192         * posix/wordexp.c: Likewise.
45193         * pwd/fgetpwent_r.c: Likewise.
45194         * resolv/Versions: Likewise.
45195         * resolv/res_hconf.c: Likewise.
45196         * shadow/fgetspent_r.c: Likewise.
45197         * shadow/putspent.c: Likewise.
45198         * stdio-common/printf_fphex.c: Likewise.
45199         * stdio-common/tmpfile.c: Likewise.
45200         * stdlib/abort.c: Likewise.
45201         * stdlib/fmtmsg.c: Likewise.
45202         * sunrpc/auth_unix.c: Likewise.
45203         * sunrpc/clnt_perr.c: Likewise.
45204         * sunrpc/clnt_tcp.c: Likewise.
45205         * sunrpc/clnt_udp.c: Likewise.
45206         * sunrpc/clnt_unix.c: Likewise.
45207         * sunrpc/openchild.c: Likewise.
45208         * sunrpc/svc_simple.c: Likewise.
45209         * sunrpc/svc_tcp.c: Likewise.
45210         * sunrpc/svc_udp.c: Likewise.
45211         * sunrpc/svc_unix.c: Likewise.
45212         * sunrpc/xdr.c: Likewise.
45213         * sunrpc/xdr_array.c: Likewise.
45214         * sunrpc/xdr_rec.c: Likewise.
45215         * sunrpc/xdr_ref.c: Likewise.
45216         * sunrpc/xdr_stdio.c: Likewise.
45217
45218 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45219
45220         * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
45221
45222 2011-07-03  Andreas Jaeger  <aj@suse.de>
45223
45224         * math/libm-test.inc (jn_test): Add tests for BZ#11589.
45225         * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
45226         regenerate with gen-libm-tests.pl.
45227
45228 2010-05-12  Petr Baudis  <pasky@suse.cz>
45229
45230         [BZ #11589]
45231         * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
45232         around j0() zero points by switching to j1().
45233         * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
45234         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
45235         * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
45236         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
45237
45238 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45239
45240         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
45241         instead of 0.
45242         * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
45243         instead of 0.
45244         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
45245         Patch in part by Pavel Roskin <proski@gnu.org>.
45246
45247         [BZ #13138]
45248         * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
45249         realloc.
45250         (_IO_vfscanf_internal): Remove reteof.  Use errout after setting done.
45251         Free memory block if necessary.
45252
45253         [BZ #12847]
45254         * libio/genops.c (INTDEF): For string streams the _lock pointer can
45255         be NULL.  Don't lock in this case.
45256
45257 2011-09-09  Roland McGrath  <roland@hack.frob.com>
45258
45259         * elf/elf.h (ELFOSABI_GNU): New macro.
45260         (ELFOSABI_LINUX): Define to that.
45261
45262 2011-07-29  Denis Zaitceff  <zaitceff@gmail.com>
45263
45264         * string/strncat.c (strncat): Undef the symbol in case it has been
45265         defined in bits/string.h.
45266
45267 2011-09-09  Ulrich Drepper  <drepper@gmail.com>
45268
45269         * elf/sotruss.ksh: Clean up, fix, and complete help messages.
45270
45271         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
45272         link map.
45273
45274 2011-08-17  Andreas Jaeger  <aj@suse.de>
45275
45276         * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
45277
45278 2011-08-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
45279             Ian Lance Taylor  <iant@google.com>
45280
45281         * math/libm-test.inc (lround_test): New testcase.
45282         * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
45283
45284 2011-09-08  Ulrich Drepper  <drepper@gmail.com>
45285
45286         * Makefile: Remove support for automatic cvs check-ins.
45287         * Makerules: Likewise.
45288         * config.make.in: Likewise.
45289         * configure.in: Likewise.
45290         * intl/Makefile: Likewise.
45291         * locale/Makefile: Likewise.
45292         * po/Makefile: Likewise.
45293         * posix/Makefile: Likewise.
45294         * sysdeps/gnu/Makefile: Likewise.
45295         * sysdeps/mach/hurd/Makefile: Likewise.
45296         * sysdeps/sparc/sparc32/Makefile: Likewise.
45297
45298         [BZ #13118]
45299         * posix/Makefile (bug-regex32-ENV): Define.
45300         Patch by John Stanley <jpsinthemix@verizon.net>.
45301
45302         * misc/Makefile (headers): Add bits/select2.h.
45303         * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
45304         * misc/bits/select2.h: New file.
45305         * include/bits/select2.h: New file.
45306         * debug/Makefile (routines): Add fdelt_chk.
45307         * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
45308         * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
45309         FD_ISSET.
45310         * debug/fdelt_chk.c: New file.
45311
45312         * wcsmbs/test-wcscmp.c: Moved from string/*.  Adjust.
45313         * wcsmbs/test-wmemcmp.c: Likewise.
45314         * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
45315         * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
45316
45317 2011-09-08  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45318
45319         * string/Makefile (strop-tests): Add memcmp.
45320         * string/test-wmemcmp.c: New file.
45321         * string/test-memcmp.c: Add wmemcmp support.
45322
45323 2011-09-08  Roland McGrath  <roland@hack.frob.com>
45324
45325         [BZ #13153]
45326         * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
45327         2011-07-19 change.
45328
45329         * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
45330         garbage value in a __mach_port_mod_refs call in the cases of the
45331         task-self and thread-self ports.
45332
45333 2011-09-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
45334
45335         * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
45336
45337 2011-09-08  Andreas Schwab  <schwab@redhat.com>
45338
45339         * elf/dl-load.c (lose): Check for non-null L.
45340
45341 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45342
45343         * elf/dl-load.c (open_verify): Use O_CLOEXEC.
45344
45345         * elf/dl-libc.c (dlerror_run): Pass back error code from
45346         dl_catch_error.
45347
45348         [BZ #13123]
45349         * elf/dl-load.c (lose): Free l_origin if it is valid.
45350
45351         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
45352         names.
45353         * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
45354         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45355         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45356         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45357         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
45358         Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
45359
45360 2011-08-01  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
45361
45362         * sysdeps/powerpc/fpu/e_hypot.c: New file.
45363         * sysdeps/powerpc/fpu/e_hypotf.c: New file.
45364         * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
45365         * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
45366         * sysdeps/powerpc/fpu/k_cosf.c: New file.
45367         * sysdeps/powerpc/fpu/k_sinf.c: New file.
45368         * sysdeps/powerpc/fpu/s_cosf.c: New file.
45369         * sysdeps/powerpc/fpu/s_sinf.c: New file.
45370         * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
45371         * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
45372
45373 2011-08-15  Alan Modra  <amodra@gmail.com>
45374
45375         [BZ #13092]
45376         * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
45377         * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
45378         * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here.  Add
45379         ppc_mcount to static-only-routines.
45380         * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
45381         __mcount_internal.
45382         * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
45383         __mcount_internal with usual JUMPTARGET.  Remove useless nop.
45384
45385 2011-08-18  David Flaherty  <flaherty@linux.vnet.ibm.com>
45386
45387         * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
45388         for finite and infinity parameters.
45389
45390 2011-08-04  Will Schmidt  <will_schmidt@vnet.ibm.com>
45391
45392         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
45393         and add nop instructions for throughput optimization.
45394         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
45395
45396 2011-07-28  Will Schmidt  <will_schmidt@vnet.ibm.com>
45397
45398         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
45399         aligned copy for power7 with vector-scalar instructions.
45400         * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
45401
45402 2011-07-24  H.J. Lu  <hongjiu.lu@intel.com>
45403
45404         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
45405         AVX check.
45406
45407 2011-09-07  Andreas Schwab  <schwab@redhat.com>
45408
45409         [BZ #13144]
45410         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
45411         last change.
45412
45413 2011-09-07  Ulrich Drepper  <drepper@gmail.com>
45414
45415         * sysdeps/unix/sysv/linux/x86_64/init-first.c
45416         (_libc_vdso_platform_setup): If vDSO is not present store pointer to
45417         syscall wrapper around clock_gettime in __vdso_clock_gettime.
45418         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
45419         clock_gettime.
45420
45421 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45422
45423         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
45424         Forgot to demangle the pointer.
45425
45426         * sysdeps/i386/sysdep.h: Define atom_text_section.
45427         * sysdeps/x86_64/sysdep.h: Likewise.
45428         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
45429         section with atom_text_section.
45430         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
45431         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
45432         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
45433         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
45434         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
45435
45436         * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
45437         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
45438         already be defined.  Change to take two parameters and don't assign
45439         result to variable.  Adjust all users.
45440         Define INTERNAL_GETTIME if not already defined.
45441         Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
45442         call.
45443         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
45444         HAVE_CLOCK_GETTIME_VSYSCALL.
45445         * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
45446
45447         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
45448         gettimeofday vsyscall, just use time.
45449
45450 2011-09-06  Andreas Schwab  <schwab@redhat.com>
45451
45452         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
45453         <errno.h>.
45454
45455 2011-09-06  Ulrich Drepper  <drepper@gmail.com>
45456
45457         * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
45458         syscall on x86-64.
45459         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
45460         syscall.
45461         * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
45462         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
45463         syscall if possible.
45464
45465 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45466
45467         * elf/pldd.c (get_process_info): Don't read whole ELF header, just
45468         e_ident.  Don't pass to find_mapsXX.
45469         * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
45470
45471 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45472
45473         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
45474         strchr-sse2-no-bsf strrchr-sse2-no-bsf
45475         * sysdeps/x86_64/multiarch/strchr.S: Update.
45476         Check bit_slow_BSF bit.
45477         * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
45478         * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
45479         * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
45480
45481 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45482
45483         [BZ #13134]
45484         * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
45485         before glibc 2.15.
45486         (tryshell): Define.
45487         (__spawni): Change last parameter to be flag.  Test
45488         SPAWN_XFLAGS_USE_PATH flag to use path or not.
45489         Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
45490         * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
45491         * posix/spawni.c: Likewise.
45492         * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
45493         * posix/spawnp.c: Likewise.  Change normal version to use
45494         SPAWN_XFLAGS_USE_PATH.
45495         * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
45496         SPAWN_XFLAGS_TRY_SHELL.
45497
45498         [BZ #13150]
45499         * posix/glob.h: Remove gcc 1.x support.
45500
45501         [BZ #13068]
45502         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
45503
45504 2011-07-20  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45505
45506         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45507         strchr-sse2 strrchr-sse2 strchr-sse2-bsf
45508         strrchr-sse2-bsf
45509         * sysdeps/i386/i686/multiarch/strchr.S: New file.
45510         * sysdeps/i386/i686/multiarch/strrchr.S: New file.
45511         * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
45512         * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
45513         * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
45514         * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
45515
45516 2011-08-29  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45517
45518         * sysdeps/x86_64/wcscmp.S: New file.
45519
45520         * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
45521         wcscmp-c wcscmp-sse2
45522         * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
45523         * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
45524         * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
45525         * wcsmbs/wcscmp.c: Allow renaming.
45526
45527 2011-09-05  David S. Miller  <davem@davemloft.net>
45528
45529         * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
45530         stack slot, rather than the struct return pointer slot.
45531         * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
45532         * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
45533         * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
45534         * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
45535
45536 2011-09-05  Ulrich Drepper  <drepper@gmail.com>
45537
45538         * po/ja.po: Update from translation team.
45539
45540         [BZ #13144]
45541         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
45542         kernel in 64-bit binaries.
45543
45544 2011-09-01  David S. Miller  <davem@davemloft.net>
45545
45546         * elf/elf.h (HWCAP_SPARC_*): Move to..
45547         * sysdeps/sparc/sysdep.h: this new file and add new values.
45548         * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
45549         * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
45550         _DL_HWCAP_COUNT to 24.
45551         * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
45552         entries.
45553         * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
45554         __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
45555         * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
45556         * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
45557         instead of magic constants.
45558         * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
45559
45560 2011-08-31  David S. Miller  <davem@davemloft.net>
45561
45562         * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
45563         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
45564         Reimplement to do errno handling inline.
45565         (SYSCALL_ERROR_HANDLER): New macro.
45566         (__SYSCALL_STRING): Do not do errno handling in asm.
45567         (__CLONE_SYSCALL_STRING): Delete.
45568         (__INTERNAL_SYSCALL_STRING): Delete.
45569         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
45570         sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
45571         (PSEUDO): Reimplement to do errno handling inline.
45572         (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
45573         (SYSCALL_ERROR_HANDLER): New macro.
45574         (__SYSCALL_STRING): Do not do errno handling in asm.
45575         (__CLONE_SYSCALL_STRING): Delete.
45576         (__INTERNAL_SYSCALL_STRING): Delete.
45577         * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
45578         Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
45579         i386.
45580         (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
45581         (inline_syscall*): Add 'err' argument.
45582         (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
45583         INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
45584         (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
45585         INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
45586
45587         * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
45588         * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45589
45590 2011-08-30  Andreas Schwab  <schwab@redhat.com>
45591
45592         * elf/rtld.c (dl_main): Relocate objects in dependency order.
45593
45594 2011-08-29  Jiri Olsa <jolsa@redhat.com>
45595
45596         * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
45597         directive.
45598
45599 2011-08-24  David S. Miller  <davem@davemloft.net>
45600
45601         * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
45602
45603 2011-08-24  Andreas Schwab  <schwab@redhat.com>
45604
45605         * elf/Makefile: Add rules to build and run unload8 test.
45606         * elf/unload8.c: New file.
45607         * elf/unload8mod1.c: New file.
45608         * elf/unload8mod1x.c: New file.
45609         * elf/unload8mod2.c: New file.
45610         * elf/unload8mod3.c: New file.
45611
45612         * elf/dl-close.c (_dl_close_worker): Reset private search list if
45613         it wasn't used.
45614
45615 2011-08-23  David S. Miller  <davem@davemloft.net>
45616
45617         * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
45618         subtract stack bias.
45619         * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
45620         %sp not %fp in calculations.
45621         (_JMPBUF_UNWINDS_ADJ): Likewise.
45622
45623         * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
45624         (aio_suspend): Call it to force an exception region around the
45625         AIO_MISC_WAIT() invocation.
45626
45627 2011-08-23  Andreas Schwab  <schwab@redhat.com>
45628
45629         * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
45630         backslash.
45631
45632 2011-07-04  Aurelien Jarno  <aurelien@aurel32.net>
45633
45634         * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
45635         protection macro.
45636         * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
45637         and <dl-machine.h>.
45638         (Elf64_FuncDesc): Remove.
45639
45640 2011-08-22  David S. Miller  <davem@davemloft.net>
45641
45642         * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
45643         sigaltstack check, add missing cfi directives.
45644         * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
45645         missing cfi directives, and sigaltstack handling.
45646
45647 2011-08-16  Andreas Schwab  <schwab@redhat.com>
45648
45649         [BZ #11724]
45650         * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
45651         object is seen twice.
45652         * elf/dl-fini.c (_dl_sort_fini): Likewise.
45653
45654         * elf/Makefile (distribute): Add tst-initorder2.c.
45655         (tests): Add tst-initorder2.
45656         (modules-names): Add tst-initorder2a tst-initorder2b
45657         tst-initorder2c tst-initorder2d.  Add rules to build them.
45658         ($(objpfx)tst-initorder2.out): New rule.
45659         * elf/tst-initorder2.c: New file.
45660         * elf/tst-initorder2.exp: New file.
45661
45662 2011-08-22  Andreas Schwab  <schwab@redhat.com>
45663
45664         * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
45665
45666         * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
45667         dependencies back to end of function.
45668
45669         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
45670         $(elfobjdir)/ld.so.
45671
45672 2011-08-21  Ulrich Drepper  <drepper@gmail.com>
45673
45674         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
45675         * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
45676         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
45677         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
45678         * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
45679         of __vdso_gettimeofday.
45680         * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
45681         __vdso_gettimeofday and __vdso_time.  Define __vdso_getcpu with
45682         attribute_hidden.
45683         (_libc_vdso_platform_setup): Remove initialization of
45684         __vdso_gettimeofday and __vdso_time.
45685
45686 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45687
45688         * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
45689         and fgetc_unlocked.
45690         * nss/nss_files/files-key.c (search): Use fgets_unlocked and
45691         getc_unlocked.
45692
45693         * elf/dl-open.c (add_to_global): Report additions to the global scope
45694         for LD_DEBUG=scopes.
45695         (dl_open_worker): Also print scope of newly loaded dependencies.
45696         (_dl_show_scope): Indicate if there is no scope.
45697
45698         [BZ #13114]
45699         * stdio-common/Makefile (tests): Add bug24.
45700         * stdio-common/bug24.c: New file.
45701
45702 2011-08-19  Andreas Jaeger  <aj@suse.de>
45703
45704         [BZ #13114]
45705         * libio/fileops.c (_IO_new_file_fopen): Fix handling of
45706         non-existant file when using close-on-exec mode.
45707
45708 2011-08-20  Ulrich Drepper  <drepper@gmail.com>
45709
45710         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
45711         the very first instruction.
45712
45713         * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
45714         the CFI state in the end.
45715         * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
45716         inclusion of dl-trampoline.h.
45717         Based on a patch by Jiri Olsa <jolsa@redhat.com>.
45718
45719 2011-08-19  Andreas Schwab  <schwab@redhat.com>
45720
45721         * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
45722         expectations for long double.
45723
45724         * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
45725         from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
45726
45727 2011-08-14  David S. Miller  <davem@davemloft.net>
45728
45729         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
45730         artificual limit depends upon the system page size.
45731
45732 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45733
45734         * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
45735         * resolv/Makefile: Define CFLAGS-libresolv.
45736
45737 2011-08-17  Andreas Schwab  <schwab@redhat.com>
45738
45739         * nss/makedb.c (compute_tables): Make variables used in nested
45740         function static.
45741
45742 2011-08-17  Ulrich Drepper  <drepper@gmail.com>
45743
45744         * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
45745         * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
45746         if buffer was too small.
45747
45748         * elf/pldd.c (main): Attach to all threads in the process.
45749         Rewrite /proc handling to use *at functions.
45750
45751 2011-08-16  Ulrich Drepper  <drepper@gmail.com>
45752
45753         * elf/dl-open.c (_dl_show_scope): Take additional parameter which
45754         specifies first scope to show.
45755         (dl_open_worker): Update callers.  Move printing scope of new
45756         object to before the relocation.
45757         * elf/rtld.c (dl_main): Update _dl_show_scope call.
45758         * sysdeps/generic/ldsodefs.h: Update declaration.
45759
45760         * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
45761         string for the scope number.
45762
45763 2011-08-14  Ulrich Drepper  <drepper@gmail.com>
45764
45765         * nscd/servicescache.c (cache_addserv): Make sure written is always
45766         initialized.
45767
45768 2011-08-14  Roland McGrath  <roland@hack.frob.com>
45769
45770         * sysdeps/i386/i486/bits/atomic.h
45771         (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
45772         statement expression, so as to suppress "set but not used" warning.
45773         (__arch_c_compare_and_exchange_val_64_acq): Likewise.
45774
45775         * string/strncat.c (STRNCAT): Use prototype definition.
45776
45777         * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
45778         (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
45779         -Iprograms here.
45780         (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
45781         (localedef-modules): Add localedef.
45782         (locale-modules): Add locale.
45783
45784         * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
45785         * elf/rtld.c (dl_main): Invert order of assignment in last change,
45786         to avoid a warning.
45787
45788 2011-08-14  David S. Miller  <davem@davemloft.net>
45789
45790         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
45791         RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
45792
45793 2011-08-13  Ulrich Drepper  <drepper@gmail.com>
45794
45795         * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
45796         (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
45797         * elf/rtld.c (dl_main): Set l_name of vDSO.
45798         Call _dl_show_scope when DL_DEBUG_SCOPES.
45799         (process_dl_debug): Recognize scopes flag and also set it for all.
45800         * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
45801         Declare _dl_show_scope.
45802
45803         * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
45804         (do_dlopen): Pass caller_dlopen to dl_open.
45805         (__libc_dlopen_mode): Initialize caller_dlopen.
45806
45807         * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
45808         of libc.  Make tolower call locale-independent.  Optimize a bit by
45809         using isdigit instead of isalnum.
45810         * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
45811
45812 2011-08-12  Ulrich Drepper  <drepper@gmail.com>
45813
45814         * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
45815         was a dependency or dynamically loaded.
45816
45817 2011-08-11  Ulrich Drepper  <drepper@gmail.com>
45818
45819         * intl/l10nflist.c: Allow architecture-specific pop function.
45820         * sysdeps/x86_64/l10nflist.c: New file.
45821
45822         * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
45823         classification.
45824
45825 2011-08-10  Andreas Schwab  <schwab@redhat.com>
45826
45827         * include/dirent.h: Add libc_hidden_proto for scandirat and
45828         scandirat64.  Don't declare __scandirat64.
45829         * dirent/scandirat.c: Add libc_hidden_def.
45830         * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
45831         * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
45832
45833 2011-08-10  David S. Miller  <davem@davemloft.net>
45834
45835         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
45836         enum.
45837         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45838         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45839         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45840
45841 2011-08-09  Ulrich Drepper  <drepper@gmail.com>
45842
45843         * Versions.def [libc]: Add GLIBC_2.15.
45844         * dirent/Makefile (routines): Add scandirat and scandirat64.
45845         * dirent/Versions [libc]: Export scandirat and scandirat64 for
45846         GLIBC_2.15.
45847         * dirent/dirent.h: Declare scandirat and scandirat64.
45848         * dirent/scandirat.c: New file.
45849         * dirent/scandirat64.c: New file.
45850         * sysdeps/wordsize-64/scandirat.c: New file.
45851         * sysdeps/wordsize-64/scandirat64.c: New file.
45852         * dirent/opendir.c: Define opendirat.
45853         * dirent/scandir.c: Move code to scandirat.c.  Implement scandir
45854         using scandirat.
45855         * dirent/scandir64.c: Adjust for scandir.c change.
45856         * include/dirent.h: Define scandir_cancel_struct.  Declare __opendirat,
45857         __scandirat64, and __scandir_cancel_handler.
45858         * sysdeps/unix/opendir.c: Rename __opendir to __opendirat.  Take
45859         additional parameter and use openat instead of open (outside of ld.so).
45860         Add new __opendir as wrapper around __opendirat.
45861         * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
45862         here without requiring old scandirat implementation.
45863
45864 2011-08-08  Ulrich Drepper  <drepper@gmail.com>
45865
45866         * dirent/scandir.c (cancel_handler): Renamed to
45867         __scandir_cancel_handler.  Do not define if SKIP_SCANDIR_CANCEL is
45868         defined.  Adjust users.
45869         * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
45870         * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
45871
45872 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
45873
45874         * string/test-string.h (IMPL): Use __STRING to expand name and then
45875         stringify it.
45876
45877         * string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
45878         of cleanups.
45879
45880 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45881
45882         * string/Makefile: Update.
45883         (strop-tests): Append strncat.
45884         * string/test-wcscmp.c: New file.
45885         New comprehensive test for wcscmp.
45886         * string/test-strcmp.c: Update.
45887         (WIDE): New define.
45888
45889 2011-07-22  Andreas Schwab  <schwab@redhat.com>
45890
45891         * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
45892         line.
45893
45894 2011-07-26  Andreas Schwab  <schwab@redhat.com>
45895
45896         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
45897         encoding to ACE if AI_IDN.
45898
45899 2011-08-01  Jakub Jelinek  <jakub@redhat.com>
45900
45901         * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
45902         to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
45903
45904 2011-07-22  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45905
45906         * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
45907         Fix overflow bug in strncat.
45908         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
45909
45910         * string/test-strncat.c: Update.
45911         Add new tests for checking overflow bugs.
45912
45913 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
45914
45915         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
45916         strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
45917         * sysdeps/i386/i686/multiarch/strcat.S: New file.
45918         * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
45919         * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
45920         * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
45921         * sysdeps/i386/i686/multiarch/strncat.S: New file.
45922         * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
45923         * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
45924
45925         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
45926         (USE_AS_STRCAT): Define.
45927         Add strcat and strncat support.
45928         * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
45929
45930 2011-07-25  Andreas Schwab  <schwab@redhat.com>
45931
45932         * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
45933         __n bigger than INT_MAX+1.
45934         (__strncmp_g): Likewise.
45935
45936 2011-07-23  Ulrich Drepper  <drepper@gmail.com>
45937
45938         * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
45939         * libio/stido.h: Likewise.
45940
45941         * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
45942         (AF_NFC): Define.
45943         * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
45944         (AF_NFC): Define.
45945
45946         * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
45947         * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
45948         * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
45949         * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
45950         * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
45951
45952         [BZ #13021]
45953         * scripts/test-installation.pl: Don't expect libnss_test1 to be
45954         installed.
45955
45956         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
45957         typo.
45958         (_dl_x86_64_save_sse): Likewise.
45959
45960 2011-07-22  Ulrich Drepper  <drepper@gmail.com>
45961
45962         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
45963         OSXSAVE.
45964         (_dl_x86_64_save_sse): Likewise.
45965
45966         * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
45967
45968         * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
45969
45970 2011-07-21  Andreas Schwab  <schwab@redhat.com>
45971
45972         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
45973         change.
45974         (_dl_x86_64_save_sse): Use correct AVX check.
45975
45976 2011-07-21  Liubov Dmitrieva  <liubov.dmitrieva@gmail.com>
45977
45978         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
45979         bug in strncpy/strncat.
45980         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
45981
45982 2011-07-21  Ulrich Drepper  <drepper@gmail.com>
45983
45984         * string/tester.c (test_strcat): Add tests for different alignments
45985         of source and destination.
45986         (test_strncat): Likewise.
45987
45988 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
45989
45990         [BZ #12852]
45991         * posix/glob.c (glob): Check passed in values before using them in
45992         expressions to avoid some overflows.
45993         (glob_in_dir): Likewise.
45994
45995         [BZ #13007]
45996         * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
45997         check for AVX enablement so that we don't crash with old kernels and
45998         new hardware.
45999         * elf/tst-audit4.c: Add same checks here.
46000         * elf/tst-audit6.c: Likewise.
46001
46002         * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
46003
46004 2011-07-09  Andreas Schwab  <schwab@linux-m68k.org>
46005
46006         * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
46007
46008 2011-07-20  Ulrich Drepper  <drepper@gmail.com>
46009
46010         * po/cs.po: Update from translation team.
46011         * po/bg.po: Likewise.
46012
46013 2011-07-12  Marek Polacek  <mpolacek@redhat.com>
46014
46015         * misc/sys/cdefs.h: Add support for const attribute.
46016         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
46017         to gnu_dev_{major,minor,makedev} functions.
46018
46019 2011-07-20  Marek Polacek  <mpolacek@redhat.com>
46020
46021         * intl/dcigettext.c (get_output_charset): Add missing bracket.
46022
46023 2011-07-20  Andreas Schwab  <schwab@redhat.com>
46024
46025         * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
46026         strlen results.
46027
46028 2011-07-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46029
46030         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
46031         (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
46032         register in order to avoid conflicts with the soft frame pointer
46033         being held in r11 when necessary.
46034         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
46035         (INTERNAL_VSYSCALL_NCS): Likewise.
46036
46037 2011-07-14  Marek Polacek  <mpolacek@redhat.com>
46038
46039         * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
46040         * elf/dl-fini.c (_dl_fini): Adjust caller.
46041         * elf/dl-close.c (_dl_close_worker): Likewise.
46042         * sysdeps/generic/ldsodefs.h: Adjust declaration.
46043
46044 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46045
46046         * elf/cache.c (load_aux_cache): Remove unnecessary condition of
46047         "aux_cache->nlibs < 0".
46048
46049         * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
46050         in the reload-count case.
46051
46052 2011-07-15  Liubov Dmitrieva  <liubov.dmitrieva@intel.com>
46053
46054         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46055         strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
46056         strncat-sse2-unaligned strncat-c strlen-sse2-pminub
46057         * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
46058         * sysdeps/x86_64/multiarch/strcat.S: New file.
46059         * sysdeps/x86_64/multiarch/strncat.S: New file.
46060         * sysdeps/x86_64/multiarch/strncat-c.c: New file.
46061         * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
46062         * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
46063         * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
46064         * sysdeps/x86_64/multiarch/strcpy-ssse3.S
46065         (USE_AS_STRCAT): Define.
46066         Add strcat and strncat support.
46067         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
46068         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
46069         * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
46070         * string/strncat.c: Update.
46071         (USE_AS_STRNCAT): Define.
46072         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46073         Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
46074         and i7.
46075         * sysdeps/x86_64/multiarch/init-arch.h
46076         (bit_Prefer_PMINUB_for_stringop): New.
46077         (index_Prefer_PMINUB_for_stringop): Likewise.
46078         * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
46079         bit_Prefer_PMINUB_for_stringop.
46080
46081 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46082
46083         * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
46084         buffer64.
46085         * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
46086         of casting of buffer.
46087         * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
46088         buffer32 and buffer64.
46089         * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
46090         writes instead of casting of buffer.
46091         * crypt/md5.h (struct md5_ctx): Move buffer into union and add
46092         buffer32.
46093         * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
46094         casting of buffer.
46095
46096 2011-07-19  Andreas Schwab  <schwab@redhat.com>
46097
46098         * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
46099
46100 2011-07-19  Ulrich Drepper  <drepper@gmail.com>
46101
46102         * nscd/nscd.c (termination_handler): Don't do anything for a database
46103         if it has not yet been initialized.
46104
46105 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46106
46107         * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46108
46109 2011-07-15  Marek Polacek  <mpolacek@redhat.com>
46110
46111         * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
46112
46113 2011-07-18  Ulrich Drepper  <drepper@gmail.com>
46114
46115         * po/nl.po: Update from translation team.
46116         * po/sv.po: Likewise.
46117
46118 2011-07-16  Roland McGrath  <roland@hack.frob.com>
46119
46120         * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
46121         now disallowed by GCC.
46122
46123         * configure.in (use-default-link): Default to yes if a test -shared
46124         link meets our qualifications.
46125         * configure: Regenerated.
46126
46127         * config.make.in (output-format): New variable.
46128         * configure.in: Check for ld --print-output-format support.
46129         * configure: Regenerated.
46130         * Makerules ($(common-objpfx)format.lds)
46131         [$(output-format) != unknown]: Just use $(output-format),
46132         instead of the linker-script munging.
46133
46134 2011-07-14  Roland McGrath  <roland@hack.frob.com>
46135
46136         * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
46137         of $(common-objpfx)shlib.lds.
46138         * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
46139
46140         * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
46141         Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
46142
46143         * configure.in (-z relro check): Adjust test code to add a large
46144         writable data section after it.
46145         * configure: Regenerated.
46146
46147 2011-07-11  Roland McGrath  <roland@hack.frob.com>
46148
46149         * configure.in (-z relro check): Fix test code to make the variable
46150         truly const.
46151         * configure: Regenerated.
46152
46153 2011-07-11  Ulrich Drepper  <drepper@gmail.com>
46154
46155         * nscd/nscd.h (struct traced_file): Define.
46156         (struct database_dyn): Remove inotify_descr, reset_res, and filename
46157         elements.  Add traced_files.
46158         (inotify_fd): Declare.
46159         (register_traced_file): Declare.
46160         * nscd/connections.c (dbs): Remove reset_res and filename initializers.
46161         (inotify_fd): Export.
46162         (resolv_conf_descr): Remove.
46163         (nscd_init): Move inotify descriptor creation to main.
46164         Don't register files for notification here.
46165         (register_traced_file): New function.
46166         (invalidate_cache): Don't use reset_res to determine whether to call
46167         res_init, go through the list of registered files.
46168         (main_loop_poll): The inotify descriptors are now stored in the
46169         structures for the traced files.
46170         (main_loop_epoll): Likewise
46171         * nscd/nscd.c (main): Create inotify socket here.  Pass extra argument
46172         to __nss_disable_nscd.
46173         * nscd/cache.c (prune_cache): There is no single inotify descriptor
46174         for a database anymore.  Check the records for all the registered
46175         files instead.
46176         * nss/Makefile (libnss_files-routines): Add files-init.
46177         (libnss_db-routines): Add db-init.
46178         * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
46179         [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
46180         * nss/nss_db/db-init.c: New file.
46181         * nss/nss_files/files-init.c: New file.
46182         * nss/nsswitch.c (nss_load_library): New function.  Broken out of
46183         __nss_lookup_function.
46184         (__nss_lookup_function): Call nss_load_library.
46185         (nss_load_all_libraries): New function.
46186         (__nss_disable_nscd): Take parameter with callback function for files
46187         to register.  Set is_nscd.  Load all the DSOs for the NSS modules
46188         used for the cached services.
46189         * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
46190         * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
46191         options for features to all the files in nscd.
46192
46193         * nss/nsswitch.c (nss_parse_file): Add missing fclose.
46194
46195 2011-07-10  Roland McGrath  <roland@hack.frob.com>
46196
46197         * csu/elf-init.c (__libc_csu_init): Comment typo.
46198
46199 2011-07-09  Ulrich Drepper  <drepper@gmail.com>
46200
46201         * po/pl.po: Update from translation team.
46202         * po/ja.po: Likewise.
46203         * po/ru.po: Likewise.
46204         * po/ko.po: Likewise.
46205         * po/fr.po: Likewise.
46206
46207 2011-07-09  Roland McGrath  <roland@hack.frob.com>
46208
46209         * configure.in (.ctors/.dtors header and trailer check):
46210         Use an empirical test on a built program.
46211         * configure: Regenerated.
46212
46213         * configure.in (-z relro check): Use an empirical test on a built DSO.
46214         Detect, but do not require, on ia64.
46215         * configure: Regenerated.
46216
46217         * configure.in (READELF): Find it with AC_CHECK_TOOL.
46218         Update tests that use readelf to use $READELF instead.
46219         * configure: Regenerated.
46220
46221 2011-07-08  Ulrich Drepper  <drepper@gmail.com>
46222
46223         * malloc/hooks.c (memalign_check): Avoid using checked_request2size
46224         if the result is not used.
46225
46226 2011-07-05  Andreas Jaeger  <aj@suse.de>
46227
46228         [BZ#9696]
46229         * stdlib/tst-strtod.c: Add testcase.
46230
46231 2011-07-07  Ulrich Drepper  <drepper@gmail.com>
46232
46233         * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46234         (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
46235         The latter has a higher limit.  Take additional parameter to pass to
46236         the new function.
46237         (__pathconf): Pass file to __statfs_link_max.
46238         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
46239         __statfs_link_max.
46240         * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
46241         __statfs_link_max.
46242
46243         [BZ #12868]
46244         * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
46245         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
46246         Handle Lustre.
46247         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
46248         (__statfs_filesize_max): Likewise.
46249         Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
46250
46251 2011-07-05  Andreas Jaeger  <aj@suse.de>
46252
46253         * resolv/res_comp.c (dn_skipname): Remove unused variable.
46254
46255 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
46256
46257         * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
46258         `status' variable.
46259         * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
46260         Likewise.
46261
46262 2011-07-04  H.J. Lu  <hongjiu.lu@intel.com>
46263
46264         * Makefile (strop-tests): Add strncat.
46265         * string/test-strncat.c: New file.
46266
46267 2011-06-30  Marek Polacek  <mpolacek@redhat.com>
46268
46269         * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
46270
46271 2011-06-21  Andreas Jaeger  <aj@suse.de>
46272
46273         * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
46274         Copy rule from iconvdata/Makefile.
46275
46276 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46277
46278         [BZ #12922]
46279         * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
46280         but no long options are defined, just return 'W'.
46281
46282 2011-06-22  Marek Polacek  <mpolacek@redhat.com>
46283
46284         [BZ #9696]
46285         * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
46286
46287 2011-07-06  Ulrich Drepper  <drepper@gmail.com>
46288
46289         * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
46290         netgroups to read.
46291         (innetgr): Likewise.
46292
46293 2011-07-05  Roland McGrath  <roland@hack.frob.com>
46294
46295         * config.make.in (install_root): Default to $(DESTDIR).
46296
46297 2011-07-05  Ulrich Drepper  <drepper@gmail.com>
46298
46299         * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
46300
46301 2011-07-02  Roland McGrath  <roland@hack.frob.com>
46302
46303         * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
46304
46305         * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
46306         containing directory rather than embedding absolute directory names.
46307
46308         * scripts/check-local-headers.sh: Rewritten using awk.
46309         Match by word, not by line.  Print error messages for matches.
46310         * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
46311
46312         * Makerules [shlib-lds-flags empty]:
46313         ($(common-objpfx)libc_pic.opts): New target.
46314         ($(common-objpfx)libc_pic.os.clean): New target.
46315         ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
46316
46317         * config.make.in (OBJCOPY): New variable.
46318         * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
46319         * configure: Regenerated.
46320
46321         * config.make.in (use-default-link): New variable.
46322         * configure.in (use_default_link): Grok --with-default-link to set it.
46323         * configure: Regenerated.
46324         * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
46325         (shlib-lds, shlib-lds-flags): Define to empty.
46326
46327         * Makerules (shlib-lds): New variable.
46328         (shlib-lds-flags): New variable.
46329         (build-shlib, build-moduile, build-module-asneeded): Use it.
46330         ($(common-objpfx)libc.so): Use $(shlib-lds).
46331         ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
46332         * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
46333
46334         * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
46335         DT_FLAGS/DT_FLAGS_1 with zero flags.
46336
46337         * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
46338         linker script munging.
46339
46340 2011-07-02  Ulrich Drepper  <drepper@gmail.com>
46341
46342         * crypt/sha512.h (struct sha512_ctx): Add union to access total also
46343         as 128-bit value.
46344         * crypt/sha512.c (sha512_process_block): Perform total addition using
46345         128-bit if possible.
46346         (__sha512_finish_ctx): Likewise.
46347         * crypt/sha256.h (struct sha256_ctx): Add union to access total also
46348         as 64-bit value.
46349         * crypt/sha256.c (SWAP64): Define.
46350         (sha256_process_block): Perform total addition using 64-bit if
46351         possible.
46352         (__sha256_finish_ctx): Likewise.
46353
46354 2011-07-01  Ulrich Drepper  <drepper@gmail.com>
46355
46356         * nscd/pwdcache.c (cache_addpw): Cleanup.  Add branch prediction.
46357         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46358         * nscd/hstcache.c (cache_addhst): Likewise.
46359         * nscd/grpcache.c (cache_addgr): Likewise.
46360         * nscd/aicache.c (addhstaiX): Likewise
46361         * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
46362
46363 2011-07-01  Thorsten Kukuk  <kukuk@suse.de>
46364
46365         * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
46366         * nscd/initgrcache.c (addinitgroupsX): Likewise.
46367         * nscd/hstcache.c (cache_addhst): Likewise.
46368         * nscd/grpcache.c (cache_addgr): Likewise.
46369         * nscd/aicache.c (addhstaiX): Likewise
46370
46371 2011-07-01  Andreas Schwab  <schwab@redhat.com>
46372
46373         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
46374         domain only when needed.
46375
46376 2011-06-30  Andreas Schwab  <schwab@redhat.com>
46377
46378         * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
46379         is always restored.
46380
46381 2011-06-29  Ulrich Drepper  <drepper@gmail.com>
46382
46383         * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
46384         are re-adding the entry.
46385         * nscd/servicescache.c (cache_addserv): Likewise.
46386
46387 2011-06-30  Aurelien Jarno  <aurelien@aurel32.net>
46388
46389         * sysdeps/generic/dl-irel.h: fix protection against multiple
46390         inclusions.
46391         * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
46392
46393 2011-06-28  Ulrich Drepper  <drepper@gmail.com>
46394
46395         [BZ #12935]
46396         * malloc/memusage.sh: Fix quoting in message.
46397         * debug/xtrace.sh: Likewise.
46398
46399         * configure.in: Remove support for --experimental-malloc option, make
46400         it the default.
46401         * config.make.in: Likewise.
46402         * malloc/Makefile: Likewise.
46403
46404 2011-06-27  Andreas Schwab  <schwab@redhat.com>
46405
46406         * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
46407         two-byte characters.
46408
46409 2011-06-27  Roland McGrath  <roland@hack.frob.com>
46410
46411         * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
46412         AC_CACHE_CHECK invocation.
46413         * configure: Regenerated.
46414
46415         * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
46416
46417 2011-06-27  Ulrich Drepper  <drepper@gmail.com>
46418
46419         [BZ #12350]
46420         * nscd/aicache.c (addhstaiX):  Restore only RES_USE_INET6
46421         bit from old_res_options.
46422
46423         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
46424
46425         * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
46426         value type for setfct.
46427
46428 2011-06-23  H.J. Lu  <hongjiu.lu@intel.com>
46429
46430         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46431         __gettimeofday instead of gettimeofday.
46432
46433 2011-06-26  Ulrich Drepper  <drepper@gmail.com>
46434
46435         * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
46436
46437 2011-06-24  H.J. Lu  <hongjiu.lu@intel.com>
46438
46439         * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
46440
46441         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
46442         info.
46443
46444 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46445
46446         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
46447         strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46448         strcpy-sse2-unaligned strncpy-sse2-unaligned
46449         stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
46450         * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
46451         * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
46452         * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
46453         * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
46454         * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
46455         * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
46456         * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
46457         * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
46458         * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
46459         (STRCPY): Support SSE2 and SSSE3 versions.
46460
46461 2011-06-24  Ulrich Drepper  <drepper@gmail.com>
46462
46463         [BZ #12874]
46464         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
46465         * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
46466         kernels which artificially limit size of requests.
46467
46468 2011-06-22  H.J. Lu  <hongjiu.lu@intel.com>
46469
46470         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
46471         strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
46472         strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
46473         * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
46474         * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
46475         * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
46476         * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
46477         * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
46478         * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
46479         * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
46480         * sysdeps/i386/i686/multiarch/strcpy.S: New file.
46481         * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
46482         * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
46483         * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
46484         * sysdeps/i386/i686/multiarch/strncpy.S: New file.
46485         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46486         Enable unaligned load optimization for Intel Core i3, i5 and i7
46487         processors.
46488         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
46489         Define.
46490         (index_Fast_Unaligned_Load): Define.
46491         (HAS_FAST_UNALIGNED_LOAD): Define.
46492
46493 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
46494
46495         * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
46496
46497 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46498
46499         [BZ #12907]
46500         * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
46501         until it is clear that the information is realy needed.
46502         Patch mostly by David Hanisch <david.hanisch@nsn.com>.
46503
46504 2011-06-22  Andreas Schwab  <schwab@redhat.com>
46505
46506         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
46507
46508 2011-06-22  Ulrich Drepper  <drepper@gmail.com>
46509
46510         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
46511         /sys/devices/system/cpu/online if it is usable.
46512
46513         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
46514         reading the information from the /proc filesystem to once a second.
46515
46516 2011-06-21  Andreas Jaeger  <aj@suse.de>
46517
46518         * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
46519         NULL after inclusion of kernel headers.
46520
46521 2011-06-21  Ulrich Drepper  <drepper@gmail.com>
46522
46523         * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
46524         calls to internal_setent.
46525
46526         [BZ #12885]
46527         * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
46528         addresses using gethostbyname4_r ignore IPv4 addresses.
46529
46530         * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
46531         branch using gethostbyname2 is only for AF_INET.  Optimize accordingly.
46532
46533         * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
46534
46535 2011-06-20  David S. Miller  <davem@davemloft.net>
46536
46537         * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
46538         inclusions.
46539         * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
46540
46541         * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
46542         (elf_irel): Use it.
46543         * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
46544         * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
46545         * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
46546         * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
46547         * sysdeps/x86_64/dl-irel.h: Likewise.
46548
46549         * elf/dl-runtime.c: Use elf_ifunc_invoke.
46550         * elf/dl-sym.c: Likewise.
46551
46552 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46553
46554         * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch.  We
46555         need to dereference resplen2.
46556
46557 2011-06-14  Andreas Schwab  <schwab@redhat.com>
46558
46559         * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
46560
46561 2011-06-15  Ulrich Drepper  <drepper@gmail.com>
46562
46563         * Makeconfig: Define vardbdir and inst_vardbdir.
46564         * nss/Makefile: Add rules to install db-Makefile.
46565
46566         * nss/nss_db/db-XXX.c: Cleanup.
46567
46568         * nss/Makefile (libnss_db-dbs): Add db-initgroups.
46569         * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
46570         GLIBC_PRIVATE.
46571         * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
46572         * nss/makedb.c: Implement -g option to specify that value strings
46573         are generated and should not be added to table iterated over for
46574         get*ent calls.
46575         * nss/nss_db/db-initgroups.c: New file.
46576
46577         * nss/getent.c: Add support for initgroups lookups through getgrouplist
46578         interface.
46579
46580         * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
46581         (internal_getgrouplist): Adjust to name change.
46582         Update use_initgroups_entry if this is not the first call.
46583         * nss/databases.def: Add initgroups entry.
46584
46585         * nss/makedb.c (compute_tables): Check result of multiple hash table
46586         sizes to minimize maximum chain length.
46587
46588 2011-06-14  Ulrich Drepper  <drepper@gmail.com>
46589
46590         * Versions.def: Add entry for libnss_db.
46591         * shlib-versions: Likewise.
46592         * nss/Makefile: Add rules to build libnss_db.
46593         * nss/Versions: Add libnss_db information.  Organize libnss_files
46594         entries better.
46595         * nss/db-Makefile: Add gshadow support.  Change rules for the new
46596         makedb progra.  Some minor improvements to generate smaller files.
46597         * nss/nss_db/nss_db.h: Move NSS database header data structures to
46598         here from...
46599         * nss/makedb.c: ...here.
46600         Improve database format to be smaller and require less memory at
46601         runtime.
46602         * nss/nss_db/db-XXX.x: Adjust for new database format.  Don't use
46603         db anymore.
46604         * nss/nss_db/db-netgrp.c: Likewise.
46605         * nss/nss_db/db-open.c: Likewise.
46606         * nss/nss_files/flies-XXX.x: Adjust comments.
46607         * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
46608         * nss/nss_files/files-grp.c: Likewise.
46609         * nss/nss_files/files-hosts.c: Likewise.
46610         * nss/nss_files/files-network.c: Likewise.
46611         * nss/nss_files/files-proto.c: Likewise.
46612         * nss/nss_files/files-pwd.c: Likewise.
46613         * nss/nss_files/files-rpc.c: Likewise.
46614         * nss/nss_files/files-service.c: Likewise.
46615         * nss/nss_files/files-sgrp.c: Likewise.
46616         * nss/nss_files/files-spwd.c: Likewise.
46617         * nss/nss_db/db-alias.c: Removed.
46618         * nss/nss_db/dummy-db.h: Removed.
46619
46620 2011-06-02  Ulrich Drepper  <drepper@gmail.com>
46621
46622         * nss/makedb.c: Rewritten to not use database library.
46623         * nss/Makefile: Update to build new makedb program.
46624
46625 2011-06-14  Andreas Jaeger  <aj@suse.de>
46626
46627         * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
46628         memset declaration.
46629
46630 2011-06-10  Andreas Schwab  <schwab@redhat.com>
46631
46632         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
46633         tmpbuf.
46634
46635 2011-06-10  Roland McGrath  <roland@hack.frob.com>
46636
46637         * Makerules (shlib.lds): Fail if the linker script comes out empty.
46638         * elf/Makefile ($(objpfx)ld.so): Likewise.
46639
46640         * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
46641         Don't list ld.so twice in dependencies.
46642
46643         * posix/bug-regex31.c: Include <stdlib.h>.
46644
46645         * nscd/hstcache.c (cache_addhst): Remove unused variable.
46646
46647         * nis/nss_compat/compat-spwd.c
46648         (getspent_next_nss_netgr): Remove unused variable.
46649         * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
46650
46651         * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
46652         nonmembers" output to use the right array.
46653
46654         * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
46655
46656         * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
46657
46658         * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
46659         * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
46660         * catgets/gencat.c (read_input_file): Likewise.
46661         * locale/programs/locarchive.c (enlarge_archive): Likewise.
46662
46663         * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
46664         variable definition inside #if's controlling its use.
46665
46666         * inet/getnetgrent_r.c (innetgr): Remove unused variable.
46667
46668         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
46669
46670         * misc/syslog.c (__vsyslog_chk): Remove unused variable.
46671
46672         * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
46673         unreachable code.
46674
46675         * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
46676
46677         * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
46678         * configure: Regenerated.
46679
46680         * Makerules: Revert last change.
46681         * elf/Makefile: Likewise.
46682
46683 2011-06-09  Roland McGrath  <roland@hack.frob.com>
46684
46685         * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
46686         * elf/Makefile ($(objpfx)librtld.os): Likewise.
46687         (reloc-link): Likewise.
46688
46689 2011-06-09  Ulrich Drepper  <drepper@gmail.com>
46690
46691         * elf/Makefile: Add rules to build pldd.
46692         * elf/pldd.c: New file.
46693         * elf/pldd-xx.c: New file.
46694
46695 2011-06-07  Ulrich Drepper  <drepper@gmail.com>
46696
46697         * version.h: Update for 2.15 development version.
46698
46699 2011-06-07  David S. Miller  <davem@davemloft.net>
46700
46701         * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
46702         ifuncs.
46703         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
46704         elf_machine_lazy_rel): Likewise.
46705         * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
46706         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
46707         elf_machine_lazy_rel): Likewise.
46708         * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
46709         dl_hwcap via passed in argument.
46710         * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
46711         Likewise.
46712
46713 2011-06-06  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
46714
46715         * stdlib/longlong.h: Update from GCC.  Fix smul_ppmm for S/390.
46716
46717 2011-06-06  Roland McGrath  <roland@hack.frob.com>
46718
46719         [BZ #12849]
46720         * manual/fdl-1.1.texi: New file, verbatim from:
46721         http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
46722         * manual/lgpl-2.1.texi: New file, verbatim from:
46723         http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
46724         * manual/Makefile (licenses): New variable, list those new file names.
46725         (texis): Use it.
46726         (chapters.% top-menu.%): Include $(licenses) with $(appendices).
46727
46728         * manual/fdl.texi: File removed.
46729         * manual/lesser.texi: File removed.
46730         * manual/libc.texinfo (Copying, Documentation License):
46731         Use new @include file names, put @appendix directive before @include.
46732
46733 2011-06-04  Jakub Jelinek  <jakub@redhat.com>
46734
46735         [BZ #12841]
46736         * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
46737         (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
46738         (mq_open): Add __NTH.
46739
46740 2011-06-02  H.J. Lu  <hongjiu.lu@intel.com>
46741
46742         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
46743         Assume Intel Core i3/i5/i7 processor if AVX is available.
46744
46745 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46746
46747         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
46748         typo.
46749
46750 2011-05-31  Andreas Schwab  <schwab@redhat.com>
46751
46752         * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
46753         memory.  Use alloca_account.  Fix memory leak when retrying.
46754
46755 2011-05-31  Ulrich Drepper  <drepper@gmail.com>
46756
46757         * version.h (RELEASE): Bump for 2.14 release.
46758         * include/features.h (__GLIBC_MINOR__): Bump to 14.
46759
46760         * config.make.in (RANLIB): Remove entry.
46761
46762 2011-05-30  Ulrich Drepper  <drepper@gmail.com>
46763
46764         * po/Makefile (po-sed-cmd): Add ksh to extensions.
46765         (libc.pot): Work around missing support for .ksh extension in xgettext.
46766
46767         [BZ #12684]
46768         * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
46769         if both request failed.
46770         (send_dg): In case of server errors clear resplen or *resplen2.
46771
46772         [BZ #12454]
46773         * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
46774         when there are multiple maps.
46775         * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
46776         (_dl_fini): Remove test here.
46777
46778         * elf/rtld.c (dl_main): Don't allow the loader to load itself.
46779
46780 2011-05-29  Ulrich Drepper  <drepper@gmail.com>
46781
46782         [BZ #12350]
46783         * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
46784         bit from old_res_options.
46785         (gaih_inet): Likewise.
46786
46787         [BZ #11099]
46788         * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
46789         as signed.
46790
46791         * resolv/res_init.c (res_setoptions): Make the code more compact.
46792
46793         [BZ #11558]
46794         * resolv/res_init.c (res_setoptions): Recognize use-vc option and
46795         set RES_USEVC.
46796
46797         [BZ #11634]
46798         * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
46799
46800         * malloc/malloc.h: Mark malloc hook variables as deprecated.
46801
46802         [BZ #11781]
46803         * malloc/malloc.h: Declare malloc hook variables as volatile.
46804
46805         * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
46806         in last patch.
46807
46808         [BZ #11799]
46809         * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
46810         raise in the comment.
46811         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
46812         * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
46813         * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
46814
46815 2011-05-28  Ulrich Drepper  <drepper@gmail.com>
46816
46817         [BZ #12811]
46818         * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
46819         grow the buffers more if it already has to be sufficient.
46820         (build_wcs_upper_buffer): Likewise.
46821         * posix/regexec.c (check_matching): Likewise.
46822         (clean_state_log_if_needed): Likewise.
46823         (extend_buffers): Don't enlarge buffers beyond size of the input
46824         buffer.
46825         Patches mostly by Emil Wojak <emil@wojak.eu>.
46826         * posix/bug-regex32.c: New file.
46827         * posix/Makefile (tests): Add bug-regex32.
46828
46829         * locale/findlocale.c (_nl_find_locale): Return right away if
46830         _nl_explode_name failed.
46831         * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
46832
46833         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
46834
46835         * debug/xtrace.sh: Unify messages.
46836         * malloc/memusage.sh: Likewise.
46837
46838         [BZ #12813]
46839         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
46840         time symbol from vDSO.  Substitute with vsyscall if not available.
46841         * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
46842         __vdso_time.
46843
46844         * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
46845         * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
46846         * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
46847         Add sendmmsg and internal_sendmmsg.
46848         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
46849         * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
46850         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
46851
46852         * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
46853         * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
46854         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
46855
46856 2011-05-27  Ulrich Drepper  <drepper@gmail.com>
46857
46858         [BZ #12813]
46859         * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
46860         Retrieve getcpu symbol from vDSO.  Substitute with vsyscall if not
46861         available.
46862         * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
46863         __vdso_getcpu.
46864
46865         [BZ #12814]
46866         * iconvdata/Makefile (tests): Add bug-iconv9.
46867         * iconvdata/bug-iconv9.c: New file.
46868
46869 2011-05-27  Andreas Schwab  <schwab@redhat.com>
46870
46871         [BZ #12814]
46872         * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
46873
46874 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
46875
46876         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
46877         (struct user_regs_struct): Change intcs field back to cs.
46878
46879 2011-05-25  Ulrich Drepper  <drepper@gmail.com>
46880
46881         * po/ja.po: Update from translation team.
46882
46883 2011-05-23  Ulrich Drepper  <drepper@gmail.com>
46884
46885         [BZ #12795]
46886         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
46887         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
46888
46889 2011-05-20  Andreas Schwab  <schwab@redhat.com>
46890
46891         * stdlib/longlong.h: Update from GCC.
46892
46893 2011-05-23  Andreas Schwab  <schwab@redhat.com>
46894
46895         * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
46896         parameter name.
46897         * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
46898         Add parameter name.
46899         (__sysconf): Pass it down.
46900
46901 2011-05-22  Ulrich Drepper  <drepper@gmail.com>
46902
46903         [BZ #12671]
46904         * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
46905         some situations.
46906         * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
46907         * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
46908         add in in __libc_use_alloca calls.  Adjust callers.
46909         (glob): Use malloc in some situations.
46910
46911         * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
46912         and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
46913         pltexit.
46914
46915 2011-05-21  Ulrich Drepper  <drepper@gmail.com>
46916
46917         * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
46918         and CLOCK_BOOTTIME_ALARM.
46919
46920         [BZ #12782]
46921         * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
46922         is returned.
46923
46924         * string/_strerror.c (__strerror_r): Print negative errors as signed
46925         numbers.
46926
46927         [BZ #12777]
46928         * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
46929         (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
46930         * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
46931
46932         * configure.in: Fix typo in redirection and correct removal of test
46933         files in two cases.
46934
46935         [BZ #12788]
46936         * locale/setlocale.c (new_composite_name): Fix test to check for
46937         identical name of all categories.
46938
46939         [BZ #12792]
46940         * libio/filedoalloc.c (local_isatty): New function.
46941         (_IO_file_doallocate): Use local_isatty.
46942         * stdio-common/perror.c (perror): In case a new stream is used
46943         forward the stream error.
46944         * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
46945         error flag.
46946
46947 2011-05-20  Ulrich Drepper  <drepper@gmail.com>
46948
46949         [BZ #11869]
46950         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
46951         alloca.
46952         * include/alloca.h (extend_alloca_account): Define.
46953
46954         [BZ #11857]
46955         * posix/regex.h: Fix comments with documentation of user-accessible
46956         fields after compilation and describe correct free'ing of pattern
46957         after re_compile_pattern.
46958         Patch by Reuben Thomas <rrt@sc3d.org>.
46959
46960 2011-05-18  Ryan S. Arnold  <rsa@us.ibm.com>
46961
46962         * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
46963         and -mno-altivec to prevent the compiler from using Altivec and/or
46964         VSX instructions when the corresponding registers are not available.
46965
46966 2011-05-19  Andreas Schwab  <schwab@redhat.com>
46967
46968         * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
46969
46970 2011-05-19  Ulrich Drepper  <drepper@gmail.com>
46971
46972         * libio/freopen.c (freopen): Use __dup2, not dup2.
46973         * libio/freopen64.c (freopen64): Likewise.
46974
46975 2011-05-17  H.J. Lu  <hongjiu.lu@intel.com>
46976
46977         [BZ #12775]
46978         * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
46979         * math/Makefile (tests): Add test-powl.
46980         (CFLAGS-test-powl.c): Define.
46981         * math/test-powl.c: New file.
46982
46983 2011-05-16  H.J. Lu  <hongjiu.lu@intel.com>
46984
46985         * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
46986
46987 2011-05-17  Ulrich Drepper  <drepper@gmail.com>
46988
46989         [BZ #11837]
46990         * iconvdata/gb18030.c: Update to GB18020-2005.
46991
46992 2011-05-16  Ulrich Drepper  <drepper@gmail.com>
46993
46994         * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
46995         RE_SYNTAX_POSIX_AWK): Update to match recent development.
46996         Patch by Aharon Robbins <arnold@skeeve.com>.
46997
46998         [BZ #11892]
46999         * stdlib/putenv.c (putenv): Don't always create copy of the variable
47000         on the stack.
47001
47002         [BZ #11895]
47003         * misc/pselect.c (__pselect): Handle timeout value errors hidden
47004         through underflows.
47005
47006         [BZ #12766]
47007         * misc/error.c (error_at_line): Ensure file_name and old_file_name
47008         point to strings before performing equality test for error_one_per_line
47009         mode.
47010
47011         [BZ #11697]
47012         * login/programs/pt_chown.c (do_pt_chown): Always call chown.
47013
47014         [BZ #11820]
47015         * sysdeps/unix/sysv/linux/x86_64/sys/user.h
47016         (struct user_fpregs_struct): Avoid __uint*_t types.
47017
47018         [BZ #6420]
47019         * malloc/mtrace.c (tr_where): Add additional parameter to point to
47020         symbol info.  Use it instead of calling _dl_addr locally.
47021         (lock_and_info): New function.
47022         (tr_freehook): Call lock_and_info and pass symbol info as additional
47023         parameter to tr_where.
47024         (tr_mallochook): Likewise.
47025         (tr_reallochook): Likewise.
47026         (tr_memalignhook): Likewise.
47027
47028         * malloc/mtrace.c: Remove support for USE_MTRACE_FILE.  It is not
47029         used and couldn't be at all thread-safe.
47030
47031 2011-05-15  Ulrich Drepper  <drepper@gmail.com>
47032
47033         * libio/freopen.c (freopen): Don't close old file descriptor
47034         before the new one is opened.  Instead dup the new file descriptor
47035         to the old one after the new stream is created.
47036         * libio/freopen64.c (freopen64): Likewise.
47037         * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
47038         * libio/fileops.c (_IO_new_file_close_it): Handle new
47039         _IO_FLAGS2_NOCLOSE flag.
47040         (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
47041         If _IO_file_open didn't set FD_CLOEXEC do it after the call.
47042         * libio/oldfileops.c (_IO_old_file_close_it): Handle new
47043         _IO_FLAGS2_NOCLOSE flag.
47044         * include/unistd.h: Add hidden_proto for dup3.
47045         Define __have_dup3.
47046         * io/dup3.c: Define hidden symbol.
47047         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
47048
47049         [BZ #7101]
47050         * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
47051         when an incomplete long option is used.
47052         * posix/tst-getopt_long1.c: New file.
47053         * posix/Makefile (tests): Add tst-getopt_long1.
47054
47055         [BZ #10138]
47056         * scripts/config.guess: Update from autoconf-2.68.
47057         * scripts/config.sub: Likewise.
47058
47059         [BZ #10157]
47060         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
47061         tests into ...
47062         (has_cpuclock): ...this.  New function.
47063         * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
47064         macro here based on has_cpuclock code.
47065
47066         [BZ #10149]
47067         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47068         First byte (not low byte) is now always NUL.
47069         * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
47070
47071         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
47072         Use non-cancelable interfaces.
47073
47074         [BZ #9809]
47075         * locale/iso-639.def: Add entry for Sorani.
47076
47077         [BZ #11901]
47078         * include/stdlib.h: Move include protection to the right place.
47079         Define abort_msg_s.  Declare __abort_msg with it.
47080         * stdlib/abort.c (__abort_msg): Adjust type.
47081         * assert/assert.c (__assert_fail_base): New function.  Majority
47082         of code from __assert_fail.  Allocate memory for __abort_msg with
47083         mmap.
47084         (__assert_fail): Now call __assert_fail_base.
47085         * assert/assert-perr.c: Remove bulk of implementation.  Use
47086         __assert_fail_base.
47087         * include/assert.hL Declare __assert_fail_base.
47088         * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
47089         mmap.
47090         * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
47091
47092 2011-05-14  Ulrich Drepper  <drepper@gmail.com>
47093
47094         [BZ #11952]
47095         [BZ #12453]
47096         * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
47097         until all modules are registered in the DTV.
47098         * elf/Makefile: Add rules to build and run tst-tls19.
47099         * elf/tst-tls19.c: New file.
47100         * elf/tst-tls19mod1.c: New file.
47101         * elf/tst-tls19mod2.c: New file.
47102         * elf/tst-tls19mod3.c: New file.
47103         Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
47104
47105         [BZ #12083]
47106         * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
47107         correctly.
47108
47109         [BZ #12601]
47110         * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
47111         two-byte sequence errors.
47112         * iconvdata/Makefile (tests): Add bug-iconv8.
47113         * iconvdata/bug-iconv8.c: New file.
47114
47115         [BZ #12626]
47116         * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
47117         buf2 definition.
47118
47119         * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
47120
47121         [BZ #12432]
47122         * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
47123         (dummy_getcfa): New function.
47124         (init): Get _Unwind_GetCFA address, use dummy if not found.
47125         (backtrace_helper): In recursion check, also check whether CFA changes.
47126         (__backtrace): Completely initialize arg.
47127
47128         * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
47129         storing incomplete byte sequence in state object.  Avoid testing for
47130         guaranteed too small input if we know there is enough data available.
47131
47132 2011-05-11  Andreas Schwab  <schwab@redhat.com>
47133
47134         * Makeconfig (+link-pie): Indent.
47135         * Rules (binaries-pie): Define if $(have-fpie) and
47136         $(build-shared).
47137         (binaries-shared): Also filter out $(binaries-pie).
47138         ($(addprefix $(objpfx),$(binaries-pie))): New rule.
47139         * nscd/Makefile (others-pie): Add nscd.
47140         (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
47141         ($(objpfx)nscd): Remove command override.
47142         * login/Makefile (others-pie): Add pt_chown.
47143         ($(objpfx)pt_chown): Remove command override.
47144         * elf/Makefile: Add PIE tests to tests and tests-pie variables and
47145         remove command overrides.
47146
47147 2011-05-13  Ulrich Drepper  <drepper@gmail.com>
47148
47149         * libio/tst_putwc.c: Fix error messages.
47150
47151         [BZ #12724]
47152         * libio/fileops.c (_IO_new_file_close_it): Always flush when
47153         currently writing and seek to current position when not.
47154         * libio/Makefile (tests): Add bug-fclose1.
47155         * libio/bug-fclose1.c: New file.
47156
47157 2011-05-12  Ulrich Drepper  <drepper@gmail.com>
47158
47159         [BZ #12511]
47160         * elf/dl-lookup.c (enter): Don't test for copy relocation here and
47161         don't set DF_1_NODELETE here.
47162         (do_lookup_x): When entering new entry test for copy relocation
47163         and if necessary set DF_1_NODELETE flag.
47164         * elf/tst-unique4.cc: New file.
47165         * elf/tst-unique4.h: New file.
47166         * elf/tst-unique4lib.cc: New file.
47167         * elf/Makefile: Add rules to build and run tst-unique4.
47168         Patch by Piotr Bury <pbury@goahead.com>.
47169
47170 2011-05-11  Ulrich Drepper  <drepper@gmail.com>
47171
47172         [BZ #12052]
47173         * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
47174
47175         [BZ #12625]
47176         * misc/mntent_r.c (addmntent): Flush the stream after the output
47177
47178         [BZ #12393]
47179         * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
47180         (is_trusted_path_normalize): Skip initial colon.  Append slash
47181         to empty buffer.  Duplicate is_trusted_path code but allow
47182         constructed patch to be prefix.
47183         (is_dst): Allow $ORIGIN followed by /.
47184         (_dl_dst_substitute): Correct clearing of check_for_trusted.
47185         Correct testing of result of is_trusted_path_normalize
47186         (decompose_rpath): Fix warning.
47187
47188 2011-05-10  Ulrich Drepper  <drepper@gmail.com>
47189
47190         [BZ #11257]
47191         * grp/initgroups.c (internal_getgrouplist): When we found the service
47192         list through the initgroups entry in nsswitch.conf do not always
47193         continue on a successful lookup.  Don't always use the
47194         __nss_group_database value if it is set.
47195         * nss/nsswitch.conf (initgroups): Change action for successful db
47196         lookup to continue for compatibility.
47197
47198 2011-05-09  Ulrich Drepper  <drepper@gmail.com>
47199
47200         [BZ #11532]
47201         * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
47202         and CP774 modules.
47203         * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
47204         and CP774 modules.
47205         * iconvdata/tst-tables.sh: Likewise.
47206         * iconvdata/cp770.c: New file.
47207         * iconvdata/cp771.c: New file.
47208         * iconvdata/cp772.c: New file.
47209         * iconvdata/cp773.c: New file.
47210         * iconvdata/cp774.c: New file.
47211         * iconvdata/testdata/CP770: New file.
47212         * iconvdata/testdata/CP770..UTF8: New file.
47213         * iconvdata/testdata/CP771: New file.
47214         * iconvdata/testdata/CP771..UTF8: New file.
47215         * iconvdata/testdata/CP772: New file.
47216         * iconvdata/testdata/CP772..UTF8: New file.
47217         * iconvdata/testdata/CP773: New file.
47218         * iconvdata/testdata/CP773..UTF8: New file.
47219         * iconvdata/testdata/CP774: New file.
47220         * iconvdata/testdata/CP774..UTF8: New file.
47221
47222         * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
47223         END CHARMAP line.
47224         * iconvdata/gen-8bit-gap.sh: Likewise.
47225         * iconvdata/gen-8bit.sh: Likewise.
47226
47227         * locale/iso-639.def: Add ary entry.
47228
47229         [BZ #11258]
47230         * locale/C-translit.h.in: Add U20A1 transliteration.
47231
47232         [BZ #12178]
47233         * locale/iso-639.def: Add wae entry.
47234         Patch by Kevin Bortis <bortis@translate-wae.ch>.
47235
47236         [BZ #12545]
47237         * locale/programs/localedef.c (construct_output_path): Use ssize_t
47238         for n.
47239
47240         [BZ #12711]
47241         * locale/C-translit.h.in: Add entry for U20B9.
47242         Patch by pravin.d.s@gmail.com.
47243
47244 2011-05-08  Ulrich Drepper  <drepper@gmail.com>
47245
47246         [BZ #12713]
47247         * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
47248         ENAMETOOLONG use generic getcwd.
47249         * sysdeps/posix/getcwd.c: Add support to use openat.  Make usable
47250         in rtld.  Use *stat64.
47251         * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
47252         Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
47253         * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
47254         * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
47255         * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
47256         * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
47257         * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
47258         __fstatat64 macros.
47259         * include/dirent.h: Add libc_hidden_proto for rewinddir.
47260         * dirent/rewinddir.c: Add libc_hidden_def.
47261         * sysdeps/mach/hurd/rewinddir.c: Likewise.
47262         * sysdeps/unix/rewinddir.c: Likewise.  Don't do locking outside libc.
47263
47264         * include/dirent.h (__alloc_dir): Add flags parameter.
47265         * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
47266         * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
47267         __alloc_dir.
47268         (__alloc_dir): Take new parameter.  Don't call fcntl for invocations
47269         from fdopendir if O_CLOEXEC is already set.
47270
47271 2011-03-15  Alan Modra  <amodra@gmail.com>
47272
47273         * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
47274         l_tls_firstbyte_offset non-zero.  Save padding offset in
47275         l_tls_firstbyte_offset for later use.
47276         * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
47277         freeing static tls block.
47278
47279 2011-03-05  Jonathan Nieder  <jrnieder@gmail.com>
47280
47281         * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
47282         where #ifdef was intended.  The intent is to prevent ARG_MAX from
47283         being defined by the kernel headers.
47284
47285 2011-05-07  Ulrich Drepper  <drepper@gmail.com>
47286
47287         [BZ #12734]
47288         * resolv/resolv.h: Define RES_NOTLDQUERY.
47289         * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
47290         no-tld-query and set RES_NOTLDQUERY.
47291         * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
47292         * resolv/res_query.c (__libc_res_nsearch): Backport changes from
47293         modern BIND to search name as TLD unless forbidden.
47294
47295 2011-05-07  Petr Baudis  <pasky@suse.cz>
47296             Ulrich Drepper  <drepper@gmail.com>
47297
47298         [BZ #12393]
47299         * elf/dl-load.c (fillin_rpath): Move trusted path check...
47300         (is_trusted_path): ...to here.
47301         (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47302         (_dl_dst_substitute): Verify expanded $ORIGIN path elements
47303         using is_trusted_path_normalize() in setuid scripts.
47304
47305 2011-05-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
47306
47307         * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
47308         __BEGIN/__END_DECLS.
47309
47310 2011-05-06  Ulrich Drepper  <drepper@gmail.com>
47311
47312         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
47313         NSS_STATUS_NOTFOUND if no record was found.
47314
47315 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47316
47317         * sunrpc/Makefile (headers): Add rpc/netdb.h.
47318         (headers-not-in-tirpc): Remove rpc/netdb.h
47319         * resolv/netdb.h: Revert last change.
47320
47321 2011-05-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
47322
47323         * Makeconfig (link-libc-static): Use --{start,end}-group to handle
47324         circular dependency between libgcc.a and libc.a.
47325
47326 2011-05-05  Andreas Schwab  <schwab@redhat.com>
47327
47328         * resolv/netdb.h: Don't include <rpc/netdb.h>.
47329         * nis/Makefile: Don't install rpcsvc/*.
47330         * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
47331         instead of <rpc/types.h>.
47332         (MAXHOSTNAMELEN): Define.
47333
47334 2011-05-03  Andreas Schwab  <schwab@redhat.com>
47335
47336         * elf/ldconfig.c (add_dir): Don't crash on empty path.
47337
47338 2011-04-28  Maciej Babinski  <mbabinski@google.com>
47339
47340         [BZ #12714]
47341         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
47342         gethostbyname4_r when IPv6 results are possible.
47343
47344 2011-05-02  Ulrich Drepper  <drepper@gmail.com>
47345
47346         [BZ #12723]
47347         * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
47348         _PC_PIPE_BUF handling.
47349
47350 2011-04-30  Bruno Haible  <bruno@clisp.org>
47351
47352         [BZ #12717]
47353         * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
47354         * resolv/netdb.h (getnameinfo): Change type of flags parameter
47355         to 'int'.
47356         * inet/getnameinfo.c (getnameinfo): Likewise.
47357
47358 2011-04-29  Ulrich Drepper  <drepper@gmail.com>
47359
47360         * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
47361         to groups setting in database lookup.
47362         * nss/nsswitch.conf: Add initgroups entry.
47363
47364 2011-04-22  Ulrich Drepper  <drepper@gmail.com>
47365
47366         [BZ #12685]
47367         * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
47368         mode string.
47369         Patch by Eric Blake <eblake@redhat.com>.
47370
47371 2011-04-20  H.J. Lu  <hongjiu.lu@intel.com>
47372
47373         * sunrpc/Makefile (need-export-routines): Add svc_run.
47374         (routines): Remove svc_run.
47375         ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
47376         * sunrpc/clnt_perr.c (clnt_perrno): Export.
47377         * sunrpc/svc_run.c (svc_run): Likewise.
47378         * sunrpc/svc_udp.c (svcudp_create): Likewise.
47379
47380 2011-04-21  Ulrich Drepper  <drepper@gmail.com>
47381
47382         * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
47383         problem in reallocation in last patch.
47384
47385 2011-04-20  Ulrich Drepper  <drepper@gmail.com>
47386
47387         * sunrpc/Makefile: Move inclusion of Rules.
47388
47389 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47390
47391         * nss/nss_files/files-initgroups.c: New file.
47392         * nss/Makefile (libnss_files-routines): Add files-initgroups.
47393         * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
47394         _nss_files_initgroups_dyn.
47395
47396 2011-03-31  Richard Sandiford  <richard.sandiford@linaro.org>
47397
47398         * elf/elf.h (R_ARM_IRELATIVE): Define.
47399
47400 2011-04-19  Ulrich Drepper  <drepper@gmail.com>
47401
47402         * po/ru.po: Update from translation team.
47403
47404 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47405
47406         * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
47407         dependencies.
47408
47409 2011-02-06  Mike Frysinger  <vapier@gentoo.org>
47410
47411         [BZ #12653]
47412         * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
47413         MEMCPY_CHK with USE_AS_BCOPY ifdef check.
47414         * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
47415         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
47416         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
47417
47418 2011-03-28  Andreas Schwab  <schwab@linux-m68k.org>
47419
47420         * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
47421         differing bytes.
47422         * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
47423         * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
47424         * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
47425
47426 2011-04-17  Ulrich Drepper  <drepper@gmail.com>
47427
47428         [BZ #12420]
47429         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
47430         storing it.
47431         * stdlib/bug-getcontext.c: New file.
47432         * stdlib/Makefile: Add rules to build and run bug-getcontext.
47433
47434 2011-04-13  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47435
47436         * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
47437         instructions into .machine "z9-109".
47438         * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
47439         * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
47440
47441 2011-04-11  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
47442
47443         * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
47444         between environment variables and auxiliary vector.
47445
47446 2011-04-16  Ulrich Drepper  <drepper@gmail.com>
47447
47448         * Makefile: Add rules to build linkobj/libc.so.
47449         * include/libc-symbols.h: Define libc_hidden_nolink.
47450         * include/rpc/auth.h: Mark functions which are to be hidden.
47451         * include/rpc/auth_des.h: Likewise.
47452         * include/rpc/auth_unix.h: Likewise.
47453         * include/rpc/clnt.h: Likewise.
47454         * include/rpc/des_crypt.h: Likewise.
47455         * include/rpc/key_prot.h: Likewise.
47456         * include/rpc/pmap_clnt.h: Likewise.
47457         * include/rpc/pmap_prot.h: Likewise.
47458         * include/rpc/pmap_rmt.h: Likewise.
47459         * include/rpc/rpc_msg.h: Likewise.
47460         * include/rpc/svc.h: Likewise.
47461         * include/rpc/svc_auth.h: Likewise.
47462         * include/rpc/xdr.h: Likewise.
47463         * nis/Makefile: Link all DSOs against linkobj/libc.so.
47464         * nss/Makefile: Likewise.
47465         * sunrpc/Makefile: Don't install headers.  Build library with normal
47466         entry points.  Don't build rpcinfo.  Link RPC tests appropriately.
47467         * sunrpc/auth_des.c: Hide exported symbols by default, export some
47468         for the compat linking library.  Remove use of INTDEF/INTUSE.
47469         * sunrpc/auth_none.c: Likewise.
47470         * sunrpc/auth_unix.c: Likewise.
47471         * sunrpc/authdes_prot.c: Likewise.
47472         * sunrpc/authuxprot.c: Likewise.
47473         * sunrpc/clnt_gen.c: Likewise.
47474         * sunrpc/clnt_perr.c: Likewise.
47475         * sunrpc/clnt_raw.c: Likewise.
47476         * sunrpc/clnt_simp.c: Likewise.
47477         * sunrpc/clnt_tcp.c: Likewise.
47478         * sunrpc/clnt_udp.c: Likewise.
47479         * sunrpc/clnt_unix.c: Likewise.
47480         * sunrpc/des_crypt.c: Likewise.
47481         * sunrpc/des_soft.c: Likewise.
47482         * sunrpc/get_myaddr.c: Likewise.
47483         * sunrpc/key_call.c: Likewise.
47484         * sunrpc/key_prot.c: Likewise.
47485         * sunrpc/netname.c: Likewise.
47486         * sunrpc/pm_getmaps.c: Likewise.
47487         * sunrpc/pm_getport.c: Likewise.
47488         * sunrpc/pmap_clnt.c: Likewise.
47489         * sunrpc/pmap_prot.c: Likewise.
47490         * sunrpc/pmap_prot2.c: Likewise.
47491         * sunrpc/pmap_rmt.c: Likewise.
47492         * sunrpc/publickey.c: Likewise.
47493         * sunrpc/rpc_cmsg.c: Likewise.
47494         * sunrpc/rpc_common.c: Likewise.
47495         * sunrpc/rpc_dtable.c: Likewise.
47496         * sunrpc/rpc_prot.c: Likewise.
47497         * sunrpc/rpc_thread.c: Likewise.
47498         * sunrpc/rtime.c: Likewise.
47499         * sunrpc/svc.c: Likewise.
47500         * sunrpc/svc_auth.c: Likewise.
47501         * sunrpc/svc_authux.c: Likewise.
47502         * sunrpc/svc_raw.c: Likewise.
47503         * sunrpc/svc_run.c: Likewise.
47504         * sunrpc/svc_simple.c: Likewise.
47505         * sunrpc/svc_tcp.c: Likewise.
47506         * sunrpc/svc_udp.c: Likewise.
47507         * sunrpc/svc_unix.c: Likewise.
47508         * sunrpc/svcauth_des.c: Likewise.
47509         * sunrpc/xcrypt.c: Likewise.
47510         * sunrpc/xdr.c: Likewise.
47511         * sunrpc/xdr_array.c: Likewise.
47512         * sunrpc/xdr_float.c: Likewise.
47513         * sunrpc/xdr_intXX_t.c: Likewise.
47514         * sunrpc/xdr_mem.c: Likewise.
47515         * sunrpc/xdr_rec.c: Likewise.
47516         * sunrpc/xdr_ref.c: Likewise.
47517         * sunrpc/xdr_sizeof.c: Likewise.
47518         * sunrpc/xdr_stdio.c: Likewise.
47519
47520 2011-04-10  Ulrich Drepper  <drepper@gmail.com>
47521
47522         [BZ #12650]
47523         * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
47524         * sysdeps/ia64/dl-tls.h: Likewise.
47525         * sysdeps/powerpc/dl-tls.h: Likewise.
47526         * sysdeps/s390/dl-tls.h: Likewise.
47527         * sysdeps/sh/dl-tls.h: Likewise.
47528         * sysdeps/sparc/dl-tls.h: Likewise.
47529         * sysdeps/x86_64/dl-tls.h: Likewise.
47530         * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
47531
47532 2011-03-14  Andreas Schwab  <schwab@redhat.com>
47533
47534         * elf/dl-load.c (_dl_dst_substitute): When skipping the first
47535         rpath element also skip the following colon.
47536         (expand_dynamic_string_token): Add is_path parameter and pass
47537         down to DL_DST_REQUIRED and _dl_dst_substitute.
47538         (decompose_rpath): Call expand_dynamic_string_token with
47539         non-zero is_path.  Ignore empty rpaths.
47540         (_dl_map_object_from_fd): Call expand_dynamic_string_token
47541         with zero is_path.
47542
47543 2011-04-08  Andreas Schwab  <schwab@linux-m68k.org>
47544
47545         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
47546         Make cancelable.
47547
47548 2011-04-09  Ulrich Drepper  <drepper@gmail.com>
47549
47550         [BZ #12655]
47551         * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
47552         Patch by Filipe David Manana <fdmanana@apache.org>.
47553
47554 2011-04-07  Andreas Schwab  <schwab@redhat.com>
47555
47556         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
47557         Maintain aligned stack.
47558         (CHECK_RSP): Remove unused macro.
47559
47560 2011-04-03  Ulrich Drepper  <drepper@gmail.com>
47561
47562         * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
47563         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
47564
47565 2011-04-02  Ulrich Drepper  <drepper@gmail.com>
47566
47567         * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
47568
47569         * include/features.h: Mention __USE_XOPEN2K8 in comment.
47570
47571 2011-03-26  H.J. Lu  <hongjiu.lu@intel.com>
47572
47573         [BZ #12518]
47574         * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
47575         * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
47576         * sysdeps/x86_64/memmove.c: New file.
47577         * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
47578         (memcpy): Renamed to ...
47579         (__new_memcpy): This.
47580         (memcpy): Provide GLIBC_2_14 memcpy.
47581         * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
47582         (memcpy): Provide GLIBC_2_2_5 memcpy.
47583
47584 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47585
47586         [BZ #12631]
47587         * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
47588
47589 2011-03-30  Andreas Schwab  <schwab@redhat.com>
47590
47591         * misc/syncfs.c: New file.
47592         * misc/Makefile (routines): Add syncfs.
47593         * posix/unistd.h: Declare syncfs.
47594         * sysdeps/unix/syscalls.list: Add syncfs.
47595
47596 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47597
47598         * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
47599         open_by_handle_at.
47600         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
47601         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47602         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47603         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47604         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47605         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
47606         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47607
47608 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47609
47610         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
47611         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47612         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
47613         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47614         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47615         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47616         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47617
47618         * io/Makefile: Compile fallocate.c, fallocate64.c, and
47619         sync_file_range.c with -fexceptions.
47620         * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
47621         * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
47622         * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
47623         * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
47624         * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
47625         * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
47626         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
47627         sync_file_range as cancellation point
47628         * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file.  This is
47629         now a wrapper around __call_sync_file_range with cancellation handling.
47630         * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
47631         * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this.  Change
47632         function name to __call_sync_file_range.
47633         * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
47634         Add call_sync_file_range.
47635
47636 2011-04-01  Andreas Schwab  <schwab@redhat.com>
47637
47638         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
47639         bits/timex.h.
47640
47641 2011-04-01  Ulrich Drepper  <drepper@gmail.com>
47642
47643         * iconv/iconv.h: Fix typo in comment.
47644         * io/fcntl.h: Likewise.
47645         * libio/stdio.h: Likewise.
47646         * posix/spawn.h: Likewise.
47647         * posix/unistd.h: Likewise.
47648         * stdlib/stdlib.h: Likewise.
47649         * time/time.h: Likewise.
47650         * wcsmbs/wchar.h: Likewise.
47651
47652         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
47653         open_by_handle): Add.
47654         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
47655         and MAX_HANDLE_SZ.  Declare name_to_handle_at and open_by_handle.
47656         Augment a few comments.
47657         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
47658         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
47659         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
47660         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
47661         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
47662         * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
47663         open_by_handle.
47664
47665         * io/fcntl.h (AT_EMPTY_PATH): Define.
47666
47667 2011-03-30  Ulrich Drepper  <drepper@gmail.com>
47668
47669         * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
47670         * sysdeps/unix/sysv/linux/bits/time.h: New file.
47671         * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
47672         to...
47673         * sysdeps/unix/sysv/linux/bits/timex.h: ...here.  New file.
47674         * Versions.def: Add GLIBC_2.14.
47675         * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
47676         Export.
47677
47678 2011-03-22  Ulrich Drepper  <drepper@gmail.com>
47679
47680         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
47681         round counter.
47682         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47683
47684 2011-03-20  H.J. Lu  <hongjiu.lu@intel.com>
47685
47686         [BZ #12597]
47687         * string/test-strncmp.c (do_page_test): New function.
47688         (check2): Likewise.
47689         (test_main): Call check2.
47690         * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
47691
47692 2011-03-20  Ulrich Drepper  <drepper@gmail.com>
47693
47694         [BZ #12587]
47695         * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
47696         Handle cache information in CPU leaf 4.
47697         * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
47698
47699 2011-03-18  Ulrich Drepper  <drepper@gmail.com>
47700
47701         [BZ #12583]
47702         * posix/fnmatch.c (fnmatch): Check size of pattern in wide
47703         character representation.
47704         Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
47705
47706 2011-03-16  Ryan S. Arnold  <rsa@us.ibm.com>
47707
47708         * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
47709         END(__isnan) to END(__isnanf) to match function entry point/label
47710         EALIGN(__isnanf,...).
47711
47712 2011-03-10  Jakub Jelinek  <jakub@redhat.com>
47713
47714         * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
47715
47716 2011-03-10  Ulrich Drepper  <drepper@gmail.com>
47717
47718         [BZ #12510]
47719         * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
47720         copy from the symbol referenced in the relocation to initialize the
47721         used variable.
47722         Patch by Piotr Bury <pbury@goahead.com>.
47723         * elf/Makefile: Add rules to build and tst-unique3.
47724         * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
47725         * elf/tst-unique3.cc: New file.
47726         * elf/tst-unique3.h: New file.
47727         * elf/tst-unique3lib.cc: New file.
47728         * elf/tst-unique3lib2.cc: New file.
47729
47730         * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
47731
47732 2011-03-10  Mike Frysinger  <vapier@gentoo.org>
47733
47734         * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
47735         $LDFLAGS and -nostdlib -nostartfiles to linking step.  Change main
47736         to _start.
47737
47738 2011-03-06  Ulrich Drepper  <drepper@gmail.com>
47739
47740         * elf/dl-load.c (_dl_map_object): If we are looking for the first
47741         to-be-loaded object along a path to loader is ld.so.
47742
47743 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47744             Ulrich Drepper  <drepper@gmail.com>
47745
47746         * sysdeps/x86_64/memset.S: After aligning destination, code
47747         branches to different locations depending on the value of
47748         misalignment, when multiarch is enabled. Fix this.
47749
47750 2011-03-02  Harsha Jagasia  <harsha.jagasia@amd.com>
47751
47752         * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
47753         Set _x86_64_preferred_memory_instruction for AMD processsors.
47754         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
47755         Set bit_Prefer_SSE_for_memop for AMD processors.
47756
47757 2011-03-04  Ulrich Drepper  <drepper@gmail.com>
47758
47759         * libio/fmemopen.c (fmemopen): Optimize a bit.
47760
47761 2011-03-03  Andreas Schwab  <schwab@redhat.com>
47762
47763         * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
47764
47765 2011-03-03  Roland McGrath  <roland@redhat.com>
47766
47767         * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
47768
47769 2011-02-28  Aurelien Jarno  <aurelien@aurel32.net>
47770
47771         * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
47772         __bzero_ultra1 instead of __memset_ultra1.
47773
47774 2011-02-23  Andreas Schwab  <schwab@redhat.com>
47775             Ulrich Drepper  <drepper@gmail.com>
47776
47777         [BZ #12509]
47778         * include/link.h (struct link_map): Add l_orig_initfini.
47779         * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
47780         returning unsuccessfully.
47781         * elf/dl-close.c (_dl_close_worker): If this is the last explicit
47782         close of a file loaded at startup, restore the original l_initfini
47783         list.
47784         * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
47785         list, store the pointer.
47786         * elf/Makefile ($(objpfx)noload-mem): New rule.
47787         (noload-ENV): Define.
47788         (tests): Add $(objpfx)noload-mem.
47789         * elf/noload.c: Include <memcheck.h>.
47790         (main): Call mtrace.  Close all opened handles.
47791
47792 2011-02-17  Andreas Schwab  <schwab@redhat.com>
47793
47794         [BZ #12454]
47795         * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
47796         dependencies are missing.
47797
47798 2011-02-22  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47799
47800         Fix __if_freereq crash: Unlike the generic version which uses free,
47801         Hurd needs munmap.
47802         * sysdeps/mach/hurd/ifreq.h: New file.
47803
47804 2011-01-27  Petr Baudis  <pasky@suse.cz>
47805             Ulrich Drepper  <drepper@gmail.com>
47806
47807         [BZ 12445]#
47808         * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
47809         to extend_alloca().
47810         * stdio-common/bug23.c: New file.
47811         * stdio-common/Makefile (tests): Add bug23.
47812
47813 2010-09-28  Andreas Schwab  <schwab@redhat.com>
47814             Ulrich Drepper  <drepper@gmail.com>
47815
47816         [BZ #12489]
47817         * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
47818         before performing relro protection.  At old place add assertion
47819         to make sure nothing changed.
47820
47821 2011-02-17  Nathan Sidwell  <nathan@codesourcery.com>
47822             Glauber de Oliveira Costa  <glommer@gmail.com>
47823
47824         * elf/elf.h: Add new ARM TLS relocs.
47825
47826 2011-02-16  Ryan S. Arnold  <rsa@us.ibm.com>
47827
47828         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
47829         (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
47830         cast from r3.
47831         * sysdeps/wordsize-64/Makefile: New file.  Add tst-writev to
47832         'tests' variable.
47833         * sysdeps/wordsize-64/tst-writev.c: New file.
47834
47835 2011-02-15  Ryan S. Arnold  <rsa@us.ibm.com>
47836
47837         * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
47838         -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
47839         insns in _dl_start to prevent a TOC reference before relocs are
47840         resolved.
47841
47842 2011-02-15  Ulrich Drepper  <drepper@gmail.com>
47843
47844         [BZ #12469]
47845         * Makeconfig: Remove RANLIB definition.
47846         * Makerules: Don't use RANLIB.
47847         * aclocal.m4: Remove ranlib test.
47848         * configure.in: No need to check for ranlib.
47849         * elf/rtld-Rules: Don't use RANLIB.
47850
47851 2011-02-16  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47852
47853         * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
47854         protection macro.
47855         * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
47856         inclusion protection macro.
47857
47858         * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
47859         SIGRTMIN and SIGRTMAX and print information in that case only when
47860         SIGRTMIN is defined.
47861
47862 2011-02-11  Jakub Jelinek  <jakub@redhat.com>
47863
47864         * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
47865         arginfo fn returning -1.
47866
47867         * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
47868         and thousands string is zero terminated.
47869
47870 2011-02-03  Andreas Schwab  <schwab@redhat.com>
47871
47872         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
47873         sysdeps/unix/sysv/linux/bits/socket.h.
47874
47875 2011-01-30  Samuel Thibault  <samuel.thibault@ens-lyon.org>
47876
47877         * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
47878         (__CPU_COUNT): Remove old macros.
47879         (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
47880         (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
47881         (__CPU_ALLOC, __CPU_FREE): Add macros.
47882         (__sched_cpualloc, __sched_cpufree): Add declarations.
47883
47884 2011-02-05  Ulrich Drepper  <drepper@gmail.com>
47885
47886         * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
47887         (struct datahead): Reuse 32 bits of the alignment for a TTL field.
47888         * nscd/aicache.c (addhstaiX): Return timeout of added value.
47889         (readdhstai): Return value of addhstaiX call.
47890         * nscd/grpcache.c (cache_addgr): Return timeout of added value.
47891         (addgrbyX): Return value returned by cache_addgr.
47892         (readdgrbyname): Return value returned by addgrbyX.
47893         (readdgrbygid): Likewise.
47894         * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
47895         (addpwbyX): Return value returned by cache_addpw.
47896         (readdpwbyname): Return value returned by addhstbyX.
47897         (readdpwbyuid): Likewise.
47898         * nscd/servicescache.c (cache_addserv): Return timeout of added value.
47899         (addservbyX): Return value returned by cache_addserv.
47900         (readdservbyname): Return value returned by addservbyX:
47901         (readdservbyport): Likewise.
47902         * nscd/hstcache.c (cache_addhst): Return timeout of added value.
47903         (addhstbyX): Return value returned by cache_addhst.
47904         (readdhstbyname): Return value returned by addhstbyX.
47905         (readdhstbyaddr): Likewise.
47906         (readdhstbynamev6): Likewise.
47907         (readdhstbyaddrv6): Likewise.
47908         * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
47909         (readdinitgroups): Return value returned by addinitgroupsX.
47910         * nscd/cache.c (readdfcts): Change return value of functions to time_t.
47911         (prune_cache): Keep track of timeout value of re-added entries.
47912         * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
47913         * nscd/nscd.h: Adjust prototypes of readd* functions.
47914
47915 2011-02-04  Roland McGrath  <roland@redhat.com>
47916
47917         * nis/nis_server.c (nis_servstate): Use the right name for 0.
47918         (nis_stats): Likewise.
47919         * nis/nis_modify.c (nis_modify): Likewise.
47920         * nis/nis_remove.c (nis_remove): Likewise.
47921         * nis/nis_add.c (nis_add): Likewise.
47922
47923         * elf/dl-object.c (_dl_new_object): Remove unused variable L.
47924
47925         * posix/fnmatch_loop.c: Add some consts.
47926
47927         * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
47928
47929 2011-02-02  H.J. Lu  <hongjiu.lu@intel.com>
47930
47931         [BZ #12460]
47932         * config.make.in (config-cflags-novzeroupper): Define.
47933         * configure.in: Substitute libc_cv_cc_novzeroupper.
47934         * elf/Makefile (AVX-CFLAGS): Define.
47935         (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
47936         (CFLAGS-tst-auditmod4a.c): Likewise.
47937         (CFLAGS-tst-auditmod4b.c): Likewise.
47938         (CFLAGS-tst-auditmod6b.c): Likewise.
47939         (CFLAGS-tst-auditmod6c.c): Likewise.
47940         (CFLAGS-tst-auditmod7b.c): Likewise.
47941         * sysdeps/i386/configure.in: Check -mno-vzeroupper.
47942
47943 2011-02-02  Ulrich Drepper  <drepper@gmail.com>
47944
47945         * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
47946         function to the callback.
47947         Patch partly by Jiri Olsa <jolsa@redhat.com>.
47948
47949 2011-02-02  Andreas Schwab  <schwab@redhat.com>
47950
47951         * shadow/sgetspent.c: Check return value of __sgetspent_r instead
47952         of errno.
47953
47954 2011-01-19  Ulrich Drepper  <drepper@gmail.com>
47955
47956         [BZ #11724]
47957         * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
47958         of constructors.
47959         * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
47960         of destructors.
47961         (_dl_fini): Don't call _dl_sort_fini if there is only one object.
47962
47963         [BZ #11724]
47964         * elf/Makefile: Add rules to build and run new test.
47965         * elf/tst-initorder.c: New file.
47966         * elf/tst-initorder.exp: New file.
47967         * elf/tst-initordera1.c: New file.
47968         * elf/tst-initordera2.c: New file.
47969         * elf/tst-initordera3.c: New file.
47970         * elf/tst-initordera4.c: New file.
47971         * elf/tst-initorderb1.c: New file.
47972         * elf/tst-initorderb2.c: New file.
47973         * elf/tst-order-a1.c: New file.
47974         * elf/tst-order-a2.c: New file.
47975         * elf/tst-order-a3.c: New file.
47976         * elf/tst-order-a4.c: New file.
47977         * elf/tst-order-b1.c: New file.
47978         * elf/tst-order-b2.c: New file.
47979         * elf/tst-order-main.c: New file.
47980         New test case by George Gensure <werkt0@gmail.com>.
47981
47982 2010-10-01  Andreas Schwab  <schwab@redhat.com>
47983
47984         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
47985         decoding ACE if AI_CANONIDN.
47986
47987 2011-01-18  Ulrich Drepper  <drepper@gmail.com>
47988
47989         * elf/Makefile: Build IFUNC tests unless multi-arch = no.
47990
47991 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
47992
47993         * version.h (RELEASE): Bump for 2.13 release.
47994         * include/features.h: (__GLIBC_MINOR__): Bump to 13.
47995
47996         * io/fcntl.h: Define AT_NO_AUTOMOUNT.
47997
47998         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
47999         MADV_NOHUGEPAGE.
48000         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
48001         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
48002         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
48003         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
48004         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
48005         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48006
48007         * posix/getconf.c: Update copyright year.
48008         * catgets/gencat.c: Likewise.
48009         * csu/version.c: Likewise.
48010         * debug/catchsegv.sh: Likewise.
48011         * debug/xtrace.sh: Likewise.
48012         * elf/ldconfig.c: Likewise.
48013         * elf/ldd.bash.in: Likewise.
48014         * elf/sprof.c (print_version): Likewise.
48015         * iconv/iconv_prog.c: Likewise.
48016         * iconv/iconvconfig.c: Likewise.
48017         * locale/programs/locale.c: Likewise.
48018         * locale/programs/localedef.c: Likewise.
48019         * malloc/memusage.sh: Likewise.
48020         * malloc/mtrace.pl: Likewise.
48021         * nscd/nscd.c (print_version): Likewise.
48022         * nss/getent.c: Likewise.
48023
48024         * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
48025         PF_CAIF, and PF_ALG.
48026         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
48027
48028 2011-01-16  Andreas Schwab  <schwab@linux-m68k.org>
48029
48030         * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
48031         (modules-names): Use them.
48032         (ifunc-test-modules, ifunc-pie-tests): Define.
48033         (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
48034         tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
48035         (test-extras): Likewise.
48036         ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
48037         $(compile-command.c).
48038         ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
48039         (all-built-dso): Define.
48040         (check-textrel.out, check-execstack.out): Depend on it.
48041
48042         * configure.in: Don't override --enable-multi-arch.
48043
48044 2011-01-15  Ulrich Drepper  <drepper@gmail.com>
48045
48046         [BZ #6812]
48047         * nscd/hstcache.c (tryagain): Define.
48048         (cache_addhst): Return tryagain not notfound for temporary errors.
48049         (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
48050         failed.
48051
48052 2011-01-14  Ulrich Drepper  <drepper@gmail.com>
48053
48054         [BZ #10563]
48055         * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
48056         to make the syscall.
48057         * sysdeps/unix/sysv/linux/setgroups.c: New file.
48058
48059         [BZ #12378]
48060         * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
48061         and fall back to matching as normal character if the string ends before
48062         the matching ']' is found.  This is what POSIX requires.
48063         * posix/testfnm.c: Adjust test result.
48064         * posix/globtest.sh: Adjust test result.  Add new test.
48065         * posix/tst-fnmatch.input: Likewise.
48066         * posix/tst-fnmatch2.c: Add new test.
48067
48068 2010-12-28  Andreas Schwab  <schwab@linux-m68k.org>
48069
48070         * elf/Makefile (check-execstack): Revert last change.  Depend on
48071         check-execstack.h.
48072         (check-execstack.h): New target.
48073         (generated): Add check-execstack.h.
48074         * elf/check-execstack.c: Include "check-execstack.h".
48075         (main): Revert last change.
48076         (handle_file): Return zero if GNU_STACK is absent and
48077         DEFAULT_STACK_PERMS doesn't include PF_X.
48078
48079 2011-01-13  Ulrich Drepper  <drepper@gmail.com>
48080
48081         * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
48082         in child fails because the descriptor is already closed.
48083         * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
48084         * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
48085         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
48086
48087         [BZ #12397]
48088         * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
48089         syscall.
48090
48091         [BZ #10484]
48092         * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
48093         temporary buffer used to handle multi lookups locally.
48094         * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
48095
48096 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48097
48098         * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
48099         loader is ld.so.
48100
48101 2011-01-10  Paul Pluzhnikov  <ppluzhnikov@google.com>
48102
48103         * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
48104         alignment for SSE2.
48105
48106 2011-01-12  Ulrich Drepper  <drepper@gmail.com>
48107
48108         [BZ #12394]
48109         * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
48110         characters.  When rounding increased number of integer digits recompute
48111         number of groups.
48112         * stdio-common/tst-grouping.c: New file.
48113         * stdio-common/Makefile: Add rules to build and run tst-grouping.
48114
48115 2011-01-09  Ulrich Drepper  <drepper@gmail.com>
48116
48117         * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
48118         __FD_CLR, and __FS_ISSET.  gcc generates better code on its own.
48119
48120         * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
48121         void.
48122         * bits/select.h: Likewise.
48123
48124 2011-01-08  Ulrich Drepper  <drepper@gmail.com>
48125
48126         * po/ja.po: Update from translation team.
48127
48128 2011-01-04  David S. Miller  <davem@sunset.davemloft.net>
48129
48130         [BZ #11155]
48131         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
48132         implementation just like for lxstat, fxstatat, et al.
48133
48134 2010-12-27  Jim Meyering  <meyering@redhat.com>
48135
48136         [BZ #12348]
48137         * posix/regexec.c (build_trtable): Return failure indication upon
48138         calloc failure.  Otherwise, re_search_internal could infloop on OOM.
48139
48140 2010-12-25  Ulrich Drepper  <drepper@gmail.com>
48141
48142         [BZ #12201]
48143         * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
48144         * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
48145         * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
48146         * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
48147
48148         [BZ #12207]
48149         * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
48150
48151         [BZ #12204]
48152         * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
48153         * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
48154
48155 2010-12-15  H.J. Lu  <hongjiu.lu@intel.com>
48156
48157         * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
48158         * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
48159         script has SORT_BY_INIT_PRIORITY.
48160         * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
48161         NO_CTORS_DTORS_SECTIONS is defined.
48162         * elf/soinit.c: Likewise.
48163         * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
48164         NO_CTORS_DTORS_SECTIONS is defined.
48165         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
48166         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
48167         * sysdeps/sh/init-first.c: Likewise.
48168         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
48169
48170 2010-12-24  Ulrich Drepper  <drepper@gmail.com>
48171
48172         * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
48173         always use the slow path.
48174
48175 2010-12-15  Ryan S. Arnold  <rsa@us.ibm.com>
48176
48177         * elf/Makefile: (check-execstack): Replace $(native-compile) with a
48178         similar rule which adds the sysdep directories to the header search in
48179         order to pick up the correct platform stackinfo.h.
48180         * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
48181         perform test if it is, otherwise return successfully without testing.
48182         * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
48183         DEFAULT_STACK_PERMS define in stackinfo.h.
48184         * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
48185         defined in stackinfo.h.
48186         * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
48187         DEFAULT_STACK_PERMS defined in stackinfo.h.
48188         * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
48189         * sysdeps/ia64/stackinfo.h: Likewise.
48190         * sysdeps/s390/stackinfo.h: Likewise.
48191         * sysdeps/sh/stackinfo.h: Likewise.
48192         * sysdeps/sparc/stackinfo.h: Likewise.
48193         * sysdeps/x86_64/stackinfo.h: Likewise.
48194         * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
48195         PF_X for powerpc64.  Retain PF_X for powerpc32.
48196
48197 2010-12-19  Ulrich Drepper  <drepper@gmail.com>
48198
48199         * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
48200         accurately.
48201         * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
48202         GETDENTS_64BIT_ALIGNED.
48203
48204 2010-12-14  Ulrich Drepper  <dreper@gmail.com>
48205
48206         * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
48207
48208 2010-12-10  Andreas Schwab  <schwab@redhat.com>
48209
48210         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
48211         _GNU_SOURCE.
48212
48213         * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
48214         * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
48215         Remove __restrict.
48216         (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
48217         (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
48218
48219 2010-12-09  Ulrich Drepper  <drepper@gmail.com>
48220
48221         [BZ #11655]
48222         * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
48223         are initialized.
48224
48225 2010-12-09  Jakub Jelinek  <jakub@redhat.com>
48226
48227         * string/bits/string3.h (memmove, bcopy): Remove __restrict.
48228
48229 2010-12-03  Ulrich Drepper  <drepper@gmail.com>
48230
48231         * po/it.po: Update from translation team.
48232
48233 2010-12-01  H.J. Lu  <hongjiu.lu@intel.com>
48234
48235         * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
48236         unused codes.
48237
48238 2010-11-30  Ulrich Drepper  <drepper@gmail.com>
48239
48240         * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
48241
48242 2010-11-24  Andreas Schwab  <schwab@redhat.com>
48243
48244         * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
48245         specially.
48246         (gaih_getanswer_slice): Likewise.
48247
48248 2010-10-20  Jakub Jelinek  <jakub@redhat.com>
48249
48250         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
48251
48252 2010-05-31  Petr Baudis  <pasky@suse.cz>
48253
48254         [BZ #11149]
48255         * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
48256         silently even in the chroot mode.
48257
48258 2010-11-22  Ulrich Drepper  <drepper@gmail.com>
48259
48260         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
48261         last patch a bit.  Pretty printing
48262
48263 2010-05-31  Petr Baudis <pasky@suse.cz>
48264
48265         [BZ #10085]
48266         * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
48267         initialization of skip_initgroups_dyn.
48268
48269 2010-11-19  Ulrich Drepper  <drepper@gmail.com>
48270
48271         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
48272         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
48273
48274 2010-11-16  Ulrich Drepper  <drepper@gmail.com>
48275
48276         * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
48277
48278 2010-11-11  Andreas Schwab  <schwab@redhat.com>
48279
48280         * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
48281         * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
48282         (tst-fnmatch-ENV): Set MALLOC_TRACE.
48283         ($(objpfx)tst-fnmatch-mem): New rule.
48284         (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
48285         * posix/tst-fnmatch.c (main): Call mtrace.
48286
48287 2010-11-11  H.J. Lu  <hongjiu.lu@intel.com>
48288
48289         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48290         Support Intel processor model 6 and model 0x2c.
48291
48292 2010-11-10  Luis Machado  <luisgpm@br.ibm.com>
48293
48294         * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
48295           signed comparison.
48296
48297 2010-11-09  H.J. Lu  <hongjiu.lu@intel.com>
48298
48299         [BZ #12205]
48300         * string/test-strncasecmp.c (check_result): New function.
48301         (do_one_test): Use it.
48302         (check1): New function.
48303         (test_main): Use it.
48304         * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
48305         Support strcasecmp and strncasecmp.
48306
48307 2010-11-08  Ulrich Drepper  <drepper@gmail.com>
48308
48309         [BZ #12194]
48310         * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
48311         * sysdeps/x86_64/bits/byteswap.h: Likewise.
48312
48313 2010-11-07  H.J. Lu  <hongjiu.lu@intel.com>
48314
48315         * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
48316         IFUNC support.
48317         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48318         memset-x86-64.
48319         * sysdeps/x86_64/multiarch/bzero.S: New file.
48320         * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
48321         * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
48322         * sysdeps/x86_64/multiarch/memset.S: New file.
48323         * sysdeps/x86_64/multiarch/memset_chk.S: New file.
48324         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
48325         Set bit_Prefer_SSE_for_memop for Intel processors.
48326         * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
48327         Define.
48328         (index_Prefer_SSE_for_memop): Define.
48329         (HAS_PREFER_SSE_FOR_MEMOP): Define.
48330
48331 2010-11-04  Luis Machado  <luisgpm@br.ibm.com>
48332
48333         * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
48334         * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
48335
48336 2010-11-03  H.J. Lu  <hongjiu.lu@intel.com>
48337
48338         [BZ #12191]
48339         * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48340         (__x86_64_raw_data_cache_size_half): Likewise.
48341         (__x86_64_raw_shared_cache_size): Likewise.
48342         (__x86_64_raw_shared_cache_size_half): Likewise.
48343
48344         * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
48345         (__x86_64_raw_data_cache_size_half): Likewise.
48346         (__x86_64_raw_shared_cache_size): Likewise.
48347         (__x86_64_raw_shared_cache_size_half): Likewise.
48348         (init_cacheinfo): Set __x86_64_raw_data_cache_size,
48349         __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
48350         and __x86_64_raw_shared_cache_size_half.  Round
48351         __x86_64_data_cache_size_half, __x86_64_data_cache_size
48352         __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
48353         to multiple of 256 bytes.
48354
48355 2010-11-03  Ulrich Drepper  <drepper@gmail.com>
48356
48357         [BZ #12167]
48358         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
48359         of inacessible symlinks.  Verify result of symlink before returning it.
48360         * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
48361         Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
48362
48363 2010-10-28  Erich Ritz  <erichritz@gmail.com>
48364
48365         * math/math.h (isinf): Fix typo in comment.
48366
48367 2010-11-01  Ulrich Drepper  <drepper@gmail.com>
48368
48369         * po/da.po: Update from translation team.
48370
48371 2010-10-26  Ulrich Drepper  <drepper@gmail.com>
48372
48373         * elf/rtld.c (dl_main): Move assertion after the point where rtld map
48374         is added to the list.
48375
48376 2010-10-20  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48377             Ulrich Drepper  <drepper@gmail.com>
48378
48379         * elf/dl-object.c (_dl_new_object): Don't append the new object to
48380         the global list here.  Move code to...
48381         (_dl_add_to_namespace_list): ...here.  New function.
48382         * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
48383         * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
48384         * elf/dl-load.c (lose): Don't remove the element from the list.
48385         (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
48386         (_dl_map_object): Likewise.
48387
48388 2010-10-25  Ulrich Drepper  <drepper@gmail.com>
48389
48390         [BZ #12159]
48391         * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
48392         into all bytes of SSE register.
48393         Patch by Richard Li <richardpku@gmail.com>.
48394
48395 2010-10-24  Ulrich Drepper  <drepper@gmail.com>
48396
48397         [BZ #12140]
48398         * malloc/malloc.c (_int_free): Fill correct number of bytes when
48399         perturbing.
48400
48401 2010-10-20  Michael B. Brutman  <brutman@us.ibm.com>
48402
48403         * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
48404         * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
48405         * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
48406         * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
48407         * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
48408         submachine.
48409         * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
48410
48411 2010-10-22  Andreas Schwab  <schwab@redhat.com>
48412
48413         * include/dlfcn.h (__RTLD_SECURE): Define.
48414         * elf/dl-load.c (_dl_map_object): Remove preloaded parameter.  Use
48415         mode & __RTLD_SECURE instead.
48416         (open_path): Rename preloaded parameter to secure.
48417         * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
48418         * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
48419         * elf/dl-deps.c (openaux): Likewise.
48420         * elf/rtld.c (struct map_args): Remove is_preloaded.
48421         (map_doit): Don't use it.
48422         (dl_main): Likewise.
48423         (do_preload): Use __RTLD_SECURE instead of is_preloaded.
48424         (dlmopen_doit): Add __RTLD_SECURE to mode bits.
48425
48426 2010-09-09  Andreas Schwab  <schwab@redhat.com>
48427
48428         * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
48429         (sysd-rules-targets): Remove duplicates.
48430         * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
48431         rtld-%.$o dependency.
48432
48433 2010-10-18  Andreas Schwab  <schwab@redhat.com>
48434
48435         * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
48436         _dl_map_object do it.
48437
48438 2010-10-19  Ulrich Drepper  <drepper@gmail.com>
48439
48440         * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
48441         fast fma builtins, define the macros in the C99 standard.
48442         (FP_FAST_FMAF): Likewise.
48443         (FP_FAST_FMAL): Likewise.
48444         * sysdeps/x86_64/bits/mathdef.h: Likewise.
48445
48446         * bits/mathdef.h: Update copyright year.
48447         * sysdeps/powerpc/bits/mathdef.h: Likewise.
48448
48449 2010-10-19  Michael Meissner  <meissner@linux.vnet.ibm.com>
48450
48451         * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
48452         builtins, define the macros in the C99 standard.
48453         (FP_FAST_FMAF): Likewise.
48454         (FP_FAST_FMAL): Likewise.
48455         * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
48456         multiply/add.
48457         (FP_FAST_FMAF): Likewise.
48458
48459 2010-10-15  Jakub Jelinek  <jakub@redhat.com>
48460
48461         [BZ #3268]
48462         * math/libm-test.inc (fma_test): Some new testcases.
48463         * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
48464         * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
48465         y and infinite z.  Do multiplication by C already in long double.
48466         * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
48467         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
48468         y and infinite z.  Do bitwise or of inexact bit into u.d.
48469         * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
48470         * sysdeps/i386/fpu/s_fmaf.S: Removed.
48471         * sysdeps/i386/fpu/s_fma.S: Removed.
48472         * sysdeps/i386/fpu/s_fmal.S: Removed.
48473
48474 2010-10-16  Jakub Jelinek  <jakub@redhat.com>
48475
48476         [BZ #3268]
48477         * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
48478         * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
48479         computation is not scheduled after fetestexcept.  Fix value
48480         of minimum denormal long double.
48481
48482 2010-10-14  Jakub Jelinek  <jakub@redhat.com>
48483
48484         [BZ #3268]
48485         * math/libm-test.inc (fma_test): Add some more tests.
48486         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
48487         correctly.
48488
48489 2010-10-15  Andreas Schwab  <schwab@redhat.com>
48490
48491         * scripts/data/localplt-s390-linux-gnu.data: New file.
48492         * scripts/data/localplt-s390x-linux-gnu.data: New file.
48493
48494 2010-10-13  Jakub Jelinek  <jakub@redhat.com>
48495
48496         [BZ #3268]
48497         * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
48498         * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
48499         instead of dbl-64.
48500         * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
48501         inlines.
48502         * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
48503         * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
48504         if one of x and y is very large and the other is subnormal.
48505         * sysdeps/s390/fpu/s_fmaf.c: New file.
48506         * sysdeps/s390/fpu/s_fma.c: New file.
48507         * sysdeps/powerpc/fpu/s_fmaf.S: New file.
48508         * sysdeps/powerpc/fpu/s_fma.S: New file.
48509         * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
48510         * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
48511         * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
48512
48513 2010-10-12  Jakub Jelinek  <jakub@redhat.com>
48514
48515         [BZ #3268]
48516         * math/libm-test.inc (fma_test): Add some more fmaf tests, add
48517         fma tests.
48518         * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
48519         * sysdeps/ieee754/dbl-64/s_fma.c: New file.
48520         * sysdeps/i386/i686/multiarch/s_fma.c: Include
48521         sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
48522         * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
48523         * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
48524         * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
48525
48526 2010-10-12  Ulrich Drepper  <drepper@redhat.com>
48527
48528         [BZ #12078]
48529         * posix/regcomp.c (parse_branch): One more memory leak plugged.
48530         * posix/bug-regex31.input: Add test case.
48531
48532 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48533
48534         * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
48535         * posix/bug-regex31.input: New file.
48536
48537         [BZ #12078]
48538         * posix/regcomp.c (parse_branch): Free memory when allocation failed.
48539         (parse_sub_exp): Fix last change, use postorder.
48540
48541         * posix/bug-regex31.c: New file.
48542         * posix/Makefile: Add rules to build and run bug-regex31.
48543
48544         * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
48545
48546         [BZ #12078]
48547         * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
48548
48549         [BZ #12108]
48550         * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
48551         to have entries in sys_siglist.
48552
48553         [BZ #12093]
48554         * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
48555         be NULL.
48556
48557 2010-10-07  Jakub Jelinek  <jakub@redhat.com>
48558
48559         [BZ #3268]
48560         * math/libm-test.inc (fma_test): Add 2 fmaf tests.
48561         * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
48562         * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
48563         sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
48564         * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
48565         * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
48566         * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
48567         * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
48568         * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
48569         * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
48570         * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
48571         * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
48572         * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
48573         * math/ftestexcept.c (fetestexcept): Likewise.
48574         * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
48575         * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
48576         * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
48577         * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
48578         * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
48579         * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
48580         * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
48581
48582 2010-10-11  Ulrich Drepper  <drepper@gmail.com>
48583
48584         [BZ #12107]
48585         * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
48586         newline.
48587
48588 2010-10-06  Ulrich Drepper  <drepper@gmail.com>
48589
48590         * string/bug-strstr1.c: New file.
48591         * string/Makefile: Add rules to build and run bug-strstr1.
48592
48593 2010-10-05  Eric Blake  <eblake@redhat.com>
48594
48595         [BZ #12092]
48596         * string/str-two-way.h (two_way_long_needle): Always clear memory
48597         when skipping input due to the shift table.
48598
48599 2010-10-03  Ulrich Drepper  <drepper@gmail.com>
48600
48601         [BZ #12005]
48602         * malloc/mcheck.c: Handle large requests.
48603
48604         [BZ #12077]
48605         * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
48606         for strncmp and strncasecmp.
48607         * string/stratcliff.c: Add tests for strcmp and strncmp.
48608         * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
48609
48610 2010-09-28  Nobuhiro Iwamatsu  <iwamatsu@nigauri.org>
48611
48612         * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
48613         __set_fpscr.
48614
48615 2010-09-30  Andreas Jaeger  <aj@suse.de>
48616
48617         * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
48618         (CGROUP_SUPER_MAGIC): Define.
48619         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
48620         Handle btrfs and cgroup file systems.
48621         * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
48622         Likewise.
48623
48624 2010-09-27  Luis Machado  <luisgpm@br.ibm.com>
48625
48626         * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
48627         * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
48628
48629 2010-09-29  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
48630
48631         [BZ #12067]
48632         * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
48633         trying to locate the ELF header.
48634
48635 2010-09-27  Andreas Schwab  <schwab@redhat.com>
48636
48637         [BZ #11611]
48638         * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
48639         Mask out sign-bit copies when constructing f_fsid.
48640
48641 2010-09-24  Petr Baudis <pasky@suse.cz>
48642
48643         * debug/stack_chk_fail_local.c: Add missing licence exception.
48644         * debug/warning-nop.c: Likewise.
48645
48646 2010-09-15  Joseph Myers  <joseph@codesourcery.com>
48647
48648         * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
48649         implementing getdents64 using getdents syscall, set d_type if
48650         __ASSUME_GETDENTS32_D_TYPE.
48651
48652 2010-09-16  Andreas Schwab  <schwab@redhat.com>
48653
48654         * elf/dl-close.c (free_slotinfo, free_mem): Move to...
48655         * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
48656
48657 2010-09-21  Ulrich Drepper  <drepper@redhat.com>
48658
48659         [BZ #12037]
48660         * posix/unistd.h: Undo change of feature selection for ftruncate from
48661         2010-01-11.
48662
48663 2010-09-20  Ulrich Drepper  <drepper@redhat.com>
48664
48665         * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
48666         detection.
48667
48668 2010-09-20  Andreas Schwab  <schwab@redhat.com>
48669
48670         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
48671         fanotify_mark.
48672         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
48673
48674 2010-09-14  Andreas Schwab  <schwab@redhat.com>
48675
48676         * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
48677         variables after CHECK_SP call.
48678         * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
48679
48680 2010-09-13  Andreas Schwab  <schwab@redhat.com>
48681             Ulrich Drepper  <drepper@redhat.com>
48682
48683         * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
48684         re-relocationg ld.so.
48685         * elf/dl-support.c (_dl_non_dynamic_init): And here after the
48686         _dl_init_paths call.
48687         * elf/dl-load.c (_dl_init_paths).  Don't set GLRO(dl_init_all_dirs)
48688         here anymore.
48689
48690 2010-09-14  Ulrich Drepper  <drepper@redhat.com>
48691
48692         * resolv/res_init.c (__res_vinit): Count the default server we added.
48693
48694 2010-09-08  Chung-Lin Tang  <cltang@codesourcery.com>
48695             Ulrich Drepper  <drepper@redhat.com>
48696
48697         [BZ #11968]
48698         * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
48699         (____longjmp_chk): Use %ebx for saving value across system call.
48700         Add unwind info.
48701
48702 2010-09-06  Andreas Schwab  <schwab@redhat.com>
48703
48704         * manual/Makefile: Don't mix pattern rules with normal rules.
48705
48706 2010-09-05  Andreas Schwab  <schwab@linux-m68k.org>
48707
48708         * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
48709         operation.
48710         * libio/iofdopen.c (_IO_new_fdopen): Likewise.
48711         * libio/iofopncook.c (_IO_cookie_init): Likewise.
48712         * libio/iovdprintf.c (_IO_vdprintf): Likewise.
48713         * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
48714         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
48715         Likewise.
48716
48717 2010-09-04  Ulrich Drepper  <drepper@redhat.com>
48718
48719         [BZ #11979]
48720         * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
48721         IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
48722
48723 2010-09-02  Ulrich Drepper  <drepper@redhat.com>
48724
48725         * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
48726         * sysdeps/x86_64/addmul_1.S: Likewise.
48727         * sysdeps/x86_64/lshift.S: Likewise.
48728         * sysdeps/x86_64/mul_1.S: Likewise.
48729         * sysdeps/x86_64/rshift.S: Likewise.
48730         * sysdeps/x86_64/sub_n.S: Likewise.
48731         * sysdeps/x86_64/submul_1.S: Likewise.
48732
48733 2010-09-01  Samuel Thibault  <samuel.thibault@ens-lyon.org>
48734
48735         This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
48736         Define __sched_param instead of SCHED_* and sched_param when
48737         <bits/sched.h> is included with __need_schedparam defined.
48738         * bits/sched.h [__need_schedparam]
48739         (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
48740         [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
48741         (__defined_schedparam): Define to 1.
48742         (__sched_param): New structure, identical to sched_param.
48743         (__need_schedparam): Undefine.
48744
48745 2010-08-31  Mike Frysinger  <vapier@gentoo.org>
48746
48747         * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
48748         (epoll_create1): Declare.
48749
48750         * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
48751
48752 2010-08-31  Andreas Schwab  <schwab@redhat.com>
48753
48754         [BZ #7066]
48755         * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
48756         shifting retval into place.
48757
48758 2010-09-01  Ulrich Drepper  <drepper@redhat.com>
48759
48760         * nis/rpcsvc/nis.h: Update copyright notice.
48761         * nis/rpcsvc/nis.x: Likewise.
48762         * nis/rpcsvc/nis_callback.h: Likewise.
48763         * nis/rpcsvc/nis_callback.x: Likewise.
48764         * nis/rpcsvc/nis_object.x: Likewise.
48765         * nis/rpcsvc/nis_tags.h: Likewise.
48766         * nis/rpcsvc/yp.h: Likewise.
48767         * nis/rpcsvc/yp.x: Likewise.
48768         * nis/rpcsvc/ypupd.h: Likewise.
48769         * nis/yp_xdr.c: Likewise.
48770         * nis/ypupdate_xdr.c: Likewise.
48771
48772         * sunrpc/pm_getport.c (__libc_rpc_getport): New function.  This is
48773         mainly the body of pmap_getport.  Add parameters to specify timeouts.
48774         (pmap_getport): Use __libc_rpc_getport.
48775         * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
48776         * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
48777         * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
48778
48779 2010-08-31  Andreas Schwab  <schwab@linux-m68k.org>
48780
48781         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
48782         fanotify_mark.
48783
48784 2010-08-27  Roland McGrath  <roland@redhat.com>
48785
48786         * sysdeps/i386/i686/multiarch/Makefile
48787         (CFLAGS-varshift.c): New variable.
48788
48789 2010-08-27  Ulrich Drepper  <drepper@redhat.com>
48790
48791         * sysdeps/i386/i686/multiarch/varshift.S: File removed.
48792         * sysdeps/i386/i686/multiarch/varshift.c: New file.
48793
48794         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
48795
48796         * sysdeps/x86_64/strlen.S: Minimal code improvement.
48797
48798 2010-08-26  H.J. Lu  <hongjiu.lu@intel.com>
48799
48800         * sysdeps/x86_64/strlen.S: Unroll the loop.
48801         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
48802         strlen-sse2 strlen-sse2-bsf.
48803         * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
48804         __strlen_no_bsf if bit_Slow_BSF is set.
48805         (__strlen_sse42): Removed.
48806         * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
48807         * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
48808
48809 2010-08-25  Roland McGrath  <roland@redhat.com>
48810
48811         * sysdeps/x86_64/multiarch/varshift.S: File removed.
48812         * sysdeps/x86_64/multiarch/varshift.c: New file.
48813         * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
48814         * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
48815         * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
48816         * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
48817
48818 2010-08-25  H.J. Lu  <hongjiu.lu@intel.com>
48819
48820         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
48821         strlen-sse2 strlen-sse2-bsf.
48822         * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
48823         __strlen_sse2_bsf if bit_Slow_BSF is unset.
48824         (__strlen_sse2): Removed.
48825         * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
48826         * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
48827         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
48828         bit_Slow_BSF for Atom.
48829         * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
48830         (index_Slow_BSF): Define.
48831         (HAS_SLOW_BSF): Define.
48832
48833 2010-08-25  Ulrich Drepper  <drepper@redhat.com>
48834
48835         [BZ #10851]
48836         * resolv/res_init.c (__res_vinit): When no server address at all
48837         is given default to loopback.
48838
48839 2010-08-24  Roland McGrath  <roland@redhat.com>
48840
48841         * configure.in: Remove config-name.h generation.
48842         * configure: Regenerated.
48843         * config-name.in: File removed.
48844         * scripts/config-uname.sh: New file.
48845         * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
48846         ($(objdir)config-name.h): New target.
48847
48848         * sunrpc/rpc_parse.h: Avoid nested comment.
48849
48850 2010-08-24  Richard Henderson  <rth@redhat.com>
48851             Ulrich Drepper  <drepper@redhat.com>
48852             H.J. Lu  <hongjiu.lu@intel.com>
48853
48854         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
48855         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
48856         * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
48857         Replace _mm_srli_si128 with __m128i_shift_right.  Replace
48858         _mm_alignr_epi8 with _mm_loadu_si128.
48859         * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
48860         * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
48861         (__m128i_shift_right): Removed.
48862         * sysdeps/i386/i686/multiarch/varshift.h: New file.
48863         * sysdeps/i386/i686/multiarch/varshift.S: New file.
48864         * sysdeps/x86_64/multiarch/varshift.h: New file.
48865         * sysdeps/x86_64/multiarch/varshift.S: New file.
48866
48867 2010-08-21  Mike Frysinger  <vapier@gentoo.org>
48868
48869         * configure.in: Move assembler checks to before sysdep dir checking.
48870
48871 2010-08-20  Petr Baudis  <pasky@suse.cz>
48872
48873         * LICENSES: Sync the sunrpc license.
48874
48875 2010-08-19  Ulrich Drepper  <drepper@redhat.com>
48876
48877         * sunrpc/auth_des.c: Update copyright notice once again.
48878         * sunrpc/auth_none.c: Likewise.
48879         * sunrpc/auth_unix.c: Likewise.
48880         * sunrpc/authdes_prot.c: Likewise.
48881         * sunrpc/authuxprot.c: Likewise.
48882         * sunrpc/bindrsvprt.c: Likewise.
48883         * sunrpc/clnt_gen.c: Likewise.
48884         * sunrpc/clnt_perr.c: Likewise.
48885         * sunrpc/clnt_raw.c: Likewise.
48886         * sunrpc/clnt_simp.c: Likewise.
48887         * sunrpc/clnt_tcp.c: Likewise.
48888         * sunrpc/clnt_udp.c: Likewise.
48889         * sunrpc/clnt_unix.c: Likewise.
48890         * sunrpc/des_crypt.c: Likewise.
48891         * sunrpc/des_soft.c: Likewise.
48892         * sunrpc/get_myaddr.c: Likewise.
48893         * sunrpc/getrpcport.c: Likewise.
48894         * sunrpc/key_call.c: Likewise.
48895         * sunrpc/key_prot.c: Likewise.
48896         * sunrpc/openchild.c: Likewise.
48897         * sunrpc/pm_getmaps.c: Likewise.
48898         * sunrpc/pm_getport.c: Likewise.
48899         * sunrpc/pmap_clnt.c: Likewise.
48900         * sunrpc/pmap_prot.c: Likewise.
48901         * sunrpc/pmap_prot2.c: Likewise.
48902         * sunrpc/pmap_rmt.c: Likewise.
48903         * sunrpc/rpc/auth.h: Likewise.
48904         * sunrpc/rpc/auth_unix.h: Likewise.
48905         * sunrpc/rpc/clnt.h: Likewise.
48906         * sunrpc/rpc/des_crypt.h: Likewise.
48907         * sunrpc/rpc/key_prot.h: Likewise.
48908         * sunrpc/rpc/netdb.h: Likewise.
48909         * sunrpc/rpc/pmap_clnt.h: Likewise.
48910         * sunrpc/rpc/pmap_prot.h: Likewise.
48911         * sunrpc/rpc/pmap_rmt.h: Likewise.
48912         * sunrpc/rpc/rpc.h: Likewise.
48913         * sunrpc/rpc/rpc_des.h: Likewise.
48914         * sunrpc/rpc/rpc_msg.h: Likewise.
48915         * sunrpc/rpc/svc.h: Likewise.
48916         * sunrpc/rpc/svc_auth.h: Likewise.
48917         * sunrpc/rpc/types.h: Likewise.
48918         * sunrpc/rpc/xdr.h: Likewise.
48919         * sunrpc/rpc_clntout.c: Likewise.
48920         * sunrpc/rpc_cmsg.c: Likewise.
48921         * sunrpc/rpc_common.c: Likewise.
48922         * sunrpc/rpc_cout.c: Likewise.
48923         * sunrpc/rpc_dtable.c: Likewise.
48924         * sunrpc/rpc_hout.c: Likewise.
48925         * sunrpc/rpc_main.c: Likewise.
48926         * sunrpc/rpc_parse.c: Likewise.
48927         * sunrpc/rpc_parse.h: Likewise.
48928         * sunrpc/rpc_prot.c: Likewise.
48929         * sunrpc/rpc_sample.c: Likewise.
48930         * sunrpc/rpc_scan.c: Likewise.
48931         * sunrpc/rpc_scan.h: Likewise.
48932         * sunrpc/rpc_svcout.c: Likewise.
48933         * sunrpc/rpc_tblout.c: Likewise.
48934         * sunrpc/rpc_util.c: Likewise.
48935         * sunrpc/rpc_util.h: Likewise.
48936         * sunrpc/rpcinfo.c: Likewise.
48937         * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
48938         * sunrpc/rpcsvc/key_prot.x: Likewise.
48939         * sunrpc/rpcsvc/klm_prot.x: Likewise.
48940         * sunrpc/rpcsvc/mount.x: Likewise.
48941         * sunrpc/rpcsvc/nfs_prot.x: Likewise.
48942         * sunrpc/rpcsvc/nlm_prot.x: Likewise.
48943         * sunrpc/rpcsvc/rex.x: Likewise.
48944         * sunrpc/rpcsvc/rstat.x: Likewise.
48945         * sunrpc/rpcsvc/rusers.x: Likewise.
48946         * sunrpc/rpcsvc/sm_inter.x: Likewise.
48947         * sunrpc/rpcsvc/spray.x: Likewise.
48948         * sunrpc/rpcsvc/yppasswd.x: Likewise.
48949         * sunrpc/rtime.c: Likewise.
48950         * sunrpc/svc.c: Likewise.
48951         * sunrpc/svc_auth.c: Likewise.
48952         * sunrpc/svc_authux.c: Likewise.
48953         * sunrpc/svc_raw.c: Likewise.
48954         * sunrpc/svc_run.c: Likewise.
48955         * sunrpc/svc_simple.c: Likewise.
48956         * sunrpc/svc_tcp.c: Likewise.
48957         * sunrpc/svc_udp.c: Likewise.
48958         * sunrpc/svc_unix.c: Likewise.
48959         * sunrpc/svcauth_des.c: Likewise.
48960         * sunrpc/xcrypt.c: Likewise.
48961         * sunrpc/xdr.c: Likewise.
48962         * sunrpc/xdr_array.c: Likewise.
48963         * sunrpc/xdr_float.c: Likewise.
48964         * sunrpc/xdr_mem.c: Likewise.
48965         * sunrpc/xdr_rec.c: Likewise.
48966         * sunrpc/xdr_ref.c: Likewise.
48967         * sunrpc/xdr_sizeof.c: Likewise.
48968         * sunrpc/xdr_stdio.c: Likewise.
48969
48970         * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
48971         handling.
48972
48973 2010-08-19  Andreas Schwab  <schwab@redhat.com>
48974
48975         * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
48976
48977 2010-08-19  Luis Machado  <luisgpm@br.ibm.com>
48978
48979         * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
48980         * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
48981         * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
48982         * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
48983         * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
48984         * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
48985         * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
48986         * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
48987         * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
48988         * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
48989         * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
48990         * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
48991         * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
48992         * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
48993
48994 2010-07-26  Anton Blanchard  <anton@samba.org>
48995
48996         * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
48997         * malloc/arena.c (heap_trim): Likewise.
48998
48999 2010-08-16  Ulrich Drepper  <drepper@redhat.com>
49000
49001         * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
49002         here.  Not...
49003         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
49004         * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
49005
49006 2010-08-12  H.J. Lu  <hongjiu.lu@intel.com>
49007
49008         * sysdeps/i386/elf/Makefile: New file.
49009
49010 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49011
49012         * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
49013         from fanotify_init.
49014         * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
49015         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49016
49017 2010-08-15  Ulrich Drepper  <drepper@redhat.com>
49018
49019         * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
49020         of strncasecmp_l.
49021         * sysdeps/multiarch/strcmp.S: Likewise.
49022
49023 2010-08-14  Ulrich Drepper  <drepper@redhat.com>
49024
49025         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49026         strncase_l-nonascii.
49027         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49028         Add strncase_l-ssse3.
49029         * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
49030         * sysdeps/x86_64/strcmp.S: Likewise.
49031         * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
49032         * sysdeps/x86_64/multiarch/strncase_l.S: New file.
49033         * sysdeps/x86_64/strncase.S: New file.
49034         * sysdeps/x86_64/strncase_l-nonascii.c: New file.
49035         * sysdeps/x86_64/strncase_l.S: New file.
49036         * string/Makefile (strop-tests): Add strncasecmp.
49037         * string/test-strncasecmp.c: New file.
49038
49039         * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
49040         warning.
49041
49042         * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
49043         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
49044
49045 2010-08-14  Andreas Schwab  <schwab@linux-m68k.org>
49046
49047         * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
49048
49049 2010-08-12  Ulrich Drepper  <drepper@redhat.com>
49050
49051         * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
49052         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
49053         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
49054
49055 2010-05-01  Alan Modra  <amodra@gmail.com>
49056
49057         * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
49058         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
49059         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
49060         * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
49061         * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
49062         tidying.  Don't tail-call __sigjmp_save for static lib.
49063         * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
49064         save location.
49065         (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
49066         (CALL_MCOUNT): Add eh info, and nop after bl.
49067         (TAIL_CALL_SYSCALL_ERROR): New macro.
49068         (PSEUDO_RET): Use it.
49069         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
49070         Correct save location of integer regs and cr.
49071         (_dl_profile_resolve): Correct cr save location.  Delete nops
49072         after bl when SHARED.  Reduce cfi size a little by better
49073         placement of cfi directives.
49074         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
49075         make a stack frame.  Instead use parm save area as a temp.
49076         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
49077         make a stack frame.  Use TAIL_CALL_SYSCALL_ERROR.
49078         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
49079         Don't make a stack frame for parent, use parm save area.
49080         Increase child stack frame to 112 bytes.  Don't save unused reg,
49081         and adjust reg usage.  Set up cfi on error recovery and
49082         epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
49083         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
49084         (__makecontext): Add dummy nop after jump to exit.
49085         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
49086         Use correct parm save area and cr save, reduce stack frame.
49087         Correct cfi for possible PSEUDO_RET frame setup.
49088         * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
49089         Branch to local label emitted by PSEUDO_RET rather than
49090         __syscall_error.
49091
49092 2010-08-12  Andreas Schwab  <schwab@redhat.com>
49093
49094         [BZ #11904]
49095         * locale/programs/locale.c (print_assignment): New function.
49096         (show_locale_vars): Use it.
49097
49098 2010-08-11  Ulrich Drepper  <drepper@redhat.com>
49099
49100         * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
49101         field.
49102         (struct statfs64): Likewise.
49103         (_STATFS_F_FLAGS): Define.
49104         * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
49105         * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
49106         Don't define if __ASSUME_STATFS_F_FLAGS is defined.
49107         (ST_VALID): Define locally.
49108         (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
49109         __statvfs_getflags, use the provided value.
49110         * sysdeps/unix/sysv/linux/kernel-features.h: Define
49111         __ASSUME_STATFS_F_FLAGS.
49112
49113         * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
49114
49115         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
49116         Add sys/fanotify.h.
49117         * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
49118         fanotify_mask for GLIBC_2.13.
49119         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
49120         fanotify_init and fanotify_mark.
49121         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
49122         * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
49123
49124         * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
49125         Add prlimit.
49126         * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
49127         prlimit64 for GLIBC_2.13.
49128         * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
49129         prlimit64.
49130         * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
49131         syscall.
49132         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
49133         * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
49134         * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
49135         * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
49136         * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.  Also
49137         add prlimit alias.
49138         * sysdeps/unix/sysv/linux/prlimit.c: New file.
49139
49140         [BZ #11903]
49141         * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
49142         Patch by Evgeni Bikov <bikovevg@iitp.ru>.
49143
49144         * nss/Makefile: Add rules to build and run tst-nss-test1.
49145         * shlib-versions: Add entry for libnss_test1.
49146         * nss/nss_test1.c: New file.
49147         * nss/tst-nss-test1.c: New file.
49148
49149         * nss/nsswitch.c (__nss_database_custom): Define new variable.
49150         (__nss_configure_lookup): Set appropriate entry in
49151         __nss_configure_lookup to true.
49152         * nss/nsswitch.h: Define enum with indeces of databases in
49153         databases and __nss_database_custom arrays.  Declare
49154         __nss_database_custom.
49155         * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
49156         to avoid using nscd when custom rules are installed.
49157         * nss/getXXbyYY_r.c: Likewise.
49158         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
49159
49160         * nss/nss_files/files-parse.c: Whitespace fixes.
49161
49162 2010-08-09  Ulrich Drepper  <drepper@redhat.com>
49163
49164         [BZ #11883]
49165         * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
49166         * posix/fnmatch_loop.c: Likewise.
49167
49168 2010-07-17  Andi Kleen  <ak@linux.intel.com>
49169
49170         * sysdeps/i386/i386-mcount.S (__fentry__): Define.
49171         * sysdeps/x86_64/_mcount.S (__fentry__): Define.
49172         * stdlib/Versions (__fentry__): Add for GLIBC 2.13
49173         * Versions.def [GLIBC_2.13]: Add.
49174
49175 2010-08-06  Ulrich Drepper  <drepper@redhat.com>
49176
49177         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49178         Also fail if tpwd after pwuid call is NULL.
49179
49180 2010-07-31  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49181
49182         * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
49183         when converting to ms.
49184
49185 2010-06-06  Samuel Thibault  <samuel.thibault@ens-lyon.org>
49186
49187         * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
49188         EOPNOTSUPP errors with ENOTTY.
49189         * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
49190         EOPNOTSUPP errors with ENOTTY.
49191
49192 2010-07-31  Ulrich Drepper  <drepper@redhat.com>
49193
49194         * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
49195         Add strcasecmp_l-ssse3.
49196         * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
49197         strcasecmp.
49198         * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
49199         * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
49200         * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
49201
49202 2010-07-30  Ulrich Drepper  <drepper@redhat.com>
49203
49204         * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
49205
49206         * string/Makefile (strop-tests): Add strcasecmp.
49207         * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
49208         strcasecmp_l-nonascii.
49209         (gen-as-const-headers): Add locale-defines.sym.
49210         * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
49211         * sysdeps/x86_64/strcasecmp.S: New file.
49212         * sysdeps/x86_64/strcasecmp_l.S: New file.
49213         * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
49214         * sysdeps/x86_64/locale-defines.sym: New file.
49215         * string/test-strcasecmp.c: New file.
49216
49217         * string/test-strcasestr.c: Test both ends of the range of characters.
49218         * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
49219
49220 2010-07-29  Roland McGrath  <roland@redhat.com>
49221
49222         [BZ #11856]
49223         * manual/locale.texi (Yes-or-No Questions): Fix example code.
49224
49225 2010-07-27  Ulrich Drepper  <drepper@redhat.com>
49226
49227         * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
49228         for ld.so.
49229
49230 2010-07-27  Andreas Schwab  <schwab@redhat.com>
49231
49232         * manual/memory.texi (Malloc Tunable Parameters): Document
49233         M_PERTURB.
49234
49235 2010-07-26  Roland McGrath  <roland@redhat.com>
49236
49237         [BZ #11840]
49238         * configure.in (-fgnu89-inline check): Set and substitute
49239         gnu89_inline, not libc_cv_gnu89_inline.
49240         * configure: Regenerated.
49241         * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
49242
49243 2010-07-26  Ulrich Drepper  <drepper@redhat.com>
49244
49245         * string/test-strnlen.c: New file.
49246         * string/Makefile (strop-tests): Add strnlen.
49247         * string/tester.c (test_strnlen): Add a few more test cases.
49248         * string/tst-strlen.c: Better error reporting.
49249
49250         * sysdeps/x86_64/strnlen.S: New file.
49251
49252 2010-07-24  Ulrich Drepper  <drepper@redhat.com>
49253
49254         * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
49255         lower-latency instructions.
49256
49257 2010-07-23  Ulrich Drepper  <drepper@redhat.com>
49258
49259         * string/test-strcasestr.c: New file.
49260         * string/test-strstr.c: New file.
49261         * string/Makefile (strop-tests): Add strstr and strcasestr.
49262         * string/str-two-way.h: Don't undefine MAX.
49263         * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
49264
49265 2010-07-21  Andreas Schwab  <schwab@redhat.com>
49266
49267         * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
49268         strcasestr-nonascii.
49269         (CFLAGS-strcasestr-nonascii.c): Define.
49270         * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
49271         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
49272         Remove unused attribute.
49273
49274 2010-07-20  Roland McGrath  <roland@redhat.com>
49275
49276         * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
49277         dl_hwcap_mask as well as dl_hwcap.  Without this, dsocaps matching in
49278         ld.so.cache was broken.  With it, there is no way to disable dsocaps
49279         like LD_HWCAP_MASK can disable hwcaps.
49280
49281 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49282
49283         * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
49284
49285 2010-07-16  Ulrich Drepper  <drepper@redhat.com>
49286
49287         * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
49288         call in strcasestr.
49289         * sysdeps/x86_64/multiarch/strcasestr.c: Declare
49290         __strcasestr_sse42_nonascii.
49291         * sysdeps/x86_64/multiarch/Makefile: Add rules to build
49292         strcasestr-nonascii.c.
49293         * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
49294
49295 2010-06-15  Luis Machado  <luisgpm@br.ibm.com>
49296
49297         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
49298         * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
49299         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
49300         * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
49301
49302 2010-07-09  Ulrich Drepper  <drepper@redhat.com>
49303
49304         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
49305         fcntl.
49306
49307 2010-07-06  Andreas Schwab  <schwab@redhat.com>
49308
49309         [BZ #11577]
49310         * elf/dl-version.c (match_symbol): Don't pass NULL occation to
49311         dl_signal_cerror.
49312
49313 2010-07-06  Ulrich Drepper  <drepper@redhat.com>
49314
49315         * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
49316         _PC_PIPE_BUF using F_GETPIPE_SZ.
49317
49318 2010-07-05  Roland McGrath  <roland@redhat.com>
49319
49320         * manual/arith.texi (Rounding Functions): Fix rint description
49321         implicit in round description.
49322
49323 2010-07-02  Ulrich Drepper  <drepper@redhat.com>
49324
49325         * elf/Makefile: Fix linking for a few tests to make recent linker
49326         happy.
49327
49328 2010-06-30  Andreas Schwab  <schwab@redhat.com>
49329
49330         * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
49331         $(common-objpfx)libc_nonshared.a.
49332
49333 2010-06-21  Luis Machado  <luisgpm@br.ibm.com>
49334
49335         * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
49336         * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
49337         * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49338         * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49339         * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
49340         * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
49341         * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49342         * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49343         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
49344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
49345         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
49346         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
49347         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
49348         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
49349         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
49350         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
49351         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
49352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
49353         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
49354         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
49355         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
49356         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
49357         * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
49358         * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
49359         * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
49360         * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
49361         * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
49362         * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
49363         * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
49364         * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
49365         * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
49366         * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
49367         * sysdeps/powerpc/powerpc32/power7/Implies: New file.
49368         * sysdeps/powerpc/powerpc64/power7/Implies: New file.
49369         * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
49370         * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
49371         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
49372         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
49373         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
49374         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
49375         * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
49376         * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
49377         * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
49378         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
49379         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
49380         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
49381         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
49382         * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
49383
49384 2010-06-25  H.J. Lu  <hongjiu.lu@intel.com>
49385
49386         * debug/memmove_chk.c (__memmove_chk): Renamed to ...
49387         (MEMMOVE_CHK): ...this.  Default to __memmove_chk.
49388         * string/memmove.c (memmove): Renamed to ...
49389         (MEMMOVE): ...this.  Default to memmove.
49390         * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
49391         * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
49392         (END_CHK): Define.
49393         * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
49394         memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
49395         mempcpy-ssse3-back memmove-ssse3-back.
49396         * sysdeps/x86_64/multiarch/bcopy.S: New file .
49397         * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
49398         * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
49399         * sysdeps/x86_64/multiarch/memcpy.S: New file.
49400         * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
49401         * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
49402         * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
49403         * sysdeps/x86_64/multiarch/memmove.c: New file.
49404         * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
49405         * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
49406         * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
49407         * sysdeps/x86_64/multiarch/mempcpy.S: New file.
49408         * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
49409         * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
49410         Define.
49411         (index_Fast_Copy_Backward): Define.
49412         (HAS_ARCH_FEATURE): Define.
49413         (HAS_FAST_REP_STRING): Define.
49414         (HAS_FAST_COPY_BACKWARD): Define.
49415
49416 2010-06-21  Andreas Schwab  <schwab@redhat.com>
49417
49418         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
49419         Restore proper fallback handling.
49420
49421 2010-06-19  Ulrich Drepper  <drepper@redhat.com>
49422
49423         [BZ #11701]
49424         * posix/group_member.c (__group_member): Correct checking loop.
49425
49426         * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
49427         OOM in getpwuid_r correctly.  Return error number when the caller
49428         should return, otherwise -1.
49429         (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
49430         call returning > 0 value.
49431         * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
49432
49433 2010-06-07  Andreas Schwab  <schwab@redhat.com>
49434
49435         * dlfcn/Makefile: Remove explicit dependencies on libc.so and
49436         libc_nonshared.a from targets in modules-names.
49437
49438 2010-06-02  Kirill A. Shutemov  <kirill@shutemov.name>
49439
49440         * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
49441         requires it.
49442
49443 2010-06-10  Luis Machado  <luisgpm@br.ibm.com>
49444
49445         * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
49446         * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
49447         * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
49448         * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
49449
49450 2010-06-02  Andreas Schwab  <schwab@redhat.com>
49451
49452         * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
49453
49454 2010-06-14  Ulrich Drepper  <drepper@redhat.com>
49455
49456         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
49457         and F_GETPIPE_SZ.
49458         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
49459         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
49460         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
49461         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
49462         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
49463         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
49464
49465 2010-06-14  Roland McGrath  <roland@redhat.com>
49466
49467         * manual/libc.texinfo (@copying): Change to GFDL v1.3.
49468
49469 2010-06-07  Jakub Jelinek  <jakub@redhat.com>
49470
49471         * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
49472         __REDIRECT followed by __THROW.
49473         * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
49474         * posix/getopt.h (getopt): Likewise.
49475
49476 2010-06-02  Emilio Pozuelo Monfort  <pochu27@gmail.com>
49477
49478         * hurd/lookup-at.c (__file_name_lookup_at): Accept
49479         AT_SYMLINK_FOLLOW in AT_FLAGS.  Fail with EINVAL if both
49480         AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
49481         in AT_FLAGS.
49482         * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
49483         * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
49484
49485 2010-05-28  Luis Machado  <luisgpm@br.ibm.com>
49486
49487         * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
49488
49489 2010-05-26  H.J. Lu  <hongjiu.lu@intel.com>
49490
49491         [BZ #11640]
49492         * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
49493         Properly check family and model.
49494
49495 2010-05-26  Takashi Yoshii  <takashi.yoshii.zj@renesas.com>
49496
49497         * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
49498
49499 2010-05-24  Luis Machado  <luisgpm@br.ibm.com>
49500
49501         * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
49502
49503 2010-05-21  Ulrich Drepper  <drepper@redhat.com>
49504
49505         * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
49506         symbol reference.
49507
49508 2010-05-19  Andreas Schwab  <schwab@redhat.com>
49509
49510         * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
49511         symbol reference.
49512
49513 2010-05-21  Andreas Schwab  <schwab@redhat.com>
49514
49515         * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
49516         and internal_recvmmsg.
49517         * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
49518         * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
49519         * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
49520         * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
49521
49522         * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
49523         * sunrpc/clnt_udp.c (clntudp_control): Likewise.
49524         * sunrpc/clnt_unix.c (clntunix_control): Likewise.
49525
49526 2010-05-20  Andreas Schwab  <schwab@redhat.com>
49527
49528         * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
49529
49530 2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
49531
49532         POWER7 optimizations.
49533         * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
49534         * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
49535
49536 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
49537
49538         * version.h: Update for 2.13 development version.
49539
49540 2010-05-12  Andrew Stubbs  <ams@codesourcery.com>
49541
49542         * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
49543         exceptions.  Return 0.
49544
49545 2010-05-07  Roland McGrath  <roland@redhat.com>
49546
49547         * elf/ldconfig.c (main): Add a const.
49548
49549 2010-05-06  Ulrich Drepper  <drepper@redhat.com>
49550
49551         * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
49552         (args_options): Add no-idn option.
49553         (ahosts_keys_int): Add idn_flags to ai_flags.
49554         (parse_option): Handle 'i' option to clear idn_flags.
49555
49556         * malloc/malloc.c (_int_free): Possible race in the most recently
49557         added check.  Only act on the data if no current modification
49558         happened.
49559
49560 See ChangeLog.17 for earlier changes.